Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 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-ssh13525280569154910250.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-ssh16381383601670393985.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-ssh13828771211898461731.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-ssh2353451747908588839.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-ssh12213144694006005057.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-6544 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/883 [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/883 # 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 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b (main) Commit message: "Merge pull request #5223 from judehung/fix-sonarqube-fail" > 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 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b # timeout=10 > git rev-list --no-walk 42a8eb0064d9f16ac9890d7cf810cdf4dc85832c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:42:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:42:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:42:34 ========================================================= 09:42:34 EdgeX Global Pipelines Version Info 09:42:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:42:35 ------------------- 09:42:35 stable info: 09:42:35 ------------------- 09:42:35 Commited By: Cherry Wang cherry@iotechsys.com 09:42:35 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 09:42:35 Message: update stable to v1.0.276 09:42:35 ------------------- 09:42:35 experimental info: 09:42:35 ------------------- 09:42:35 Commited By: **** collab-it+edgex@linuxfoundation.org 09:42:35 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 09:42:35 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:42:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:42:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:42:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:42:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3ea04a6 [Pipeline] echo 09:42:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:42:36 provisioning config files... 09:42:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config6539047047757593675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:42:36 ---> ****-login.sh 09:42:36 nexus3.edgexfoundry.org:10001 09:42:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:42:37 09:42:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:42:37 Configure a credential helper to remove this warning. See 09:42:37 https://docs.****.com/go/credential-store/ 09:42:37 09:42:37 Login Succeeded 09:42:37 nexus3.edgexfoundry.org:10002 09:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:42:37 09:42:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:42:37 Configure a credential helper to remove this warning. See 09:42:37 https://docs.****.com/go/credential-store/ 09:42:37 09:42:37 Login Succeeded 09:42:37 nexus3.edgexfoundry.org:10003 09:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:42:37 09:42:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:42:37 Configure a credential helper to remove this warning. See 09:42:37 https://docs.****.com/go/credential-store/ 09:42:37 09:42:37 Login Succeeded 09:42:37 nexus3.edgexfoundry.org:10004 09:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:42:37 09:42:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:42:37 Configure a credential helper to remove this warning. See 09:42:37 https://docs.****.com/go/credential-store/ 09:42:37 09:42:37 Login Succeeded 09:42:37 ****.io 09:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:42:37 09:42:37 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 09:42:37 Configure a credential helper to remove this warning. See 09:42:37 https://docs.****.com/go/credential-store/ 09:42:37 09:42:37 Login Succeeded 09:42:37 ---> ****-login.sh ends [Pipeline] } 09:42:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:42:38 + 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 09:42:38 + dirname cmd/core-command/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo core-command,cmd/core-command/Dockerfile 09:42:38 + dirname cmd/core-common-config-bootstrapper/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 09:42:38 + dirname cmd/core-data/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo core-data,cmd/core-data/Dockerfile 09:42:38 + dirname cmd/core-keeper/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo core-keeper,cmd/core-keeper/Dockerfile 09:42:38 + dirname cmd/core-metadata/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo core-metadata,cmd/core-metadata/Dockerfile 09:42:38 + dirname cmd/security-bootstrapper/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:42:38 + dirname cmd/security-proxy-auth/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 09:42:38 + dirname cmd/security-proxy-setup/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:42:38 + dirname cmd/security-secretstore-setup/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:42:38 + dirname cmd/security-spiffe-token-provider/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 09:42:38 + dirname cmd/security-spire-agent/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 09:42:38 + dirname cmd/security-spire-config/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-spire-config,cmd/security-spire-config/Dockerfile 09:42:38 + dirname cmd/security-spire-server/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo security-spire-server,cmd/security-spire-server/Dockerfile 09:42:38 + dirname cmd/support-notifications/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo support-notifications,cmd/support-notifications/Dockerfile 09:42:38 + dirname cmd/support-scheduler/Dockerfile 09:42:38 + cut -d/ -f2 09:42:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 09:42:38 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 09:42:38 + git rev-list -1 --merges 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b~1..3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 09:42:38 -----------> git rev-list -1 --merges 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b~1..3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:42:38 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [false] [Pipeline] sh 09:42:38 + git log --format=format:%s -1 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 09:42:38 ========================================================= 09:42:38 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:42:38 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 09:42:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:42:39 + grep -v github /etc/ssh/ssh_known_hosts 09:42:39 + [ -e /tmp/ssh_known_hosts ] 09:42:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:42:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:42:39 + sudo tee -a /etc/ssh/ssh_known_hosts 09:42:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:42:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:42:39 09:42:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:42:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:42:39 0.1.4: Pulling from edgex-devops/py-git-semver 09:42:39 3dae71ba6b94: Pulling fs layer 09:42:39 6bf1a483ea7c: Pulling fs layer 09:42:39 f5dfc541a4d3: Pulling fs layer 09:42:39 461d9e800cba: Pulling fs layer 09:42:39 80192f66455f: Pulling fs layer 09:42:39 2e8e34ca0e6c: Pulling fs layer 09:42:39 a29436f7fd5d: Pulling fs layer 09:42:39 923cac83aea3: Pulling fs layer 09:42:39 25ad8b0a4227: Pulling fs layer 09:42:39 2e8e34ca0e6c: Waiting 09:42:39 461d9e800cba: Waiting 09:42:39 db01528c6b51: Pulling fs layer 09:42:39 28988de357af: Pulling fs layer 09:42:39 80192f66455f: Waiting 09:42:39 923cac83aea3: Waiting 09:42:39 a29436f7fd5d: Waiting 09:42:39 25ad8b0a4227: Waiting 09:42:39 28988de357af: Waiting 09:42:39 6bf1a483ea7c: Verifying Checksum 09:42:39 6bf1a483ea7c: Download complete 09:42:39 461d9e800cba: Verifying Checksum 09:42:39 461d9e800cba: Download complete 09:42:39 80192f66455f: Verifying Checksum 09:42:39 80192f66455f: Download complete 09:42:40 f5dfc541a4d3: Verifying Checksum 09:42:40 f5dfc541a4d3: Download complete 09:42:40 3dae71ba6b94: Verifying Checksum 09:42:40 3dae71ba6b94: Download complete 09:42:40 923cac83aea3: Verifying Checksum 09:42:40 923cac83aea3: Download complete 09:42:40 25ad8b0a4227: Verifying Checksum 09:42:40 25ad8b0a4227: Download complete 09:42:40 db01528c6b51: Verifying Checksum 09:42:40 db01528c6b51: Download complete 09:42:40 28988de357af: Verifying Checksum 09:42:40 28988de357af: Download complete 09:42:40 a29436f7fd5d: Verifying Checksum 09:42:40 a29436f7fd5d: Download complete 09:42:40 2e8e34ca0e6c: Verifying Checksum 09:42:40 2e8e34ca0e6c: Download complete 09:42:41 3dae71ba6b94: Pull complete 09:42:41 6bf1a483ea7c: Pull complete 09:42:42 f5dfc541a4d3: Pull complete 09:42:42 461d9e800cba: Pull complete 09:42:42 80192f66455f: Pull complete 09:42:47 2e8e34ca0e6c: Pull complete 09:42:47 a29436f7fd5d: Pull complete 09:42:47 923cac83aea3: Pull complete 09:42:47 25ad8b0a4227: Pull complete 09:42:47 db01528c6b51: Pull complete 09:42:47 28988de357af: Pull complete 09:42:47 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 09:42:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:42:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:42:48 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 09:42:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:42:49 $ docker top 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 -eo pid,comm 09:42:49 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:42:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:42:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:42:49 [ssh-agent] Looking for ssh-agent implementation... 09:42:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:42:50 $ docker exec 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent 09:42:50 SSH_AUTH_SOCK=/tmp/ssh-kEurWiz0Bmt8/agent.33 09:42:50 SSH_AGENT_PID=39 09:42:50 Running ssh-add (command line suppressed) 09:42:50 Identity added: /w/workspace/edgex-go/883@tmp/private_key_15963710677826912050.key (/w/workspace/edgex-go/883@tmp/private_key_15963710677826912050.key) 09:42:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:42:50 + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] sh 09:42:50 + git tag --points-at HEAD [Pipeline] } 09:42:50 $ docker exec --env ******** --env ******** 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent -k 09:42:50 unset SSH_AUTH_SOCK; 09:42:50 unset SSH_AGENT_PID; 09:42:50 echo Agent pid 39 killed; 09:42:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:42:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:42:50 [ssh-agent] Looking for ssh-agent implementation... 09:42:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:42:51 $ docker exec 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent 09:42:51 SSH_AUTH_SOCK=/tmp/ssh-vrO6bVeU4Uqr/agent.87 09:42:51 SSH_AGENT_PID=93 09:42:51 Running ssh-add (command line suppressed) 09:42:51 Identity added: /w/workspace/edgex-go/883@tmp/private_key_11210240402976761747.key (/w/workspace/edgex-go/883@tmp/private_key_11210240402976761747.key) 09:42:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:42:51 + git semver init 09:42:51 2025-08-08 09:42:51,772 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:42:51 2025-08-08 09:42:51,778 [run_init] DEBUG init version:0.0.0 force:False 09:42:51 2025-08-08 09:42:51,779 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/883/.semver 09:42:51 2025-08-08 09:42:51,779 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/883/.semver 09:42:51 2025-08-08 09:42:51,779 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/883/.semver'], cwd=/w/workspace/edgex-go/883, stdin=None, shell=False, universal_newlines=False) 09:42:57 2025-08-08 09:42:56,386 [append_file] DEBUG append to file:/w/workspace/edgex-go/883/.git/info/exclude 09:42:57 2025-08-08 09:42:56,386 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/883/.semver/main with force:False 09:42:57 2025-08-08 09:42:56,386 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 09:42:57 2025-08-08 09:42:56,386 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 09:42:57 4.1.0-dev.44 [Pipeline] } 09:42:57 $ docker exec --env ******** --env ******** 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 ssh-agent -k 09:42:57 unset SSH_AUTH_SOCK; 09:42:57 unset SSH_AGENT_PID; 09:42:57 echo Agent pid 93 killed; 09:42:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:42:57 + git semver [Pipeline] } 09:42:57 $ docker stop --time=1 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 09:42:59 $ docker rm -f --volumes 04bc67d89b5b846fd0cffa693243818c400520a5a88eca28edf6125927729949 [Pipeline] // withDockerContainer [Pipeline] sh 09:42:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:42:59 Stashed 1 file(s) [Pipeline] echo 09:42:59 [edgeXSemver]: initialized semver on version 4.1.0-dev.44 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:43:00 + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] echo 09:43:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:43:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:43:00 ========================================================= 09:43:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 09:43:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:43:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:43:00 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 09:43:00 0a9a5dfd008f: Pulling fs layer 09:43:00 36466aa92d05: Pulling fs layer 09:43:00 e10405b45d13: Pulling fs layer 09:43:00 096b7ceb2af7: Pulling fs layer 09:43:00 4f4fb700ef54: Pulling fs layer 09:43:00 c451b95d7931: Pulling fs layer 09:43:00 9febf9df4401: Pulling fs layer 09:43:00 1477f019b032: Pulling fs layer 09:43:00 c7dc25521971: Pulling fs layer 09:43:00 096b7ceb2af7: Waiting 09:43:00 9febf9df4401: Waiting 09:43:00 4f4fb700ef54: Waiting 09:43:00 c451b95d7931: Waiting 09:43:00 1477f019b032: Waiting 09:43:00 c7dc25521971: Waiting 09:43:00 36466aa92d05: Download complete 09:43:00 096b7ceb2af7: Verifying Checksum 09:43:00 096b7ceb2af7: Download complete 09:43:00 4f4fb700ef54: Download complete 09:43:00 c451b95d7931: Download complete 09:43:00 0a9a5dfd008f: Verifying Checksum 09:43:00 0a9a5dfd008f: Download complete 09:43:00 9febf9df4401: Verifying Checksum 09:43:00 9febf9df4401: Download complete 09:43:00 0a9a5dfd008f: Pull complete 09:43:00 36466aa92d05: Pull complete 09:43:00 c7dc25521971: Verifying Checksum 09:43:00 c7dc25521971: Download complete 09:43:01 e10405b45d13: Download complete 09:43:01 1477f019b032: Verifying Checksum 09:43:01 1477f019b032: Download complete 09:43:05 e10405b45d13: Pull complete 09:43:05 096b7ceb2af7: Pull complete 09:43:05 4f4fb700ef54: Pull complete 09:43:05 c451b95d7931: Pull complete 09:43:05 9febf9df4401: Pull complete 09:43:09 1477f019b032: Pull complete 09:43:09 c7dc25521971: Pull complete 09:43:09 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 09:43:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:43:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 09:43:09 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:43:09 WORKDIR /edgex 09:43:09 COPY go.mod . 09:43:09 RUN go mod download 09:43:09 docker build -t ci-base-image-x86_64 -f - . 09:43:10 #0 building with "default" instance using docker driver 09:43:10 09:43:10 #1 [internal] load build definition from Dockerfile 09:43:10 #1 transferring dockerfile: 164B done 09:43:10 #1 DONE 0.0s 09:43:10 09:43:10 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:43:10 #2 DONE 0.0s 09:43:10 09:43:10 #3 [internal] load .dockerignore 09:43:10 #3 transferring context: 09:43:10 #3 transferring context: 50B done 09:43:10 #3 DONE 0.1s 09:43:10 09:43:10 #4 [internal] load build context 09:43:10 #4 transferring context: 6.51kB done 09:43:10 #4 DONE 0.0s 09:43:10 09:43:10 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 09:43:10 #5 DONE 0.1s 09:43:10 09:43:10 #6 [2/4] WORKDIR /edgex 09:43:11 #6 DONE 1.4s 09:43:12 09:43:12 #7 [3/4] COPY go.mod . 09:43:12 #7 DONE 0.0s 09:43:12 09:43:12 #8 [4/4] RUN go mod download 09:43:14 Still waiting to schedule task 09:43:14 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:43:22 #8 DONE 9.9s 09:43:22 09:43:22 #9 exporting to image 09:43:22 #9 exporting layers 09:43:26 #9 exporting layers 3.7s done 09:43:26 #9 writing image sha256:801a8e4147e2fad24a67fd47728a28932ed897148e1f5cf1e0983739265f70d8 done 09:43:26 #9 naming to docker.io/library/ci-base-image-x86_64 done 09:43:26 #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:43:26 + docker inspect -f . ci-base-image-x86_64 09:43:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:43:26 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 09:43:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:43:26 $ docker top 8f2320ec2c310b51602b83913ec5cb58183725c09fb8b13a52bf9947053b2a3e -eo pid,comm [Pipeline] { [Pipeline] sh 09:43:27 + go version 09:43:27 go version go1.23.9 linux/amd64 [Pipeline] } 09:43:27 $ docker stop --time=1 8f2320ec2c310b51602b83913ec5cb58183725c09fb8b13a52bf9947053b2a3e 09:43:28 $ docker rm -f --volumes 8f2320ec2c310b51602b83913ec5cb58183725c09fb8b13a52bf9947053b2a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:43:29 + docker inspect -f . ci-base-image-x86_64 09:43:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:43:29 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 09:43:29 $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:43:29 $ docker top 7f527974d28b7b1be1047f9d0b466cf253f17b0d78f9ca599da61068f2ef8a1b -eo pid,comm [Pipeline] { [Pipeline] echo 09:43:29 ========================================================= 09:43:29 [edgeXBuildGoParallel] Running Tests and Build... 09:43:29 ========================================================= [Pipeline] sh 09:43:29 + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] fileExists [Pipeline] sh 09:43:30 + make test 09:43:30 go test -race -coverprofile=coverage.out ./... 09:43:38 ? github.com/edgexfoundry/edgex-go [no test files] 09:44:04 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 09:44:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:44:04 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 09:44:04 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 09:44:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 42.3% of statements 09:44:06 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 09:44:06 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 09:44:06 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 09:44:06 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 09:44:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.048s coverage: 97.0% of statements 09:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 09:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 09:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 09:44:07 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 09:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 09:44:09 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 09:44:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:44:09 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 09:44:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 09:44:09 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 09:44:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.059s coverage: 69.4% of statements 09:44:10 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 3.5% of statements 09:44:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.061s coverage: 46.3% of statements 09:44:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.024s coverage: 93.4% of statements 09:44:10 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 92.4% of statements 09:44:10 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 09:44:10 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 09:44:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.055s coverage: 8.4% of statements 09:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 09:44:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 09:44:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 09:44:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:44:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 09:44:12 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 09:44:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.371s coverage: 95.8% of statements 09:44:14 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 09:44:14 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 09:44:14 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 09:44:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 09:44:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 09:44:14 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 09:44:14 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 09:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.036s coverage: 0.0% of statements [no tests to run] 09:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.059s coverage: 1.0% of statements 09:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 38.1% of statements 09:44:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 81.1% of statements 09:44:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements 09:44:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements 09:44:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 94.1% of statements 09:44:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.027s coverage: 96.3% of statements 09:44:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 09:44:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 09:44:16 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 09:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:44:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 09:44:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 09:44:17 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 09:44:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.031s coverage: 87.5% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 09:44:18 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 09:44:19 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 09:44:19 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 09:44:19 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 09:44:21 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 09:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:44:22 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 09:44:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 09:44:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 09:44:24 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 09:44:27 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 09:44:27 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 09:44:27 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 09:44:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 09:44:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 09:44:27 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:44:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 09:44:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 09:44:30 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 09:44:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 09:44:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 09:44:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 09:44:32 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 09:44:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 09:44:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 09:44:33 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:44:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 09:44:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 09:44:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 09:44:33 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 09:44:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 09:44:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 09:44:34 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.053s coverage: 92.9% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.031s coverage: 87.2% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.025s coverage: 15.5% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.021s coverage: 100.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.095s coverage: 81.8% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.093s coverage: 82.1% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.044s coverage: 33.3% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.051s coverage: 100.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.161s coverage: 54.5% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.018s coverage: 89.4% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.021s coverage: 100.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.027s coverage: 88.6% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.024s coverage: 100.0% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.161s coverage: 29.2% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 93.8% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 09:44:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.029s coverage: 54.0% of statements 09:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.059s coverage: 17.0% of statements 09:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.148s coverage: 94.9% of statements 09:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.041s coverage: 9.0% of statements 09:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements 09:44:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.034s coverage: 43.6% of statements 09:44:39 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 09:44:39 running golangci-lint 09:44:40 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 09:44:40 go version go1.23.9 linux/amd64 09:44:40 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 09:44:40 level=info msg="[config_reader] Used config file .golangci.yml" 09:44:40 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 09:44:56 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6545 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 09:44:56 Running in /w/workspace/edgex-go/883 [Pipeline] { [Pipeline] checkout 09:44:59 The recommended git tool is: git 09:45:02 level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|imports|types_sizes|deps|name|compiled_files) took 21.096101376s" 09:45:02 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 42.304962ms" 09:45:04 using credential edgex-jenkins-ssh 09:45:04 Cloning the remote Git repository 09:45:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:45:04 > git init /w/workspace/edgex-go/883 # timeout=10 09:45:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:45:04 > git --version # timeout=10 09:45:04 > git --version # 'git version 2.25.1' 09:45:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:45:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:45:17 level=info msg="[linters_context/goanalysis] analyzers took 1m51.764623227s with top 10 stages: buildir: 1m7.985266791s, gosec: 4.442365226s, inspect: 2.963700331s, fact_deprecated: 1.931861034s, printf: 1.896834637s, ctrlflow: 1.831461559s, fact_purity: 1.413172546s, nilness: 1.289354328s, S1038: 1.221188846s, SA5012: 882.031295ms" 09:45:17 level=info msg="[runner] Issues before processing: 202, after processing: 0" 09:45:17 level=info msg="[runner] Processors filtering stat (in/out): cgo: 202/202, skip_dirs: 202/202, exclude: 202/202, path_prettifier: 202/202, identifier_marker: 202/202, filename_unadjuster: 202/202, skip_files: 202/202, nolint: 20/0, invalid_issue: 202/202, autogenerated_exclude: 202/202, exclude-rules: 202/20" 09:45:17 level=info msg="[runner] processing took 17.626925ms with stages: nolint: 8.264888ms, identifier_marker: 4.722108ms, path_prettifier: 1.595733ms, exclude-rules: 1.410341ms, autogenerated_exclude: 1.014779ms, skip_dirs: 471.114µs, cgo: 58.001µs, invalid_issue: 51.05µs, filename_unadjuster: 33µs, max_same_issues: 990ns, max_from_linter: 830ns, uniq_by_line: 690ns, exclude: 581ns, fixer: 580ns, skip_files: 400ns, sort_results: 370ns, path_prefixer: 360ns, source_code: 360ns, diff: 290ns, max_per_file_from_linter: 250ns, path_shortener: 110ns, severity-rules: 100ns" 09:45:17 level=info msg="[runner] linters took 14.305784652s with stages: goanalysis_metalinter: 14.288067166s" 09:45:17 level=info msg="File cache stats: 0 entries of total size 0B" 09:45:17 level=info msg="Memory: 350 samples, avg is 327.6MB, max is 1432.9MB" 09:45:17 level=info msg="Execution took 35.454212355s" 09:45:17 go vet ./... 09:45:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:45:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:45:22 Avoid second fetch 09:45:22 Checking out Revision 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b (main) 09:45:23 Commit message: "Merge pull request #5223 from judehung/fix-sonarqube-fail" 09:45:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:45:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:45:23 ./bin/test-attribution-txt.sh 09:45:23 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 09:45:23 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 09:45:23 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 09:45:23 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 09:45:23 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 09:45:22 > git config core.sparsecheckout # timeout=10 09:45:22 > git checkout -f 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b # timeout=10 [Pipeline] echo 09:45:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 09:45:24 + ls -al . 09:45:24 total 1996 09:45:24 drwxrwxr-x 11 1001 1001 4096 Aug 8 09:43 . 09:45:24 drwxr-xr-x 4 root root 4096 Aug 8 09:43 .. 09:45:24 drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 .blubracket 09:45:24 -rw-rw-r-- 1 1001 1001 10 Aug 8 09:42 .dockerignore 09:45:24 drwxrwxr-x 8 1001 1001 4096 Aug 8 09:44 .git 09:45:24 drwxrwxr-x 3 1001 1001 4096 Aug 8 09:42 .github 09:45:24 -rw-rw-r-- 1 1001 1001 909 Aug 8 09:42 .gitignore 09:45:24 -rw-rw-r-- 1 1001 1001 218 Aug 8 09:42 .golangci.yml 09:45:24 -rw-rw-r-- 1 1001 1001 100 Aug 8 09:42 .hadolint.yml 09:45:24 drwxr-xr-x 3 1001 1001 4096 Aug 8 09:42 .semver 09:45:24 -rw-rw-r-- 1 1001 1001 155 Aug 8 09:42 .sonarcloud.properties 09:45:24 -rw-rw-r-- 1 1001 1001 1171 Aug 8 09:42 ADOPTERS.md 09:45:24 -rw-rw-r-- 1 1001 1001 17374 Aug 8 09:42 Attribution.txt 09:45:24 -rw-rw-r-- 1 1001 1001 108018 Aug 8 09:42 CHANGELOG.md 09:45:24 -rw-rw-r-- 1 1001 1001 3804 Aug 8 09:42 CONTRIBUTING.md 09:45:24 -rw-rw-r-- 1 1001 1001 677 Aug 8 09:42 GOVERNANCE.md 09:45:24 -rw-rw-r-- 1 1001 1001 858 Aug 8 09:42 Jenkinsfile 09:45:24 -rw-rw-r-- 1 1001 1001 10775 Aug 8 09:42 LICENSE 09:45:24 -rw-rw-r-- 1 1001 1001 16740 Aug 8 09:42 Makefile 09:45:24 -rw-rw-r-- 1 1001 1001 582 Aug 8 09:42 OWNERS.md 09:45:24 -rw-rw-r-- 1 1001 1001 9932 Aug 8 09:42 README.md 09:45:24 -rw-rw-r-- 1 1001 1001 789 Aug 8 09:42 SECURITY.md 09:45:24 -rw-rw-r-- 1 1001 1001 12 Aug 8 09:42 VERSION 09:45:24 drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 bin 09:45:24 drwxrwxr-x 19 1001 1001 4096 Aug 8 09:42 cmd 09:45:24 -rw-r--r-- 1 root root 1666027 Aug 8 09:44 coverage.out 09:45:24 drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 fuzz_test 09:45:24 -rw-rw-r-- 1 1001 1001 6476 Aug 8 09:42 go.mod 09:45:24 -rw-rw-r-- 1 1001 1001 88362 Aug 8 09:42 go.sum 09:45:24 drwxrwxr-x 7 1001 1001 4096 Aug 8 09:42 internal 09:45:24 drwxrwxr-x 2 1001 1001 4096 Aug 8 09:42 openapi 09:45:24 -rw-rw-r-- 1 1001 1001 584 Aug 8 09:42 security.txt 09:45:24 -rw-rw-r-- 1 1001 1001 204 Aug 8 09:42 version.go [Pipeline] sh 09:45:24 + '[' -e coverage.out ] 09:45:24 + chown 1001:1001 coverage.out [Pipeline] stash 09:45:24 Stashed 1 file(s) [Pipeline] sh 09:45:24 + make build 09:45:24 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:45:27 provisioning config files... 09:45:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config13471100058952694614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:45:28 ---> ****-login.sh 09:45:28 nexus3.edgexfoundry.org:10001 09:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:28 Configure a credential helper to remove this warning. See 09:45:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:28 09:45:28 Login Succeeded 09:45:28 nexus3.edgexfoundry.org:10002 09:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:29 Configure a credential helper to remove this warning. See 09:45:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:29 09:45:29 Login Succeeded 09:45:29 nexus3.edgexfoundry.org:10003 09:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:29 Configure a credential helper to remove this warning. See 09:45:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:29 09:45:29 Login Succeeded 09:45:29 nexus3.edgexfoundry.org:10004 09:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:29 Configure a credential helper to remove this warning. See 09:45:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:29 09:45:29 Login Succeeded 09:45:29 ****.io 09:45:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:45:30 Configure a credential helper to remove this warning. See 09:45:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:45:30 09:45:30 Login Succeeded 09:45:30 ---> ****-login.sh ends [Pipeline] } 09:45:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 09:45:31 + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] echo 09:45:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:45:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:45:31 ========================================================= 09:45:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 09:45:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 09:45:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:45:32 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:45:32 94e9d8af2201: Pulling fs layer 09:45:32 a6c56e8762df: Pulling fs layer 09:45:32 f0f3c8884826: Pulling fs layer 09:45:32 c7e7622c144d: Pulling fs layer 09:45:32 4f4fb700ef54: Pulling fs layer 09:45:32 b4c3b6d88c5a: Pulling fs layer 09:45:32 ba8bce9d2590: Pulling fs layer 09:45:32 ca778ea9c289: Pulling fs layer 09:45:32 c7e7622c144d: Waiting 09:45:32 4f4fb700ef54: Waiting 09:45:32 b4c3b6d88c5a: Waiting 09:45:32 ba8bce9d2590: Waiting 09:45:32 ca778ea9c289: Waiting 09:45:32 a6c56e8762df: Verifying Checksum 09:45:32 a6c56e8762df: Download complete 09:45:32 c7e7622c144d: Verifying Checksum 09:45:32 c7e7622c144d: Download complete 09:45:32 4f4fb700ef54: Verifying Checksum 09:45:32 4f4fb700ef54: Download complete 09:45:32 b4c3b6d88c5a: Verifying Checksum 09:45:32 b4c3b6d88c5a: Download complete 09:45:32 94e9d8af2201: Verifying Checksum 09:45:32 94e9d8af2201: Download complete 09:45:32 ca778ea9c289: Verifying Checksum 09:45:32 ca778ea9c289: Download complete 09:45:33 94e9d8af2201: Pull complete 09:45:33 a6c56e8762df: Pull complete 09:45:34 f0f3c8884826: Download complete 09:45:35 ba8bce9d2590: Verifying Checksum 09:45:35 ba8bce9d2590: Download complete 09:45:47 f0f3c8884826: Pull complete 09:45:48 c7e7622c144d: Pull complete 09:45:48 4f4fb700ef54: Pull complete 09:45:48 b4c3b6d88c5a: Pull complete 09:45:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:45:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:45:51 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:45:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:45:54 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:45:58 ba8bce9d2590: Pull complete 09:45:59 ca778ea9c289: Pull complete 09:45:59 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 09:45:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:45:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 09:45:59 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:45:59 WORKDIR /edgex 09:45:59 COPY go.mod . 09:45:59 RUN go mod download 09:45:59 + docker build -t ci-base-image-arm64 -f - . 09:45:59 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:46:00 Sending build context to Docker daemon 3.708MB 09:46:00 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 09:46:00 ---> 47b25d7523d1 09:46:00 Step 2/4 : WORKDIR /edgex 09:46:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:46:02 ---> Running in 113d3efdb281 09:46:02 Removing intermediate container 113d3efdb281 09:46:02 ---> adcd58e76c26 09:46:02 Step 3/4 : COPY go.mod . 09:46:02 ---> 973033c0f4aa 09:46:02 Step 4/4 : RUN go mod download 09:46:02 ---> Running in abd48bd40bb7 09:46:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:46:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:46:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:46:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:46:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 09:46:11 $ docker stop --time=1 7f527974d28b7b1be1047f9d0b466cf253f17b0d78f9ca599da61068f2ef8a1b 09:46:14 $ docker rm -f --volumes 7f527974d28b7b1be1047f9d0b466cf253f17b0d78f9ca599da61068f2ef8a1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:46:15 09:46:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:46:15 latest: Pulling from edgex-devops/edgex-compose 09:46:15 91d30c5bc195: Pulling fs layer 09:46:15 2e9b0aa3be6d: Pulling fs layer 09:46:15 9c61dcf015f6: Pulling fs layer 09:46:15 4698f68db338: Pulling fs layer 09:46:15 2a2f49069b9e: Pulling fs layer 09:46:15 e0025b399a48: Pulling fs layer 09:46:15 2a2f49069b9e: Waiting 09:46:15 e0025b399a48: Waiting 09:46:15 4698f68db338: Waiting 09:46:15 91d30c5bc195: Verifying Checksum 09:46:15 91d30c5bc195: Download complete 09:46:15 4698f68db338: Verifying Checksum 09:46:15 4698f68db338: Download complete 09:46:15 91d30c5bc195: Pull complete 09:46:15 2e9b0aa3be6d: Verifying Checksum 09:46:15 2e9b0aa3be6d: Download complete 09:46:15 e0025b399a48: Download complete 09:46:15 2a2f49069b9e: Verifying Checksum 09:46:15 2a2f49069b9e: Download complete 09:46:16 2e9b0aa3be6d: Pull complete 09:46:16 9c61dcf015f6: Verifying Checksum 09:46:16 9c61dcf015f6: Download complete 09:46:20 9c61dcf015f6: Pull complete 09:46:20 4698f68db338: Pull complete 09:46:20 2a2f49069b9e: Pull complete 09:46:20 e0025b399a48: Pull complete 09:46:20 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 09:46:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:46:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:20 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 09:46:20 $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:46:21 $ docker top aef5e1e74fc914c731a990eb3ac51b11226cd264830d7f2b0d7c92bb741d45b3 -eo pid,comm [Pipeline] { [Pipeline] sh 09:46:21 + docker compose -f ./docker-compose-build.yml build --parallel 09:46:22 #1 [security-spire-agent internal] load build definition from Dockerfile 09:46:22 #1 transferring dockerfile: 1.81kB done 09:46:22 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:46:22 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 09:46:22 #1 DONE 0.1s 09:46:22 09:46:22 #2 [core-metadata internal] load build definition from Dockerfile 09:46:22 #2 transferring dockerfile: 2.10kB done 09:46:22 #2 DONE 0.1s 09:46:22 09:46:22 #3 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:46:22 #3 ... 09:46:22 09:46:22 #4 [core-keeper internal] load build definition from Dockerfile 09:46:22 #4 transferring dockerfile: 2.01kB done 09:46:22 #4 DONE 0.1s 09:46:22 09:46:22 #5 [security-proxy-setup internal] load build definition from Dockerfile 09:46:22 #5 transferring dockerfile: 2.50kB done 09:46:22 #5 DONE 0.1s 09:46:22 09:46:22 #6 [support-scheduler internal] load build definition from Dockerfile 09:46:22 #6 transferring dockerfile: 1.83kB done 09:46:22 #6 DONE 0.2s 09:46:22 09:46:22 #7 [core-data internal] load build definition from Dockerfile 09:46:22 #7 transferring dockerfile: 2.04kB done 09:46:22 #7 DONE 0.2s 09:46:22 09:46:22 #8 [security-spire-server internal] load build definition from Dockerfile 09:46:22 #8 transferring dockerfile: 1.70kB done 09:46:22 #8 DONE 0.2s 09:46:22 09:46:22 #9 [security-proxy-auth internal] load build definition from Dockerfile 09:46:22 #9 transferring dockerfile: 2.14kB done 09:46:22 #9 DONE 0.2s 09:46:22 09:46:22 #10 [security-secretstore-setup internal] load build definition from Dockerfile 09:46:22 #10 transferring dockerfile: 2.49kB done 09:46:22 #10 DONE 0.2s 09:46:22 09:46:22 #11 [support-notifications internal] load build definition from Dockerfile 09:46:22 #11 transferring dockerfile: 2.00kB done 09:46:22 #11 DONE 0.2s 09:46:22 09:46:22 #12 [core-command internal] load build definition from Dockerfile 09:46:22 #12 transferring dockerfile: 1.94kB done 09:46:22 #12 DONE 0.2s 09:46:22 09:46:22 #13 [security-bootstrapper internal] load build definition from Dockerfile 09:46:22 #13 transferring dockerfile: 3.02kB done 09:46:22 #13 DONE 0.2s 09:46:22 09:46:22 #14 [core-metadata internal] load .dockerignore 09:46:22 #14 DONE 0.0s 09:46:22 09:46:22 #15 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:46:22 #15 DONE 0.0s 09:46:22 09:46:22 #16 [security-spire-config internal] load build definition from Dockerfile 09:46:22 #16 transferring dockerfile: 1.69kB done 09:46:22 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 09:46:22 #16 DONE 0.2s 09:46:22 09:46:22 #17 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:46:22 #17 transferring dockerfile: 1.89kB done 09:46:22 #17 DONE 0.2s 09:46:22 09:46:22 #15 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:46:22 #15 DONE 0.0s 09:46:22 09:46:22 #18 [security-proxy-setup internal] load .dockerignore 09:46:22 #18 transferring context: 50B done 09:46:22 #18 DONE 0.1s 09:46:22 09:46:22 #19 [core-command internal] load metadata for docker.io/library/alpine:3.20 09:46:22 #19 DONE 0.2s 09:46:22 09:46:22 #20 [core-data internal] load .dockerignore 09:46:22 #20 transferring context: 50B done 09:46:22 #20 DONE 0.1s 09:46:22 09:46:22 #21 [core-keeper internal] load .dockerignore 09:46:22 #21 transferring context: 50B done 09:46:22 #21 DONE 0.1s 09:46:22 09:46:22 #22 [support-scheduler internal] load .dockerignore 09:46:22 #22 transferring context: 50B done 09:46:22 #22 DONE 0.1s 09:46:22 09:46:22 #23 [core-data internal] load build context 09:46:22 #23 DONE 0.0s 09:46:22 09:46:22 #24 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:22 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:22 #24 ... 09:46:22 09:46:22 #14 [core-metadata internal] load .dockerignore 09:46:22 #14 transferring context: 50B done 09:46:22 #14 DONE 0.1s 09:46:22 09:46:22 #24 [core-metadata stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:22 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:22 #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 09:46:22 #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 09:46:22 #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:46:22 #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 09:46:22 #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 09:46:22 #24 ... 09:46:22 09:46:22 #25 [support-notifications internal] load .dockerignore 09:46:22 #25 transferring context: 50B done 09:46:22 #25 DONE 0.2s 09:46:22 09:46:22 #26 [security-bootstrapper internal] load .dockerignore 09:46:22 #26 transferring context: 50B done 09:46:22 #26 DONE 0.2s 09:46:22 09:46:22 #27 [core-command internal] load .dockerignore 09:46:22 #27 transferring context: 50B done 09:46:22 #27 DONE 0.2s 09:46:22 09:46:22 #24 [security-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:22 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:22 #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 09:46:22 #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 09:46:22 #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:46:22 #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 09:46:22 #24 ... 09:46:22 09:46:22 #28 [security-secretstore-setup internal] load .dockerignore 09:46:22 #28 transferring context: 50B done 09:46:22 #28 DONE 0.3s 09:46:22 09:46:22 #29 [security-spiffe-token-provider internal] load .dockerignore 09:46:22 #29 transferring context: 50B done 09:46:22 #29 DONE 0.3s 09:46:22 09:46:22 #30 [security-proxy-auth internal] load .dockerignore 09:46:22 #30 transferring context: 50B done 09:46:22 #30 DONE 0.3s 09:46:22 09:46:22 #24 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:22 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:22 #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 09:46:22 #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 09:46:22 #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:46:22 #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 09:46:22 #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 09:46:22 #24 ... 09:46:22 09:46:22 #3 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:46:22 #3 DONE 0.5s 09:46:22 09:46:22 #31 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 09:46:22 #31 DONE 0.4s 09:46:22 09:46:22 #24 [security-secretstore-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:22 #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 09:46:23 #24 ... 09:46:23 09:46:23 #32 [security-spire-config internal] load .dockerignore 09:46:23 #32 transferring context: 50B 0.1s done 09:46:23 #32 DONE 0.6s 09:46:23 09:46:23 #33 [core-data builder 2/7] WORKDIR /edgex-go 09:46:23 #33 DONE 0.6s 09:46:23 09:46:23 #34 [security-spire-server internal] load .dockerignore 09:46:23 #34 transferring context: 50B 0.0s done 09:46:23 #34 DONE 0.7s 09:46:23 09:46:23 #24 [security-spire-server stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:23 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:23 #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 09:46:23 #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 09:46:23 #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:46:23 #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 09:46:23 #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 09:46:23 #24 DONE 1.2s 09:46:23 09:46:23 #35 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:46:23 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 09:46:23 #35 ... 09:46:23 09:46:23 #36 [security-spire-config internal] load build context 09:46:23 #36 transferring context: 22.05kB 0.0s done 09:46:23 #36 DONE 0.3s 09:46:23 09:46:23 #37 [security-spire-server internal] load build context 09:46:23 #37 transferring context: 23.80kB 0.0s done 09:46:23 #37 DONE 0.4s 09:46:23 09:46:23 #38 [security-proxy-setup internal] load build context 09:46:24 #38 ... 09:46:24 09:46:24 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 09:46:24 #39 DONE 1.9s 09:46:24 09:46:24 #40 [security-spire-agent internal] load .dockerignore 09:46:24 #40 transferring context: 50B 0.0s done 09:46:24 #40 DONE 0.1s 09:46:24 09:46:24 #38 [security-proxy-setup internal] load build context 09:46:26 #38 ... 09:46:26 09:46:26 #24 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:26 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:26 #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 09:46:26 #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 09:46:26 #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:46:26 #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 09:46:26 #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 09:46:26 #24 DONE 1.2s 09:46:26 09:46:26 #41 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:26 #41 DONE 3.3s 09:46:26 09:46:26 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:46:26 #42 DONE 0.0s 09:46:26 09:46:26 #43 [security-spire-agent internal] load build context 09:46:26 #43 DONE 0.0s 09:46:26 09:46:26 #38 [security-proxy-setup internal] load build context 09:46:29 #38 ... 09:46:29 09:46:29 #44 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:46:29 #44 transferring dockerfile: 2.23kB 0.0s done 09:46:29 #44 DONE 3.8s 09:46:29 09:46:29 #38 [security-proxy-setup internal] load build context 09:46:29 #38 transferring context: 164.27MB 6.8s 09:46:32 #38 ... 09:46:32 09:46:32 #23 [core-data internal] load build context 09:46:32 #23 ... 09:46:32 09:46:32 #45 [core-metadata internal] load build context 09:46:32 #45 ... 09:46:32 09:46:32 #46 [security-secretstore-setup internal] load build context 09:46:32 #46 ... 09:46:32 09:46:32 #47 [core-keeper internal] load build context 09:46:32 #47 ... 09:46:32 09:46:32 #48 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:46:32 #0 0.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:32 #0 0.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:32 #0 1.236 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:46:32 #0 1.236 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:46:32 #0 1.236 OK: 24174 distinct packages available 09:46:32 #0 1.326 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:32 #0 1.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:32 #0 1.678 OK: 248 MiB in 58 packages 09:46:32 #48 DONE 9.5s 09:46:32 09:46:32 #47 [core-keeper internal] load build context 09:46:32 #47 ... 09:46:32 09:46:32 #49 [support-notifications internal] load build context 09:46:32 #49 ... 09:46:32 09:46:32 #50 [security-spiffe-token-provider internal] load build context 09:46:33 #50 ... 09:46:33 09:46:33 #51 [security-bootstrapper internal] load build context 09:46:33 #51 ... 09:46:33 09:46:33 #52 [support-scheduler internal] load build context 09:46:33 #52 ... 09:46:33 09:46:33 #53 [security-proxy-auth internal] load build context 09:46:33 #53 ... 09:46:33 09:46:33 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:46:33 #0 3.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:33 #0 3.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:33 #0 3.699 OK: 248 MiB in 58 packages 09:46:33 #54 ... 09:46:33 09:46:33 #55 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:46:33 #0 0.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:33 #0 0.830 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:33 #0 1.305 OK: 248 MiB in 58 packages 09:46:33 #55 DONE 10.1s 09:46:33 09:46:33 #56 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:46:33 #0 1.813 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:33 #0 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:33 #0 2.515 OK: 248 MiB in 58 packages 09:46:33 #56 ... 09:46:33 09:46:33 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:46:33 #57 ... 09:46:33 09:46:33 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:46:33 #0 5.161 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:33 #0 5.321 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:33 #0 5.615 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:46:33 #0 5.615 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:46:33 #0 5.615 OK: 24174 distinct packages available 09:46:33 #0 5.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:33 #0 5.755 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:33 #0 6.056 (1/14) Installing ca-certificates (20250619-r0) 09:46:33 #0 6.280 (2/14) Installing brotli-libs (1.1.0-r2) 09:46:33 #0 6.283 (3/14) Installing c-ares (1.33.1-r0) 09:46:33 #0 6.285 (4/14) Installing libunistring (1.2-r0) 09:46:33 #0 6.300 (5/14) Installing libidn2 (2.3.7-r0) 09:46:33 #0 6.302 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:46:33 #0 6.315 (7/14) Installing libpsl (0.21.5-r1) 09:46:33 #0 6.318 (8/14) Installing zstd-libs (1.5.6-r0) 09:46:33 #0 6.333 (9/14) Installing libcurl (8.12.1-r0) 09:46:33 #0 6.343 (10/14) Installing curl (8.12.1-r0) 09:46:33 #0 6.499 (11/14) Installing dumb-init (1.2.5-r3) 09:46:33 #0 6.499 (12/14) Installing musl-obstack (1.2.3-r2) 09:46:33 #0 6.501 (13/14) Installing libucontext (1.2-r3) 09:46:33 #0 6.505 (14/14) Installing gcompat (1.1.0-r4) 09:46:33 #0 6.509 Executing busybox-1.36.1-r29.trigger 09:46:33 #0 6.515 Executing ca-certificates-20250619-r0.trigger 09:46:33 #0 6.552 OK: 13 MiB in 28 packages 09:46:33 #58 ... 09:46:33 09:46:33 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:46:33 #59 ... 09:46:33 09:46:33 #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:46:33 #0 2.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:33 #0 2.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:33 #0 2.938 (1/1) Installing dumb-init (1.2.5-r3) 09:46:33 #0 2.946 Executing busybox-1.36.1-r29.trigger 09:46:33 #0 2.956 OK: 8 MiB in 15 packages 09:46:33 #60 ... 09:46:33 09:46:33 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:46:34 #61 ... 09:46:34 09:46:34 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:46:34 #62 ... 09:46:34 09:46:34 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:46:34 #63 ... 09:46:34 09:46:34 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:46:34 #0 2.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:34 #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:34 #0 2.997 OK: 248 MiB in 58 packages 09:46:34 #64 ... 09:46:34 09:46:34 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:46:34 #35 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.2s done 09:46:34 #35 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 09:46:34 #35 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 09:46:34 #35 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 09:46:34 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 09:46:34 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.2s done 09:46:34 #35 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.7s done 09:46:34 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 09:46:34 #35 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 2.6s done 09:46:34 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 09:46:34 #35 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 09:46:34 #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.8s 09:46:34 #35 ... 09:46:34 09:46:34 #43 [security-spire-agent internal] load build context 09:46:34 #43 transferring context: 23.33kB done 09:46:34 #43 DONE 6.9s 09:46:34 09:46:34 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:46:34 #35 ... 09:46:34 09:46:34 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:46:34 #65 ... 09:46:34 09:46:34 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:46:34 #66 ... 09:46:34 09:46:34 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:34 #67 ... 09:46:34 09:46:34 #68 [core-command internal] load build context 09:46:35 #68 ... 09:46:35 09:46:35 #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:46:35 #0 2.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:35 #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:35 #0 2.781 (1/2) Installing dumb-init (1.2.5-r3) 09:46:35 #0 2.789 (2/2) Installing su-exec (0.2-r3) 09:46:35 #0 2.801 Executing busybox-1.36.1-r29.trigger 09:46:35 #0 2.823 OK: 8 MiB in 16 packages 09:46:35 #69 ... 09:46:35 09:46:35 #35 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:46:35 #35 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.4s done 09:46:38 #35 ... 09:46:38 09:46:38 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:46:38 #70 ... 09:46:38 09:46:38 #69 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:46:38 #69 DONE 14.2s 09:46:38 09:46:38 #15 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 09:46:38 #15 DONE 0.0s 09:46:38 09:46:38 #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 09:46:38 #19 DONE 0.2s 09:46:38 09:46:38 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:46:38 #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 3.2s done 09:46:38 #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 09:46:38 #42 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 09:46:38 #42 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 09:46:38 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 09:46:38 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 09:46:38 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.9s done 09:46:38 #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 3.2s done 09:46:38 #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 09:46:38 #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 09:46:38 #42 ... 09:46:38 09:46:38 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:46:38 #64 DONE 14.4s 09:46:38 09:46:38 #56 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 09:46:38 #56 DONE 14.5s 09:46:38 09:46:38 #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:46:38 #54 DONE 14.5s 09:46:38 09:46:38 #47 [core-keeper internal] load build context 09:46:38 #47 transferring context: 591.46MB 11.8s done 09:46:38 #47 DONE 15.4s 09:46:38 09:46:38 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:46:38 #58 DONE 14.3s 09:46:38 09:46:38 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:38 #67 DONE 14.3s 09:46:38 09:46:38 #60 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:46:38 #60 DONE 14.3s 09:46:38 09:46:38 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:46:38 #65 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:38 #65 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:38 #65 11.82 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:46:38 #65 11.82 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:46:38 #65 11.82 OK: 24174 distinct packages available 09:46:38 #65 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:38 #65 11.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:38 #65 12.30 (1/4) Installing dumb-init (1.2.5-r3) 09:46:38 #65 12.30 (2/4) Installing musl-obstack (1.2.3-r2) 09:46:38 #65 12.31 (3/4) Installing libucontext (1.2-r3) 09:46:38 #65 12.31 (4/4) Installing gcompat (1.1.0-r4) 09:46:38 #65 12.31 Executing busybox-1.36.1-r29.trigger 09:46:38 #65 12.32 OK: 8 MiB in 18 packages 09:46:38 #65 DONE 14.3s 09:46:38 09:46:38 #49 [support-notifications internal] load build context 09:46:38 #49 transferring context: 591.46MB 12.1s done 09:46:38 #49 DONE 15.4s 09:46:38 09:46:38 #23 [core-data internal] load build context 09:46:38 #23 transferring context: 591.46MB 12.1s done 09:46:38 #23 DONE 15.5s 09:46:38 09:46:38 #52 [support-scheduler internal] load build context 09:46:38 #52 transferring context: 591.46MB 12.3s done 09:46:38 #52 DONE 15.5s 09:46:38 09:46:38 #68 [core-command internal] load build context 09:46:38 #68 transferring context: 591.46MB 12.2s done 09:46:38 #68 DONE 15.3s 09:46:38 09:46:38 #46 [security-secretstore-setup internal] load build context 09:46:38 #46 transferring context: 591.46MB 12.7s done 09:46:38 #46 DONE 15.2s 09:46:38 09:46:38 #45 [core-metadata internal] load build context 09:46:38 #45 transferring context: 591.46MB 12.9s done 09:46:38 #45 DONE 15.5s 09:46:38 09:46:38 #51 [security-bootstrapper internal] load build context 09:46:38 #51 transferring context: 591.46MB 12.8s done 09:46:38 #51 DONE 15.3s 09:46:38 09:46:38 #50 [security-spiffe-token-provider internal] load build context 09:46:38 #50 transferring context: 591.46MB 12.7s done 09:46:38 #50 DONE 15.3s 09:46:38 09:46:38 #53 [security-proxy-auth internal] load build context 09:46:38 #53 transferring context: 591.46MB 13.8s done 09:46:38 #53 DONE 15.3s 09:46:38 09:46:38 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:46:38 #42 ... 09:46:38 09:46:38 #71 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 09:46:38 #71 ... 09:46:38 09:46:38 #38 [security-proxy-setup internal] load build context 09:46:38 #38 transferring context: 591.46MB 14.5s done 09:46:38 #38 DONE 15.6s 09:46:38 09:46:38 #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:46:38 #72 DONE 0.3s 09:46:38 09:46:38 #73 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:46:38 #73 DONE 0.3s 09:46:38 09:46:38 #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:46:38 #74 DONE 0.3s 09:46:38 09:46:38 #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:46:38 #75 DONE 0.3s 09:46:38 09:46:38 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:46:38 #76 DONE 0.3s 09:46:38 09:46:38 #35 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:46:38 #35 DONE 14.9s 09:46:38 09:46:38 #31 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 09:46:38 #31 DONE 0.4s 09:46:38 09:46:38 #33 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 09:46:38 #33 DONE 0.6s 09:46:38 09:46:38 #24 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:46:38 #24 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:46:38 #24 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 09:46:38 #24 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 09:46:38 #24 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:46:38 #24 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 09:46:38 #24 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 09:46:38 #24 DONE 1.2s 09:46:38 09:46:38 #56 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 09:46:38 #56 DONE 14.5s 09:46:38 09:46:38 #60 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:46:38 #60 DONE 14.3s 09:46:38 09:46:38 #77 [core-common-config-bootstrapper internal] load .dockerignore 09:46:38 #77 transferring context: 50B done 09:46:38 #77 DONE 0.5s 09:46:38 09:46:38 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:46:38 #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.6s done 09:46:38 #42 DONE 10.9s 09:46:38 09:46:38 #78 [core-common-config-bootstrapper internal] load build context 09:46:40 #78 ... 09:46:40 09:46:40 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:46:40 #66 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #66 15.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #66 15.77 (1/1) Installing dumb-init (1.2.5-r3) 09:46:40 #66 15.78 Executing busybox-1.36.1-r29.trigger 09:46:40 #66 15.80 OK: 8 MiB in 15 packages 09:46:40 #66 DONE 16.7s 09:46:40 09:46:40 #78 [core-common-config-bootstrapper internal] load build context 09:46:40 #78 ... 09:46:40 09:46:40 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:46:40 #63 15.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #63 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #63 15.65 (1/4) Installing dumb-init (1.2.5-r3) 09:46:40 #63 15.67 (2/4) Installing openssl (3.3.4-r0) 09:46:40 #63 15.68 (3/4) Installing su-exec (0.2-r3) 09:46:40 #63 15.68 (4/4) Installing yq-go (4.44.1-r2) 09:46:40 #63 15.79 Executing busybox-1.36.1-r29.trigger 09:46:40 #63 15.79 OK: 19 MiB in 18 packages 09:46:40 #63 DONE 16.7s 09:46:40 09:46:40 #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:46:40 #59 15.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #59 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #59 15.70 (1/7) Installing ca-certificates (20250619-r0) 09:46:40 #59 15.72 (2/7) Installing dumb-init (1.2.5-r3) 09:46:40 #59 15.72 (3/7) Installing libgcc (13.2.1_git20240309-r1) 09:46:40 #59 15.72 (4/7) Installing libsodium (1.0.19-r0) 09:46:40 #59 15.73 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 09:46:40 #59 15.76 (6/7) Installing libzmq (4.3.5-r2) 09:46:40 #59 15.78 (7/7) Installing zeromq (4.3.5-r2) 09:46:40 #59 15.78 Executing busybox-1.36.1-r29.trigger 09:46:40 #59 15.79 Executing ca-certificates-20250619-r0.trigger 09:46:40 #59 15.84 OK: 12 MiB in 21 packages 09:46:40 #59 DONE 16.7s 09:46:40 09:46:40 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:46:40 #61 15.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #61 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #61 15.70 (1/4) Installing ca-certificates (20250619-r0) 09:46:40 #61 15.72 (2/4) Installing dumb-init (1.2.5-r3) 09:46:40 #61 15.72 (3/4) Installing su-exec (0.2-r3) 09:46:40 #61 15.73 (4/4) Installing yq-go (4.44.1-r2) 09:46:40 #61 15.81 Executing busybox-1.36.1-r29.trigger 09:46:40 #61 15.82 Executing ca-certificates-20250619-r0.trigger 09:46:40 #61 15.88 OK: 19 MiB in 18 packages 09:46:40 #61 DONE 16.7s 09:46:40 09:46:40 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:46:40 #62 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #62 15.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #62 16.00 (1/3) Installing ca-certificates (20250619-r0) 09:46:40 #62 16.03 (2/3) Installing dumb-init (1.2.5-r3) 09:46:40 #62 16.03 (3/3) Installing tzdata (2025b-r0) 09:46:40 #62 16.08 Executing busybox-1.36.1-r29.trigger 09:46:40 #62 16.10 Executing ca-certificates-20250619-r0.trigger 09:46:40 #62 16.14 OK: 10 MiB in 17 packages 09:46:40 #62 DONE 16.8s 09:46:40 09:46:40 #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:46:40 #57 14.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #57 14.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #57 15.20 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:46:40 #57 15.20 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:46:40 #57 15.20 OK: 24174 distinct packages available 09:46:40 #57 15.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #57 15.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #57 15.94 (1/5) Installing dumb-init (1.2.5-r3) 09:46:40 #57 15.94 (2/5) Installing musl-obstack (1.2.3-r2) 09:46:40 #57 15.94 (3/5) Installing libucontext (1.2-r3) 09:46:40 #57 15.97 (4/5) Installing gcompat (1.1.0-r4) 09:46:40 #57 15.97 (5/5) Installing openssl (3.3.4-r0) 09:46:40 #57 15.98 Executing busybox-1.36.1-r29.trigger 09:46:40 #57 15.98 OK: 9 MiB in 19 packages 09:46:40 #57 DONE 16.8s 09:46:40 09:46:40 #78 [core-common-config-bootstrapper internal] load build context 09:46:40 #78 ... 09:46:40 09:46:40 #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:46:40 #0 1.436 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:40 #0 1.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:40 #0 1.971 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:40 #0 1.988 Executing busybox-1.36.1-r30.post-upgrade 09:46:40 #0 2.482 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:40 #0 2.485 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:40 #0 2.488 Executing busybox-1.36.1-r30.trigger 09:46:40 #0 2.505 OK: 13 MiB in 28 packages 09:46:40 #79 DONE 2.9s 09:46:40 09:46:40 #78 [core-common-config-bootstrapper internal] load build context 09:46:41 #78 ... 09:46:41 09:46:41 #80 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:46:41 #0 2.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:41 #0 2.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:41 #0 2.917 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #0 2.933 Executing busybox-1.36.1-r30.post-upgrade 09:46:41 #0 2.995 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #0 2.996 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #0 3.004 Executing busybox-1.36.1-r30.trigger 09:46:41 #0 3.005 OK: 8 MiB in 16 packages 09:46:41 #80 DONE 3.3s 09:46:41 09:46:41 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:46:41 #0 2.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:41 #0 2.524 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:41 #0 2.905 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #0 2.931 Executing busybox-1.36.1-r30.post-upgrade 09:46:41 #0 3.000 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #0 3.004 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #0 3.012 Executing busybox-1.36.1-r30.trigger 09:46:41 #0 3.018 OK: 8 MiB in 18 packages 09:46:41 #81 DONE 3.3s 09:46:41 09:46:41 #71 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 09:46:41 #71 2.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:41 #71 2.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:41 #71 2.708 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #71 2.728 Executing busybox-1.36.1-r30.post-upgrade 09:46:41 #71 2.945 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #71 2.948 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:41 #71 2.956 Executing busybox-1.36.1-r30.trigger 09:46:41 #71 2.961 OK: 8 MiB in 15 packages 09:46:41 #71 DONE 3.3s 09:46:41 09:46:41 #78 [core-common-config-bootstrapper internal] load build context 09:46:42 #78 ... 09:46:42 09:46:42 #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:46:42 #82 DONE 1.2s 09:46:42 09:46:42 #78 [core-common-config-bootstrapper internal] load build context 09:46:42 #78 ... 09:46:42 09:46:42 #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:46:42 #83 DONE 0.1s 09:46:42 09:46:42 #78 [core-common-config-bootstrapper internal] load build context 09:46:42 #78 transferring context: 591.46MB 4.3s done 09:46:42 #78 DONE 4.3s 09:46:42 09:46:42 #84 [security-spire-config stage-2 6/10] COPY security.txt / 09:46:42 #84 DONE 0.1s 09:46:42 09:46:42 #85 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:46:42 #85 DONE 0.1s 09:46:42 09:46:42 #73 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:46:42 #73 DONE 0.3s 09:46:42 09:46:42 #86 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:46:42 #86 DONE 0.0s 09:46:42 09:46:42 #87 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:46:42 #87 DONE 0.0s 09:46:42 09:46:42 #88 [security-spire-config] exporting to image 09:46:42 #88 exporting layers 09:46:43 #88 ... 09:46:43 09:46:43 #89 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:46:43 #0 2.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.478 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.493 Executing busybox-1.36.1-r30.post-upgrade 09:46:43 #0 2.532 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.534 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.538 Executing busybox-1.36.1-r30.trigger 09:46:43 #0 2.541 OK: 8 MiB in 15 packages 09:46:43 #89 DONE 2.7s 09:46:43 09:46:43 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:46:43 #90 DONE 1.9s 09:46:43 09:46:43 #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 09:46:43 #91 DONE 0.0s 09:46:43 09:46:43 #88 [security-spire-config] exporting to image 09:46:43 #88 exporting layers 0.4s done 09:46:43 #88 writing image sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done 09:46:43 #88 naming to docker.io/library/security-spire-config 09:46:43 #88 naming to docker.io/library/security-spire-config done 09:46:43 #88 DONE 0.5s 09:46:43 09:46:43 #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:46:43 #0 2.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.810 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.830 Executing busybox-1.36.1-r30.post-upgrade 09:46:43 #0 2.890 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.894 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.898 Executing busybox-1.36.1-r30.trigger 09:46:43 #0 2.908 OK: 19 MiB in 18 packages 09:46:43 #92 ... 09:46:43 09:46:43 #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:46:43 #0 2.373 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.448 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.770 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.789 Executing busybox-1.36.1-r30.post-upgrade 09:46:43 #0 2.833 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.841 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 2.841 Executing busybox-1.36.1-r30.trigger 09:46:43 #0 2.850 OK: 19 MiB in 18 packages 09:46:43 #93 DONE 3.0s 09:46:43 09:46:43 #94 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:46:43 #94 DONE 0.0s 09:46:43 09:46:43 #92 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:46:43 #92 DONE 3.1s 09:46:43 09:46:43 #95 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:46:43 #0 2.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.720 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:43 #0 3.073 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 3.087 Executing busybox-1.36.1-r30.post-upgrade 09:46:43 #0 3.119 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 3.121 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 3.124 Executing busybox-1.36.1-r30.trigger 09:46:43 #0 3.130 OK: 12 MiB in 21 packages 09:46:43 #95 DONE 3.3s 09:46:43 09:46:43 #96 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:46:43 #0 2.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:43 #0 2.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:43 #0 3.101 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 3.116 Executing busybox-1.36.1-r30.post-upgrade 09:46:43 #0 3.161 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 3.166 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:43 #0 3.170 Executing busybox-1.36.1-r30.trigger 09:46:43 #0 3.178 OK: 9 MiB in 19 packages 09:46:43 #96 DONE 3.3s 09:46:43 09:46:43 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:46:44 #97 ... 09:46:44 09:46:44 #98 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:46:44 #0 2.642 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:44 #0 2.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:44 #0 3.142 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:46:44 #0 3.162 Executing busybox-1.36.1-r30.post-upgrade 09:46:44 #0 3.200 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:46:44 #0 3.205 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:46:44 #0 3.208 Executing busybox-1.36.1-r30.trigger 09:46:44 #0 3.221 OK: 10 MiB in 17 packages 09:46:44 #98 DONE 3.7s 09:46:44 09:46:44 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:46:44 #99 DONE 0.4s 09:46:44 09:46:44 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:46:44 #97 DONE 0.4s 09:46:44 09:46:44 #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:46:44 #100 DONE 0.0s 09:46:44 09:46:44 #101 [security-spire-server stage-2 6/9] COPY security.txt / 09:46:44 #101 DONE 0.1s 09:46:44 09:46:44 #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:46:44 #102 DONE 0.3s 09:46:44 09:46:44 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:46:44 #103 DONE 0.5s 09:46:44 09:46:44 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:46:44 #104 DONE 0.0s 09:46:44 09:46:44 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:46:44 #105 DONE 0.0s 09:46:44 09:46:44 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:46:44 #106 DONE 0.0s 09:46:44 09:46:44 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 09:46:44 #107 DONE 0.0s 09:46:44 09:46:44 #108 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:46:44 #108 DONE 0.1s 09:46:44 09:46:44 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:46:44 #109 DONE 0.0s 09:46:44 09:46:44 #110 [security-spire-server] exporting to image 09:46:44 #110 ... 09:46:44 09:46:44 #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:46:44 #111 DONE 0.0s 09:46:45 09:46:45 #112 [security-spire-agent] exporting to image 09:46:45 #112 ... 09:46:45 09:46:45 #110 [security-spire-server] exporting to image 09:46:45 #110 exporting layers 0.4s done 09:46:45 #110 writing image sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done 09:46:45 #110 naming to docker.io/library/security-spire-server done 09:46:45 #110 DONE 0.4s 09:46:45 09:46:45 #112 [security-spire-agent] exporting to image 09:46:45 #112 exporting layers 0.4s done 09:46:45 #112 writing image sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done 09:46:45 #112 naming to docker.io/library/security-spire-agent done 09:46:45 #112 DONE 0.5s 09:46:45 09:46:45 #113 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:47 #113 ... 09:46:47 09:46:47 #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:46:47 #70 12.68 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:47 #70 15.70 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:47 #70 19.37 OK: 248 MiB in 58 packages 09:46:47 #70 DONE 19.5s 09:46:47 09:46:47 #114 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:46:47 #114 DONE 0.1s 09:46:47 09:46:47 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:48 #115 ... 09:46:48 09:46:48 #116 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:46:48 #0 1.601 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 09:46:48 #0 4.565 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 09:46:48 #0 8.297 (1/1) Installing dumb-init (1.2.5-r3) 09:46:48 #0 9.998 Executing busybox-1.36.1-r29.trigger 09:46:48 #0 10.00 OK: 8 MiB in 15 packages 09:46:48 #116 ... 09:46:48 09:46:48 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:48 #117 ... 09:46:48 09:46:48 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:48 #118 ... 09:46:48 09:46:48 #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:48 #119 ... 09:46:48 09:46:48 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:49 #120 ... 09:46:49 09:46:49 #116 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:46:49 #116 DONE 11.7s 09:46:49 09:46:49 #113 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:46:59 Removing intermediate container abd48bd40bb7 09:46:59 ---> e9aa4349b529 09:46:59 Successfully built e9aa4349b529 09:46:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:46:59 + docker inspect -f . ci-base-image-arm64 09:46:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:46:59 prd-ubuntu20.04-docker-arm64-4c-16g-6545 does not seem to be running inside a container 09:46:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:47:01 $ docker top 27629e5760bb4fd41afc644a2b2a90f47618c2e6b3f9c6f230b374abe9b5a15f -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:02 + go version 09:47:02 go version go1.23.9 linux/arm64 [Pipeline] } 09:47:02 $ docker stop --time=1 27629e5760bb4fd41afc644a2b2a90f47618c2e6b3f9c6f230b374abe9b5a15f 09:47:03 $ docker rm -f --volumes 27629e5760bb4fd41afc644a2b2a90f47618c2e6b3f9c6f230b374abe9b5a15f [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 09:47:04 #113 ... 09:47:04 09:47:04 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:04 #117 DONE 24.2s 09:47:04 09:47:04 #118 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:04 #118 DONE 24.3s 09:47:04 09:47:04 #113 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:04 #113 DONE 24.3s 09:47:04 09:47:04 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:04 #120 DONE 24.3s 09:47:04 09:47:04 #119 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:04 #119 DONE 24.3s 09:47:04 09:47:04 #115 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:04 #115 DONE 15.4s 09:47:04 09:47:04 #121 [core-data builder 6/7] COPY . . 09:47:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:47:05 09:47:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:47:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:47:05 latest: Pulling from edgex-devops/edgex-compose-arm64 09:47:05 547446be3368: Pulling fs layer 09:47:05 d125d8839a47: Pulling fs layer 09:47:05 3e85d5ac6304: Pulling fs layer 09:47:05 c3105a71a48b: Pulling fs layer 09:47:05 0f093f025ec4: Pulling fs layer 09:47:05 c3106fc0e877: Pulling fs layer 09:47:05 c3105a71a48b: Waiting 09:47:05 0f093f025ec4: Waiting 09:47:05 c3106fc0e877: Waiting 09:47:06 547446be3368: Verifying Checksum 09:47:06 547446be3368: Download complete 09:47:06 c3105a71a48b: Verifying Checksum 09:47:06 c3105a71a48b: Download complete 09:47:06 d125d8839a47: Verifying Checksum 09:47:06 d125d8839a47: Download complete 09:47:06 c3106fc0e877: Verifying Checksum 09:47:06 c3106fc0e877: Download complete 09:47:06 0f093f025ec4: Verifying Checksum 09:47:06 0f093f025ec4: Download complete 09:47:07 547446be3368: Pull complete 09:47:08 d125d8839a47: Pull complete 09:47:08 3e85d5ac6304: Download complete 09:47:12 #121 DONE 9.8s 09:47:12 09:47:12 #122 [security-bootstrapper builder 6/7] COPY . . 09:47:12 #122 DONE 9.8s 09:47:12 09:47:12 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:47:12 #123 CACHED 09:47:12 09:47:12 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:12 #124 CACHED 09:47:12 09:47:12 #125 [security-proxy-setup builder 6/7] COPY . . 09:47:12 #125 CACHED 09:47:12 09:47:12 #126 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:12 #126 CACHED 09:47:12 09:47:12 #127 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:47:12 #127 CACHED 09:47:12 09:47:12 #128 [security-secretstore-setup builder 6/7] COPY . . 09:47:12 #128 CACHED 09:47:12 09:47:12 #129 [support-notifications builder 6/7] COPY . . 09:47:12 #129 DONE 9.8s 09:47:12 09:47:12 #130 [support-scheduler builder 6/7] COPY . . 09:47:12 #130 DONE 9.8s 09:47:12 09:47:12 #131 [security-spiffe-token-provider builder 6/7] COPY . . 09:47:12 #131 DONE 9.8s 09:47:12 09:47:12 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 09:47:12 #132 CACHED 09:47:12 09:47:12 #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:47:12 #133 CACHED 09:47:12 09:47:12 #134 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:12 #134 CACHED 09:47:12 09:47:12 #135 [core-keeper builder 7/8] COPY . . 09:47:12 #135 DONE 9.8s 09:47:12 09:47:12 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 09:47:12 #136 CACHED 09:47:12 09:47:12 #137 [core-command builder 6/7] COPY . . 09:47:12 #137 CACHED 09:47:12 09:47:12 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:12 #138 CACHED 09:47:12 09:47:12 #139 [core-metadata builder 6/7] COPY . . 09:47:12 #139 CACHED 09:47:12 09:47:12 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:12 #140 CACHED 09:47:12 09:47:12 #141 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:47:12 #141 CACHED 09:47:12 09:47:12 #142 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:47:12 #142 CACHED 09:47:12 09:47:12 #143 [security-proxy-auth builder 6/7] COPY . . 09:47:12 #143 CACHED 09:47:12 09:47:12 #144 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:47:12 #144 CACHED 09:47:12 09:47:12 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:47:13 #145 0.639 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:47:18 3e85d5ac6304: Pull complete 09:47:18 c3105a71a48b: Pull complete 09:47:19 0f093f025ec4: Pull complete 09:47:19 c3106fc0e877: Pull complete 09:47:19 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 09:47:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:47:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:47:19 prd-ubuntu20.04-docker-arm64-4c-16g-6545 does not seem to be running inside a container 09:47:19 $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:47:21 $ docker top a24dfc6cf85331b4df6efd8bc09e2f9527f16de4254a329530f4bb809c7bb413 -eo pid,comm [Pipeline] { [Pipeline] sh 09:47:22 + docker compose -f ./docker-compose-build.yml build --parallel 09:47:22 #145 ... 09:47:22 09:47:22 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:47:22 #0 1.022 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:47:22 #146 ... 09:47:22 09:47:22 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:47:22 #0 1.017 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:47:22 #147 ... 09:47:22 09:47:22 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:47:22 #0 1.022 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:47:22 #148 ... 09:47:22 09:47:22 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:47:22 #0 0.516 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:47:22 #149 ... 09:47:22 09:47:22 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:47:22 #0 1.007 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:47:22 #150 ... 09:47:22 09:47:22 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:47:22 #0 0.515 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:47:23 #151 ... 09:47:23 09:47:23 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:47:23 #0 1.053 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:47:23 #152 ... 09:47:23 09:47:23 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:47:23 #0 1.020 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:47:23 #153 ... 09:47:23 09:47:23 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:47:23 #0 1.023 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:47:23 #154 ... 09:47:23 09:47:23 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:47:23 #0 1.013 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:47:23 #155 ... 09:47:23 09:47:23 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:47:23 #0 0.504 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:47:32 #1 [security-spire-server internal] load build definition from Dockerfile 09:47:32 #1 transferring dockerfile: 1.70kB 0.0s done 09:47:32 #1 DONE 0.1s 09:47:32 09:47:32 #2 [core-data internal] load build definition from Dockerfile 09:47:32 #2 transferring dockerfile: 2.04kB done 09:47:32 #2 DONE 0.0s 09:47:32 09:47:32 #3 [security-bootstrapper internal] load build definition from Dockerfile 09:47:32 #3 transferring dockerfile: 3.02kB done 09:47:32 #3 DONE 0.1s 09:47:32 09:47:32 #4 [security-spire-config internal] load build definition from Dockerfile 09:47:32 #4 transferring dockerfile: 1.69kB done 09:47:32 #4 DONE 0.1s 09:47:32 09:47:32 #5 [support-scheduler internal] load build definition from Dockerfile 09:47:32 #5 transferring dockerfile: 1.83kB done 09:47:32 #5 DONE 0.1s 09:47:32 09:47:32 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 09:47:32 #6 transferring dockerfile: 2.23kB done 09:47:32 #6 DONE 0.1s 09:47:32 09:47:32 #7 [security-proxy-setup internal] load build definition from Dockerfile 09:47:32 #7 transferring dockerfile: 2.50kB 0.0s done 09:47:32 #7 DONE 0.1s 09:47:32 09:47:32 #8 [core-command internal] load build definition from Dockerfile 09:47:32 #8 transferring dockerfile: 1.94kB 0.0s done 09:47:32 #8 DONE 0.1s 09:47:32 09:47:32 #9 [core-keeper internal] load build definition from Dockerfile 09:47:32 #9 transferring dockerfile: 2.01kB done 09:47:32 #9 DONE 0.0s 09:47:32 09:47:32 #10 [support-notifications internal] load build definition from Dockerfile 09:47:32 #10 transferring dockerfile: 2.00kB done 09:47:32 #10 DONE 0.1s 09:47:32 09:47:32 #11 [core-metadata internal] load build definition from Dockerfile 09:47:32 #11 transferring dockerfile: 2.10kB done 09:47:32 #11 DONE 0.1s 09:47:32 09:47:32 #12 [security-spire-agent internal] load build definition from Dockerfile 09:47:32 #12 transferring dockerfile: 1.81kB 0.0s done 09:47:32 #12 DONE 0.1s 09:47:32 09:47:32 #13 [security-proxy-auth internal] load build definition from Dockerfile 09:47:32 #13 transferring dockerfile: 2.14kB done 09:47:32 #13 DONE 0.1s 09:47:32 09:47:32 #14 [security-spiffe-token-provider internal] load build definition from Dockerfile 09:47:32 #14 transferring dockerfile: 1.89kB done 09:47:32 #14 DONE 0.1s 09:47:32 09:47:32 #15 [security-secretstore-setup internal] load build definition from Dockerfile 09:47:32 #15 transferring dockerfile: 2.49kB 0.0s done 09:47:32 #15 DONE 0.1s 09:47:32 09:47:32 #16 [security-spire-server internal] load .dockerignore 09:47:32 #16 transferring context: 09:47:33 #16 transferring context: 50B 0.0s done 09:47:33 #16 DONE 0.1s 09:47:33 09:47:33 #17 [core-data internal] load .dockerignore 09:47:33 #17 transferring context: 50B done 09:47:33 #17 DONE 0.0s 09:47:33 09:47:33 #18 [security-bootstrapper internal] load .dockerignore 09:47:33 #18 transferring context: 50B done 09:47:33 #18 DONE 0.1s 09:47:33 09:47:33 #19 [security-spire-config internal] load .dockerignore 09:47:33 #19 transferring context: 50B 0.0s done 09:47:33 #19 DONE 0.0s 09:47:33 09:47:33 #20 [support-scheduler internal] load .dockerignore 09:47:33 #20 transferring context: 50B done 09:47:33 #20 DONE 0.1s 09:47:33 09:47:33 #21 [core-common-config-bootstrapper internal] load .dockerignore 09:47:33 #21 transferring context: 50B done 09:47:33 #21 DONE 0.1s 09:47:33 09:47:33 #22 [security-proxy-setup internal] load .dockerignore 09:47:33 #22 transferring context: 50B done 09:47:33 #22 DONE 0.1s 09:47:33 09:47:33 #23 [core-command internal] load .dockerignore 09:47:34 #23 transferring context: 50B 0.0s done 09:47:34 #23 DONE 0.1s 09:47:34 09:47:34 #24 [core-keeper internal] load .dockerignore 09:47:34 #24 transferring context: 50B 0.0s done 09:47:34 #24 DONE 0.1s 09:47:34 09:47:34 #25 [support-notifications internal] load .dockerignore 09:47:34 #25 transferring context: 50B done 09:47:34 #25 DONE 0.1s 09:47:34 09:47:34 #26 [core-metadata internal] load .dockerignore 09:47:34 #26 transferring context: 50B done 09:47:34 #26 DONE 0.1s 09:47:34 09:47:34 #27 [security-spire-agent internal] load .dockerignore 09:47:34 #27 transferring context: 50B done 09:47:34 #27 DONE 0.1s 09:47:34 09:47:34 #28 [security-proxy-auth internal] load .dockerignore 09:47:34 #28 transferring context: 50B 0.0s done 09:47:34 #28 DONE 0.1s 09:47:34 09:47:34 #29 [security-spiffe-token-provider internal] load .dockerignore 09:47:34 #29 transferring context: 50B 0.0s done 09:47:34 #29 DONE 0.1s 09:47:34 09:47:34 #30 [security-secretstore-setup internal] load .dockerignore 09:47:34 #30 transferring context: 50B done 09:47:34 #30 DONE 0.1s 09:47:34 09:47:34 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:47:34 #31 ... 09:47:34 09:47:34 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 09:47:34 #32 DONE 0.1s 09:47:34 09:47:34 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:47:35 #31 DONE 0.6s 09:47:35 09:47:35 #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:35 #33 DONE 0.0s 09:47:35 09:47:35 #34 [security-spire-server internal] load build context 09:47:35 #34 transferring context: 23.80kB 0.0s done 09:47:35 #34 DONE 0.1s 09:47:35 09:47:35 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 09:47:35 #32 DONE 0.1s 09:47:35 09:47:35 #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:35 #33 DONE 0.0s 09:47:35 09:47:35 #35 [core-data internal] load build context 09:47:35 #35 DONE 0.0s 09:47:35 09:47:35 #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:47:35 #36 ... 09:47:35 09:47:35 #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:35 #33 DONE 0.0s 09:47:35 09:47:35 #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:47:35 #36 ... 09:47:35 09:47:35 #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:35 #33 DONE 0.0s 09:47:35 09:47:35 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 09:47:35 #32 DONE 0.3s 09:47:35 09:47:35 #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:35 #33 DONE 0.0s 09:47:35 09:47:35 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:47:35 #31 DONE 0.6s 09:47:35 09:47:35 #37 [support-scheduler stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:47:35 #37 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:47:35 #37 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:47:35 #37 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 09:47:35 #37 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 09:47:35 #37 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done 09:47:35 #37 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 09:47:35 #37 ... 09:47:35 09:47:35 #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:35 #33 DONE 0.0s 09:47:35 09:47:35 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 09:47:35 #32 DONE 0.6s 09:47:35 09:47:35 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:35 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 09:47:35 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 09:47:35 #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 09:47:35 #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 09:47:35 #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 09:47:35 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 09:47:35 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 09:47:35 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.15MB / 33.17MB 0.7s 09:47:35 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 09:47:36 #38 ... 09:47:36 09:47:36 #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:36 #33 DONE 0.0s 09:47:36 09:47:36 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:36 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.24MB / 33.17MB 0.9s 09:47:36 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 09:47:36 #38 ... 09:47:36 09:47:36 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 09:47:36 #32 DONE 1.0s 09:47:36 09:47:36 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:36 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.2s 09:47:36 #38 ... 09:47:36 09:47:36 #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:36 #33 DONE 0.0s 09:47:36 09:47:36 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:36 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.4s 09:47:36 #38 ... 09:47:36 09:47:36 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 09:47:36 #32 DONE 1.2s 09:47:36 09:47:36 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:36 #38 ... 09:47:36 09:47:36 #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:36 #33 DONE 0.0s 09:47:36 09:47:36 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:37 #38 ... 09:47:37 09:47:37 #39 [security-spire-config internal] load build context 09:47:37 #39 transferring context: 22.05kB 0.2s done 09:47:37 #39 DONE 1.3s 09:47:37 09:47:37 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:37 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 1.8s 09:47:37 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 09:47:37 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 09:47:37 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 2.2s 09:47:37 #38 ... 09:47:37 09:47:37 #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:37 #33 DONE 0.0s 09:47:37 09:47:37 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:37 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 2.4s 09:47:37 #38 ... 09:47:37 09:47:37 #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:37 #33 DONE 0.0s 09:47:37 09:47:37 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 09:47:37 #31 DONE 1.1s 09:47:37 09:47:37 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:37 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 2.6s 09:47:38 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 2.8s 09:47:38 #38 ... 09:47:38 09:47:38 #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 09:47:38 #33 DONE 0.0s 09:47:38 09:47:38 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:38 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 3.0s 09:47:38 #38 ... 09:47:38 09:47:38 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 09:47:38 #32 DONE 2.5s 09:47:38 09:47:38 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:38 #38 ... 09:47:38 09:47:38 #40 [security-secretstore-setup internal] load build context 09:47:38 #40 DONE 0.0s 09:47:38 09:47:38 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:38 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 3.4s 09:47:38 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 3.7s 09:47:39 #38 ... 09:47:39 09:47:39 #41 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 09:47:39 #41 DONE 1.7s 09:47:39 09:47:39 #35 [core-data internal] load build context 09:47:39 #35 transferring context: 3.23MB 2.2s done 09:47:39 #35 DONE 3.8s 09:47:39 09:47:39 #42 [security-bootstrapper internal] load build context 09:47:39 #42 transferring context: 3.23MB 2.4s done 09:47:39 #42 DONE 3.9s 09:47:39 09:47:39 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:39 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.0s 09:47:39 #38 ... 09:47:39 09:47:39 #43 [security-spire-agent internal] load build context 09:47:39 #43 DONE 0.0s 09:47:39 09:47:39 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:39 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 09:47:39 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 09:47:39 #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 09:47:39 #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 09:47:39 #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 09:47:39 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 09:47:39 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 09:47:39 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.0s done 09:47:39 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 09:47:39 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 09:47:39 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 09:47:39 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.0s done 09:47:39 #38 ... 09:47:39 09:47:39 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:39 #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 09:47:39 #44 DONE 0.2s 09:47:39 09:47:39 #45 [core-common-config-bootstrapper internal] load build context 09:47:39 #45 transferring context: 3.23MB 2.8s done 09:47:39 #45 DONE 3.8s 09:47:39 09:47:39 #37 [security-spire-agent stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:47:39 #37 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 09:47:39 #37 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 09:47:39 #37 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 09:47:39 #37 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 09:47:39 #37 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.2s done 09:47:39 #37 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.5s done 09:47:40 #37 ... 09:47:40 09:47:40 #46 [security-proxy-setup internal] load build context 09:47:40 #46 transferring context: 3.23MB 2.7s done 09:47:40 #46 DONE 4.3s 09:47:40 09:47:40 #47 [support-scheduler internal] load build context 09:47:40 #47 transferring context: 3.23MB 3.6s done 09:47:40 #47 DONE 4.7s 09:47:40 09:47:40 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:40 #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 09:47:40 #44 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 09:47:40 #44 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 09:47:40 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 09:47:40 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 09:47:40 #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 09:47:40 #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 09:47:40 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 0.7s 09:47:40 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 0.9s 09:47:40 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 4.19MB / 14.28MB 1.0s 09:47:40 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 1.1s 09:47:41 #44 ... 09:47:41 09:47:41 #48 [core-command internal] load build context 09:47:41 #48 transferring context: 3.23MB 3.0s done 09:47:41 #48 DONE 5.0s 09:47:41 09:47:41 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:41 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.29MB / 14.28MB 1.2s 09:47:41 #44 ... 09:47:41 09:47:41 #49 [core-keeper internal] load build context 09:47:41 #49 transferring context: 3.23MB 1.9s done 09:47:41 #49 DONE 4.4s 09:47:41 09:47:41 #37 [security-proxy-auth stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 09:47:41 #37 DONE 6.7s 09:47:41 09:47:41 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:41 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 1.3s 09:47:41 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 1.4s 09:47:41 #44 ... 09:47:41 09:47:41 #50 [support-notifications internal] load build context 09:47:41 #50 transferring context: 3.23MB 2.2s done 09:47:41 #50 DONE 4.4s 09:47:41 09:47:41 #51 [core-metadata internal] load build context 09:47:41 #51 transferring context: 3.23MB 1.6s done 09:47:41 #51 DONE 3.6s 09:47:41 09:47:41 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:41 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 1.6s 09:47:41 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.8s 09:47:41 #44 ... 09:47:41 09:47:41 #52 [security-spiffe-token-provider internal] load build context 09:47:41 #52 transferring context: 3.23MB 1.5s done 09:47:41 #52 DONE 3.6s 09:47:41 09:47:41 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:41 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.0s done 09:47:41 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 09:47:42 #44 ... 09:47:42 09:47:42 #40 [security-secretstore-setup internal] load build context 09:47:42 #40 transferring context: 3.23MB 1.6s done 09:47:42 #40 DONE 3.6s 09:47:42 09:47:42 #53 [security-proxy-auth internal] load build context 09:47:42 #53 transferring context: 3.23MB 1.6s done 09:47:42 #53 DONE 3.5s 09:47:42 09:47:42 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:42 #44 ... 09:47:42 09:47:42 #43 [security-spire-agent internal] load build context 09:47:42 #43 transferring context: 23.33kB 0.0s done 09:47:42 #43 DONE 3.0s 09:47:42 09:47:42 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:42 #44 ... 09:47:42 09:47:42 #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 09:47:42 #36 DONE 7.5s 09:47:42 09:47:42 #54 [support-notifications builder 2/7] WORKDIR /edgex-go 09:47:44 #54 DONE 1.5s 09:47:44 09:47:44 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 09:47:49 #55 ... 09:47:49 09:47:49 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:49 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 9.1s 09:47:51 #38 ... 09:47:51 09:47:51 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:47:51 #56 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:51 #56 ... 09:47:51 09:47:51 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:51 #38 ... 09:47:51 09:47:51 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:47:51 #0 9.967 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:51 #57 ... 09:47:51 09:47:51 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:47:51 #0 7.262 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:51 #0 7.744 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:47:51 #0 9.416 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:47:51 #0 9.416 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:47:51 #0 9.416 OK: 24052 distinct packages available 09:47:51 #0 9.838 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:51 #58 ... 09:47:51 09:47:51 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:51 #59 ... 09:47:51 09:47:51 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:47:52 #60 ... 09:47:52 09:47:52 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 09:47:52 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.4s done 09:47:52 #44 DONE 12.6s 09:47:52 09:47:52 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:47:52 #0 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:52 #61 ... 09:47:52 09:47:52 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:47:52 #0 8.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:52 #0 8.899 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:47:52 #62 ... 09:47:52 09:47:52 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:52 #59 DONE 10.8s 09:47:52 09:47:52 #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:47:52 #63 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:52 #63 ... 09:47:52 09:47:52 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:47:52 #0 9.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:52 #0 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:47:52 #64 ... 09:47:52 09:47:52 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:47:52 #65 ... 09:47:52 09:47:52 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:47:52 #0 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:53 #66 ... 09:47:53 09:47:53 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:47:53 #57 11.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:47:53 #57 ... 09:47:53 09:47:53 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:53 #67 DONE 9.6s 09:47:53 09:47:53 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:47:53 #65 11.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:53 #65 ... 09:47:53 09:47:53 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:47:53 #0 9.566 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:53 #68 ... 09:47:53 09:47:53 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:47:53 #0 9.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:54 #69 ... 09:47:54 09:47:54 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 09:47:54 #70 ... 09:47:54 09:47:54 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:47:54 #71 10.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:47:54 #71 ... 09:47:54 09:47:54 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:47:54 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.4s 09:47:57 #38 ... 09:47:57 09:47:57 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 09:47:57 #62 15.84 (1/4) Installing dumb-init (1.2.5-r3) 09:47:57 #62 15.91 (2/4) Installing openssl (3.3.4-r0) 09:47:57 #62 16.01 (3/4) Installing su-exec (0.2-r3) 09:47:57 #62 16.03 (4/4) Installing yq-go (4.44.1-r2) 09:47:58 #62 16.98 Executing busybox-1.36.1-r29.trigger 09:47:58 #62 17.23 OK: 20 MiB in 18 packages 09:48:00 #62 DONE 18.6s 09:48:00 09:48:00 #38 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 09:48:00 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.0s 09:48:00 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.8s done 09:48:01 #38 DONE 26.8s 09:48:01 09:48:01 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:48:02 #72 ... 09:48:02 09:48:02 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:48:02 #56 11.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:02 #56 20.61 (1/4) Installing ca-certificates (20250619-r0) 09:48:02 #56 21.12 (2/4) Installing dumb-init (1.2.5-r3) 09:48:02 #56 21.15 (3/4) Installing su-exec (0.2-r3) 09:48:02 #56 21.16 (4/4) Installing yq-go (4.44.1-r2) 09:48:02 #56 ... 09:48:02 09:48:02 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:48:02 #64 20.05 (1/3) Installing ca-certificates (20250619-r0) 09:48:02 #64 20.47 (2/3) Installing dumb-init (1.2.5-r3) 09:48:02 #64 20.49 (3/3) Installing tzdata (2025b-r0) 09:48:02 #64 ... 09:48:02 09:48:02 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:48:02 #0 4.701 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:02 #0 8.984 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:02 #73 ... 09:48:02 09:48:02 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:48:02 #0 4.300 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:02 #0 7.903 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:02 #74 ... 09:48:02 09:48:02 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:48:02 #58 11.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:02 #58 20.85 (1/14) Installing ca-certificates (20250619-r0) 09:48:03 #58 21.38 (2/14) Installing brotli-libs (1.1.0-r2) 09:48:03 #58 ... 09:48:03 09:48:03 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:48:03 #60 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:03 #60 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:03 #60 ... 09:48:03 09:48:03 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:48:03 #58 21.51 (3/14) Installing c-ares (1.33.1-r0) 09:48:03 #58 21.53 (4/14) Installing libunistring (1.2-r0) 09:48:03 #58 21.74 (5/14) Installing libidn2 (2.3.7-r0) 09:48:03 #58 21.78 (6/14) Installing nghttp2-libs (1.62.1-r0) 09:48:03 #58 21.82 (7/14) Installing libpsl (0.21.5-r1) 09:48:03 #58 21.86 (8/14) Installing zstd-libs (1.5.6-r0) 09:48:03 #58 21.96 (9/14) Installing libcurl (8.12.1-r0) 09:48:03 #58 22.04 (10/14) Installing curl (8.12.1-r0) 09:48:03 #58 22.07 (11/14) Installing dumb-init (1.2.5-r3) 09:48:03 #58 22.09 (12/14) Installing musl-obstack (1.2.3-r2) 09:48:03 #58 22.10 (13/14) Installing libucontext (1.2-r3) 09:48:03 #58 22.12 (14/14) Installing gcompat (1.1.0-r4) 09:48:03 #58 22.19 Executing busybox-1.36.1-r29.trigger 09:48:04 #58 22.34 Executing ca-certificates-20250619-r0.trigger 09:48:04 #58 ... 09:48:04 09:48:04 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:48:04 #61 12.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:04 #61 21.69 (1/1) Installing dumb-init (1.2.5-r3) 09:48:04 #61 21.71 Executing busybox-1.36.1-r29.trigger 09:48:04 #61 21.79 OK: 9 MiB in 15 packages 09:48:04 #61 ... 09:48:04 09:48:04 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:48:04 #57 22.10 (1/2) Installing dumb-init (1.2.5-r3) 09:48:04 #57 22.13 (2/2) Installing su-exec (0.2-r3) 09:48:04 #57 22.14 Executing busybox-1.36.1-r29.trigger 09:48:04 #57 22.28 OK: 9 MiB in 16 packages 09:48:04 #57 ... 09:48:04 09:48:04 #63 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:48:04 #63 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:04 #63 21.59 (1/1) Installing dumb-init (1.2.5-r3) 09:48:04 #63 21.65 Executing busybox-1.36.1-r29.trigger 09:48:04 #63 21.73 OK: 9 MiB in 15 packages 09:48:04 #63 ... 09:48:04 09:48:04 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 09:48:04 #68 11.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:04 #68 19.35 OK: 239 MiB in 58 packages 09:48:04 #68 DONE 20.7s 09:48:04 09:48:04 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 09:48:04 #55 10.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:04 #55 12.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:04 #55 ... 09:48:04 09:48:04 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:48:04 #75 ... 09:48:04 09:48:04 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:48:04 #66 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:04 #66 22.38 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:48:04 #66 22.38 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:48:04 #66 22.38 OK: 24052 distinct packages available 09:48:04 #66 ... 09:48:04 09:48:04 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:48:04 #56 22.24 Executing busybox-1.36.1-r29.trigger 09:48:04 #56 22.40 Executing ca-certificates-20250619-r0.trigger 09:48:04 #56 23.82 OK: 20 MiB in 18 packages 09:48:04 #56 ... 09:48:04 09:48:04 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 09:48:04 #71 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:04 #71 19.75 OK: 239 MiB in 58 packages 09:48:04 #71 DONE 21.2s 09:48:05 09:48:05 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:48:05 #76 ... 09:48:05 09:48:05 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 09:48:05 #75 DONE 0.8s 09:48:05 09:48:05 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 09:48:05 #70 11.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:05 #70 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:05 #70 ... 09:48:05 09:48:05 #63 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 09:48:05 #63 DONE 24.0s 09:48:05 09:48:05 #77 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 09:48:06 #77 ... 09:48:06 09:48:06 #76 [support-notifications builder 4/7] COPY go.mod vendor* ./ 09:48:06 #76 DONE 1.0s 09:48:06 09:48:06 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:48:06 #69 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:06 #69 ... 09:48:06 09:48:06 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 09:48:06 #61 DONE 24.6s 09:48:06 09:48:06 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:48:06 #65 14.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:06 #65 23.04 (1/7) Installing ca-certificates (20250619-r0) 09:48:06 #65 23.83 (2/7) Installing dumb-init (1.2.5-r3) 09:48:06 #65 23.95 (3/7) Installing libgcc (13.2.1_git20240309-r1) 09:48:06 #65 24.00 (4/7) Installing libsodium (1.0.19-r0) 09:48:06 #65 24.10 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 09:48:06 #65 ... 09:48:06 09:48:06 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:48:07 #78 ... 09:48:07 09:48:07 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 09:48:07 #57 DONE 25.9s 09:48:07 09:48:07 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:48:07 #79 ... 09:48:07 09:48:07 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 09:48:07 #64 21.51 Executing busybox-1.36.1-r29.trigger 09:48:07 #64 21.60 Executing ca-certificates-20250619-r0.trigger 09:48:07 #64 22.71 OK: 11 MiB in 17 packages 09:48:07 #64 DONE 26.1s 09:48:07 09:48:07 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:48:08 #80 ... 09:48:08 09:48:08 #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 09:48:08 #56 DONE 26.9s 09:48:08 09:48:08 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:48:09 #81 ... 09:48:09 09:48:09 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 09:48:09 #58 24.41 OK: 15 MiB in 28 packages 09:48:09 #58 DONE 27.6s 09:48:09 09:48:09 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:48:09 #82 ... 09:48:09 09:48:09 #55 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 09:48:09 #55 22.97 OK: 239 MiB in 58 packages 09:48:09 #55 DONE 25.9s 09:48:09 09:48:09 #83 [core-data builder 4/7] COPY go.mod vendor* ./ 09:48:10 #83 ... 09:48:10 09:48:10 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 09:48:10 #70 24.79 OK: 239 MiB in 58 packages 09:48:10 #70 DONE 26.7s 09:48:10 09:48:10 #84 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:48:11 #84 ... 09:48:11 09:48:11 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 09:48:11 #65 24.75 (6/7) Installing libzmq (4.3.5-r2) 09:48:11 #65 24.84 (7/7) Installing zeromq (4.3.5-r2) 09:48:11 #65 24.89 Executing busybox-1.36.1-r29.trigger 09:48:11 #65 25.15 Executing ca-certificates-20250619-r0.trigger 09:48:11 #65 27.11 OK: 14 MiB in 21 packages 09:48:11 #65 DONE 29.6s 09:48:11 09:48:11 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:48:11 #85 ... 09:48:11 09:48:11 #84 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:48:11 #84 DONE 1.3s 09:48:11 09:48:11 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:48:11 #69 22.96 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:48:11 #69 22.96 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:48:11 #69 22.96 OK: 24052 distinct packages available 09:48:11 #69 25.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:11 #69 26.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:12 #69 ... 09:48:12 09:48:12 #83 [core-data builder 4/7] COPY go.mod vendor* ./ 09:48:12 #83 DONE 2.9s 09:48:12 09:48:12 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:48:12 #73 20.04 (1/1) Installing dumb-init (1.2.5-r3) 09:48:13 #73 ... 09:48:13 09:48:13 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:48:13 #72 3.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:13 #72 5.112 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:13 #72 ... 09:48:13 09:48:13 #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 09:48:13 #74 19.80 OK: 239 MiB in 58 packages 09:48:14 #74 DONE 20.9s 09:48:14 09:48:14 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:48:15 #86 ... 09:48:15 09:48:15 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:48:15 #60 24.85 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 09:48:15 #60 24.85 v3.20.7-30-g85ec64f84e1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 09:48:15 #60 24.85 OK: 24052 distinct packages available 09:48:15 #60 27.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:15 #60 29.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:15 #60 35.01 (1/5) Installing dumb-init (1.2.5-r3) 09:48:15 #60 ... 09:48:15 09:48:15 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:15 #87 ... 09:48:15 09:48:15 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:48:15 #60 35.03 (2/5) Installing musl-obstack (1.2.3-r2) 09:48:15 #60 35.04 (3/5) Installing libucontext (1.2-r3) 09:48:15 #60 35.06 (4/5) Installing gcompat (1.1.0-r4) 09:48:15 #60 35.08 (5/5) Installing openssl (3.3.4-r0) 09:48:15 #60 ... 09:48:15 09:48:15 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 09:48:15 #72 13.62 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:15 #72 13.70 Executing busybox-1.36.1-r30.post-upgrade 09:48:15 #72 14.10 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:15 #72 14.11 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:15 #72 14.15 Executing busybox-1.36.1-r30.trigger 09:48:15 #72 14.23 OK: 20 MiB in 18 packages 09:48:15 #72 DONE 15.6s 09:48:15 09:48:15 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:48:15 #60 35.17 Executing busybox-1.36.1-r29.trigger 09:48:15 #60 35.30 OK: 10 MiB in 19 packages 09:48:16 #60 ... 09:48:16 09:48:16 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:16 #88 ... 09:48:16 09:48:16 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:48:16 #69 32.05 OK: 239 MiB in 58 packages 09:48:16 #69 ... 09:48:16 09:48:16 #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 09:48:16 #73 22.61 Executing busybox-1.36.1-r29.trigger 09:48:16 #73 22.84 OK: 9 MiB in 15 packages 09:48:16 #73 DONE 23.7s 09:48:16 09:48:16 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 09:48:16 #89 DONE 0.4s 09:48:16 09:48:16 #66 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 09:48:16 #66 25.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:16 #66 28.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:16 #66 33.52 (1/4) Installing dumb-init (1.2.5-r3) 09:48:16 #66 33.54 (2/4) Installing musl-obstack (1.2.3-r2) 09:48:16 #66 33.54 (3/4) Installing libucontext (1.2-r3) 09:48:16 #66 33.57 (4/4) Installing gcompat (1.1.0-r4) 09:48:16 #66 33.78 Executing busybox-1.36.1-r29.trigger 09:48:16 #66 33.78 OK: 9 MiB in 18 packages 09:48:16 #66 DONE 35.0s 09:48:16 09:48:16 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:48:16 #90 ... 09:48:16 09:48:16 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 09:48:16 #69 DONE 32.9s 09:48:16 09:48:16 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 09:48:16 #86 DONE 2.4s 09:48:16 09:48:16 #60 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 09:48:16 #60 DONE 36.3s 09:48:16 09:48:16 #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:48:18 #91 ... 09:48:18 09:48:18 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 09:48:18 #92 DONE 1.7s 09:48:18 09:48:18 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:22 #93 ... 09:48:22 09:48:22 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:22 #94 ... 09:48:22 09:48:22 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:48:22 #85 10.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:22 #85 ... 09:48:22 09:48:22 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:22 #95 ... 09:48:22 09:48:22 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:48:22 #90 6.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:24 #90 7.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:25 #90 ... 09:48:25 09:48:25 #77 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 09:48:25 #77 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:25 #77 12.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:25 #77 17.79 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:25 #77 17.99 Executing busybox-1.36.1-r30.post-upgrade 09:48:25 #77 18.26 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:25 #77 18.27 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:25 #77 18.27 Executing busybox-1.36.1-r30.trigger 09:48:25 #77 18.30 OK: 9 MiB in 15 packages 09:48:25 #77 DONE 20.1s 09:48:25 09:48:25 #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:48:25 #91 6.976 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:25 #91 8.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:27 #91 ... 09:48:27 09:48:27 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:27 #96 ... 09:48:27 09:48:27 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:48:27 #79 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:27 #79 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:27 #79 18.94 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:27 #79 19.06 Executing busybox-1.36.1-r30.post-upgrade 09:48:27 #79 19.59 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:27 #79 19.59 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:27 #79 19.61 Executing busybox-1.36.1-r30.trigger 09:48:27 #79 19.69 OK: 9 MiB in 16 packages 09:48:27 #79 ... 09:48:27 09:48:27 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:48:27 #78 12.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:27 #78 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:27 #78 20.42 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:27 #78 20.57 Executing busybox-1.36.1-r30.post-upgrade 09:48:27 #78 20.95 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:27 #78 20.97 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:27 #78 20.98 Executing busybox-1.36.1-r30.trigger 09:48:27 #78 21.07 OK: 9 MiB in 15 packages 09:48:28 #78 ... 09:48:28 09:48:28 #79 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 09:48:28 #79 DONE 21.1s 09:48:28 09:48:28 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:48:28 #81 12.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:28 #81 14.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:28 #81 19.93 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:28 #81 20.07 Executing busybox-1.36.1-r30.post-upgrade 09:48:28 #81 ... 09:48:28 09:48:28 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:48:29 #97 ... 09:48:29 09:48:29 #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade 09:48:29 #78 DONE 23.3s 09:48:29 09:48:29 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:48:29 #81 20.67 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:29 #81 20.67 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:29 #81 20.69 Executing busybox-1.36.1-r30.trigger 09:48:29 #81 20.83 OK: 20 MiB in 18 packages 09:48:30 #81 ... 09:48:30 09:48:30 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:48:30 #80 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:30 #80 14.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:30 #80 20.52 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:30 #80 20.66 Executing busybox-1.36.1-r30.post-upgrade 09:48:30 #80 21.40 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:30 #80 21.44 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:30 #80 21.50 Executing busybox-1.36.1-r30.trigger 09:48:30 #80 21.66 OK: 11 MiB in 17 packages 09:48:30 #80 ... 09:48:30 09:48:30 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 09:48:30 #81 DONE 22.7s 09:48:30 09:48:30 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:48:30 #82 11.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 09:48:30 #82 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:30 #82 19.39 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:30 #82 19.70 Executing busybox-1.36.1-r30.post-upgrade 09:48:30 #82 20.27 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:30 #82 20.28 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:30 #82 20.29 Executing busybox-1.36.1-r30.trigger 09:48:30 #82 20.32 OK: 15 MiB in 28 packages 09:48:30 #82 ... 09:48:30 09:48:30 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:48:30 #90 14.36 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:31 #90 ... 09:48:31 09:48:31 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 09:48:31 #80 DONE 23.5s 09:48:31 09:48:31 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:48:31 #90 14.66 Executing busybox-1.36.1-r30.post-upgrade 09:48:31 #90 ... 09:48:31 09:48:31 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 09:48:31 #97 DONE 3.0s 09:48:31 09:48:31 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 09:48:31 #98 DONE 0.3s 09:48:31 09:48:31 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:48:31 #85 12.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 09:48:31 #85 18.79 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:31 #85 19.07 Executing busybox-1.36.1-r30.post-upgrade 09:48:31 #85 19.59 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:31 #85 19.59 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:31 #85 19.67 Executing busybox-1.36.1-r30.trigger 09:48:31 #85 19.81 OK: 14 MiB in 21 packages 09:48:31 #85 ... 09:48:31 09:48:31 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:48:31 #90 15.28 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:31 #90 15.30 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:31 #90 15.32 Executing busybox-1.36.1-r30.trigger 09:48:32 #90 ... 09:48:32 09:48:32 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 09:48:32 #82 DONE 22.5s 09:48:32 09:48:32 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 09:48:32 #90 15.50 OK: 9 MiB in 18 packages 09:48:32 #90 DONE 16.2s 09:48:32 09:48:32 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 09:48:32 #85 DONE 21.6s 09:48:32 09:48:32 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:48:34 #99 DONE 1.8s 09:48:34 09:48:34 #91 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 09:48:34 #91 16.75 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 09:48:34 #91 16.86 Executing busybox-1.36.1-r30.post-upgrade 09:48:34 #91 17.39 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 09:48:34 #91 17.39 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 09:48:34 #91 17.39 Executing busybox-1.36.1-r30.trigger 09:48:34 #91 17.45 OK: 10 MiB in 19 packages 09:48:34 #91 DONE 18.6s 09:48:34 09:48:34 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 09:48:35 #100 DONE 0.4s 09:48:35 09:48:35 #101 [security-spire-config stage-2 6/10] COPY security.txt / 09:48:35 #101 DONE 0.2s 09:48:35 09:48:35 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 09:48:35 #102 DONE 0.4s 09:48:35 09:48:35 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 09:48:35 #103 DONE 1.1s 09:48:35 09:48:35 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 09:48:35 #104 DONE 0.2s 09:48:35 09:48:35 #105 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 09:48:36 #105 DONE 0.2s 09:48:36 09:48:36 #106 [security-spire-config] exporting to image 09:48:36 #106 exporting layers 09:48:36 #106 ... 09:48:36 09:48:36 #107 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:48:36 #107 DONE 2.2s 09:48:36 09:48:36 #108 [security-spire-server stage-2 5/9] COPY Attribution.txt / 09:48:36 #108 DONE 0.2s 09:48:36 09:48:36 #109 [security-spire-server stage-2 6/9] COPY security.txt / 09:48:37 #109 DONE 0.3s 09:48:37 09:48:37 #110 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 09:48:37 #110 DONE 0.3s 09:48:37 09:48:37 #111 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 09:48:37 #111 DONE 0.2s 09:48:37 09:48:37 #112 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 09:48:37 #112 DONE 1.9s 09:48:37 09:48:37 #113 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 09:48:38 #113 DONE 0.2s 09:48:38 09:48:38 #114 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 09:48:38 #114 DONE 0.2s 09:48:38 09:48:38 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 09:48:38 #115 DONE 0.3s 09:48:38 09:48:38 #106 [security-spire-server] exporting to image 09:48:38 #106 ... 09:48:38 09:48:38 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 09:48:38 #116 DONE 0.2s 09:48:38 09:48:38 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 09:48:38 #117 DONE 0.2s 09:48:38 09:48:38 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:48:38 #88 ... 09:48:38 09:48:38 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 09:48:38 #118 DONE 0.2s 09:48:38 09:48:38 #106 [security-spire-agent] exporting to image 09:48:39 #106 exporting layers 3.7s done 09:48:39 #106 writing image sha256:e7430b18d680bbd9c5869b2231711e385936895e027ad434db375d0756f46b04 09:48:39 #106 writing image sha256:e7430b18d680bbd9c5869b2231711e385936895e027ad434db375d0756f46b04 done 09:48:39 #106 naming to docker.io/library/security-spire-config-arm64 done 09:48:40 #106 exporting layers 2.9s done 09:48:41 #106 writing image sha256:82a1b928a1a1654effd51f13e35e2b6e1fe4da9138bc9317a3031002c4dcfd66 done 09:48:41 #106 naming to docker.io/library/security-spire-server-arm64 0.0s done 09:48:41 #106 exporting layers 2.4s done 09:48:41 #106 writing image sha256:feac0e47def84d59973ebf04dcbdf737acd32809a4e4c54fa6c08c71bc1372c6 done 09:48:41 #106 naming to docker.io/library/security-spire-agent-arm64 done 09:48:41 #106 DONE 5.5s 09:48:41 09:48:41 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:49:00 #156 ... 09:49:00 09:49:00 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:49:00 #150 DONE 95.5s 09:49:00 09:49:00 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:49:00 #149 DONE 95.6s 09:49:00 09:49:00 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 09:49:00 #157 DONE 0.2s 09:49:00 09:49:00 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:49:00 #158 DONE 0.1s 09:49:00 09:49:00 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:49:00 #159 DONE 0.2s 09:49:00 09:49:00 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 09:49:00 #160 ... 09:49:00 09:49:00 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 09:49:00 #161 DONE 0.2s 09:49:00 09:49:00 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 09:49:00 #162 DONE 0.2s 09:49:00 09:49:00 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 09:49:00 #163 DONE 0.2s 09:49:00 09:49:00 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:49:00 #164 ... 09:49:00 09:49:00 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 09:49:00 #160 DONE 1.1s 09:49:00 09:49:00 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 09:49:00 #165 DONE 0.2s 09:49:00 09:49:00 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:49:00 #148 ... 09:49:00 09:49:00 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 09:49:00 #166 DONE 0.2s 09:49:00 09:49:00 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:49:00 #156 ... 09:49:00 09:49:00 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:49:00 #167 DONE 0.1s 09:49:00 09:49:00 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:49:00 #164 DONE 0.9s 09:49:00 09:49:00 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 09:49:00 #168 DONE 0.1s 09:49:00 09:49:00 #169 [core-common-config-bootstrapper] exporting to image 09:49:00 #169 exporting layers 09:49:00 #169 ... 09:49:00 09:49:00 #170 [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/ 09:49:00 #170 DONE 0.2s 09:49:00 09:49:00 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 09:49:00 #171 DONE 0.1s 09:49:00 09:49:00 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:49:00 #156 ... 09:49:00 09:49:00 #169 [core-common-config-bootstrapper] exporting to image 09:49:00 #169 exporting layers 0.4s done 09:49:00 #169 writing image sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done 09:49:00 #169 naming to docker.io/library/core-common-config-bootstrapper done 09:49:00 #169 DONE 0.4s 09:49:00 09:49:00 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 09:49:00 #172 DONE 0.0s 09:49:00 09:49:00 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:49:00 #173 DONE 0.1s 09:49:00 09:49:00 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 09:49:00 #174 DONE 0.9s 09:49:00 09:49:00 #175 [security-bootstrapper] exporting to image 09:49:00 #175 exporting layers 0.4s done 09:49:00 #175 writing image sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done 09:49:00 #175 naming to docker.io/library/security-bootstrapper done 09:49:00 #175 DONE 0.4s 09:49:00 09:49:00 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:49:56 #147 ... 09:49:56 09:49:56 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:49:56 #156 157.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:49:57 #156 DONE 165.0s 09:49:57 09:49:57 #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:49:57 #148 DONE 164.9s 09:49:57 09:49:57 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:49:57 #151 DONE 165.0s 09:49:57 09:49:57 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:49:57 #147 DONE 165.0s 09:49:57 09:49:57 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:49:57 #176 ... 09:49:57 09:49:57 #177 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:49:57 #177 DONE 0.2s 09:49:57 09:49:57 #178 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:49:57 #178 DONE 0.1s 09:49:57 09:49:57 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:49:57 #176 DONE 0.1s 09:49:57 09:49:57 #179 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:49:57 #179 DONE 0.1s 09:49:57 09:49:57 #180 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:49:57 #180 DONE 0.1s 09:49:57 09:49:57 #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:49:57 #181 DONE 0.1s 09:49:57 09:49:57 #182 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:49:57 #182 DONE 0.1s 09:49:57 09:49:57 #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:49:57 #183 DONE 0.1s 09:49:57 09:49:57 #184 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 09:49:57 #184 DONE 0.1s 09:49:57 09:49:57 #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:49:57 #185 ... 09:49:57 09:49:57 #186 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:49:57 #186 DONE 0.2s 09:49:57 09:49:57 #187 [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 09:49:57 #187 DONE 0.2s 09:49:57 09:49:57 #185 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:49:57 #185 DONE 0.3s 09:49:57 09:49:57 #188 [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 09:49:58 #188 DONE 0.1s 09:49:58 09:49:58 #189 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:49:58 #189 DONE 0.3s 09:49:58 09:49:58 #190 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 09:49:58 #190 DONE 0.1s 09:49:58 09:49:58 #191 [security-spiffe-token-provider] exporting to image 09:49:58 #191 exporting layers 09:49:58 #191 ... 09:49:58 09:49:58 #192 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:49:58 #192 DONE 0.2s 09:49:58 09:49:58 #193 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:49:58 #193 DONE 0.2s 09:49:58 09:49:58 #194 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:49:58 #194 DONE 0.2s 09:49:58 09:49:58 #195 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:49:58 #195 DONE 0.1s 09:49:58 09:49:58 #191 [security-spiffe-token-provider] exporting to image 09:49:58 #191 exporting layers 0.3s done 09:49:58 #191 writing image sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 0.1s done 09:49:58 #191 naming to docker.io/library/security-spiffe-token-provider 09:49:58 #191 naming to docker.io/library/security-spiffe-token-provider 0.1s done 09:49:58 #191 DONE 0.6s 09:49:58 09:49:58 #196 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:49:58 #196 DONE 0.4s 09:49:58 09:49:58 #197 [core-command] exporting to image 09:49:58 #197 exporting layers 0.2s done 09:49:58 #197 writing image sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done 09:49:58 #197 naming to docker.io/library/core-command 0.0s done 09:49:58 #197 DONE 0.5s 09:49:58 09:49:58 #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:49:59 #198 ... 09:49:59 09:49:59 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:49:59 #145 DONE 166.9s 09:49:59 09:49:59 #198 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:49:59 #198 DONE 0.7s 09:49:59 09:49:59 #199 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:49:59 #199 DONE 1.0s 09:49:59 09:49:59 #200 [security-proxy-setup] exporting to image 09:49:59 #200 ... 09:49:59 09:49:59 #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:49:59 #201 DONE 0.2s 09:49:59 09:49:59 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:49:59 #153 DONE 167.2s 09:49:59 09:49:59 #155 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:49:59 #155 DONE 167.2s 09:49:59 09:49:59 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:49:59 #154 DONE 167.2s 09:49:59 09:49:59 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:49:59 #202 DONE 0.1s 09:49:59 09:49:59 #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:49:59 #203 ... 09:49:59 09:49:59 #200 [security-proxy-setup] exporting to image 09:49:59 #200 exporting layers 0.3s done 09:49:59 #200 writing image sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done 09:49:59 #200 naming to docker.io/library/security-proxy-setup 0.0s done 09:49:59 #200 DONE 0.4s 09:49:59 09:49:59 #204 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:49:59 #204 DONE 0.2s 09:49:59 09:49:59 #205 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:49:59 #205 DONE 0.2s 09:49:59 09:49:59 #203 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:49:59 #203 DONE 0.2s 09:49:59 09:49:59 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:50:00 #206 DONE 0.1s 09:50:00 09:50:00 #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:50:00 #207 CACHED 09:50:00 09:50:00 #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:50:00 #208 CACHED 09:50:00 09:50:00 #209 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:50:00 #209 DONE 0.1s 09:50:00 09:50:00 #210 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:50:00 #210 DONE 0.1s 09:50:00 09:50:00 #211 [core-keeper] exporting to image 09:50:00 #211 ... 09:50:00 09:50:00 #212 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:50:00 #212 DONE 0.3s 09:50:00 09:50:00 #213 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:50:00 #213 DONE 0.3s 09:50:00 09:50:00 #214 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:50:00 #214 DONE 0.8s 09:50:00 09:50:00 #215 [security-secretstore-setup] exporting to image 09:50:00 #215 ... 09:50:00 09:50:00 #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:50:00 #216 DONE 0.3s 09:50:00 09:50:00 #211 [core-keeper] exporting to image 09:50:00 #211 exporting layers 0.3s done 09:50:00 #211 writing image sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done 09:50:00 #211 naming to docker.io/library/core-keeper done 09:50:00 #211 DONE 0.4s 09:50:00 09:50:00 #217 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 09:50:00 #217 DONE 0.1s 09:50:00 09:50:00 #218 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:50:00 #218 DONE 0.2s 09:50:00 09:50:00 #219 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:50:00 #219 DONE 0.1s 09:50:00 09:50:00 #220 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:50:00 #220 DONE 0.1s 09:50:00 09:50:00 #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:50:00 #221 DONE 0.1s 09:50:00 09:50:00 #222 [core-metadata] exporting to image 09:50:00 #222 exporting layers 0.2s done 09:50:00 #222 writing image sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done 09:50:00 #222 naming to docker.io/library/core-metadata done 09:50:00 #222 DONE 0.2s 09:50:00 09:50:00 #223 [core-data] exporting to image 09:50:00 #223 exporting layers 0.2s done 09:50:00 #223 writing image sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 0.0s done 09:50:00 #223 naming to docker.io/library/core-data done 09:50:00 #223 DONE 0.2s 09:50:00 09:50:00 #215 [security-secretstore-setup] exporting to image 09:50:00 #215 exporting layers 0.3s done 09:50:00 #215 writing image sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 0.0s done 09:50:00 #215 naming to docker.io/library/security-secretstore-setup done 09:50:00 #215 DONE 0.4s 09:50:00 09:50:00 #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:50:00 #224 DONE 0.5s 09:50:00 09:50:00 #225 [security-proxy-auth] exporting to image 09:50:01 #225 exporting layers 0.3s done 09:50:01 #225 writing image sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done 09:50:01 #225 naming to docker.io/library/security-proxy-auth done 09:50:01 #225 DONE 0.3s 09:50:01 09:50:01 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:50:02 #152 DONE 169.5s 09:50:02 09:50:02 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:50:02 #146 DONE 169.5s 09:50:02 09:50:02 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:50:02 #226 DONE 0.0s 09:50:02 09:50:02 #227 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:50:02 #227 DONE 0.0s 09:50:02 09:50:02 #228 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:50:02 #228 DONE 0.0s 09:50:02 09:50:02 #229 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:50:02 #229 DONE 0.0s 09:50:02 09:50:02 #230 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:50:02 #230 DONE 0.3s 09:50:02 09:50:02 #231 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:50:02 #231 DONE 0.3s 09:50:02 09:50:02 #232 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:50:02 #232 DONE 0.0s 09:50:02 09:50:02 #233 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 09:50:02 #233 DONE 0.0s 09:50:02 09:50:02 #234 [support-scheduler] exporting to image 09:50:02 #234 ... 09:50:02 09:50:02 #235 [support-notifications] exporting to image 09:50:02 #235 exporting layers 0.1s done 09:50:02 #235 writing image sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done 09:50:02 #235 naming to docker.io/library/support-notifications done 09:50:02 #235 DONE 0.2s 09:50:02 09:50:02 #234 [support-scheduler] exporting to image 09:50:02 #234 exporting layers 0.2s done 09:50:02 #234 writing image sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done 09:50:02 #234 naming to docker.io/library/support-scheduler done 09:50:02 #234 DONE 0.2s 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:21Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:22Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:50:02 time="2025-08-08T09:46:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:50:02 $ docker stop --time=1 aef5e1e74fc914c731a990eb3ac51b11226cd264830d7f2b0d7c92bb741d45b3 09:50:03 #93 DONE 98.9s 09:50:03 09:50:03 #96 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #96 DONE 100.5s 09:50:03 09:50:03 #87 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #87 DONE 112.0s 09:50:03 09:50:03 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #94 DONE 105.5s 09:50:03 09:50:03 #119 [core-keeper builder 7/8] COPY . . 09:50:03 #119 ... 09:50:03 09:50:03 #88 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #88 DONE 111.4s 09:50:03 09:50:03 #95 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #95 DONE 105.0s 09:50:03 09:50:03 #120 [core-data builder 6/7] COPY . . 09:50:03 #120 DONE 1.8s 09:50:03 09:50:03 #121 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #121 CACHED 09:50:03 09:50:03 #122 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 09:50:03 #122 CACHED 09:50:03 09:50:03 #123 [security-secretstore-setup builder 6/7] COPY . . 09:50:03 #123 CACHED 09:50:03 09:50:03 #124 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #124 CACHED 09:50:03 09:50:03 #125 [security-proxy-auth builder 6/7] COPY . . 09:50:03 #125 CACHED 09:50:03 09:50:03 #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 09:50:03 #126 CACHED 09:50:03 09:50:03 #127 [core-metadata builder 4/7] COPY go.mod vendor* ./ 09:50:03 #127 CACHED 09:50:03 09:50:03 #128 [core-metadata builder 6/7] COPY . . 09:50:03 #128 CACHED 09:50:03 09:50:03 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #129 CACHED 09:50:03 09:50:03 #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #130 CACHED 09:50:03 09:50:03 #131 [core-command builder 6/7] COPY . . 09:50:03 #131 CACHED 09:50:03 09:50:03 #132 [core-command builder 4/7] COPY go.mod vendor* ./ 09:50:03 #132 CACHED 09:50:03 09:50:03 #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #133 CACHED 09:50:03 09:50:03 #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 09:50:03 #134 CACHED 09:50:03 09:50:03 #135 [security-proxy-setup builder 6/7] COPY . . 09:50:03 #135 CACHED 09:50:03 09:50:03 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 09:50:03 #136 CACHED 09:50:03 09:50:03 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 09:50:03 #137 CACHED 09:50:03 09:50:03 #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:50:03 #138 CACHED 09:50:03 09:50:03 #139 [security-bootstrapper builder 6/7] COPY . . 09:50:03 #139 DONE 1.9s 09:50:03 09:50:03 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:50:03 #140 ... 09:50:03 09:50:03 #141 [security-spiffe-token-provider builder 6/7] COPY . . 09:50:03 #141 DONE 2.0s 09:50:03 09:50:03 #142 [support-notifications builder 6/7] COPY . . 09:50:03 #142 DONE 1.9s 09:50:03 09:50:03 #119 [core-keeper builder 7/8] COPY . . 09:50:03 #119 DONE 2.0s 09:50:03 09:50:03 #143 [support-scheduler builder 6/7] COPY . . 09:50:03 #143 DONE 2.0s 09:50:03 09:50:03 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:50:03 $ docker rm -f --volumes aef5e1e74fc914c731a990eb3ac51b11226cd264830d7f2b0d7c92bb741d45b3 [Pipeline] // withDockerContainer [Pipeline] sh 09:50:04 + docker images 09:50:04 REPOSITORY TAG IMAGE ID CREATED SIZE 09:50:04 support-scheduler latest 4ff394cf65aa 1 second ago 49.7MB 09:50:04 support-notifications latest a01624e59fa8 1 second ago 53.3MB 09:50:04 core-data latest ffa121bc3d6d 3 seconds ago 45.9MB 09:50:04 core-metadata latest 74dac3d99690 3 seconds ago 46.1MB 09:50:04 security-proxy-auth latest 5dd1ca87fb0f 3 seconds ago 45.1MB 09:50:04 security-secretstore-setup latest 6df276aa8473 3 seconds ago 80MB 09:50:04 core-keeper latest 93e31a883949 4 seconds ago 44.9MB 09:50:04 security-proxy-setup latest 9bde8d690ef2 4 seconds ago 49.6MB 09:50:04 core-command latest ffaa92ef9062 6 seconds ago 40.2MB 09:50:04 security-spiffe-token-provider latest 80e4adda40e4 6 seconds ago 48.5MB 09:50:04 security-bootstrapper latest c078fc96c37f About a minute ago 21.2MB 09:50:04 core-common-config-bootstrapper latest 31ddcb4b652b About a minute ago 20.2MB 09:50:04 security-spire-agent latest 07b3dd1e2580 3 minutes ago 196MB 09:50:04 security-spire-server latest ad4dfa24bcf6 3 minutes ago 150MB 09:50:04 security-spire-config latest f8f1eee81603 3 minutes ago 150MB 09:50:04 ci-base-image-x86_64 latest 801a8e4147e2 6 minutes ago 930MB 09:50:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 4 days ago 580MB 09:50:04 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB 09:50:04 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 09:50:04 provisioning config files... 09:50:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config13341892763014438620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:50:04 ---> ****-login.sh 09:50:04 nexus3.edgexfoundry.org:10001 09:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:04 Login Succeeded 09:50:04 nexus3.edgexfoundry.org:10002 09:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:04 Login Succeeded 09:50:04 nexus3.edgexfoundry.org:10003 09:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:04 Login Succeeded 09:50:04 nexus3.edgexfoundry.org:10004 09:50:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:05 #144 ... 09:50:05 09:50:05 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 09:50:05 #0 4.361 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 09:50:05 #145 ... 09:50:05 09:50:05 #140 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:50:05 #140 5.809 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:50:05 Login Succeeded 09:50:05 ****.io 09:50:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:50:05 Login Succeeded 09:50:05 ---> ****-login.sh ends [Pipeline] } 09:50:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:50:05 [edgeXDocker.push] Tagging docker image core-command with the following tags: 09:50:05 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:05 latest 09:50:05 4.1.0-dev.44 09:50:05 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:05 main 09:50:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:06 + docker push nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:50:06 3fa79d487bb4: Preparing 09:50:06 3965d51cefe9: Preparing 09:50:06 cd27dce05da3: Preparing 09:50:06 093c0fd6baad: Preparing 09:50:06 79c16ec6b4f5: Preparing 09:50:06 04bc40cf8f7a: Preparing 09:50:06 097100c76c15: Preparing 09:50:06 04bc40cf8f7a: Waiting 09:50:06 097100c76c15: Waiting 09:50:06 cd27dce05da3: Pushed 09:50:06 3fa79d487bb4: Pushed 09:50:06 093c0fd6baad: Pushed 09:50:06 097100c76c15: Layer already exists 09:50:06 79c16ec6b4f5: Pushed 09:50:06 04bc40cf8f7a: Pushed 09:50:09 #140 ... 09:50:09 09:50:09 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:50:09 #0 6.045 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 09:50:09 #146 ... 09:50:09 09:50:09 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 09:50:09 #0 5.843 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:50:09 #147 ... 09:50:09 09:50:09 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:50:09 #0 5.630 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 09:50:09 3965d51cefe9: Pushed 09:50:09 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:09 #148 ... 09:50:09 09:50:09 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:50:09 #0 5.160 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 09:50:09 #149 ... 09:50:09 09:50:09 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:50:09 #0 5.619 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 09:50:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:10 #150 ... 09:50:10 09:50:10 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:50:10 #0 6.356 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:50:10 #151 ... 09:50:10 09:50:10 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:50:10 #0 4.195 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:50:10 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 09:50:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:50:10 3fa79d487bb4: Preparing 09:50:10 3965d51cefe9: Preparing 09:50:10 cd27dce05da3: Preparing 09:50:10 093c0fd6baad: Preparing 09:50:10 79c16ec6b4f5: Preparing 09:50:10 04bc40cf8f7a: Preparing 09:50:10 097100c76c15: Preparing 09:50:10 097100c76c15: Waiting 09:50:10 04bc40cf8f7a: Waiting 09:50:10 3fa79d487bb4: Layer already exists 09:50:10 79c16ec6b4f5: Layer already exists 09:50:10 cd27dce05da3: Layer already exists 09:50:10 093c0fd6baad: Layer already exists 09:50:10 3965d51cefe9: Layer already exists 09:50:10 097100c76c15: Layer already exists 09:50:10 04bc40cf8f7a: Layer already exists 09:50:10 latest: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:10 #152 ... 09:50:10 09:50:10 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:50:10 #0 6.233 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:50:10 #153 ... 09:50:10 09:50:10 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:50:10 #0 6.112 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 09:50:10 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:10 #154 ... 09:50:10 09:50:10 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:50:10 #144 6.366 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 09:50:11 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 09:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:50:11 3fa79d487bb4: Preparing 09:50:11 3965d51cefe9: Preparing 09:50:11 cd27dce05da3: Preparing 09:50:11 093c0fd6baad: Preparing 09:50:11 79c16ec6b4f5: Preparing 09:50:11 04bc40cf8f7a: Preparing 09:50:11 097100c76c15: Preparing 09:50:11 097100c76c15: Waiting 09:50:11 04bc40cf8f7a: Waiting 09:50:11 cd27dce05da3: Layer already exists 09:50:11 3965d51cefe9: Layer already exists 09:50:11 79c16ec6b4f5: Layer already exists 09:50:11 3fa79d487bb4: Layer already exists 09:50:11 093c0fd6baad: Layer already exists 09:50:11 04bc40cf8f7a: Layer already exists 09:50:11 097100c76c15: Layer already exists 09:50:11 4.1.0-dev.44: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:11 + docker push nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:50:11 3fa79d487bb4: Preparing 09:50:11 3965d51cefe9: Preparing 09:50:11 cd27dce05da3: Preparing 09:50:11 093c0fd6baad: Preparing 09:50:11 79c16ec6b4f5: Preparing 09:50:11 04bc40cf8f7a: Preparing 09:50:11 097100c76c15: Preparing 09:50:11 04bc40cf8f7a: Waiting 09:50:11 097100c76c15: Waiting 09:50:11 cd27dce05da3: Layer already exists 09:50:11 3fa79d487bb4: Layer already exists 09:50:11 79c16ec6b4f5: Layer already exists 09:50:11 093c0fd6baad: Layer already exists 09:50:11 3965d51cefe9: Layer already exists 09:50:11 04bc40cf8f7a: Layer already exists 09:50:11 097100c76c15: Layer already exists 09:50:11 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:12 + docker push nexus3.edgexfoundry.org:10004/core-command:main 09:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 09:50:12 3fa79d487bb4: Preparing 09:50:12 3965d51cefe9: Preparing 09:50:12 cd27dce05da3: Preparing 09:50:12 093c0fd6baad: Preparing 09:50:12 79c16ec6b4f5: Preparing 09:50:12 04bc40cf8f7a: Preparing 09:50:12 097100c76c15: Preparing 09:50:12 04bc40cf8f7a: Waiting 09:50:12 097100c76c15: Waiting 09:50:12 093c0fd6baad: Layer already exists 09:50:12 cd27dce05da3: Layer already exists 09:50:12 79c16ec6b4f5: Layer already exists 09:50:12 3965d51cefe9: Layer already exists 09:50:12 3fa79d487bb4: Layer already exists 09:50:12 04bc40cf8f7a: Layer already exists 09:50:12 097100c76c15: Layer already exists 09:50:12 main: digest: sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:12 ===================================================== [Pipeline] echo 09:50:12 taggedImages: 09:50:12 - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:12 - nexus3.edgexfoundry.org:10004/core-command:latest 09:50:12 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 09:50:12 - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:12 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 09:50:12 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 09:50:12 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:12 latest 09:50:12 4.1.0-dev.44 09:50:12 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:12 main 09:50:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:12 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:50:13 084fdc7978ed: Preparing 09:50:13 a27039b0f98e: Preparing 09:50:13 30d647fae967: Preparing 09:50:13 14dc656e7c01: Preparing 09:50:13 cd27dce05da3: Preparing 09:50:13 093c0fd6baad: Preparing 09:50:13 79c16ec6b4f5: Preparing 09:50:13 04bc40cf8f7a: Preparing 09:50:13 097100c76c15: Preparing 09:50:13 093c0fd6baad: Waiting 09:50:13 79c16ec6b4f5: Waiting 09:50:13 04bc40cf8f7a: Waiting 09:50:13 097100c76c15: Waiting 09:50:13 cd27dce05da3: Layer already exists 09:50:13 093c0fd6baad: Layer already exists 09:50:13 79c16ec6b4f5: Layer already exists 09:50:13 04bc40cf8f7a: Layer already exists 09:50:13 30d647fae967: Pushed 09:50:13 084fdc7978ed: Pushed 09:50:13 a27039b0f98e: Pushed 09:50:13 097100c76c15: Layer already exists 09:50:14 14dc656e7c01: Pushed 09:50:14 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:15 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:50:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:50:15 084fdc7978ed: Preparing 09:50:15 a27039b0f98e: Preparing 09:50:15 30d647fae967: Preparing 09:50:15 14dc656e7c01: Preparing 09:50:15 cd27dce05da3: Preparing 09:50:15 093c0fd6baad: Preparing 09:50:15 79c16ec6b4f5: Preparing 09:50:15 04bc40cf8f7a: Preparing 09:50:15 097100c76c15: Preparing 09:50:15 79c16ec6b4f5: Waiting 09:50:15 04bc40cf8f7a: Waiting 09:50:15 097100c76c15: Waiting 09:50:15 093c0fd6baad: Waiting 09:50:15 30d647fae967: Layer already exists 09:50:15 cd27dce05da3: Layer already exists 09:50:15 a27039b0f98e: Layer already exists 09:50:15 14dc656e7c01: Layer already exists 09:50:15 084fdc7978ed: Layer already exists 09:50:15 79c16ec6b4f5: Layer already exists 09:50:15 097100c76c15: Layer already exists 09:50:15 093c0fd6baad: Layer already exists 09:50:15 04bc40cf8f7a: Layer already exists 09:50:15 latest: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:15 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 09:50:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:50:16 084fdc7978ed: Preparing 09:50:16 a27039b0f98e: Preparing 09:50:16 30d647fae967: Preparing 09:50:16 14dc656e7c01: Preparing 09:50:16 cd27dce05da3: Preparing 09:50:16 093c0fd6baad: Preparing 09:50:16 79c16ec6b4f5: Preparing 09:50:16 04bc40cf8f7a: Preparing 09:50:16 097100c76c15: Preparing 09:50:16 04bc40cf8f7a: Waiting 09:50:16 097100c76c15: Waiting 09:50:16 093c0fd6baad: Waiting 09:50:16 79c16ec6b4f5: Waiting 09:50:16 30d647fae967: Layer already exists 09:50:16 14dc656e7c01: Layer already exists 09:50:16 084fdc7978ed: Layer already exists 09:50:16 a27039b0f98e: Layer already exists 09:50:16 cd27dce05da3: Layer already exists 09:50:16 097100c76c15: Layer already exists 09:50:16 093c0fd6baad: Layer already exists 09:50:16 04bc40cf8f7a: Layer already exists 09:50:16 79c16ec6b4f5: Layer already exists 09:50:16 4.1.0-dev.44: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:50:16 084fdc7978ed: Preparing 09:50:16 a27039b0f98e: Preparing 09:50:16 30d647fae967: Preparing 09:50:16 14dc656e7c01: Preparing 09:50:16 cd27dce05da3: Preparing 09:50:16 093c0fd6baad: Preparing 09:50:16 79c16ec6b4f5: Preparing 09:50:16 04bc40cf8f7a: Preparing 09:50:16 097100c76c15: Preparing 09:50:16 093c0fd6baad: Waiting 09:50:16 79c16ec6b4f5: Waiting 09:50:16 097100c76c15: Waiting 09:50:16 04bc40cf8f7a: Waiting 09:50:16 30d647fae967: Layer already exists 09:50:16 14dc656e7c01: Layer already exists 09:50:16 084fdc7978ed: Layer already exists 09:50:16 cd27dce05da3: Layer already exists 09:50:16 a27039b0f98e: Layer already exists 09:50:16 79c16ec6b4f5: Layer already exists 09:50:16 093c0fd6baad: Layer already exists 09:50:16 04bc40cf8f7a: Layer already exists 09:50:16 097100c76c15: Layer already exists 09:50:16 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:50:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 09:50:17 084fdc7978ed: Preparing 09:50:17 a27039b0f98e: Preparing 09:50:17 30d647fae967: Preparing 09:50:17 14dc656e7c01: Preparing 09:50:17 cd27dce05da3: Preparing 09:50:17 093c0fd6baad: Preparing 09:50:17 79c16ec6b4f5: Preparing 09:50:17 04bc40cf8f7a: Preparing 09:50:17 097100c76c15: Preparing 09:50:17 04bc40cf8f7a: Waiting 09:50:17 79c16ec6b4f5: Waiting 09:50:17 097100c76c15: Waiting 09:50:17 093c0fd6baad: Waiting 09:50:17 30d647fae967: Layer already exists 09:50:17 084fdc7978ed: Layer already exists 09:50:17 14dc656e7c01: Layer already exists 09:50:17 cd27dce05da3: Layer already exists 09:50:17 a27039b0f98e: Layer already exists 09:50:17 093c0fd6baad: Layer already exists 09:50:17 04bc40cf8f7a: Layer already exists 09:50:17 79c16ec6b4f5: Layer already exists 09:50:17 097100c76c15: Layer already exists 09:50:17 main: digest: sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:17 ===================================================== [Pipeline] echo 09:50:17 taggedImages: 09:50:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:50:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 09:50:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:17 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 09:50:17 [edgeXDocker.push] Tagging docker image core-data with the following tags: 09:50:17 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:17 latest 09:50:17 4.1.0-dev.44 09:50:17 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:17 main 09:50:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:18 + docker push nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:50:18 3c65a152b568: Preparing 09:50:18 cd64ec2e590d: Preparing 09:50:18 cd27dce05da3: Preparing 09:50:18 093c0fd6baad: Preparing 09:50:18 a0edf186d10a: Preparing 09:50:18 096db3a80e5d: Preparing 09:50:18 097100c76c15: Preparing 09:50:18 096db3a80e5d: Waiting 09:50:18 097100c76c15: Waiting 09:50:18 093c0fd6baad: Layer already exists 09:50:18 cd27dce05da3: Layer already exists 09:50:18 097100c76c15: Layer already exists 09:50:18 3c65a152b568: Pushed 09:50:18 096db3a80e5d: Pushed 09:50:18 a0edf186d10a: Pushed 09:50:22 cd64ec2e590d: Pushed 09:50:22 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:23 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 09:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:50:23 3c65a152b568: Preparing 09:50:23 cd64ec2e590d: Preparing 09:50:23 cd27dce05da3: Preparing 09:50:23 093c0fd6baad: Preparing 09:50:23 a0edf186d10a: Preparing 09:50:23 096db3a80e5d: Preparing 09:50:23 097100c76c15: Preparing 09:50:23 096db3a80e5d: Waiting 09:50:23 097100c76c15: Waiting 09:50:23 cd64ec2e590d: Layer already exists 09:50:23 093c0fd6baad: Layer already exists 09:50:23 3c65a152b568: Layer already exists 09:50:23 a0edf186d10a: Layer already exists 09:50:23 cd27dce05da3: Layer already exists 09:50:23 097100c76c15: Layer already exists 09:50:23 096db3a80e5d: Layer already exists 09:50:23 latest: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:23 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 09:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:50:23 3c65a152b568: Preparing 09:50:23 cd64ec2e590d: Preparing 09:50:23 cd27dce05da3: Preparing 09:50:23 093c0fd6baad: Preparing 09:50:23 a0edf186d10a: Preparing 09:50:23 096db3a80e5d: Preparing 09:50:23 097100c76c15: Preparing 09:50:23 097100c76c15: Waiting 09:50:23 093c0fd6baad: Layer already exists 09:50:23 cd64ec2e590d: Layer already exists 09:50:23 a0edf186d10a: Layer already exists 09:50:23 cd27dce05da3: Layer already exists 09:50:23 3c65a152b568: Layer already exists 09:50:23 097100c76c15: Layer already exists 09:50:23 096db3a80e5d: Layer already exists 09:50:23 4.1.0-dev.44: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:24 + docker push nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:50:24 3c65a152b568: Preparing 09:50:24 cd64ec2e590d: Preparing 09:50:24 cd27dce05da3: Preparing 09:50:24 093c0fd6baad: Preparing 09:50:24 a0edf186d10a: Preparing 09:50:24 096db3a80e5d: Preparing 09:50:24 097100c76c15: Preparing 09:50:24 096db3a80e5d: Waiting 09:50:24 097100c76c15: Waiting 09:50:24 cd27dce05da3: Layer already exists 09:50:24 3c65a152b568: Layer already exists 09:50:24 a0edf186d10a: Layer already exists 09:50:24 cd64ec2e590d: Layer already exists 09:50:24 093c0fd6baad: Layer already exists 09:50:24 097100c76c15: Layer already exists 09:50:24 096db3a80e5d: Layer already exists 09:50:24 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:25 + docker push nexus3.edgexfoundry.org:10004/core-data:main 09:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 09:50:25 3c65a152b568: Preparing 09:50:25 cd64ec2e590d: Preparing 09:50:25 cd27dce05da3: Preparing 09:50:25 093c0fd6baad: Preparing 09:50:25 a0edf186d10a: Preparing 09:50:25 096db3a80e5d: Preparing 09:50:25 097100c76c15: Preparing 09:50:25 096db3a80e5d: Waiting 09:50:25 097100c76c15: Waiting 09:50:25 cd27dce05da3: Layer already exists 09:50:25 093c0fd6baad: Layer already exists 09:50:25 3c65a152b568: Layer already exists 09:50:25 cd64ec2e590d: Layer already exists 09:50:25 a0edf186d10a: Layer already exists 09:50:25 096db3a80e5d: Layer already exists 09:50:25 097100c76c15: Layer already exists 09:50:25 main: digest: sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:25 ===================================================== [Pipeline] echo 09:50:25 taggedImages: 09:50:25 - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:25 - nexus3.edgexfoundry.org:10004/core-data:latest 09:50:25 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 09:50:25 - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:25 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 09:50:25 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 09:50:25 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:25 latest 09:50:25 4.1.0-dev.44 09:50:25 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:25 main 09:50:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:25 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:50:25 c022d462359b: Preparing 09:50:25 4c98b60a9f81: Preparing 09:50:25 093c0fd6baad: Preparing 09:50:25 aaa351ea4f55: Preparing 09:50:25 4a5afb866751: Preparing 09:50:25 097100c76c15: Preparing 09:50:25 097100c76c15: Waiting 09:50:25 093c0fd6baad: Layer already exists 09:50:25 097100c76c15: Layer already exists 09:50:25 4a5afb866751: Pushed 09:50:25 c022d462359b: Pushed 09:50:25 aaa351ea4f55: Pushed 09:50:30 4c98b60a9f81: Pushed 09:50:30 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:30 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:30 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 09:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:50:30 c022d462359b: Preparing 09:50:30 4c98b60a9f81: Preparing 09:50:30 093c0fd6baad: Preparing 09:50:30 aaa351ea4f55: Preparing 09:50:30 4a5afb866751: Preparing 09:50:30 097100c76c15: Preparing 09:50:30 097100c76c15: Waiting 09:50:30 c022d462359b: Layer already exists 09:50:30 aaa351ea4f55: Layer already exists 09:50:30 093c0fd6baad: Layer already exists 09:50:30 4c98b60a9f81: Layer already exists 09:50:30 4a5afb866751: Layer already exists 09:50:30 097100c76c15: Layer already exists 09:50:30 latest: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 09:50:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:50:31 c022d462359b: Preparing 09:50:31 4c98b60a9f81: Preparing 09:50:31 093c0fd6baad: Preparing 09:50:31 aaa351ea4f55: Preparing 09:50:31 4a5afb866751: Preparing 09:50:31 097100c76c15: Preparing 09:50:31 097100c76c15: Waiting 09:50:31 4c98b60a9f81: Layer already exists 09:50:31 4a5afb866751: Layer already exists 09:50:31 093c0fd6baad: Layer already exists 09:50:31 aaa351ea4f55: Layer already exists 09:50:31 c022d462359b: Layer already exists 09:50:31 097100c76c15: Layer already exists 09:50:31 4.1.0-dev.44: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:31 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:31 + docker push nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:50:31 c022d462359b: Preparing 09:50:31 4c98b60a9f81: Preparing 09:50:31 093c0fd6baad: Preparing 09:50:31 aaa351ea4f55: Preparing 09:50:31 4a5afb866751: Preparing 09:50:31 097100c76c15: Preparing 09:50:31 097100c76c15: Waiting 09:50:31 aaa351ea4f55: Layer already exists 09:50:31 4a5afb866751: Layer already exists 09:50:31 4c98b60a9f81: Layer already exists 09:50:31 c022d462359b: Layer already exists 09:50:31 093c0fd6baad: Layer already exists 09:50:31 097100c76c15: Layer already exists 09:50:31 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:32 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 09:50:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 09:50:32 c022d462359b: Preparing 09:50:32 4c98b60a9f81: Preparing 09:50:32 093c0fd6baad: Preparing 09:50:32 aaa351ea4f55: Preparing 09:50:32 4a5afb866751: Preparing 09:50:32 097100c76c15: Preparing 09:50:32 097100c76c15: Waiting 09:50:32 c022d462359b: Layer already exists 09:50:32 4a5afb866751: Layer already exists 09:50:32 4c98b60a9f81: Layer already exists 09:50:32 093c0fd6baad: Layer already exists 09:50:32 aaa351ea4f55: Layer already exists 09:50:32 097100c76c15: Layer already exists 09:50:32 main: digest: sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:32 ===================================================== [Pipeline] echo 09:50:32 taggedImages: 09:50:32 - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:32 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:50:32 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 09:50:32 - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:32 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 09:50:32 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 09:50:32 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:32 latest 09:50:32 4.1.0-dev.44 09:50:32 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:32 main 09:50:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:50:33 5d18d8e80c58: Preparing 09:50:33 e4f38edd19e1: Preparing 09:50:33 cebdb9ac8752: Preparing 09:50:33 cd27dce05da3: Preparing 09:50:33 093c0fd6baad: Preparing 09:50:33 79c16ec6b4f5: Preparing 09:50:33 04bc40cf8f7a: Preparing 09:50:33 097100c76c15: Preparing 09:50:33 79c16ec6b4f5: Waiting 09:50:33 04bc40cf8f7a: Waiting 09:50:33 097100c76c15: Waiting 09:50:33 cd27dce05da3: Layer already exists 09:50:33 093c0fd6baad: Layer already exists 09:50:33 79c16ec6b4f5: Layer already exists 09:50:33 04bc40cf8f7a: Layer already exists 09:50:33 097100c76c15: Layer already exists 09:50:33 e4f38edd19e1: Pushed 09:50:33 5d18d8e80c58: Pushed 09:50:37 cebdb9ac8752: Pushed 09:50:37 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:37 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 09:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:50:38 5d18d8e80c58: Preparing 09:50:38 e4f38edd19e1: Preparing 09:50:38 cebdb9ac8752: Preparing 09:50:38 cd27dce05da3: Preparing 09:50:38 093c0fd6baad: Preparing 09:50:38 79c16ec6b4f5: Preparing 09:50:38 04bc40cf8f7a: Preparing 09:50:38 097100c76c15: Preparing 09:50:38 79c16ec6b4f5: Waiting 09:50:38 04bc40cf8f7a: Waiting 09:50:38 097100c76c15: Waiting 09:50:38 5d18d8e80c58: Layer already exists 09:50:38 cebdb9ac8752: Layer already exists 09:50:38 e4f38edd19e1: Layer already exists 09:50:38 093c0fd6baad: Layer already exists 09:50:38 cd27dce05da3: Layer already exists 09:50:38 04bc40cf8f7a: Layer already exists 09:50:38 097100c76c15: Layer already exists 09:50:38 79c16ec6b4f5: Layer already exists 09:50:38 latest: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:38 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 09:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:50:38 5d18d8e80c58: Preparing 09:50:38 e4f38edd19e1: Preparing 09:50:38 cebdb9ac8752: Preparing 09:50:38 cd27dce05da3: Preparing 09:50:38 093c0fd6baad: Preparing 09:50:38 79c16ec6b4f5: Preparing 09:50:38 04bc40cf8f7a: Preparing 09:50:38 097100c76c15: Preparing 09:50:38 79c16ec6b4f5: Waiting 09:50:38 04bc40cf8f7a: Waiting 09:50:38 097100c76c15: Waiting 09:50:38 e4f38edd19e1: Layer already exists 09:50:38 cd27dce05da3: Layer already exists 09:50:38 5d18d8e80c58: Layer already exists 09:50:38 cebdb9ac8752: Layer already exists 09:50:38 093c0fd6baad: Layer already exists 09:50:38 04bc40cf8f7a: Layer already exists 09:50:38 79c16ec6b4f5: Layer already exists 09:50:38 097100c76c15: Layer already exists 09:50:38 4.1.0-dev.44: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:50:39 5d18d8e80c58: Preparing 09:50:39 e4f38edd19e1: Preparing 09:50:39 cebdb9ac8752: Preparing 09:50:39 cd27dce05da3: Preparing 09:50:39 093c0fd6baad: Preparing 09:50:39 79c16ec6b4f5: Preparing 09:50:39 04bc40cf8f7a: Preparing 09:50:39 097100c76c15: Preparing 09:50:39 79c16ec6b4f5: Waiting 09:50:39 04bc40cf8f7a: Waiting 09:50:39 097100c76c15: Waiting 09:50:39 cd27dce05da3: Layer already exists 09:50:39 e4f38edd19e1: Layer already exists 09:50:39 093c0fd6baad: Layer already exists 09:50:39 5d18d8e80c58: Layer already exists 09:50:39 cebdb9ac8752: Layer already exists 09:50:39 04bc40cf8f7a: Layer already exists 09:50:39 097100c76c15: Layer already exists 09:50:39 79c16ec6b4f5: Layer already exists 09:50:39 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:39 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 09:50:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 09:50:40 5d18d8e80c58: Preparing 09:50:40 e4f38edd19e1: Preparing 09:50:40 cebdb9ac8752: Preparing 09:50:40 cd27dce05da3: Preparing 09:50:40 093c0fd6baad: Preparing 09:50:40 79c16ec6b4f5: Preparing 09:50:40 04bc40cf8f7a: Preparing 09:50:40 097100c76c15: Preparing 09:50:40 097100c76c15: Waiting 09:50:40 79c16ec6b4f5: Waiting 09:50:40 04bc40cf8f7a: Waiting 09:50:40 cebdb9ac8752: Layer already exists 09:50:40 5d18d8e80c58: Layer already exists 09:50:40 093c0fd6baad: Layer already exists 09:50:40 cd27dce05da3: Layer already exists 09:50:40 e4f38edd19e1: Layer already exists 09:50:40 79c16ec6b4f5: Layer already exists 09:50:40 097100c76c15: Layer already exists 09:50:40 04bc40cf8f7a: Layer already exists 09:50:40 main: digest: sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:40 ===================================================== [Pipeline] echo 09:50:40 taggedImages: 09:50:40 - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:40 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:50:40 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 09:50:40 - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:40 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 09:50:40 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 09:50:40 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:40 latest 09:50:40 4.1.0-dev.44 09:50:40 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:40 main 09:50:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:40 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:50:41 2128c62fa9c7: Preparing 09:50:41 42ae94a50673: Preparing 09:50:41 c02b0056e73d: Preparing 09:50:41 1deac6c5c38e: Preparing 09:50:41 901991156675: Preparing 09:50:41 44396e9b5720: Preparing 09:50:41 1be35340650d: Preparing 09:50:41 cd27dce05da3: Preparing 09:50:41 093c0fd6baad: Preparing 09:50:41 f67cac85f8d5: Preparing 09:50:41 e0678a8779ce: Preparing 09:50:41 5f70bf18a086: Preparing 09:50:41 043a2329b3ee: Preparing 09:50:41 a424829dd931: Preparing 09:50:41 f167c7970348: Preparing 09:50:41 097100c76c15: Preparing 09:50:41 093c0fd6baad: Waiting 09:50:41 f167c7970348: Waiting 09:50:41 f67cac85f8d5: Waiting 09:50:41 097100c76c15: Waiting 09:50:41 e0678a8779ce: Waiting 09:50:41 5f70bf18a086: Waiting 09:50:41 a424829dd931: Waiting 09:50:41 44396e9b5720: Waiting 09:50:41 043a2329b3ee: Waiting 09:50:41 1be35340650d: Waiting 09:50:41 cd27dce05da3: Waiting 09:50:41 901991156675: Pushed 09:50:41 1deac6c5c38e: Pushed 09:50:41 c02b0056e73d: Pushed 09:50:41 2128c62fa9c7: Pushed 09:50:41 42ae94a50673: Pushed 09:50:41 cd27dce05da3: Layer already exists 09:50:41 093c0fd6baad: Layer already exists 09:50:41 5f70bf18a086: Layer already exists 09:50:41 44396e9b5720: Pushed 09:50:41 f67cac85f8d5: Pushed 09:50:41 043a2329b3ee: Pushed 09:50:41 e0678a8779ce: Pushed 09:50:41 097100c76c15: Layer already exists 09:50:41 f167c7970348: Pushed 09:50:41 a424829dd931: Pushed 09:50:42 1be35340650d: Pushed 09:50:42 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:50:43 2128c62fa9c7: Preparing 09:50:43 42ae94a50673: Preparing 09:50:43 c02b0056e73d: Preparing 09:50:43 1deac6c5c38e: Preparing 09:50:43 901991156675: Preparing 09:50:43 44396e9b5720: Preparing 09:50:43 1be35340650d: Preparing 09:50:43 cd27dce05da3: Preparing 09:50:43 093c0fd6baad: Preparing 09:50:43 f67cac85f8d5: Preparing 09:50:43 e0678a8779ce: Preparing 09:50:43 5f70bf18a086: Preparing 09:50:43 043a2329b3ee: Preparing 09:50:43 a424829dd931: Preparing 09:50:43 44396e9b5720: Waiting 09:50:43 1be35340650d: Waiting 09:50:43 093c0fd6baad: Waiting 09:50:43 e0678a8779ce: Waiting 09:50:43 f67cac85f8d5: Waiting 09:50:43 5f70bf18a086: Waiting 09:50:43 043a2329b3ee: Waiting 09:50:43 cd27dce05da3: Waiting 09:50:43 f167c7970348: Preparing 09:50:43 097100c76c15: Preparing 09:50:43 a424829dd931: Waiting 09:50:43 f167c7970348: Waiting 09:50:43 097100c76c15: Waiting 09:50:43 c02b0056e73d: Layer already exists 09:50:43 42ae94a50673: Layer already exists 09:50:43 1deac6c5c38e: Layer already exists 09:50:43 2128c62fa9c7: Layer already exists 09:50:43 901991156675: Layer already exists 09:50:43 44396e9b5720: Layer already exists 09:50:43 f67cac85f8d5: Layer already exists 09:50:43 093c0fd6baad: Layer already exists 09:50:43 1be35340650d: Layer already exists 09:50:43 cd27dce05da3: Layer already exists 09:50:43 e0678a8779ce: Layer already exists 09:50:43 5f70bf18a086: Layer already exists 09:50:43 043a2329b3ee: Layer already exists 09:50:43 a424829dd931: Layer already exists 09:50:43 f167c7970348: Layer already exists 09:50:43 097100c76c15: Layer already exists 09:50:43 latest: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 09:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:50:44 2128c62fa9c7: Preparing 09:50:44 42ae94a50673: Preparing 09:50:44 c02b0056e73d: Preparing 09:50:44 1deac6c5c38e: Preparing 09:50:44 901991156675: Preparing 09:50:44 44396e9b5720: Preparing 09:50:44 1be35340650d: Preparing 09:50:44 cd27dce05da3: Preparing 09:50:44 093c0fd6baad: Preparing 09:50:44 f67cac85f8d5: Preparing 09:50:44 e0678a8779ce: Preparing 09:50:44 5f70bf18a086: Preparing 09:50:44 043a2329b3ee: Preparing 09:50:44 a424829dd931: Preparing 09:50:44 f167c7970348: Preparing 09:50:44 097100c76c15: Preparing 09:50:44 f67cac85f8d5: Waiting 09:50:44 e0678a8779ce: Waiting 09:50:44 5f70bf18a086: Waiting 09:50:44 043a2329b3ee: Waiting 09:50:44 a424829dd931: Waiting 09:50:44 f167c7970348: Waiting 09:50:44 097100c76c15: Waiting 09:50:44 44396e9b5720: Waiting 09:50:44 1be35340650d: Waiting 09:50:44 cd27dce05da3: Waiting 09:50:44 093c0fd6baad: Waiting 09:50:44 42ae94a50673: Layer already exists 09:50:44 2128c62fa9c7: Layer already exists 09:50:44 1deac6c5c38e: Layer already exists 09:50:44 901991156675: Layer already exists 09:50:44 c02b0056e73d: Layer already exists 09:50:44 44396e9b5720: Layer already exists 09:50:44 1be35340650d: Layer already exists 09:50:44 f67cac85f8d5: Layer already exists 09:50:44 093c0fd6baad: Layer already exists 09:50:44 cd27dce05da3: Layer already exists 09:50:44 e0678a8779ce: Layer already exists 09:50:44 043a2329b3ee: Layer already exists 09:50:44 5f70bf18a086: Layer already exists 09:50:44 a424829dd931: Layer already exists 09:50:44 f167c7970348: Layer already exists 09:50:44 097100c76c15: Layer already exists 09:50:44 4.1.0-dev.44: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:44 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:50:44 2128c62fa9c7: Preparing 09:50:44 42ae94a50673: Preparing 09:50:44 c02b0056e73d: Preparing 09:50:44 1deac6c5c38e: Preparing 09:50:44 901991156675: Preparing 09:50:44 44396e9b5720: Preparing 09:50:44 1be35340650d: Preparing 09:50:44 cd27dce05da3: Preparing 09:50:44 093c0fd6baad: Preparing 09:50:44 f67cac85f8d5: Preparing 09:50:44 44396e9b5720: Waiting 09:50:44 e0678a8779ce: Preparing 09:50:44 5f70bf18a086: Preparing 09:50:44 043a2329b3ee: Preparing 09:50:44 a424829dd931: Preparing 09:50:44 f167c7970348: Preparing 09:50:44 1be35340650d: Waiting 09:50:44 097100c76c15: Preparing 09:50:44 cd27dce05da3: Waiting 09:50:44 093c0fd6baad: Waiting 09:50:44 e0678a8779ce: Waiting 09:50:44 5f70bf18a086: Waiting 09:50:44 043a2329b3ee: Waiting 09:50:44 a424829dd931: Waiting 09:50:44 097100c76c15: Waiting 09:50:44 f167c7970348: Waiting 09:50:44 f67cac85f8d5: Waiting 09:50:44 c02b0056e73d: Layer already exists 09:50:44 901991156675: Layer already exists 09:50:44 1deac6c5c38e: Layer already exists 09:50:44 2128c62fa9c7: Layer already exists 09:50:44 42ae94a50673: Layer already exists 09:50:44 44396e9b5720: Layer already exists 09:50:44 cd27dce05da3: Layer already exists 09:50:44 1be35340650d: Layer already exists 09:50:44 093c0fd6baad: Layer already exists 09:50:44 f67cac85f8d5: Layer already exists 09:50:44 e0678a8779ce: Layer already exists 09:50:44 5f70bf18a086: Layer already exists 09:50:44 a424829dd931: Layer already exists 09:50:44 043a2329b3ee: Layer already exists 09:50:44 f167c7970348: Layer already exists 09:50:44 097100c76c15: Layer already exists 09:50:44 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:45 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:45 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 09:50:45 2128c62fa9c7: Preparing 09:50:45 42ae94a50673: Preparing 09:50:45 c02b0056e73d: Preparing 09:50:45 1deac6c5c38e: Preparing 09:50:45 901991156675: Preparing 09:50:45 44396e9b5720: Preparing 09:50:45 1be35340650d: Preparing 09:50:45 cd27dce05da3: Preparing 09:50:45 093c0fd6baad: Preparing 09:50:45 f67cac85f8d5: Preparing 09:50:45 e0678a8779ce: Preparing 09:50:45 5f70bf18a086: Preparing 09:50:45 043a2329b3ee: Preparing 09:50:45 a424829dd931: Preparing 09:50:45 f167c7970348: Preparing 09:50:45 097100c76c15: Preparing 09:50:45 cd27dce05da3: Waiting 09:50:45 093c0fd6baad: Waiting 09:50:45 f67cac85f8d5: Waiting 09:50:45 e0678a8779ce: Waiting 09:50:45 5f70bf18a086: Waiting 09:50:45 043a2329b3ee: Waiting 09:50:45 a424829dd931: Waiting 09:50:45 f167c7970348: Waiting 09:50:45 097100c76c15: Waiting 09:50:45 44396e9b5720: Waiting 09:50:45 1be35340650d: Waiting 09:50:45 42ae94a50673: Layer already exists 09:50:45 901991156675: Layer already exists 09:50:45 2128c62fa9c7: Layer already exists 09:50:45 1deac6c5c38e: Layer already exists 09:50:45 c02b0056e73d: Layer already exists 09:50:45 44396e9b5720: Layer already exists 09:50:45 1be35340650d: Layer already exists 09:50:45 093c0fd6baad: Layer already exists 09:50:45 cd27dce05da3: Layer already exists 09:50:45 f67cac85f8d5: Layer already exists 09:50:45 5f70bf18a086: Layer already exists 09:50:45 e0678a8779ce: Layer already exists 09:50:45 f167c7970348: Layer already exists 09:50:45 043a2329b3ee: Layer already exists 09:50:45 a424829dd931: Layer already exists 09:50:45 097100c76c15: Layer already exists 09:50:45 main: digest: sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:45 ===================================================== [Pipeline] echo 09:50:45 taggedImages: 09:50:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:50:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 09:50:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:45 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 09:50:45 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 09:50:45 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:45 latest 09:50:45 4.1.0-dev.44 09:50:45 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:45 main 09:50:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:46 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:50:46 96edc91dcbb7: Preparing 09:50:46 e27d2b0d9608: Preparing 09:50:46 2e555bd34ee9: Preparing 09:50:46 0e422ca75406: Preparing 09:50:46 cd27dce05da3: Preparing 09:50:46 093c0fd6baad: Preparing 09:50:46 79c16ec6b4f5: Preparing 09:50:46 04bc40cf8f7a: Preparing 09:50:46 097100c76c15: Preparing 09:50:46 79c16ec6b4f5: Waiting 09:50:46 093c0fd6baad: Waiting 09:50:46 04bc40cf8f7a: Waiting 09:50:46 097100c76c15: Waiting 09:50:46 cd27dce05da3: Layer already exists 09:50:46 093c0fd6baad: Layer already exists 09:50:46 79c16ec6b4f5: Layer already exists 09:50:46 04bc40cf8f7a: Layer already exists 09:50:46 96edc91dcbb7: Pushed 09:50:46 e27d2b0d9608: Pushed 09:50:46 097100c76c15: Layer already exists 09:50:46 2e555bd34ee9: Pushed 09:50:50 0e422ca75406: Pushed 09:50:50 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:50 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:50:51 96edc91dcbb7: Preparing 09:50:51 e27d2b0d9608: Preparing 09:50:51 2e555bd34ee9: Preparing 09:50:51 0e422ca75406: Preparing 09:50:51 cd27dce05da3: Preparing 09:50:51 093c0fd6baad: Preparing 09:50:51 79c16ec6b4f5: Preparing 09:50:51 04bc40cf8f7a: Preparing 09:50:51 097100c76c15: Preparing 09:50:51 093c0fd6baad: Waiting 09:50:51 79c16ec6b4f5: Waiting 09:50:51 04bc40cf8f7a: Waiting 09:50:51 097100c76c15: Waiting 09:50:51 0e422ca75406: Layer already exists 09:50:51 96edc91dcbb7: Layer already exists 09:50:51 cd27dce05da3: Layer already exists 09:50:51 e27d2b0d9608: Layer already exists 09:50:51 2e555bd34ee9: Layer already exists 09:50:51 093c0fd6baad: Layer already exists 09:50:51 04bc40cf8f7a: Layer already exists 09:50:51 79c16ec6b4f5: Layer already exists 09:50:51 097100c76c15: Layer already exists 09:50:51 latest: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:51 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 09:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:50:51 96edc91dcbb7: Preparing 09:50:51 e27d2b0d9608: Preparing 09:50:51 2e555bd34ee9: Preparing 09:50:51 0e422ca75406: Preparing 09:50:51 cd27dce05da3: Preparing 09:50:51 093c0fd6baad: Preparing 09:50:51 79c16ec6b4f5: Preparing 09:50:51 04bc40cf8f7a: Preparing 09:50:51 097100c76c15: Preparing 09:50:51 79c16ec6b4f5: Waiting 09:50:51 04bc40cf8f7a: Waiting 09:50:51 093c0fd6baad: Waiting 09:50:51 097100c76c15: Waiting 09:50:51 cd27dce05da3: Layer already exists 09:50:51 0e422ca75406: Layer already exists 09:50:51 e27d2b0d9608: Layer already exists 09:50:51 96edc91dcbb7: Layer already exists 09:50:51 2e555bd34ee9: Layer already exists 09:50:51 093c0fd6baad: Layer already exists 09:50:51 79c16ec6b4f5: Layer already exists 09:50:51 097100c76c15: Layer already exists 09:50:51 04bc40cf8f7a: Layer already exists 09:50:51 4.1.0-dev.44: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:50:52 96edc91dcbb7: Preparing 09:50:52 e27d2b0d9608: Preparing 09:50:52 2e555bd34ee9: Preparing 09:50:52 0e422ca75406: Preparing 09:50:52 cd27dce05da3: Preparing 09:50:52 093c0fd6baad: Preparing 09:50:52 79c16ec6b4f5: Preparing 09:50:52 04bc40cf8f7a: Preparing 09:50:52 097100c76c15: Preparing 09:50:52 79c16ec6b4f5: Waiting 09:50:52 04bc40cf8f7a: Waiting 09:50:52 097100c76c15: Waiting 09:50:52 093c0fd6baad: Waiting 09:50:52 e27d2b0d9608: Layer already exists 09:50:52 96edc91dcbb7: Layer already exists 09:50:52 2e555bd34ee9: Layer already exists 09:50:52 0e422ca75406: Layer already exists 09:50:52 cd27dce05da3: Layer already exists 09:50:52 79c16ec6b4f5: Layer already exists 09:50:52 04bc40cf8f7a: Layer already exists 09:50:52 093c0fd6baad: Layer already exists 09:50:52 097100c76c15: Layer already exists 09:50:52 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:52 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 09:50:53 96edc91dcbb7: Preparing 09:50:53 e27d2b0d9608: Preparing 09:50:53 2e555bd34ee9: Preparing 09:50:53 0e422ca75406: Preparing 09:50:53 cd27dce05da3: Preparing 09:50:53 093c0fd6baad: Preparing 09:50:53 79c16ec6b4f5: Preparing 09:50:53 04bc40cf8f7a: Preparing 09:50:53 097100c76c15: Preparing 09:50:53 093c0fd6baad: Waiting 09:50:53 79c16ec6b4f5: Waiting 09:50:53 097100c76c15: Waiting 09:50:53 04bc40cf8f7a: Waiting 09:50:53 0e422ca75406: Layer already exists 09:50:53 96edc91dcbb7: Layer already exists 09:50:53 cd27dce05da3: Layer already exists 09:50:53 e27d2b0d9608: Layer already exists 09:50:53 2e555bd34ee9: Layer already exists 09:50:53 093c0fd6baad: Layer already exists 09:50:53 097100c76c15: Layer already exists 09:50:53 79c16ec6b4f5: Layer already exists 09:50:53 04bc40cf8f7a: Layer already exists 09:50:53 main: digest: sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:53 ===================================================== [Pipeline] echo 09:50:53 taggedImages: 09:50:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:50:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 09:50:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 09:50:53 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 09:50:53 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:53 latest 09:50:53 4.1.0-dev.44 09:50:53 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:53 main 09:50:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:53 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:50:53 840aae5cf77c: Preparing 09:50:53 be016f427aa7: Preparing 09:50:53 40d0d593c3e7: Preparing 09:50:53 ba3eda49834e: Preparing 09:50:53 8954582b4988: Preparing 09:50:53 cd27dce05da3: Preparing 09:50:53 093c0fd6baad: Preparing 09:50:53 3fa6bfb5f497: Preparing 09:50:53 6175465ca7f5: Preparing 09:50:53 983b6abaf755: Preparing 09:50:53 097100c76c15: Preparing 09:50:53 093c0fd6baad: Waiting 09:50:53 3fa6bfb5f497: Waiting 09:50:53 6175465ca7f5: Waiting 09:50:53 983b6abaf755: Waiting 09:50:53 097100c76c15: Waiting 09:50:53 cd27dce05da3: Waiting 09:50:53 840aae5cf77c: Pushed 09:50:53 8954582b4988: Pushed 09:50:53 be016f427aa7: Pushed 09:50:53 ba3eda49834e: Pushed 09:50:53 cd27dce05da3: Layer already exists 09:50:53 093c0fd6baad: Layer already exists 09:50:53 097100c76c15: Layer already exists 09:50:53 3fa6bfb5f497: Pushed 09:50:54 6175465ca7f5: Pushed 09:50:55 983b6abaf755: Pushed 09:50:56 40d0d593c3e7: Pushed 09:50:56 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:50:57 840aae5cf77c: Preparing 09:50:57 be016f427aa7: Preparing 09:50:57 40d0d593c3e7: Preparing 09:50:57 ba3eda49834e: Preparing 09:50:57 8954582b4988: Preparing 09:50:57 cd27dce05da3: Preparing 09:50:57 093c0fd6baad: Preparing 09:50:57 3fa6bfb5f497: Preparing 09:50:57 6175465ca7f5: Preparing 09:50:57 983b6abaf755: Preparing 09:50:57 097100c76c15: Preparing 09:50:57 3fa6bfb5f497: Waiting 09:50:57 093c0fd6baad: Waiting 09:50:57 6175465ca7f5: Waiting 09:50:57 983b6abaf755: Waiting 09:50:57 097100c76c15: Waiting 09:50:57 cd27dce05da3: Waiting 09:50:57 ba3eda49834e: Layer already exists 09:50:57 840aae5cf77c: Layer already exists 09:50:57 40d0d593c3e7: Layer already exists 09:50:57 8954582b4988: Layer already exists 09:50:57 be016f427aa7: Layer already exists 09:50:57 cd27dce05da3: Layer already exists 09:50:57 3fa6bfb5f497: Layer already exists 09:50:57 093c0fd6baad: Layer already exists 09:50:57 6175465ca7f5: Layer already exists 09:50:57 983b6abaf755: Layer already exists 09:50:57 097100c76c15: Layer already exists 09:50:57 latest: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:57 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 09:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:50:58 840aae5cf77c: Preparing 09:50:58 be016f427aa7: Preparing 09:50:58 40d0d593c3e7: Preparing 09:50:58 ba3eda49834e: Preparing 09:50:58 8954582b4988: Preparing 09:50:58 cd27dce05da3: Preparing 09:50:58 093c0fd6baad: Preparing 09:50:58 3fa6bfb5f497: Preparing 09:50:58 6175465ca7f5: Preparing 09:50:58 983b6abaf755: Preparing 09:50:58 097100c76c15: Preparing 09:50:58 093c0fd6baad: Waiting 09:50:58 3fa6bfb5f497: Waiting 09:50:58 6175465ca7f5: Waiting 09:50:58 983b6abaf755: Waiting 09:50:58 097100c76c15: Waiting 09:50:58 cd27dce05da3: Waiting 09:50:58 840aae5cf77c: Layer already exists 09:50:58 40d0d593c3e7: Layer already exists 09:50:58 ba3eda49834e: Layer already exists 09:50:58 be016f427aa7: Layer already exists 09:50:58 8954582b4988: Layer already exists 09:50:58 cd27dce05da3: Layer already exists 09:50:58 983b6abaf755: Layer already exists 09:50:58 093c0fd6baad: Layer already exists 09:50:58 3fa6bfb5f497: Layer already exists 09:50:58 6175465ca7f5: Layer already exists 09:50:58 097100c76c15: Layer already exists 09:50:58 4.1.0-dev.44: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:58 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:50:58 840aae5cf77c: Preparing 09:50:58 be016f427aa7: Preparing 09:50:58 40d0d593c3e7: Preparing 09:50:58 ba3eda49834e: Preparing 09:50:58 8954582b4988: Preparing 09:50:58 cd27dce05da3: Preparing 09:50:58 093c0fd6baad: Preparing 09:50:58 3fa6bfb5f497: Preparing 09:50:58 6175465ca7f5: Preparing 09:50:58 983b6abaf755: Preparing 09:50:58 097100c76c15: Preparing 09:50:58 3fa6bfb5f497: Waiting 09:50:58 6175465ca7f5: Waiting 09:50:58 983b6abaf755: Waiting 09:50:58 097100c76c15: Waiting 09:50:58 cd27dce05da3: Waiting 09:50:58 093c0fd6baad: Waiting 09:50:58 8954582b4988: Layer already exists 09:50:58 ba3eda49834e: Layer already exists 09:50:58 840aae5cf77c: Layer already exists 09:50:58 40d0d593c3e7: Layer already exists 09:50:58 be016f427aa7: Layer already exists 09:50:58 093c0fd6baad: Layer already exists 09:50:58 cd27dce05da3: Layer already exists 09:50:58 3fa6bfb5f497: Layer already exists 09:50:58 6175465ca7f5: Layer already exists 09:50:58 983b6abaf755: Layer already exists 09:50:58 097100c76c15: Layer already exists 09:50:58 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:59 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:50:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:50:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 09:50:59 840aae5cf77c: Preparing 09:50:59 be016f427aa7: Preparing 09:50:59 40d0d593c3e7: Preparing 09:50:59 ba3eda49834e: Preparing 09:50:59 8954582b4988: Preparing 09:50:59 cd27dce05da3: Preparing 09:50:59 093c0fd6baad: Preparing 09:50:59 3fa6bfb5f497: Preparing 09:50:59 6175465ca7f5: Preparing 09:50:59 983b6abaf755: Preparing 09:50:59 097100c76c15: Preparing 09:50:59 3fa6bfb5f497: Waiting 09:50:59 6175465ca7f5: Waiting 09:50:59 983b6abaf755: Waiting 09:50:59 cd27dce05da3: Waiting 09:50:59 097100c76c15: Waiting 09:50:59 093c0fd6baad: Waiting 09:50:59 40d0d593c3e7: Layer already exists 09:50:59 840aae5cf77c: Layer already exists 09:50:59 be016f427aa7: Layer already exists 09:50:59 8954582b4988: Layer already exists 09:50:59 ba3eda49834e: Layer already exists 09:50:59 093c0fd6baad: Layer already exists 09:50:59 cd27dce05da3: Layer already exists 09:50:59 3fa6bfb5f497: Layer already exists 09:50:59 983b6abaf755: Layer already exists 09:50:59 6175465ca7f5: Layer already exists 09:50:59 097100c76c15: Layer already exists 09:50:59 main: digest: sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:50:59 ===================================================== [Pipeline] echo 09:50:59 taggedImages: 09:50:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:50:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 09:50:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 09:50:59 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 09:50:59 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:50:59 latest 09:50:59 4.1.0-dev.44 09:50:59 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:50:59 main 09:50:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:00 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:51:00 0a832990bbed: Preparing 09:51:00 8e6c36df04b3: Preparing 09:51:00 e97497b45c2b: Preparing 09:51:00 60891cee7318: Preparing 09:51:00 4a5bee0e74c2: Preparing 09:51:00 9a6b07bae9de: Preparing 09:51:00 a99c1461b5c9: Preparing 09:51:00 cd27dce05da3: Preparing 09:51:00 093c0fd6baad: Preparing 09:51:00 b08b4e529fba: Preparing 09:51:00 be263658247d: Preparing 09:51:00 097100c76c15: Preparing 09:51:00 cd27dce05da3: Waiting 09:51:00 093c0fd6baad: Waiting 09:51:00 b08b4e529fba: Waiting 09:51:00 be263658247d: Waiting 09:51:00 097100c76c15: Waiting 09:51:00 9a6b07bae9de: Waiting 09:51:00 a99c1461b5c9: Waiting 09:51:00 4a5bee0e74c2: Pushed 09:51:00 0a832990bbed: Pushed 09:51:00 8e6c36df04b3: Pushed 09:51:00 cd27dce05da3: Layer already exists 09:51:00 093c0fd6baad: Layer already exists 09:51:00 9a6b07bae9de: Pushed 09:51:00 a99c1461b5c9: Pushed 09:51:00 097100c76c15: Layer already exists 09:51:00 b08b4e529fba: Pushed 09:51:01 be263658247d: Pushed 09:51:03 60891cee7318: Pushed 09:51:03 e97497b45c2b: Pushed 09:51:03 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:03 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:03 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:51:03 0a832990bbed: Preparing 09:51:03 8e6c36df04b3: Preparing 09:51:03 e97497b45c2b: Preparing 09:51:03 60891cee7318: Preparing 09:51:03 4a5bee0e74c2: Preparing 09:51:03 9a6b07bae9de: Preparing 09:51:03 a99c1461b5c9: Preparing 09:51:03 cd27dce05da3: Preparing 09:51:03 093c0fd6baad: Preparing 09:51:03 b08b4e529fba: Preparing 09:51:03 be263658247d: Preparing 09:51:03 097100c76c15: Preparing 09:51:03 b08b4e529fba: Waiting 09:51:03 be263658247d: Waiting 09:51:03 097100c76c15: Waiting 09:51:03 093c0fd6baad: Waiting 09:51:03 9a6b07bae9de: Waiting 09:51:03 cd27dce05da3: Waiting 09:51:03 a99c1461b5c9: Waiting 09:51:03 0a832990bbed: Layer already exists 09:51:03 4a5bee0e74c2: Layer already exists 09:51:03 60891cee7318: Layer already exists 09:51:03 8e6c36df04b3: Layer already exists 09:51:03 e97497b45c2b: Layer already exists 09:51:03 9a6b07bae9de: Layer already exists 09:51:03 a99c1461b5c9: Layer already exists 09:51:03 093c0fd6baad: Layer already exists 09:51:03 b08b4e529fba: Layer already exists 09:51:03 cd27dce05da3: Layer already exists 09:51:03 be263658247d: Layer already exists 09:51:03 097100c76c15: Layer already exists 09:51:03 latest: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:04 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 09:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:51:04 0a832990bbed: Preparing 09:51:04 8e6c36df04b3: Preparing 09:51:04 e97497b45c2b: Preparing 09:51:04 60891cee7318: Preparing 09:51:04 4a5bee0e74c2: Preparing 09:51:04 9a6b07bae9de: Preparing 09:51:04 a99c1461b5c9: Preparing 09:51:04 cd27dce05da3: Preparing 09:51:04 093c0fd6baad: Preparing 09:51:04 b08b4e529fba: Preparing 09:51:04 be263658247d: Preparing 09:51:04 a99c1461b5c9: Waiting 09:51:04 cd27dce05da3: Waiting 09:51:04 093c0fd6baad: Waiting 09:51:04 9a6b07bae9de: Waiting 09:51:04 b08b4e529fba: Waiting 09:51:04 097100c76c15: Preparing 09:51:04 be263658247d: Waiting 09:51:04 e97497b45c2b: Layer already exists 09:51:04 8e6c36df04b3: Layer already exists 09:51:04 4a5bee0e74c2: Layer already exists 09:51:04 0a832990bbed: Layer already exists 09:51:04 60891cee7318: Layer already exists 09:51:04 a99c1461b5c9: Layer already exists 09:51:04 9a6b07bae9de: Layer already exists 09:51:04 093c0fd6baad: Layer already exists 09:51:04 b08b4e529fba: Layer already exists 09:51:04 cd27dce05da3: Layer already exists 09:51:04 be263658247d: Layer already exists 09:51:04 097100c76c15: Layer already exists 09:51:04 4.1.0-dev.44: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:04 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:51:05 0a832990bbed: Preparing 09:51:05 8e6c36df04b3: Preparing 09:51:05 e97497b45c2b: Preparing 09:51:05 60891cee7318: Preparing 09:51:05 4a5bee0e74c2: Preparing 09:51:05 9a6b07bae9de: Preparing 09:51:05 a99c1461b5c9: Preparing 09:51:05 cd27dce05da3: Preparing 09:51:05 093c0fd6baad: Preparing 09:51:05 b08b4e529fba: Preparing 09:51:05 be263658247d: Preparing 09:51:05 097100c76c15: Preparing 09:51:05 cd27dce05da3: Waiting 09:51:05 093c0fd6baad: Waiting 09:51:05 b08b4e529fba: Waiting 09:51:05 9a6b07bae9de: Waiting 09:51:05 be263658247d: Waiting 09:51:05 a99c1461b5c9: Waiting 09:51:05 097100c76c15: Waiting 09:51:05 4a5bee0e74c2: Layer already exists 09:51:05 e97497b45c2b: Layer already exists 09:51:05 8e6c36df04b3: Layer already exists 09:51:05 0a832990bbed: Layer already exists 09:51:05 60891cee7318: Layer already exists 09:51:05 093c0fd6baad: Layer already exists 09:51:05 cd27dce05da3: Layer already exists 09:51:05 a99c1461b5c9: Layer already exists 09:51:05 9a6b07bae9de: Layer already exists 09:51:05 b08b4e529fba: Layer already exists 09:51:05 be263658247d: Layer already exists 09:51:05 097100c76c15: Layer already exists 09:51:05 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:05 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:51:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 09:51:05 0a832990bbed: Preparing 09:51:05 8e6c36df04b3: Preparing 09:51:05 e97497b45c2b: Preparing 09:51:05 60891cee7318: Preparing 09:51:05 4a5bee0e74c2: Preparing 09:51:05 9a6b07bae9de: Preparing 09:51:05 a99c1461b5c9: Preparing 09:51:05 cd27dce05da3: Preparing 09:51:05 093c0fd6baad: Preparing 09:51:05 b08b4e529fba: Preparing 09:51:05 be263658247d: Preparing 09:51:05 097100c76c15: Preparing 09:51:05 b08b4e529fba: Waiting 09:51:05 be263658247d: Waiting 09:51:05 097100c76c15: Waiting 09:51:05 9a6b07bae9de: Waiting 09:51:05 093c0fd6baad: Waiting 09:51:05 a99c1461b5c9: Waiting 09:51:05 cd27dce05da3: Waiting 09:51:05 0a832990bbed: Layer already exists 09:51:05 4a5bee0e74c2: Layer already exists 09:51:05 60891cee7318: Layer already exists 09:51:05 8e6c36df04b3: Layer already exists 09:51:05 e97497b45c2b: Layer already exists 09:51:05 9a6b07bae9de: Layer already exists 09:51:05 a99c1461b5c9: Layer already exists 09:51:05 093c0fd6baad: Layer already exists 09:51:05 cd27dce05da3: Layer already exists 09:51:05 b08b4e529fba: Layer already exists 09:51:05 be263658247d: Layer already exists 09:51:05 097100c76c15: Layer already exists 09:51:05 main: digest: sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:51:06 ===================================================== [Pipeline] echo 09:51:06 taggedImages: 09:51:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:51:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 09:51:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:06 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 09:51:06 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 09:51:06 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:06 latest 09:51:06 4.1.0-dev.44 09:51:06 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:06 main 09:51:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:06 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:06 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:51:06 fc1ee5090911: Preparing 09:51:06 b00ceae87013: Preparing 09:51:06 cd27dce05da3: Preparing 09:51:06 093c0fd6baad: Preparing 09:51:06 ea40a5e10764: Preparing 09:51:06 c16963111cfb: Preparing 09:51:06 097100c76c15: Preparing 09:51:06 097100c76c15: Waiting 09:51:06 c16963111cfb: Waiting 09:51:06 cd27dce05da3: Layer already exists 09:51:06 093c0fd6baad: Layer already exists 09:51:06 097100c76c15: Layer already exists 09:51:06 fc1ee5090911: Pushed 09:51:06 ea40a5e10764: Pushed 09:51:07 c16963111cfb: Pushed 09:51:10 b00ceae87013: Pushed 09:51:10 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:10 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:51:10 fc1ee5090911: Preparing 09:51:10 b00ceae87013: Preparing 09:51:10 cd27dce05da3: Preparing 09:51:10 093c0fd6baad: Preparing 09:51:10 ea40a5e10764: Preparing 09:51:10 c16963111cfb: Preparing 09:51:10 097100c76c15: Preparing 09:51:10 c16963111cfb: Waiting 09:51:10 097100c76c15: Waiting 09:51:10 cd27dce05da3: Layer already exists 09:51:10 b00ceae87013: Layer already exists 09:51:10 ea40a5e10764: Layer already exists 09:51:10 fc1ee5090911: Layer already exists 09:51:10 093c0fd6baad: Layer already exists 09:51:10 097100c76c15: Layer already exists 09:51:10 c16963111cfb: Layer already exists 09:51:10 latest: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 09:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:51:11 fc1ee5090911: Preparing 09:51:11 b00ceae87013: Preparing 09:51:11 cd27dce05da3: Preparing 09:51:11 093c0fd6baad: Preparing 09:51:11 ea40a5e10764: Preparing 09:51:11 c16963111cfb: Preparing 09:51:11 097100c76c15: Preparing 09:51:11 097100c76c15: Waiting 09:51:11 c16963111cfb: Waiting 09:51:11 cd27dce05da3: Layer already exists 09:51:11 fc1ee5090911: Layer already exists 09:51:11 093c0fd6baad: Layer already exists 09:51:11 ea40a5e10764: Layer already exists 09:51:11 b00ceae87013: Layer already exists 09:51:11 c16963111cfb: Layer already exists 09:51:11 097100c76c15: Layer already exists 09:51:11 4.1.0-dev.44: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:11 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:51:12 fc1ee5090911: Preparing 09:51:12 b00ceae87013: Preparing 09:51:12 cd27dce05da3: Preparing 09:51:12 093c0fd6baad: Preparing 09:51:12 ea40a5e10764: Preparing 09:51:12 c16963111cfb: Preparing 09:51:12 097100c76c15: Preparing 09:51:12 097100c76c15: Waiting 09:51:12 c16963111cfb: Waiting 09:51:12 cd27dce05da3: Layer already exists 09:51:12 093c0fd6baad: Layer already exists 09:51:12 ea40a5e10764: Layer already exists 09:51:12 fc1ee5090911: Layer already exists 09:51:12 b00ceae87013: Layer already exists 09:51:12 097100c76c15: Layer already exists 09:51:12 c16963111cfb: Layer already exists 09:51:12 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:12 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 09:51:12 fc1ee5090911: Preparing 09:51:12 b00ceae87013: Preparing 09:51:12 cd27dce05da3: Preparing 09:51:12 093c0fd6baad: Preparing 09:51:12 ea40a5e10764: Preparing 09:51:12 c16963111cfb: Preparing 09:51:12 097100c76c15: Preparing 09:51:12 c16963111cfb: Waiting 09:51:12 097100c76c15: Waiting 09:51:12 fc1ee5090911: Layer already exists 09:51:12 093c0fd6baad: Layer already exists 09:51:12 b00ceae87013: Layer already exists 09:51:12 ea40a5e10764: Layer already exists 09:51:12 cd27dce05da3: Layer already exists 09:51:12 c16963111cfb: Layer already exists 09:51:12 097100c76c15: Layer already exists 09:51:12 main: digest: sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:51:12 ===================================================== [Pipeline] echo 09:51:12 taggedImages: 09:51:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:51:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 09:51:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:12 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 09:51:12 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 09:51:12 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:12 latest 09:51:12 4.1.0-dev.44 09:51:12 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:12 main 09:51:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:51:13 a56b81a0d261: Preparing 09:51:13 10b71db289d5: Preparing 09:51:13 cb780f1c2e7f: Preparing 09:51:13 cd27dce05da3: Preparing 09:51:13 093c0fd6baad: Preparing 09:51:13 9f70ea9d5cfc: Preparing 09:51:13 2697c5635b15: Preparing 09:51:13 a6de4d6add24: Preparing 09:51:13 d20213b4f363: Preparing 09:51:13 097100c76c15: Preparing 09:51:13 9f70ea9d5cfc: Waiting 09:51:13 2697c5635b15: Waiting 09:51:13 a6de4d6add24: Waiting 09:51:13 097100c76c15: Waiting 09:51:13 d20213b4f363: Waiting 09:51:13 093c0fd6baad: Layer already exists 09:51:13 cd27dce05da3: Layer already exists 09:51:13 10b71db289d5: Pushed 09:51:13 cb780f1c2e7f: Pushed 09:51:13 a56b81a0d261: Pushed 09:51:13 097100c76c15: Layer already exists 09:51:13 a6de4d6add24: Pushed 09:51:14 d20213b4f363: Pushed 09:51:18 2697c5635b15: Pushed 09:51:26 9f70ea9d5cfc: Pushed 09:51:26 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:26 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:51:27 a56b81a0d261: Preparing 09:51:27 10b71db289d5: Preparing 09:51:27 cb780f1c2e7f: Preparing 09:51:27 cd27dce05da3: Preparing 09:51:27 093c0fd6baad: Preparing 09:51:27 9f70ea9d5cfc: Preparing 09:51:27 2697c5635b15: Preparing 09:51:27 a6de4d6add24: Preparing 09:51:27 2697c5635b15: Waiting 09:51:27 9f70ea9d5cfc: Waiting 09:51:27 d20213b4f363: Preparing 09:51:27 a6de4d6add24: Waiting 09:51:27 d20213b4f363: Waiting 09:51:27 097100c76c15: Preparing 09:51:27 097100c76c15: Waiting 09:51:27 093c0fd6baad: Layer already exists 09:51:27 cb780f1c2e7f: Layer already exists 09:51:27 a56b81a0d261: Layer already exists 09:51:27 cd27dce05da3: Layer already exists 09:51:27 10b71db289d5: Layer already exists 09:51:27 2697c5635b15: Layer already exists 09:51:27 9f70ea9d5cfc: Layer already exists 09:51:27 a6de4d6add24: Layer already exists 09:51:27 d20213b4f363: Layer already exists 09:51:27 097100c76c15: Layer already exists 09:51:27 latest: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:27 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 09:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:51:27 a56b81a0d261: Preparing 09:51:27 10b71db289d5: Preparing 09:51:27 cb780f1c2e7f: Preparing 09:51:27 cd27dce05da3: Preparing 09:51:27 093c0fd6baad: Preparing 09:51:27 9f70ea9d5cfc: Preparing 09:51:27 2697c5635b15: Preparing 09:51:27 a6de4d6add24: Preparing 09:51:27 d20213b4f363: Preparing 09:51:27 097100c76c15: Preparing 09:51:27 9f70ea9d5cfc: Waiting 09:51:27 2697c5635b15: Waiting 09:51:27 a6de4d6add24: Waiting 09:51:27 d20213b4f363: Waiting 09:51:27 097100c76c15: Waiting 09:51:27 cb780f1c2e7f: Layer already exists 09:51:27 cd27dce05da3: Layer already exists 09:51:27 10b71db289d5: Layer already exists 09:51:27 093c0fd6baad: Layer already exists 09:51:27 a56b81a0d261: Layer already exists 09:51:27 a6de4d6add24: Layer already exists 09:51:27 9f70ea9d5cfc: Layer already exists 09:51:27 2697c5635b15: Layer already exists 09:51:27 d20213b4f363: Layer already exists 09:51:27 097100c76c15: Layer already exists 09:51:27 4.1.0-dev.44: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:51:28 a56b81a0d261: Preparing 09:51:28 10b71db289d5: Preparing 09:51:28 cb780f1c2e7f: Preparing 09:51:28 cd27dce05da3: Preparing 09:51:28 093c0fd6baad: Preparing 09:51:28 9f70ea9d5cfc: Preparing 09:51:28 2697c5635b15: Preparing 09:51:28 a6de4d6add24: Preparing 09:51:28 d20213b4f363: Preparing 09:51:28 9f70ea9d5cfc: Waiting 09:51:28 2697c5635b15: Waiting 09:51:28 097100c76c15: Preparing 09:51:28 a6de4d6add24: Waiting 09:51:28 d20213b4f363: Waiting 09:51:28 097100c76c15: Waiting 09:51:28 10b71db289d5: Layer already exists 09:51:28 cb780f1c2e7f: Layer already exists 09:51:28 a56b81a0d261: Layer already exists 09:51:28 093c0fd6baad: Layer already exists 09:51:28 cd27dce05da3: Layer already exists 09:51:28 9f70ea9d5cfc: Layer already exists 09:51:28 2697c5635b15: Layer already exists 09:51:28 d20213b4f363: Layer already exists 09:51:28 a6de4d6add24: Layer already exists 09:51:28 097100c76c15: Layer already exists 09:51:28 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:28 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 09:51:29 a56b81a0d261: Preparing 09:51:29 10b71db289d5: Preparing 09:51:29 cb780f1c2e7f: Preparing 09:51:29 cd27dce05da3: Preparing 09:51:29 093c0fd6baad: Preparing 09:51:29 9f70ea9d5cfc: Preparing 09:51:29 2697c5635b15: Preparing 09:51:29 a6de4d6add24: Preparing 09:51:29 d20213b4f363: Preparing 09:51:29 097100c76c15: Preparing 09:51:29 9f70ea9d5cfc: Waiting 09:51:29 2697c5635b15: Waiting 09:51:29 a6de4d6add24: Waiting 09:51:29 d20213b4f363: Waiting 09:51:29 097100c76c15: Waiting 09:51:29 cd27dce05da3: Layer already exists 09:51:29 093c0fd6baad: Layer already exists 09:51:29 10b71db289d5: Layer already exists 09:51:29 a56b81a0d261: Layer already exists 09:51:29 cb780f1c2e7f: Layer already exists 09:51:29 2697c5635b15: Layer already exists 09:51:29 9f70ea9d5cfc: Layer already exists 09:51:29 a6de4d6add24: Layer already exists 09:51:29 d20213b4f363: Layer already exists 09:51:29 097100c76c15: Layer already exists 09:51:29 main: digest: sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:51:29 ===================================================== [Pipeline] echo 09:51:29 taggedImages: 09:51:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:51:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 09:51:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:29 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 09:51:29 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 09:51:29 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:29 latest 09:51:29 4.1.0-dev.44 09:51:29 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:29 main 09:51:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:51:29 2aeef96b2970: Preparing 09:51:29 fda6eb047f40: Preparing 09:51:29 2a04191c862d: Preparing 09:51:29 cd27dce05da3: Preparing 09:51:29 093c0fd6baad: Preparing 09:51:29 6e6ca04e651d: Preparing 09:51:29 d4c9bed79a11: Preparing 09:51:29 5437c660dacb: Preparing 09:51:29 097100c76c15: Preparing 09:51:29 6e6ca04e651d: Waiting 09:51:29 5437c660dacb: Waiting 09:51:29 097100c76c15: Waiting 09:51:29 d4c9bed79a11: Waiting 09:51:29 cd27dce05da3: Layer already exists 09:51:29 093c0fd6baad: Layer already exists 09:51:29 2a04191c862d: Pushed 09:51:29 2aeef96b2970: Pushed 09:51:29 fda6eb047f40: Pushed 09:51:29 097100c76c15: Layer already exists 09:51:30 d4c9bed79a11: Pushed 09:51:30 5437c660dacb: Pushed 09:51:42 6e6ca04e651d: Pushed 09:51:42 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:51:43 2aeef96b2970: Preparing 09:51:43 fda6eb047f40: Preparing 09:51:43 2a04191c862d: Preparing 09:51:43 cd27dce05da3: Preparing 09:51:43 093c0fd6baad: Preparing 09:51:43 6e6ca04e651d: Preparing 09:51:43 d4c9bed79a11: Preparing 09:51:43 5437c660dacb: Preparing 09:51:43 097100c76c15: Preparing 09:51:43 6e6ca04e651d: Waiting 09:51:43 d4c9bed79a11: Waiting 09:51:43 5437c660dacb: Waiting 09:51:43 097100c76c15: Waiting 09:51:43 fda6eb047f40: Layer already exists 09:51:43 093c0fd6baad: Layer already exists 09:51:43 cd27dce05da3: Layer already exists 09:51:43 2aeef96b2970: Layer already exists 09:51:43 2a04191c862d: Layer already exists 09:51:43 d4c9bed79a11: Layer already exists 09:51:43 6e6ca04e651d: Layer already exists 09:51:43 097100c76c15: Layer already exists 09:51:43 5437c660dacb: Layer already exists 09:51:43 latest: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 09:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:51:43 2aeef96b2970: Preparing 09:51:43 fda6eb047f40: Preparing 09:51:43 2a04191c862d: Preparing 09:51:43 cd27dce05da3: Preparing 09:51:43 093c0fd6baad: Preparing 09:51:43 6e6ca04e651d: Preparing 09:51:43 d4c9bed79a11: Preparing 09:51:43 5437c660dacb: Preparing 09:51:43 097100c76c15: Preparing 09:51:43 6e6ca04e651d: Waiting 09:51:43 5437c660dacb: Waiting 09:51:43 097100c76c15: Waiting 09:51:43 d4c9bed79a11: Waiting 09:51:43 2aeef96b2970: Layer already exists 09:51:43 cd27dce05da3: Layer already exists 09:51:43 fda6eb047f40: Layer already exists 09:51:43 093c0fd6baad: Layer already exists 09:51:43 2a04191c862d: Layer already exists 09:51:43 097100c76c15: Layer already exists 09:51:43 d4c9bed79a11: Layer already exists 09:51:43 6e6ca04e651d: Layer already exists 09:51:43 5437c660dacb: Layer already exists 09:51:43 4.1.0-dev.44: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:51:44 2aeef96b2970: Preparing 09:51:44 fda6eb047f40: Preparing 09:51:44 2a04191c862d: Preparing 09:51:44 cd27dce05da3: Preparing 09:51:44 093c0fd6baad: Preparing 09:51:44 6e6ca04e651d: Preparing 09:51:44 d4c9bed79a11: Preparing 09:51:44 5437c660dacb: Preparing 09:51:44 097100c76c15: Preparing 09:51:44 5437c660dacb: Waiting 09:51:44 097100c76c15: Waiting 09:51:44 6e6ca04e651d: Waiting 09:51:44 d4c9bed79a11: Waiting 09:51:44 fda6eb047f40: Layer already exists 09:51:44 2a04191c862d: Layer already exists 09:51:44 cd27dce05da3: Layer already exists 09:51:44 2aeef96b2970: Layer already exists 09:51:44 093c0fd6baad: Layer already exists 09:51:44 6e6ca04e651d: Layer already exists 09:51:44 d4c9bed79a11: Layer already exists 09:51:44 5437c660dacb: Layer already exists 09:51:44 097100c76c15: Layer already exists 09:51:44 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 09:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 09:51:45 2aeef96b2970: Preparing 09:51:45 fda6eb047f40: Preparing 09:51:45 2a04191c862d: Preparing 09:51:45 cd27dce05da3: Preparing 09:51:45 093c0fd6baad: Preparing 09:51:45 6e6ca04e651d: Preparing 09:51:45 d4c9bed79a11: Preparing 09:51:45 5437c660dacb: Preparing 09:51:45 097100c76c15: Preparing 09:51:45 6e6ca04e651d: Waiting 09:51:45 d4c9bed79a11: Waiting 09:51:45 5437c660dacb: Waiting 09:51:45 097100c76c15: Waiting 09:51:45 cd27dce05da3: Layer already exists 09:51:45 093c0fd6baad: Layer already exists 09:51:45 2aeef96b2970: Layer already exists 09:51:45 2a04191c862d: Layer already exists 09:51:45 fda6eb047f40: Layer already exists 09:51:45 d4c9bed79a11: Layer already exists 09:51:45 5437c660dacb: Layer already exists 09:51:45 097100c76c15: Layer already exists 09:51:45 6e6ca04e651d: Layer already exists 09:51:45 main: digest: sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:51:45 ===================================================== [Pipeline] echo 09:51:45 taggedImages: 09:51:45 - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:45 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:51:45 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 09:51:45 - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:45 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 09:51:45 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 09:51:45 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:45 latest 09:51:45 4.1.0-dev.44 09:51:45 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:45 main 09:51:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:51:45 a56b81a0d261: Preparing 09:51:45 274f0d586f30: Preparing 09:51:45 8b94ec55515d: Preparing 09:51:45 cd27dce05da3: Preparing 09:51:45 093c0fd6baad: Preparing 09:51:45 a81bdec28a90: Preparing 09:51:45 a6de4d6add24: Preparing 09:51:45 d20213b4f363: Preparing 09:51:45 097100c76c15: Preparing 09:51:45 a81bdec28a90: Waiting 09:51:45 a6de4d6add24: Waiting 09:51:45 d20213b4f363: Waiting 09:51:45 097100c76c15: Waiting 09:51:45 cd27dce05da3: Layer already exists 09:51:45 a56b81a0d261: Layer already exists 09:51:45 093c0fd6baad: Layer already exists 09:51:45 a6de4d6add24: Layer already exists 09:51:45 d20213b4f363: Layer already exists 09:51:45 097100c76c15: Layer already exists 09:51:45 274f0d586f30: Pushed 09:51:45 8b94ec55515d: Pushed 09:51:58 a81bdec28a90: Pushed 09:51:58 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:51:58 a56b81a0d261: Preparing 09:51:58 274f0d586f30: Preparing 09:51:58 8b94ec55515d: Preparing 09:51:58 cd27dce05da3: Preparing 09:51:58 093c0fd6baad: Preparing 09:51:58 a81bdec28a90: Preparing 09:51:58 a6de4d6add24: Preparing 09:51:58 d20213b4f363: Preparing 09:51:58 a81bdec28a90: Waiting 09:51:58 097100c76c15: Preparing 09:51:58 d20213b4f363: Waiting 09:51:58 a6de4d6add24: Waiting 09:51:58 097100c76c15: Waiting 09:51:58 a56b81a0d261: Layer already exists 09:51:58 cd27dce05da3: Layer already exists 09:51:58 274f0d586f30: Layer already exists 09:51:58 093c0fd6baad: Layer already exists 09:51:58 8b94ec55515d: Layer already exists 09:51:58 a81bdec28a90: Layer already exists 09:51:58 d20213b4f363: Layer already exists 09:51:58 a6de4d6add24: Layer already exists 09:51:58 097100c76c15: Layer already exists 09:51:58 latest: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 09:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:51:59 a56b81a0d261: Preparing 09:51:59 274f0d586f30: Preparing 09:51:59 8b94ec55515d: Preparing 09:51:59 cd27dce05da3: Preparing 09:51:59 093c0fd6baad: Preparing 09:51:59 a81bdec28a90: Preparing 09:51:59 a6de4d6add24: Preparing 09:51:59 d20213b4f363: Preparing 09:51:59 097100c76c15: Preparing 09:51:59 a81bdec28a90: Waiting 09:51:59 a6de4d6add24: Waiting 09:51:59 d20213b4f363: Waiting 09:51:59 097100c76c15: Waiting 09:51:59 a56b81a0d261: Layer already exists 09:51:59 cd27dce05da3: Layer already exists 09:51:59 274f0d586f30: Layer already exists 09:51:59 8b94ec55515d: Layer already exists 09:51:59 093c0fd6baad: Layer already exists 09:51:59 a81bdec28a90: Layer already exists 09:51:59 d20213b4f363: Layer already exists 09:51:59 a6de4d6add24: Layer already exists 09:51:59 097100c76c15: Layer already exists 09:51:59 4.1.0-dev.44: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:51:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:51:59 a56b81a0d261: Preparing 09:51:59 274f0d586f30: Preparing 09:51:59 8b94ec55515d: Preparing 09:51:59 cd27dce05da3: Preparing 09:51:59 093c0fd6baad: Preparing 09:51:59 a81bdec28a90: Preparing 09:51:59 a6de4d6add24: Preparing 09:51:59 d20213b4f363: Preparing 09:51:59 097100c76c15: Preparing 09:51:59 a6de4d6add24: Waiting 09:51:59 d20213b4f363: Waiting 09:51:59 097100c76c15: Waiting 09:51:59 a81bdec28a90: Waiting 09:51:59 cd27dce05da3: Layer already exists 09:51:59 093c0fd6baad: Layer already exists 09:51:59 274f0d586f30: Layer already exists 09:51:59 a56b81a0d261: Layer already exists 09:51:59 8b94ec55515d: Layer already exists 09:51:59 d20213b4f363: Layer already exists 09:51:59 a6de4d6add24: Layer already exists 09:51:59 a81bdec28a90: Layer already exists 09:51:59 097100c76c15: Layer already exists 09:51:59 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 09:52:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 09:52:00 a56b81a0d261: Preparing 09:52:00 274f0d586f30: Preparing 09:52:00 8b94ec55515d: Preparing 09:52:00 cd27dce05da3: Preparing 09:52:00 093c0fd6baad: Preparing 09:52:00 a81bdec28a90: Preparing 09:52:00 a6de4d6add24: Preparing 09:52:00 d20213b4f363: Preparing 09:52:00 097100c76c15: Preparing 09:52:00 a81bdec28a90: Waiting 09:52:00 d20213b4f363: Waiting 09:52:00 a6de4d6add24: Waiting 09:52:00 097100c76c15: Waiting 09:52:00 cd27dce05da3: Layer already exists 09:52:00 274f0d586f30: Layer already exists 09:52:00 8b94ec55515d: Layer already exists 09:52:00 093c0fd6baad: Layer already exists 09:52:00 a56b81a0d261: Layer already exists 09:52:00 a81bdec28a90: Layer already exists 09:52:00 a6de4d6add24: Layer already exists 09:52:00 097100c76c15: Layer already exists 09:52:00 d20213b4f363: Layer already exists 09:52:00 main: digest: sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:52:00 ===================================================== [Pipeline] echo 09:52:00 taggedImages: 09:52:00 - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:00 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:52:00 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 09:52:00 - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:00 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 09:52:00 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 09:52:00 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:00 latest 09:52:00 4.1.0-dev.44 09:52:00 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:00 main 09:52:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:52:01 6442744b3d93: Preparing 09:52:01 108a46617cf1: Preparing 09:52:01 cd27dce05da3: Preparing 09:52:01 093c0fd6baad: Preparing 09:52:01 b9cba94ee782: Preparing 09:52:01 faa1c36ca94d: Preparing 09:52:01 097100c76c15: Preparing 09:52:01 faa1c36ca94d: Waiting 09:52:01 097100c76c15: Waiting 09:52:01 cd27dce05da3: Layer already exists 09:52:01 093c0fd6baad: Layer already exists 09:52:01 097100c76c15: Layer already exists 09:52:01 6442744b3d93: Pushed 09:52:01 b9cba94ee782: Pushed 09:52:01 faa1c36ca94d: Pushed 09:52:05 108a46617cf1: Pushed 09:52:05 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:05 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 09:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:52:06 6442744b3d93: Preparing 09:52:06 108a46617cf1: Preparing 09:52:06 cd27dce05da3: Preparing 09:52:06 093c0fd6baad: Preparing 09:52:06 b9cba94ee782: Preparing 09:52:06 faa1c36ca94d: Preparing 09:52:06 097100c76c15: Preparing 09:52:06 faa1c36ca94d: Waiting 09:52:06 097100c76c15: Waiting 09:52:06 6442744b3d93: Layer already exists 09:52:06 108a46617cf1: Layer already exists 09:52:06 cd27dce05da3: Layer already exists 09:52:06 b9cba94ee782: Layer already exists 09:52:06 093c0fd6baad: Layer already exists 09:52:06 097100c76c15: Layer already exists 09:52:06 faa1c36ca94d: Layer already exists 09:52:06 latest: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 09:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:52:06 6442744b3d93: Preparing 09:52:06 108a46617cf1: Preparing 09:52:06 cd27dce05da3: Preparing 09:52:06 093c0fd6baad: Preparing 09:52:06 b9cba94ee782: Preparing 09:52:06 faa1c36ca94d: Preparing 09:52:06 097100c76c15: Preparing 09:52:06 faa1c36ca94d: Waiting 09:52:06 097100c76c15: Waiting 09:52:06 108a46617cf1: Layer already exists 09:52:06 093c0fd6baad: Layer already exists 09:52:06 cd27dce05da3: Layer already exists 09:52:06 b9cba94ee782: Layer already exists 09:52:06 6442744b3d93: Layer already exists 09:52:06 faa1c36ca94d: Layer already exists 09:52:06 097100c76c15: Layer already exists 09:52:06 4.1.0-dev.44: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:52:07 6442744b3d93: Preparing 09:52:07 108a46617cf1: Preparing 09:52:07 cd27dce05da3: Preparing 09:52:07 093c0fd6baad: Preparing 09:52:07 b9cba94ee782: Preparing 09:52:07 faa1c36ca94d: Preparing 09:52:07 097100c76c15: Preparing 09:52:07 097100c76c15: Waiting 09:52:07 faa1c36ca94d: Waiting 09:52:07 108a46617cf1: Layer already exists 09:52:07 b9cba94ee782: Layer already exists 09:52:07 6442744b3d93: Layer already exists 09:52:07 cd27dce05da3: Layer already exists 09:52:07 093c0fd6baad: Layer already exists 09:52:07 097100c76c15: Layer already exists 09:52:07 faa1c36ca94d: Layer already exists 09:52:07 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 09:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 09:52:07 6442744b3d93: Preparing 09:52:07 108a46617cf1: Preparing 09:52:07 cd27dce05da3: Preparing 09:52:07 093c0fd6baad: Preparing 09:52:07 b9cba94ee782: Preparing 09:52:07 faa1c36ca94d: Preparing 09:52:07 097100c76c15: Preparing 09:52:07 097100c76c15: Waiting 09:52:07 faa1c36ca94d: Waiting 09:52:07 cd27dce05da3: Layer already exists 09:52:07 b9cba94ee782: Layer already exists 09:52:07 108a46617cf1: Layer already exists 09:52:07 093c0fd6baad: Layer already exists 09:52:07 6442744b3d93: Layer already exists 09:52:07 faa1c36ca94d: Layer already exists 09:52:07 097100c76c15: Layer already exists 09:52:07 main: digest: sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:52:08 ===================================================== [Pipeline] echo 09:52:08 taggedImages: 09:52:08 - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:08 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:52:08 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 09:52:08 - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:08 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 09:52:08 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 09:52:08 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:08 latest 09:52:08 4.1.0-dev.44 09:52:08 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:08 main 09:52:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:52:08 8511bd6b4f86: Preparing 09:52:08 3f5c4fe295ed: Preparing 09:52:08 cd27dce05da3: Preparing 09:52:08 093c0fd6baad: Preparing 09:52:08 e50ae0c44088: Preparing 09:52:08 6e425a35d183: Preparing 09:52:08 097100c76c15: Preparing 09:52:08 6e425a35d183: Waiting 09:52:08 097100c76c15: Waiting 09:52:08 093c0fd6baad: Layer already exists 09:52:08 cd27dce05da3: Layer already exists 09:52:08 097100c76c15: Layer already exists 09:52:08 8511bd6b4f86: Pushed 09:52:08 e50ae0c44088: Pushed 09:52:09 6e425a35d183: Pushed 09:52:13 3f5c4fe295ed: Pushed 09:52:13 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:13 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:52:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:52:13 8511bd6b4f86: Preparing 09:52:13 3f5c4fe295ed: Preparing 09:52:13 cd27dce05da3: Preparing 09:52:13 093c0fd6baad: Preparing 09:52:13 e50ae0c44088: Preparing 09:52:13 6e425a35d183: Preparing 09:52:13 097100c76c15: Preparing 09:52:13 6e425a35d183: Waiting 09:52:13 097100c76c15: Waiting 09:52:13 cd27dce05da3: Layer already exists 09:52:13 8511bd6b4f86: Layer already exists 09:52:13 e50ae0c44088: Layer already exists 09:52:13 093c0fd6baad: Layer already exists 09:52:13 3f5c4fe295ed: Layer already exists 09:52:13 097100c76c15: Layer already exists 09:52:13 6e425a35d183: Layer already exists 09:52:13 latest: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 09:52:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:52:14 8511bd6b4f86: Preparing 09:52:14 3f5c4fe295ed: Preparing 09:52:14 cd27dce05da3: Preparing 09:52:14 093c0fd6baad: Preparing 09:52:14 e50ae0c44088: Preparing 09:52:14 6e425a35d183: Preparing 09:52:14 097100c76c15: Preparing 09:52:14 6e425a35d183: Waiting 09:52:14 097100c76c15: Waiting 09:52:14 8511bd6b4f86: Layer already exists 09:52:14 cd27dce05da3: Layer already exists 09:52:14 e50ae0c44088: Layer already exists 09:52:14 093c0fd6baad: Layer already exists 09:52:14 3f5c4fe295ed: Layer already exists 09:52:14 097100c76c15: Layer already exists 09:52:14 6e425a35d183: Layer already exists 09:52:14 4.1.0-dev.44: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:52:15 8511bd6b4f86: Preparing 09:52:15 3f5c4fe295ed: Preparing 09:52:15 cd27dce05da3: Preparing 09:52:15 093c0fd6baad: Preparing 09:52:15 e50ae0c44088: Preparing 09:52:15 6e425a35d183: Preparing 09:52:15 097100c76c15: Preparing 09:52:15 6e425a35d183: Waiting 09:52:15 097100c76c15: Waiting 09:52:15 093c0fd6baad: Layer already exists 09:52:15 e50ae0c44088: Layer already exists 09:52:15 3f5c4fe295ed: Layer already exists 09:52:15 8511bd6b4f86: Layer already exists 09:52:15 cd27dce05da3: Layer already exists 09:52:15 6e425a35d183: Layer already exists 09:52:15 097100c76c15: Layer already exists 09:52:15 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:52:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 09:52:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 09:52:15 8511bd6b4f86: Preparing 09:52:15 3f5c4fe295ed: Preparing 09:52:15 cd27dce05da3: Preparing 09:52:15 093c0fd6baad: Preparing 09:52:15 e50ae0c44088: Preparing 09:52:15 6e425a35d183: Preparing 09:52:15 097100c76c15: Preparing 09:52:15 6e425a35d183: Waiting 09:52:15 097100c76c15: Waiting 09:52:15 093c0fd6baad: Layer already exists 09:52:15 e50ae0c44088: Layer already exists 09:52:15 8511bd6b4f86: Layer already exists 09:52:15 3f5c4fe295ed: Layer already exists 09:52:15 cd27dce05da3: Layer already exists 09:52:15 6e425a35d183: Layer already exists 09:52:15 097100c76c15: Layer already exists 09:52:15 main: digest: sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:52:15 ===================================================== [Pipeline] echo 09:52:15 taggedImages: 09:52:15 - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:15 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:52:15 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 09:52:15 - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:15 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 09:52:16 ========================================================= 09:52:16 [edgeXBuildMultiArch] RAW Config: 09:52:16 images: 09:52:16 - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/core-command:latest 09:52:16 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-command:main 09:52:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:52:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:52:16 - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/core-data:latest 09:52:16 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-data:main 09:52:16 - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/core-keeper:latest 09:52:16 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-keeper:main 09:52:16 - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/core-metadata:latest 09:52:16 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/core-metadata:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-config:main 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/security-spire-server:main 09:52:16 - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/support-notifications:latest 09:52:16 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/support-notifications:main 09:52:16 - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:52:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:52:16 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:52:16 - nexus3.edgexfoundry.org:10004/support-scheduler:main 09:52:16 settingsFile: 09:52:16 edgex-go-settings 09:52:16 ========================================================= [Pipeline] node 09:52:31 Still waiting to schedule task 09:52:31 All nodes of label ‘centos7-docker-4c-2g’ are offline 09:53:02 Running on prd-centos7-docker-4c-2g-6546 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:53:02 provisioning config files... 09:53:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config11988209754942406157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:53:04 ---> ****-login.sh 09:53:04 nexus3.edgexfoundry.org:10001 09:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:53:04 Configure a credential helper to remove this warning. See 09:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:53:04 09:53:04 Login Succeeded 09:53:04 nexus3.edgexfoundry.org:10002 09:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:53:04 Configure a credential helper to remove this warning. See 09:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:53:04 09:53:04 Login Succeeded 09:53:04 nexus3.edgexfoundry.org:10003 09:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:53:04 Configure a credential helper to remove this warning. See 09:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:53:04 09:53:04 Login Succeeded 09:53:04 nexus3.edgexfoundry.org:10004 09:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:53:04 Configure a credential helper to remove this warning. See 09:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:53:04 09:53:04 Login Succeeded 09:53:04 ****.io 09:53:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:53:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:53:04 Configure a credential helper to remove this warning. See 09:53:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:53:04 09:53:04 Login Succeeded 09:53:04 ---> ****-login.sh ends [Pipeline] } 09:53:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:53:05 + docker buildx ls 09:53:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:53:05 default * docker 09:53:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:53:05 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 09:53:05 edgex-builder [Pipeline] sh 09:53:05 + docker buildx inspect --bootstrap 09:53:05 #1 [internal] booting buildkit 09:53:05 #1 pulling image moby/buildkit:buildx-stable-1 09:53:09 #1 pulling image moby/buildkit:buildx-stable-1 3.2s done 09:53:09 #1 creating container buildx_buildkit_edgex-builder0 09:53:10 #1 creating container buildx_buildkit_edgex-builder0 1.5s done 09:53:10 #1 DONE 4.7s 09:53:10 Name: edgex-builder 09:53:10 Driver: docker-container 09:53:10 09:53:10 Nodes: 09:53:10 Name: edgex-builder0 09:53:10 Endpoint: unix:///var/run/docker.sock 09:53:10 Status: running 09:53:10 Buildkit: v0.22.0 09:53:10 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 09:53:10 + docker buildx ls 09:53:10 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 09:53:10 edgex-builder * docker-container 09:53:10 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 09:53:10 default docker 09:53:10 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 09:53:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:11 #1 [internal] load build definition from Dockerfile 09:53:11 #1 transferring dockerfile: 197B done 09:53:11 #1 DONE 0.0s 09:53:11 09:53:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:11 #2 DONE 0.1s 09:53:11 09:53:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:11 #3 DONE 0.1s 09:53:11 09:53:11 #4 [internal] load .dockerignore 09:53:11 #4 transferring context: 2B done 09:53:11 #4 DONE 0.0s 09:53:11 09:53:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:11 #5 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:11 #5 DONE 0.0s 09:53:11 09:53:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:11 #6 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:11 #6 DONE 0.1s 09:53:11 09:53:11 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:53:11 #7 DONE 0.0s 09:53:11 09:53:11 #8 exporting to image 09:53:11 #8 exporting layers done 09:53:11 #8 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done 09:53:11 #8 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done 09:53:11 #8 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 0.0s done 09:53:11 #8 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done 09:53:11 #8 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done 09:53:11 #8 pushing layers 09:53:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:14 #8 pushing layers 2.0s done 09:53:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 09:53:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 8.0s done 09:53:22 #8 DONE 10.1s 09:53:22 09:53:22 1 warning found (use --debug to expand): 09:53:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 09:53:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 09:53:22 #1 [internal] load build definition from Dockerfile 09:53:22 #1 transferring dockerfile: 163B done 09:53:22 #1 DONE 0.0s 09:53:22 09:53:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 09:53:22 #2 DONE 0.0s 09:53:22 09:53:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 09:53:22 #3 DONE 0.0s 09:53:22 09:53:22 #4 [internal] load .dockerignore 09:53:22 #4 transferring context: 2B done 09:53:22 #4 DONE 0.0s 09:53:22 09:53:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:22 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:22 #5 CACHED 09:53:22 09:53:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:22 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:22 #6 DONE 0.0s 09:53:22 09:53:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:22 #6 CACHED 09:53:22 09:53:22 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:53:22 #7 DONE 0.0s 09:53:22 09:53:22 #8 exporting to image 09:53:22 #8 exporting layers done 09:53:22 #8 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done 09:53:22 #8 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done 09:53:22 #8 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done 09:53:22 #8 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done 09:53:22 #8 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done 09:53:22 #8 pushing layers 0.0s done 09:53:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done 09:53:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:22 #8 DONE 0.1s 09:53:22 09:53:22 1 warning found (use --debug to expand): 09:53:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44' 09:53:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 --push - 09:53:23 #1 [internal] load build definition from Dockerfile 09:53:23 #1 transferring dockerfile: 169B done 09:53:23 #1 DONE 0.0s 09:53:23 09:53:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 09:53:23 #2 DONE 0.0s 09:53:23 09:53:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44 09:53:23 #3 DONE 0.0s 09:53:23 09:53:23 #4 [internal] load .dockerignore 09:53:23 #4 transferring context: 2B done 09:53:23 #4 DONE 0.0s 09:53:23 09:53:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:23 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 done 09:53:23 #5 CACHED 09:53:23 09:53:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:23 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 done 09:53:23 #6 CACHED 09:53:23 09:53:23 #7 exporting to image 09:53:23 #7 exporting layers done 09:53:23 #7 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done 09:53:23 #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done 09:53:23 #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 09:53:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:23 #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done 09:53:23 #7 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done 09:53:23 #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done 09:53:23 #7 pushing layers 0.0s done 09:53:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.44@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done 09:53:23 #7 DONE 0.1s 09:53:23 09:53:23 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:53:23 #8 DONE 0.0s 09:53:23 09:53:23 1 warning found (use --debug to expand): 09:53:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:23 #1 [internal] load build definition from Dockerfile 09:53:23 #1 transferring dockerfile: 210B done 09:53:23 #1 DONE 0.0s 09:53:23 09:53:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:23 #2 DONE 0.0s 09:53:23 09:53:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:23 #3 DONE 0.0s 09:53:23 09:53:23 #4 [internal] load .dockerignore 09:53:23 #4 transferring context: 2B done 09:53:23 #4 DONE 0.0s 09:53:23 09:53:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:23 #5 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:23 #5 CACHED 09:53:23 09:53:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:23 #6 resolve nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:23 #6 CACHED 09:53:23 09:53:23 #7 exporting to image 09:53:23 #7 exporting layers done 09:53:23 #7 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done 09:53:23 #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e 09:53:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:23 #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done 09:53:23 #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done 09:53:23 #7 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done 09:53:23 #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done 09:53:23 #7 pushing layers 0.0s done 09:53:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done 09:53:23 #7 DONE 0.1s 09:53:23 09:53:23 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:53:23 #8 DONE 0.0s 09:53:23 09:53:23 1 warning found (use --debug to expand): 09:53:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 09:53:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 09:53:24 #1 [internal] load build definition from Dockerfile 09:53:24 #1 transferring dockerfile: 161B done 09:53:24 #1 DONE 0.0s 09:53:24 09:53:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 09:53:24 #2 DONE 0.0s 09:53:24 09:53:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 09:53:24 #3 DONE 0.0s 09:53:24 09:53:24 #4 [internal] load .dockerignore 09:53:24 #4 transferring context: 2B done 09:53:24 #4 DONE 0.0s 09:53:24 09:53:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:24 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:24 #5 CACHED 09:53:24 09:53:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 09:53:24 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:499734239c290f94c81b0c70aba5b0351152e4d6944575c1399749b19915df11 0.0s done 09:53:24 #6 CACHED 09:53:24 09:53:24 #7 exporting to image 09:53:24 #7 exporting layers done 09:53:24 #7 exporting manifest sha256:5b1c2f1411d23c4e543f8ffdd307c8cec6299c2b5639c7eba9c45277eb994768 done 09:53:24 #7 exporting config sha256:ffaa92ef9062ebab55eb7b1e1eed826b673c51e5e5e7adacc4ef8e25f69ba47e done 09:53:24 #7 exporting manifest sha256:18dec3f1b717aa0eb3380bb26a00ddc32bb9e411425a0de2164b89d9b55bfc02 done 09:53:24 #7 exporting config sha256:2f32c29d85ba3fd4975c871f8ae9867a6aba439e408b469403916bc1a879b1fa done 09:53:24 #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 09:53:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:24 #7 exporting manifest list sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 done 09:53:24 #7 pushing layers 0.0s done 09:53:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e88822280bfda51cc7f1bbf60ea2667f15a1f3eb895d24d49c21f538e770ee36 0.1s done 09:53:24 #7 DONE 0.1s 09:53:24 09:53:24 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 09:53:24 #8 DONE 0.0s 09:53:24 09:53:24 1 warning found (use --debug to expand): 09:53:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:24 #1 [internal] load build definition from Dockerfile 09:53:24 #1 transferring dockerfile: 216B done 09:53:24 #1 DONE 0.0s 09:53:24 09:53:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:24 #2 DONE 0.0s 09:53:24 09:53:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:24 #3 DONE 0.0s 09:53:24 09:53:24 #4 [internal] load .dockerignore 09:53:24 #4 transferring context: 2B done 09:53:24 #4 DONE 0.0s 09:53:24 09:53:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:24 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:24 #5 DONE 0.0s 09:53:24 09:53:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:24 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:24 #6 DONE 0.1s 09:53:24 09:53:24 #7 exporting to image 09:53:24 #7 exporting layers done 09:53:24 #7 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 0.0s done 09:53:24 #7 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done 09:53:24 #7 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done 09:53:24 #7 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done 09:53:24 #7 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done 09:53:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:25 #7 ... 09:53:25 09:53:25 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:25 #8 DONE 0.0s 09:53:25 09:53:25 #7 exporting to image 09:53:25 #7 pushing layers 0.1s done 09:53:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 09:53:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done 09:53:25 #7 DONE 0.2s 09:53:25 09:53:25 1 warning found (use --debug to expand): 09:53:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 09:53:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 09:53:25 #1 [internal] load build definition from Dockerfile 09:53:25 #1 transferring dockerfile: 182B done 09:53:25 #1 DONE 0.0s 09:53:25 09:53:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:53:25 #2 DONE 0.0s 09:53:25 09:53:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 09:53:25 #3 DONE 0.0s 09:53:25 09:53:25 #4 [internal] load .dockerignore 09:53:25 #4 transferring context: 2B done 09:53:25 #4 DONE 0.0s 09:53:25 09:53:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:25 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:25 #5 DONE 0.0s 09:53:25 09:53:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:25 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:25 #6 CACHED 09:53:25 09:53:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:25 #5 CACHED 09:53:25 09:53:25 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:25 #7 DONE 0.0s 09:53:25 09:53:25 #8 exporting to image 09:53:25 #8 exporting layers done 09:53:25 #8 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done 09:53:25 #8 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done 09:53:25 #8 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done 09:53:25 #8 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done 09:53:25 #8 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done 09:53:25 #8 pushing layers 0.0s done 09:53:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done 09:53:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:25 #8 DONE 0.1s 09:53:25 09:53:25 1 warning found (use --debug to expand): 09:53:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44' 09:53:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 --push - 09:53:26 #1 [internal] load build definition from Dockerfile 09:53:26 #1 transferring dockerfile: 188B done 09:53:26 #1 DONE 0.0s 09:53:26 09:53:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 09:53:26 #2 DONE 0.0s 09:53:26 09:53:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44 09:53:26 #3 DONE 0.0s 09:53:26 09:53:26 #4 [internal] load .dockerignore 09:53:26 #4 transferring context: 2B done 09:53:26 #4 DONE 0.0s 09:53:26 09:53:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:26 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:26 #5 CACHED 09:53:26 09:53:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:26 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:26 #6 CACHED 09:53:26 09:53:26 #7 exporting to image 09:53:26 #7 exporting layers 09:53:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:26 #7 exporting layers done 09:53:26 #7 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done 09:53:26 #7 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done 09:53:26 #7 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done 09:53:26 #7 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done 09:53:26 #7 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done 09:53:26 #7 pushing layers 0.0s done 09:53:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.44@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done 09:53:26 #7 DONE 0.1s 09:53:26 09:53:26 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:26 #8 DONE 0.0s 09:53:26 09:53:26 1 warning found (use --debug to expand): 09:53:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:26 #1 [internal] load build definition from Dockerfile 09:53:26 #1 transferring dockerfile: 229B done 09:53:26 #1 DONE 0.0s 09:53:26 09:53:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:26 #2 DONE 0.0s 09:53:26 09:53:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:26 #3 DONE 0.0s 09:53:26 09:53:26 #4 [internal] load .dockerignore 09:53:26 #4 transferring context: 2B done 09:53:26 #4 DONE 0.0s 09:53:26 09:53:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:26 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:26 #5 CACHED 09:53:26 09:53:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:26 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:26 #6 DONE 0.0s 09:53:26 09:53:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:26 #6 CACHED 09:53:26 09:53:26 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:26 #7 DONE 0.0s 09:53:26 09:53:26 #8 exporting to image 09:53:26 #8 exporting layers done 09:53:26 #8 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done 09:53:26 #8 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done 09:53:26 #8 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done 09:53:26 #8 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done 09:53:26 #8 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done 09:53:26 #8 pushing layers 0.0s done 09:53:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done 09:53:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:26 #8 DONE 0.1s 09:53:26 09:53:26 1 warning found (use --debug to expand): 09:53:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 09:53:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 09:53:27 #1 [internal] load build definition from Dockerfile 09:53:27 #1 transferring dockerfile: 180B done 09:53:27 #1 DONE 0.0s 09:53:27 09:53:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:53:27 #2 DONE 0.0s 09:53:27 09:53:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 09:53:27 #3 DONE 0.0s 09:53:27 09:53:27 #4 [internal] load .dockerignore 09:53:27 #4 transferring context: 2B done 09:53:27 #4 DONE 0.0s 09:53:27 09:53:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:27 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:27 #5 CACHED 09:53:27 09:53:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 09:53:27 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:b45d04211eee28f23cb924cf4b90c5356567fbf73e2c4e1d969f49a67934345d 0.0s done 09:53:27 #6 CACHED 09:53:27 09:53:27 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:27 #7 DONE 0.0s 09:53:27 09:53:27 #8 exporting to image 09:53:27 #8 exporting layers done 09:53:27 #8 exporting manifest sha256:eb223ca07f177e4cdc0e5b9a793fc0467688eae363a11cbe86020ee2c4c0f222 done 09:53:27 #8 exporting config sha256:31ddcb4b652b0c0d42743d4cadabcea5242fa099bb45393004c8845191e72c86 done 09:53:27 #8 exporting manifest sha256:142c6b164e67d1caf7d93ecc5611af5458f50176aae4307c183bdcb337dc0b82 done 09:53:27 #8 exporting config sha256:6e15a0c36c6c275f47a426bf20e2abda7bff295d92f4050f034c81f782dd88b1 done 09:53:27 #8 exporting manifest list sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 done 09:53:27 #8 pushing layers 0.0s done 09:53:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:f74c36caa94061ff7b2a594808eaecc28cc70efb7088a32ca8f265cfbdfb75a9 0.1s done 09:53:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:27 #8 DONE 0.1s 09:53:27 09:53:27 1 warning found (use --debug to expand): 09:53:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:27 #1 [internal] load build definition from Dockerfile 09:53:27 #1 transferring dockerfile: 194B done 09:53:27 #1 DONE 0.0s 09:53:27 09:53:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:27 #2 DONE 0.0s 09:53:27 09:53:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:27 #3 DONE 0.0s 09:53:27 09:53:27 #4 [internal] load .dockerignore 09:53:27 #4 transferring context: 2B done 09:53:27 #4 DONE 0.0s 09:53:27 09:53:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:27 #5 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:27 #5 DONE 0.0s 09:53:27 09:53:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:27 #6 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:27 #6 DONE 0.1s 09:53:27 09:53:27 #7 exporting to image 09:53:27 #7 exporting layers done 09:53:27 #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf 0.0s done 09:53:27 #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 09:53:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:27 #7 ... 09:53:27 09:53:27 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:53:27 #8 DONE 0.0s 09:53:27 09:53:27 #7 exporting to image 09:53:27 #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done 09:53:27 #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done 09:53:27 #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done 09:53:27 #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done 09:53:27 #7 pushing layers 0.1s done 09:53:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 09:53:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done 09:53:28 #7 DONE 0.2s 09:53:28 09:53:28 1 warning found (use --debug to expand): 09:53:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 09:53:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 09:53:28 #1 [internal] load build definition from Dockerfile 09:53:28 #1 transferring dockerfile: 160B done 09:53:28 #1 DONE 0.0s 09:53:28 09:53:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 09:53:28 #2 DONE 0.0s 09:53:28 09:53:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 09:53:28 #3 DONE 0.0s 09:53:28 09:53:28 #4 [internal] load .dockerignore 09:53:28 #4 transferring context: 2B done 09:53:28 #4 DONE 0.0s 09:53:28 09:53:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:28 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:28 #5 DONE 0.0s 09:53:28 09:53:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:28 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:28 #6 CACHED 09:53:28 09:53:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:28 #5 CACHED 09:53:28 09:53:28 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:53:28 #7 DONE 0.0s 09:53:28 09:53:28 #8 exporting to image 09:53:28 #8 exporting layers done 09:53:28 #8 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done 09:53:28 #8 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done 09:53:28 #8 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done 09:53:28 #8 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done 09:53:28 #8 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done 09:53:28 #8 pushing layers 0.0s done 09:53:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done 09:53:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:28 #8 DONE 0.1s 09:53:28 09:53:28 1 warning found (use --debug to expand): 09:53:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44' 09:53:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 --push - 09:53:29 #1 [internal] load build definition from Dockerfile 09:53:29 #1 transferring dockerfile: 166B done 09:53:29 #1 DONE 0.0s 09:53:29 09:53:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 09:53:29 #2 DONE 0.0s 09:53:29 09:53:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44 09:53:29 #3 DONE 0.0s 09:53:29 09:53:29 #4 [internal] load .dockerignore 09:53:29 #4 transferring context: 2B done 09:53:29 #4 DONE 0.0s 09:53:29 09:53:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:29 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:29 #5 CACHED 09:53:29 09:53:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:29 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:29 #6 CACHED 09:53:29 09:53:29 #7 exporting to image 09:53:29 #7 exporting layers done 09:53:29 #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done 09:53:29 #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 09:53:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:29 #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done 09:53:29 #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done 09:53:29 #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done 09:53:29 #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done 09:53:29 #7 pushing layers 0.0s done 09:53:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.44@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done 09:53:29 #7 DONE 0.1s 09:53:29 09:53:29 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:53:29 #8 DONE 0.0s 09:53:29 09:53:29 1 warning found (use --debug to expand): 09:53:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:29 #1 [internal] load build definition from Dockerfile 09:53:29 #1 transferring dockerfile: 207B done 09:53:29 #1 DONE 0.0s 09:53:29 09:53:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:29 #2 DONE 0.0s 09:53:29 09:53:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:29 #3 DONE 0.0s 09:53:29 09:53:29 #4 [internal] load .dockerignore 09:53:29 #4 transferring context: 2B done 09:53:29 #4 DONE 0.0s 09:53:29 09:53:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:29 #5 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 done 09:53:29 #5 CACHED 09:53:29 09:53:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:29 #6 resolve nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 done 09:53:29 #6 CACHED 09:53:29 09:53:29 #7 exporting to image 09:53:29 #7 exporting layers done 09:53:29 #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done 09:53:29 #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done 09:53:29 #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done 09:53:29 #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb 09:53:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:29 #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done 09:53:29 #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done 09:53:29 #7 pushing layers 0.0s done 09:53:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done 09:53:29 #7 DONE 0.1s 09:53:29 09:53:29 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:53:29 #8 DONE 0.0s 09:53:29 09:53:29 1 warning found (use --debug to expand): 09:53:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 09:53:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 09:53:30 #1 [internal] load build definition from Dockerfile 09:53:30 #1 transferring dockerfile: 158B done 09:53:30 #1 DONE 0.0s 09:53:30 09:53:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 09:53:30 #2 DONE 0.0s 09:53:30 09:53:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 09:53:30 #3 DONE 0.0s 09:53:30 09:53:30 #4 [internal] load .dockerignore 09:53:30 #4 transferring context: 2B done 09:53:30 #4 DONE 0.0s 09:53:30 09:53:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:30 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:30 #5 CACHED 09:53:30 09:53:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 09:53:30 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1e5e861488b30ae62cdad2e00fb43e2cd05f441547320e14d5d4f167e07a7f9 0.0s done 09:53:30 #6 CACHED 09:53:30 09:53:30 #7 exporting to image 09:53:30 #7 exporting layers done 09:53:30 #7 exporting manifest sha256:945991afb25257b46bf38d1cfa9398b9f478cd5277cd246544864243f3da7adf done 09:53:30 #7 exporting config sha256:ffa121bc3d6d13b19e940b6a5fa4644d5c773931da107984045c32481a121193 done 09:53:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:30 #7 exporting manifest sha256:21248f6953036db835ccce3092428d6f07334f6e6af74c522ce2e3bf2a168d2f done 09:53:30 #7 exporting config sha256:36a560e18cf4f5c703eec9d82019a4b325d7b04aa4d86be51c6506b074fd7dcb done 09:53:30 #7 exporting manifest list sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 done 09:53:30 #7 pushing layers 0.0s done 09:53:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:4c99a2fdd24c062e0cb000624b4d4aaa73aa7c53662344e5d610b3d91a888ec7 0.1s done 09:53:30 #7 DONE 0.1s 09:53:30 09:53:30 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 09:53:30 #8 DONE 0.0s 09:53:30 09:53:30 1 warning found (use --debug to expand): 09:53:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:31 #1 [internal] load build definition from Dockerfile 09:53:31 #1 transferring dockerfile: 196B done 09:53:31 #1 DONE 0.0s 09:53:31 09:53:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:31 #2 DONE 0.0s 09:53:31 09:53:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:31 #3 DONE 0.0s 09:53:31 09:53:31 #4 [internal] load .dockerignore 09:53:31 #4 transferring context: 2B done 09:53:31 #4 DONE 0.0s 09:53:31 09:53:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:31 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:31 #5 ... 09:53:31 09:53:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:31 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:31 #6 DONE 0.1s 09:53:31 09:53:31 #7 exporting to image 09:53:31 #7 exporting layers done 09:53:31 #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 0.0s done 09:53:31 #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done 09:53:31 #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done 09:53:31 #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done 09:53:31 #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done 09:53:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:31 #7 ... 09:53:31 09:53:31 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:31 #8 DONE 0.0s 09:53:31 09:53:31 #7 exporting to image 09:53:31 #7 pushing layers 0.1s done 09:53:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 09:53:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done 09:53:31 #7 DONE 0.2s 09:53:31 09:53:31 1 warning found (use --debug to expand): 09:53:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 09:53:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 09:53:31 #1 [internal] load build definition from Dockerfile 09:53:31 #1 transferring dockerfile: 162B done 09:53:31 #1 DONE 0.0s 09:53:31 09:53:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 09:53:31 #2 DONE 0.0s 09:53:31 09:53:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 09:53:31 #3 DONE 0.0s 09:53:31 09:53:31 #4 [internal] load .dockerignore 09:53:31 #4 transferring context: 2B done 09:53:31 #4 DONE 0.0s 09:53:31 09:53:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:31 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 done 09:53:31 #5 CACHED 09:53:31 09:53:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:31 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 done 09:53:31 #6 CACHED 09:53:31 09:53:31 #7 exporting to image 09:53:31 #7 exporting layers done 09:53:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:31 #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done 09:53:31 #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done 09:53:31 #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done 09:53:31 #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done 09:53:31 #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done 09:53:31 #7 pushing layers 0.0s done 09:53:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done 09:53:31 #7 DONE 0.1s 09:53:31 09:53:31 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:31 #8 DONE 0.0s 09:53:31 09:53:31 1 warning found (use --debug to expand): 09:53:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44' 09:53:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 --push - 09:53:32 #1 [internal] load build definition from Dockerfile 09:53:32 #1 transferring dockerfile: 168B done 09:53:32 #1 DONE 0.0s 09:53:32 09:53:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 09:53:32 #2 DONE 0.0s 09:53:32 09:53:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44 09:53:32 #3 DONE 0.0s 09:53:32 09:53:32 #4 [internal] load .dockerignore 09:53:32 #4 transferring context: 2B done 09:53:32 #4 DONE 0.0s 09:53:32 09:53:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:32 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:32 #5 CACHED 09:53:32 09:53:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:32 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:32 #6 CACHED 09:53:32 09:53:32 #7 exporting to image 09:53:32 #7 exporting layers done 09:53:32 #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done 09:53:32 #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done 09:53:32 #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done 09:53:32 #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 09:53:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:32 #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done 09:53:32 #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done 09:53:32 #7 pushing layers 0.0s done 09:53:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.44@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done 09:53:32 #7 DONE 0.1s 09:53:32 09:53:32 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:32 #8 DONE 0.0s 09:53:32 09:53:32 1 warning found (use --debug to expand): 09:53:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:32 #1 [internal] load build definition from Dockerfile 09:53:32 #1 transferring dockerfile: 209B done 09:53:32 #1 DONE 0.0s 09:53:32 09:53:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:32 #2 DONE 0.0s 09:53:32 09:53:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:32 #3 DONE 0.0s 09:53:32 09:53:32 #4 [internal] load .dockerignore 09:53:32 #4 transferring context: 2B done 09:53:32 #4 DONE 0.0s 09:53:32 09:53:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:32 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:32 #5 CACHED 09:53:32 09:53:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:32 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:32 #6 CACHED 09:53:32 09:53:32 #7 exporting to image 09:53:32 #7 exporting layers done 09:53:32 #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done 09:53:32 #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 09:53:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:32 #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done 09:53:32 #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done 09:53:32 #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done 09:53:32 #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done 09:53:32 #7 pushing layers 0.0s done 09:53:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done 09:53:32 #7 DONE 0.1s 09:53:32 09:53:32 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:32 #8 DONE 0.0s 09:53:32 09:53:32 1 warning found (use --debug to expand): 09:53:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 09:53:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 09:53:33 #1 [internal] load build definition from Dockerfile 09:53:33 #1 transferring dockerfile: 160B done 09:53:33 #1 DONE 0.0s 09:53:33 09:53:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 09:53:33 #2 DONE 0.0s 09:53:33 09:53:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 09:53:33 #3 DONE 0.0s 09:53:33 09:53:33 #4 [internal] load .dockerignore 09:53:33 #4 transferring context: 2B done 09:53:33 #4 DONE 0.0s 09:53:33 09:53:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:33 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:33 #5 CACHED 09:53:33 09:53:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 09:53:33 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:9a799162f1bbb032f25fa8be5a9483618677a8164f47478c37cc296e83cfd761 0.0s done 09:53:33 #6 CACHED 09:53:33 09:53:33 #7 exporting to image 09:53:33 #7 exporting layers done 09:53:33 #7 exporting manifest sha256:bbc2d539fd7c62e17ad487a4fea470caa0193522218c7a84424243f798741890 done 09:53:33 #7 exporting config sha256:93e31a883949f9d692890fec784a0cd07abd9c4be3b5823a0996f618c01922c3 done 09:53:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:33 #7 exporting manifest sha256:0b82846df9dd86f4daf24f32ecab20da08f1a1fa6705c18daaa015e3bcb96917 done 09:53:33 #7 exporting config sha256:a6642d77e8c57f3c982b9ae2d562552ba288736c28aff28a7e43da23f0674018 done 09:53:33 #7 exporting manifest list sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f done 09:53:33 #7 pushing layers 0.0s done 09:53:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ced794af64ef4b02b72f1f330921a2308d01b8c9a3b728e0568f041ccdf57b6f 0.1s done 09:53:33 #7 DONE 0.1s 09:53:33 09:53:33 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:33 #8 DONE 0.0s 09:53:33 09:53:33 1 warning found (use --debug to expand): 09:53:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:33 #1 [internal] load build definition from Dockerfile 09:53:33 #1 transferring dockerfile: 198B done 09:53:33 #1 DONE 0.0s 09:53:33 09:53:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:33 #2 DONE 0.0s 09:53:33 09:53:33 #3 [internal] load .dockerignore 09:53:33 #3 transferring context: 2B done 09:53:33 #3 DONE 0.0s 09:53:33 09:53:33 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:33 #4 DONE 0.1s 09:53:33 09:53:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:33 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 done 09:53:33 #5 DONE 0.0s 09:53:33 09:53:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:34 #6 DONE 0.0s 09:53:34 09:53:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:34 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 done 09:53:34 #5 DONE 0.1s 09:53:34 09:53:34 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:53:34 #7 DONE 0.0s 09:53:34 09:53:34 #8 exporting to image 09:53:34 #8 exporting layers done 09:53:34 #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done 09:53:34 #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done 09:53:34 #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done 09:53:34 #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done 09:53:34 #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done 09:53:34 #8 pushing layers 0.1s done 09:53:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 09:53:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done 09:53:34 #8 DONE 0.2s 09:53:34 09:53:34 1 warning found (use --debug to expand): 09:53:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 09:53:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 09:53:34 #1 [internal] load build definition from Dockerfile 09:53:34 #1 transferring dockerfile: 164B done 09:53:34 #1 DONE 0.0s 09:53:34 09:53:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 09:53:34 #2 DONE 0.0s 09:53:34 09:53:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 09:53:34 #3 DONE 0.0s 09:53:34 09:53:34 #4 [internal] load .dockerignore 09:53:34 #4 transferring context: 2B done 09:53:34 #4 DONE 0.0s 09:53:34 09:53:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:34 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:34 #5 DONE 0.0s 09:53:34 09:53:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:34 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:34 #6 CACHED 09:53:34 09:53:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:34 #5 CACHED 09:53:34 09:53:34 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:53:34 #7 DONE 0.0s 09:53:34 09:53:34 #8 exporting to image 09:53:34 #8 exporting layers done 09:53:34 #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done 09:53:34 #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done 09:53:34 #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done 09:53:34 #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done 09:53:34 #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done 09:53:34 #8 pushing layers 0.0s done 09:53:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done 09:53:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:34 #8 DONE 0.1s 09:53:34 09:53:34 1 warning found (use --debug to expand): 09:53:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44' 09:53:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 --push - 09:53:35 #1 [internal] load build definition from Dockerfile 09:53:35 #1 transferring dockerfile: 170B done 09:53:35 #1 DONE 0.0s 09:53:35 09:53:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 09:53:35 #2 DONE 0.0s 09:53:35 09:53:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44 09:53:35 #3 DONE 0.0s 09:53:35 09:53:35 #4 [internal] load .dockerignore 09:53:35 #4 transferring context: 2B done 09:53:35 #4 DONE 0.0s 09:53:35 09:53:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:35 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:35 #5 CACHED 09:53:35 09:53:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:35 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:35 #6 CACHED 09:53:35 09:53:35 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:53:35 #7 DONE 0.0s 09:53:35 09:53:35 #8 exporting to image 09:53:35 #8 exporting layers done 09:53:35 #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done 09:53:35 #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done 09:53:35 #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done 09:53:35 #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done 09:53:35 #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done 09:53:35 #8 pushing layers 0.0s done 09:53:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.44@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done 09:53:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:35 #8 DONE 0.1s 09:53:35 09:53:35 1 warning found (use --debug to expand): 09:53:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:35 #1 [internal] load build definition from Dockerfile 09:53:35 #1 transferring dockerfile: 211B done 09:53:35 #1 DONE 0.0s 09:53:35 09:53:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:35 #2 DONE 0.0s 09:53:35 09:53:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:35 #3 DONE 0.0s 09:53:35 09:53:35 #4 [internal] load .dockerignore 09:53:35 #4 transferring context: 2B done 09:53:35 #4 DONE 0.0s 09:53:35 09:53:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:35 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:35 #5 CACHED 09:53:35 09:53:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:35 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:35 #6 CACHED 09:53:35 09:53:35 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:53:35 #7 DONE 0.0s 09:53:35 09:53:35 #8 exporting to image 09:53:35 #8 exporting layers done 09:53:35 #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done 09:53:35 #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done 09:53:35 #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done 09:53:35 #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done 09:53:35 #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done 09:53:35 #8 pushing layers 0.0s done 09:53:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done 09:53:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:35 #8 DONE 0.1s 09:53:35 09:53:35 1 warning found (use --debug to expand): 09:53:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 09:53:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 09:53:36 #1 [internal] load build definition from Dockerfile 09:53:36 #1 transferring dockerfile: 162B done 09:53:36 #1 DONE 0.0s 09:53:36 09:53:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 09:53:36 #2 DONE 0.0s 09:53:36 09:53:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 09:53:36 #3 DONE 0.0s 09:53:36 09:53:36 #4 [internal] load .dockerignore 09:53:36 #4 transferring context: 2B done 09:53:36 #4 DONE 0.0s 09:53:36 09:53:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:36 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:36 #5 CACHED 09:53:36 09:53:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 09:53:36 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12827806034b5df57d5fd8e3d99ac7e077e1aef350f14f207c30a0878cf798d0 0.0s done 09:53:36 #6 CACHED 09:53:36 09:53:36 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 09:53:36 #7 DONE 0.0s 09:53:36 09:53:36 #8 exporting to image 09:53:36 #8 exporting layers done 09:53:36 #8 exporting manifest sha256:5cea6982ae5017300669c6859eb6c5d25d30d5ceaa52dd0610d47824bca4c72e done 09:53:36 #8 exporting config sha256:74dac3d99690a985c5f14971988e3ce56ce4f101b09de947c9ae7557be45c224 done 09:53:36 #8 exporting manifest sha256:d21c94b976dcd3c8f32a3887cb35b510ace24b716e204a697497b33010c43d99 done 09:53:36 #8 exporting config sha256:a1c3a52f2e5e555ff3a150c2fa2b0529a19f1df611df1da992da4d0d3134a4ca done 09:53:36 #8 exporting manifest list sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 done 09:53:36 #8 pushing layers 0.0s done 09:53:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:f293b2f058475847fb5f68d14f3592a20b94a7fb42474386c89593b51cfdd854 0.1s done 09:53:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:36 #8 DONE 0.1s 09:53:36 09:53:36 1 warning found (use --debug to expand): 09:53:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:37 #1 [internal] load build definition from Dockerfile 09:53:37 #1 transferring dockerfile: 206B done 09:53:37 #1 DONE 0.0s 09:53:37 09:53:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:37 #2 DONE 0.0s 09:53:37 09:53:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:37 #3 DONE 0.0s 09:53:37 09:53:37 #4 [internal] load .dockerignore 09:53:37 #4 transferring context: 09:53:37 #4 transferring context: 2B done 09:53:37 #4 DONE 0.1s 09:53:37 09:53:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:37 #5 ... 09:53:37 09:53:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:37 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.1s done 09:53:37 #6 DONE 0.1s 09:53:37 09:53:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.1s done 09:53:37 #5 DONE 0.3s 09:53:37 09:53:37 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:37 #7 DONE 0.0s 09:53:37 09:53:37 #8 exporting to image 09:53:37 #8 exporting layers done 09:53:37 #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done 09:53:37 #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done 09:53:37 #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 0.0s done 09:53:37 #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done 09:53:37 #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done 09:53:37 #8 pushing layers 0.1s done 09:53:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 09:53:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done 09:53:37 #8 DONE 0.2s 09:53:37 09:53:37 1 warning found (use --debug to expand): 09:53:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 09:53:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 09:53:37 #1 [internal] load build definition from Dockerfile 09:53:37 #1 transferring dockerfile: 172B done 09:53:37 #1 DONE 0.0s 09:53:37 09:53:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:53:37 #2 DONE 0.0s 09:53:37 09:53:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 09:53:37 #3 DONE 0.0s 09:53:37 09:53:37 #4 [internal] load .dockerignore 09:53:37 #4 transferring context: 2B done 09:53:37 #4 DONE 0.0s 09:53:37 09:53:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:38 #5 CACHED 09:53:38 09:53:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:38 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:38 #6 CACHED 09:53:38 09:53:38 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:38 #7 DONE 0.0s 09:53:38 09:53:38 #8 exporting to image 09:53:38 #8 exporting layers done 09:53:38 #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done 09:53:38 #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done 09:53:38 #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done 09:53:38 #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done 09:53:38 #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done 09:53:38 #8 pushing layers 0.0s done 09:53:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done 09:53:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:38 #8 DONE 0.1s 09:53:38 09:53:38 1 warning found (use --debug to expand): 09:53:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44' 09:53:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 --push - 09:53:38 #1 [internal] load build definition from Dockerfile 09:53:38 #1 transferring dockerfile: 178B 0.0s done 09:53:38 #1 DONE 0.0s 09:53:38 09:53:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 09:53:38 #2 DONE 0.0s 09:53:38 09:53:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44 09:53:38 #3 DONE 0.0s 09:53:38 09:53:38 #4 [internal] load .dockerignore 09:53:38 #4 transferring context: 2B done 09:53:38 #4 DONE 0.0s 09:53:38 09:53:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:38 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:38 #5 DONE 0.0s 09:53:38 09:53:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:38 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:38 #6 CACHED 09:53:38 09:53:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:38 #5 CACHED 09:53:38 09:53:38 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:38 #7 DONE 0.0s 09:53:38 09:53:38 #8 exporting to image 09:53:38 #8 exporting layers done 09:53:38 #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done 09:53:38 #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done 09:53:38 #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done 09:53:38 #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done 09:53:38 #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done 09:53:38 #8 pushing layers 0.0s done 09:53:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.44@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done 09:53:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:38 #8 DONE 0.1s 09:53:38 09:53:38 1 warning found (use --debug to expand): 09:53:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:39 #1 [internal] load build definition from Dockerfile 09:53:39 #1 transferring dockerfile: 219B 0.0s done 09:53:39 #1 DONE 0.0s 09:53:39 09:53:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:39 #2 DONE 0.0s 09:53:39 09:53:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:39 #3 DONE 0.0s 09:53:39 09:53:39 #4 [internal] load .dockerignore 09:53:39 #4 transferring context: 2B done 09:53:39 #4 DONE 0.0s 09:53:39 09:53:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:39 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:39 #5 DONE 0.0s 09:53:39 09:53:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:39 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:39 #6 CACHED 09:53:39 09:53:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:39 #5 CACHED 09:53:39 09:53:39 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:39 #7 DONE 0.0s 09:53:39 09:53:39 #8 exporting to image 09:53:39 #8 exporting layers done 09:53:39 #8 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done 09:53:39 #8 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done 09:53:39 #8 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done 09:53:39 #8 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done 09:53:39 #8 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done 09:53:39 #8 pushing layers 0.0s done 09:53:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done 09:53:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:39 #8 DONE 0.1s 09:53:39 09:53:39 1 warning found (use --debug to expand): 09:53:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 09:53:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 09:53:39 #1 [internal] load build definition from Dockerfile 09:53:39 #1 transferring dockerfile: 170B done 09:53:39 #1 DONE 0.0s 09:53:39 09:53:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:53:39 #2 DONE 0.0s 09:53:39 09:53:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 09:53:39 #3 DONE 0.0s 09:53:39 09:53:39 #4 [internal] load .dockerignore 09:53:39 #4 transferring context: 2B done 09:53:39 #4 DONE 0.0s 09:53:39 09:53:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:39 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:39 #5 CACHED 09:53:39 09:53:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 09:53:39 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:6c797c731905c7e613d2102b6aaa72280dd09b6879663882830fd13822d5355a 0.0s done 09:53:39 #6 CACHED 09:53:39 09:53:39 #7 exporting to image 09:53:39 #7 exporting layers done 09:53:39 #7 exporting manifest sha256:1762904e19b560ee382198a0d34389975dd05befa011584f5adcf3854bc8e782 done 09:53:39 #7 exporting config sha256:c078fc96c37f5cb9e7cfd93e2f7a903fe57fd53fdf099ca59f2bb3c27ebc9948 done 09:53:39 #7 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 09:53:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:39 #7 exporting manifest sha256:ce425c492da9fd5e4eab69c0cf8154bc7f977883a37f49cc9b78555a32f33d87 done 09:53:39 #7 exporting config sha256:a5c1c993d172c439b1eedb518c2083d65cbd37a5ec3f7da46a01d03ecd0786d9 done 09:53:39 #7 exporting manifest list sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd done 09:53:39 #7 pushing layers 0.0s done 09:53:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:7cc3437f827e5ee2792f90fc004d70a0bab21d1b49fab15a0d8a8704943b29dd 0.1s done 09:53:39 #7 DONE 0.1s 09:53:39 09:53:39 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 09:53:39 #8 DONE 0.0s 09:53:39 09:53:39 1 warning found (use --debug to expand): 09:53:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:40 #1 [internal] load build definition from Dockerfile 09:53:40 #1 transferring dockerfile: 204B done 09:53:40 #1 DONE 0.0s 09:53:40 09:53:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:40 #2 DONE 0.0s 09:53:40 09:53:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:40 #3 DONE 0.0s 09:53:40 09:53:40 #4 [internal] load .dockerignore 09:53:40 #4 transferring context: 2B done 09:53:40 #4 DONE 0.0s 09:53:40 09:53:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:40 #5 ... 09:53:40 09:53:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:40 #6 DONE 0.1s 09:53:40 09:53:40 #7 exporting to image 09:53:40 #7 exporting layers done 09:53:40 #7 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done 09:53:40 #7 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done 09:53:40 #7 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done 09:53:40 #7 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done 09:53:40 #7 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 09:53:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:40 #7 ... 09:53:40 09:53:40 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:53:40 #8 DONE 0.0s 09:53:40 09:53:40 #7 exporting to image 09:53:40 #7 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done 09:53:40 #7 pushing layers 0.1s done 09:53:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 09:53:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done 09:53:40 #7 DONE 0.2s 09:53:40 09:53:40 1 warning found (use --debug to expand): 09:53:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 09:53:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 09:53:40 #1 [internal] load build definition from Dockerfile 09:53:40 #1 transferring dockerfile: 170B done 09:53:40 #1 DONE 0.0s 09:53:40 09:53:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:53:40 #2 DONE 0.0s 09:53:40 09:53:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 09:53:40 #3 DONE 0.0s 09:53:40 09:53:40 #4 [internal] load .dockerignore 09:53:40 #4 transferring context: 2B done 09:53:40 #4 DONE 0.0s 09:53:40 09:53:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:40 #5 CACHED 09:53:40 09:53:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:40 #6 CACHED 09:53:40 09:53:40 #7 exporting to image 09:53:40 #7 exporting layers done 09:53:40 #7 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done 09:53:40 #7 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done 09:53:40 #7 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done 09:53:40 #7 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 09:53:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:41 #7 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done 09:53:41 #7 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done 09:53:41 #7 pushing layers 0.0s done 09:53:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done 09:53:41 #7 DONE 0.1s 09:53:41 09:53:41 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:53:41 #8 DONE 0.0s 09:53:41 09:53:41 1 warning found (use --debug to expand): 09:53:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44' 09:53:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 --push - 09:53:41 #1 [internal] load build definition from Dockerfile 09:53:41 #1 transferring dockerfile: 176B done 09:53:41 #1 DONE 0.0s 09:53:41 09:53:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 09:53:41 #2 DONE 0.0s 09:53:41 09:53:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44 09:53:41 #3 DONE 0.0s 09:53:41 09:53:41 #4 [internal] load .dockerignore 09:53:41 #4 transferring context: 2B done 09:53:41 #4 DONE 0.0s 09:53:41 09:53:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:41 #5 DONE 0.0s 09:53:41 09:53:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:41 #6 CACHED 09:53:41 09:53:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:41 #5 CACHED 09:53:41 09:53:41 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:53:41 #7 DONE 0.0s 09:53:41 09:53:41 #8 exporting to image 09:53:41 #8 exporting layers done 09:53:41 #8 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done 09:53:41 #8 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done 09:53:41 #8 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done 09:53:41 #8 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done 09:53:41 #8 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done 09:53:41 #8 pushing layers 0.0s done 09:53:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.44@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done 09:53:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:41 #8 DONE 0.1s 09:53:41 09:53:41 1 warning found (use --debug to expand): 09:53:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:42 #1 [internal] load build definition from Dockerfile 09:53:42 #1 transferring dockerfile: 217B done 09:53:42 #1 DONE 0.0s 09:53:42 09:53:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:42 #2 DONE 0.2s 09:53:42 09:53:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:42 #3 DONE 0.1s 09:53:42 09:53:42 #4 [internal] load .dockerignore 09:53:42 #4 transferring context: 09:53:42 #4 transferring context: 2B done 09:53:42 #4 DONE 0.2s 09:53:42 09:53:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:42 #5 CACHED 09:53:42 09:53:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:42 #6 CACHED 09:53:42 09:53:42 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:53:42 #7 DONE 0.0s 09:53:42 09:53:42 #8 exporting to image 09:53:42 #8 exporting layers done 09:53:42 #8 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done 09:53:42 #8 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done 09:53:42 #8 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done 09:53:42 #8 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done 09:53:42 #8 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done 09:53:42 #8 pushing layers 0.0s done 09:53:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 09:53:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done 09:53:42 #8 DONE 0.1s 09:53:42 09:53:42 1 warning found (use --debug to expand): 09:53:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 09:53:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 09:53:42 #1 [internal] load build definition from Dockerfile 09:53:42 #1 transferring dockerfile: 168B done 09:53:42 #1 DONE 0.0s 09:53:42 09:53:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:53:42 #2 DONE 0.0s 09:53:42 09:53:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 09:53:42 #3 DONE 0.0s 09:53:42 09:53:42 #4 [internal] load .dockerignore 09:53:42 #4 transferring context: 2B done 09:53:42 #4 DONE 0.0s 09:53:42 09:53:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:43 #5 CACHED 09:53:43 09:53:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 09:53:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:2840e0abe87f0db84eb342ed6d66c335ee12d1edeaede2c9ec721a7dd9fcc679 0.0s done 09:53:43 #6 CACHED 09:53:43 09:53:43 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 09:53:43 #7 DONE 0.0s 09:53:43 09:53:43 #8 exporting to image 09:53:43 #8 exporting layers done 09:53:43 #8 exporting manifest sha256:832261ee8b63c4fcd89bd397d79d41bc102393bd58a27a52cb4bcd996c0bf5f7 done 09:53:43 #8 exporting config sha256:5dd1ca87fb0f1f036d1787933814452b0ecde83e60baf7b73119a9678d71a531 done 09:53:43 #8 exporting manifest sha256:f45e00b45a8cf2c6ff70f6136e4c5bf5679a587d10c55a42cb2c571033840154 done 09:53:43 #8 exporting config sha256:fbe9f6f027da65e91d3b64b0e6999d4e8d1cfb93e4c447fd2c29e5fb13099597 done 09:53:43 #8 exporting manifest list sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de done 09:53:43 #8 pushing layers 0.0s done 09:53:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:0abddd1f9a48358a3380ffc1b46fe7fef9f6ed3379bcffb221228aa0810531de 0.1s done 09:53:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:43 #8 DONE 0.1s 09:53:43 09:53:43 1 warning found (use --debug to expand): 09:53:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:43 #1 [internal] load build definition from Dockerfile 09:53:43 #1 transferring dockerfile: 205B done 09:53:43 #1 DONE 0.0s 09:53:43 09:53:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:43 #2 DONE 0.0s 09:53:43 09:53:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:43 #3 DONE 0.0s 09:53:43 09:53:43 #4 [internal] load .dockerignore 09:53:43 #4 transferring context: 2B done 09:53:43 #4 DONE 0.0s 09:53:43 09:53:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:43 #5 DONE 0.0s 09:53:43 09:53:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b done 09:53:43 #6 DONE 0.1s 09:53:43 09:53:43 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:43 #7 DONE 0.0s 09:53:43 09:53:43 #8 exporting to image 09:53:43 #8 exporting layers done 09:53:43 #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 0.0s done 09:53:43 #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done 09:53:43 #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done 09:53:43 #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done 09:53:43 #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done 09:53:43 #8 pushing layers 0.1s done 09:53:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 09:53:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done 09:53:43 #8 DONE 0.2s 09:53:43 09:53:43 1 warning found (use --debug to expand): 09:53:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 09:53:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 09:53:44 #1 [internal] load build definition from Dockerfile 09:53:44 #1 transferring dockerfile: 171B done 09:53:44 #1 DONE 0.0s 09:53:44 09:53:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:53:44 #2 DONE 0.0s 09:53:44 09:53:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 09:53:44 #3 DONE 0.0s 09:53:44 09:53:44 #4 [internal] load .dockerignore 09:53:44 #4 transferring context: 2B done 09:53:44 #4 DONE 0.0s 09:53:44 09:53:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:44 #5 CACHED 09:53:44 09:53:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:44 #6 CACHED 09:53:44 09:53:44 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:44 #7 DONE 0.0s 09:53:44 09:53:44 #8 exporting to image 09:53:44 #8 exporting layers done 09:53:44 #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done 09:53:44 #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done 09:53:44 #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done 09:53:44 #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done 09:53:44 #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done 09:53:44 #8 pushing layers 0.0s done 09:53:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done 09:53:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:44 #8 DONE 0.1s 09:53:44 09:53:44 1 warning found (use --debug to expand): 09:53:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44' 09:53:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 --push - 09:53:44 #1 [internal] load build definition from Dockerfile 09:53:44 #1 transferring dockerfile: 177B done 09:53:44 #1 DONE 0.0s 09:53:44 09:53:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 09:53:44 #2 DONE 0.0s 09:53:44 09:53:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44 09:53:44 #3 DONE 0.0s 09:53:44 09:53:44 #4 [internal] load .dockerignore 09:53:44 #4 transferring context: 2B done 09:53:44 #4 DONE 0.0s 09:53:44 09:53:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #5 ... 09:53:44 09:53:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:44 #6 DONE 0.0s 09:53:44 09:53:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #5 CACHED 09:53:44 09:53:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:44 #6 CACHED 09:53:44 09:53:44 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:44 #7 DONE 0.0s 09:53:44 09:53:44 #8 exporting to image 09:53:44 #8 exporting layers done 09:53:44 #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done 09:53:44 #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done 09:53:44 #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done 09:53:44 #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done 09:53:44 #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done 09:53:44 #8 pushing layers 0.0s done 09:53:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.44@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done 09:53:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:44 #8 DONE 0.1s 09:53:44 09:53:44 1 warning found (use --debug to expand): 09:53:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:45 #1 [internal] load build definition from Dockerfile 09:53:45 #1 transferring dockerfile: 218B done 09:53:45 #1 DONE 0.0s 09:53:45 09:53:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:45 #2 DONE 0.0s 09:53:45 09:53:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:45 #3 DONE 0.0s 09:53:45 09:53:45 #4 [internal] load .dockerignore 09:53:45 #4 transferring context: 2B done 09:53:45 #4 DONE 0.0s 09:53:45 09:53:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:45 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:45 #5 CACHED 09:53:45 09:53:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:45 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:45 #6 CACHED 09:53:45 09:53:45 #7 exporting to image 09:53:45 #7 exporting layers done 09:53:45 #7 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done 09:53:45 #7 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done 09:53:45 #7 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done 09:53:45 #7 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done 09:53:45 #7 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done 09:53:45 #7 pushing layers 0.0s done 09:53:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 09:53:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done 09:53:45 #7 DONE 0.1s 09:53:45 09:53:45 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:45 #8 DONE 0.0s 09:53:45 09:53:45 1 warning found (use --debug to expand): 09:53:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 09:53:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 09:53:45 #1 [internal] load build definition from Dockerfile 09:53:45 #1 transferring dockerfile: 169B done 09:53:45 #1 DONE 0.0s 09:53:45 09:53:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:53:45 #2 DONE 0.0s 09:53:45 09:53:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 09:53:45 #3 DONE 0.0s 09:53:45 09:53:45 #4 [internal] load .dockerignore 09:53:45 #4 transferring context: 2B done 09:53:45 #4 DONE 0.0s 09:53:45 09:53:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:45 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:45 #5 CACHED 09:53:45 09:53:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 09:53:46 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0f9f4774cf05b7d799060c6b332136d3369156806a87e763eff33facfd386b6b 0.0s done 09:53:46 #6 CACHED 09:53:46 09:53:46 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:46 #7 DONE 0.0s 09:53:46 09:53:46 #8 exporting to image 09:53:46 #8 exporting layers done 09:53:46 #8 exporting manifest sha256:5bdfa3f69832b17eadae2c22b233288f5f1946903edf2ac5c4166b39a018e5c9 done 09:53:46 #8 exporting config sha256:9bde8d690ef29c026512493c7199c30d0042663c7db6b1e44eba2cf6891fd2e6 done 09:53:46 #8 exporting manifest sha256:ebee3cc1b8811e9f5d6b3abf5cbc3cfd97871ef0753096cc44caf473bce16bfe done 09:53:46 #8 exporting config sha256:9918ebed9c202ce078b6259437ec56fc05c6cfe9e850c6f20b4821211e7d4d26 done 09:53:46 #8 exporting manifest list sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 done 09:53:46 #8 pushing layers 0.0s done 09:53:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0ad5572e382833d4a7e730460c23590b909a5be793f4cc4ef749bb97159c1a25 0.1s done 09:53:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:46 #8 DONE 0.1s 09:53:46 09:53:46 1 warning found (use --debug to expand): 09:53:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:46 #1 [internal] load build definition from Dockerfile 09:53:46 #1 transferring dockerfile: 211B done 09:53:46 #1 DONE 0.0s 09:53:46 09:53:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:46 #2 DONE 0.0s 09:53:46 09:53:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:46 #3 DONE 0.0s 09:53:46 09:53:46 #4 [internal] load .dockerignore 09:53:46 #4 transferring context: 2B done 09:53:46 #4 DONE 0.0s 09:53:46 09:53:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:46 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:46 #5 DONE 0.0s 09:53:46 09:53:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:46 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:46 #6 DONE 0.1s 09:53:46 09:53:46 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:46 #7 DONE 0.0s 09:53:46 09:53:46 #8 exporting to image 09:53:46 #8 exporting layers done 09:53:46 #8 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done 09:53:46 #8 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done 09:53:46 #8 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done 09:53:46 #8 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done 09:53:46 #8 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done 09:53:46 #8 pushing layers 0.1s done 09:53:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 09:53:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done 09:53:46 #8 DONE 0.2s 09:53:46 09:53:46 1 warning found (use --debug to expand): 09:53:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 09:53:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 09:53:47 #1 [internal] load build definition from Dockerfile 09:53:47 #1 transferring dockerfile: 177B done 09:53:47 #1 DONE 0.1s 09:53:47 09:53:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:53:47 #2 DONE 0.1s 09:53:47 09:53:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 09:53:47 #3 DONE 0.1s 09:53:47 09:53:47 #4 [internal] load .dockerignore 09:53:47 #4 transferring context: 2B done 09:53:47 #4 DONE 0.0s 09:53:47 09:53:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:47 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.1s done 09:53:47 #5 CACHED 09:53:47 09:53:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:47 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.1s done 09:53:47 #6 CACHED 09:53:47 09:53:47 #7 exporting to image 09:53:47 #7 exporting layers done 09:53:47 #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done 09:53:47 #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 0.0s done 09:53:47 #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 0.0s done 09:53:47 #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 09:53:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:47 #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 0.0s done 09:53:47 #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.0s done 09:53:47 #7 pushing layers 0.0s done 09:53:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 09:53:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done 09:53:47 #7 DONE 0.2s 09:53:47 09:53:47 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:47 #8 DONE 0.0s 09:53:48 09:53:48 1 warning found (use --debug to expand): 09:53:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44' 09:53:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 --push - 09:53:48 #1 [internal] load build definition from Dockerfile 09:53:48 #1 transferring dockerfile: 183B done 09:53:48 #1 DONE 0.0s 09:53:48 09:53:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 09:53:48 #2 DONE 0.0s 09:53:48 09:53:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44 09:53:48 #3 DONE 0.0s 09:53:48 09:53:48 #4 [internal] load .dockerignore 09:53:48 #4 transferring context: 2B done 09:53:48 #4 DONE 0.0s 09:53:48 09:53:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:48 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 done 09:53:48 #5 CACHED 09:53:48 09:53:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:48 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:48 #6 CACHED 09:53:48 09:53:48 #7 exporting to image 09:53:48 #7 exporting layers done 09:53:48 #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done 09:53:48 #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done 09:53:48 #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done 09:53:48 #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done 09:53:48 #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done 09:53:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:48 #7 pushing layers 0.0s done 09:53:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.44@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done 09:53:48 #7 DONE 0.1s 09:53:48 09:53:48 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:48 #8 DONE 0.0s 09:53:48 09:53:48 1 warning found (use --debug to expand): 09:53:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:49 #1 [internal] load build definition from Dockerfile 09:53:49 #1 transferring dockerfile: 224B done 09:53:49 #1 DONE 0.0s 09:53:49 09:53:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:49 #2 DONE 0.0s 09:53:49 09:53:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:49 #3 DONE 0.0s 09:53:49 09:53:49 #4 [internal] load .dockerignore 09:53:49 #4 transferring context: 2B done 09:53:49 #4 DONE 0.0s 09:53:49 09:53:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:49 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:49 #5 CACHED 09:53:49 09:53:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:49 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:49 #6 CACHED 09:53:49 09:53:49 #7 exporting to image 09:53:49 #7 exporting layers 09:53:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:49 #7 exporting layers done 09:53:49 #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done 09:53:49 #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done 09:53:49 #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done 09:53:49 #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done 09:53:49 #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done 09:53:49 #7 pushing layers 0.0s done 09:53:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done 09:53:49 #7 DONE 0.1s 09:53:49 09:53:49 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:49 #8 DONE 0.0s 09:53:49 09:53:49 1 warning found (use --debug to expand): 09:53:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 09:53:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 09:53:49 #1 [internal] load build definition from Dockerfile 09:53:49 #1 transferring dockerfile: 175B done 09:53:49 #1 DONE 0.0s 09:53:49 09:53:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:53:49 #2 DONE 0.0s 09:53:49 09:53:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 09:53:49 #3 DONE 0.0s 09:53:49 09:53:49 #4 [internal] load .dockerignore 09:53:49 #4 transferring context: 2B done 09:53:49 #4 DONE 0.0s 09:53:49 09:53:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:49 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:49 #5 CACHED 09:53:49 09:53:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 09:53:49 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:56c081291e86196ee3799df52148c87dc4ccc6c966c83b75cf5bde63e3f59f78 0.0s done 09:53:49 #6 CACHED 09:53:49 09:53:49 #7 exporting to image 09:53:49 #7 exporting layers done 09:53:49 #7 exporting manifest sha256:20fd4eae4c0d1341c5731a33d2f8c73fce398e805581a3418cdcf374a7d6dc23 done 09:53:49 #7 exporting config sha256:6df276aa8473aa11bd15e7bdaabf7c3ae36290cbcfc3d25768e7d807871fe6e5 done 09:53:49 #7 exporting manifest sha256:9901746d70f46659f7a2f01bcd97df362f5ec51ef89cd55def7f8658c45156d7 done 09:53:49 #7 exporting config sha256:246e2470b209abcd38dc5ad534eed56382d75755718855fa1c8b7bcb6693c973 done 09:53:49 #7 exporting manifest list sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d done 09:53:49 #7 pushing layers 0.0s done 09:53:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 09:53:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:5e99aa209572eb60f3f21977b9bd3b49a48e32efe9bf4d6b7680ee7da5f4e37d 0.1s done 09:53:49 #7 DONE 0.1s 09:53:49 09:53:49 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 09:53:49 #8 DONE 0.0s 09:53:49 09:53:49 1 warning found (use --debug to expand): 09:53:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:50 #1 [internal] load build definition from Dockerfile 09:53:50 #1 transferring dockerfile: 215B done 09:53:50 #1 DONE 0.0s 09:53:50 09:53:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:50 #2 DONE 0.0s 09:53:50 09:53:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:50 #3 DONE 0.0s 09:53:50 09:53:50 #4 [internal] load .dockerignore 09:53:50 #4 transferring context: 2B done 09:53:50 #4 DONE 0.0s 09:53:50 09:53:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done 09:53:50 #5 DONE 0.1s 09:53:50 09:53:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done 09:53:50 #6 DONE 0.0s 09:53:50 09:53:50 #7 exporting to image 09:53:50 #7 exporting layers done 09:53:50 #7 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done 09:53:50 #7 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done 09:53:50 #7 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab 0.0s done 09:53:50 #7 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 09:53:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:50 #7 ... 09:53:50 09:53:50 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:53:50 #8 DONE 0.0s 09:53:50 09:53:50 #7 exporting to image 09:53:50 #7 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done 09:53:50 #7 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done 09:53:50 #7 pushing layers 0.1s done 09:53:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 09:53:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done 09:53:50 #7 DONE 0.2s 09:53:50 09:53:50 1 warning found (use --debug to expand): 09:53:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 09:53:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 09:53:50 #1 [internal] load build definition from Dockerfile 09:53:50 #1 transferring dockerfile: 181B done 09:53:50 #1 DONE 0.0s 09:53:50 09:53:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:53:50 #2 DONE 0.0s 09:53:50 09:53:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 09:53:50 #3 DONE 0.0s 09:53:50 09:53:50 #4 [internal] load .dockerignore 09:53:50 #4 transferring context: 2B done 09:53:50 #4 DONE 0.0s 09:53:50 09:53:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done 09:53:50 #5 CACHED 09:53:50 09:53:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done 09:53:51 #6 CACHED 09:53:51 09:53:51 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:53:51 #7 DONE 0.0s 09:53:51 09:53:51 #8 exporting to image 09:53:51 #8 exporting layers done 09:53:51 #8 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done 09:53:51 #8 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done 09:53:51 #8 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done 09:53:51 #8 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done 09:53:51 #8 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done 09:53:51 #8 pushing layers 0.0s done 09:53:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done 09:53:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:51 #8 DONE 0.1s 09:53:51 09:53:51 1 warning found (use --debug to expand): 09:53:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44' 09:53:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 --push - 09:53:51 #1 [internal] load build definition from Dockerfile 09:53:51 #1 transferring dockerfile: 187B done 09:53:51 #1 DONE 0.0s 09:53:51 09:53:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 09:53:51 #2 DONE 0.0s 09:53:51 09:53:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44 09:53:51 #3 DONE 0.0s 09:53:51 09:53:51 #4 [internal] load .dockerignore 09:53:51 #4 transferring context: 2B done 09:53:51 #4 DONE 0.0s 09:53:51 09:53:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done 09:53:51 #5 CACHED 09:53:51 09:53:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done 09:53:51 #6 CACHED 09:53:51 09:53:51 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:53:51 #7 DONE 0.0s 09:53:51 09:53:51 #8 exporting to image 09:53:51 #8 exporting layers done 09:53:51 #8 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done 09:53:51 #8 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done 09:53:51 #8 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done 09:53:51 #8 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done 09:53:51 #8 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done 09:53:51 #8 pushing layers 0.0s done 09:53:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.44@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done 09:53:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:51 #8 DONE 0.1s 09:53:51 09:53:51 1 warning found (use --debug to expand): 09:53:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:52 #1 [internal] load build definition from Dockerfile 09:53:52 #1 transferring dockerfile: 228B done 09:53:52 #1 DONE 0.0s 09:53:52 09:53:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:52 #2 DONE 0.0s 09:53:52 09:53:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:52 #3 DONE 0.0s 09:53:52 09:53:52 #4 [internal] load .dockerignore 09:53:52 #4 transferring context: 2B done 09:53:52 #4 DONE 0.0s 09:53:52 09:53:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done 09:53:52 #5 CACHED 09:53:52 09:53:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done 09:53:52 #6 CACHED 09:53:52 09:53:52 #7 exporting to image 09:53:52 #7 exporting layers done 09:53:52 #7 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done 09:53:52 #7 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done 09:53:52 #7 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done 09:53:52 #7 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done 09:53:52 #7 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done 09:53:52 #7 pushing layers 0.0s done 09:53:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 09:53:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done 09:53:52 #7 DONE 0.1s 09:53:52 09:53:52 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:53:52 #8 DONE 0.0s 09:53:52 09:53:52 1 warning found (use --debug to expand): 09:53:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 09:53:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 09:53:52 #1 [internal] load build definition from Dockerfile 09:53:52 #1 transferring dockerfile: 179B done 09:53:52 #1 DONE 0.0s 09:53:52 09:53:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:53:52 #2 DONE 0.0s 09:53:52 09:53:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 09:53:52 #3 DONE 0.0s 09:53:52 09:53:52 #4 [internal] load .dockerignore 09:53:52 #4 transferring context: 2B done 09:53:52 #4 DONE 0.0s 09:53:52 09:53:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 0.0s done 09:53:52 #5 CACHED 09:53:52 09:53:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 09:53:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:ea6288264e14e6a154b34a37bfee5c6c3e1a00fb28b2454af911896908e1e597 done 09:53:52 #6 CACHED 09:53:52 09:53:52 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 09:53:52 #7 DONE 0.0s 09:53:52 09:53:52 #8 exporting to image 09:53:52 #8 exporting layers done 09:53:52 #8 exporting manifest sha256:81d67189a6586c5e1f42627f9045ed8594421146f560f0387803a6296d4d9575 done 09:53:52 #8 exporting config sha256:80e4adda40e4cf6d7d16510feb49cd576bc0349215feb67a569458f076812ee0 done 09:53:52 #8 exporting manifest sha256:68d4d9042828fdd32c6c52dd43ea8a2a19e01becb0cabdb529532e7e923940ab done 09:53:52 #8 exporting config sha256:7bb16125af06ba6da3fed5912542c7b5badaaf91d9fa2b5357314fdd6a45e3a4 done 09:53:52 #8 exporting manifest list sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 done 09:53:52 #8 pushing layers 0.0s done 09:53:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:2ebb4abe3673f26a7967495d63d71ef58f40e2b6883f4cffa1bfde7541809383 0.1s done 09:53:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:52 #8 DONE 0.1s 09:53:52 09:53:52 1 warning found (use --debug to expand): 09:53:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:53 #1 [internal] load build definition from Dockerfile 09:53:53 #1 transferring dockerfile: 205B done 09:53:53 #1 DONE 0.0s 09:53:53 09:53:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:53 #2 DONE 0.1s 09:53:53 09:53:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:53 #3 DONE 0.1s 09:53:53 09:53:53 #4 [internal] load .dockerignore 09:53:53 #4 transferring context: 2B done 09:53:53 #4 DONE 0.0s 09:53:53 09:53:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:53 #5 DONE 0.0s 09:53:53 09:53:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:53 #6 DONE 0.1s 09:53:54 09:53:54 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:53:54 #7 DONE 0.0s 09:53:54 09:53:54 #8 exporting to image 09:53:54 #8 exporting layers done 09:53:54 #8 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 0.0s done 09:53:54 #8 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done 09:53:54 #8 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done 09:53:54 #8 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done 09:53:54 #8 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done 09:53:54 #8 pushing layers 0.1s done 09:53:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 09:53:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done 09:53:54 #8 DONE 0.2s 09:53:54 09:53:54 1 warning found (use --debug to expand): 09:53:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 09:53:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 09:53:54 #1 [internal] load build definition from Dockerfile 09:53:54 #1 transferring dockerfile: 171B done 09:53:54 #1 DONE 0.0s 09:53:54 09:53:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:53:54 #2 DONE 0.0s 09:53:54 09:53:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 09:53:54 #3 DONE 0.0s 09:53:54 09:53:54 #4 [internal] load .dockerignore 09:53:54 #4 transferring context: 2B done 09:53:54 #4 DONE 0.0s 09:53:54 09:53:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:54 #5 CACHED 09:53:54 09:53:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:54 #6 CACHED 09:53:54 09:53:54 #7 exporting to image 09:53:54 #7 exporting layers done 09:53:54 #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 09:53:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:54 #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done 09:53:54 #7 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done 09:53:54 #7 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done 09:53:54 #7 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done 09:53:54 #7 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done 09:53:54 #7 pushing layers 0.0s done 09:53:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done 09:53:54 #7 DONE 0.1s 09:53:54 09:53:54 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:53:54 #8 DONE 0.0s 09:53:54 09:53:54 1 warning found (use --debug to expand): 09:53:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44' 09:53:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 --push - 09:53:55 #1 [internal] load build definition from Dockerfile 09:53:55 #1 transferring dockerfile: 177B done 09:53:55 #1 DONE 0.0s 09:53:55 09:53:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 09:53:55 #2 DONE 0.0s 09:53:55 09:53:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44 09:53:55 #3 DONE 0.0s 09:53:55 09:53:55 #4 [internal] load .dockerignore 09:53:55 #4 transferring context: 2B done 09:53:55 #4 DONE 0.0s 09:53:55 09:53:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:55 #5 CACHED 09:53:55 09:53:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:55 #6 CACHED 09:53:55 09:53:55 #7 exporting to image 09:53:55 #7 exporting layers done 09:53:55 #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done 09:53:55 #7 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done 09:53:55 #7 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done 09:53:55 #7 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done 09:53:55 #7 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done 09:53:55 #7 pushing layers 0.0s done 09:53:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 09:53:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.44@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done 09:53:55 #7 DONE 0.1s 09:53:55 09:53:55 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:53:55 #8 DONE 0.0s 09:53:55 09:53:55 1 warning found (use --debug to expand): 09:53:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:55 #1 [internal] load build definition from Dockerfile 09:53:55 #1 transferring dockerfile: 218B done 09:53:55 #1 DONE 0.0s 09:53:55 09:53:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:55 #2 DONE 0.0s 09:53:55 09:53:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:55 #3 DONE 0.0s 09:53:55 09:53:55 #4 [internal] load .dockerignore 09:53:55 #4 transferring context: 2B done 09:53:55 #4 DONE 0.0s 09:53:55 09:53:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:55 #5 CACHED 09:53:55 09:53:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:55 #6 CACHED 09:53:55 09:53:55 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:53:55 #7 DONE 0.0s 09:53:55 09:53:55 #8 exporting to image 09:53:55 #8 exporting layers done 09:53:55 #8 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done 09:53:55 #8 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done 09:53:55 #8 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done 09:53:55 #8 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done 09:53:55 #8 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done 09:53:55 #8 pushing layers 0.0s done 09:53:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done 09:53:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:55 #8 DONE 0.1s 09:53:55 09:53:55 1 warning found (use --debug to expand): 09:53:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 09:53:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 09:53:56 #1 [internal] load build definition from Dockerfile 09:53:56 #1 transferring dockerfile: 169B done 09:53:56 #1 DONE 0.0s 09:53:56 09:53:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:53:56 #2 DONE 0.0s 09:53:56 09:53:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 09:53:56 #3 DONE 0.0s 09:53:56 09:53:56 #4 [internal] load .dockerignore 09:53:56 #4 transferring context: 2B done 09:53:56 #4 DONE 0.0s 09:53:56 09:53:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:56 #5 CACHED 09:53:56 09:53:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 09:53:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0b7a78682c01954dba2038546acd0eff1bb0357ac9378531324257357727ceb0 0.0s done 09:53:56 #6 CACHED 09:53:56 09:53:56 #7 exporting to image 09:53:56 #7 exporting layers done 09:53:56 #7 exporting manifest sha256:fbe3f39ef98395713d00324551345c71d4c749f37de8bcdfe40def95479dc929 done 09:53:56 #7 exporting config sha256:07b3dd1e2580b305b982c94559f316d94188e3b366a0f46bb6fa115aff5fac9a done 09:53:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:56 #7 exporting manifest sha256:7448036be09ca7d2786fb836ecd6ed77a894e6d60c578e447e80a7107987e0b8 done 09:53:56 #7 exporting config sha256:ea9b56cadce1a7fc027c4586c5205ce8f951489c38bbca8c4472f9b6b9d8354f done 09:53:56 #7 exporting manifest list sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 done 09:53:56 #7 pushing layers 0.0s done 09:53:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:a6b9d3ed427e327b9b0ca599f54ee66bc03f3c41db71dad973ab236af67cca11 0.1s done 09:53:56 #7 DONE 0.1s 09:53:56 09:53:56 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 09:53:56 #8 DONE 0.0s 09:53:56 09:53:56 1 warning found (use --debug to expand): 09:53:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:56 #1 [internal] load build definition from Dockerfile 09:53:56 #1 transferring dockerfile: 206B done 09:53:56 #1 DONE 0.0s 09:53:56 09:53:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:56 #2 DONE 0.0s 09:53:56 09:53:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:56 #3 DONE 0.1s 09:53:56 09:53:56 #4 [internal] load .dockerignore 09:53:56 #4 transferring context: 2B done 09:53:56 #4 DONE 0.0s 09:53:56 09:53:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:56 #5 DONE 0.0s 09:53:56 09:53:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:56 #6 DONE 0.1s 09:53:56 09:53:56 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:53:56 #7 DONE 0.0s 09:53:56 09:53:56 #8 exporting to image 09:53:56 #8 exporting layers done 09:53:56 #8 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done 09:53:56 #8 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done 09:53:56 #8 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done 09:53:56 #8 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done 09:53:56 #8 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done 09:53:56 #8 pushing layers 0.1s done 09:53:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 09:53:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done 09:53:57 #8 DONE 0.2s 09:53:57 09:53:57 1 warning found (use --debug to expand): 09:53:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 09:53:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 09:53:57 #1 [internal] load build definition from Dockerfile 09:53:57 #1 transferring dockerfile: 172B done 09:53:57 #1 DONE 0.0s 09:53:57 09:53:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:53:57 #2 DONE 0.0s 09:53:57 09:53:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 09:53:57 #3 DONE 0.0s 09:53:57 09:53:57 #4 [internal] load .dockerignore 09:53:57 #4 transferring context: 2B done 09:53:57 #4 DONE 0.0s 09:53:57 09:53:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:57 #5 CACHED 09:53:57 09:53:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:57 #6 CACHED 09:53:57 09:53:57 #7 exporting to image 09:53:57 #7 exporting layers done 09:53:57 #7 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done 09:53:57 #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done 09:53:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:57 #7 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done 09:53:57 #7 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done 09:53:57 #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done 09:53:57 #7 pushing layers 0.0s done 09:53:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done 09:53:57 #7 DONE 0.1s 09:53:57 09:53:57 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:53:57 #8 DONE 0.0s 09:53:57 09:53:57 1 warning found (use --debug to expand): 09:53:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 --push - 09:53:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44' 09:53:57 #1 [internal] load build definition from Dockerfile 09:53:57 #1 transferring dockerfile: 178B done 09:53:57 #1 DONE 0.0s 09:53:57 09:53:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 09:53:57 #2 DONE 0.0s 09:53:57 09:53:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44 09:53:57 #3 DONE 0.0s 09:53:57 09:53:57 #4 [internal] load .dockerignore 09:53:57 #4 transferring context: 2B done 09:53:57 #4 DONE 0.0s 09:53:57 09:53:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:57 #5 CACHED 09:53:57 09:53:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:57 #6 CACHED 09:53:57 09:53:57 #7 exporting to image 09:53:57 #7 exporting layers done 09:53:57 #7 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done 09:53:57 #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf 09:53:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:58 #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done 09:53:58 #7 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done 09:53:58 #7 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done 09:53:58 #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done 09:53:58 #7 pushing layers 0.0s done 09:53:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.44@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done 09:53:58 #7 DONE 0.1s 09:53:58 09:53:58 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:53:58 #8 DONE 0.0s 09:53:58 09:53:58 1 warning found (use --debug to expand): 09:53:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:53:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:53:58 #1 [internal] load build definition from Dockerfile 09:53:58 #1 transferring dockerfile: 219B done 09:53:58 #1 DONE 0.0s 09:53:58 09:53:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:58 #2 DONE 0.0s 09:53:58 09:53:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:53:58 #3 DONE 0.0s 09:53:58 09:53:58 #4 [internal] load .dockerignore 09:53:58 #4 transferring context: 2B done 09:53:58 #4 DONE 0.0s 09:53:58 09:53:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:58 #5 CACHED 09:53:58 09:53:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:58 #6 CACHED 09:53:58 09:53:58 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:53:58 #7 DONE 0.0s 09:53:58 09:53:58 #8 exporting to image 09:53:58 #8 exporting layers done 09:53:58 #8 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done 09:53:58 #8 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done 09:53:58 #8 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done 09:53:58 #8 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done 09:53:58 #8 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done 09:53:58 #8 pushing layers 0.0s done 09:53:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done 09:53:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:58 #8 DONE 0.1s 09:53:58 09:53:58 1 warning found (use --debug to expand): 09:53:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 09:53:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 09:53:59 #1 [internal] load build definition from Dockerfile 09:53:59 #1 transferring dockerfile: 170B done 09:53:59 #1 DONE 0.0s 09:53:59 09:53:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 09:53:59 #2 DONE 0.0s 09:53:59 09:53:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 09:53:59 #3 DONE 0.0s 09:53:59 09:53:59 #4 [internal] load .dockerignore 09:53:59 #4 transferring context: 2B done 09:53:59 #4 DONE 0.0s 09:53:59 09:53:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:59 #5 CACHED 09:53:59 09:53:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 09:53:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:be70e5356407c9a26b53a8e66d2b1c60f50c26aabfd3854773895037541e9cde 0.0s done 09:53:59 #6 CACHED 09:53:59 09:53:59 #7 exporting to image 09:53:59 #7 exporting layers done 09:53:59 #7 exporting manifest sha256:22e68780321249d324e5a5985ac93ca05efc78310bd95a1c00eae494163120bd done 09:53:59 #7 exporting config sha256:f8f1eee816037d278e60c2113f604f9d591665b1888b74e141c4b305eaa07dbf done 09:53:59 #7 exporting manifest sha256:a5426414caa1b12886b67b8eb1885d28109a32f8080f468b3f7d66718c77ef09 done 09:53:59 #7 exporting config sha256:d31f0eba9ccca9719321a7ab1de7ced0050180dc10f73dd322e8122d974a422e done 09:53:59 #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 09:53:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:59 #7 exporting manifest list sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d done 09:53:59 #7 pushing layers 0.0s done 09:53:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7e6961f42243b3be7fe09315f0ee685a8b23b237b3b91a5eb3c5ec7e1709ba4d 0.1s done 09:53:59 #7 DONE 0.1s 09:53:59 09:53:59 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 09:53:59 #8 DONE 0.0s 09:53:59 09:53:59 1 warning found (use --debug to expand): 09:53:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:53:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:53:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:53:59 #1 [internal] load build definition from Dockerfile 09:53:59 #1 transferring dockerfile: 206B done 09:53:59 #1 DONE 0.0s 09:53:59 09:53:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:59 #2 DONE 0.0s 09:53:59 09:53:59 #3 [internal] load .dockerignore 09:53:59 #3 transferring context: 2B done 09:53:59 #3 DONE 0.0s 09:53:59 09:53:59 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:53:59 #4 DONE 0.1s 09:53:59 09:53:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:53:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:53:59 #5 ... 09:53:59 09:53:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:53:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:53:59 #6 DONE 0.1s 09:53:59 09:53:59 #7 exporting to image 09:53:59 #7 exporting layers done 09:53:59 #7 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done 09:53:59 #7 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done 09:53:59 #7 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done 09:53:59 #7 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done 09:53:59 #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 09:53:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:53:59 #7 ... 09:53:59 09:53:59 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:53:59 #8 DONE 0.0s 09:53:59 09:53:59 #7 exporting to image 09:53:59 #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done 09:53:59 #7 pushing layers 0.1s done 09:53:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 09:54:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done 09:54:00 #7 DONE 0.2s 09:54:00 09:54:00 1 warning found (use --debug to expand): 09:54:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 09:54:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 09:54:00 #1 [internal] load build definition from Dockerfile 09:54:00 #1 transferring dockerfile: 172B done 09:54:00 #1 DONE 0.0s 09:54:00 09:54:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:54:00 #2 DONE 0.0s 09:54:00 09:54:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 09:54:00 #3 DONE 0.0s 09:54:00 09:54:00 #4 [internal] load .dockerignore 09:54:00 #4 transferring context: 2B done 09:54:00 #4 DONE 0.0s 09:54:00 09:54:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:00 #5 CACHED 09:54:00 09:54:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:00 #6 CACHED 09:54:00 09:54:00 #7 exporting to image 09:54:00 #7 exporting layers 09:54:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:00 #7 exporting layers done 09:54:00 #7 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done 09:54:00 #7 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done 09:54:00 #7 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done 09:54:00 #7 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done 09:54:00 #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done 09:54:00 #7 pushing layers 0.0s done 09:54:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done 09:54:00 #7 DONE 0.1s 09:54:00 09:54:00 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:54:00 #8 DONE 0.0s 09:54:00 09:54:00 1 warning found (use --debug to expand): 09:54:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 --push - 09:54:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44' 09:54:00 #1 [internal] load build definition from Dockerfile 09:54:00 #1 transferring dockerfile: 178B done 09:54:00 #1 DONE 0.0s 09:54:00 09:54:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 09:54:00 #2 DONE 0.0s 09:54:00 09:54:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44 09:54:00 #3 DONE 0.0s 09:54:00 09:54:00 #4 [internal] load .dockerignore 09:54:00 #4 transferring context: 2B done 09:54:00 #4 DONE 0.0s 09:54:00 09:54:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:00 #5 DONE 0.0s 09:54:00 09:54:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:01 #6 CACHED 09:54:01 09:54:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:01 #5 CACHED 09:54:01 09:54:01 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:54:01 #7 DONE 0.0s 09:54:01 09:54:01 #8 exporting to image 09:54:01 #8 exporting layers done 09:54:01 #8 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done 09:54:01 #8 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done 09:54:01 #8 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done 09:54:01 #8 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done 09:54:01 #8 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done 09:54:01 #8 pushing layers 0.0s done 09:54:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.44@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done 09:54:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:01 #8 DONE 0.1s 09:54:01 09:54:01 1 warning found (use --debug to expand): 09:54:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:54:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:54:01 #1 [internal] load build definition from Dockerfile 09:54:01 #1 transferring dockerfile: 219B done 09:54:01 #1 DONE 0.0s 09:54:01 09:54:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:54:01 #2 DONE 0.0s 09:54:01 09:54:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:54:01 #3 DONE 0.0s 09:54:01 09:54:01 #4 [internal] load .dockerignore 09:54:01 #4 transferring context: 2B done 09:54:01 #4 DONE 0.0s 09:54:01 09:54:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:01 #5 CACHED 09:54:01 09:54:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:01 #6 CACHED 09:54:01 09:54:01 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:54:01 #7 DONE 0.0s 09:54:01 09:54:01 #8 exporting to image 09:54:01 #8 exporting layers done 09:54:01 #8 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done 09:54:01 #8 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done 09:54:01 #8 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done 09:54:01 #8 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done 09:54:01 #8 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done 09:54:01 #8 pushing layers 0.0s done 09:54:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done 09:54:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:01 #8 DONE 0.1s 09:54:01 09:54:01 1 warning found (use --debug to expand): 09:54:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 09:54:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 09:54:02 #1 [internal] load build definition from Dockerfile 09:54:02 #1 transferring dockerfile: 170B done 09:54:02 #1 DONE 0.0s 09:54:02 09:54:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 09:54:02 #2 DONE 0.0s 09:54:02 09:54:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 09:54:02 #3 DONE 0.0s 09:54:02 09:54:02 #4 [internal] load .dockerignore 09:54:02 #4 transferring context: 2B done 09:54:02 #4 DONE 0.0s 09:54:02 09:54:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:02 #5 CACHED 09:54:02 09:54:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 09:54:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:457b5b899433c76ff9ede80df21ff5a3f4f04db4533c634e8f696abe3faf8bb1 0.0s done 09:54:02 #6 CACHED 09:54:02 09:54:02 #7 exporting to image 09:54:02 #7 exporting layers 09:54:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:02 #7 exporting layers done 09:54:02 #7 exporting manifest sha256:108fefbb3d99afca3b80d47410cf90a9898f9e760f7095d622d65f7e09814819 done 09:54:02 #7 exporting config sha256:ad4dfa24bcf618ccafe7574d3c200cbe47e28aee1148ac23db2a03fcd69054e6 done 09:54:02 #7 exporting manifest sha256:37c31f46066fc378ff27b9f5e0500b700274091ef259689aa998ced825f45584 done 09:54:02 #7 exporting config sha256:2a017d2a7eb827d86cb2b251fe8213b20cc9589efc019a5a2dccb09507b7ae7c done 09:54:02 #7 exporting manifest list sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 done 09:54:02 #7 pushing layers 0.0s done 09:54:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:eac2533e0aa66657fd19fdba62dd306a0b0d25daf52dd9a8d5a0e7522083c544 0.1s done 09:54:02 #7 DONE 0.1s 09:54:02 09:54:02 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 09:54:02 #8 DONE 0.0s 09:54:02 09:54:02 1 warning found (use --debug to expand): 09:54:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:54:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:54:02 #1 [internal] load build definition from Dockerfile 09:54:02 #1 transferring dockerfile: 206B done 09:54:02 #1 DONE 0.0s 09:54:02 09:54:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:54:02 #2 DONE 0.0s 09:54:02 09:54:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:54:02 #3 DONE 0.0s 09:54:02 09:54:02 #4 [internal] load .dockerignore 09:54:02 #4 transferring context: 2B done 09:54:02 #4 DONE 0.0s 09:54:02 09:54:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:02 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:02 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done 09:54:02 #5 DONE 0.1s 09:54:02 09:54:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:02 #6 DONE 0.0s 09:54:02 09:54:02 #7 exporting to image 09:54:02 #7 exporting layers done 09:54:02 #7 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done 09:54:02 #7 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done 09:54:02 #7 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done 09:54:02 #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e 09:54:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:02 #7 ... 09:54:02 09:54:02 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:54:02 #8 DONE 0.0s 09:54:02 09:54:02 #7 exporting to image 09:54:02 #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done 09:54:02 #7 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done 09:54:02 #7 pushing layers 0.1s done 09:54:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 09:54:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done 09:54:03 #7 DONE 0.2s 09:54:03 09:54:03 1 warning found (use --debug to expand): 09:54:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 09:54:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 09:54:03 #1 [internal] load build definition from Dockerfile 09:54:03 #1 transferring dockerfile: 172B done 09:54:03 #1 DONE 0.1s 09:54:03 09:54:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 09:54:04 #2 DONE 0.3s 09:54:04 09:54:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 09:54:04 #3 DONE 0.3s 09:54:04 09:54:04 #4 [internal] load .dockerignore 09:54:04 #4 transferring context: 2B done 09:54:04 #4 DONE 0.4s 09:54:04 09:54:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:04 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:04 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.2s done 09:54:04 #5 DONE 0.2s 09:54:04 09:54:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:04 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.2s done 09:54:04 #6 DONE 0.2s 09:54:04 09:54:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:04 #6 CACHED 09:54:04 09:54:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:04 #5 CACHED 09:54:04 09:54:04 #7 exporting to image 09:54:04 #7 exporting layers done 09:54:04 #7 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done 09:54:04 #7 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f 0.0s done 09:54:04 #7 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 0.1s done 09:54:04 #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e 09:54:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:05 #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e 0.0s done 09:54:05 #7 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done 09:54:05 #7 pushing layers 0.0s done 09:54:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done 09:54:05 #7 DONE 0.2s 09:54:05 09:54:05 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:54:05 #8 DONE 0.0s 09:54:05 09:54:05 1 warning found (use --debug to expand): 09:54:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 --push - 09:54:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44' 09:54:05 #1 [internal] load build definition from Dockerfile 09:54:05 #1 transferring dockerfile: 178B done 09:54:05 #1 DONE 0.0s 09:54:05 09:54:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 09:54:05 #2 DONE 0.0s 09:54:05 09:54:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44 09:54:05 #3 DONE 0.0s 09:54:05 09:54:05 #4 [internal] load .dockerignore 09:54:05 #4 transferring context: 2B done 09:54:05 #4 DONE 0.0s 09:54:05 09:54:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:05 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 done 09:54:05 #5 CACHED 09:54:05 09:54:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:05 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done 09:54:05 #6 CACHED 09:54:05 09:54:05 #7 exporting to image 09:54:05 #7 exporting layers done 09:54:05 #7 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done 09:54:05 #7 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done 09:54:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:05 #7 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done 09:54:05 #7 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done 09:54:05 #7 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done 09:54:05 #7 pushing layers 0.0s done 09:54:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.44@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done 09:54:05 #7 DONE 0.1s 09:54:05 09:54:05 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:54:05 #8 DONE 0.0s 09:54:05 09:54:05 1 warning found (use --debug to expand): 09:54:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:54:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:54:06 #1 [internal] load build definition from Dockerfile 09:54:06 #1 transferring dockerfile: 219B done 09:54:06 #1 DONE 0.0s 09:54:06 09:54:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:54:06 #2 DONE 0.0s 09:54:06 09:54:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:54:06 #3 DONE 0.0s 09:54:06 09:54:06 #4 [internal] load .dockerignore 09:54:06 #4 transferring context: 2B done 09:54:06 #4 DONE 0.0s 09:54:06 09:54:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:06 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done 09:54:06 #5 CACHED 09:54:06 09:54:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:06 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done 09:54:06 #6 DONE 0.0s 09:54:06 09:54:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:06 #6 CACHED 09:54:06 09:54:06 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:54:06 #7 DONE 0.0s 09:54:06 09:54:06 #8 exporting to image 09:54:06 #8 exporting layers done 09:54:06 #8 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done 09:54:06 #8 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done 09:54:06 #8 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done 09:54:06 #8 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done 09:54:06 #8 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done 09:54:06 #8 pushing layers 0.0s done 09:54:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done 09:54:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:06 #8 DONE 0.1s 09:54:06 09:54:06 1 warning found (use --debug to expand): 09:54:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 09:54:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 09:54:07 #1 [internal] load build definition from Dockerfile 09:54:07 #1 transferring dockerfile: 170B done 09:54:07 #1 DONE 0.0s 09:54:07 09:54:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 09:54:07 #2 DONE 0.0s 09:54:07 09:54:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 09:54:07 #3 DONE 0.0s 09:54:07 09:54:07 #4 [internal] load .dockerignore 09:54:07 #4 transferring context: 2B done 09:54:07 #4 DONE 0.0s 09:54:07 09:54:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:07 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done 09:54:07 #5 DONE 0.0s 09:54:07 09:54:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:07 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 0.0s done 09:54:07 #6 CACHED 09:54:07 09:54:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:875784c7418e297973f1afc6e68b8436973cc5b40f6becc8522397566a447812 09:54:07 #5 CACHED 09:54:07 09:54:07 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 09:54:07 #7 DONE 0.0s 09:54:07 09:54:07 #8 exporting to image 09:54:07 #8 exporting layers done 09:54:07 #8 exporting manifest sha256:9db0c9b39aa9162dfa53acc599273e390c3eafc702a94a53fe44ae4511c7636c done 09:54:07 #8 exporting config sha256:a01624e59fa8697287a6d90efa2d34979a8f135d1aaa62a74679ab01b08e161f done 09:54:07 #8 exporting manifest sha256:cc165689a8bce86e5e7a8c27161b2fe687626633a97079571d921828608460b8 done 09:54:07 #8 exporting config sha256:96e26b24ab054fb125e77c3187ae5286ff8d7053104d1d2687245146b8f6092e done 09:54:07 #8 exporting manifest list sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e done 09:54:07 #8 pushing layers 0.0s done 09:54:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e1c131da2d71597ecdcd164ad5c3ea432a8bfdaa489c01195ed30ee790a8878e 0.1s done 09:54:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:07 #8 DONE 0.1s 09:54:07 09:54:07 1 warning found (use --debug to expand): 09:54:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b' 09:54:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b --push - 09:54:07 #1 [internal] load build definition from Dockerfile 09:54:07 #1 transferring dockerfile: 202B done 09:54:07 #1 DONE 0.0s 09:54:07 09:54:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:54:07 #2 DONE 0.0s 09:54:07 09:54:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 09:54:07 #3 DONE 0.1s 09:54:07 09:54:07 #4 [internal] load .dockerignore 09:54:07 #4 transferring context: 2B done 09:54:07 #4 DONE 0.0s 09:54:07 09:54:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:07 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:07 #5 DONE 0.0s 09:54:07 09:54:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:07 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:07 #6 DONE 0.1s 09:54:07 09:54:07 #7 exporting to image 09:54:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:07 #7 ... 09:54:07 09:54:07 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:54:07 #8 DONE 0.0s 09:54:07 09:54:07 #7 exporting to image 09:54:07 #7 exporting layers done 09:54:07 #7 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 0.0s done 09:54:07 #7 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done 09:54:07 #7 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done 09:54:07 #7 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done 09:54:07 #7 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done 09:54:07 #7 pushing layers 0.1s done 09:54:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 09:54:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done 09:54:07 #7 DONE 0.2s 09:54:07 09:54:07 1 warning found (use --debug to expand): 09:54:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 09:54:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 09:54:08 #1 [internal] load build definition from Dockerfile 09:54:08 #1 transferring dockerfile: 168B done 09:54:08 #1 DONE 0.0s 09:54:08 09:54:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:54:08 #2 DONE 0.0s 09:54:08 09:54:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 09:54:08 #3 DONE 0.0s 09:54:08 09:54:08 #4 [internal] load .dockerignore 09:54:08 #4 transferring context: 2B done 09:54:08 #4 DONE 0.0s 09:54:08 09:54:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:08 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:08 #5 CACHED 09:54:08 09:54:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:08 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:08 #6 CACHED 09:54:08 09:54:08 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:54:08 #7 DONE 0.0s 09:54:08 09:54:08 #8 exporting to image 09:54:08 #8 exporting layers done 09:54:08 #8 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done 09:54:08 #8 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done 09:54:08 #8 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done 09:54:08 #8 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done 09:54:08 #8 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done 09:54:08 #8 pushing layers 0.0s done 09:54:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done 09:54:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:08 #8 DONE 0.1s 09:54:08 09:54:08 1 warning found (use --debug to expand): 09:54:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44' 09:54:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 --push - 09:54:08 #1 [internal] load build definition from Dockerfile 09:54:08 #1 transferring dockerfile: 174B done 09:54:08 #1 DONE 0.0s 09:54:08 09:54:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 09:54:08 #2 DONE 0.0s 09:54:08 09:54:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44 09:54:08 #3 DONE 0.0s 09:54:08 09:54:08 #4 [internal] load .dockerignore 09:54:08 #4 transferring context: 2B done 09:54:08 #4 DONE 0.0s 09:54:08 09:54:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:08 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:08 #5 CACHED 09:54:08 09:54:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:09 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:09 #6 CACHED 09:54:09 09:54:09 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:54:09 #7 DONE 0.0s 09:54:09 09:54:09 #8 exporting to image 09:54:09 #8 exporting layers done 09:54:09 #8 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done 09:54:09 #8 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done 09:54:09 #8 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done 09:54:09 #8 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done 09:54:09 #8 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done 09:54:09 #8 pushing layers 0.0s done 09:54:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.44@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done 09:54:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:09 #8 DONE 0.1s 09:54:09 09:54:09 1 warning found (use --debug to expand): 09:54:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 --push - 09:54:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44' 09:54:09 #1 [internal] load build definition from Dockerfile 09:54:09 #1 transferring dockerfile: 215B done 09:54:09 #1 DONE 0.0s 09:54:09 09:54:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:54:09 #2 DONE 0.0s 09:54:09 09:54:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 09:54:09 #3 DONE 0.0s 09:54:09 09:54:09 #4 [internal] load .dockerignore 09:54:09 #4 transferring context: 2B done 09:54:09 #4 DONE 0.0s 09:54:09 09:54:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:09 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:09 #5 CACHED 09:54:09 09:54:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:09 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:09 #6 CACHED 09:54:09 09:54:09 #7 exporting to image 09:54:09 #7 exporting layers done 09:54:09 #7 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done 09:54:09 #7 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done 09:54:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:09 #7 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done 09:54:09 #7 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done 09:54:09 #7 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done 09:54:09 #7 pushing layers 0.0s done 09:54:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done 09:54:09 #7 DONE 0.1s 09:54:09 09:54:09 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:54:09 #8 DONE 0.0s 09:54:09 09:54:09 1 warning found (use --debug to expand): 09:54:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 09:54:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 09:54:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 09:54:09 #1 [internal] load build definition from Dockerfile 09:54:09 #1 transferring dockerfile: 166B done 09:54:09 #1 DONE 0.0s 09:54:09 09:54:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 09:54:09 #2 DONE 0.0s 09:54:09 09:54:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 09:54:09 #3 DONE 0.0s 09:54:09 09:54:09 #4 [internal] load .dockerignore 09:54:09 #4 transferring context: 2B done 09:54:09 #4 DONE 0.0s 09:54:09 09:54:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:09 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:09 #5 DONE 0.0s 09:54:09 09:54:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:09 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 0.0s done 09:54:09 #6 DONE 0.0s 09:54:10 09:54:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:10 #6 CACHED 09:54:10 09:54:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:34080605aef698d9e433cea63b08ace27b293751ee6db6452c66ea69fdac6747 09:54:10 #5 CACHED 09:54:10 09:54:10 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 09:54:10 #7 DONE 0.0s 09:54:10 09:54:10 #8 exporting to image 09:54:10 #8 exporting layers done 09:54:10 #8 exporting manifest sha256:5850ed31e2c38cdb829f022ce874ffc7c8240683d1793673de44ba244196f377 done 09:54:10 #8 exporting config sha256:4ff394cf65aa489fc866085fd70592ff972c070c4c63d209f2ee51de6dee7846 done 09:54:10 #8 exporting manifest sha256:79b8af06a43fd6c87cf1a4c174c28ce00161c908f548d02a4e01dffadad0f2fc done 09:54:10 #8 exporting config sha256:02efefe6c96542491a7d2dd1ac8c5dab31d16cf4a39b20366aeaa8a252bd8085 done 09:54:10 #8 exporting manifest list sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 done 09:54:10 #8 pushing layers 0.0s done 09:54:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ea6355ce077fe2305a455c1583dbeccfc0e38519d7e1fc2cfff9dba03152fc76 0.1s done 09:54:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 09:54:10 #8 DONE 0.1s 09:54:10 09:54:10 1 warning found (use --debug to expand): 09:54:10  - 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 09:54:10 + '[' -d /w/workspace/edgex-go/883/archives ']' [Pipeline] libraryResource [Pipeline] sh 09:54:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:54:11 ---> package-listing.sh 09:54:11 ++ tr '[:upper:]' '[:lower:]' 09:54:11 ++ facter osfamily 09:54:11 + OS_FAMILY=redhat 09:54:11 + workspace=/w/workspace/edgex-go/883 09:54:11 + START_PACKAGES=/tmp/packages_start.txt 09:54:11 + END_PACKAGES=/tmp/packages_end.txt 09:54:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:54:11 + PACKAGES=/tmp/packages_start.txt 09:54:11 + '[' /w/workspace/edgex-go/883 ']' 09:54:11 + PACKAGES=/tmp/packages_end.txt 09:54:11 + case "${OS_FAMILY}" in 09:54:11 + rpm -qa 09:54:11 + sort 09:54:12 + '[' -f /tmp/packages_start.txt ']' 09:54:12 + '[' -f /tmp/packages_end.txt ']' 09:54:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:54:12 + '[' /w/workspace/edgex-go/883 ']' 09:54:12 + mkdir -p /w/workspace/edgex-go/883/archives/ 09:54:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/883/archives/ [Pipeline] echo 09:54:12 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/883/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:54:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:54:13 09:54:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:54:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:54:13 latest: Pulling from edgex-lftools-log-publisher 09:54:13 5eb5b503b376: Pulling fs layer 09:54:13 5c69ac0246d0: Pulling fs layer 09:54:13 ec43610c2a17: Pulling fs layer 09:54:13 3a2ae6a8a46f: Pulling fs layer 09:54:13 33b1e0a273af: Pulling fs layer 09:54:13 5d3b04190fa2: Pulling fs layer 09:54:13 2f39f015ded8: Pulling fs layer 09:54:13 3a2ae6a8a46f: Waiting 09:54:13 33b1e0a273af: Waiting 09:54:13 5d3b04190fa2: Waiting 09:54:13 2f39f015ded8: Waiting 09:54:13 5c69ac0246d0: Verifying Checksum 09:54:13 5c69ac0246d0: Download complete 09:54:13 3a2ae6a8a46f: Verifying Checksum 09:54:13 3a2ae6a8a46f: Download complete 09:54:13 33b1e0a273af: Verifying Checksum 09:54:13 33b1e0a273af: Download complete 09:54:13 5d3b04190fa2: Verifying Checksum 09:54:13 5d3b04190fa2: Download complete 09:54:13 ec43610c2a17: Verifying Checksum 09:54:13 ec43610c2a17: Download complete 09:54:13 5eb5b503b376: Verifying Checksum 09:54:13 5eb5b503b376: Download complete 09:54:14 2f39f015ded8: Verifying Checksum 09:54:14 2f39f015ded8: Download complete 09:54:15 5eb5b503b376: Pull complete 09:54:15 5c69ac0246d0: Pull complete 09:54:15 ec43610c2a17: Pull complete 09:54:15 3a2ae6a8a46f: Pull complete 09:54:15 33b1e0a273af: Pull complete 09:54:15 5d3b04190fa2: Pull complete 09:54:20 2f39f015ded8: Pull complete 09:54:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:54:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:54:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:54:20 prd-centos7-docker-4c-2g-6546 does not seem to be running inside a container 09:54:20 $ 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/883/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:54:24 $ docker top 295e097669e0801b67ceb2e1f8910dc32562578e07ace9e107de39c194ec67a2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:54:24 + touch /tmp/pre-build-complete [Pipeline] sh 09:54:25 + mkdir -p /var/log/sysstat [Pipeline] sh 09:54:25 + ls /var/log/sa-host 09:54:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:54:25 provisioning config files... 09:54:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config16129279515127146196tmp [Pipeline] { [Pipeline] echo 09:54:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:54:26 ---> create-netrc.sh [Pipeline] } 09:54:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:54:26 ---> python-tools-install.sh [Pipeline] echo 09:54:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:54:26 ---> sudo-logs.sh 09:54:26 Archiving 'sudo' log.. 09:54:26 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:54:26 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 09:54:26 $ docker stop --time=1 295e097669e0801b67ceb2e1f8910dc32562578e07ace9e107de39c194ec67a2 09:54:27 $ docker rm -f --volumes 295e097669e0801b67ceb2e1f8910dc32562578e07ace9e107de39c194ec67a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 09:54:28 [WS-CLEANUP] Deleting project workspace... 09:54:28 [WS-CLEANUP] Deferred wipeout is used... 09:54:28 [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:07:48 #144 ... 10:07:48 10:07:48 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:07:48 #145 DONE 1059.6s 10:07:48 10:07:48 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:07:48 #152 ... 10:07:48 10:07:48 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:07:48 #155 DONE 0.2s 10:07:48 10:07:48 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:07:48 #156 DONE 0.2s 10:07:48 10:07:48 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:07:48 #157 DONE 0.2s 10:07:48 10:07:48 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:07:48 #154 ... 10:07:48 10:07:48 #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:07:48 #158 DONE 0.1s 10:07:48 10:07:48 #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:07:48 #159 DONE 0.1s 10:07:48 10:07:48 #140 [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:07:48 #140 ... 10:07:48 10:07:48 #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:07:48 #160 DONE 2.3s 10:07:48 10:07:48 #106 [core-common-config-bootstrapper] exporting to image 10:07:48 #106 exporting layers 10:07:48 #106 exporting layers 0.7s done 10:07:48 #106 writing image sha256:8f65a7b10622c1cc933117749bbdca0cd244d1c6a11f2c699f0e1d79edad7c47 done 10:07:48 #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:07:48 #106 DONE 6.3s 10:07:48 10:07:48 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:07:58 #147 DONE 1078.7s 10:07:58 10:07:58 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:07:58 #161 DONE 0.5s 10:07:58 10:07:58 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:08:00 #162 DONE 2.2s 10:08:00 10:08:00 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:08:00 #163 DONE 0.2s 10:08:00 10:08:00 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:08:01 #153 ... 10:08:01 10:08:01 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:08:01 #164 DONE 0.4s 10:08:01 10:08:01 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:08:01 #146 ... 10:08:01 10:08:01 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:08:01 #165 DONE 0.3s 10:08:01 10:08:01 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:08:01 #146 ... 10:08:01 10:08:01 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:08:02 #166 DONE 0.1s 10:08:02 10:08:02 #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:08:02 #167 DONE 0.2s 10:08:02 10:08:02 #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:08:02 #168 DONE 0.1s 10:08:02 10:08:02 #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:08:02 #169 DONE 0.2s 10:08:02 10:08:02 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:08:02 #149 ... 10:08:02 10:08:02 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:08:02 #170 DONE 0.1s 10:08:02 10:08:02 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:08:05 #171 DONE 2.2s 10:08:05 10:08:05 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:08:05 #152 ... 10:08:05 10:08:05 #106 [security-bootstrapper] exporting to image 10:08:05 #106 exporting layers 10:08:05 #106 exporting layers 0.9s done 10:08:05 #106 writing image sha256:476ce537289d11252913d53bc9cfcf4408b4b96bc4799e547eeedc8e51269202 0.0s done 10:08:05 #106 naming to docker.io/library/security-bootstrapper-arm64 0.0s done 10:08:05 #106 DONE 7.2s 10:08:05 10:08:05 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:22:43 #154 ... 10:22:43 10:22:43 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:22:43 #149 DONE 1963.3s 10:22:43 10:22:43 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:22:43 #152 ... 10:22:43 10:22:43 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:22:43 #172 DONE 0.2s 10:22:43 10:22:43 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:22:43 #173 DONE 0.2s 10:22:43 10:22:43 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:22:43 #174 DONE 0.5s 10:22:43 10:22:43 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:22:44 #148 ... 10:22:44 10:22:44 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:22:44 #175 DONE 0.1s 10:22:44 10:22:44 #106 [core-command] exporting to image 10:22:44 #106 exporting layers 10:22:44 #106 exporting layers 0.5s done 10:22:44 #106 writing image sha256:492ae3e29f4d727d97642c78cd95c7c3e2e201b12af31964dc5b9b603fe27107 done 10:22:44 #106 naming to docker.io/library/core-command-arm64 done 10:22:44 #106 DONE 7.7s 10:22:44 10:22:44 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:23:02 #153 ... 10:23:02 10:23:02 #140 [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:23:02 #140 1983.2 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.44 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:23:15 #140 ... 10:23:15 10:23:15 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:23:15 #148 DONE 1993.8s 10:23:15 10:23:15 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:23:15 #153 ... 10:23:15 10:23:15 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:23:15 #176 DONE 0.1s 10:23:15 10:23:15 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:23:15 #177 DONE 0.1s 10:23:15 10:23:15 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:23:15 #152 ... 10:23:15 10:23:15 #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 10:23:15 #178 DONE 0.1s 10:23:15 10:23:15 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:23:15 #179 DONE 0.1s 10:23:15 10:23:15 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:23:15 #180 DONE 0.5s 10:23:15 10:23:15 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:23:15 #181 DONE 0.1s 10:23:15 10:23:15 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:23:15 #153 ... 10:23:15 10:23:15 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:17 #182 DONE 2.0s 10:23:17 10:23:17 #106 [security-proxy-setup] exporting to image 10:23:17 #106 exporting layers 10:23:18 #106 exporting layers 0.9s done 10:23:18 #106 writing image sha256:ae4fcb93facecec9e9bb304aa6b811b1a056be5266fa4ba99c5d125c40ddf439 done 10:23:18 #106 naming to docker.io/library/security-proxy-setup-arm64 done 10:23:18 #106 DONE 8.6s 10:23:18 10:23:18 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:23:40 #154 ... 10:23:40 10:23:40 #140 [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:23:40 #140 DONE 2017.4s 10:23:40 10:23:40 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:23:40 #144 ... 10:23:40 10:23:40 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:23:40 #183 DONE 0.2s 10:23:40 10:23:40 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:23:40 #153 ... 10:23:40 10:23:40 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:23:40 #184 DONE 0.1s 10:23:40 10:23:40 #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 10:23:40 #185 DONE 0.1s 10:23:40 10:23:40 #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 10:23:40 #186 DONE 0.3s 10:23:40 10:23:40 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:23:40 #154 ... 10:23:40 10:23:40 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:23:40 #187 DONE 0.2s 10:23:40 10:23:40 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:23:40 #188 DONE 0.4s 10:23:40 10:23:40 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:23:40 #146 ... 10:23:40 10:23:40 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:23:40 #189 DONE 0.4s 10:23:40 10:23:40 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:23:40 #154 ... 10:23:40 10:23:40 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:23:40 #190 DONE 0.1s 10:23:40 10:23:40 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:23:41 #191 DONE 1.9s 10:23:41 10:23:41 #106 [security-secretstore-setup] exporting to image 10:23:41 #106 exporting layers 10:23:43 #106 exporting layers 1.7s done 10:23:43 #106 writing image sha256:258effcd2395e2116be74224e7973f58904197be016ea079a450b120fa0fa5a1 done 10:23:43 #106 naming to docker.io/library/security-secretstore-setup-arm64 done 10:23:43 #106 DONE 10.3s 10:23:43 10:23:43 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:24:39 #144 ... 10:24:39 10:24:39 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:24:39 #154 DONE 2073.5s 10:24:39 10:24:39 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:24:39 #153 ... 10:24:39 10:24:39 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:24:39 #192 DONE 0.3s 10:24:39 10:24:39 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:24:39 #144 ... 10:24:39 10:24:39 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:24:39 #193 DONE 0.2s 10:24:39 10:24:39 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:24:39 #194 DONE 0.5s 10:24:39 10:24:39 #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 10:24:39 #195 DONE 0.1s 10:24:39 10:24:39 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:24:39 #146 ... 10:24:39 10:24:39 #106 [security-spiffe-token-provider] exporting to image 10:24:39 #106 exporting layers 10:24:39 #106 exporting layers 1.0s done 10:24:39 #106 writing image sha256:4b795206608eca10780b60a82a2f5821cf095afcca40dc502ff500b73c761724 done 10:24:39 #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done 10:24:39 #106 DONE 11.3s 10:24:39 10:24:39 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:25:18 #152 ... 10:25:18 10:25:18 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:25:18 #150 DONE 2117.2s 10:25:18 10:25:18 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:25:18 #144 ... 10:25:18 10:25:18 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:25:18 #196 DONE 0.1s 10:25:18 10:25:18 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:25:18 #197 DONE 0.1s 10:25:18 10:25:18 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:25:18 #198 DONE 0.5s 10:25:18 10:25:18 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:25:18 #199 DONE 0.3s 10:25:18 10:25:18 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:25:18 #200 DONE 0.2s 10:25:18 10:25:18 #144 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:25:18 #144 DONE 2118.9s 10:25:18 10:25:18 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:18 #153 ... 10:25:18 10:25:18 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:25:19 #201 ... 10:25:19 10:25:19 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:25:19 #146 DONE 2120.3s 10:25:19 10:25:19 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:25:19 #151 ... 10:25:19 10:25:19 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:25:20 #202 DONE 0.4s 10:25:20 10:25:20 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:25:20 #152 ... 10:25:20 10:25:20 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:25:21 #203 DONE 0.8s 10:25:21 10:25:21 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:25:21 #204 ... 10:25:21 10:25:21 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:25:21 #205 DONE 0.2s 10:25:21 10:25:21 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:25:21 #204 DONE 0.3s 10:25:21 10:25:21 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:25:21 #206 ... 10:25:21 10:25:21 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:25:21 #201 DONE 3.1s 10:25:21 10:25:21 #106 [security-proxy-auth] exporting to image 10:25:21 #106 exporting layers 10:25:22 #106 ... 10:25:22 10:25:22 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:25:22 #206 DONE 0.8s 10:25:22 10:25:22 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:25:22 #207 ... 10:25:22 10:25:22 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:25:22 #152 DONE 2123.0s 10:25:22 10:25:22 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:23 #153 ... 10:25:23 10:25:23 #106 [security-proxy-auth] exporting to image 10:25:23 #106 exporting layers 1.8s done 10:25:23 #106 writing image sha256:17d31538b47203e76e1eb957c588e0d5eca4c7657fd00401e636245179b9daa3 0.0s done 10:25:23 #106 naming to docker.io/library/core-keeper-arm64 10:25:23 #106 exporting layers 1.7s done 10:25:23 #106 naming to docker.io/library/core-keeper-arm64 done 10:25:23 #106 writing image sha256:7d64acbc86a27a42706384810c344c83bd3d226eecc342dfe33c212d249eaa32 done 10:25:23 #106 naming to docker.io/library/security-proxy-auth-arm64 done 10:25:23 #106 DONE 13.1s 10:25:23 10:25:23 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:23 #153 ... 10:25:23 10:25:23 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:25:23 #207 DONE 1.4s 10:25:23 10:25:23 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:25:23 #208 DONE 0.3s 10:25:23 10:25:23 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:25:23 #209 CACHED 10:25:23 10:25:23 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:25:23 #210 CACHED 10:25:23 10:25:23 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:25:24 #211 DONE 0.7s 10:25:24 10:25:24 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:25:24 #212 DONE 0.3s 10:25:24 10:25:24 #106 [core-data] exporting to image 10:25:24 #106 exporting layers 0.9s done 10:25:24 #106 writing image sha256:409ea2008c2adfbe938feccc4c7506e6b7872e2e0c2a42a691d5d5a22cb394ce done 10:25:24 #106 naming to docker.io/library/core-data-arm64 done 10:25:24 #106 DONE 14.1s 10:25:24 10:25:24 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:25:24 #213 DONE 0.1s 10:25:24 10:25:24 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:24 #153 ... 10:25:24 10:25:24 #106 [core-metadata] exporting to image 10:25:25 #106 exporting layers 0.6s done 10:25:25 #106 writing image sha256:8232487039388b2600b495f6112d221cde248eabba7a5a0e2ebe1bb62a12b27c done 10:25:25 #106 naming to docker.io/library/core-metadata-arm64 done 10:25:25 #106 DONE 14.7s 10:25:25 10:25:25 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:52 #153 ... 10:25:52 10:25:52 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:25:52 #151 DONE 2148.8s 10:25:52 10:25:52 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:52 #153 ... 10:25:52 10:25:52 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:25:52 #214 DONE 0.1s 10:25:52 10:25:52 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:25:52 #215 DONE 0.1s 10:25:52 10:25:52 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:52 #153 ... 10:25:52 10:25:52 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:25:52 #216 DONE 0.5s 10:25:52 10:25:52 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:25:52 #217 DONE 0.1s 10:25:52 10:25:52 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:52 #153 ... 10:25:52 10:25:52 #106 [support-scheduler] exporting to image 10:25:52 #106 exporting layers 10:25:52 #106 exporting layers 1.6s done 10:25:52 #106 writing image sha256:00abce1f29c88b23b55a5f017335df06e1837f929ac1015b2e9c1002daa40b8d done 10:25:52 #106 naming to docker.io/library/support-scheduler-arm64 done 10:25:52 #106 DONE 16.3s 10:25:52 10:25:52 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:25:55 #153 DONE 2155.8s 10:25:55 10:25:55 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:25:55 #218 DONE 0.1s 10:25:55 10:25:55 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:25:55 #219 DONE 0.1s 10:25:55 10:25:55 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:25:56 #220 DONE 0.4s 10:25:56 10:25:56 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:25:56 #221 DONE 0.1s 10:25:56 10:25:56 #106 [support-notifications] exporting to image 10:25:56 #106 exporting layers 10:25:56 #106 exporting layers 0.6s done 10:25:56 #106 writing image sha256:08364e33b043aa8c92e6fc92bd1b1ba58c14b08f756f38e2d6e332a911243b85 done 10:25:56 #106 naming to docker.io/library/support-notifications-arm64 done 10:25:56 #106 DONE 16.9s 10:25:56 time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:23Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:25:56 time="2025-08-08T09:47:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:25:57 $ docker stop --time=1 a24dfc6cf85331b4df6efd8bc09e2f9527f16de4254a329530f4bb809c7bb413 10:25:58 $ docker rm -f --volumes a24dfc6cf85331b4df6efd8bc09e2f9527f16de4254a329530f4bb809c7bb413 [Pipeline] // withDockerContainer [Pipeline] sh 10:25:59 + docker images 10:25:59 REPOSITORY TAG IMAGE ID CREATED SIZE 10:25:59 support-notifications-arm64 latest 08364e33b043 3 seconds ago 53.8MB 10:25:59 support-scheduler-arm64 latest 00abce1f29c8 10 seconds ago 50MB 10:25:59 core-metadata-arm64 latest 823248703938 35 seconds ago 46.3MB 10:25:59 core-data-arm64 latest 409ea2008c2a 36 seconds ago 46.2MB 10:25:59 security-proxy-auth-arm64 latest 7d64acbc86a2 38 seconds ago 45.3MB 10:25:59 core-keeper-arm64 latest 17d31538b472 38 seconds ago 45MB 10:25:59 security-spiffe-token-provider-arm64 latest 4b795206608e About a minute ago 49.5MB 10:25:59 security-secretstore-setup-arm64 latest 258effcd2395 2 minutes ago 79.6MB 10:25:59 security-proxy-setup-arm64 latest ae4fcb93face 2 minutes ago 50MB 10:25:59 core-command-arm64 latest 492ae3e29f4d 3 minutes ago 40.7MB 10:25:59 security-bootstrapper-arm64 latest 476ce537289d 17 minutes ago 22.1MB 10:25:59 core-common-config-bootstrapper-arm64 latest 8f65a7b10622 18 minutes ago 21MB 10:25:59 security-spire-agent-arm64 latest feac0e47def8 37 minutes ago 188MB 10:25:59 security-spire-server-arm64 latest 82a1b928a1a1 37 minutes ago 145MB 10:25:59 security-spire-config-arm64 latest e7430b18d680 37 minutes ago 144MB 10:25:59 ci-base-image-arm64 latest e9aa4349b529 39 minutes ago 916MB 10:25:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 4 days ago 566MB 10:25:59 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 10:25:59 provisioning config files... 10:25:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/883@tmp/config15875947372539964124tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:25:59 ---> ****-login.sh 10:25:59 nexus3.edgexfoundry.org:10001 10:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:00 Configure a credential helper to remove this warning. See 10:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:00 10:26:00 Login Succeeded 10:26:00 nexus3.edgexfoundry.org:10002 10:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:00 Configure a credential helper to remove this warning. See 10:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:00 10:26:00 Login Succeeded 10:26:00 nexus3.edgexfoundry.org:10003 10:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:00 Configure a credential helper to remove this warning. See 10:26:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:00 10:26:00 Login Succeeded 10:26:00 nexus3.edgexfoundry.org:10004 10:26:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:01 Configure a credential helper to remove this warning. See 10:26:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:01 10:26:01 Login Succeeded 10:26:01 ****.io 10:26:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:26:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:26:01 Configure a credential helper to remove this warning. See 10:26:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:26:01 10:26:01 Login Succeeded 10:26:01 ---> ****-login.sh ends [Pipeline] } 10:26:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:26:01 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:26:01 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:01 latest 10:26:01 4.1.0-dev.44 10:26:01 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:01 main 10:26:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:02 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:02 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:02 9b1d3c9a0c91: Preparing 10:26:02 06e7ae3e7ee1: Preparing 10:26:02 c960c72ef0de: Preparing 10:26:02 1c0282db2255: Preparing 10:26:02 f6c8a3c332d4: Preparing 10:26:02 19efc2c863da: Preparing 10:26:02 1e890da81ec9: Preparing 10:26:02 19efc2c863da: Waiting 10:26:02 1e890da81ec9: Waiting 10:26:02 9b1d3c9a0c91: Pushed 10:26:02 c960c72ef0de: Pushed 10:26:02 1c0282db2255: Pushed 10:26:02 1e890da81ec9: Layer already exists 10:26:02 19efc2c863da: Pushed 10:26:02 f6c8a3c332d4: Pushed 10:26:09 06e7ae3e7ee1: Pushed 10:26:09 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:09 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:10 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:26:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:10 9b1d3c9a0c91: Preparing 10:26:10 06e7ae3e7ee1: Preparing 10:26:10 c960c72ef0de: Preparing 10:26:10 1c0282db2255: Preparing 10:26:10 f6c8a3c332d4: Preparing 10:26:10 19efc2c863da: Preparing 10:26:10 1e890da81ec9: Preparing 10:26:10 1e890da81ec9: Waiting 10:26:10 19efc2c863da: Waiting 10:26:10 1c0282db2255: Layer already exists 10:26:10 06e7ae3e7ee1: Layer already exists 10:26:10 c960c72ef0de: Layer already exists 10:26:10 f6c8a3c332d4: Layer already exists 10:26:10 9b1d3c9a0c91: Layer already exists 10:26:10 19efc2c863da: Layer already exists 10:26:10 1e890da81ec9: Layer already exists 10:26:10 latest: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:10 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:11 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 10:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:11 9b1d3c9a0c91: Preparing 10:26:11 06e7ae3e7ee1: Preparing 10:26:11 c960c72ef0de: Preparing 10:26:11 1c0282db2255: Preparing 10:26:11 f6c8a3c332d4: Preparing 10:26:11 19efc2c863da: Preparing 10:26:11 1e890da81ec9: Preparing 10:26:11 19efc2c863da: Waiting 10:26:11 1c0282db2255: Layer already exists 10:26:11 9b1d3c9a0c91: Layer already exists 10:26:11 06e7ae3e7ee1: Layer already exists 10:26:11 f6c8a3c332d4: Layer already exists 10:26:11 c960c72ef0de: Layer already exists 10:26:11 19efc2c863da: Layer already exists 10:26:11 1e890da81ec9: Layer already exists 10:26:11 4.1.0-dev.44: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:11 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:11 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:11 9b1d3c9a0c91: Preparing 10:26:11 06e7ae3e7ee1: Preparing 10:26:11 c960c72ef0de: Preparing 10:26:11 1c0282db2255: Preparing 10:26:11 f6c8a3c332d4: Preparing 10:26:11 19efc2c863da: Preparing 10:26:11 1e890da81ec9: Preparing 10:26:11 19efc2c863da: Waiting 10:26:11 1e890da81ec9: Waiting 10:26:11 c960c72ef0de: Layer already exists 10:26:11 06e7ae3e7ee1: Layer already exists 10:26:11 f6c8a3c332d4: Layer already exists 10:26:11 1c0282db2255: Layer already exists 10:26:11 9b1d3c9a0c91: Layer already exists 10:26:11 1e890da81ec9: Layer already exists 10:26:11 19efc2c863da: Layer already exists 10:26:11 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:26:12 9b1d3c9a0c91: Preparing 10:26:12 06e7ae3e7ee1: Preparing 10:26:12 c960c72ef0de: Preparing 10:26:12 1c0282db2255: Preparing 10:26:12 f6c8a3c332d4: Preparing 10:26:12 19efc2c863da: Preparing 10:26:12 1e890da81ec9: Preparing 10:26:12 19efc2c863da: Waiting 10:26:12 1e890da81ec9: Waiting 10:26:12 c960c72ef0de: Layer already exists 10:26:12 06e7ae3e7ee1: Layer already exists 10:26:12 f6c8a3c332d4: Layer already exists 10:26:12 9b1d3c9a0c91: Layer already exists 10:26:12 1c0282db2255: Layer already exists 10:26:12 1e890da81ec9: Layer already exists 10:26:12 19efc2c863da: Layer already exists 10:26:12 main: digest: sha256:acae20b25ff6954a7e5bea1c10fb6c8e5ac3f38edc3367c9958e9cf38d918f33 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:13 ===================================================== [Pipeline] echo 10:26:13 taggedImages: 10:26:13 - nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:13 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:26:13 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 10:26:13 - nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:13 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:26:13 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:26:13 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:13 latest 10:26:13 4.1.0-dev.44 10:26:13 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:13 main 10:26:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:13 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:26:13 71211cb51bb7: Preparing 10:26:13 fda36a3f79e3: Preparing 10:26:13 3d89cc45480c: Preparing 10:26:13 f6f360c6f54d: Preparing 10:26:13 c960c72ef0de: Preparing 10:26:13 1c0282db2255: Preparing 10:26:13 f6c8a3c332d4: Preparing 10:26:13 19efc2c863da: Preparing 10:26:13 1e890da81ec9: Preparing 10:26:13 1c0282db2255: Waiting 10:26:13 f6c8a3c332d4: Waiting 10:26:13 19efc2c863da: Waiting 10:26:13 1e890da81ec9: Waiting 10:26:13 c960c72ef0de: Layer already exists 10:26:14 1c0282db2255: Layer already exists 10:26:14 f6c8a3c332d4: Layer already exists 10:26:14 3d89cc45480c: Pushed 10:26:14 fda36a3f79e3: Pushed 10:26:14 19efc2c863da: Layer already exists 10:26:14 71211cb51bb7: Pushed 10:26:14 1e890da81ec9: Layer already exists 10:26:16 f6f360c6f54d: Pushed 10:26:16 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:26:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:26:17 71211cb51bb7: Preparing 10:26:17 fda36a3f79e3: Preparing 10:26:17 3d89cc45480c: Preparing 10:26:17 f6f360c6f54d: Preparing 10:26:17 c960c72ef0de: Preparing 10:26:17 1c0282db2255: Preparing 10:26:17 1c0282db2255: Waiting 10:26:17 f6c8a3c332d4: Preparing 10:26:17 f6c8a3c332d4: Waiting 10:26:17 19efc2c863da: Preparing 10:26:17 1e890da81ec9: Preparing 10:26:17 19efc2c863da: Waiting 10:26:17 1e890da81ec9: Waiting 10:26:17 71211cb51bb7: Layer already exists 10:26:17 3d89cc45480c: Layer already exists 10:26:17 fda36a3f79e3: Layer already exists 10:26:17 f6f360c6f54d: Layer already exists 10:26:17 c960c72ef0de: Layer already exists 10:26:17 19efc2c863da: Layer already exists 10:26:17 f6c8a3c332d4: Layer already exists 10:26:17 1c0282db2255: Layer already exists 10:26:17 1e890da81ec9: Layer already exists 10:26:17 latest: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:17 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 10:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:26:18 71211cb51bb7: Preparing 10:26:18 fda36a3f79e3: Preparing 10:26:18 3d89cc45480c: Preparing 10:26:18 f6f360c6f54d: Preparing 10:26:18 c960c72ef0de: Preparing 10:26:18 1c0282db2255: Preparing 10:26:18 f6c8a3c332d4: Preparing 10:26:18 19efc2c863da: Preparing 10:26:18 1e890da81ec9: Preparing 10:26:18 f6c8a3c332d4: Waiting 10:26:18 19efc2c863da: Waiting 10:26:18 1e890da81ec9: Waiting 10:26:18 1c0282db2255: Waiting 10:26:18 3d89cc45480c: Layer already exists 10:26:18 f6f360c6f54d: Layer already exists 10:26:18 71211cb51bb7: Layer already exists 10:26:18 c960c72ef0de: Layer already exists 10:26:18 fda36a3f79e3: Layer already exists 10:26:18 1c0282db2255: Layer already exists 10:26:18 1e890da81ec9: Layer already exists 10:26:18 f6c8a3c332d4: Layer already exists 10:26:18 19efc2c863da: Layer already exists 10:26:18 4.1.0-dev.44: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:18 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:26:18 71211cb51bb7: Preparing 10:26:18 fda36a3f79e3: Preparing 10:26:18 3d89cc45480c: Preparing 10:26:18 f6f360c6f54d: Preparing 10:26:18 c960c72ef0de: Preparing 10:26:18 1c0282db2255: Preparing 10:26:18 f6c8a3c332d4: Preparing 10:26:18 19efc2c863da: Preparing 10:26:18 1e890da81ec9: Preparing 10:26:18 1c0282db2255: Waiting 10:26:18 f6c8a3c332d4: Waiting 10:26:18 19efc2c863da: Waiting 10:26:18 1e890da81ec9: Waiting 10:26:18 3d89cc45480c: Layer already exists 10:26:18 fda36a3f79e3: Layer already exists 10:26:18 f6f360c6f54d: Layer already exists 10:26:18 71211cb51bb7: Layer already exists 10:26:18 c960c72ef0de: Layer already exists 10:26:18 19efc2c863da: Layer already exists 10:26:18 1c0282db2255: Layer already exists 10:26:18 f6c8a3c332d4: Layer already exists 10:26:18 1e890da81ec9: Layer already exists 10:26:18 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:19 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:26:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:26:19 71211cb51bb7: Preparing 10:26:19 fda36a3f79e3: Preparing 10:26:19 3d89cc45480c: Preparing 10:26:19 f6f360c6f54d: Preparing 10:26:19 c960c72ef0de: Preparing 10:26:19 1c0282db2255: Preparing 10:26:19 f6c8a3c332d4: Preparing 10:26:19 19efc2c863da: Preparing 10:26:19 1e890da81ec9: Preparing 10:26:19 1c0282db2255: Waiting 10:26:19 f6c8a3c332d4: Waiting 10:26:19 19efc2c863da: Waiting 10:26:19 1e890da81ec9: Waiting 10:26:19 c960c72ef0de: Layer already exists 10:26:19 f6f360c6f54d: Layer already exists 10:26:19 71211cb51bb7: Layer already exists 10:26:19 3d89cc45480c: Layer already exists 10:26:19 fda36a3f79e3: Layer already exists 10:26:19 f6c8a3c332d4: Layer already exists 10:26:19 19efc2c863da: Layer already exists 10:26:19 1e890da81ec9: Layer already exists 10:26:19 1c0282db2255: Layer already exists 10:26:19 main: digest: sha256:e3a78a19bd28cafc1eb78ae2c1c2c18964d674063da6d8befa6289e7d489226d size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:19 ===================================================== [Pipeline] echo 10:26:19 taggedImages: 10:26:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:26:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 10:26:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:26:19 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:26:19 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:19 latest 10:26:19 4.1.0-dev.44 10:26:19 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:19 main 10:26:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:20 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:20 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:26:20 7c41edc08271: Preparing 10:26:20 de6ddbdc7c4d: Preparing 10:26:20 c960c72ef0de: Preparing 10:26:20 1c0282db2255: Preparing 10:26:20 07596372862f: Preparing 10:26:20 19efc2c863da: Preparing 10:26:20 1e890da81ec9: Preparing 10:26:20 19efc2c863da: Waiting 10:26:20 1e890da81ec9: Waiting 10:26:20 c960c72ef0de: Layer already exists 10:26:20 1c0282db2255: Layer already exists 10:26:20 19efc2c863da: Layer already exists 10:26:20 1e890da81ec9: Layer already exists 10:26:20 7c41edc08271: Pushed 10:26:21 07596372862f: Pushed 10:26:29 de6ddbdc7c4d: Pushed 10:26:29 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:26:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:26:29 7c41edc08271: Preparing 10:26:29 de6ddbdc7c4d: Preparing 10:26:29 c960c72ef0de: Preparing 10:26:29 1c0282db2255: Preparing 10:26:29 07596372862f: Preparing 10:26:29 19efc2c863da: Preparing 10:26:29 1e890da81ec9: Preparing 10:26:29 19efc2c863da: Waiting 10:26:29 1e890da81ec9: Waiting 10:26:29 7c41edc08271: Layer already exists 10:26:29 07596372862f: Layer already exists 10:26:29 de6ddbdc7c4d: Layer already exists 10:26:29 c960c72ef0de: Layer already exists 10:26:29 1c0282db2255: Layer already exists 10:26:29 1e890da81ec9: Layer already exists 10:26:29 19efc2c863da: Layer already exists 10:26:29 latest: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 10:26:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:26:30 7c41edc08271: Preparing 10:26:30 de6ddbdc7c4d: Preparing 10:26:30 c960c72ef0de: Preparing 10:26:30 1c0282db2255: Preparing 10:26:30 07596372862f: Preparing 10:26:30 19efc2c863da: Preparing 10:26:30 1e890da81ec9: Preparing 10:26:30 19efc2c863da: Waiting 10:26:30 c960c72ef0de: Layer already exists 10:26:30 1c0282db2255: Layer already exists 10:26:30 7c41edc08271: Layer already exists 10:26:30 07596372862f: Layer already exists 10:26:30 de6ddbdc7c4d: Layer already exists 10:26:30 19efc2c863da: Layer already exists 10:26:30 1e890da81ec9: Layer already exists 10:26:30 4.1.0-dev.44: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:26:31 7c41edc08271: Preparing 10:26:31 de6ddbdc7c4d: Preparing 10:26:31 c960c72ef0de: Preparing 10:26:31 1c0282db2255: Preparing 10:26:31 07596372862f: Preparing 10:26:31 19efc2c863da: Preparing 10:26:31 1e890da81ec9: Preparing 10:26:31 1e890da81ec9: Waiting 10:26:31 19efc2c863da: Waiting 10:26:31 7c41edc08271: Layer already exists 10:26:31 c960c72ef0de: Layer already exists 10:26:31 1c0282db2255: Layer already exists 10:26:31 07596372862f: Layer already exists 10:26:31 de6ddbdc7c4d: Layer already exists 10:26:31 19efc2c863da: Layer already exists 10:26:31 1e890da81ec9: Layer already exists 10:26:31 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:26:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:26:32 7c41edc08271: Preparing 10:26:32 de6ddbdc7c4d: Preparing 10:26:32 c960c72ef0de: Preparing 10:26:32 1c0282db2255: Preparing 10:26:32 07596372862f: Preparing 10:26:32 19efc2c863da: Preparing 10:26:32 1e890da81ec9: Preparing 10:26:32 19efc2c863da: Waiting 10:26:32 1e890da81ec9: Waiting 10:26:32 de6ddbdc7c4d: Layer already exists 10:26:32 07596372862f: Layer already exists 10:26:32 7c41edc08271: Layer already exists 10:26:32 c960c72ef0de: Layer already exists 10:26:32 1c0282db2255: Layer already exists 10:26:32 19efc2c863da: Layer already exists 10:26:32 1e890da81ec9: Layer already exists 10:26:32 main: digest: sha256:1f059a94022b61f512103bf3de96200d0b7e94cf204e4bdcec1514f566fc6ff8 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:32 ===================================================== [Pipeline] echo 10:26:32 taggedImages: 10:26:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:26:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 10:26:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:26:32 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 10:26:32 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:32 latest 10:26:32 4.1.0-dev.44 10:26:32 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:32 main 10:26:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:33 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:26:33 0ea93abe8669: Preparing 10:26:33 27a3416cbf82: Preparing 10:26:33 1c0282db2255: Preparing 10:26:33 882f53b0ba73: Preparing 10:26:33 4e1f300158a5: Preparing 10:26:33 1e890da81ec9: Preparing 10:26:33 1e890da81ec9: Waiting 10:26:33 1c0282db2255: Layer already exists 10:26:33 1e890da81ec9: Layer already exists 10:26:33 4e1f300158a5: Pushed 10:26:33 0ea93abe8669: Pushed 10:26:33 882f53b0ba73: Pushed 10:26:41 27a3416cbf82: Pushed 10:26:41 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:42 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:42 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:26:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:26:42 0ea93abe8669: Preparing 10:26:42 27a3416cbf82: Preparing 10:26:42 1c0282db2255: Preparing 10:26:42 882f53b0ba73: Preparing 10:26:42 4e1f300158a5: Preparing 10:26:42 1e890da81ec9: Preparing 10:26:42 1e890da81ec9: Waiting 10:26:42 4e1f300158a5: Layer already exists 10:26:42 1c0282db2255: Layer already exists 10:26:42 0ea93abe8669: Layer already exists 10:26:42 27a3416cbf82: Layer already exists 10:26:42 882f53b0ba73: Layer already exists 10:26:42 1e890da81ec9: Layer already exists 10:26:42 latest: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:43 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 10:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:26:43 0ea93abe8669: Preparing 10:26:43 27a3416cbf82: Preparing 10:26:43 1c0282db2255: Preparing 10:26:43 882f53b0ba73: Preparing 10:26:43 4e1f300158a5: Preparing 10:26:43 1e890da81ec9: Preparing 10:26:43 1e890da81ec9: Waiting 10:26:43 27a3416cbf82: Layer already exists 10:26:43 0ea93abe8669: Layer already exists 10:26:43 1c0282db2255: Layer already exists 10:26:43 4e1f300158a5: Layer already exists 10:26:43 882f53b0ba73: Layer already exists 10:26:43 1e890da81ec9: Layer already exists 10:26:43 4.1.0-dev.44: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:43 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:26:46 0ea93abe8669: Preparing 10:26:46 27a3416cbf82: Preparing 10:26:46 1c0282db2255: Preparing 10:26:46 882f53b0ba73: Preparing 10:26:46 4e1f300158a5: Preparing 10:26:46 1e890da81ec9: Preparing 10:26:46 1e890da81ec9: Waiting 10:26:46 0ea93abe8669: Layer already exists 10:26:46 882f53b0ba73: Layer already exists 10:26:46 1c0282db2255: Layer already exists 10:26:46 4e1f300158a5: Layer already exists 10:26:46 27a3416cbf82: Layer already exists 10:26:46 1e890da81ec9: Layer already exists 10:26:46 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 10:26:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:26:47 0ea93abe8669: Preparing 10:26:47 27a3416cbf82: Preparing 10:26:47 1c0282db2255: Preparing 10:26:47 882f53b0ba73: Preparing 10:26:47 4e1f300158a5: Preparing 10:26:47 1e890da81ec9: Preparing 10:26:47 1e890da81ec9: Waiting 10:26:47 27a3416cbf82: Layer already exists 10:26:47 1c0282db2255: Layer already exists 10:26:47 882f53b0ba73: Layer already exists 10:26:47 4e1f300158a5: Layer already exists 10:26:47 0ea93abe8669: Layer already exists 10:26:47 1e890da81ec9: Layer already exists 10:26:47 main: digest: sha256:bc02dd7d5b467633672250448fcdc2a90b2a6f94af6a304dfc061e5bfe448210 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:26:47 ===================================================== [Pipeline] echo 10:26:47 taggedImages: 10:26:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:26:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 10:26:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:47 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:26:47 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:26:47 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:47 latest 10:26:47 4.1.0-dev.44 10:26:47 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:47 main 10:26:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:26:48 7f1ebab1a06a: Preparing 10:26:48 8b17b3c5a23d: Preparing 10:26:48 9fc99c07bae7: Preparing 10:26:48 c960c72ef0de: Preparing 10:26:48 1c0282db2255: Preparing 10:26:48 f6c8a3c332d4: Preparing 10:26:48 19efc2c863da: Preparing 10:26:48 1e890da81ec9: Preparing 10:26:48 19efc2c863da: Waiting 10:26:48 1e890da81ec9: Waiting 10:26:48 f6c8a3c332d4: Waiting 10:26:48 c960c72ef0de: Layer already exists 10:26:48 1c0282db2255: Layer already exists 10:26:48 19efc2c863da: Layer already exists 10:26:48 f6c8a3c332d4: Layer already exists 10:26:48 8b17b3c5a23d: Pushed 10:26:48 1e890da81ec9: Layer already exists 10:26:48 7f1ebab1a06a: Pushed 10:26:56 9fc99c07bae7: Pushed 10:26:56 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:26:57 7f1ebab1a06a: Preparing 10:26:57 8b17b3c5a23d: Preparing 10:26:57 9fc99c07bae7: Preparing 10:26:57 c960c72ef0de: Preparing 10:26:57 1c0282db2255: Preparing 10:26:57 f6c8a3c332d4: Preparing 10:26:57 19efc2c863da: Preparing 10:26:57 1e890da81ec9: Preparing 10:26:57 f6c8a3c332d4: Waiting 10:26:57 19efc2c863da: Waiting 10:26:57 1e890da81ec9: Waiting 10:26:57 9fc99c07bae7: Layer already exists 10:26:57 1c0282db2255: Layer already exists 10:26:57 c960c72ef0de: Layer already exists 10:26:57 7f1ebab1a06a: Layer already exists 10:26:57 8b17b3c5a23d: Layer already exists 10:26:57 19efc2c863da: Layer already exists 10:26:57 f6c8a3c332d4: Layer already exists 10:26:57 1e890da81ec9: Layer already exists 10:26:57 latest: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 10:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:26:57 7f1ebab1a06a: Preparing 10:26:57 8b17b3c5a23d: Preparing 10:26:57 9fc99c07bae7: Preparing 10:26:57 c960c72ef0de: Preparing 10:26:57 1c0282db2255: Preparing 10:26:57 f6c8a3c332d4: Preparing 10:26:57 19efc2c863da: Preparing 10:26:57 1e890da81ec9: Preparing 10:26:57 19efc2c863da: Waiting 10:26:57 1e890da81ec9: Waiting 10:26:57 f6c8a3c332d4: Waiting 10:26:57 9fc99c07bae7: Layer already exists 10:26:57 7f1ebab1a06a: Layer already exists 10:26:57 c960c72ef0de: Layer already exists 10:26:57 1c0282db2255: Layer already exists 10:26:57 8b17b3c5a23d: Layer already exists 10:26:57 1e890da81ec9: Layer already exists 10:26:57 f6c8a3c332d4: Layer already exists 10:26:57 19efc2c863da: Layer already exists 10:26:57 4.1.0-dev.44: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:26:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:26:58 7f1ebab1a06a: Preparing 10:26:58 8b17b3c5a23d: Preparing 10:26:58 9fc99c07bae7: Preparing 10:26:58 c960c72ef0de: Preparing 10:26:58 1c0282db2255: Preparing 10:26:58 f6c8a3c332d4: Preparing 10:26:58 19efc2c863da: Preparing 10:26:58 1e890da81ec9: Preparing 10:26:58 1e890da81ec9: Waiting 10:26:58 f6c8a3c332d4: Waiting 10:26:58 19efc2c863da: Waiting 10:26:58 7f1ebab1a06a: Layer already exists 10:26:58 1c0282db2255: Layer already exists 10:26:58 9fc99c07bae7: Layer already exists 10:26:58 c960c72ef0de: Layer already exists 10:26:58 8b17b3c5a23d: Layer already exists 10:26:58 19efc2c863da: Layer already exists 10:26:58 f6c8a3c332d4: Layer already exists 10:26:58 1e890da81ec9: Layer already exists 10:26:58 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:26:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:26:59 7f1ebab1a06a: Preparing 10:26:59 8b17b3c5a23d: Preparing 10:26:59 9fc99c07bae7: Preparing 10:26:59 c960c72ef0de: Preparing 10:26:59 1c0282db2255: Preparing 10:26:59 f6c8a3c332d4: Preparing 10:26:59 19efc2c863da: Preparing 10:26:59 1e890da81ec9: Preparing 10:26:59 f6c8a3c332d4: Waiting 10:26:59 1e890da81ec9: Waiting 10:26:59 7f1ebab1a06a: Layer already exists 10:26:59 8b17b3c5a23d: Layer already exists 10:26:59 c960c72ef0de: Layer already exists 10:26:59 9fc99c07bae7: Layer already exists 10:26:59 1c0282db2255: Layer already exists 10:26:59 19efc2c863da: Layer already exists 10:26:59 1e890da81ec9: Layer already exists 10:26:59 f6c8a3c332d4: Layer already exists 10:27:06 main: digest: sha256:6ab2a0160d5854d816e2d17e59735d334c46ba3bcdf1c0d90178f5242f555dcb size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:06 ===================================================== [Pipeline] echo 10:27:06 taggedImages: 10:27:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:27:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 10:27:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:27:06 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:27:06 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:06 latest 10:27:06 4.1.0-dev.44 10:27:06 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:06 main 10:27:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:07 dff59c5f6b2a: Preparing 10:27:07 eaaa1d78190c: Preparing 10:27:07 ce740fbd2091: Preparing 10:27:07 1676d85dafda: Preparing 10:27:07 0ab988bec18d: Preparing 10:27:07 c8bac8901034: Preparing 10:27:07 ba885a545d4c: Preparing 10:27:07 c960c72ef0de: Preparing 10:27:07 1c0282db2255: Preparing 10:27:07 d5e62d7959e1: Preparing 10:27:07 317685b735eb: Preparing 10:27:07 5f70bf18a086: Preparing 10:27:07 d3b3d61d9603: Preparing 10:27:07 c372cbb57f5f: Preparing 10:27:07 65601334437f: Preparing 10:27:07 1e890da81ec9: Preparing 10:27:07 317685b735eb: Waiting 10:27:07 c8bac8901034: Waiting 10:27:07 ba885a545d4c: Waiting 10:27:07 c960c72ef0de: Waiting 10:27:07 1c0282db2255: Waiting 10:27:07 d5e62d7959e1: Waiting 10:27:07 5f70bf18a086: Waiting 10:27:07 d3b3d61d9603: Waiting 10:27:07 c372cbb57f5f: Waiting 10:27:07 65601334437f: Waiting 10:27:07 1e890da81ec9: Waiting 10:27:07 eaaa1d78190c: Pushed 10:27:07 ce740fbd2091: Pushed 10:27:07 dff59c5f6b2a: Pushed 10:27:07 0ab988bec18d: Pushed 10:27:07 1676d85dafda: Pushed 10:27:07 c960c72ef0de: Layer already exists 10:27:07 1c0282db2255: Layer already exists 10:27:07 c8bac8901034: Pushed 10:27:07 5f70bf18a086: Layer already exists 10:27:07 d5e62d7959e1: Pushed 10:27:07 317685b735eb: Pushed 10:27:07 1e890da81ec9: Layer already exists 10:27:07 d3b3d61d9603: Pushed 10:27:07 65601334437f: Pushed 10:27:07 c372cbb57f5f: Pushed 10:27:10 ba885a545d4c: Pushed 10:27:10 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:11 dff59c5f6b2a: Preparing 10:27:11 eaaa1d78190c: Preparing 10:27:11 ce740fbd2091: Preparing 10:27:11 1676d85dafda: Preparing 10:27:11 0ab988bec18d: Preparing 10:27:11 c8bac8901034: Preparing 10:27:11 ba885a545d4c: Preparing 10:27:11 c960c72ef0de: Preparing 10:27:11 1c0282db2255: Preparing 10:27:11 d5e62d7959e1: Preparing 10:27:11 317685b735eb: Preparing 10:27:11 5f70bf18a086: Preparing 10:27:11 d3b3d61d9603: Preparing 10:27:11 c372cbb57f5f: Preparing 10:27:11 65601334437f: Preparing 10:27:11 1e890da81ec9: Preparing 10:27:11 c8bac8901034: Waiting 10:27:11 ba885a545d4c: Waiting 10:27:11 c960c72ef0de: Waiting 10:27:11 1c0282db2255: Waiting 10:27:11 d5e62d7959e1: Waiting 10:27:11 317685b735eb: Waiting 10:27:11 5f70bf18a086: Waiting 10:27:11 d3b3d61d9603: Waiting 10:27:11 c372cbb57f5f: Waiting 10:27:11 65601334437f: Waiting 10:27:11 1e890da81ec9: Waiting 10:27:11 0ab988bec18d: Layer already exists 10:27:11 dff59c5f6b2a: Layer already exists 10:27:11 1676d85dafda: Layer already exists 10:27:11 ce740fbd2091: Layer already exists 10:27:11 eaaa1d78190c: Layer already exists 10:27:11 ba885a545d4c: Layer already exists 10:27:11 c8bac8901034: Layer already exists 10:27:11 d5e62d7959e1: Layer already exists 10:27:11 1c0282db2255: Layer already exists 10:27:11 c960c72ef0de: Layer already exists 10:27:11 5f70bf18a086: Layer already exists 10:27:11 317685b735eb: Layer already exists 10:27:11 c372cbb57f5f: Layer already exists 10:27:11 65601334437f: Layer already exists 10:27:11 d3b3d61d9603: Layer already exists 10:27:11 1e890da81ec9: Layer already exists 10:27:11 latest: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 10:27:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:12 dff59c5f6b2a: Preparing 10:27:12 eaaa1d78190c: Preparing 10:27:12 ce740fbd2091: Preparing 10:27:12 1676d85dafda: Preparing 10:27:12 0ab988bec18d: Preparing 10:27:12 c8bac8901034: Preparing 10:27:12 ba885a545d4c: Preparing 10:27:12 c960c72ef0de: Preparing 10:27:12 1c0282db2255: Preparing 10:27:12 d5e62d7959e1: Preparing 10:27:12 317685b735eb: Preparing 10:27:12 5f70bf18a086: Preparing 10:27:12 d3b3d61d9603: Preparing 10:27:12 c372cbb57f5f: Preparing 10:27:12 65601334437f: Preparing 10:27:12 1e890da81ec9: Preparing 10:27:12 c8bac8901034: Waiting 10:27:12 ba885a545d4c: Waiting 10:27:12 c960c72ef0de: Waiting 10:27:12 1c0282db2255: Waiting 10:27:12 d5e62d7959e1: Waiting 10:27:12 317685b735eb: Waiting 10:27:12 5f70bf18a086: Waiting 10:27:12 d3b3d61d9603: Waiting 10:27:12 c372cbb57f5f: Waiting 10:27:12 65601334437f: Waiting 10:27:12 1e890da81ec9: Waiting 10:27:12 ce740fbd2091: Layer already exists 10:27:12 eaaa1d78190c: Layer already exists 10:27:12 1676d85dafda: Layer already exists 10:27:12 dff59c5f6b2a: Layer already exists 10:27:12 0ab988bec18d: Layer already exists 10:27:12 c8bac8901034: Layer already exists 10:27:12 ba885a545d4c: Layer already exists 10:27:12 1c0282db2255: Layer already exists 10:27:12 c960c72ef0de: Layer already exists 10:27:12 d5e62d7959e1: Layer already exists 10:27:12 5f70bf18a086: Layer already exists 10:27:12 d3b3d61d9603: Layer already exists 10:27:12 317685b735eb: Layer already exists 10:27:12 65601334437f: Layer already exists 10:27:12 c372cbb57f5f: Layer already exists 10:27:12 1e890da81ec9: Layer already exists 10:27:12 4.1.0-dev.44: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:13 dff59c5f6b2a: Preparing 10:27:13 eaaa1d78190c: Preparing 10:27:13 ce740fbd2091: Preparing 10:27:13 1676d85dafda: Preparing 10:27:13 0ab988bec18d: Preparing 10:27:13 c8bac8901034: Preparing 10:27:13 ba885a545d4c: Preparing 10:27:13 c960c72ef0de: Preparing 10:27:13 1c0282db2255: Preparing 10:27:13 d5e62d7959e1: Preparing 10:27:13 317685b735eb: Preparing 10:27:13 5f70bf18a086: Preparing 10:27:13 d3b3d61d9603: Preparing 10:27:13 c372cbb57f5f: Preparing 10:27:13 65601334437f: Preparing 10:27:13 1e890da81ec9: Preparing 10:27:13 c8bac8901034: Waiting 10:27:13 ba885a545d4c: Waiting 10:27:13 c960c72ef0de: Waiting 10:27:13 1c0282db2255: Waiting 10:27:13 d5e62d7959e1: Waiting 10:27:13 317685b735eb: Waiting 10:27:13 5f70bf18a086: Waiting 10:27:13 d3b3d61d9603: Waiting 10:27:13 c372cbb57f5f: Waiting 10:27:13 65601334437f: Waiting 10:27:13 1e890da81ec9: Waiting 10:27:13 dff59c5f6b2a: Layer already exists 10:27:13 0ab988bec18d: Layer already exists 10:27:13 1676d85dafda: Layer already exists 10:27:13 ce740fbd2091: Layer already exists 10:27:13 eaaa1d78190c: Layer already exists 10:27:13 ba885a545d4c: Layer already exists 10:27:13 1c0282db2255: Layer already exists 10:27:13 c8bac8901034: Layer already exists 10:27:13 d5e62d7959e1: Layer already exists 10:27:13 c960c72ef0de: Layer already exists 10:27:13 317685b735eb: Layer already exists 10:27:13 5f70bf18a086: Layer already exists 10:27:13 65601334437f: Layer already exists 10:27:13 d3b3d61d9603: Layer already exists 10:27:13 c372cbb57f5f: Layer already exists 10:27:13 1e890da81ec9: Layer already exists 10:27:13 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:27:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:27:14 dff59c5f6b2a: Preparing 10:27:14 eaaa1d78190c: Preparing 10:27:14 ce740fbd2091: Preparing 10:27:14 1676d85dafda: Preparing 10:27:14 0ab988bec18d: Preparing 10:27:14 c8bac8901034: Preparing 10:27:14 ba885a545d4c: Preparing 10:27:14 c960c72ef0de: Preparing 10:27:14 1c0282db2255: Preparing 10:27:14 d5e62d7959e1: Preparing 10:27:14 317685b735eb: Preparing 10:27:14 5f70bf18a086: Preparing 10:27:14 d3b3d61d9603: Preparing 10:27:14 c372cbb57f5f: Preparing 10:27:14 65601334437f: Preparing 10:27:14 c8bac8901034: Waiting 10:27:14 1e890da81ec9: Preparing 10:27:14 ba885a545d4c: Waiting 10:27:14 c960c72ef0de: Waiting 10:27:14 d5e62d7959e1: Waiting 10:27:14 1c0282db2255: Waiting 10:27:14 c372cbb57f5f: Waiting 10:27:14 317685b735eb: Waiting 10:27:14 65601334437f: Waiting 10:27:14 5f70bf18a086: Waiting 10:27:14 1e890da81ec9: Waiting 10:27:14 d3b3d61d9603: Waiting 10:27:14 0ab988bec18d: Layer already exists 10:27:14 dff59c5f6b2a: Layer already exists 10:27:14 1676d85dafda: Layer already exists 10:27:14 ce740fbd2091: Layer already exists 10:27:14 eaaa1d78190c: Layer already exists 10:27:14 c8bac8901034: Layer already exists 10:27:14 1c0282db2255: Layer already exists 10:27:14 c960c72ef0de: Layer already exists 10:27:14 ba885a545d4c: Layer already exists 10:27:14 d5e62d7959e1: Layer already exists 10:27:14 c372cbb57f5f: Layer already exists 10:27:14 317685b735eb: Layer already exists 10:27:14 65601334437f: Layer already exists 10:27:14 5f70bf18a086: Layer already exists 10:27:14 d3b3d61d9603: Layer already exists 10:27:14 1e890da81ec9: Layer already exists 10:27:14 main: digest: sha256:94009c2e7810dc07cb673151392bf1c799f8a5d62980c1b284a584cb9f7dcb0c size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:14 ===================================================== [Pipeline] echo 10:27:14 taggedImages: 10:27:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:27:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 10:27:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:14 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:27:14 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 10:27:14 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:14 latest 10:27:14 4.1.0-dev.44 10:27:14 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:14 main 10:27:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:27:15 2fc18b251636: Preparing 10:27:15 5eb5bdf67339: Preparing 10:27:15 3d13fbdeceff: Preparing 10:27:15 9e575f9d7bd3: Preparing 10:27:15 c960c72ef0de: Preparing 10:27:15 1c0282db2255: Preparing 10:27:15 f6c8a3c332d4: Preparing 10:27:15 19efc2c863da: Preparing 10:27:15 1e890da81ec9: Preparing 10:27:15 f6c8a3c332d4: Waiting 10:27:15 1c0282db2255: Waiting 10:27:15 19efc2c863da: Waiting 10:27:15 1e890da81ec9: Waiting 10:27:15 c960c72ef0de: Layer already exists 10:27:15 1c0282db2255: Layer already exists 10:27:15 f6c8a3c332d4: Layer already exists 10:27:15 5eb5bdf67339: Pushed 10:27:15 19efc2c863da: Layer already exists 10:27:15 3d13fbdeceff: Pushed 10:27:15 2fc18b251636: Pushed 10:27:15 1e890da81ec9: Layer already exists 10:27:23 9e575f9d7bd3: Pushed 10:27:23 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:23 + 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 10:27:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:27:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:27:24 2fc18b251636: Preparing 10:27:24 5eb5bdf67339: Preparing 10:27:24 3d13fbdeceff: Preparing 10:27:24 9e575f9d7bd3: Preparing 10:27:24 c960c72ef0de: Preparing 10:27:24 1c0282db2255: Preparing 10:27:24 f6c8a3c332d4: Preparing 10:27:24 19efc2c863da: Preparing 10:27:24 1e890da81ec9: Preparing 10:27:24 1c0282db2255: Waiting 10:27:24 f6c8a3c332d4: Waiting 10:27:24 19efc2c863da: Waiting 10:27:24 1e890da81ec9: Waiting 10:27:24 3d13fbdeceff: Layer already exists 10:27:24 c960c72ef0de: Layer already exists 10:27:24 9e575f9d7bd3: Layer already exists 10:27:24 5eb5bdf67339: Layer already exists 10:27:24 2fc18b251636: Layer already exists 10:27:24 1c0282db2255: Layer already exists 10:27:24 f6c8a3c332d4: Layer already exists 10:27:24 19efc2c863da: Layer already exists 10:27:24 1e890da81ec9: Layer already exists 10:27:24 latest: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 10:27:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:27:25 2fc18b251636: Preparing 10:27:25 5eb5bdf67339: Preparing 10:27:25 3d13fbdeceff: Preparing 10:27:25 9e575f9d7bd3: Preparing 10:27:25 c960c72ef0de: Preparing 10:27:25 1c0282db2255: Preparing 10:27:25 f6c8a3c332d4: Preparing 10:27:25 19efc2c863da: Preparing 10:27:25 1e890da81ec9: Preparing 10:27:25 f6c8a3c332d4: Waiting 10:27:25 1c0282db2255: Waiting 10:27:25 1e890da81ec9: Waiting 10:27:25 19efc2c863da: Waiting 10:27:25 5eb5bdf67339: Layer already exists 10:27:25 9e575f9d7bd3: Layer already exists 10:27:25 2fc18b251636: Layer already exists 10:27:25 3d13fbdeceff: Layer already exists 10:27:25 c960c72ef0de: Layer already exists 10:27:25 f6c8a3c332d4: Layer already exists 10:27:25 1c0282db2255: Layer already exists 10:27:25 19efc2c863da: Layer already exists 10:27:25 1e890da81ec9: Layer already exists 10:27:25 4.1.0-dev.44: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:25 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:27:26 2fc18b251636: Preparing 10:27:26 5eb5bdf67339: Preparing 10:27:26 3d13fbdeceff: Preparing 10:27:26 9e575f9d7bd3: Preparing 10:27:26 c960c72ef0de: Preparing 10:27:26 1c0282db2255: Preparing 10:27:26 f6c8a3c332d4: Preparing 10:27:26 19efc2c863da: Preparing 10:27:26 1e890da81ec9: Preparing 10:27:26 f6c8a3c332d4: Waiting 10:27:26 19efc2c863da: Waiting 10:27:26 1e890da81ec9: Waiting 10:27:26 1c0282db2255: Waiting 10:27:26 3d13fbdeceff: Layer already exists 10:27:26 5eb5bdf67339: Layer already exists 10:27:26 2fc18b251636: Layer already exists 10:27:26 c960c72ef0de: Layer already exists 10:27:26 9e575f9d7bd3: Layer already exists 10:27:26 1c0282db2255: Layer already exists 10:27:26 f6c8a3c332d4: Layer already exists 10:27:26 19efc2c863da: Layer already exists 10:27:26 1e890da81ec9: Layer already exists 10:27:26 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:26 + 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 10:27:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 10:27:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:27:27 2fc18b251636: Preparing 10:27:27 5eb5bdf67339: Preparing 10:27:27 3d13fbdeceff: Preparing 10:27:27 9e575f9d7bd3: Preparing 10:27:27 c960c72ef0de: Preparing 10:27:27 1c0282db2255: Preparing 10:27:27 f6c8a3c332d4: Preparing 10:27:27 19efc2c863da: Preparing 10:27:27 1e890da81ec9: Preparing 10:27:27 1c0282db2255: Waiting 10:27:27 f6c8a3c332d4: Waiting 10:27:27 19efc2c863da: Waiting 10:27:27 1e890da81ec9: Waiting 10:27:27 c960c72ef0de: Layer already exists 10:27:27 2fc18b251636: Layer already exists 10:27:27 9e575f9d7bd3: Layer already exists 10:27:27 3d13fbdeceff: Layer already exists 10:27:27 5eb5bdf67339: Layer already exists 10:27:27 19efc2c863da: Layer already exists 10:27:27 f6c8a3c332d4: Layer already exists 10:27:27 1c0282db2255: Layer already exists 10:27:27 1e890da81ec9: Layer already exists 10:27:27 main: digest: sha256:714a4288aaf50047918154e7dbeceb13aaf387254b1df41005028703542eefa4 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:27 ===================================================== [Pipeline] echo 10:27:27 taggedImages: 10:27:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:27:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 10:27:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:27 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:27:27 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:27:27 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:27 latest 10:27:27 4.1.0-dev.44 10:27:27 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:27 main 10:27:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:28 4be4c68ed562: Preparing 10:27:28 537df9bb4e91: Preparing 10:27:28 cf01418ad1d9: Preparing 10:27:28 99546955b45e: Preparing 10:27:28 02a65bc3a8ff: Preparing 10:27:28 c960c72ef0de: Preparing 10:27:28 1c0282db2255: Preparing 10:27:28 1f9ed7b3f0a5: Preparing 10:27:28 0cd021c42d80: Preparing 10:27:28 94141657f09e: Preparing 10:27:28 1e890da81ec9: Preparing 10:27:28 1f9ed7b3f0a5: Waiting 10:27:28 0cd021c42d80: Waiting 10:27:28 94141657f09e: Waiting 10:27:28 1e890da81ec9: Waiting 10:27:28 c960c72ef0de: Waiting 10:27:28 1c0282db2255: Waiting 10:27:28 02a65bc3a8ff: Pushed 10:27:28 537df9bb4e91: Pushed 10:27:28 c960c72ef0de: Layer already exists 10:27:28 99546955b45e: Pushed 10:27:28 4be4c68ed562: Pushed 10:27:28 1c0282db2255: Layer already exists 10:27:28 1e890da81ec9: Layer already exists 10:27:28 1f9ed7b3f0a5: Pushed 10:27:28 0cd021c42d80: Pushed 10:27:31 94141657f09e: Pushed 10:27:34 cf01418ad1d9: Pushed 10:27:34 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:35 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:35 4be4c68ed562: Preparing 10:27:35 537df9bb4e91: Preparing 10:27:35 cf01418ad1d9: Preparing 10:27:35 99546955b45e: Preparing 10:27:35 02a65bc3a8ff: Preparing 10:27:35 c960c72ef0de: Preparing 10:27:35 1c0282db2255: Preparing 10:27:35 c960c72ef0de: Waiting 10:27:35 1c0282db2255: Waiting 10:27:35 1f9ed7b3f0a5: Preparing 10:27:35 0cd021c42d80: Preparing 10:27:35 94141657f09e: Preparing 10:27:35 1e890da81ec9: Preparing 10:27:35 94141657f09e: Waiting 10:27:35 0cd021c42d80: Waiting 10:27:35 1e890da81ec9: Waiting 10:27:35 02a65bc3a8ff: Layer already exists 10:27:35 4be4c68ed562: Layer already exists 10:27:35 537df9bb4e91: Layer already exists 10:27:35 99546955b45e: Layer already exists 10:27:35 cf01418ad1d9: Layer already exists 10:27:35 c960c72ef0de: Layer already exists 10:27:35 1f9ed7b3f0a5: Layer already exists 10:27:35 1c0282db2255: Layer already exists 10:27:35 94141657f09e: Layer already exists 10:27:35 0cd021c42d80: Layer already exists 10:27:35 1e890da81ec9: Layer already exists 10:27:35 latest: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:36 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 10:27:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:36 4be4c68ed562: Preparing 10:27:36 537df9bb4e91: Preparing 10:27:36 cf01418ad1d9: Preparing 10:27:36 99546955b45e: Preparing 10:27:36 02a65bc3a8ff: Preparing 10:27:36 c960c72ef0de: Preparing 10:27:36 1c0282db2255: Preparing 10:27:36 1f9ed7b3f0a5: Preparing 10:27:36 0cd021c42d80: Preparing 10:27:36 94141657f09e: Preparing 10:27:36 1e890da81ec9: Preparing 10:27:36 1c0282db2255: Waiting 10:27:36 1f9ed7b3f0a5: Waiting 10:27:36 0cd021c42d80: Waiting 10:27:36 94141657f09e: Waiting 10:27:36 1e890da81ec9: Waiting 10:27:36 c960c72ef0de: Waiting 10:27:36 cf01418ad1d9: Layer already exists 10:27:36 537df9bb4e91: Layer already exists 10:27:36 99546955b45e: Layer already exists 10:27:36 02a65bc3a8ff: Layer already exists 10:27:36 4be4c68ed562: Layer already exists 10:27:36 c960c72ef0de: Layer already exists 10:27:36 1c0282db2255: Layer already exists 10:27:36 94141657f09e: Layer already exists 10:27:36 0cd021c42d80: Layer already exists 10:27:36 1f9ed7b3f0a5: Layer already exists 10:27:36 1e890da81ec9: Layer already exists 10:27:36 4.1.0-dev.44: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:37 4be4c68ed562: Preparing 10:27:37 537df9bb4e91: Preparing 10:27:37 cf01418ad1d9: Preparing 10:27:37 99546955b45e: Preparing 10:27:37 02a65bc3a8ff: Preparing 10:27:37 c960c72ef0de: Preparing 10:27:37 1c0282db2255: Preparing 10:27:37 1f9ed7b3f0a5: Preparing 10:27:37 0cd021c42d80: Preparing 10:27:37 94141657f09e: Preparing 10:27:37 1e890da81ec9: Preparing 10:27:37 1f9ed7b3f0a5: Waiting 10:27:37 0cd021c42d80: Waiting 10:27:37 c960c72ef0de: Waiting 10:27:37 1c0282db2255: Waiting 10:27:37 94141657f09e: Waiting 10:27:37 4be4c68ed562: Layer already exists 10:27:37 cf01418ad1d9: Layer already exists 10:27:37 99546955b45e: Layer already exists 10:27:37 02a65bc3a8ff: Layer already exists 10:27:37 537df9bb4e91: Layer already exists 10:27:37 0cd021c42d80: Layer already exists 10:27:37 c960c72ef0de: Layer already exists 10:27:37 1c0282db2255: Layer already exists 10:27:37 1f9ed7b3f0a5: Layer already exists 10:27:37 94141657f09e: Layer already exists 10:27:37 1e890da81ec9: Layer already exists 10:27:37 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:27:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:27:38 4be4c68ed562: Preparing 10:27:38 537df9bb4e91: Preparing 10:27:38 cf01418ad1d9: Preparing 10:27:38 99546955b45e: Preparing 10:27:38 02a65bc3a8ff: Preparing 10:27:38 c960c72ef0de: Preparing 10:27:38 1c0282db2255: Preparing 10:27:38 1f9ed7b3f0a5: Preparing 10:27:38 0cd021c42d80: Preparing 10:27:38 94141657f09e: Preparing 10:27:38 1e890da81ec9: Preparing 10:27:38 1f9ed7b3f0a5: Waiting 10:27:38 0cd021c42d80: Waiting 10:27:38 94141657f09e: Waiting 10:27:38 1e890da81ec9: Waiting 10:27:38 c960c72ef0de: Waiting 10:27:38 1c0282db2255: Waiting 10:27:38 cf01418ad1d9: Layer already exists 10:27:38 02a65bc3a8ff: Layer already exists 10:27:38 537df9bb4e91: Layer already exists 10:27:38 4be4c68ed562: Layer already exists 10:27:38 99546955b45e: Layer already exists 10:27:38 0cd021c42d80: Layer already exists 10:27:38 c960c72ef0de: Layer already exists 10:27:38 94141657f09e: Layer already exists 10:27:38 1c0282db2255: Layer already exists 10:27:38 1f9ed7b3f0a5: Layer already exists 10:27:38 1e890da81ec9: Layer already exists 10:27:38 main: digest: sha256:abc2dbca604c1dd912962dea2bc09313a549123a67ab425f2202c69661b4fecd size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:38 ===================================================== [Pipeline] echo 10:27:38 taggedImages: 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:38 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:27:38 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:27:38 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:38 latest 10:27:38 4.1.0-dev.44 10:27:38 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:38 main 10:27:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:39 e8c64d6a866a: Preparing 10:27:39 4c053b1d4243: Preparing 10:27:39 b52f2a9ebf23: Preparing 10:27:39 1d501f7a3f14: Preparing 10:27:39 441c7451cbc1: Preparing 10:27:39 af8af2b7dff9: Preparing 10:27:39 3551efbfd3fb: Preparing 10:27:39 c960c72ef0de: Preparing 10:27:39 1c0282db2255: Preparing 10:27:39 9fe21a21eccd: Preparing 10:27:39 98d60c0ddd2d: Preparing 10:27:39 1e890da81ec9: Preparing 10:27:39 af8af2b7dff9: Waiting 10:27:39 3551efbfd3fb: Waiting 10:27:39 c960c72ef0de: Waiting 10:27:39 1c0282db2255: Waiting 10:27:39 9fe21a21eccd: Waiting 10:27:39 98d60c0ddd2d: Waiting 10:27:39 1e890da81ec9: Waiting 10:27:39 441c7451cbc1: Pushed 10:27:39 e8c64d6a866a: Pushed 10:27:39 4c053b1d4243: Pushed 10:27:39 c960c72ef0de: Layer already exists 10:27:39 af8af2b7dff9: Pushed 10:27:39 1c0282db2255: Layer already exists 10:27:39 3551efbfd3fb: Pushed 10:27:39 1e890da81ec9: Layer already exists 10:27:40 9fe21a21eccd: Pushed 10:27:42 98d60c0ddd2d: Pushed 10:27:46 1d501f7a3f14: Pushed 10:27:46 b52f2a9ebf23: Pushed 10:27:46 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:46 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:27:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:46 e8c64d6a866a: Preparing 10:27:46 4c053b1d4243: Preparing 10:27:46 b52f2a9ebf23: Preparing 10:27:46 1d501f7a3f14: Preparing 10:27:46 441c7451cbc1: Preparing 10:27:46 af8af2b7dff9: Preparing 10:27:46 3551efbfd3fb: Preparing 10:27:46 c960c72ef0de: Preparing 10:27:46 1c0282db2255: Preparing 10:27:46 9fe21a21eccd: Preparing 10:27:46 98d60c0ddd2d: Preparing 10:27:46 1e890da81ec9: Preparing 10:27:46 1c0282db2255: Waiting 10:27:46 9fe21a21eccd: Waiting 10:27:46 af8af2b7dff9: Waiting 10:27:46 3551efbfd3fb: Waiting 10:27:46 c960c72ef0de: Waiting 10:27:46 1e890da81ec9: Waiting 10:27:46 98d60c0ddd2d: Waiting 10:27:46 441c7451cbc1: Layer already exists 10:27:46 e8c64d6a866a: Layer already exists 10:27:46 4c053b1d4243: Layer already exists 10:27:46 1d501f7a3f14: Layer already exists 10:27:46 b52f2a9ebf23: Layer already exists 10:27:46 af8af2b7dff9: Layer already exists 10:27:46 c960c72ef0de: Layer already exists 10:27:46 1c0282db2255: Layer already exists 10:27:46 9fe21a21eccd: Layer already exists 10:27:46 3551efbfd3fb: Layer already exists 10:27:46 98d60c0ddd2d: Layer already exists 10:27:46 1e890da81ec9: Layer already exists 10:27:47 latest: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:47 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 10:27:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:47 e8c64d6a866a: Preparing 10:27:47 4c053b1d4243: Preparing 10:27:47 b52f2a9ebf23: Preparing 10:27:47 1d501f7a3f14: Preparing 10:27:47 441c7451cbc1: Preparing 10:27:47 af8af2b7dff9: Preparing 10:27:47 3551efbfd3fb: Preparing 10:27:47 c960c72ef0de: Preparing 10:27:47 1c0282db2255: Preparing 10:27:47 9fe21a21eccd: Preparing 10:27:47 98d60c0ddd2d: Preparing 10:27:47 1e890da81ec9: Preparing 10:27:47 c960c72ef0de: Waiting 10:27:47 1c0282db2255: Waiting 10:27:47 9fe21a21eccd: Waiting 10:27:47 1e890da81ec9: Waiting 10:27:47 98d60c0ddd2d: Waiting 10:27:47 af8af2b7dff9: Waiting 10:27:47 3551efbfd3fb: Waiting 10:27:47 e8c64d6a866a: Layer already exists 10:27:47 b52f2a9ebf23: Layer already exists 10:27:47 1d501f7a3f14: Layer already exists 10:27:47 4c053b1d4243: Layer already exists 10:27:47 441c7451cbc1: Layer already exists 10:27:47 3551efbfd3fb: Layer already exists 10:27:47 af8af2b7dff9: Layer already exists 10:27:47 1c0282db2255: Layer already exists 10:27:47 9fe21a21eccd: Layer already exists 10:27:47 c960c72ef0de: Layer already exists 10:27:47 1e890da81ec9: Layer already exists 10:27:47 98d60c0ddd2d: Layer already exists 10:27:47 4.1.0-dev.44: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:48 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:48 e8c64d6a866a: Preparing 10:27:48 4c053b1d4243: Preparing 10:27:48 b52f2a9ebf23: Preparing 10:27:48 1d501f7a3f14: Preparing 10:27:48 441c7451cbc1: Preparing 10:27:48 af8af2b7dff9: Preparing 10:27:48 3551efbfd3fb: Preparing 10:27:48 c960c72ef0de: Preparing 10:27:48 1c0282db2255: Preparing 10:27:48 9fe21a21eccd: Preparing 10:27:48 98d60c0ddd2d: Preparing 10:27:48 1e890da81ec9: Preparing 10:27:48 af8af2b7dff9: Waiting 10:27:48 3551efbfd3fb: Waiting 10:27:48 1c0282db2255: Waiting 10:27:48 98d60c0ddd2d: Waiting 10:27:48 1e890da81ec9: Waiting 10:27:48 9fe21a21eccd: Waiting 10:27:48 441c7451cbc1: Layer already exists 10:27:48 1d501f7a3f14: Layer already exists 10:27:48 e8c64d6a866a: Layer already exists 10:27:48 b52f2a9ebf23: Layer already exists 10:27:48 4c053b1d4243: Layer already exists 10:27:48 1c0282db2255: Layer already exists 10:27:48 3551efbfd3fb: Layer already exists 10:27:48 af8af2b7dff9: Layer already exists 10:27:48 c960c72ef0de: Layer already exists 10:27:48 9fe21a21eccd: Layer already exists 10:27:48 1e890da81ec9: Layer already exists 10:27:48 98d60c0ddd2d: Layer already exists 10:27:49 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:27:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:27:49 e8c64d6a866a: Preparing 10:27:49 4c053b1d4243: Preparing 10:27:49 b52f2a9ebf23: Preparing 10:27:49 1d501f7a3f14: Preparing 10:27:49 441c7451cbc1: Preparing 10:27:49 af8af2b7dff9: Preparing 10:27:49 3551efbfd3fb: Preparing 10:27:49 c960c72ef0de: Preparing 10:27:49 1c0282db2255: Preparing 10:27:49 9fe21a21eccd: Preparing 10:27:49 98d60c0ddd2d: Preparing 10:27:49 1e890da81ec9: Preparing 10:27:49 af8af2b7dff9: Waiting 10:27:49 3551efbfd3fb: Waiting 10:27:49 c960c72ef0de: Waiting 10:27:49 1c0282db2255: Waiting 10:27:49 9fe21a21eccd: Waiting 10:27:49 98d60c0ddd2d: Waiting 10:27:49 1e890da81ec9: Waiting 10:27:49 b52f2a9ebf23: Layer already exists 10:27:49 441c7451cbc1: Layer already exists 10:27:49 1d501f7a3f14: Layer already exists 10:27:49 4c053b1d4243: Layer already exists 10:27:49 e8c64d6a866a: Layer already exists 10:27:49 1c0282db2255: Layer already exists 10:27:49 c960c72ef0de: Layer already exists 10:27:49 af8af2b7dff9: Layer already exists 10:27:49 3551efbfd3fb: Layer already exists 10:27:49 9fe21a21eccd: Layer already exists 10:27:49 98d60c0ddd2d: Layer already exists 10:27:49 1e890da81ec9: Layer already exists 10:27:49 main: digest: sha256:54f328868dbbb031d6a6f2a444ab005d145fe2478eca52bcdf5a0fd4bb6ac81c size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:27:50 ===================================================== [Pipeline] echo 10:27:50 taggedImages: 10:27:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:27:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 10:27:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:50 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:27:50 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:27:50 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:50 latest 10:27:50 4.1.0-dev.44 10:27:50 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:27:50 main 10:27:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:27:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:50 05729404dbb0: Preparing 10:27:50 cb4bfb06ea1e: Preparing 10:27:50 c960c72ef0de: Preparing 10:27:50 1c0282db2255: Preparing 10:27:50 beb38a487492: Preparing 10:27:50 c6c2f71d62cf: Preparing 10:27:50 1e890da81ec9: Preparing 10:27:50 c6c2f71d62cf: Waiting 10:27:50 1e890da81ec9: Waiting 10:27:50 c960c72ef0de: Layer already exists 10:27:50 1c0282db2255: Layer already exists 10:27:51 1e890da81ec9: Layer already exists 10:27:51 05729404dbb0: Pushed 10:27:51 beb38a487492: Pushed 10:27:52 c6c2f71d62cf: Pushed 10:27:58 cb4bfb06ea1e: Pushed 10:27:58 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:27:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:58 05729404dbb0: Preparing 10:27:58 cb4bfb06ea1e: Preparing 10:27:58 c960c72ef0de: Preparing 10:27:58 1c0282db2255: Preparing 10:27:58 beb38a487492: Preparing 10:27:58 c6c2f71d62cf: Preparing 10:27:58 1e890da81ec9: Preparing 10:27:58 c6c2f71d62cf: Waiting 10:27:58 1e890da81ec9: Waiting 10:27:58 05729404dbb0: Layer already exists 10:27:58 cb4bfb06ea1e: Layer already exists 10:27:58 1c0282db2255: Layer already exists 10:27:58 beb38a487492: Layer already exists 10:27:58 c960c72ef0de: Layer already exists 10:27:58 1e890da81ec9: Layer already exists 10:27:58 c6c2f71d62cf: Layer already exists 10:27:59 latest: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:27:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 10:27:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:27:59 05729404dbb0: Preparing 10:27:59 cb4bfb06ea1e: Preparing 10:27:59 c960c72ef0de: Preparing 10:27:59 1c0282db2255: Preparing 10:27:59 beb38a487492: Preparing 10:27:59 c6c2f71d62cf: Preparing 10:27:59 1e890da81ec9: Preparing 10:27:59 c6c2f71d62cf: Waiting 10:27:59 1e890da81ec9: Waiting 10:27:59 beb38a487492: Layer already exists 10:27:59 1c0282db2255: Layer already exists 10:27:59 cb4bfb06ea1e: Layer already exists 10:27:59 c960c72ef0de: Layer already exists 10:27:59 05729404dbb0: Layer already exists 10:27:59 1e890da81ec9: Layer already exists 10:27:59 c6c2f71d62cf: Layer already exists 10:27:59 4.1.0-dev.44: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:00 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:28:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:28:00 05729404dbb0: Preparing 10:28:00 cb4bfb06ea1e: Preparing 10:28:00 c960c72ef0de: Preparing 10:28:00 1c0282db2255: Preparing 10:28:00 beb38a487492: Preparing 10:28:00 c6c2f71d62cf: Preparing 10:28:00 1e890da81ec9: Preparing 10:28:00 1e890da81ec9: Waiting 10:28:00 c6c2f71d62cf: Waiting 10:28:00 05729404dbb0: Layer already exists 10:28:00 cb4bfb06ea1e: Layer already exists 10:28:00 beb38a487492: Layer already exists 10:28:00 c960c72ef0de: Layer already exists 10:28:00 1c0282db2255: Layer already exists 10:28:00 1e890da81ec9: Layer already exists 10:28:00 c6c2f71d62cf: Layer already exists 10:28:00 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:28:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:28:01 05729404dbb0: Preparing 10:28:01 cb4bfb06ea1e: Preparing 10:28:01 c960c72ef0de: Preparing 10:28:01 1c0282db2255: Preparing 10:28:01 beb38a487492: Preparing 10:28:01 c6c2f71d62cf: Preparing 10:28:01 1e890da81ec9: Preparing 10:28:01 c6c2f71d62cf: Waiting 10:28:01 1e890da81ec9: Waiting 10:28:01 cb4bfb06ea1e: Layer already exists 10:28:01 1c0282db2255: Layer already exists 10:28:01 c960c72ef0de: Layer already exists 10:28:01 beb38a487492: Layer already exists 10:28:01 05729404dbb0: Layer already exists 10:28:01 c6c2f71d62cf: Layer already exists 10:28:01 1e890da81ec9: Layer already exists 10:28:01 main: digest: sha256:f2f68f0ab17d0e38f3ea2db82ad4a27b70b8854a23c379ce7f0065344ff3aed5 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:01 ===================================================== [Pipeline] echo 10:28:01 taggedImages: 10:28:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:28:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:28:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 10:28:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:28:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:28:02 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:28:02 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:28:02 latest 10:28:02 4.1.0-dev.44 10:28:02 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:28:02 main 10:28:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:28:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:02 786c620e30d6: Preparing 10:28:02 b46e95eeb794: Preparing 10:28:02 7e3e57b85f78: Preparing 10:28:02 c960c72ef0de: Preparing 10:28:02 1c0282db2255: Preparing 10:28:02 5610ee56c611: Preparing 10:28:02 99ff03c85a35: Preparing 10:28:02 5610ee56c611: Waiting 10:28:02 6212fda53134: Preparing 10:28:02 99ff03c85a35: Waiting 10:28:02 5295ddb6a6c8: Preparing 10:28:02 6212fda53134: Waiting 10:28:02 1e890da81ec9: Preparing 10:28:02 5295ddb6a6c8: Waiting 10:28:02 1e890da81ec9: Waiting 10:28:02 c960c72ef0de: Layer already exists 10:28:02 1c0282db2255: Layer already exists 10:28:02 7e3e57b85f78: Pushed 10:28:02 b46e95eeb794: Pushed 10:28:02 786c620e30d6: Pushed 10:28:02 1e890da81ec9: Layer already exists 10:28:03 6212fda53134: Pushed 10:28:03 5295ddb6a6c8: Pushed 10:28:13 99ff03c85a35: Pushed 10:28:28 5610ee56c611: Pushed 10:28:28 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:29 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:28:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:29 786c620e30d6: Preparing 10:28:29 b46e95eeb794: Preparing 10:28:29 7e3e57b85f78: Preparing 10:28:29 c960c72ef0de: Preparing 10:28:29 1c0282db2255: Preparing 10:28:29 5610ee56c611: Preparing 10:28:29 99ff03c85a35: Preparing 10:28:29 6212fda53134: Preparing 10:28:29 5295ddb6a6c8: Preparing 10:28:29 1e890da81ec9: Preparing 10:28:29 6212fda53134: Waiting 10:28:29 5295ddb6a6c8: Waiting 10:28:29 1e890da81ec9: Waiting 10:28:29 5610ee56c611: Waiting 10:28:29 99ff03c85a35: Waiting 10:28:29 c960c72ef0de: Layer already exists 10:28:29 b46e95eeb794: Layer already exists 10:28:29 7e3e57b85f78: Layer already exists 10:28:29 786c620e30d6: Layer already exists 10:28:29 1c0282db2255: Layer already exists 10:28:29 5610ee56c611: Layer already exists 10:28:29 5295ddb6a6c8: Layer already exists 10:28:29 99ff03c85a35: Layer already exists 10:28:29 1e890da81ec9: Layer already exists 10:28:29 6212fda53134: Layer already exists 10:28:29 latest: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:30 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 10:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:30 786c620e30d6: Preparing 10:28:30 b46e95eeb794: Preparing 10:28:30 7e3e57b85f78: Preparing 10:28:30 c960c72ef0de: Preparing 10:28:30 1c0282db2255: Preparing 10:28:30 5610ee56c611: Preparing 10:28:30 99ff03c85a35: Preparing 10:28:30 6212fda53134: Preparing 10:28:30 5295ddb6a6c8: Preparing 10:28:30 1e890da81ec9: Preparing 10:28:30 99ff03c85a35: Waiting 10:28:30 6212fda53134: Waiting 10:28:30 5295ddb6a6c8: Waiting 10:28:30 5610ee56c611: Waiting 10:28:30 1e890da81ec9: Waiting 10:28:30 b46e95eeb794: Layer already exists 10:28:30 786c620e30d6: Layer already exists 10:28:30 1c0282db2255: Layer already exists 10:28:30 c960c72ef0de: Layer already exists 10:28:30 7e3e57b85f78: Layer already exists 10:28:30 99ff03c85a35: Layer already exists 10:28:30 5295ddb6a6c8: Layer already exists 10:28:30 1e890da81ec9: Layer already exists 10:28:30 6212fda53134: Layer already exists 10:28:30 5610ee56c611: Layer already exists 10:28:30 4.1.0-dev.44: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:31 786c620e30d6: Preparing 10:28:31 b46e95eeb794: Preparing 10:28:31 7e3e57b85f78: Preparing 10:28:31 c960c72ef0de: Preparing 10:28:31 1c0282db2255: Preparing 10:28:31 5610ee56c611: Preparing 10:28:31 99ff03c85a35: Preparing 10:28:31 6212fda53134: Preparing 10:28:31 5295ddb6a6c8: Preparing 10:28:31 1e890da81ec9: Preparing 10:28:31 6212fda53134: Waiting 10:28:31 1e890da81ec9: Waiting 10:28:31 5295ddb6a6c8: Waiting 10:28:31 5610ee56c611: Waiting 10:28:31 99ff03c85a35: Waiting 10:28:31 b46e95eeb794: Layer already exists 10:28:31 786c620e30d6: Layer already exists 10:28:31 1c0282db2255: Layer already exists 10:28:31 7e3e57b85f78: Layer already exists 10:28:31 c960c72ef0de: Layer already exists 10:28:31 6212fda53134: Layer already exists 10:28:31 99ff03c85a35: Layer already exists 10:28:31 5295ddb6a6c8: Layer already exists 10:28:31 5610ee56c611: Layer already exists 10:28:31 1e890da81ec9: Layer already exists 10:28:31 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:32 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:28:32 786c620e30d6: Preparing 10:28:32 b46e95eeb794: Preparing 10:28:32 7e3e57b85f78: Preparing 10:28:32 c960c72ef0de: Preparing 10:28:32 1c0282db2255: Preparing 10:28:32 5610ee56c611: Preparing 10:28:32 99ff03c85a35: Preparing 10:28:32 6212fda53134: Preparing 10:28:32 5295ddb6a6c8: Preparing 10:28:32 1e890da81ec9: Preparing 10:28:32 99ff03c85a35: Waiting 10:28:32 5295ddb6a6c8: Waiting 10:28:32 6212fda53134: Waiting 10:28:32 1e890da81ec9: Waiting 10:28:32 5610ee56c611: Waiting 10:28:32 b46e95eeb794: Layer already exists 10:28:32 7e3e57b85f78: Layer already exists 10:28:32 c960c72ef0de: Layer already exists 10:28:32 786c620e30d6: Layer already exists 10:28:32 1c0282db2255: Layer already exists 10:28:32 5610ee56c611: Layer already exists 10:28:32 99ff03c85a35: Layer already exists 10:28:32 6212fda53134: Layer already exists 10:28:32 1e890da81ec9: Layer already exists 10:28:32 5295ddb6a6c8: Layer already exists 10:28:32 main: digest: sha256:fdfe9d4abf8035635c63b6a20f30a3193665cc24de55d716f982d17210a3b294 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:28:32 ===================================================== [Pipeline] echo 10:28:32 taggedImages: 10:28:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:28:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:28:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 10:28:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:28:32 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:28:32 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:28:32 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:28:32 latest 10:28:32 4.1.0-dev.44 10:28:32 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:28:32 main 10:28:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:33 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:28:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:28:33 abad75a0a771: Preparing 10:28:33 6caf054db9e4: Preparing 10:28:33 7baf2144fe76: Preparing 10:28:33 c960c72ef0de: Preparing 10:28:33 1c0282db2255: Preparing 10:28:33 af7f4eabd81f: Preparing 10:28:33 021444847203: Preparing 10:28:33 fac19f31b987: Preparing 10:28:33 1e890da81ec9: Preparing 10:28:33 af7f4eabd81f: Waiting 10:28:33 021444847203: Waiting 10:28:33 fac19f31b987: Waiting 10:28:33 1e890da81ec9: Waiting 10:28:33 1c0282db2255: Layer already exists 10:28:33 c960c72ef0de: Layer already exists 10:28:33 7baf2144fe76: Pushed 10:28:33 6caf054db9e4: Pushed 10:28:33 abad75a0a771: Pushed 10:28:33 1e890da81ec9: Layer already exists 10:28:34 021444847203: Pushed 10:28:34 fac19f31b987: Pushed 10:29:01 af7f4eabd81f: Pushed 10:29:01 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:29:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:29:01 abad75a0a771: Preparing 10:29:01 6caf054db9e4: Preparing 10:29:01 7baf2144fe76: Preparing 10:29:01 c960c72ef0de: Preparing 10:29:01 1c0282db2255: Preparing 10:29:01 af7f4eabd81f: Preparing 10:29:01 021444847203: Preparing 10:29:01 fac19f31b987: Preparing 10:29:01 1e890da81ec9: Preparing 10:29:01 af7f4eabd81f: Waiting 10:29:01 021444847203: Waiting 10:29:01 fac19f31b987: Waiting 10:29:01 1e890da81ec9: Waiting 10:29:01 1c0282db2255: Layer already exists 10:29:01 7baf2144fe76: Layer already exists 10:29:01 6caf054db9e4: Layer already exists 10:29:01 c960c72ef0de: Layer already exists 10:29:01 abad75a0a771: Layer already exists 10:29:01 021444847203: Layer already exists 10:29:01 af7f4eabd81f: Layer already exists 10:29:01 fac19f31b987: Layer already exists 10:29:01 1e890da81ec9: Layer already exists 10:29:01 latest: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 10:29:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:29:02 abad75a0a771: Preparing 10:29:02 6caf054db9e4: Preparing 10:29:02 7baf2144fe76: Preparing 10:29:02 c960c72ef0de: Preparing 10:29:02 1c0282db2255: Preparing 10:29:02 af7f4eabd81f: Preparing 10:29:02 021444847203: Preparing 10:29:02 fac19f31b987: Preparing 10:29:02 1e890da81ec9: Preparing 10:29:02 021444847203: Waiting 10:29:02 fac19f31b987: Waiting 10:29:02 1e890da81ec9: Waiting 10:29:02 abad75a0a771: Layer already exists 10:29:02 7baf2144fe76: Layer already exists 10:29:02 1c0282db2255: Layer already exists 10:29:02 c960c72ef0de: Layer already exists 10:29:02 af7f4eabd81f: Layer already exists 10:29:02 021444847203: Layer already exists 10:29:02 1e890da81ec9: Layer already exists 10:29:02 fac19f31b987: Layer already exists 10:29:04 6caf054db9e4: Layer already exists 10:29:04 4.1.0-dev.44: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:04 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:29:04 abad75a0a771: Preparing 10:29:04 6caf054db9e4: Preparing 10:29:04 7baf2144fe76: Preparing 10:29:04 c960c72ef0de: Preparing 10:29:04 1c0282db2255: Preparing 10:29:04 af7f4eabd81f: Preparing 10:29:04 021444847203: Preparing 10:29:04 fac19f31b987: Preparing 10:29:04 1e890da81ec9: Preparing 10:29:04 021444847203: Waiting 10:29:04 fac19f31b987: Waiting 10:29:04 1e890da81ec9: Waiting 10:29:04 af7f4eabd81f: Waiting 10:29:04 7baf2144fe76: Layer already exists 10:29:04 1c0282db2255: Layer already exists 10:29:04 6caf054db9e4: Layer already exists 10:29:04 c960c72ef0de: Layer already exists 10:29:04 abad75a0a771: Layer already exists 10:29:04 021444847203: Layer already exists 10:29:04 af7f4eabd81f: Layer already exists 10:29:04 1e890da81ec9: Layer already exists 10:29:04 fac19f31b987: Layer already exists 10:29:05 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:05 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:29:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:29:05 abad75a0a771: Preparing 10:29:05 6caf054db9e4: Preparing 10:29:05 7baf2144fe76: Preparing 10:29:05 c960c72ef0de: Preparing 10:29:05 1c0282db2255: Preparing 10:29:05 af7f4eabd81f: Preparing 10:29:05 021444847203: Preparing 10:29:05 fac19f31b987: Preparing 10:29:05 1e890da81ec9: Preparing 10:29:05 af7f4eabd81f: Waiting 10:29:05 021444847203: Waiting 10:29:05 fac19f31b987: Waiting 10:29:05 1e890da81ec9: Waiting 10:29:05 1c0282db2255: Layer already exists 10:29:05 6caf054db9e4: Layer already exists 10:29:05 7baf2144fe76: Layer already exists 10:29:05 abad75a0a771: Layer already exists 10:29:05 c960c72ef0de: Layer already exists 10:29:05 021444847203: Layer already exists 10:29:05 fac19f31b987: Layer already exists 10:29:05 af7f4eabd81f: Layer already exists 10:29:05 1e890da81ec9: Layer already exists 10:29:06 main: digest: sha256:cb2ef3516d770be23d605e6c4645b2ac546edce67c2e889addd79a45dfcfc0bb size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:06 ===================================================== [Pipeline] echo 10:29:06 taggedImages: 10:29:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:29:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 10:29:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:06 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:29:06 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:29:06 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:06 latest 10:29:06 4.1.0-dev.44 10:29:06 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:06 main 10:29:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:06 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:29:06 4aa66393c8bc: Preparing 10:29:06 35ddfff6800b: Preparing 10:29:06 66c95cd639dd: Preparing 10:29:06 c960c72ef0de: Preparing 10:29:06 1c0282db2255: Preparing 10:29:06 5f8bdc628f07: Preparing 10:29:06 6212fda53134: Preparing 10:29:06 5295ddb6a6c8: Preparing 10:29:06 1e890da81ec9: Preparing 10:29:06 5f8bdc628f07: Waiting 10:29:06 6212fda53134: Waiting 10:29:06 5295ddb6a6c8: Waiting 10:29:06 1e890da81ec9: Waiting 10:29:06 c960c72ef0de: Layer already exists 10:29:06 1c0282db2255: Layer already exists 10:29:07 6212fda53134: Layer already exists 10:29:07 66c95cd639dd: Pushed 10:29:07 35ddfff6800b: Pushed 10:29:07 5295ddb6a6c8: Layer already exists 10:29:07 4aa66393c8bc: Pushed 10:29:07 1e890da81ec9: Layer already exists 10:29:33 5f8bdc628f07: Pushed 10:29:33 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:34 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:29:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:29:34 4aa66393c8bc: Preparing 10:29:34 35ddfff6800b: Preparing 10:29:34 66c95cd639dd: Preparing 10:29:34 c960c72ef0de: Preparing 10:29:34 1c0282db2255: Preparing 10:29:34 5f8bdc628f07: Preparing 10:29:34 6212fda53134: Preparing 10:29:34 5295ddb6a6c8: Preparing 10:29:34 1e890da81ec9: Preparing 10:29:34 5f8bdc628f07: Waiting 10:29:34 6212fda53134: Waiting 10:29:34 5295ddb6a6c8: Waiting 10:29:34 1e890da81ec9: Waiting 10:29:34 35ddfff6800b: Layer already exists 10:29:34 1c0282db2255: Layer already exists 10:29:34 c960c72ef0de: Layer already exists 10:29:34 4aa66393c8bc: Layer already exists 10:29:34 66c95cd639dd: Layer already exists 10:29:34 6212fda53134: Layer already exists 10:29:34 5295ddb6a6c8: Layer already exists 10:29:34 5f8bdc628f07: Layer already exists 10:29:34 1e890da81ec9: Layer already exists 10:29:34 latest: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:35 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 10:29:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:29:35 4aa66393c8bc: Preparing 10:29:35 35ddfff6800b: Preparing 10:29:35 66c95cd639dd: Preparing 10:29:35 c960c72ef0de: Preparing 10:29:35 1c0282db2255: Preparing 10:29:35 5f8bdc628f07: Preparing 10:29:35 6212fda53134: Preparing 10:29:35 5f8bdc628f07: Waiting 10:29:35 6212fda53134: Waiting 10:29:35 5295ddb6a6c8: Preparing 10:29:35 1e890da81ec9: Preparing 10:29:35 5295ddb6a6c8: Waiting 10:29:35 1e890da81ec9: Waiting 10:29:35 1c0282db2255: Layer already exists 10:29:35 c960c72ef0de: Layer already exists 10:29:35 66c95cd639dd: Layer already exists 10:29:35 4aa66393c8bc: Layer already exists 10:29:35 35ddfff6800b: Layer already exists 10:29:35 6212fda53134: Layer already exists 10:29:35 5295ddb6a6c8: Layer already exists 10:29:35 5f8bdc628f07: Layer already exists 10:29:35 1e890da81ec9: Layer already exists 10:29:35 4.1.0-dev.44: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:29:36 4aa66393c8bc: Preparing 10:29:36 35ddfff6800b: Preparing 10:29:36 66c95cd639dd: Preparing 10:29:36 c960c72ef0de: Preparing 10:29:36 1c0282db2255: Preparing 10:29:36 5f8bdc628f07: Preparing 10:29:36 6212fda53134: Preparing 10:29:36 5295ddb6a6c8: Preparing 10:29:36 1e890da81ec9: Preparing 10:29:36 6212fda53134: Waiting 10:29:36 5295ddb6a6c8: Waiting 10:29:36 1e890da81ec9: Waiting 10:29:36 5f8bdc628f07: Waiting 10:29:36 4aa66393c8bc: Layer already exists 10:29:36 1c0282db2255: Layer already exists 10:29:36 c960c72ef0de: Layer already exists 10:29:36 35ddfff6800b: Layer already exists 10:29:36 66c95cd639dd: Layer already exists 10:29:36 1e890da81ec9: Layer already exists 10:29:36 5295ddb6a6c8: Layer already exists 10:29:36 5f8bdc628f07: Layer already exists 10:29:36 6212fda53134: Layer already exists 10:29:36 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:29:37 4aa66393c8bc: Preparing 10:29:37 35ddfff6800b: Preparing 10:29:37 66c95cd639dd: Preparing 10:29:37 c960c72ef0de: Preparing 10:29:37 1c0282db2255: Preparing 10:29:37 5f8bdc628f07: Preparing 10:29:37 6212fda53134: Preparing 10:29:37 5295ddb6a6c8: Preparing 10:29:37 1e890da81ec9: Preparing 10:29:37 6212fda53134: Waiting 10:29:37 5295ddb6a6c8: Waiting 10:29:37 1e890da81ec9: Waiting 10:29:37 5f8bdc628f07: Waiting 10:29:37 4aa66393c8bc: Layer already exists 10:29:37 c960c72ef0de: Layer already exists 10:29:37 1c0282db2255: Layer already exists 10:29:37 35ddfff6800b: Layer already exists 10:29:37 66c95cd639dd: Layer already exists 10:29:37 5295ddb6a6c8: Layer already exists 10:29:37 5f8bdc628f07: Layer already exists 10:29:37 6212fda53134: Layer already exists 10:29:37 1e890da81ec9: Layer already exists 10:29:37 main: digest: sha256:637b01409dffdfdd2b7238d1edb62411d33eeb714b456141b0a364279e304967 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:37 ===================================================== [Pipeline] echo 10:29:37 taggedImages: 10:29:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:29:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 10:29:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:37 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:29:37 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:29:37 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:37 latest 10:29:37 4.1.0-dev.44 10:29:37 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:37 main 10:29:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:38 a5cae74e86f7: Preparing 10:29:38 a1f0c16e04fc: Preparing 10:29:38 c960c72ef0de: Preparing 10:29:38 1c0282db2255: Preparing 10:29:38 a1bbe79a8d49: Preparing 10:29:38 33c3eea2994f: Preparing 10:29:38 1e890da81ec9: Preparing 10:29:38 33c3eea2994f: Waiting 10:29:38 1e890da81ec9: Waiting 10:29:38 1c0282db2255: Layer already exists 10:29:38 c960c72ef0de: Layer already exists 10:29:38 1e890da81ec9: Layer already exists 10:29:38 a5cae74e86f7: Pushed 10:29:39 a1bbe79a8d49: Pushed 10:29:39 33c3eea2994f: Pushed 10:29:46 a1f0c16e04fc: Pushed 10:29:46 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:29:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:47 a5cae74e86f7: Preparing 10:29:47 a1f0c16e04fc: Preparing 10:29:47 c960c72ef0de: Preparing 10:29:47 1c0282db2255: Preparing 10:29:47 a1bbe79a8d49: Preparing 10:29:47 33c3eea2994f: Preparing 10:29:47 1e890da81ec9: Preparing 10:29:47 33c3eea2994f: Waiting 10:29:47 1e890da81ec9: Waiting 10:29:47 a5cae74e86f7: Layer already exists 10:29:47 a1bbe79a8d49: Layer already exists 10:29:47 1c0282db2255: Layer already exists 10:29:47 c960c72ef0de: Layer already exists 10:29:47 a1f0c16e04fc: Layer already exists 10:29:47 33c3eea2994f: Layer already exists 10:29:47 1e890da81ec9: Layer already exists 10:29:47 latest: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 10:29:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:48 a5cae74e86f7: Preparing 10:29:48 a1f0c16e04fc: Preparing 10:29:48 c960c72ef0de: Preparing 10:29:48 1c0282db2255: Preparing 10:29:48 a1bbe79a8d49: Preparing 10:29:48 33c3eea2994f: Preparing 10:29:48 1e890da81ec9: Preparing 10:29:48 33c3eea2994f: Waiting 10:29:48 1e890da81ec9: Waiting 10:29:48 a1bbe79a8d49: Layer already exists 10:29:48 a5cae74e86f7: Layer already exists 10:29:48 c960c72ef0de: Layer already exists 10:29:48 1c0282db2255: Layer already exists 10:29:48 a1f0c16e04fc: Layer already exists 10:29:48 1e890da81ec9: Layer already exists 10:29:48 33c3eea2994f: Layer already exists 10:29:48 4.1.0-dev.44: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:49 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:49 a5cae74e86f7: Preparing 10:29:49 a1f0c16e04fc: Preparing 10:29:49 c960c72ef0de: Preparing 10:29:49 1c0282db2255: Preparing 10:29:49 a1bbe79a8d49: Preparing 10:29:49 33c3eea2994f: Preparing 10:29:49 1e890da81ec9: Preparing 10:29:49 33c3eea2994f: Waiting 10:29:49 1e890da81ec9: Waiting 10:29:49 a5cae74e86f7: Layer already exists 10:29:49 a1f0c16e04fc: Layer already exists 10:29:49 c960c72ef0de: Layer already exists 10:29:49 a1bbe79a8d49: Layer already exists 10:29:49 1c0282db2255: Layer already exists 10:29:49 1e890da81ec9: Layer already exists 10:29:49 33c3eea2994f: Layer already exists 10:29:49 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:29:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:29:50 a5cae74e86f7: Preparing 10:29:50 a1f0c16e04fc: Preparing 10:29:50 c960c72ef0de: Preparing 10:29:50 1c0282db2255: Preparing 10:29:50 a1bbe79a8d49: Preparing 10:29:50 33c3eea2994f: Preparing 10:29:50 1e890da81ec9: Preparing 10:29:50 1e890da81ec9: Waiting 10:29:50 33c3eea2994f: Waiting 10:29:50 c960c72ef0de: Layer already exists 10:29:50 a1f0c16e04fc: Layer already exists 10:29:50 1e890da81ec9: Layer already exists 10:29:50 1c0282db2255: Layer already exists 10:29:50 a1bbe79a8d49: Layer already exists 10:29:50 a5cae74e86f7: Layer already exists 10:29:50 33c3eea2994f: Layer already exists 10:29:50 main: digest: sha256:627e2cbc08edee4640acc05a561e48d86418792d33ac20feb472fbbe16bbe449 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:29:50 ===================================================== [Pipeline] echo 10:29:50 taggedImages: 10:29:50 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:50 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:29:50 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 10:29:50 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:50 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:29:50 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:29:50 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:50 latest 10:29:50 4.1.0-dev.44 10:29:50 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:29:50 main 10:29:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:29:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:29:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:29:51 a9d699e96727: Preparing 10:29:51 a82875a6a313: Preparing 10:29:51 c960c72ef0de: Preparing 10:29:51 1c0282db2255: Preparing 10:29:51 97d5a92f46ba: Preparing 10:29:51 a0f597e068cb: Preparing 10:29:51 1e890da81ec9: Preparing 10:29:51 a0f597e068cb: Waiting 10:29:51 1e890da81ec9: Waiting 10:29:51 c960c72ef0de: Layer already exists 10:29:51 1c0282db2255: Layer already exists 10:29:51 1e890da81ec9: Layer already exists 10:29:51 a9d699e96727: Pushed 10:29:52 97d5a92f46ba: Pushed 10:29:52 a0f597e068cb: Pushed 10:30:00 a82875a6a313: Pushed 10:30:00 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:00 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:30:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:30:01 a9d699e96727: Preparing 10:30:01 a82875a6a313: Preparing 10:30:01 c960c72ef0de: Preparing 10:30:01 1c0282db2255: Preparing 10:30:01 97d5a92f46ba: Preparing 10:30:01 a0f597e068cb: Preparing 10:30:01 1e890da81ec9: Preparing 10:30:01 a0f597e068cb: Waiting 10:30:01 1e890da81ec9: Waiting 10:30:01 a82875a6a313: Layer already exists 10:30:01 c960c72ef0de: Layer already exists 10:30:01 a9d699e96727: Layer already exists 10:30:01 1c0282db2255: Layer already exists 10:30:01 97d5a92f46ba: Layer already exists 10:30:01 1e890da81ec9: Layer already exists 10:30:01 a0f597e068cb: Layer already exists 10:30:01 latest: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 10:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:30:02 a9d699e96727: Preparing 10:30:02 a82875a6a313: Preparing 10:30:02 c960c72ef0de: Preparing 10:30:02 1c0282db2255: Preparing 10:30:02 97d5a92f46ba: Preparing 10:30:02 a0f597e068cb: Preparing 10:30:02 1e890da81ec9: Preparing 10:30:02 a0f597e068cb: Waiting 10:30:02 1e890da81ec9: Waiting 10:30:02 1c0282db2255: Layer already exists 10:30:02 a9d699e96727: Layer already exists 10:30:02 97d5a92f46ba: Layer already exists 10:30:02 a82875a6a313: Layer already exists 10:30:02 c960c72ef0de: Layer already exists 10:30:02 a0f597e068cb: Layer already exists 10:30:02 1e890da81ec9: Layer already exists 10:30:02 4.1.0-dev.44: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:30:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:30:02 a9d699e96727: Preparing 10:30:02 a82875a6a313: Preparing 10:30:02 c960c72ef0de: Preparing 10:30:02 1c0282db2255: Preparing 10:30:02 97d5a92f46ba: Preparing 10:30:02 a0f597e068cb: Preparing 10:30:02 1e890da81ec9: Preparing 10:30:02 a0f597e068cb: Waiting 10:30:02 1e890da81ec9: Waiting 10:30:02 97d5a92f46ba: Layer already exists 10:30:02 a9d699e96727: Layer already exists 10:30:02 a82875a6a313: Layer already exists 10:30:02 c960c72ef0de: Layer already exists 10:30:02 1c0282db2255: Layer already exists 10:30:02 a0f597e068cb: Layer already exists 10:30:02 1e890da81ec9: Layer already exists 10:30:02 3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:03 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:03 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:30:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:30:03 a9d699e96727: Preparing 10:30:03 a82875a6a313: Preparing 10:30:03 c960c72ef0de: Preparing 10:30:03 1c0282db2255: Preparing 10:30:03 97d5a92f46ba: Preparing 10:30:03 a0f597e068cb: Preparing 10:30:03 1e890da81ec9: Preparing 10:30:03 a0f597e068cb: Waiting 10:30:03 1e890da81ec9: Waiting 10:30:03 a82875a6a313: Layer already exists 10:30:03 c960c72ef0de: Layer already exists 10:30:03 97d5a92f46ba: Layer already exists 10:30:03 1c0282db2255: Layer already exists 10:30:03 a9d699e96727: Layer already exists 10:30:03 a0f597e068cb: Layer already exists 10:30:03 1e890da81ec9: Layer already exists 10:30:03 main: digest: sha256:4a36d64b898f790683238f9bb1b5f48643fd60a22073cd756fc1c507308e7628 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:30:03 ===================================================== [Pipeline] echo 10:30:03 taggedImages: 10:30:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b 10:30:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:30:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 10:30:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 10:30:03 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 10:30:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:03 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.44 [Pipeline] echo 10:30:04 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3ea04a650ddd6c378a3eb05c00cdf8a6970c683b-4.1.0-dev.44 [Pipeline] echo 10:30:04 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 10:30:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:30:05 10:30:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:30:05 arm64: Pulling from edgex-lftools-log-publisher 10:30:05 8998bd30e6a1: Pulling fs layer 10:30:05 04944245beec: Pulling fs layer 10:30:05 699f458cf7ca: Pulling fs layer 10:30:05 765212b225bb: Pulling fs layer 10:30:05 f23df028b6ca: Pulling fs layer 10:30:05 d65c8cfc05b1: Pulling fs layer 10:30:05 2437ff75d9bd: Pulling fs layer 10:30:05 f23df028b6ca: Waiting 10:30:05 d65c8cfc05b1: Waiting 10:30:05 2437ff75d9bd: Waiting 10:30:05 765212b225bb: Waiting 10:30:05 04944245beec: Verifying Checksum 10:30:05 04944245beec: Download complete 10:30:05 765212b225bb: Verifying Checksum 10:30:05 765212b225bb: Download complete 10:30:05 f23df028b6ca: Verifying Checksum 10:30:05 f23df028b6ca: Download complete 10:30:05 d65c8cfc05b1: Verifying Checksum 10:30:05 d65c8cfc05b1: Download complete 10:30:05 699f458cf7ca: Verifying Checksum 10:30:05 699f458cf7ca: Download complete 10:30:06 8998bd30e6a1: Verifying Checksum 10:30:06 8998bd30e6a1: Download complete 10:30:09 2437ff75d9bd: Verifying Checksum 10:30:09 2437ff75d9bd: Download complete 10:30:11 8998bd30e6a1: Pull complete 10:30:12 04944245beec: Pull complete 10:30:14 699f458cf7ca: Pull complete 10:30:14 765212b225bb: Pull complete 10:30:15 f23df028b6ca: Pull complete 10:30:15 d65c8cfc05b1: Pull complete 10:30:33 2437ff75d9bd: Pull complete 10:30:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:30:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:30:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:33 prd-ubuntu20.04-docker-arm64-4c-16g-6545 does not seem to be running inside a container 10:30:33 $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:30:36 $ docker top 8c99f3a866debca630a20150dc09920dadee379bd0e7848aa4371da9468909a1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:30:37 ---> job-cost.sh 10:30:37 lf-activate-venv: SKIPPING 10:30:37 INFO: No Stack... 10:30:37 INFO: Retrieving Pricing Info for: v3-standard-4 10:30:38 INFO: Archiving Costs [Pipeline] sh 10:30:39 + cat /w/workspace/edgex-go/883/archives/cost.csv 10:30:39 + cut -d, -f6 [Pipeline] lock 10:30:39 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-883-stack-cost] 10:30:39 Resource [jenkins-edgexfoundry-edgex-go-main-883-stack-cost] did not exist. Created. 10:30:39 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-883-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:30:39 + echo total: 0.10999999940395355 [Pipeline] stash 10:30:40 Stashed 1 file(s) [Pipeline] } 10:30:40 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-883-stack-cost] [Pipeline] // lock [Pipeline] } 10:30:40 $ docker stop --time=1 8c99f3a866debca630a20150dc09920dadee379bd0e7848aa4371da9468909a1 10:30:42 $ docker rm -f --volumes 8c99f3a866debca630a20150dc09920dadee379bd0e7848aa4371da9468909a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 10:30:42 provisioning config files... 10:30:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/883@tmp/config2928187702310837531tmp [Pipeline] { [Pipeline] sh 10:30:43 + set +x 10:30:43 + curl -s https://codecov.io/bash 10:30:43 + bash -s -- 10:30:43 10:30:43 _____ _ 10:30:43 / ____| | | 10:30:43 | | ___ __| | ___ ___ _____ __ 10:30:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:30:43 | |___| (_) | (_| | __/ (_| (_) \ V / 10:30:43 \_____\___/ \__,_|\___|\___\___/ \_/ 10:30:43 Bash-1.0.6 10:30:43 10:30:43 10:30:43 ==> git version 2.25.1 found 10:30:43 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:30:43 Release-Date: 2020-01-08 10:30:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:30:43 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:30:43 ==> Jenkins CI detected. 10:30:43 current dir:  /w/workspace/edgex-go/883 10:30:43 project root: . 10:30:43 --> token set from env 10:30:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:30:43 ==> Running gcov in . (disable via -X gcov) 10:30:43 ==> Python coveragepy not found 10:30:43 ==> Searching for coverage reports in: 10:30:43 + . 10:30:43 -> Found 1 reports 10:30:43 ==> Detecting git/mercurial file structure 10:30:43 ==> Reading reports 10:30:43 + ./coverage.out bytes=1666027 10:30:43 ==> Appending adjustments 10:30:43 https://docs.codecov.io/docs/fixing-reports 10:30:44 + Found adjustments 10:30:44 ==> Gzipping contents 10:30:44 140K /tmp/codecov.ugiioA.gz 10:30:44 ==> Uploading reports 10:30:44 url: https://codecov.io 10:30:44 query: branch=main&commit=3ea04a650ddd6c378a3eb05c00cdf8a6970c683b&build=883&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F883%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:30:44 -> Pinging Codecov 10:30:44 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3ea04a650ddd6c378a3eb05c00cdf8a6970c683b&build=883&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F883%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:30:44 -> Uploading to 10:30:44 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/3ea04a650ddd6c378a3eb05c00cdf8a6970c683b/356092f4-0835-4517-bde1-1db0df5764b5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250808%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250808T103044Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=4e994bf28a3fa3c75bfbb5f6e5fcc8734ea515968df1c2e54cc2a56f07a4aa32 10:30:44 % Total % Received % Xferd Average Speed Time Time Time Current 10:30:44 Dload Upload Total Spent Left Speed 10:30:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 672k --:--:-- --:--:-- --:--:-- 672k 10:30:45 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/3ea04a650ddd6c378a3eb05c00cdf8a6970c683b [Pipeline] } 10:30:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:30:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:30:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:30:45 10:30:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:30:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:30:46 latest: Pulling from edgex-devops/edgex-snyk-go 10:30:46 0a9a5dfd008f: Already exists 10:30:46 36466aa92d05: Already exists 10:30:46 e10405b45d13: Already exists 10:30:46 096b7ceb2af7: Already exists 10:30:46 4f4fb700ef54: Already exists 10:30:46 e50aa161e22a: Pulling fs layer 10:30:46 d3c8db5fb9df: Pulling fs layer 10:30:46 e50aa161e22a: Verifying Checksum 10:30:46 e50aa161e22a: Download complete 10:30:46 e50aa161e22a: Pull complete 10:30:48 d3c8db5fb9df: Verifying Checksum 10:30:48 d3c8db5fb9df: Download complete 10:30:51 d3c8db5fb9df: Pull complete 10:30:51 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 10:30:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:30:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:30:51 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 10:30:51 $ 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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@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 10:30:52 $ docker top 410f068438d87dddc9b673d18aae4ee07b6927300d6454557f610d1c8bcda1bc -eo pid,comm [Pipeline] { [Pipeline] sh 10:30:53 + git config --global --add safe.directory /w/workspace/edgex-go/883 [Pipeline] echo 10:30:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:30:53 + set -o pipefail 10:30:53 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:31:01 10:31:01 Monitoring /w/workspace/edgex-go/883 (github.com/edgexfoundry/edgex-go)... 10:31:01 10:31:01 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/35b1f602-117f-4fb3-b826-d0ebaa804842 10:31:01 10:31:01 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:31:01 10:31:01 10:31:01 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 10:31:01 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:31:01 $ docker stop --time=1 410f068438d87dddc9b673d18aae4ee07b6927300d6454557f610d1c8bcda1bc 10:31:04 $ docker rm -f --volumes 410f068438d87dddc9b673d18aae4ee07b6927300d6454557f610d1c8bcda1bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:31:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:31:04 provisioning config files... 10:31:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/883@tmp/config3108478761201321208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:31:05 --> edgex-publish-swagger.sh 10:31:05 === Publish openapi API === 10:31:05 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 10:31:05 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/883/openapi/core-command.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 519 256k --:--:-- --:--:-- --:--:-- 257k 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/883/openapi/core-data.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 519 538k --:--:-- --:--:-- --:--:-- 538k 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/883/openapi/core-keeper.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 584 261k --:--:-- --:--:-- --:--:-- 259k 100 30300 100 66 100 30234 584 261k --:--:-- --:--:-- --:--:-- 259k 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/883/openapi/core-metadata.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 545 1296k --:--:-- --:--:-- --:--:-- 1296k 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/883/openapi/security-proxy-auth.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 564 204k --:--:-- --:--:-- --:--:-- 204k 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/883/openapi/security-secretstore-setup.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 846 50166 --:--:-- --:--:-- --:--:-- 51012 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/883/openapi/support-notifications.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 550 813k --:--:-- --:--:-- --:--:-- 814k 10:31:05 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:05 10:31:05 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/883/openapi/support-scheduler.yaml] 10:31:05 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:05 Dload Upload Total Spent Left Speed 10:31:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 640 480k --:--:-- --:--:-- --:--:-- 481k 10:31:06 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:31:06 [Pipeline] } 10:31:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 10:31:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:31:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:31:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:31:07 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 10:31:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:31:07 $ docker top 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc -eo pid,comm 10:31:07 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:31:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:31:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:07 [ssh-agent] Looking for ssh-agent implementation... 10:31:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:07 $ docker exec 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc ssh-agent 10:31:07 SSH_AUTH_SOCK=/tmp/ssh-OZZC2rivuoRn/agent.33 10:31:07 SSH_AGENT_PID=39 10:31:07 Running ssh-add (command line suppressed) 10:31:07 Identity added: /w/workspace/edgex-go/883@tmp/private_key_18149936400150912190.key (/w/workspace/edgex-go/883@tmp/private_key_18149936400150912190.key) 10:31:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:08 + git semver tag 10:31:08 2025-08-08 10:31:08,300 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:31:08 2025-08-08 10:31:08,304 [run_tag] DEBUG tag force:False 10:31:08 2025-08-08 10:31:08,304 [check_head_tag] DEBUG check head tag 10:31:08 2025-08-08 10:31:08,305 [execute] INFO git cat-file --batch-check 10:31:08 2025-08-08 10:31:08,306 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/883, stdin=, shell=False, universal_newlines=False) 10:31:08 2025-08-08 10:31:08,308 [execute] INFO git cat-file --batch 10:31:08 2025-08-08 10:31:08,308 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/883, stdin=, shell=False, universal_newlines=False) 10:31:08 2025-08-08 10:31:08,328 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 10:31:08 2025-08-08 10:31:08,328 [execute] INFO git tag -a v4.1.0-dev.44 -m v4.1.0-dev.44 10:31:08 2025-08-08 10:31:08,329 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.44', '-m', 'v4.1.0-dev.44'], cwd=/w/workspace/edgex-go/883, stdin=None, shell=False, universal_newlines=False) 10:31:08 2025-08-08 10:31:08,332 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 10:31:08 4.1.0-dev.44 [Pipeline] } 10:31:08 $ docker exec --env ******** --env ******** 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc ssh-agent -k 10:31:08 unset SSH_AUTH_SOCK; 10:31:08 unset SSH_AGENT_PID; 10:31:08 echo Agent pid 39 killed; 10:31:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:31:09 + git semver [Pipeline] } 10:31:09 $ docker stop --time=1 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc 10:31:10 $ docker rm -f --volumes 1fb9b25b37906b9102d1da797c481eeca5dce2ec3cba161b878583217b08b9dc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:31:11 10:31:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:31:11 0.23.1-centos7: Pulling from edgex-lftools 10:31:11 ab5ef0e58194: Pulling fs layer 10:31:11 9712f1f96733: Pulling fs layer 10:31:11 63f879dbbcfc: Pulling fs layer 10:31:11 0d9ebad4ef96: Pulling fs layer 10:31:11 e9a5061849ea: Pulling fs layer 10:31:11 d747dcd14b5f: Pulling fs layer 10:31:11 2de7ff778b66: Pulling fs layer 10:31:11 e9a5061849ea: Waiting 10:31:11 d747dcd14b5f: Waiting 10:31:11 2de7ff778b66: Waiting 10:31:11 0d9ebad4ef96: Waiting 10:31:11 9712f1f96733: Verifying Checksum 10:31:11 9712f1f96733: Download complete 10:31:12 63f879dbbcfc: Verifying Checksum 10:31:12 63f879dbbcfc: Download complete 10:31:12 e9a5061849ea: Verifying Checksum 10:31:12 e9a5061849ea: Download complete 10:31:12 d747dcd14b5f: Verifying Checksum 10:31:12 d747dcd14b5f: Download complete 10:31:12 2de7ff778b66: Verifying Checksum 10:31:12 2de7ff778b66: Download complete 10:31:12 0d9ebad4ef96: Verifying Checksum 10:31:12 0d9ebad4ef96: Download complete 10:31:12 ab5ef0e58194: Verifying Checksum 10:31:12 ab5ef0e58194: Download complete 10:31:16 ab5ef0e58194: Pull complete 10:31:16 9712f1f96733: Pull complete 10:31:17 63f879dbbcfc: Pull complete 10:31:23 0d9ebad4ef96: Pull complete 10:31:23 e9a5061849ea: Pull complete 10:31:23 d747dcd14b5f: Pull complete 10:31:25 2de7ff778b66: Pull complete 10:31:25 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:31:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:31:25 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:31:25 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 10:31:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 10:31:26 $ docker top 0cbe6aa131d45d4f98ef0a3a9266f435201fb040820f1abafef290987ac2f6d5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:31:26 provisioning config files... 10:31:26 copy managed file [sigul-config] to file:/w/workspace/edgex-go/883@tmp/config3793187327488062704tmp 10:31:26 copy managed file [sigul-password] to file:/w/workspace/edgex-go/883@tmp/config18376386787325797230tmp 10:31:26 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/883@tmp/config17966976910811623215tmp [Pipeline] { [Pipeline] echo 10:31:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:31:27 ---> sigul-configuration.sh 10:31:27 gpg: directory `/root/.gnupg' created 10:31:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:31:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:31:27 gpg: keyring `/root/.gnupg/secring.gpg' created 10:31:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:31:27 gpg: CAST5 encrypted data 10:31:27 gpg: encrypted with 1 passphrase 10:31:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:31:27 + mkdir /home/jenkins 10:31:27 + mkdir /home/jenkins/sigul [Pipeline] sh 10:31: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 10:31:27 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:31:28 ---> sigul-install.sh 10:31:28 Sigul already installed; skipping installation. [Pipeline] sh 10:31:28 + git tag --list 10:31:28 0.6.0 10:31:28 0.6.1 10:31:28 0.7.0 10:31:28 0.7.1 10:31:28 v1.0.0 10:31:28 v1.0.1 10:31:28 v1.1.0 10:31:28 v1.2.0 10:31:28 v1.2.1 10:31:28 v1.3.0 10:31:28 v1.3.1 10:31:28 v2.0.0 10:31:28 v2.1.0 10:31:28 v2.1.1 10:31:28 v2.2.0 10:31:28 v2.3.0 10:31:28 v3.0 10:31:28 v3.0.0 10:31:28 v3.1 10:31:28 v3.1.0 10:31:28 v3.1.1 10:31:28 v4.0 10:31:28 v4.0.0 10:31:28 v4.0.1 10:31:28 v4.0.1-dev.1 10:31:28 v4.1.0-dev.1 10:31:28 v4.1.0-dev.10 10:31:28 v4.1.0-dev.11 10:31:28 v4.1.0-dev.12 10:31:28 v4.1.0-dev.13 10:31:28 v4.1.0-dev.14 10:31:28 v4.1.0-dev.15 10:31:28 v4.1.0-dev.16 10:31:28 v4.1.0-dev.17 10:31:28 v4.1.0-dev.18 10:31:28 v4.1.0-dev.19 10:31:28 v4.1.0-dev.2 10:31:28 v4.1.0-dev.20 10:31:28 v4.1.0-dev.21 10:31:28 v4.1.0-dev.22 10:31:28 v4.1.0-dev.23 10:31:28 v4.1.0-dev.24 10:31:28 v4.1.0-dev.25 10:31:28 v4.1.0-dev.26 10:31:28 v4.1.0-dev.27 10:31:28 v4.1.0-dev.28 10:31:28 v4.1.0-dev.29 10:31:28 v4.1.0-dev.3 10:31:28 v4.1.0-dev.30 10:31:28 v4.1.0-dev.31 10:31:28 v4.1.0-dev.32 10:31:28 v4.1.0-dev.33 10:31:28 v4.1.0-dev.34 10:31:28 v4.1.0-dev.35 10:31:28 v4.1.0-dev.36 10:31:28 v4.1.0-dev.37 10:31:28 v4.1.0-dev.38 10:31:28 v4.1.0-dev.39 10:31:28 v4.1.0-dev.4 10:31:28 v4.1.0-dev.40 10:31:28 v4.1.0-dev.41 10:31:28 v4.1.0-dev.42 10:31:28 v4.1.0-dev.43 10:31:28 v4.1.0-dev.44 10:31:28 v4.1.0-dev.5 10:31:28 v4.1.0-dev.6 10:31:28 v4.1.0-dev.7 10:31:28 v4.1.0-dev.8 10:31:28 v4.1.0-dev.9 [Pipeline] sh 10:31:28 + lftools sign git-tag v4.1.0-dev.44 10:31:29 Signing Git tag with Sigul... 10:31:29 Signing v4.1.0-dev.44 [Pipeline] echo 10:31:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:31:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:31:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:31:30 $ docker stop --time=1 0cbe6aa131d45d4f98ef0a3a9266f435201fb040820f1abafef290987ac2f6d5 10:31:31 $ docker rm -f --volumes 0cbe6aa131d45d4f98ef0a3a9266f435201fb040820f1abafef290987ac2f6d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:31:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:31:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:31:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:31:32 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 10:31:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:31:32 $ docker top 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 -eo pid,comm 10:31: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). 10:31:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:31:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:32 [ssh-agent] Looking for ssh-agent implementation... 10:31:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:32 $ docker exec 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 ssh-agent 10:31:32 SSH_AUTH_SOCK=/tmp/ssh-IsnoNE3dhlDw/agent.32 10:31:32 SSH_AGENT_PID=38 10:31:32 Running ssh-add (command line suppressed) 10:31:32 Identity added: /w/workspace/edgex-go/883@tmp/private_key_4625232125437568983.key (/w/workspace/edgex-go/883@tmp/private_key_4625232125437568983.key) 10:31:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:33 + git semver bump pre 10:31:33 2025-08-08 10:31:33,472 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:31:33 2025-08-08 10:31:33,481 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 10:31:33 2025-08-08 10:31:33,482 [bump_version] DEBUG bumping version:4.1.0-dev.44 on axis:pre with prefix:dev 10:31:33 2025-08-08 10:31:33,483 [bump_version] DEBUG bumped version:4.1.0-dev.45 10:31:33 2025-08-08 10:31:33,483 [write_version] DEBUG write version:4.1.0-dev.45 to path:/w/workspace/edgex-go/883/.semver/main with force:True 10:31:33 2025-08-08 10:31:33,483 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 10:31:33 2025-08-08 10:31:33,483 [write_file] DEBUG write to file:/w/workspace/edgex-go/883/.semver/main 10:31:33 2025-08-08 10:31:33,489 [execute] INFO git cat-file --batch-check 10:31:33 2025-08-08 10:31:33,489 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/883/.semver, stdin=, shell=False, universal_newlines=False) 10:31:33 2025-08-08 10:31:33,493 [execute] INFO git cat-file --batch 10:31:33 2025-08-08 10:31:33,493 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/883/.semver, stdin=, shell=False, universal_newlines=False) 10:31:33 2025-08-08 10:31:33,497 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 10:31:33 4.1.0-dev.45 [Pipeline] } 10:31:33 $ docker exec --env ******** --env ******** 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 ssh-agent -k 10:31:33 unset SSH_AUTH_SOCK; 10:31:33 unset SSH_AGENT_PID; 10:31:33 echo Agent pid 38 killed; 10:31:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:31:34 + git semver [Pipeline] } 10:31:34 $ docker stop --time=1 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 10:31:36 $ docker rm -f --volumes 7e10e349df2a3e1b742ea51add371346623c90df9d2b5482f35b15556fef5672 [Pipeline] // withDockerContainer [Pipeline] sh 10:31:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:31:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:31:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:31:36 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 10:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:31:37 $ docker top 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb -eo pid,comm 10:31:37 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 10:31:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:31:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:31:37 [ssh-agent] Looking for ssh-agent implementation... 10:31:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:31:37 $ docker exec 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb ssh-agent 10:31:37 SSH_AUTH_SOCK=/tmp/ssh-18ugl28y7oMd/agent.32 10:31:37 SSH_AGENT_PID=38 10:31:37 Running ssh-add (command line suppressed) 10:31:37 Identity added: /w/workspace/edgex-go/883@tmp/private_key_13708114922661872669.key (/w/workspace/edgex-go/883@tmp/private_key_13708114922661872669.key) 10:31:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:31:37 + git semver push 10:31:38 2025-08-08 10:31:37,992 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:31:38 2025-08-08 10:31:37,996 [run_push] DEBUG push 10:31:38 2025-08-08 10:31:37,997 [execute] INFO git cat-file --batch-check 10:31:38 2025-08-08 10:31:37,997 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/883/.semver, stdin=, shell=False, universal_newlines=False) 10:31:38 2025-08-08 10:31:37,999 [execute] INFO git rev-list c79b4b8cc5af59ff5e67458874b45fc4bad23e77 -- 10:31:38 2025-08-08 10:31:37,999 [execute] DEBUG Popen(['git', 'rev-list', 'c79b4b8cc5af59ff5e67458874b45fc4bad23e77', '--'], cwd=/w/workspace/edgex-go/883/.semver, stdin=None, shell=False, universal_newlines=False) 10:31:38 2025-08-08 10:31:38,021 [execute] INFO git fetch -v -- origin 10:31:38 2025-08-08 10:31:38,021 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/883/.semver, stdin=None, shell=False, universal_newlines=True) 10:31:38 2025-08-08 10:31:38,513 [run_push] DEBUG no remote changes detected 10:31:38 2025-08-08 10:31:38,514 [execute] INFO git push origin semver 10:31:38 2025-08-08 10:31:38,514 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/883/.semver, stdin=None, shell=False, universal_newlines=False) 10:31:39 2025-08-08 10:31:39,332 [run_push] DEBUG push all version tags 10:31:39 2025-08-08 10:31:39,332 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:31:39 2025-08-08 10:31:39,332 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/883, stdin=None, shell=False, universal_newlines=False) 10:31:40 2025-08-08 10:31:40,037 [read_version] DEBUG read version from /w/workspace/edgex-go/883/.semver/main 10:31:40 4.1.0-dev.45 [Pipeline] } 10:31:40 $ docker exec --env ******** --env ******** 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb ssh-agent -k 10:31:40 unset SSH_AUTH_SOCK; 10:31:40 unset SSH_AGENT_PID; 10:31:40 echo Agent pid 38 killed; 10:31:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:31:40 + git semver [Pipeline] } 10:31:40 $ docker stop --time=1 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb 10:31:42 $ docker rm -f --volumes 488a21a5a7ed118717ab9573c082aeda816db3b42949f69b61d6940920daf1cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:31:42 + [ -d /w/workspace/edgex-go/883/archives ] [Pipeline] libraryResource [Pipeline] sh 10:31:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:31:43 ---> package-listing.sh 10:31:43 ++ facter osfamily 10:31:43 ++ tr '[:upper:]' '[:lower:]' 10:31:44 + OS_FAMILY=debian 10:31:44 + workspace=/w/workspace/edgex-go/883 10:31:44 + START_PACKAGES=/tmp/packages_start.txt 10:31:44 + END_PACKAGES=/tmp/packages_end.txt 10:31:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:31:44 + PACKAGES=/tmp/packages_start.txt 10:31:44 + '[' /w/workspace/edgex-go/883 ']' 10:31:44 + PACKAGES=/tmp/packages_end.txt 10:31:44 + case "${OS_FAMILY}" in 10:31:44 + dpkg -l 10:31:44 + grep '^ii' 10:31:44 + '[' -f /tmp/packages_start.txt ']' 10:31:44 + '[' -f /tmp/packages_end.txt ']' 10:31:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:31:44 + '[' /w/workspace/edgex-go/883 ']' 10:31:44 + mkdir -p /w/workspace/edgex-go/883/archives/ 10:31:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/883/archives/ [Pipeline] echo 10:31: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/883/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:31:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:31:44 10:31:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:31:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:31:45 latest: Pulling from edgex-lftools-log-publisher 10:31:45 5eb5b503b376: Pulling fs layer 10:31:45 5c69ac0246d0: Pulling fs layer 10:31:45 ec43610c2a17: Pulling fs layer 10:31:45 3a2ae6a8a46f: Pulling fs layer 10:31:45 33b1e0a273af: Pulling fs layer 10:31:45 3a2ae6a8a46f: Waiting 10:31:45 33b1e0a273af: Waiting 10:31:45 5d3b04190fa2: Pulling fs layer 10:31:45 2f39f015ded8: Pulling fs layer 10:31:45 5d3b04190fa2: Waiting 10:31:45 2f39f015ded8: Waiting 10:31:45 5c69ac0246d0: Verifying Checksum 10:31:45 5c69ac0246d0: Download complete 10:31:45 3a2ae6a8a46f: Download complete 10:31:45 33b1e0a273af: Verifying Checksum 10:31:45 33b1e0a273af: Download complete 10:31:45 ec43610c2a17: Verifying Checksum 10:31:45 ec43610c2a17: Download complete 10:31:45 5d3b04190fa2: Verifying Checksum 10:31:45 5d3b04190fa2: Download complete 10:31:45 5eb5b503b376: Verifying Checksum 10:31:45 5eb5b503b376: Download complete 10:31:46 2f39f015ded8: Download complete 10:31:47 5eb5b503b376: Pull complete 10:31:47 5c69ac0246d0: Pull complete 10:31:48 ec43610c2a17: Pull complete 10:31:48 3a2ae6a8a46f: Pull complete 10:31:48 33b1e0a273af: Pull complete 10:31:48 5d3b04190fa2: Pull complete 10:31:54 2f39f015ded8: Pull complete 10:31:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:31:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:31:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:31:55 prd-ubuntu20.04-docker-8c-8g-6544 does not seem to be running inside a container 10:31:55 $ 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/883/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/883 -v /w/workspace/edgex-go/883:/w/workspace/edgex-go/883:rw,z -v /w/workspace/edgex-go/883@tmp:/w/workspace/edgex-go/883@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:31:56 $ docker top 04140decf27969abbe01596e4383cac4f2175c813be0b2a97a2014f44b5657ac -eo pid,comm [Pipeline] { [Pipeline] sh 10:31:56 + touch /tmp/pre-build-complete [Pipeline] sh 10:31:57 + mkdir -p /var/log/sysstat [Pipeline] sh 10:31:57 + ls /var/log/sa-host 10:31:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:31:57 provisioning config files... 10:31:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/883@tmp/config17213991637265337602tmp [Pipeline] { [Pipeline] echo 10:31:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:31:57 ---> create-netrc.sh [Pipeline] } 10:31:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:31:58 ---> python-tools-install.sh [Pipeline] echo 10:31:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:31:58 ---> sudo-logs.sh 10:31:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:31:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:31:58 ---> job-cost.sh 10:31:58 lf-activate-venv: SKIPPING 10:31:58 DEBUG: total: 0.10999999940395355 10:31:58 INFO: Retrieving Stack Cost... 10:31:59 INFO: Retrieving Pricing Info for: v3-standard-8 10:31:59 INFO: Archiving Costs [Pipeline] echo 10:31:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:31:59 ---> logs-deploy.sh 10:31:59 lf-activate-venv: SKIPPING 10:31:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/883 10:31:59 INFO: archiving workspace using pattern(s): 10:32:00 Archives upload complete. 10:32:00 INFO: archiving logs to Nexus 10:32:01 ---> uname -a: 10:32:01 Linux prd-ubuntu20-04-docker-8c-8g-6544 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 10:32:01 10:32:01 10:32:01 ---> lscpu: 10:32:01 Architecture: x86_64 10:32:01 CPU op-mode(s): 32-bit, 64-bit 10:32:01 Byte Order: Little Endian 10:32:01 Address sizes: 40 bits physical, 48 bits virtual 10:32:01 CPU(s): 8 10:32:01 On-line CPU(s) list: 0-7 10:32:01 Thread(s) per core: 1 10:32:01 Core(s) per socket: 1 10:32:01 Socket(s): 8 10:32:01 NUMA node(s): 1 10:32:01 Vendor ID: AuthenticAMD 10:32:01 CPU family: 23 10:32:01 Model: 49 10:32:01 Model name: AMD EPYC-Rome Processor 10:32:01 Stepping: 0 10:32:01 CPU MHz: 2800.000 10:32:01 BogoMIPS: 5600.00 10:32:01 Virtualization: AMD-V 10:32:01 Hypervisor vendor: KVM 10:32:01 Virtualization type: full 10:32:01 L1d cache: 256 KiB 10:32:01 L1i cache: 256 KiB 10:32:01 L2 cache: 4 MiB 10:32:01 L3 cache: 128 MiB 10:32:01 NUMA node0 CPU(s): 0-7 10:32:01 Vulnerability Gather data sampling: Not affected 10:32:01 Vulnerability Itlb multihit: Not affected 10:32:01 Vulnerability L1tf: Not affected 10:32:01 Vulnerability Mds: Not affected 10:32:01 Vulnerability Meltdown: Not affected 10:32:01 Vulnerability Mmio stale data: Not affected 10:32:01 Vulnerability Retbleed: Vulnerable 10:32:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:32:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:32:01 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:32:01 Vulnerability Srbds: Not affected 10:32:01 Vulnerability Tsx async abort: Not affected 10:32: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 10:32:01 10:32:01 10:32:01 ---> nproc: 10:32:01 8 10:32:01 10:32:01 10:32:01 ---> df -h: 10:32:01 Filesystem Size Used Avail Use% Mounted on 10:32:01 overlay 155G 33G 123G 21% / 10:32:01 tmpfs 64M 0 64M 0% /dev 10:32:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:32:01 shm 64M 0 64M 0% /dev/shm 10:32:01 /dev/vda1 155G 33G 123G 21% /facter-os 10:32:01 10:32:01 10:32:01 ---> sar -b -r -n DEV: 10:32:01 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6544) 08/08/25 _x86_64_ (8 CPU) 10:32:01 10:32:01 09:41:50 LINUX RESTART (8 CPU) 10:32:01 10:32:01 09:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:32:01 09:43:02 388.60 72.85 315.75 0.00 12329.15 155865.36 0.00 10:32:01 09:44:01 169.07 10.56 158.52 0.00 1681.75 39575.14 0.00 10:32:01 09:45:01 52.76 0.07 52.69 0.00 0.53 38750.47 0.00 10:32:01 09:46:01 55.96 0.22 55.74 0.00 2.67 22132.18 0.00 10:32:01 09:47:01 1081.94 19.71 1062.22 0.00 188.50 418793.40 0.00 10:32:01 09:48:01 373.03 5.76 367.26 0.00 4299.23 175664.38 0.00 10:32:01 09:49:01 355.49 0.10 355.39 0.00 0.80 107096.98 0.00 10:32:01 09:50:01 662.46 0.10 662.36 0.00 0.80 163993.07 0.00 10:32:01 09:51:01 102.93 0.07 102.87 0.00 7.60 4420.32 0.00 10:32:01 09:52:01 23.51 0.05 23.46 0.00 7.33 575.37 0.00 10:32:01 09:53:01 6.22 0.00 6.22 0.00 0.00 160.24 0.00 10:32:01 09:54:01 2.33 0.30 2.03 0.00 16.80 29.06 0.00 10:32:01 09:55:01 2.92 1.37 1.55 0.00 28.79 18.93 0.00 10:32:01 09:56:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 10:32:01 09:57:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 10:32:01 09:58:01 2.47 0.02 2.45 0.00 0.13 32.53 0.00 10:32:01 09:59:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 10:32:01 10:00:01 1.00 0.00 1.00 0.00 0.00 13.06 0.00 10:32:01 10:01:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 10:32:01 10:02:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 10:32:01 10:03:01 1.20 0.00 1.20 0.00 0.00 13.06 0.00 10:32:01 10:04:01 0.95 0.00 0.95 0.00 0.00 12.26 0.00 10:32:01 10:05:01 1.13 0.00 1.13 0.00 0.00 13.60 0.00 10:32:01 10:06:01 1.47 0.00 1.47 0.00 0.00 17.20 0.00 10:32:01 10:07:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 10:32:01 10:08:02 1.03 0.00 1.03 0.00 0.00 13.20 0.00 10:32:01 10:09:01 1.32 0.00 1.32 0.00 0.00 14.91 0.00 10:32:01 10:10:01 0.88 0.00 0.88 0.00 0.00 10.53 0.00 10:32:01 10:11:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 10:32:01 10:12:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 10:32:01 10:13:01 1.25 0.00 1.25 0.00 0.00 16.24 0.00 10:32:01 10:14:01 1.12 0.00 1.12 0.00 0.00 11.60 0.00 10:32:01 10:15:01 1.15 0.00 1.15 0.00 0.00 14.00 0.00 10:32:01 10:16:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 10:32:01 10:17:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 10:32:01 10:18:01 1.62 0.02 1.60 0.00 0.13 17.46 0.00 10:32:01 10:19:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 10:32:01 10:20:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 10:32:01 10:21:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 10:32:01 10:22:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 10:32:01 10:23:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 10:32:01 10:24:01 1.62 0.00 1.62 0.00 0.00 18.26 0.00 10:32:01 10:25:01 1.05 0.00 1.05 0.00 0.00 12.52 0.00 10:32:01 10:26:01 1.37 0.00 1.37 0.00 0.00 14.92 0.00 10:32:01 10:27:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 10:32:01 10:28:01 1.65 0.00 1.65 0.00 0.00 20.39 0.00 10:32:01 10:29:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 10:32:01 10:30:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 10:32:01 10:31:01 29.83 0.72 29.11 0.00 14.40 14416.40 0.00 10:32:01 10:32:01 167.71 0.18 167.52 0.00 15.20 53601.87 0.00 10:32:01 Average: 70.34 2.24 68.10 0.00 371.53 23913.34 0.00 10:32:01 10:32:01 09:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:32:01 09:43:02 28525580 31511664 796348 2.42 78860 3196268 1808480 5.33 1030412 2939308 346536 10:32:01 09:44:01 26455396 31325384 954644 2.90 124268 4874904 2086700 6.15 1987808 3871116 963040 10:32:01 09:45:01 26373960 31373776 904328 2.75 129376 4978812 1820304 5.37 1535472 4385576 478584 10:32:01 09:46:01 25729072 31476376 799636 2.43 134964 5676196 1732656 5.11 1890196 4630708 575144 10:32:01 09:47:01 15082996 31369156 883996 2.69 348460 15466104 2295336 6.77 2984044 13609580 198568 10:32:01 09:48:01 6222156 28835304 3328416 10.13 424716 21224144 10497328 30.95 6597712 18241452 949536 10:32:01 09:49:01 2110248 27092260 5077340 15.45 439804 23488708 10810720 31.87 9334668 19534624 420704 10:32:01 09:50:01 5780172 31297192 928344 2.82 455696 24178332 2357692 6.95 3829796 21614868 352 10:32:01 09:51:01 5769448 31370404 861428 2.62 458356 24258328 2136456 6.30 4069688 21400180 608 10:32:01 09:52:01 5765008 31367424 864036 2.63 459160 24258884 2189472 6.45 4587796 20886644 472 10:32:01 09:53:01 5779348 31381752 849964 2.59 459372 24258928 2031384 5.99 4647700 20813252 184 10:32:01 09:54:01 5774716 31377652 854052 2.60 459408 24259432 2031384 5.99 4651984 20813568 44 10:32:01 09:55:01 5778416 31383372 849220 2.58 459472 24260304 2047696 6.04 4645940 20813860 8 10:32:01 09:56:01 5779696 31384656 848172 2.58 459476 24260304 2047696 6.04 4645708 20813844 140 10:32:01 09:57:01 5788116 31393080 839844 2.55 459492 24260304 2047696 6.04 4637472 20813844 16 10:32:01 09:58:01 5787588 31392620 840548 2.56 459516 24260284 2080884 6.13 4636932 20813820 192 10:32:01 09:59:01 5787840 31392880 840224 2.56 459532 24260284 2080884 6.13 4636800 20813820 76 10:32:01 10:00:01 5788624 31393720 839184 2.55 459552 24260292 2080884 6.13 4636924 20813824 280 10:32:01 10:01:01 5788836 31393936 838888 2.55 459576 24260292 2080884 6.13 4636976 20813828 188 10:32:01 10:02:01 5787912 31393048 839628 2.55 459592 24260292 2080884 6.13 4636920 20813832 124 10:32:01 10:03:01 5788580 31393780 838880 2.55 459612 24260300 2080884 6.13 4636584 20813840 180 10:32:01 10:04:01 5788420 31393620 838932 2.55 459636 24260300 2080884 6.13 4636588 20813840 300 10:32:01 10:05:01 5788200 31393448 839124 2.55 459644 24260304 2080884 6.13 4636700 20813840 8 10:32:01 10:06:01 5788088 31393376 839072 2.55 459656 24260304 2080884 6.13 4636460 20813840 52 10:32:01 10:07:01 5788040 31393336 839068 2.55 459676 24260308 2080884 6.13 4636240 20813844 28 10:32:01 10:08:02 5787936 31393240 839004 2.55 459692 24260312 2080884 6.13 4636608 20813848 268 10:32:01 10:09:01 5787912 31393348 838880 2.55 459700 24260444 2080884 6.13 4636612 20813980 180 10:32:01 10:10:01 5787880 31393384 838828 2.55 459716 24260452 2080884 6.13 4636588 20813988 244 10:32:01 10:11:01 5787816 31393364 838804 2.55 459740 24260456 2080884 6.13 4636704 20813992 144 10:32:01 10:12:01 5787500 31393056 839040 2.55 459752 24260456 2080884 6.13 4636644 20813992 232 10:32:01 10:13:01 5787400 31392992 839264 2.55 459772 24260460 2080884 6.13 4636856 20813996 32 10:32:01 10:14:01 5787392 31392984 839244 2.55 459780 24260460 2080884 6.13 4636740 20813996 236 10:32:01 10:15:01 5787480 31393088 839132 2.55 459800 24260464 2080884 6.13 4636412 20814000 28 10:32:01 10:16:01 5787732 31393344 838784 2.55 459816 24260468 2080884 6.13 4636496 20814004 168 10:32:01 10:17:01 5787628 31393272 838840 2.55 459824 24260464 2080884 6.13 4636736 20814004 8 10:32:01 10:18:01 5788000 31393656 838596 2.55 459840 24260476 2080884 6.13 4636864 20814008 84 10:32:01 10:19:01 5787464 31393140 839080 2.55 459848 24260476 2080884 6.13 4636756 20814012 172 10:32:01 10:20:01 5787732 31393420 838792 2.55 459864 24260480 2080884 6.13 4636488 20814016 4 10:32:01 10:21:01 5787852 31393572 838776 2.55 459872 24260484 2080884 6.13 4636872 20814020 200 10:32:01 10:22:01 5787852 31393572 838780 2.55 459884 24260484 2080884 6.13 4636544 20814020 156 10:32:01 10:23:01 5787600 31393324 838944 2.55 459912 24260484 2080884 6.13 4636916 20814024 12 10:32:01 10:24:01 5787600 31393368 838904 2.55 459928 24260492 2080884 6.13 4636688 20814028 4 10:32:01 10:25:01 5787456 31393228 838952 2.55 459940 24260492 2080884 6.13 4636908 20814028 180 10:32:01 10:26:01 5787668 31393444 838664 2.55 459948 24260500 2080884 6.13 4636828 20814032 152 10:32:01 10:27:01 5787860 31393676 838644 2.55 459956 24260504 2080884 6.13 4636864 20814036 180 10:32:01 10:28:01 5787552 31393384 838904 2.55 459988 24260496 2080884 6.13 4636748 20814044 4 10:32:01 10:29:01 5787244 31393084 839068 2.55 460008 24260512 2080884 6.13 4636944 20814048 224 10:32:01 10:30:01 5787188 31393084 839052 2.55 460016 24260512 2080884 6.13 4636992 20814048 248 10:32:01 10:31:01 4578056 31051116 1174368 3.57 485856 25012480 2346236 6.92 5063596 21492460 369356 10:32:01 10:32:01 3986924 31264880 959140 2.92 519444 25715448 2069316 6.10 4870432 22210904 856 10:32:01 Average: 7525544 31244705 989236 3.01 430575 22484433 2420514 7.14 4480447 19314926 86175 10:32:01 10:32:01 09:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:32:01 09:43:02 ens3 1788.32 1577.30 13735.68 225.71 0.00 0.00 0.00 0.00 10:32:01 09:43:02 lo 4.70 4.70 0.47 0.47 0.00 0.00 0.00 0.00 10:32:01 09:43:02 docker0 576.32 548.23 40.13 2983.84 0.00 0.00 0.00 0.00 10:32:01 09:44:01 veth20ae276 0.05 0.19 0.00 0.02 0.00 0.00 0.00 0.00 10:32:01 09:44:01 ens3 300.93 212.56 1715.73 34.65 0.00 0.00 0.00 0.00 10:32:01 09:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:44:01 docker0 189.10 262.26 16.76 1680.15 0.00 0.00 0.00 0.00 10:32:01 09:45:01 veth20ae276 1.50 1.52 0.13 0.13 0.00 0.00 0.00 0.00 10:32:01 09:45:01 ens3 47.68 27.90 39.03 16.02 0.00 0.00 0.00 0.00 10:32:01 09:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:45:01 docker0 1.50 1.50 0.11 0.13 0.00 0.00 0.00 0.00 10:32:01 09:46:01 veth20ae276 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:46:01 ens3 22.75 13.63 19.34 11.70 0.00 0.00 0.00 0.00 10:32:01 09:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:47:01 ens3 1078.82 622.35 12068.19 78.70 0.00 0.00 0.00 0.00 10:32:01 09:47:01 lo 1.47 1.47 0.14 0.14 0.00 0.00 0.00 0.00 10:32:01 09:47:01 docker0 536.08 934.74 46.20 8922.92 0.00 0.00 0.00 0.00 10:32:01 09:47:01 veth4b9548c 0.68 3.43 0.06 0.37 0.00 0.00 0.00 0.00 10:32:01 09:48:01 veth441af65 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vetha704c38 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 ens3 298.27 200.50 2990.26 18.92 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vethc5616b0 0.10 0.67 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vethcc40ba8 0.05 0.73 0.00 0.04 0.00 0.00 0.00 0.00 10:32:01 09:48:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vethe351ea8 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vetha43a23b 0.05 0.72 0.00 0.04 0.00 0.00 0.00 0.00 10:32:01 09:48:01 docker0 0.83 0.23 0.03 0.01 0.00 0.00 0.00 0.00 10:32:01 09:48:01 veth8e24c94 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 veth4b9548c 0.13 0.78 0.01 0.04 0.00 0.00 0.00 0.00 10:32:01 09:48:01 veth8c2dac6 0.05 0.72 0.00 0.04 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vethba4ff3a 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 vethb21251e 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 veth8d27300 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 10:32:01 09:48:01 veth9a6ca39 0.10 0.70 0.00 0.04 0.00 0.00 0.00 0.00 10:32:01 09:49:01 veth441af65 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 vetha704c38 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 ens3 3.00 2.43 2.29 1.40 0.00 0.00 0.00 0.00 10:32:01 09:49:01 vethcc40ba8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 vethe351ea8 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 veth8e24c94 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 veth4b9548c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 veth8c2dac6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 vethba4ff3a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 vethb21251e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 veth8d27300 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:49:01 veth9a6ca39 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:50:01 ens3 11.33 8.13 10.06 5.05 0.00 0.00 0.00 0.00 10:32:01 09:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:50:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:50:01 veth4b9548c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:51:01 ens3 400.65 424.05 200.97 1847.52 0.00 0.00 0.00 0.00 10:32:01 09:51:01 lo 39.98 39.98 3.93 3.93 0.00 0.00 0.00 0.00 10:32:01 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:52:01 ens3 388.14 407.18 144.71 2776.02 0.00 0.00 0.00 0.00 10:32:01 09:52:01 lo 22.80 22.80 2.22 2.22 0.00 0.00 0.00 0.00 10:32:01 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:53:01 ens3 81.44 75.50 40.71 410.37 0.00 0.00 0.00 0.00 10:32:01 09:53:01 lo 6.60 6.60 0.64 0.64 0.00 0.00 0.00 0.00 10:32:01 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:54:01 ens3 1.78 1.10 3.01 0.59 0.00 0.00 0.00 0.00 10:32:01 09:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:55:01 ens3 5.71 4.92 3.74 4.85 0.00 0.00 0.00 0.00 10:32:01 09:55:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:56:01 ens3 1.82 1.57 0.98 1.22 0.00 0.00 0.00 0.00 10:32:01 09:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:58:01 ens3 0.28 0.23 0.09 0.07 0.00 0.00 0.00 0.00 10:32:01 09:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:59:01 ens3 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 10:32:01 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:01:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:02:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:03:01 ens3 0.15 0.08 0.08 0.06 0.00 0.00 0.00 0.00 10:32:01 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:04:01 ens3 0.57 0.12 0.11 0.01 0.00 0.00 0.00 0.00 10:32:01 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:05:01 ens3 0.33 0.25 0.25 0.21 0.00 0.00 0.00 0.00 10:32:01 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:08:02 ens3 0.35 0.22 0.14 0.07 0.00 0.00 0.00 0.00 10:32:01 10:08:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:09:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:10:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:11:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:12:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:13:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 10:32:01 10:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:14:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:15:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 10:32:01 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:16:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:18:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:32:01 10:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:19:01 ens3 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 10:32:01 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:20:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:21:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:22:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:23:01 ens3 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:32:01 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:24:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:25:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 10:32:01 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:26:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:27:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:28:01 ens3 0.33 0.30 0.14 0.08 0.00 0.00 0.00 0.00 10:32:01 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:29:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:30:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:32:01 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:01 10:31:01 ens3 189.97 109.82 3521.12 19.50 0.00 0.00 0.00 0.00 10:32:01 10:31:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 10:32:01 10:31:01 vethbafa3c6 57.97 97.37 6.19 867.15 0.00 0.00 0.00 0.07 10:32:01 10:31:01 docker0 57.97 97.25 5.39 867.14 0.00 0.00 0.00 0.00 10:32:01 10:32:01 ens3 312.38 216.28 5813.37 155.64 0.00 0.00 0.00 0.00 10:32:01 10:32:01 lo 2.67 2.67 0.25 0.25 0.00 0.00 0.00 0.00 10:32:01 10:32:01 docker0 3.97 3.05 0.50 1.22 0.00 0.00 0.00 0.00 10:32:01 Average: ens3 98.71 78.14 806.08 112.23 0.00 0.00 0.00 0.00 10:32:01 Average: lo 1.69 1.69 0.16 0.16 0.00 0.00 0.00 0.00 10:32:01 Average: docker0 27.27 36.88 2.18 288.70 0.00 0.00 0.00 0.00 10:32:01 10:32:01 10:32:01 ---> sar -P ALL: 10:32:01 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-6544) 08/08/25 _x86_64_ (8 CPU) 10:32:01 10:32:01 09:41:50 LINUX RESTART (8 CPU) 10:32:01 10:32:01 09:42:01 CPU %user %nice %system %iowait %steal %idle 10:32:01 09:43:02 all 10.10 0.00 3.23 1.57 0.05 85.05 10:32:01 09:43:02 0 7.75 0.00 2.56 0.69 0.03 88.97 10:32:01 09:43:02 1 6.54 0.00 3.36 0.66 0.05 89.39 10:32:01 09:43:02 2 7.91 0.00 3.30 1.30 0.05 87.45 10:32:01 09:43:02 3 10.12 0.00 3.07 0.34 0.05 86.42 10:32:01 09:43:02 4 13.66 0.00 4.03 0.83 0.07 81.41 10:32:01 09:43:02 5 11.60 0.00 3.24 2.11 0.05 83.01 10:32:01 09:43:02 6 11.46 0.00 3.15 2.41 0.05 82.93 10:32:01 09:43:02 7 11.83 0.00 3.13 4.23 0.05 80.75 10:32:01 09:44:01 all 38.46 0.00 6.68 0.73 0.09 54.03 10:32:01 09:44:01 0 38.28 0.00 7.14 0.14 0.10 54.34 10:32:01 09:44:01 1 38.12 0.00 6.80 0.28 0.10 54.69 10:32:01 09:44:01 2 37.84 0.00 6.81 0.96 0.10 54.29 10:32:01 09:44:01 3 38.93 0.00 6.71 0.75 0.09 53.52 10:32:01 09:44:01 4 37.39 0.00 6.79 1.34 0.09 54.39 10:32:01 09:44:01 5 38.80 0.00 5.79 0.66 0.09 54.66 10:32:01 09:44:01 6 39.19 0.00 6.78 1.44 0.09 52.51 10:32:01 09:44:01 7 39.14 0.00 6.65 0.28 0.09 53.85 10:32:01 09:45:01 all 41.52 0.00 7.07 0.43 0.08 50.90 10:32:01 09:45:01 0 40.47 0.00 6.33 0.03 0.08 53.08 10:32:01 09:45:01 1 43.59 0.00 7.25 0.05 0.08 49.03 10:32:01 09:45:01 2 39.85 0.00 8.53 0.57 0.07 50.99 10:32:01 09:45:01 3 41.34 0.00 6.35 0.03 0.07 52.21 10:32:01 09:45:01 4 42.85 0.00 7.29 1.11 0.08 48.67 10:32:01 09:45:01 5 42.11 0.00 6.71 1.19 0.08 49.91 10:32:01 09:45:01 6 40.46 0.00 6.91 0.15 0.10 52.38 10:32:01 09:45:01 7 41.47 0.00 7.22 0.32 0.08 50.91 10:32:01 09:46:01 all 54.41 0.00 7.12 0.12 0.10 38.25 10:32:01 09:46:01 0 53.46 0.00 7.39 0.00 0.10 39.06 10:32:01 09:46:01 1 54.25 0.00 6.61 0.02 0.10 39.03 10:32:01 09:46:01 2 54.97 0.00 8.02 0.02 0.10 36.89 10:32:01 09:46:01 3 52.56 0.00 6.80 0.12 0.10 40.42 10:32:01 09:46:01 4 54.81 0.00 6.34 0.03 0.10 38.71 10:32:01 09:46:01 5 53.20 0.00 7.16 0.76 0.08 38.80 10:32:01 09:46:01 6 55.48 0.00 6.97 0.02 0.10 37.43 10:32:01 09:46:01 7 56.57 0.00 7.64 0.02 0.10 35.67 10:32:01 09:47:01 all 29.28 0.00 12.71 8.69 0.10 49.21 10:32:01 09:47:01 0 27.36 0.00 11.53 5.87 0.09 55.16 10:32:01 09:47:01 1 30.70 0.00 13.04 6.91 0.10 49.25 10:32:01 09:47:01 2 29.29 0.00 12.45 5.70 0.10 52.47 10:32:01 09:47:01 3 30.32 0.00 12.80 7.06 0.10 49.72 10:32:01 09:47:01 4 28.26 0.00 12.83 9.69 0.10 49.12 10:32:01 09:47:01 5 27.67 0.00 11.25 10.08 0.12 50.89 10:32:01 09:47:01 6 30.70 0.00 14.68 11.09 0.10 43.42 10:32:01 09:47:01 7 29.99 0.00 13.13 13.11 0.12 43.66 10:32:01 09:48:01 all 70.21 0.00 12.34 3.95 0.10 13.41 10:32:01 09:48:01 0 70.40 0.00 11.62 0.72 0.08 17.17 10:32:01 09:48:01 1 70.31 0.00 12.52 1.14 0.12 15.91 10:32:01 09:48:01 2 69.81 0.00 12.89 12.39 0.08 4.83 10:32:01 09:48:01 3 69.35 0.00 13.40 0.65 0.08 16.52 10:32:01 09:48:01 4 71.20 0.00 11.74 0.63 0.10 16.33 10:32:01 09:48:01 5 70.07 0.00 12.04 14.12 0.10 3.67 10:32:01 09:48:01 6 69.77 0.00 12.72 0.57 0.10 16.84 10:32:01 09:48:01 7 70.74 0.00 11.78 1.47 0.10 15.92 10:32:01 09:49:01 all 90.88 0.00 9.00 0.00 0.11 0.00 10:32:01 09:49:01 0 90.84 0.00 9.03 0.00 0.13 0.00 10:32:01 09:49:01 1 91.07 0.00 8.81 0.00 0.12 0.00 10:32:01 09:49:01 2 90.67 0.00 9.20 0.00 0.13 0.00 10:32:01 09:49:01 3 91.32 0.00 8.56 0.00 0.12 0.00 10:32:01 09:49:01 4 91.47 0.00 8.45 0.00 0.08 0.00 10:32:01 09:49:01 5 91.73 0.00 8.17 0.00 0.10 0.00 10:32:01 09:49:01 6 89.76 0.00 10.13 0.00 0.12 0.00 10:32:01 09:49:01 7 90.19 0.00 9.70 0.00 0.12 0.00 10:32:01 09:50:01 all 86.67 0.00 10.43 0.58 0.10 2.22 10:32:01 09:50:01 0 86.21 0.00 10.85 0.23 0.08 2.62 10:32:01 09:50:01 1 86.98 0.00 9.88 0.42 0.10 2.62 10:32:01 09:50:01 2 88.28 0.00 8.93 1.14 0.12 1.54 10:32:01 09:50:01 3 86.93 0.00 10.10 0.50 0.08 2.39 10:32:01 09:50:01 4 87.54 0.00 9.82 0.25 0.10 2.28 10:32:01 09:50:01 5 87.48 0.00 9.67 0.53 0.10 2.22 10:32:01 09:50:01 6 83.96 0.00 13.24 0.72 0.12 1.97 10:32:01 09:50:01 7 85.93 0.00 10.98 0.85 0.12 2.12 10:32:01 09:51:01 all 8.58 0.00 1.19 0.26 0.06 89.91 10:32:01 09:51:01 0 7.41 0.00 1.30 0.38 0.07 90.84 10:32:01 09:51:01 1 9.43 0.00 1.07 0.10 0.05 89.35 10:32:01 09:51:01 2 7.97 0.00 1.37 0.60 0.07 90.00 10:32:01 09:51:01 3 8.01 0.00 1.20 0.13 0.07 90.59 10:32:01 09:51:01 4 10.01 0.00 1.12 0.37 0.05 88.45 10:32:01 09:51:01 5 10.99 0.00 1.20 0.10 0.07 87.64 10:32:01 09:51:01 6 6.66 0.00 1.15 0.28 0.07 91.83 10:32:01 09:51:01 7 8.17 0.00 1.12 0.10 0.05 90.56 10:32:01 09:52:01 all 11.58 0.00 0.76 0.08 0.07 87.52 10:32:01 09:52:01 0 12.47 0.00 0.77 0.22 0.07 86.48 10:32:01 09:52:01 1 9.97 0.00 0.72 0.02 0.05 89.25 10:32:01 09:52:01 2 5.79 0.00 0.67 0.15 0.05 93.34 10:32:01 09:52:01 3 10.28 0.00 0.74 0.02 0.07 88.90 10:32:01 09:52:01 4 16.95 0.00 0.75 0.00 0.10 82.20 10:32:01 09:52:01 5 11.79 0.00 0.86 0.18 0.08 87.08 10:32:01 09:52:01 6 11.35 0.00 0.64 0.02 0.07 87.93 10:32:01 09:52:01 7 14.04 0.00 0.92 0.02 0.08 84.94 10:32:01 09:53:01 all 1.85 0.00 0.21 0.01 0.04 97.89 10:32:01 09:53:01 0 1.92 0.00 0.23 0.00 0.02 97.83 10:32:01 09:53:01 1 1.08 0.00 0.18 0.00 0.05 98.68 10:32:01 09:53:01 2 1.68 0.00 0.17 0.10 0.03 98.02 10:32:01 09:53:01 3 2.43 0.00 0.25 0.00 0.03 97.28 10:32:01 09:53:01 4 2.42 0.00 0.23 0.02 0.03 97.30 10:32:01 09:53:01 5 1.09 0.00 0.15 0.00 0.03 98.73 10:32:01 09:53:01 6 2.23 0.00 0.20 0.00 0.03 97.53 10:32:01 09:53:01 7 1.94 0.00 0.25 0.00 0.05 97.76 10:32:01 10:32:01 09:53:01 CPU %user %nice %system %iowait %steal %idle 10:32:01 09:54:01 all 0.10 0.00 0.02 0.01 0.02 99.85 10:32:01 09:54:01 0 0.13 0.00 0.02 0.00 0.02 99.83 10:32:01 09:54:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:32:01 09:54:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:32:01 09:54:01 3 0.17 0.00 0.03 0.02 0.02 99.77 10:32:01 09:54:01 4 0.10 0.00 0.02 0.00 0.02 99.87 10:32:01 09:54:01 5 0.12 0.00 0.02 0.00 0.00 99.87 10:32:01 09:54:01 6 0.13 0.00 0.00 0.00 0.00 99.87 10:32:01 09:54:01 7 0.07 0.00 0.07 0.03 0.05 99.78 10:32:01 09:55:01 all 0.19 0.00 0.03 0.01 0.01 99.76 10:32:01 09:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 10:32:01 09:55:01 1 0.12 0.00 0.03 0.00 0.02 99.83 10:32:01 09:55:01 2 0.00 0.00 0.02 0.03 0.00 99.95 10:32:01 09:55:01 3 0.30 0.00 0.08 0.03 0.00 99.58 10:32:01 09:55:01 4 0.20 0.00 0.02 0.00 0.00 99.78 10:32:01 09:55:01 5 0.12 0.00 0.02 0.00 0.02 99.85 10:32:01 09:55:01 6 0.68 0.00 0.00 0.00 0.00 99.32 10:32:01 09:55:01 7 0.10 0.00 0.07 0.00 0.03 99.80 10:32:01 09:56:01 all 0.04 0.00 0.01 0.00 0.01 99.93 10:32:01 09:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 09:56:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 09:56:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:32:01 09:56:01 3 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 09:56:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 09:56:01 5 0.00 0.00 0.00 0.02 0.02 99.97 10:32:01 09:56:01 6 0.18 0.00 0.00 0.00 0.00 99.82 10:32:01 09:56:01 7 0.07 0.00 0.05 0.00 0.03 99.85 10:32:01 09:57:01 all 0.04 0.00 0.02 0.00 0.01 99.93 10:32:01 09:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 09:57:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:32:01 09:57:01 2 0.07 0.00 0.02 0.00 0.02 99.90 10:32:01 09:57:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 09:57:01 4 0.03 0.00 0.00 0.02 0.02 99.93 10:32:01 09:57:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:32:01 09:57:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 09:57:01 7 0.08 0.00 0.07 0.00 0.02 99.83 10:32:01 09:58:01 all 0.16 0.00 0.04 0.00 0.01 99.79 10:32:01 09:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 09:58:01 1 0.02 0.00 0.05 0.00 0.02 99.92 10:32:01 09:58:01 2 0.03 0.00 0.05 0.02 0.02 99.88 10:32:01 09:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:32:01 09:58:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 09:58:01 5 1.08 0.00 0.05 0.02 0.00 98.86 10:32:01 09:58:01 6 0.02 0.00 0.03 0.00 0.00 99.95 10:32:01 09:58:01 7 0.05 0.00 0.03 0.00 0.03 99.88 10:32:01 09:59:01 all 0.26 0.00 0.02 0.00 0.02 99.70 10:32:01 09:59:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:32:01 09:59:01 1 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 09:59:01 2 0.03 0.00 0.03 0.02 0.02 99.90 10:32:01 09:59:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:32:01 09:59:01 4 0.05 0.00 0.03 0.02 0.02 99.88 10:32:01 09:59:01 5 1.81 0.00 0.02 0.00 0.02 98.16 10:32:01 09:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 09:59:01 7 0.08 0.00 0.05 0.00 0.03 99.83 10:32:01 10:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:32:01 10:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:32:01 10:00:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:00:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:00:01 7 0.05 0.00 0.05 0.00 0.03 99.87 10:32:01 10:01:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:32:01 10:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:01:01 1 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:01:01 2 0.08 0.00 0.02 0.02 0.03 99.85 10:32:01 10:01:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:01:01 4 0.07 0.00 0.02 0.02 0.02 99.88 10:32:01 10:01:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:01:01 7 0.07 0.00 0.00 0.00 0.02 99.92 10:32:01 10:02:01 all 0.20 0.00 0.01 0.01 0.01 99.76 10:32:01 10:02:01 0 0.00 0.00 0.00 0.02 0.00 99.98 10:32:01 10:02:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:32:01 10:02:01 2 0.03 0.00 0.05 0.02 0.03 99.87 10:32:01 10:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:02:01 4 0.02 0.00 0.00 0.02 0.02 99.95 10:32:01 10:02:01 5 1.40 0.00 0.02 0.00 0.00 98.58 10:32:01 10:02:01 6 0.03 0.00 0.00 0.00 0.02 99.95 10:32:01 10:02:01 7 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:03:01 all 0.24 0.00 0.01 0.00 0.01 99.73 10:32:01 10:03:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:03:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:03:01 2 0.08 0.00 0.00 0.00 0.03 99.88 10:32:01 10:03:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:03:01 4 0.08 0.00 0.02 0.00 0.00 99.90 10:32:01 10:03:01 5 1.61 0.00 0.02 0.00 0.02 98.35 10:32:01 10:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:03:01 7 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:04:01 all 0.08 0.00 0.01 0.00 0.01 99.89 10:32:01 10:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:04:01 1 0.08 0.00 0.02 0.00 0.03 99.87 10:32:01 10:04:01 2 0.05 0.00 0.03 0.02 0.03 99.87 10:32:01 10:04:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:32:01 10:04:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:04:01 5 0.42 0.00 0.00 0.02 0.02 99.55 10:32:01 10:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:04:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:32:01 10:04:01 CPU %user %nice %system %iowait %steal %idle 10:32:01 10:05:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:32:01 10:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:05:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:05:01 2 0.05 0.00 0.02 0.02 0.05 99.87 10:32:01 10:05:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:32:01 10:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:05:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:05:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 10:05:01 7 0.08 0.00 0.02 0.00 0.02 99.88 10:32:01 10:06:01 all 0.21 0.00 0.01 0.00 0.01 99.75 10:32:01 10:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:06:01 1 0.03 0.00 0.02 0.02 0.03 99.90 10:32:01 10:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:32:01 10:06:01 4 0.07 0.00 0.00 0.00 0.03 99.90 10:32:01 10:06:01 5 1.52 0.00 0.03 0.02 0.00 98.43 10:32:01 10:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:06:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:07:01 all 0.28 0.00 0.01 0.00 0.02 99.69 10:32:01 10:07:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:07:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:07:01 2 0.03 0.00 0.03 0.02 0.03 99.88 10:32:01 10:07:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:32:01 10:07:01 4 0.07 0.00 0.02 0.00 0.02 99.90 10:32:01 10:07:01 5 1.94 0.00 0.00 0.00 0.02 98.04 10:32:01 10:07:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:32:01 10:07:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:32:01 10:08:02 all 0.04 0.00 0.02 0.00 0.01 99.93 10:32:01 10:08:02 0 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:08:02 1 0.05 0.00 0.05 0.00 0.03 99.87 10:32:01 10:08:02 2 0.03 0.00 0.02 0.00 0.03 99.92 10:32:01 10:08:02 3 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:08:02 4 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:08:02 5 0.23 0.00 0.07 0.02 0.02 99.67 10:32:01 10:08:02 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:08:02 7 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:09:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:32:01 10:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:09:01 1 0.03 0.00 0.00 0.00 0.03 99.93 10:32:01 10:09:01 2 0.10 0.00 0.02 0.02 0.03 99.83 10:32:01 10:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 10:32:01 10:09:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:09:01 5 0.02 0.00 0.00 0.02 0.00 99.97 10:32:01 10:09:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:32:01 10:09:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:10:01 all 0.05 0.00 0.02 0.00 0.01 99.92 10:32:01 10:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:10:01 1 0.10 0.00 0.02 0.00 0.02 99.87 10:32:01 10:10:01 2 0.03 0.00 0.03 0.02 0.03 99.88 10:32:01 10:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:10:01 4 0.00 0.00 0.03 0.00 0.00 99.97 10:32:01 10:10:01 5 0.27 0.00 0.02 0.00 0.02 99.70 10:32:01 10:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:10:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:11:01 all 0.27 0.00 0.02 0.00 0.01 99.70 10:32:01 10:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:11:01 1 0.03 0.00 0.03 0.00 0.02 99.92 10:32:01 10:11:01 2 0.02 0.00 0.05 0.00 0.02 99.92 10:32:01 10:11:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:32:01 10:11:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:11:01 5 1.97 0.00 0.00 0.02 0.02 98.00 10:32:01 10:11:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:32:01 10:11:01 7 0.00 0.00 0.02 0.00 0.02 99.97 10:32:01 10:12:01 all 0.23 0.00 0.01 0.00 0.02 99.74 10:32:01 10:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:12:01 1 0.05 0.00 0.02 0.00 0.03 99.90 10:32:01 10:12:01 2 0.02 0.00 0.00 0.02 0.03 99.93 10:32:01 10:12:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:12:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:32:01 10:12:01 5 1.60 0.00 0.00 0.02 0.02 98.37 10:32:01 10:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:32:01 10:13:01 all 0.02 0.00 0.01 0.00 0.01 99.95 10:32:01 10:13:01 0 0.02 0.00 0.02 0.02 0.00 99.95 10:32:01 10:13:01 1 0.00 0.00 0.02 0.00 0.02 99.97 10:32:01 10:13:01 2 0.02 0.00 0.03 0.02 0.02 99.92 10:32:01 10:13:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:13:01 4 0.05 0.00 0.00 0.00 0.02 99.93 10:32:01 10:13:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:13:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 10:13:01 7 0.00 0.00 0.02 0.00 0.02 99.97 10:32:01 10:14:01 all 0.22 0.00 0.01 0.00 0.01 99.75 10:32:01 10:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:14:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:32:01 10:14:01 2 0.03 0.00 0.03 0.02 0.03 99.88 10:32:01 10:14:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:14:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:14:01 5 1.65 0.00 0.00 0.02 0.02 98.32 10:32:01 10:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:15:01 all 0.27 0.00 0.01 0.00 0.01 99.70 10:32:01 10:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:15:01 1 0.07 0.00 0.05 0.00 0.05 99.83 10:32:01 10:15:01 2 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 10:15:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:15:01 5 1.95 0.00 0.00 0.00 0.02 98.03 10:32:01 10:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:15:01 7 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:32:01 10:15:01 CPU %user %nice %system %iowait %steal %idle 10:32:01 10:16:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:32:01 10:16:01 0 0.00 0.00 0.02 0.00 0.02 99.97 10:32:01 10:16:01 1 0.05 0.00 0.05 0.00 0.03 99.87 10:32:01 10:16:01 2 0.02 0.00 0.02 0.02 0.00 99.95 10:32:01 10:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:16:01 4 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:16:01 5 0.08 0.00 0.00 0.02 0.02 99.88 10:32:01 10:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:17:01 all 0.11 0.00 0.02 0.00 0.02 99.85 10:32:01 10:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:17:01 1 0.02 0.00 0.05 0.00 0.03 99.90 10:32:01 10:17:01 2 0.02 0.00 0.02 0.02 0.02 99.93 10:32:01 10:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:17:01 4 0.05 0.00 0.05 0.00 0.03 99.87 10:32:01 10:17:01 5 0.73 0.00 0.03 0.02 0.02 99.20 10:32:01 10:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:17:01 7 0.03 0.00 0.00 0.00 0.02 99.95 10:32:01 10:18:01 all 0.21 0.00 0.02 0.01 0.01 99.76 10:32:01 10:18:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:18:01 1 0.02 0.00 0.05 0.00 0.03 99.90 10:32:01 10:18:01 2 0.02 0.00 0.02 0.08 0.00 99.88 10:32:01 10:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 10:32:01 10:18:01 4 0.07 0.00 0.00 0.00 0.02 99.92 10:32:01 10:18:01 5 1.44 0.00 0.02 0.02 0.00 98.53 10:32:01 10:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:18:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:19:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:32:01 10:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:19:01 1 0.03 0.00 0.02 0.00 0.03 99.92 10:32:01 10:19:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:32:01 10:19:01 3 0.07 0.00 0.03 0.00 0.02 99.88 10:32:01 10:19:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:32:01 10:19:01 5 0.08 0.00 0.00 0.00 0.02 99.90 10:32:01 10:19:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:32:01 10:19:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:32:01 10:20:01 all 0.04 0.00 0.01 0.01 0.01 99.93 10:32:01 10:20:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:20:01 1 0.03 0.00 0.05 0.02 0.03 99.87 10:32:01 10:20:01 2 0.03 0.00 0.00 0.02 0.00 99.95 10:32:01 10:20:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:20:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:32:01 10:20:01 5 0.17 0.00 0.02 0.02 0.02 99.78 10:32:01 10:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:20:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:21:01 all 0.12 0.00 0.01 0.00 0.02 99.85 10:32:01 10:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:21:01 1 0.03 0.00 0.03 0.02 0.05 99.87 10:32:01 10:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:32:01 10:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:21:01 4 0.03 0.00 0.00 0.00 0.03 99.93 10:32:01 10:21:01 5 0.80 0.00 0.00 0.00 0.00 99.20 10:32:01 10:21:01 6 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:21:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 10:22:01 all 0.02 0.00 0.01 0.00 0.02 99.94 10:32:01 10:22:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:22:01 1 0.07 0.00 0.05 0.00 0.05 99.83 10:32:01 10:22:01 2 0.02 0.00 0.00 0.02 0.00 99.97 10:32:01 10:22:01 3 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:22:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:22:01 5 0.03 0.00 0.00 0.02 0.03 99.92 10:32:01 10:22:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:22:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:23:01 all 0.03 0.00 0.01 0.00 0.01 99.94 10:32:01 10:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:23:01 1 0.03 0.00 0.03 0.00 0.03 99.90 10:32:01 10:23:01 2 0.07 0.00 0.03 0.02 0.02 99.87 10:32:01 10:23:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:32:01 10:23:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:23:01 5 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:23:01 7 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:24:01 all 0.02 0.00 0.01 0.01 0.01 99.94 10:32:01 10:24:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:24:01 1 0.03 0.00 0.03 0.00 0.03 99.90 10:32:01 10:24:01 2 0.00 0.00 0.00 0.07 0.00 99.93 10:32:01 10:24:01 3 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 10:24:01 4 0.05 0.00 0.00 0.00 0.02 99.93 10:32:01 10:24:01 5 0.00 0.00 0.00 0.03 0.00 99.97 10:32:01 10:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:24:01 7 0.00 0.00 0.02 0.02 0.00 99.97 10:32:01 10:25:01 all 0.04 0.00 0.01 0.00 0.01 99.94 10:32:01 10:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:25:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:32:01 10:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:25:01 3 0.08 0.00 0.02 0.00 0.02 99.88 10:32:01 10:25:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:25:01 5 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:25:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:32:01 10:25:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:26:01 all 0.20 0.00 0.01 0.00 0.02 99.76 10:32:01 10:26:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:32:01 10:26:01 1 0.03 0.00 0.03 0.00 0.05 99.88 10:32:01 10:26:01 2 0.02 0.00 0.03 0.02 0.02 99.92 10:32:01 10:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:26:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:32:01 10:26:01 5 1.50 0.00 0.00 0.02 0.02 98.47 10:32:01 10:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:26:01 7 0.00 0.00 0.02 0.00 0.02 99.97 10:32:01 10:32:01 10:26:01 CPU %user %nice %system %iowait %steal %idle 10:32:01 10:27:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:32:01 10:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:27:01 1 0.03 0.00 0.00 0.00 0.03 99.93 10:32:01 10:27:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:27:01 3 0.10 0.00 0.05 0.00 0.02 99.83 10:32:01 10:27:01 4 0.07 0.00 0.00 0.00 0.02 99.92 10:32:01 10:27:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:28:01 all 0.01 0.00 0.01 0.00 0.02 99.96 10:32:01 10:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:28:01 1 0.03 0.00 0.03 0.02 0.05 99.87 10:32:01 10:28:01 2 0.02 0.00 0.00 0.02 0.02 99.95 10:32:01 10:28:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:28:01 4 0.02 0.00 0.03 0.00 0.02 99.93 10:32:01 10:28:01 5 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:32:01 10:28:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:32:01 10:29:01 all 0.10 0.00 0.01 0.00 0.01 99.88 10:32:01 10:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:32:01 10:29:01 1 0.03 0.00 0.02 0.02 0.02 99.92 10:32:01 10:29:01 2 0.07 0.00 0.00 0.02 0.00 99.92 10:32:01 10:29:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:32:01 10:29:01 4 0.03 0.00 0.03 0.00 0.03 99.90 10:32:01 10:29:01 5 0.62 0.00 0.00 0.00 0.00 99.38 10:32:01 10:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:32:01 10:29:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:32:01 10:30:01 all 0.04 0.00 0.02 0.01 0.01 99.92 10:32:01 10:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:30:01 1 0.03 0.00 0.03 0.02 0.02 99.90 10:32:01 10:30:01 2 0.02 0.00 0.02 0.03 0.00 99.93 10:32:01 10:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:32:01 10:30:01 4 0.05 0.00 0.03 0.00 0.03 99.88 10:32:01 10:30:01 5 0.15 0.00 0.00 0.00 0.02 99.83 10:32:01 10:30:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:32:01 10:30:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:32:01 10:31:01 all 3.95 0.00 1.33 0.20 0.03 94.50 10:32:01 10:31:01 0 2.17 0.00 0.90 0.02 0.02 96.90 10:32:01 10:31:01 1 4.24 0.00 1.42 1.29 0.03 93.01 10:32:01 10:31:01 2 4.46 0.00 1.55 0.22 0.03 93.74 10:32:01 10:31:01 3 3.00 0.00 1.34 0.02 0.02 95.62 10:32:01 10:31:01 4 5.65 0.00 1.17 0.02 0.03 93.13 10:32:01 10:31:01 5 2.53 0.00 0.96 0.02 0.03 96.46 10:32:01 10:31:01 6 4.30 0.00 1.45 0.00 0.03 94.21 10:32:01 10:31:01 7 5.21 0.00 1.85 0.00 0.05 92.89 10:32:01 10:32:01 all 8.83 0.00 3.51 0.71 0.07 86.88 10:32:01 10:32:01 0 9.12 0.00 3.58 0.05 0.07 87.18 10:32:01 10:32:01 1 9.05 0.00 3.40 0.03 0.08 87.43 10:32:01 10:32:01 2 8.33 0.00 3.83 1.65 0.07 86.13 10:32:01 10:32:01 3 8.31 0.00 3.78 1.31 0.07 86.54 10:32:01 10:32:01 4 9.86 0.00 3.30 1.47 0.07 85.30 10:32:01 10:32:01 5 8.12 0.00 2.95 0.02 0.07 88.84 10:32:01 10:32:01 6 8.70 0.00 3.37 0.42 0.05 87.46 10:32:01 10:32:01 7 9.17 0.00 3.86 0.71 0.07 86.20 10:32:01 Average: all 9.17 0.00 1.51 0.35 0.03 88.94 10:32:01 Average: 0 8.93 0.00 1.46 0.17 0.02 89.42 10:32:01 Average: 1 9.10 0.00 1.51 0.22 0.04 89.13 10:32:01 Average: 2 8.93 0.00 1.56 0.50 0.03 88.98 10:32:01 Average: 3 9.06 0.00 1.51 0.22 0.03 89.20 10:32:01 Average: 4 9.43 0.00 1.48 0.31 0.03 88.74 10:32:01 Average: 5 9.56 0.00 1.40 0.59 0.03 88.42 10:32:01 Average: 6 9.07 0.00 1.62 0.34 0.02 88.95 10:32:01 Average: 7 9.27 0.00 1.57 0.42 0.03 88.71 10:32:01 10:32:01 10:32:01