Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7be32007d386ece0ad1d736d44db8f7765ab5de1 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-ssh8959092248837656736.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-ssh1087132526841277771.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-ssh3954000083355303311.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-ssh16689497421866745624.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-ssh8871811897056423255.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 ‘prd-ubuntu20.04-docker-8c-8g-8915’ is offline Running on prd-ubuntu20.04-docker-8c-8g-8916 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/905 [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/905 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7be32007d386ece0ad1d736d44db8f7765ab5de1 (main) Commit message: "Merge pull request #5256 from lindseysimple/issue-5255" > git config core.sparsecheckout # timeout=10 > git checkout -f 7be32007d386ece0ad1d736d44db8f7765ab5de1 # timeout=10 > git rev-list --no-walk 33220cc7624be61767afe23534dd4df830651bf9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:02:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:02:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:02:31 ========================================================= 10:02:31 EdgeX Global Pipelines Version Info 10:02:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:02:32 ------------------- 10:02:32 stable info: 10:02:32 ------------------- 10:02:32 Commited By: Cherry Wang cherry@iotechsys.com 10:02:32 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 10:02:32 Message: update stable to v1.0.276 10:02:33 ------------------- 10:02:33 experimental info: 10:02:33 ------------------- 10:02:33 Commited By: **** collab-it+edgex@linuxfoundation.org 10:02:33 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 10:02:33 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7be3200 [Pipeline] echo 10:02:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:02:33 provisioning config files... 10:02:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config6903117211754552103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:02:34 ---> ****-login.sh 10:02:34 nexus3.edgexfoundry.org:10001 10:02:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:34 10:02:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:02:34 Configure a credential helper to remove this warning. See 10:02:34 https://docs.****.com/go/credential-store/ 10:02:34 10:02:34 Login Succeeded 10:02:34 nexus3.edgexfoundry.org:10002 10:02:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:34 10:02:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:02:34 Configure a credential helper to remove this warning. See 10:02:34 https://docs.****.com/go/credential-store/ 10:02:34 10:02:34 Login Succeeded 10:02:34 nexus3.edgexfoundry.org:10003 10:02:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:34 10:02:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:02:34 Configure a credential helper to remove this warning. See 10:02:34 https://docs.****.com/go/credential-store/ 10:02:34 10:02:34 Login Succeeded 10:02:34 nexus3.edgexfoundry.org:10004 10:02:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:34 10:02:34 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:02:34 Configure a credential helper to remove this warning. See 10:02:34 https://docs.****.com/go/credential-store/ 10:02:34 10:02:34 Login Succeeded 10:02:34 ****.io 10:02:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:02:35 10:02:35 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 10:02:35 Configure a credential helper to remove this warning. See 10:02:35 https://docs.****.com/go/credential-store/ 10:02:35 10:02:35 Login Succeeded 10:02:35 ---> ****-login.sh ends [Pipeline] } 10:02:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:02:35 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + dirname cmd/core-command/Dockerfile 10:02:35 + echo core-command,cmd/core-command/Dockerfile 10:02:35 + + dirname cmd/core-common-config-bootstrapper/Dockerfilecut 10:02:35 -d/ -f2 10:02:35 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 10:02:35 + dirname cmd/core-data/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo core-data,cmd/core-data/Dockerfile 10:02:35 + dirname cmd/core-keeper/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo core-keeper,cmd/core-keeper/Dockerfile 10:02:35 + dirname cmd/core-metadata/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo core-metadata,cmd/core-metadata/Dockerfile 10:02:35 + dirname cmd/security-bootstrapper/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:02:35 + dirname cmd/security-proxy-auth/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 10:02:35 + dirname cmd/security-proxy-setup/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:02:35 + dirname cmd/security-secretstore-setup/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:02:35 + + dirname cmd/security-spiffe-token-provider/Dockerfile 10:02:35 cut -d/ -f2 10:02:35 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 10:02:35 + + dirname cmd/security-spire-agent/Dockerfile 10:02:35 cut -d/ -f2 10:02:35 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 10:02:35 + dirname cmd/security-spire-config/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo security-spire-config,cmd/security-spire-config/Dockerfile 10:02:35 + dirname cmd/security-spire-server/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo security-spire-server,cmd/security-spire-server/Dockerfile 10:02:35 + dirname cmd/support-notifications/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo support-notifications,cmd/support-notifications/Dockerfile 10:02:35 + dirname cmd/support-scheduler/Dockerfile 10:02:35 + cut -d/ -f2 10:02:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 10:02:35 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 10:02:35 + git rev-list -1 --merges 7be32007d386ece0ad1d736d44db8f7765ab5de1~1..7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:02:35 -----------> git rev-list -1 --merges 7be32007d386ece0ad1d736d44db8f7765ab5de1~1..7be32007d386ece0ad1d736d44db8f7765ab5de1 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:02:35 7be32007d386ece0ad1d736d44db8f7765ab5de1 [false] [Pipeline] sh 10:02:36 + git log --format=format:%s -1 7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:02:36 ========================================================= 10:02:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 10:02:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 10:02:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:02:36 + grep -v github /etc/ssh/ssh_known_hosts 10:02:36 + [ -e /tmp/ssh_known_hosts ] 10:02:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 10:02:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 10:02:36 + sudo tee -a /etc/ssh/ssh_known_hosts 10:02:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:02:37 10:02:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:02:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:02:37 0.1.4: Pulling from edgex-devops/py-git-semver 10:02:37 3dae71ba6b94: Pulling fs layer 10:02:37 6bf1a483ea7c: Pulling fs layer 10:02:37 f5dfc541a4d3: Pulling fs layer 10:02:37 461d9e800cba: Pulling fs layer 10:02:37 80192f66455f: Pulling fs layer 10:02:37 2e8e34ca0e6c: Pulling fs layer 10:02:37 a29436f7fd5d: Pulling fs layer 10:02:37 923cac83aea3: Pulling fs layer 10:02:37 25ad8b0a4227: Pulling fs layer 10:02:37 db01528c6b51: Pulling fs layer 10:02:37 28988de357af: Pulling fs layer 10:02:37 80192f66455f: Waiting 10:02:37 461d9e800cba: Waiting 10:02:37 2e8e34ca0e6c: Waiting 10:02:37 25ad8b0a4227: Waiting 10:02:37 db01528c6b51: Waiting 10:02:37 a29436f7fd5d: Waiting 10:02:37 6bf1a483ea7c: Verifying Checksum 10:02:37 6bf1a483ea7c: Download complete 10:02:37 461d9e800cba: Download complete 10:02:37 80192f66455f: Verifying Checksum 10:02:37 80192f66455f: Download complete 10:02:37 f5dfc541a4d3: Verifying Checksum 10:02:37 f5dfc541a4d3: Download complete 10:02:37 3dae71ba6b94: Verifying Checksum 10:02:37 3dae71ba6b94: Download complete 10:02:37 923cac83aea3: Verifying Checksum 10:02:37 923cac83aea3: Download complete 10:02:37 25ad8b0a4227: Verifying Checksum 10:02:37 25ad8b0a4227: Download complete 10:02:37 db01528c6b51: Verifying Checksum 10:02:37 db01528c6b51: Download complete 10:02:37 28988de357af: Verifying Checksum 10:02:37 28988de357af: Download complete 10:02:37 a29436f7fd5d: Verifying Checksum 10:02:37 a29436f7fd5d: Download complete 10:02:38 2e8e34ca0e6c: Verifying Checksum 10:02:38 2e8e34ca0e6c: Download complete 10:02:39 3dae71ba6b94: Pull complete 10:02:39 6bf1a483ea7c: Pull complete 10:02:39 f5dfc541a4d3: Pull complete 10:02:39 461d9e800cba: Pull complete 10:02:39 80192f66455f: Pull complete 10:02:43 2e8e34ca0e6c: Pull complete 10:02:44 a29436f7fd5d: Pull complete 10:02:44 923cac83aea3: Pull complete 10:02:44 25ad8b0a4227: Pull complete 10:02:44 db01528c6b51: Pull complete 10:02:44 28988de357af: Pull complete 10:02:44 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 10:02:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:02:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:02:44 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:02:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 10:02:46 $ docker top df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 -eo pid,comm 10:02:46 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:02:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:02:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:02:47 [ssh-agent] Looking for ssh-agent implementation... 10:02:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:02:47 $ docker exec df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent 10:02:47 SSH_AUTH_SOCK=/tmp/ssh-CEVR3dJilynD/agent.33 10:02:47 SSH_AGENT_PID=39 10:02:47 Running ssh-add (command line suppressed) 10:02:47 Identity added: /w/workspace/edgex-go/905@tmp/private_key_12261416456896542445.key (/w/workspace/edgex-go/905@tmp/private_key_12261416456896542445.key) 10:02:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:02:47 + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] sh 10:02:47 + git tag --points-at HEAD [Pipeline] } 10:02:47 $ docker exec --env ******** --env ******** df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent -k 10:02:48 unset SSH_AUTH_SOCK; 10:02:48 unset SSH_AGENT_PID; 10:02:48 echo Agent pid 39 killed; 10:02:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:02:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:02:48 [ssh-agent] Looking for ssh-agent implementation... 10:02:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:02:48 $ docker exec df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent 10:02:48 SSH_AUTH_SOCK=/tmp/ssh-Dtp2Q3ChIPL8/agent.86 10:02:48 SSH_AGENT_PID=92 10:02:48 Running ssh-add (command line suppressed) 10:02:48 Identity added: /w/workspace/edgex-go/905@tmp/private_key_4160581589176773514.key (/w/workspace/edgex-go/905@tmp/private_key_4160581589176773514.key) 10:02:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:02:48 + git semver init 10:02:48 2025-09-16 10:02:48,871 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:02:48 2025-09-16 10:02:48,876 [run_init] DEBUG init version:0.0.0 force:False 10:02:48 2025-09-16 10:02:48,876 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/905/.semver 10:02:48 2025-09-16 10:02:48,877 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/905/.semver 10:02:48 2025-09-16 10:02:48,877 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/905/.semver'], cwd=/w/workspace/edgex-go/905, stdin=None, shell=False, universal_newlines=False) 10:02:54 2025-09-16 10:02:53,737 [append_file] DEBUG append to file:/w/workspace/edgex-go/905/.git/info/exclude 10:02:54 2025-09-16 10:02:53,737 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/905/.semver/main with force:False 10:02:54 2025-09-16 10:02:53,737 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:02:54 2025-09-16 10:02:53,738 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:02:54 4.1.0-dev.61 [Pipeline] } 10:02:54 $ docker exec --env ******** --env ******** df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 ssh-agent -k 10:02:54 unset SSH_AUTH_SOCK; 10:02:54 unset SSH_AGENT_PID; 10:02:54 echo Agent pid 92 killed; 10:02:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:02:54 + git semver [Pipeline] } 10:02:54 $ docker stop --time=1 df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 10:02:56 $ docker rm -f --volumes df29d65ade0b6a6225efef323d409052b8ff0ab1605a375ba838a209255908c4 [Pipeline] // withDockerContainer [Pipeline] sh 10:02:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:02:56 Stashed 1 file(s) [Pipeline] echo 10:02:56 [edgeXSemver]: initialized semver on version 4.1.0-dev.61 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:02:57 + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] echo 10:02:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:02:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:02:57 ========================================================= 10:02:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 10:02:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:02:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:02:57 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 10:02:57 0a9a5dfd008f: Pulling fs layer 10:02:57 36466aa92d05: Pulling fs layer 10:02:57 e10405b45d13: Pulling fs layer 10:02:57 096b7ceb2af7: Pulling fs layer 10:02:57 4f4fb700ef54: Pulling fs layer 10:02:57 c451b95d7931: Pulling fs layer 10:02:57 9febf9df4401: Pulling fs layer 10:02:57 1477f019b032: Pulling fs layer 10:02:57 c7dc25521971: Pulling fs layer 10:02:57 c451b95d7931: Waiting 10:02:57 9febf9df4401: Waiting 10:02:57 1477f019b032: Waiting 10:02:57 c7dc25521971: Waiting 10:02:57 096b7ceb2af7: Waiting 10:02:57 4f4fb700ef54: Waiting 10:02:57 36466aa92d05: Verifying Checksum 10:02:57 36466aa92d05: Download complete 10:02:57 096b7ceb2af7: Download complete 10:02:57 4f4fb700ef54: Verifying Checksum 10:02:57 4f4fb700ef54: Download complete 10:02:57 0a9a5dfd008f: Download complete 10:02:57 c451b95d7931: Download complete 10:02:57 9febf9df4401: Verifying Checksum 10:02:57 9febf9df4401: Download complete 10:02:57 0a9a5dfd008f: Pull complete 10:02:57 c7dc25521971: Verifying Checksum 10:02:57 c7dc25521971: Download complete 10:02:57 36466aa92d05: Pull complete 10:02:58 e10405b45d13: Verifying Checksum 10:02:58 e10405b45d13: Download complete 10:02:58 1477f019b032: Verifying Checksum 10:02:58 1477f019b032: Download complete 10:03:02 e10405b45d13: Pull complete 10:03:02 096b7ceb2af7: Pull complete 10:03:02 4f4fb700ef54: Pull complete 10:03:02 c451b95d7931: Pull complete 10:03:02 9febf9df4401: Pull complete 10:03:05 1477f019b032: Pull complete 10:03:05 c7dc25521971: Pull complete 10:03:05 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 10:03:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:03:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:03:05 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:03:05 WORKDIR /edgex 10:03:05 COPY go.mod . 10:03:05 RUN go mod download 10:03:05 + docker build -t ci-base-image-x86_64 -f - . 10:03:06 #0 building with "default" instance using docker driver 10:03:06 10:03:06 #1 [internal] load build definition from Dockerfile 10:03:06 #1 transferring dockerfile: 164B done 10:03:06 #1 DONE 0.0s 10:03:06 10:03:06 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:03:06 #2 DONE 0.0s 10:03:06 10:03:06 #3 [internal] load .dockerignore 10:03:06 #3 transferring context: 50B done 10:03:06 #3 DONE 0.0s 10:03:06 10:03:06 #4 [internal] load build context 10:03:06 #4 transferring context: 6.57kB done 10:03:06 #4 DONE 0.0s 10:03:06 10:03:06 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 10:03:06 #5 DONE 0.1s 10:03:06 10:03:06 #6 [2/4] WORKDIR /edgex 10:03:08 #6 DONE 1.9s 10:03:08 10:03:08 #7 [3/4] COPY go.mod . 10:03:08 #7 DONE 0.0s 10:03:08 10:03:08 #8 [4/4] RUN go mod download 10:03:11 Still waiting to schedule task 10:03:11 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 10:03:13 #8 DONE 5.5s 10:03:13 10:03:13 #9 exporting to image 10:03:13 #9 exporting layers 10:03:17 #9 exporting layers 3.6s done 10:03:17 #9 writing image sha256:163c1b03a34f41d5a108e1479d9f39bbc8c789e55cdcff2502ef787986f20a3d done 10:03:17 #9 naming to docker.io/library/ci-base-image-x86_64 done 10:03:17 #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:17 + docker inspect -f . ci-base-image-x86_64 10:03:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:17 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:03:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:03:18 $ docker top 71b5f4872eb93be338776ad8fd346ffacc2e08c9d0e6e3cdf40de4110a186965 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:18 + go version 10:03:18 go version go1.23.9 linux/amd64 [Pipeline] } 10:03:18 $ docker stop --time=1 71b5f4872eb93be338776ad8fd346ffacc2e08c9d0e6e3cdf40de4110a186965 10:03:19 $ docker rm -f --volumes 71b5f4872eb93be338776ad8fd346ffacc2e08c9d0e6e3cdf40de4110a186965 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:20 + docker inspect -f . ci-base-image-x86_64 10:03:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:20 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:03:20 $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:03:20 $ docker top b5c79dee817fba4fab3aaa9e6c6e4601efda406f33f772ff1388ee3a1da6b77c -eo pid,comm [Pipeline] { [Pipeline] echo 10:03:20 ========================================================= 10:03:20 [edgeXBuildGoParallel] Running Tests and Build... 10:03:20 ========================================================= [Pipeline] sh 10:03:20 + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] fileExists [Pipeline] sh 10:03:21 + make test 10:03:21 go test -race -coverprofile=coverage.out ./... 10:03:29 ? github.com/edgexfoundry/edgex-go [no test files] 10:03:51 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 10:03:51 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 10:03:51 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 10:03:51 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 10:03:51 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 10:03:51 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 10:03:51 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 10:03:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:03:52 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 10:03:52 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 10:03:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.045s coverage: 42.3% of statements 10:03:53 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 10:03:53 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 10:03:53 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 10:03:53 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 10:03:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.036s coverage: 97.0% of statements 10:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 10:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 10:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 10:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 10:03:54 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 10:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 10:03:56 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 10:03:56 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:03:56 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 10:03:56 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 10:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements 10:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.018s coverage: 4.8% of statements 10:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.078s coverage: 57.6% of statements 10:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.022s coverage: 86.5% of statements 10:03:57 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 10:03:57 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 10:03:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.430s coverage: 94.2% of statements 10:03:58 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.040s coverage: 92.4% of statements 10:03:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements 10:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 10:03:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 10:03:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:03:59 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 10:03:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:03:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 10:03:59 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 10:04:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.364s coverage: 95.8% of statements 10:04:00 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 10:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 10:04:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 10:04:01 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 10:04:01 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 10:04:01 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 10:04:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.053s coverage: 2.4% of statements 10:04:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements 10:04:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.024s coverage: 39.4% of statements 10:04:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.022s coverage: 68.8% of statements 10:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.021s coverage: 40.0% of statements 10:04:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 10:04:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 10:04:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 10:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.017s coverage: 87.1% of statements 10:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements 10:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements 10:04:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:04:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 10:04:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 10:04:03 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 10:04:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.014s coverage: 87.5% of statements 10:04:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 10:04:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 10:04:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 10:04:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 10:04:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 10:04:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 10:04:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 10:04:05 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 10:04:05 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 10:04:06 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 10:04:07 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 10:04:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:04:09 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 10:04:10 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 10:04:10 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 10:04:10 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 10:04:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 10:04:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 10:04:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 10:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 10:04:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 10:04:14 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:04:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements 10:04:16 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 10:04:16 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 10:04:16 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 10:04:16 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 10:04:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:04:16 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 10:04:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 10:04:17 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 10:04:17 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 10:04:17 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 10:04:17 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 10:04:17 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 10:04:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 10:04:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 10:04:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 10:04:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 10:04:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 10:04:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 10:04:20 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 10:04:20 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:04:21 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 10:04:21 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 10:04:21 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 10:04:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 10:04:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 10:04:22 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.068s coverage: 92.9% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.020s coverage: 68.8% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.026s coverage: 62.3% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.079s coverage: 81.8% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.082s coverage: 82.1% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.042s coverage: 6.8% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.046s coverage: 100.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.155s coverage: 54.5% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.020s coverage: 100.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.020s coverage: 100.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.027s coverage: 96.8% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.030s coverage: 76.2% of statements 10:04:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.023s coverage: 54.0% of statements 10:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.057s coverage: 17.0% of statements 10:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.105s coverage: 94.9% of statements 10:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.032s coverage: 9.0% of statements 10:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 97.7% of statements 10:04:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 10:04:27 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 10:04:27 running golangci-lint 10:04:28 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 10:04:28 go version go1.23.9 linux/amd64 10:04:28 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 10:04:28 level=info msg="[config_reader] Used config file .golangci.yml" 10:04:28 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 10:04:41 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8918 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 10:04:41 Running in /w/workspace/edgex-go/905 [Pipeline] { [Pipeline] checkout 10:04:41 The recommended git tool is: git 10:04:46 using credential edgex-jenkins-ssh 10:04:46 Cloning the remote Git repository 10:04:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:04:46 > git init /w/workspace/edgex-go/905 # timeout=10 10:04:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:04:46 > git --version # timeout=10 10:04:46 > git --version # 'git version 2.25.1' 10:04:46 using GIT_SSH to set credentials SSH Credentials for GitHub 10:04:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:04:54 level=info msg="[loader] Go packages loading at mode 575 (name|types_sizes|exports_file|files|imports|compiled_files|deps) took 22.633969276s" 10:04:54 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 31.511995ms" 10:05:02 level=info msg="[linters_context/goanalysis] analyzers took 1m35.602655119s with top 10 stages: buildir: 54.357934778s, gosec: 3.840075834s, fact_deprecated: 3.567592062s, inspect: 3.255868974s, printf: 1.95021524s, ctrlflow: 1.703542017s, S1038: 1.231430768s, fact_purity: 1.166705384s, nilness: 1.073305915s, typedness: 805.345482ms" 10:05:02 level=info msg="[runner] Issues before processing: 201, after processing: 0" 10:05:02 level=info msg="[runner] Processors filtering stat (in/out): exclude: 201/201, path_prettifier: 201/201, skip_files: 201/201, nolint: 20/0, cgo: 201/201, filename_unadjuster: 201/201, identifier_marker: 201/201, exclude-rules: 201/20, invalid_issue: 201/201, autogenerated_exclude: 201/201, skip_dirs: 201/201" 10:05:02 level=info msg="[runner] processing took 16.621621ms with stages: nolint: 7.513721ms, identifier_marker: 3.527005ms, autogenerated_exclude: 1.730676ms, path_prettifier: 1.602398ms, exclude-rules: 1.154048ms, skip_dirs: 991.336µs, cgo: 40.123µs, invalid_issue: 38.403µs, filename_unadjuster: 19.321µs, max_same_issues: 1.5µs, uniq_by_line: 570ns, fixer: 520ns, skip_files: 390ns, exclude: 280ns, sort_results: 260ns, diff: 240ns, severity-rules: 180ns, max_from_linter: 180ns, source_code: 130ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, path_prefixer: 110ns" 10:05:02 level=info msg="[runner] linters took 11.506430226s with stages: goanalysis_metalinter: 11.4897206s" 10:05:02 level=info msg="File cache stats: 0 entries of total size 0B" 10:05:02 level=info msg="Memory: 339 samples, avg is 286.9MB, max is 1340.6MB" 10:05:02 level=info msg="Execution took 34.180354762s" 10:05:02 go vet ./... 10:05:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:05:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:05:09 ./bin/test-attribution-txt.sh 10:05:09 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 10:05:09 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 10:05:09 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 10:05:09 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 10:05:09 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 10:05:09 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 10:05:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 10:05:09 + ls -al . 10:05:09 total 2064 10:05:09 drwxrwxr-x 11 1001 1001 4096 Sep 16 10:03 . 10:05:09 drwxr-xr-x 4 root root 4096 Sep 16 10:03 .. 10:05:09 drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 .blubracket 10:05:09 -rw-rw-r-- 1 1001 1001 10 Sep 16 10:02 .dockerignore 10:05:09 drwxrwxr-x 8 1001 1001 4096 Sep 16 10:04 .git 10:05:09 drwxrwxr-x 3 1001 1001 4096 Sep 16 10:02 .github 10:05:09 -rw-rw-r-- 1 1001 1001 909 Sep 16 10:02 .gitignore 10:05:09 -rw-rw-r-- 1 1001 1001 218 Sep 16 10:02 .golangci.yml 10:05:09 -rw-rw-r-- 1 1001 1001 100 Sep 16 10:02 .hadolint.yml 10:05:09 drwxr-xr-x 3 1001 1001 4096 Sep 16 10:02 .semver 10:05:09 -rw-rw-r-- 1 1001 1001 155 Sep 16 10:02 .sonarcloud.properties 10:05:09 -rw-rw-r-- 1 1001 1001 1171 Sep 16 10:02 ADOPTERS.md 10:05:09 -rw-rw-r-- 1 1001 1001 17374 Sep 16 10:02 Attribution.txt 10:05:09 -rw-rw-r-- 1 1001 1001 108018 Sep 16 10:02 CHANGELOG.md 10:05:09 -rw-rw-r-- 1 1001 1001 3804 Sep 16 10:02 CONTRIBUTING.md 10:05:09 -rw-rw-r-- 1 1001 1001 677 Sep 16 10:02 GOVERNANCE.md 10:05:09 -rw-rw-r-- 1 1001 1001 858 Sep 16 10:02 Jenkinsfile 10:05:09 -rw-rw-r-- 1 1001 1001 10775 Sep 16 10:02 LICENSE 10:05:09 -rw-rw-r-- 1 1001 1001 16740 Sep 16 10:02 Makefile 10:05:09 -rw-rw-r-- 1 1001 1001 582 Sep 16 10:02 OWNERS.md 10:05:09 -rw-rw-r-- 1 1001 1001 9932 Sep 16 10:02 README.md 10:05:09 -rw-rw-r-- 1 1001 1001 789 Sep 16 10:02 SECURITY.md 10:05:09 -rw-rw-r-- 1 1001 1001 12 Sep 16 10:02 VERSION 10:05:09 drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 bin 10:05:09 drwxrwxr-x 19 1001 1001 4096 Sep 16 10:02 cmd 10:05:09 -rw-r--r-- 1 root root 1733635 Sep 16 10:04 coverage.out 10:05:09 drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 fuzz_test 10:05:09 -rw-rw-r-- 1 1001 1001 6539 Sep 16 10:02 go.mod 10:05:09 -rw-rw-r-- 1 1001 1001 88541 Sep 16 10:02 go.sum 10:05:09 drwxrwxr-x 7 1001 1001 4096 Sep 16 10:02 internal 10:05:09 drwxrwxr-x 2 1001 1001 4096 Sep 16 10:02 openapi 10:05:09 -rw-rw-r-- 1 1001 1001 584 Sep 16 10:02 security.txt 10:05:09 -rw-rw-r-- 1 1001 1001 204 Sep 16 10:02 version.go [Pipeline] sh 10:05:09 + '[' -e coverage.out ] 10:05:09 + chown 1001:1001 coverage.out [Pipeline] stash 10:05:10 Stashed 1 file(s) [Pipeline] sh 10:05:10 + make build 10:05:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:05:11 Avoid second fetch 10:05:11 Checking out Revision 7be32007d386ece0ad1d736d44db8f7765ab5de1 (main) 10:05:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:05:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:05:11 > git config core.sparsecheckout # timeout=10 10:05:11 > git checkout -f 7be32007d386ece0ad1d736d44db8f7765ab5de1 # timeout=10 10:05:12 Commit message: "Merge pull request #5256 from lindseysimple/issue-5255" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:05:17 provisioning config files... 10:05:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config14818196744408777712tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:05:17 ---> ****-login.sh 10:05:17 nexus3.edgexfoundry.org:10001 10:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:05:18 Configure a credential helper to remove this warning. See 10:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:05:18 10:05:18 Login Succeeded 10:05:18 nexus3.edgexfoundry.org:10002 10:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:05:18 Configure a credential helper to remove this warning. See 10:05:18 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:05:18 10:05:18 Login Succeeded 10:05:18 nexus3.edgexfoundry.org:10003 10:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:05:19 Configure a credential helper to remove this warning. See 10:05:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:05:19 10:05:19 Login Succeeded 10:05:19 nexus3.edgexfoundry.org:10004 10:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:05:19 Configure a credential helper to remove this warning. See 10:05:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:05:19 10:05:19 Login Succeeded 10:05:19 ****.io 10:05:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:05:19 Configure a credential helper to remove this warning. See 10:05:19 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:05:19 10:05:19 Login Succeeded 10:05:19 ---> ****-login.sh ends [Pipeline] } 10:05:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 10:05:20 + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] echo 10:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:05:20 ========================================================= 10:05:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 10:05:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 10:05:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:05:21 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:05:21 94e9d8af2201: Pulling fs layer 10:05:21 a6c56e8762df: Pulling fs layer 10:05:21 f0f3c8884826: Pulling fs layer 10:05:21 c7e7622c144d: Pulling fs layer 10:05:21 4f4fb700ef54: Pulling fs layer 10:05:21 b4c3b6d88c5a: Pulling fs layer 10:05:21 ba8bce9d2590: Pulling fs layer 10:05:21 ca778ea9c289: Pulling fs layer 10:05:21 4f4fb700ef54: Waiting 10:05:21 b4c3b6d88c5a: Waiting 10:05:21 ba8bce9d2590: Waiting 10:05:21 c7e7622c144d: Waiting 10:05:21 ca778ea9c289: Waiting 10:05:21 a6c56e8762df: Verifying Checksum 10:05:21 a6c56e8762df: Download complete 10:05:21 c7e7622c144d: Verifying Checksum 10:05:21 c7e7622c144d: Download complete 10:05:21 4f4fb700ef54: Verifying Checksum 10:05:21 4f4fb700ef54: Download complete 10:05:21 b4c3b6d88c5a: Verifying Checksum 10:05:21 b4c3b6d88c5a: Download complete 10:05:21 94e9d8af2201: Verifying Checksum 10:05:21 94e9d8af2201: Download complete 10:05:21 ca778ea9c289: Verifying Checksum 10:05:21 ca778ea9c289: Download complete 10:05:22 94e9d8af2201: Pull complete 10:05:22 a6c56e8762df: Pull complete 10:05:23 f0f3c8884826: Verifying Checksum 10:05:23 f0f3c8884826: Download complete 10:05:24 ba8bce9d2590: Verifying Checksum 10:05:24 ba8bce9d2590: Download complete 10:05:32 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:05:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:05:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:05:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:05:36 f0f3c8884826: Pull complete 10:05:36 c7e7622c144d: Pull complete 10:05:37 4f4fb700ef54: Pull complete 10:05:37 b4c3b6d88c5a: Pull complete 10:05:38 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:05:42 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:05:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:05:45 ba8bce9d2590: Pull complete 10:05:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:05:47 ca778ea9c289: Pull complete 10:05:47 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 10:05:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:05:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 10:05:47 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:05:47 WORKDIR /edgex 10:05:47 COPY go.mod . 10:05:47 RUN go mod download 10:05:47 + docker build -t ci-base-image-arm64 -f - . 10:05:48 Sending build context to Docker daemon 3.845MB 10:05:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:05:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 10:05:48 ---> 47b25d7523d1 10:05:48 Step 2/4 : WORKDIR /edgex 10:05:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:05:50 ---> Running in d46090c48aa9 10:05:50 Removing intermediate container d46090c48aa9 10:05:50 ---> 8186dc4219a1 10:05:50 Step 3/4 : COPY go.mod . 10:05:51 ---> a1023df225d4 10:05:51 Step 4/4 : RUN go mod download 10:05:51 ---> Running in 3b1fd253311c 10:05:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:05:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 10:05:53 $ docker stop --time=1 b5c79dee817fba4fab3aaa9e6c6e4601efda406f33f772ff1388ee3a1da6b77c 10:06:01 $ docker rm -f --volumes b5c79dee817fba4fab3aaa9e6c6e4601efda406f33f772ff1388ee3a1da6b77c [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 10:06:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:02 10:06:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:03 latest: Pulling from edgex-devops/edgex-compose 10:06:03 91d30c5bc195: Pulling fs layer 10:06:03 2e9b0aa3be6d: Pulling fs layer 10:06:03 9c61dcf015f6: Pulling fs layer 10:06:03 4698f68db338: Pulling fs layer 10:06:03 2a2f49069b9e: Pulling fs layer 10:06:03 e0025b399a48: Pulling fs layer 10:06:03 4698f68db338: Waiting 10:06:03 2a2f49069b9e: Waiting 10:06:03 e0025b399a48: Waiting 10:06:03 91d30c5bc195: Verifying Checksum 10:06:03 91d30c5bc195: Download complete 10:06:03 4698f68db338: Verifying Checksum 10:06:03 4698f68db338: Download complete 10:06:03 2e9b0aa3be6d: Verifying Checksum 10:06:03 2e9b0aa3be6d: Download complete 10:06:03 e0025b399a48: Verifying Checksum 10:06:03 e0025b399a48: Download complete 10:06:03 91d30c5bc195: Pull complete 10:06:03 2a2f49069b9e: Verifying Checksum 10:06:03 2a2f49069b9e: Download complete 10:06:03 2e9b0aa3be6d: Pull complete 10:06:03 9c61dcf015f6: Verifying Checksum 10:06:03 9c61dcf015f6: Download complete 10:06:06 9c61dcf015f6: Pull complete 10:06:06 4698f68db338: Pull complete 10:06:07 2a2f49069b9e: Pull complete 10:06:07 e0025b399a48: Pull complete 10:06:07 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 10:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:06:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:06:07 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:06:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:06:10 $ docker top 3ed87f0d3b5603d2540db02a2fa4d7ac87cb6f7adf17d6a9b18ace506810a851 -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:11 + docker compose -f ./docker-compose-build.yml build --parallel 10:06:11 #1 [security-secretstore-setup internal] load build definition from Dockerfile 10:06:11 #1 transferring dockerfile: 2.49kB done 10:06:11 #1 DONE 0.1s 10:06:11 10:06:11 #2 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:06:11 #2 DONE 0.0s 10:06:11 10:06:11 #3 [security-proxy-auth internal] load build definition from Dockerfile 10:06:11 #3 transferring dockerfile: 2.14kB done 10:06:11 #3 DONE 0.1s 10:06:11 10:06:11 #4 [security-spire-agent internal] load build definition from Dockerfile 10:06:11 #4 transferring dockerfile: 1.81kB done 10:06:11 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:06:11 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 10:06:11 #4 DONE 0.2s 10:06:11 10:06:11 #5 [security-spire-server internal] load build definition from Dockerfile 10:06:11 #5 transferring dockerfile: 1.70kB done 10:06:11 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:06:11 #5 DONE 0.2s 10:06:11 10:06:11 #6 [security-bootstrapper internal] load build definition from Dockerfile 10:06:11 #6 transferring dockerfile: 3.02kB done 10:06:11 #6 DONE 0.2s 10:06:11 10:06:11 #7 [support-scheduler internal] load build definition from Dockerfile 10:06:11 #7 transferring dockerfile: 1.83kB done 10:06:11 #7 DONE 0.2s 10:06:11 10:06:11 #8 [core-data internal] load build definition from Dockerfile 10:06:11 #8 transferring dockerfile: 2.04kB done 10:06:11 #8 DONE 0.2s 10:06:11 10:06:11 #9 [core-metadata internal] load build definition from Dockerfile 10:06:11 #9 transferring dockerfile: 2.10kB done 10:06:11 #9 DONE 0.2s 10:06:11 10:06:11 #2 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:06:11 #2 DONE 0.0s 10:06:11 10:06:11 #10 [core-command internal] load build definition from Dockerfile 10:06:11 #10 transferring dockerfile: 1.94kB done 10:06:11 #10 DONE 0.2s 10:06:11 10:06:11 #11 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:06:11 #11 ... 10:06:11 10:06:11 #12 [support-notifications internal] load build definition from Dockerfile 10:06:11 #12 transferring dockerfile: 2.00kB done 10:06:11 #12 DONE 0.2s 10:06:11 10:06:11 #13 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:06:11 #13 transferring dockerfile: 1.89kB done 10:06:11 #13 DONE 0.2s 10:06:11 10:06:11 #14 [security-proxy-setup internal] load build definition from Dockerfile 10:06:11 #14 transferring dockerfile: 2.50kB done 10:06:11 #14 DONE 0.2s 10:06:11 10:06:11 #15 [security-spire-config internal] load build definition from Dockerfile 10:06:11 #15 transferring dockerfile: 1.69kB done 10:06:11 #15 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 10:06:11 #15 DONE 0.2s 10:06:11 10:06:11 #16 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:06:11 #16 transferring dockerfile: 2.23kB done 10:06:11 #16 DONE 0.2s 10:06:11 10:06:11 #2 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:06:11 #2 DONE 0.0s 10:06:11 10:06:11 #17 [security-bootstrapper internal] load .dockerignore 10:06:11 #17 transferring context: 50B done 10:06:11 #17 DONE 0.1s 10:06:11 10:06:11 #18 [security-secretstore-setup internal] load .dockerignore 10:06:11 #18 transferring context: 50B done 10:06:11 #18 DONE 0.1s 10:06:11 10:06:11 #19 [security-proxy-auth internal] load .dockerignore 10:06:11 #19 transferring context: 50B done 10:06:11 #19 DONE 0.1s 10:06:11 10:06:11 #20 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 10:06:11 #20 DONE 0.2s 10:06:11 10:06:11 #21 [support-scheduler internal] load .dockerignore 10:06:11 #21 transferring context: 50B done 10:06:11 #21 DONE 0.1s 10:06:11 10:06:11 #22 [core-metadata internal] load .dockerignore 10:06:11 #22 transferring context: 50B done 10:06:11 #22 DONE 0.1s 10:06:11 10:06:11 #23 [core-command internal] load .dockerignore 10:06:11 #23 transferring context: 50B done 10:06:11 #23 DONE 0.1s 10:06:11 10:06:11 #24 [support-notifications internal] load .dockerignore 10:06:11 #24 transferring context: 50B done 10:06:11 #24 DONE 0.1s 10:06:11 10:06:11 #25 [core-data internal] load .dockerignore 10:06:11 #25 transferring context: 50B done 10:06:11 #25 DONE 0.1s 10:06:11 10:06:11 #26 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:06:11 #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:06:11 #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:06:11 #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:06:11 #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:06:11 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 10:06:11 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 10:06:11 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 10:06:11 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 10:06:12 #26 ... 10:06:12 10:06:12 #27 [security-proxy-setup internal] load .dockerignore 10:06:12 #27 transferring context: 50B 0.0s done 10:06:12 #27 DONE 0.5s 10:06:12 10:06:12 #28 [core-common-config-bootstrapper internal] load .dockerignore 10:06:12 #28 transferring context: 50B 0.0s done 10:06:12 #28 DONE 0.5s 10:06:12 10:06:12 #29 [security-spiffe-token-provider internal] load .dockerignore 10:06:12 #29 transferring context: 50B done 10:06:12 #29 DONE 0.5s 10:06:12 10:06:12 #30 [security-proxy-setup internal] load build context 10:06:12 #30 DONE 0.0s 10:06:12 10:06:12 #26 [security-proxy-setup stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:06:12 #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:06:12 #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:06:12 #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:06:12 #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:06:12 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 10:06:12 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 10:06:12 #26 ... 10:06:12 10:06:12 #31 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:06:12 #31 DONE 0.7s 10:06:12 10:06:12 #11 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:06:12 #11 DONE 0.8s 10:06:12 10:06:12 #26 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:06:12 #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:06:12 #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:06:12 #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:06:12 #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:06:12 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 10:06:12 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 10:06:12 #26 DONE 0.7s 10:06:12 10:06:12 #32 [core-metadata builder 2/7] WORKDIR /edgex-go 10:06:18 #32 ... 10:06:18 10:06:18 #33 [security-proxy-auth internal] load build context 10:06:18 #33 transferring context: 336.36MB 5.7s 10:06:19 #33 ... 10:06:19 10:06:19 #34 [security-secretstore-setup internal] load build context 10:06:19 #34 ... 10:06:19 10:06:19 #33 [security-proxy-auth internal] load build context 10:06:21 #33 ... 10:06:21 10:06:21 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:06:21 #35 ... 10:06:21 10:06:21 #36 [core-metadata internal] load build context 10:06:21 #36 ... 10:06:21 10:06:21 #37 [support-scheduler internal] load build context 10:06:21 #37 ... 10:06:21 10:06:21 #38 [support-notifications internal] load build context 10:06:22 #38 ... 10:06:22 10:06:22 #39 [core-command internal] load build context 10:06:22 #39 ... 10:06:22 10:06:22 #40 [core-data internal] load build context 10:06:22 #40 ... 10:06:22 10:06:22 #30 [security-proxy-setup internal] load build context 10:06:22 #30 ... 10:06:22 10:06:22 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:06:22 #41 ... 10:06:22 10:06:22 #42 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:06:22 #42 ... 10:06:22 10:06:22 #43 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:06:22 #43 ... 10:06:22 10:06:22 #44 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:06:22 #44 ... 10:06:22 10:06:22 #45 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:06:22 #45 ... 10:06:22 10:06:22 #46 [core-common-config-bootstrapper internal] load build context 10:06:22 #46 transferring context: 534.68MB 10.4s 10:06:22 #46 ... 10:06:22 10:06:22 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:06:22 #47 ... 10:06:22 10:06:22 #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:06:23 #48 ... 10:06:23 10:06:23 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:06:23 #49 ... 10:06:23 10:06:23 #50 [security-bootstrapper internal] load build context 10:06:23 #50 ... 10:06:23 10:06:23 #51 [security-spiffe-token-provider internal] load build context 10:06:23 #51 ... 10:06:23 10:06:23 #46 [core-common-config-bootstrapper internal] load build context 10:06:23 #46 transferring context: 595.74MB 11.1s done 10:06:24 #46 ... 10:06:24 10:06:24 #52 [core-keeper internal] load build definition from Dockerfile 10:06:24 #52 ... 10:06:24 10:06:24 #33 [security-proxy-auth internal] load build context 10:06:24 #33 transferring context: 595.74MB 11.7s done 10:06:30 #33 ... 10:06:30 10:06:30 #34 [security-secretstore-setup internal] load build context 10:06:30 #34 transferring context: 595.74MB 11.1s done 10:06:32 #34 ... 10:06:32 10:06:32 #36 [core-metadata internal] load build context 10:06:32 #36 transferring context: 595.74MB 11.4s done 10:06:32 #36 ... 10:06:32 10:06:32 #39 [core-command internal] load build context 10:06:32 #39 transferring context: 595.74MB 11.3s done 10:06:32 #39 ... 10:06:32 10:06:32 #37 [support-scheduler internal] load build context 10:06:32 #37 transferring context: 595.74MB 11.5s done 10:06:32 #37 ... 10:06:32 10:06:32 #40 [core-data internal] load build context 10:06:32 #40 transferring context: 595.74MB 11.6s done 10:06:32 #40 ... 10:06:32 10:06:32 #38 [support-notifications internal] load build context 10:06:32 #38 transferring context: 595.74MB 11.1s done 10:06:34 #38 ... 10:06:34 10:06:34 #30 [security-proxy-setup internal] load build context 10:06:34 #30 transferring context: 595.74MB 11.2s done 10:06:34 #30 ... 10:06:34 10:06:34 #51 [security-spiffe-token-provider internal] load build context 10:06:34 #51 transferring context: 595.74MB 11.5s done 10:06:34 #51 ... 10:06:34 10:06:34 #50 [security-bootstrapper internal] load build context 10:06:34 #50 transferring context: 595.74MB 12.1s done 10:06:47 Removing intermediate container 3b1fd253311c 10:06:47 ---> e8eb0048a06a 10:06:47 Successfully built e8eb0048a06a 10:06:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:48 + docker inspect -f . ci-base-image-arm64 10:06:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:06:48 prd-ubuntu20.04-docker-arm64-4c-16g-8918 does not seem to be running inside a container 10:06:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:06:49 $ docker top 48f6462557d761896a6bab0197186afdb96e1b57e4c29e3c2007fcea8482cba7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:06:50 + go version 10:06:50 go version go1.23.9 linux/arm64 [Pipeline] } 10:06:50 $ docker stop --time=1 48f6462557d761896a6bab0197186afdb96e1b57e4c29e3c2007fcea8482cba7 10:06:52 $ docker rm -f --volumes 48f6462557d761896a6bab0197186afdb96e1b57e4c29e3c2007fcea8482cba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:06:52 10:06:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:06:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:06:53 latest: Pulling from edgex-devops/edgex-compose-arm64 10:06:53 547446be3368: Pulling fs layer 10:06:53 d125d8839a47: Pulling fs layer 10:06:53 3e85d5ac6304: Pulling fs layer 10:06:53 c3105a71a48b: Pulling fs layer 10:06:53 0f093f025ec4: Pulling fs layer 10:06:53 c3106fc0e877: Pulling fs layer 10:06:53 c3105a71a48b: Waiting 10:06:53 c3106fc0e877: Waiting 10:06:53 0f093f025ec4: Waiting 10:06:53 547446be3368: Verifying Checksum 10:06:53 547446be3368: Download complete 10:06:53 c3105a71a48b: Download complete 10:06:53 d125d8839a47: Verifying Checksum 10:06:53 d125d8839a47: Download complete 10:06:53 c3106fc0e877: Verifying Checksum 10:06:53 c3106fc0e877: Download complete 10:06:53 0f093f025ec4: Verifying Checksum 10:06:53 0f093f025ec4: Download complete 10:06:54 547446be3368: Pull complete 10:06:55 d125d8839a47: Pull complete 10:06:55 3e85d5ac6304: Verifying Checksum 10:06:55 3e85d5ac6304: Download complete 10:06:56 #50 ... 10:06:56 10:06:56 #39 [core-command internal] load build context 10:06:56 #39 DONE 41.0s 10:06:56 10:06:56 #32 [support-scheduler builder 2/7] WORKDIR /edgex-go 10:06:56 #32 DONE 40.5s 10:06:56 10:06:56 #34 [security-secretstore-setup internal] load build context 10:06:56 #34 DONE 41.1s 10:06:56 10:06:56 #38 [support-notifications internal] load build context 10:06:56 #38 DONE 41.1s 10:06:56 10:06:56 #37 [support-scheduler internal] load build context 10:06:56 #37 DONE 41.1s 10:06:56 10:06:56 #53 [core-command builder 3/7] RUN apk add --update --no-cache make git 10:06:56 #53 ... 10:06:56 10:06:56 #36 [core-metadata internal] load build context 10:06:56 #36 DONE 41.2s 10:06:56 10:06:56 #33 [security-proxy-auth internal] load build context 10:06:56 #33 DONE 41.3s 10:06:56 10:06:56 #46 [core-common-config-bootstrapper internal] load build context 10:06:56 #46 DONE 40.7s 10:06:56 10:06:56 #30 [security-proxy-setup internal] load build context 10:06:56 #30 DONE 40.7s 10:06:56 10:06:56 #40 [core-data internal] load build context 10:06:56 #40 DONE 41.2s 10:06:56 10:06:56 #31 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 10:06:56 #31 DONE 0.7s 10:06:56 10:06:56 #26 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:06:56 #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:06:56 #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:06:56 #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:06:56 #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:06:56 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 10:06:56 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 10:06:56 #26 DONE 0.7s 10:06:56 10:06:56 #32 [core-keeper builder 2/7] WORKDIR /edgex-go 10:06:56 #32 DONE 40.5s 10:06:56 10:06:56 #50 [security-bootstrapper internal] load build context 10:06:56 #50 DONE 41.4s 10:06:56 10:06:56 #51 [security-spiffe-token-provider internal] load build context 10:06:56 #51 DONE 40.7s 10:06:56 10:06:56 #52 [core-keeper internal] load build definition from Dockerfile 10:06:56 #52 transferring dockerfile: 2.01kB done 10:06:56 #52 DONE 38.7s 10:06:56 10:06:56 #2 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 10:06:56 #2 DONE 0.0s 10:06:56 10:06:56 #20 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 10:06:56 #20 DONE 0.2s 10:06:56 10:06:56 #54 [core-keeper internal] load .dockerignore 10:06:56 #54 transferring context: 50B done 10:06:56 #54 DONE 0.0s 10:06:56 10:06:56 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:06:56 #49 40.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:56 #49 40.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:56 #49 ... 10:06:56 10:06:56 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:06:56 #35 DONE 41.9s 10:06:56 10:06:56 #26 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:06:56 #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:06:56 #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:06:56 #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:06:56 #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:06:56 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 10:06:56 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 10:06:56 #26 DONE 0.7s 10:06:56 10:06:56 #55 [security-spire-server internal] load .dockerignore 10:06:56 #55 transferring context: 50B 0.0s done 10:06:56 #55 DONE 0.1s 10:06:56 10:06:56 #56 [security-spire-agent internal] load .dockerignore 10:06:56 #56 transferring context: 50B done 10:06:56 #56 DONE 0.1s 10:06:56 10:06:56 #57 [security-spire-server internal] load build context 10:06:56 #57 DONE 0.0s 10:06:56 10:06:56 #58 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:06:56 #58 DONE 0.0s 10:06:56 10:06:56 #59 [security-spire-config internal] load .dockerignore 10:06:56 #59 transferring context: 50B done 10:06:56 #59 DONE 0.2s 10:06:56 10:06:56 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:06:56 #49 41.14 (1/2) Installing dumb-init (1.2.5-r3) 10:06:56 #49 41.14 (2/2) Installing su-exec (0.2-r3) 10:06:56 #49 41.15 Executing busybox-1.36.1-r29.trigger 10:06:56 #49 41.15 OK: 8 MiB in 16 packages 10:06:56 #49 ... 10:06:56 10:06:56 #26 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:06:56 #26 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 10:06:56 #26 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:06:56 #26 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 10:06:56 #26 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 10:06:56 #26 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.2s done 10:06:56 #26 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 10:06:56 #26 DONE 0.7s 10:06:56 10:06:56 #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:06:56 #58 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:06:58 #58 ... 10:06:58 10:06:58 #57 [security-spire-server internal] load build context 10:06:58 #57 transferring context: 23.80kB 0.0s done 10:06:58 #57 DONE 5.2s 10:06:58 10:06:58 #60 [core-keeper internal] load build context 10:06:58 #60 transferring context: 595.74MB 3.4s done 10:06:58 #60 DONE 5.6s 10:06:58 10:06:58 #61 [security-spire-config internal] load build context 10:06:58 #61 transferring context: 22.05kB done 10:06:58 #61 DONE 5.2s 10:06:58 10:06:58 #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:06:58 #49 DONE 46.4s 10:06:58 10:06:58 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:06:58 #47 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #47 41.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #47 41.51 (1/4) Installing dumb-init (1.2.5-r3) 10:06:58 #47 41.51 (2/4) Installing openssl (3.3.4-r0) 10:06:58 #47 41.54 (3/4) Installing su-exec (0.2-r3) 10:06:58 #47 41.54 (4/4) Installing yq-go (4.44.1-r2) 10:06:58 #47 41.63 Executing busybox-1.36.1-r29.trigger 10:06:58 #47 41.66 OK: 19 MiB in 18 packages 10:06:58 #47 DONE 46.4s 10:06:58 10:06:58 #41 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:06:58 #41 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #41 41.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #41 41.48 (1/1) Installing dumb-init (1.2.5-r3) 10:06:58 #41 41.49 Executing busybox-1.36.1-r29.trigger 10:06:58 #41 41.49 OK: 8 MiB in 15 packages 10:06:58 #41 DONE 46.4s 10:06:58 10:06:58 #45 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:06:58 #45 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #45 41.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #45 41.51 (1/4) Installing ca-certificates (20250619-r0) 10:06:58 #45 41.53 (2/4) Installing dumb-init (1.2.5-r3) 10:06:58 #45 41.53 (3/4) Installing su-exec (0.2-r3) 10:06:58 #45 41.54 (4/4) Installing yq-go (4.44.1-r2) 10:06:58 #45 41.63 Executing busybox-1.36.1-r29.trigger 10:06:58 #45 41.64 Executing ca-certificates-20250619-r0.trigger 10:06:58 #45 41.72 OK: 19 MiB in 18 packages 10:06:58 #45 DONE 46.4s 10:06:58 10:06:58 #48 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:06:58 #48 40.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #48 40.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #48 41.12 (1/7) Installing ca-certificates (20250619-r0) 10:06:58 #48 41.14 (2/7) Installing dumb-init (1.2.5-r3) 10:06:58 #48 41.14 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:06:58 #48 41.15 (4/7) Installing libsodium (1.0.19-r0) 10:06:58 #48 41.16 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:06:58 #48 41.20 (6/7) Installing libzmq (4.3.5-r2) 10:06:58 #48 41.22 (7/7) Installing zeromq (4.3.5-r2) 10:06:58 #48 41.23 Executing busybox-1.36.1-r29.trigger 10:06:58 #48 41.23 Executing ca-certificates-20250619-r0.trigger 10:06:58 #48 41.33 OK: 12 MiB in 21 packages 10:06:58 #48 DONE 46.4s 10:06:58 10:06:58 #44 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:06:58 #44 41.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #44 41.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #44 41.55 (1/1) Installing dumb-init (1.2.5-r3) 10:06:58 #44 41.56 Executing busybox-1.36.1-r29.trigger 10:06:58 #44 41.57 OK: 8 MiB in 15 packages 10:06:58 #44 DONE 46.4s 10:06:58 10:06:58 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:06:58 #0 1.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #0 1.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #0 1.618 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:06:58 #0 1.618 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:06:58 #0 1.618 OK: 24174 distinct packages available 10:06:58 #0 1.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #0 1.754 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #0 2.067 OK: 248 MiB in 58 packages 10:06:58 #62 DONE 6.0s 10:06:58 10:06:58 #63 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:06:58 #0 0.886 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #0 1.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #0 1.453 OK: 248 MiB in 58 packages 10:06:58 #63 DONE 6.0s 10:06:58 10:06:58 #43 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:06:58 #43 41.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #43 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #43 41.78 (1/3) Installing ca-certificates (20250619-r0) 10:06:58 #43 41.79 (2/3) Installing dumb-init (1.2.5-r3) 10:06:58 #43 41.80 (3/3) Installing tzdata (2025b-r0) 10:06:58 #43 41.90 Executing busybox-1.36.1-r29.trigger 10:06:58 #43 41.91 Executing ca-certificates-20250619-r0.trigger 10:06:58 #43 41.96 OK: 10 MiB in 17 packages 10:06:58 #43 DONE 46.5s 10:06:58 10:06:58 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:06:58 #0 5.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #0 5.438 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #0 5.760 OK: 248 MiB in 58 packages 10:06:58 #64 DONE 6.0s 10:06:58 10:06:58 #65 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:06:58 #65 ... 10:06:58 10:06:58 #66 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 10:06:58 #0 5.364 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #0 5.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #0 5.756 OK: 248 MiB in 58 packages 10:06:58 #66 DONE 6.0s 10:06:58 10:06:58 #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:58 #67 DONE 5.7s 10:06:58 10:06:58 #53 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:06:58 #53 1.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #53 1.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #53 1.470 OK: 248 MiB in 58 packages 10:06:58 #53 DONE 6.1s 10:06:58 10:06:58 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:06:58 #68 DONE 5.8s 10:06:58 10:06:58 #42 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:06:58 #42 40.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #42 40.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #42 41.16 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:06:58 #42 41.16 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:06:58 #42 41.16 OK: 24174 distinct packages available 10:06:58 #42 41.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:06:58 #42 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:06:58 #42 41.76 (1/14) Installing ca-certificates (20250619-r0) 10:06:58 #42 41.77 (2/14) Installing brotli-libs (1.1.0-r2) 10:06:58 #42 41.78 (3/14) Installing c-ares (1.33.1-r0) 10:06:58 #42 41.79 (4/14) Installing libunistring (1.2-r0) 10:06:58 #42 41.81 (5/14) Installing libidn2 (2.3.7-r0) 10:06:58 #42 41.81 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:06:58 #42 41.82 (7/14) Installing libpsl (0.21.5-r1) 10:06:58 #42 41.83 (8/14) Installing zstd-libs (1.5.6-r0) 10:06:58 #42 41.88 (9/14) Installing libcurl (8.12.1-r0) 10:06:58 #42 41.89 (10/14) Installing curl (8.12.1-r0) 10:06:58 #42 41.90 (11/14) Installing dumb-init (1.2.5-r3) 10:06:58 #42 41.90 (12/14) Installing musl-obstack (1.2.3-r2) 10:06:58 #42 41.91 (13/14) Installing libucontext (1.2-r3) 10:06:58 #42 41.91 (14/14) Installing gcompat (1.1.0-r4) 10:06:58 #42 41.92 Executing busybox-1.36.1-r29.trigger 10:06:58 #42 41.93 Executing ca-certificates-20250619-r0.trigger 10:06:58 #42 41.97 OK: 13 MiB in 28 packages 10:06:58 #42 DONE 46.5s 10:06:58 10:06:58 #69 [security-spire-agent internal] load build context 10:06:58 #69 transferring context: 23.33kB done 10:06:58 #69 DONE 5.3s 10:06:58 10:06:58 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:06:58 #58 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 5.2s done 10:06:58 #58 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:06:58 #58 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:06:58 #58 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.3s 10:06:58 #58 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:06:58 #58 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 10:06:58 #58 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 10:06:58 #58 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 10:06:58 #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s 10:06:58 #58 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:06:58 #58 ... 10:06:58 10:06:58 #70 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:06:58 #70 DONE 0.3s 10:06:58 10:06:58 #71 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:06:58 #71 DONE 0.3s 10:06:58 10:06:58 #72 [core-data builder 4/7] COPY go.mod vendor* ./ 10:06:58 #72 DONE 0.3s 10:06:58 10:06:58 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:06:58 #73 DONE 0.3s 10:06:58 10:06:58 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:06:58 #58 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:06:59 #58 ... 10:06:59 10:06:59 #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:06:59 #74 DONE 0.3s 10:06:59 10:06:59 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:06:59 #58 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 10:06:59 #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.5s 10:06:59 #58 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 10:06:59 #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.9s 10:07:00 #58 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.3s done 10:07:00 #58 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 10:07:00 #58 ... 10:07:00 10:07:00 #75 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:07:00 #75 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 5.2s done 10:07:00 #75 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 10:07:00 #75 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:07:00 #75 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 10:07:00 #75 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 10:07:00 #75 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 10:07:00 #75 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 10:07:00 #75 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 10:07:00 #75 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.7s done 10:07:00 #75 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.2s done 10:07:00 #75 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 10:07:00 #75 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.5s done 10:07:00 #75 DONE 7.1s 10:07:00 10:07:00 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:02 #58 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.8s done 10:07:02 #58 ... 10:07:02 10:07:02 #76 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:07:02 #0 6.680 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 6.761 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 7.061 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:07:02 #0 7.061 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:07:02 #0 7.061 OK: 24174 distinct packages available 10:07:02 #0 7.109 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 7.182 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 7.510 (1/5) Installing dumb-init (1.2.5-r3) 10:07:02 #0 7.532 (2/5) Installing musl-obstack (1.2.3-r2) 10:07:02 #0 7.539 (3/5) Installing libucontext (1.2-r3) 10:07:02 #0 7.542 (4/5) Installing gcompat (1.1.0-r4) 10:07:02 #0 7.546 (5/5) Installing openssl (3.3.4-r0) 10:07:02 #0 7.556 Executing busybox-1.36.1-r29.trigger 10:07:02 #0 7.561 OK: 9 MiB in 19 packages 10:07:02 #76 DONE 8.6s 10:07:02 10:07:02 #77 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:07:02 #0 6.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 6.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 7.155 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:07:02 #0 7.155 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:07:02 #0 7.155 OK: 24174 distinct packages available 10:07:02 #0 7.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 7.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 7.587 (1/4) Installing dumb-init (1.2.5-r3) 10:07:02 #0 8.004 (2/4) Installing musl-obstack (1.2.3-r2) 10:07:02 #0 8.044 (3/4) Installing libucontext (1.2-r3) 10:07:02 #0 8.237 (4/4) Installing gcompat (1.1.0-r4) 10:07:02 #0 8.241 Executing busybox-1.36.1-r29.trigger 10:07:02 #0 8.255 OK: 8 MiB in 18 packages 10:07:02 #77 DONE 8.6s 10:07:02 10:07:02 #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:02 #58 DONE 8.7s 10:07:02 10:07:02 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:07:02 #0 2.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.600 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.060 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #0 3.407 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.410 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.414 Executing busybox-1.36.1-r30.trigger 10:07:02 #0 3.422 OK: 19 MiB in 18 packages 10:07:02 #78 DONE 3.6s 10:07:02 10:07:02 #65 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:07:02 #65 3.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #65 3.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #65 3.387 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #65 3.403 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #65 3.435 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #65 3.449 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #65 3.449 Executing busybox-1.36.1-r30.trigger 10:07:02 #65 3.449 OK: 10 MiB in 17 packages 10:07:02 #65 DONE 3.6s 10:07:02 10:07:02 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:07:02 #0 2.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.514 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.047 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #0 3.400 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.407 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.409 Executing busybox-1.36.1-r30.trigger 10:07:02 #0 3.416 OK: 19 MiB in 18 packages 10:07:02 #79 DONE 3.6s 10:07:02 10:07:02 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:07:02 #0 2.174 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.251 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.524 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.026 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #0 3.373 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.375 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.378 Executing busybox-1.36.1-r30.trigger 10:07:02 #0 3.385 OK: 12 MiB in 21 packages 10:07:02 #80 DONE 3.6s 10:07:02 10:07:02 #81 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:07:02 #0 2.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.505 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.048 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #0 3.404 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.409 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.412 Executing busybox-1.36.1-r30.trigger 10:07:02 #0 3.424 OK: 8 MiB in 15 packages 10:07:02 #81 DONE 3.6s 10:07:02 10:07:02 #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:07:02 #0 2.144 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 2.520 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.054 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #0 3.415 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.417 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.421 Executing busybox-1.36.1-r30.trigger 10:07:02 #0 3.432 OK: 8 MiB in 16 packages 10:07:02 #82 DONE 3.6s 10:07:02 10:07:02 #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:07:02 #83 DONE 0.0s 10:07:02 10:07:02 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:07:02 #84 ... 10:07:02 10:07:02 #85 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:07:02 #0 3.050 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:02 #0 3.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:02 #0 3.438 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.469 Executing busybox-1.36.1-r30.post-upgrade 10:07:02 #0 3.517 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.525 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:02 #0 3.525 Executing busybox-1.36.1-r30.trigger 10:07:02 #0 3.529 OK: 8 MiB in 15 packages 10:07:02 #85 DONE 3.7s 10:07:02 10:07:02 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:07:03 #86 1.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:04 #86 1.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:04 #86 ... 10:07:04 10:07:04 #84 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:07:04 #84 DONE 1.9s 10:07:04 10:07:04 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:07:04 #86 2.164 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #86 ... 10:07:04 10:07:04 #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:07:04 #87 DONE 0.1s 10:07:04 10:07:04 #88 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:07:04 #0 3.303 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:04 #0 4.976 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:04 #0 5.425 OK: 248 MiB in 58 packages 10:07:04 #88 DONE 5.6s 10:07:04 10:07:04 #86 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:07:04 #86 2.181 Executing busybox-1.36.1-r30.post-upgrade 10:07:04 #86 2.220 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #86 2.223 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #86 2.227 Executing busybox-1.36.1-r30.trigger 10:07:04 #86 2.233 OK: 9 MiB in 19 packages 10:07:04 #86 DONE 2.4s 10:07:04 10:07:04 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:07:04 #0 1.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:04 #0 1.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:04 #0 2.138 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #0 2.154 Executing busybox-1.36.1-r30.post-upgrade 10:07:04 #0 2.200 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #0 2.204 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #0 2.207 Executing busybox-1.36.1-r30.trigger 10:07:04 #0 2.214 OK: 8 MiB in 18 packages 10:07:04 #89 DONE 2.3s 10:07:04 10:07:04 #90 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:07:04 #0 4.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:04 #0 4.818 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:04 #0 5.246 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #0 5.268 Executing busybox-1.36.1-r30.post-upgrade 10:07:04 #0 5.438 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #0 5.442 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:07:04 #0 5.452 Executing busybox-1.36.1-r30.trigger 10:07:04 #0 5.463 OK: 13 MiB in 28 packages 10:07:04 #90 DONE 5.6s 10:07:04 10:07:04 #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:07:05 3e85d5ac6304: Pull complete 10:07:05 c3105a71a48b: Pull complete 10:07:05 #91 ... 10:07:05 10:07:05 #92 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:07:05 #92 DONE 1.1s 10:07:05 10:07:05 #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:07:05 #0 3.005 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 10:07:05 #0 4.985 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 10:07:05 #0 5.497 (1/1) Installing dumb-init (1.2.5-r3) 10:07:05 #0 5.631 Executing busybox-1.36.1-r29.trigger 10:07:05 #0 5.644 OK: 8 MiB in 15 packages 10:07:05 #93 DONE 6.7s 10:07:05 10:07:05 #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:07:05 #94 DONE 1.1s 10:07:06 10:07:06 #95 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:07:06 0f093f025ec4: Pull complete 10:07:07 #95 DONE 1.4s 10:07:07 10:07:07 #96 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:07:07 #96 DONE 2.4s 10:07:07 10:07:07 #91 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:07:07 #91 DONE 2.4s 10:07:07 10:07:07 #97 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:07:07 #97 DONE 0.1s 10:07:07 10:07:07 #98 [security-spire-server stage-2 6/9] COPY security.txt / 10:07:07 c3106fc0e877: Pull complete 10:07:07 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 10:07:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:07:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:07 prd-ubuntu20.04-docker-arm64-4c-16g-8918 does not seem to be running inside a container 10:07:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:07:07 #98 DONE 0.6s 10:07:07 10:07:07 #99 [security-spire-config stage-2 6/10] COPY security.txt / 10:07:07 #99 DONE 0.7s 10:07:07 10:07:07 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:07:07 #100 DONE 0.7s 10:07:07 10:07:07 #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:07:07 #101 DONE 0.1s 10:07:07 10:07:07 #102 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:07:07 #102 DONE 0.1s 10:07:07 10:07:07 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:07:07 #103 DONE 0.1s 10:07:07 10:07:07 #104 [security-spire-agent stage-3 7/10] COPY security.txt / 10:07:07 #104 DONE 0.1s 10:07:07 10:07:07 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:07:07 #105 DONE 0.1s 10:07:07 10:07:07 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:07:07 #106 DONE 0.1s 10:07:07 10:07:07 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:07:07 #107 DONE 0.1s 10:07:07 10:07:07 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:07:07 #108 DONE 0.1s 10:07:07 10:07:07 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:07:07 #109 DONE 0.1s 10:07:07 10:07:07 #110 [security-spire-config] exporting to image 10:07:07 #110 exporting layers 10:07:08 #110 ... 10:07:08 10:07:08 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:07:08 #111 DONE 0.1s 10:07:08 10:07:08 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:07:08 #112 DONE 0.1s 10:07:08 10:07:08 #113 [security-spire-agent] exporting to image 10:07:09 #113 ... 10:07:09 10:07:09 #114 [security-spire-server] exporting to image 10:07:09 #114 exporting layers 0.9s done 10:07:09 #114 writing image sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 0.0s done 10:07:09 #114 naming to docker.io/library/security-spire-server 0.0s done 10:07:09 #114 DONE 1.0s 10:07:09 10:07:09 #110 [security-spire-config] exporting to image 10:07:09 #110 exporting layers 0.9s done 10:07:09 #110 writing image sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 0.0s done 10:07:09 #110 naming to docker.io/library/security-spire-config 0.0s done 10:07:09 #110 DONE 1.1s 10:07:09 10:07:09 #113 [security-spire-agent] exporting to image 10:07:09 #113 exporting layers 0.8s done 10:07:09 #113 writing image sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba 0.0s done 10:07:09 #113 naming to docker.io/library/security-spire-agent 0.0s done 10:07:09 #113 DONE 0.9s 10:07:09 10:07:09 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:10 #115 ... 10:07:10 10:07:10 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:10 $ docker top 61e5561657bd4cc8a21dbcbf344e7a99e90757ec7810dbbbef68f290d3411b09 -eo pid,comm 10:07:10 #116 ... 10:07:10 10:07:10 #117 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:10 #117 ... 10:07:10 10:07:10 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] { [Pipeline] sh 10:07:10 #118 ... 10:07:10 10:07:10 #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:10 + docker compose -f ./docker-compose-build.yml build --parallel 10:07:16 #119 ... 10:07:16 10:07:16 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:20 #1 [core-metadata internal] load build definition from Dockerfile 10:07:20 #1 transferring dockerfile: 10:07:20 #1 transferring dockerfile: 2.10kB done 10:07:20 #1 DONE 0.1s 10:07:20 10:07:20 #2 [support-scheduler internal] load build definition from Dockerfile 10:07:21 #2 transferring dockerfile: 1.83kB 0.0s done 10:07:21 #2 DONE 1.4s 10:07:21 10:07:21 #3 [security-spiffe-token-provider internal] load .dockerignore 10:07:21 #3 ... 10:07:21 10:07:21 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 10:07:21 #4 transferring dockerfile: 1.89kB done 10:07:21 #4 DONE 1.4s 10:07:21 10:07:21 #5 [core-command internal] load .dockerignore 10:07:21 #5 ... 10:07:21 10:07:21 #6 [security-spire-server internal] load build definition from Dockerfile 10:07:21 #6 transferring dockerfile: 1.70kB 0.0s done 10:07:21 #6 DONE 1.7s 10:07:22 10:07:22 #7 [support-notifications internal] load build definition from Dockerfile 10:07:22 #7 transferring dockerfile: 2.00kB 0.0s done 10:07:22 #7 DONE 1.7s 10:07:22 10:07:22 #8 [core-common-config-bootstrapper internal] load .dockerignore 10:07:22 #8 ... 10:07:22 10:07:22 #9 [core-keeper internal] load build definition from Dockerfile 10:07:22 #9 transferring dockerfile: 2.01kB 0.0s done 10:07:22 #9 DONE 1.8s 10:07:22 10:07:22 #10 [core-command internal] load build definition from Dockerfile 10:07:22 #10 transferring dockerfile: 1.94kB 0.0s done 10:07:22 #10 DONE 1.9s 10:07:22 10:07:22 #11 [security-bootstrapper internal] load build definition from Dockerfile 10:07:22 #11 transferring dockerfile: 3.02kB 0.0s done 10:07:22 #11 DONE 1.8s 10:07:22 10:07:22 #12 [security-spire-config internal] load build definition from Dockerfile 10:07:22 #12 transferring dockerfile: 1.69kB 0.0s done 10:07:22 #12 DONE 1.9s 10:07:22 10:07:22 #13 [core-data internal] load build definition from Dockerfile 10:07:22 #13 transferring dockerfile: 2.04kB 0.0s done 10:07:22 #13 DONE 1.7s 10:07:22 10:07:22 #14 [support-scheduler internal] load .dockerignore 10:07:22 #14 transferring context: 50B 0.0s done 10:07:22 #14 DONE 0.9s 10:07:22 10:07:22 #15 [core-metadata internal] load .dockerignore 10:07:22 #15 transferring context: 50B 0.0s done 10:07:22 #15 DONE 1.6s 10:07:22 10:07:22 #16 [security-proxy-auth internal] load .dockerignore 10:07:22 #16 ... 10:07:22 10:07:22 #17 [security-secretstore-setup internal] load build definition from Dockerfile 10:07:22 #17 transferring dockerfile: 2.49kB 0.0s done 10:07:22 #17 DONE 1.9s 10:07:22 10:07:22 #18 [security-spire-agent internal] load build definition from Dockerfile 10:07:22 #18 transferring dockerfile: 1.81kB 0.0s done 10:07:22 #18 DONE 1.8s 10:07:22 10:07:22 #3 [security-spiffe-token-provider internal] load .dockerignore 10:07:22 #3 transferring context: 50B 0.0s done 10:07:22 #3 DONE 0.9s 10:07:22 10:07:22 #19 [security-proxy-setup internal] load build definition from Dockerfile 10:07:22 #19 transferring dockerfile: 2.50kB 0.0s done 10:07:22 #19 DONE 1.9s 10:07:22 10:07:22 #20 [security-spire-server internal] load .dockerignore 10:07:22 #20 transferring context: 50B 0.0s done 10:07:22 #20 DONE 0.9s 10:07:22 10:07:22 #21 [core-common-config-bootstrapper internal] load build definition from Dockerfile 10:07:22 #21 transferring dockerfile: 2.23kB 0.0s done 10:07:22 #21 DONE 2.0s 10:07:22 10:07:22 #22 [security-proxy-auth internal] load build definition from Dockerfile 10:07:22 #22 transferring dockerfile: 2.14kB 0.0s done 10:07:22 #22 DONE 1.9s 10:07:22 10:07:22 #23 [security-bootstrapper internal] load .dockerignore 10:07:22 #23 transferring context: 50B 0.0s done 10:07:22 #23 DONE 0.7s 10:07:22 10:07:22 #24 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:22 #24 DONE 0.0s 10:07:22 10:07:22 #25 [core-metadata internal] load metadata for docker.io/library/alpine:3.20 10:07:22 #25 ... 10:07:22 10:07:22 #26 [security-spire-config internal] load .dockerignore 10:07:22 #26 transferring context: 50B 0.0s done 10:07:22 #26 DONE 0.8s 10:07:22 10:07:22 #27 [support-notifications internal] load .dockerignore 10:07:22 #27 transferring context: 50B 0.0s done 10:07:22 #27 DONE 1.0s 10:07:22 10:07:22 #28 [core-keeper internal] load .dockerignore 10:07:22 #28 transferring context: 50B 0.0s done 10:07:22 #28 DONE 0.8s 10:07:22 10:07:22 #5 [core-command internal] load .dockerignore 10:07:22 #5 transferring context: 50B 0.0s done 10:07:22 #5 DONE 1.0s 10:07:22 10:07:22 #8 [core-common-config-bootstrapper internal] load .dockerignore 10:07:22 #8 transferring context: 50B done 10:07:22 #8 DONE 0.8s 10:07:22 10:07:22 #29 [security-proxy-setup internal] load .dockerignore 10:07:22 #29 transferring context: 50B done 10:07:22 #29 DONE 0.7s 10:07:22 10:07:22 #30 [security-secretstore-setup internal] load .dockerignore 10:07:22 #30 transferring context: 50B 0.0s done 10:07:22 #30 DONE 0.8s 10:07:22 10:07:22 #31 [core-data internal] load .dockerignore 10:07:22 #31 transferring context: 50B 0.0s done 10:07:22 #31 DONE 0.7s 10:07:22 10:07:22 #24 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:22 #24 DONE 0.0s 10:07:22 10:07:22 #16 [security-proxy-auth internal] load .dockerignore 10:07:22 #16 transferring context: 50B 0.0s done 10:07:23 #16 DONE 0.7s 10:07:23 10:07:23 #32 [security-spire-agent internal] load .dockerignore 10:07:23 #32 transferring context: 50B 0.0s done 10:07:23 #32 DONE 0.8s 10:07:23 10:07:23 #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 10:07:23 #25 ... 10:07:23 10:07:23 #24 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:23 #24 DONE 0.0s 10:07:23 10:07:23 #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 10:07:23 #25 DONE 1.0s 10:07:23 10:07:23 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:23 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:23 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:23 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:23 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:23 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0B / 4.09MB 0.1s 10:07:23 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:23 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:23 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:23 #33 ... 10:07:23 10:07:23 #24 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:23 #24 DONE 0.0s 10:07:23 10:07:23 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:23 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.05MB / 4.09MB 0.5s 10:07:23 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.7s 10:07:24 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.9s 10:07:24 #33 ... 10:07:24 10:07:24 #25 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 10:07:24 #25 DONE 1.4s 10:07:24 10:07:24 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:24 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:24 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:24 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:24 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:24 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:24 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 10:07:24 #33 ... 10:07:24 10:07:24 #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 10:07:24 #25 DONE 1.6s 10:07:24 10:07:24 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:07:24 #34 DONE 1.5s 10:07:24 10:07:24 #35 [core-metadata internal] load build context 10:07:25 #35 ... 10:07:25 10:07:25 #36 [security-spiffe-token-provider internal] load build context 10:07:25 #36 transferring context: 3.36MB 1.2s done 10:07:25 #36 DONE 1.5s 10:07:25 10:07:25 #24 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:25 #24 DONE 0.0s 10:07:25 10:07:25 #25 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 10:07:25 #25 DONE 1.7s 10:07:25 10:07:25 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:25 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:25 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:25 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:25 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:25 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:25 #33 ... 10:07:25 10:07:25 #24 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:25 #24 DONE 0.0s 10:07:25 10:07:25 #35 [core-metadata internal] load build context 10:07:25 #35 transferring context: 3.36MB 1.5s done 10:07:25 #35 DONE 1.9s 10:07:25 10:07:25 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:25 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:25 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:25 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:25 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:25 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:25 #33 ... 10:07:25 10:07:25 #37 [support-scheduler internal] load build context 10:07:25 #37 transferring context: 3.36MB 1.5s done 10:07:25 #37 DONE 1.9s 10:07:25 10:07:25 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:25 #33 ... 10:07:25 10:07:25 #24 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:25 #24 DONE 0.0s 10:07:25 10:07:25 #25 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 10:07:25 #25 DONE 2.0s 10:07:25 10:07:25 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:25 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:25 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:25 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:25 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:25 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:25 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:25 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:25 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:25 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:25 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:25 #33 ... 10:07:25 10:07:25 #24 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:25 #24 DONE 0.0s 10:07:25 10:07:25 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:25 #33 ... 10:07:25 10:07:25 #24 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:25 #24 DONE 0.0s 10:07:25 10:07:25 #25 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 10:07:25 #25 DONE 2.2s 10:07:25 10:07:25 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:25 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:25 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:25 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:25 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:25 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:25 #33 ... 10:07:25 10:07:25 #24 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:25 #24 DONE 0.0s 10:07:25 10:07:25 #38 [security-spire-config internal] load build context 10:07:25 #38 transferring context: 22.05kB 0.1s done 10:07:25 #38 DONE 1.0s 10:07:25 10:07:25 #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:26 #33 ... 10:07:26 10:07:26 #25 [core-data internal] load metadata for docker.io/library/alpine:3.20 10:07:26 #25 DONE 2.3s 10:07:26 10:07:26 #39 [security-spire-server internal] load build context 10:07:26 #39 transferring context: 23.80kB 0.1s done 10:07:26 #39 DONE 1.1s 10:07:26 10:07:26 #40 [security-bootstrapper internal] load build context 10:07:26 #40 transferring context: 3.36MB 0.9s done 10:07:26 #40 DONE 1.6s 10:07:26 10:07:26 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:26 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:26 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:26 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:26 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:26 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:26 #33 ... 10:07:26 10:07:26 #24 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:26 #24 DONE 0.0s 10:07:26 10:07:26 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:26 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.6s done 10:07:26 #33 ... 10:07:26 10:07:26 #24 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 10:07:26 #24 DONE 0.0s 10:07:26 10:07:26 #25 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 10:07:26 #25 DONE 2.5s 10:07:26 10:07:26 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:26 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:26 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:26 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:26 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:26 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:26 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.6s done 10:07:26 #33 ... 10:07:26 10:07:26 #41 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 10:07:26 #41 DONE 3.7s 10:07:26 10:07:26 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:26 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 10:07:26 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:07:26 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:07:26 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:07:26 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 10:07:26 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 10:07:26 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 10:07:26 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 10:07:26 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 1.5s 10:07:26 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 10:07:26 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.49MB / 33.17MB 1.6s 10:07:26 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 10:07:26 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.58MB / 33.17MB 1.8s 10:07:27 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.69MB / 33.17MB 2.1s 10:07:27 #42 ... 10:07:27 10:07:27 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 10:07:27 #34 DONE 2.1s 10:07:27 10:07:27 #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 10:07:27 #25 DONE 3.2s 10:07:27 10:07:27 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:27 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.78MB / 33.17MB 2.3s 10:07:27 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.87MB / 33.17MB 2.4s 10:07:27 #42 ... 10:07:27 10:07:27 #43 [support-notifications internal] load build context 10:07:27 #43 transferring context: 3.36MB 1.5s done 10:07:27 #43 DONE 2.5s 10:07:27 10:07:27 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:27 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 10:07:27 #42 ... 10:07:27 10:07:27 #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:27 #33 DONE 5.2s 10:07:27 10:07:27 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:28 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.97MB / 33.17MB 3.0s 10:07:28 #42 ... 10:07:28 10:07:28 #44 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 10:07:28 #44 DONE 2.4s 10:07:28 10:07:28 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:28 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.07MB / 33.17MB 3.7s 10:07:29 #42 ... 10:07:29 10:07:29 #45 [core-keeper internal] load build context 10:07:29 #45 transferring context: 3.36MB 2.3s done 10:07:29 #45 DONE 3.6s 10:07:29 10:07:29 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:29 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.17MB / 33.17MB 4.0s 10:07:29 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 27.26MB / 33.17MB 4.3s 10:07:29 #42 ... 10:07:29 10:07:29 #46 [core-data internal] load build context 10:07:29 #46 transferring context: 3.36MB 2.5s done 10:07:29 #46 DONE 3.4s 10:07:29 10:07:29 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:29 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.44MB / 33.17MB 4.4s 10:07:29 #42 ... 10:07:29 10:07:29 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 10:07:29 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 10:07:29 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 10:07:29 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 10:07:29 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 10:07:29 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 1.0s done 10:07:29 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.6s done 10:07:29 #33 DONE 5.2s 10:07:29 10:07:29 #47 [security-secretstore-setup internal] load build context 10:07:29 #47 transferring context: 3.36MB 2.7s done 10:07:29 #47 DONE 3.7s 10:07:29 10:07:29 #48 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 10:07:29 #48 DONE 2.9s 10:07:29 10:07:29 #49 [core-common-config-bootstrapper internal] load build context 10:07:29 #49 transferring context: 3.36MB 2.8s done 10:07:29 #49 DONE 3.8s 10:07:29 10:07:29 #50 [core-command internal] load build context 10:07:29 #50 transferring context: 3.36MB 3.1s done 10:07:29 #50 DONE 4.2s 10:07:29 10:07:29 #51 [security-proxy-setup internal] load build context 10:07:29 #51 transferring context: 3.36MB 2.5s done 10:07:29 #51 DONE 3.4s 10:07:29 10:07:29 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:29 #42 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 10:07:29 #42 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 10:07:29 #42 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 10:07:29 #42 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 10:07:29 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 10:07:29 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.5s done 10:07:29 #42 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.4s done 10:07:29 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 10:07:29 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 10:07:29 #42 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 10:07:29 #42 ... 10:07:29 10:07:29 #52 [security-proxy-auth internal] load build context 10:07:29 #52 transferring context: 3.36MB 2.0s done 10:07:29 #52 DONE 3.4s 10:07:29 10:07:29 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:29 #42 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.6s done 10:07:30 #42 ... 10:07:30 10:07:30 #53 [security-spire-agent internal] load build context 10:07:30 #53 transferring context: 23.33kB 0.1s done 10:07:30 #53 DONE 0.9s 10:07:30 10:07:30 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:07:30 #54 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 10:07:30 #54 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 10:07:30 #54 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 10:07:30 #54 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 10:07:30 #54 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 10:07:30 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 3.59MB / 14.28MB 0.9s 10:07:30 #54 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 10:07:30 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 1.1s 10:07:30 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 6.11MB / 14.28MB 1.2s 10:07:31 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 1.4s 10:07:31 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 1.7s 10:07:31 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.11MB / 14.28MB 1.9s 10:07:32 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 2.4s 10:07:32 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.31MB / 14.28MB 2.7s 10:07:32 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 2.9s 10:07:32 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 13.50MB / 14.28MB 3.2s 10:07:33 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 3.5s 10:07:33 #54 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 3.5s done 10:07:33 #54 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10:07:37 #54 ... 10:07:37 10:07:37 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:37 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.4s 10:07:37 #42 ... 10:07:37 10:07:37 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:07:37 #54 ... 10:07:37 10:07:37 #55 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:37 #55 DONE 9.1s 10:07:38 10:07:38 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:38 #42 ... 10:07:38 10:07:38 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:07:38 #0 7.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:38 #0 8.422 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:38 #56 ... 10:07:38 10:07:38 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:07:38 #54 ... 10:07:38 10:07:38 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:07:39 #57 ... 10:07:39 10:07:39 #58 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 10:07:39 #0 9.048 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:39 #0 9.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:39 #58 ... 10:07:39 10:07:39 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:07:39 #59 ... 10:07:39 10:07:39 #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:07:39 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:39 #60 ... 10:07:39 10:07:39 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:07:39 #61 ... 10:07:39 10:07:39 #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:07:39 #62 ... 10:07:39 10:07:39 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:07:39 #63 ... 10:07:39 10:07:39 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:07:39 #64 ... 10:07:39 10:07:39 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:07:39 #0 8.111 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:39 #0 8.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:40 #65 ... 10:07:40 10:07:40 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:40 #66 ... 10:07:40 10:07:40 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:07:40 #67 ... 10:07:40 10:07:40 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 10:07:40 #56 10.43 (1/4) Installing dumb-init (1.2.5-r3) 10:07:40 #56 10.43 (2/4) Installing openssl (3.3.4-r0) 10:07:40 #56 10.48 (3/4) Installing su-exec (0.2-r3) 10:07:40 #56 10.50 (4/4) Installing yq-go (4.44.1-r2) 10:07:40 #56 10.99 Executing busybox-1.36.1-r29.trigger 10:07:40 #56 11.03 OK: 20 MiB in 18 packages 10:07:40 #56 DONE 12.0s 10:07:40 10:07:40 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:07:40 #0 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:40 #68 ... 10:07:40 10:07:40 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:07:40 #69 ... 10:07:40 10:07:40 #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:07:40 #70 ... 10:07:40 10:07:40 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:07:41 #71 ... 10:07:41 10:07:41 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:42 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.7s 10:07:43 #42 ... 10:07:43 10:07:43 #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:43 #66 DONE 14.5s 10:07:43 10:07:43 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:47 #42 ... 10:07:47 10:07:47 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 10:07:47 #54 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.7s done 10:07:47 #54 DONE 17.4s 10:07:47 10:07:47 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:47 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.7s 10:07:47 #42 ... 10:07:47 10:07:47 #58 [core-data builder 3/7] RUN apk add --update --no-cache make git 10:07:47 #58 16.83 OK: 239 MiB in 58 packages 10:07:47 #58 DONE 19.4s 10:07:47 10:07:47 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:48 #42 ... 10:07:48 10:07:48 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:07:48 #0 8.697 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:48 #72 ... 10:07:48 10:07:48 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:48 #42 ... 10:07:48 10:07:48 #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:07:48 #73 DONE 0.6s 10:07:48 10:07:48 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:49 #42 ... 10:07:49 10:07:49 #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 10:07:49 #60 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:49 #60 19.91 OK: 239 MiB in 58 packages 10:07:50 #60 ... 10:07:50 10:07:50 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:50 #42 ... 10:07:50 10:07:50 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:07:50 #0 6.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:50 #0 8.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:50 #74 ... 10:07:50 10:07:50 #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 10:07:50 #60 DONE 21.7s 10:07:50 10:07:50 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:07:50 #59 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:50 #59 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:50 #59 20.91 OK: 239 MiB in 58 packages 10:07:50 #59 ... 10:07:50 10:07:50 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:07:50 #57 11.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:50 #57 13.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:50 #57 ... 10:07:50 10:07:50 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:07:50 #71 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:50 #71 13.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:51 #71 ... 10:07:51 10:07:51 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:07:51 #65 12.23 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:07:51 #65 12.23 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:07:51 #65 12.23 OK: 24052 distinct packages available 10:07:51 #65 13.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:51 #65 15.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:51 #65 ... 10:07:51 10:07:51 #75 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:07:51 #75 DONE 0.7s 10:07:51 10:07:51 #76 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:51 #76 ... 10:07:51 10:07:51 #59 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 10:07:51 #59 DONE 22.8s 10:07:51 10:07:51 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:07:51 #68 12.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:51 #68 ... 10:07:51 10:07:51 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:07:51 #63 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:51 #63 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:52 #63 ... 10:07:52 10:07:52 #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:07:52 #62 12.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:52 #62 14.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:52 #62 ... 10:07:52 10:07:52 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:52 #42 ... 10:07:52 10:07:52 #77 [support-notifications builder 4/7] COPY go.mod vendor* ./ 10:07:52 #77 DONE 0.8s 10:07:52 10:07:52 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:52 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.7s 10:07:52 #42 ... 10:07:52 10:07:52 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:07:52 #69 13.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:52 #69 15.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:52 #69 ... 10:07:52 10:07:52 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:07:52 #64 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:52 #64 16.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:53 #64 ... 10:07:53 10:07:53 #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:07:53 #70 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:53 #70 16.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:53 #70 ... 10:07:53 10:07:53 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:53 #42 ... 10:07:53 10:07:53 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:07:53 #0 4.638 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:53 #0 6.594 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:53 #78 ... 10:07:53 10:07:53 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:07:53 #61 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:53 #61 16.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:54 #61 ... 10:07:54 10:07:54 #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:07:54 #62 24.86 (1/1) Installing dumb-init (1.2.5-r3) 10:07:54 #62 24.91 Executing busybox-1.36.1-r29.trigger 10:07:54 #62 25.02 OK: 9 MiB in 15 packages 10:07:54 #62 ... 10:07:54 10:07:54 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:07:54 #67 15.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:07:54 #67 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:54 #67 ... 10:07:54 10:07:54 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:57 #42 ... 10:07:57 10:07:57 #57 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 10:07:57 #57 24.55 OK: 239 MiB in 58 packages 10:07:57 #57 DONE 28.3s 10:07:57 10:07:57 #62 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 10:07:57 #62 DONE 28.7s 10:07:57 10:07:57 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:57 #42 ... 10:07:57 10:07:57 #63 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 10:07:57 #63 25.58 (1/2) Installing dumb-init (1.2.5-r3) 10:07:57 #63 25.65 (2/2) Installing su-exec (0.2-r3) 10:07:57 #63 25.71 Executing busybox-1.36.1-r29.trigger 10:07:57 #63 25.90 OK: 9 MiB in 16 packages 10:07:57 #63 DONE 28.1s 10:07:57 10:07:57 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:57 #42 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.6s done 10:07:58 #42 ... 10:07:58 10:07:58 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:58 #79 ... 10:07:58 10:07:58 #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 10:07:58 #80 DONE 1.3s 10:07:58 10:07:58 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:07:59 #81 ... 10:07:59 10:07:59 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:07:59 #72 11.10 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:07:59 #72 21.33 OK: 239 MiB in 58 packages 10:07:59 #72 ... 10:07:59 10:07:59 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:07:59 #42 ... 10:07:59 10:07:59 #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 10:07:59 #65 28.26 OK: 239 MiB in 58 packages 10:07:59 #65 DONE 31.0s 10:07:59 10:07:59 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 10:07:59 #64 27.44 (1/1) Installing dumb-init (1.2.5-r3) 10:07:59 #64 27.86 Executing busybox-1.36.1-r29.trigger 10:07:59 #64 28.00 OK: 9 MiB in 15 packages 10:07:59 #64 DONE 30.8s 10:07:59 10:07:59 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:08:00 #82 ... 10:08:00 10:08:00 #83 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 10:08:00 #83 DONE 1.0s 10:08:00 10:08:00 #74 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 10:08:00 #74 16.54 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:00 #74 16.97 Executing busybox-1.36.1-r30.post-upgrade 10:08:00 #74 17.79 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:00 #74 17.79 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:00 #74 17.81 Executing busybox-1.36.1-r30.trigger 10:08:00 #74 17.99 OK: 20 MiB in 18 packages 10:08:00 #74 DONE 20.7s 10:08:00 10:08:00 #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:01 #84 ... 10:08:01 10:08:01 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 10:08:01 #85 DONE 0.3s 10:08:01 10:08:01 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:08:01 #69 26.75 (1/7) Installing ca-certificates (20250619-r0) 10:08:01 #69 28.61 (2/7) Installing dumb-init (1.2.5-r3) 10:08:01 #69 28.70 (3/7) Installing libgcc (13.2.1_git20240309-r1) 10:08:01 #69 28.79 (4/7) Installing libsodium (1.0.19-r0) 10:08:01 #69 28.92 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 10:08:01 #69 29.37 (6/7) Installing libzmq (4.3.5-r2) 10:08:01 #69 29.51 (7/7) Installing zeromq (4.3.5-r2) 10:08:01 #69 29.65 Executing busybox-1.36.1-r29.trigger 10:08:01 #69 29.72 Executing ca-certificates-20250619-r0.trigger 10:08:01 #69 30.97 OK: 14 MiB in 21 packages 10:08:01 #69 ... 10:08:01 10:08:01 #72 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 10:08:01 #72 DONE 24.0s 10:08:01 10:08:01 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:08:01 #78 16.10 (1/1) Installing dumb-init (1.2.5-r3) 10:08:01 #78 17.08 Executing busybox-1.36.1-r29.trigger 10:08:01 #78 17.33 OK: 9 MiB in 15 packages 10:08:02 #120 ... 10:08:02 10:08:02 #115 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #115 DONE 60.0s 10:08:02 10:08:02 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #120 DONE 53.6s 10:08:02 10:08:02 #119 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #119 DONE 60.0s 10:08:02 10:08:02 #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #117 DONE 60.0s 10:08:02 10:08:02 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #118 DONE 60.0s 10:08:02 10:08:02 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #116 DONE 60.0s 10:08:02 10:08:02 #121 [core-command builder 6/7] COPY . . 10:08:02 #78 ... 10:08:02 10:08:02 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 10:08:02 #69 DONE 33.6s 10:08:02 10:08:02 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:02 #86 ... 10:08:02 10:08:02 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:08:02 #71 23.81 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:08:02 #71 23.81 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:08:02 #71 23.81 OK: 24052 distinct packages available 10:08:02 #71 25.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:02 #71 26.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:03 #71 ... 10:08:03 10:08:03 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:08:03 #87 ... 10:08:03 10:08:03 #78 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 10:08:03 #78 DONE 19.6s 10:08:03 10:08:03 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 10:08:03 #88 DONE 1.3s 10:08:03 10:08:03 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:03 #89 ... 10:08:03 10:08:03 #68 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 10:08:03 #68 24.60 (1/3) Installing ca-certificates (20250619-r0) 10:08:03 #68 25.20 (2/3) Installing dumb-init (1.2.5-r3) 10:08:03 #68 25.25 (3/3) Installing tzdata (2025b-r0) 10:08:03 #68 29.63 Executing busybox-1.36.1-r29.trigger 10:08:03 #68 29.98 Executing ca-certificates-20250619-r0.trigger 10:08:03 #68 31.87 OK: 11 MiB in 17 packages 10:08:03 #68 DONE 34.6s 10:08:03 10:08:03 #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:08:04 #90 ... 10:08:04 10:08:04 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 10:08:04 #61 26.94 (1/4) Installing ca-certificates (20250619-r0) 10:08:04 #61 28.36 (2/4) Installing dumb-init (1.2.5-r3) 10:08:04 #61 28.52 (3/4) Installing su-exec (0.2-r3) 10:08:04 #61 28.56 (4/4) Installing yq-go (4.44.1-r2) 10:08:04 #61 30.42 Executing busybox-1.36.1-r29.trigger 10:08:04 #61 30.54 Executing ca-certificates-20250619-r0.trigger 10:08:04 #61 32.25 OK: 20 MiB in 18 packages 10:08:04 #61 DONE 35.0s 10:08:04 10:08:04 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:08:07 #91 ... 10:08:07 10:08:07 #70 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:08:07 #70 27.46 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:08:07 #70 27.46 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:08:07 #70 27.46 OK: 24052 distinct packages available 10:08:07 #70 28.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:07 #70 31.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:07 #70 ... 10:08:07 10:08:07 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:08:07 #71 35.45 (1/14) Installing ca-certificates (20250619-r0) 10:08:07 #71 35.78 (2/14) Installing brotli-libs (1.1.0-r2) 10:08:07 #71 35.92 (3/14) Installing c-ares (1.33.1-r0) 10:08:07 #71 35.92 (4/14) Installing libunistring (1.2-r0) 10:08:07 #71 36.09 (5/14) Installing libidn2 (2.3.7-r0) 10:08:07 #71 36.12 (6/14) Installing nghttp2-libs (1.62.1-r0) 10:08:07 #71 36.15 (7/14) Installing libpsl (0.21.5-r1) 10:08:07 #71 36.17 (8/14) Installing zstd-libs (1.5.6-r0) 10:08:07 #71 36.32 (9/14) Installing libcurl (8.12.1-r0) 10:08:07 #71 36.42 (10/14) Installing curl (8.12.1-r0) 10:08:07 #71 36.46 (11/14) Installing dumb-init (1.2.5-r3) 10:08:07 #71 36.50 (12/14) Installing musl-obstack (1.2.3-r2) 10:08:07 #71 36.58 (13/14) Installing libucontext (1.2-r3) 10:08:07 #71 36.60 (14/14) Installing gcompat (1.1.0-r4) 10:08:07 #71 36.62 Executing busybox-1.36.1-r29.trigger 10:08:07 #71 36.87 Executing ca-certificates-20250619-r0.trigger 10:08:07 #71 ... 10:08:07 10:08:07 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:08:07 #67 27.73 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 10:08:07 #67 27.73 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 10:08:07 #67 27.73 OK: 24052 distinct packages available 10:08:07 #67 29.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:07 #67 32.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:07 #67 ... 10:08:07 10:08:07 #92 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:08:07 #0 8.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:07 #92 ... 10:08:07 10:08:07 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:08:07 #71 38.17 OK: 15 MiB in 28 packages 10:08:07 #71 ... 10:08:07 10:08:07 #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:08:07 #0 10.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:07 #93 ... 10:08:07 10:08:07 #92 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:08:07 #92 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:09 #92 ... 10:08:09 10:08:09 #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 10:08:09 #71 DONE 40.0s 10:08:09 10:08:09 #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:08:09 #93 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:09 #121 ... 10:08:09 10:08:09 #122 [support-notifications builder 6/7] COPY . . 10:08:09 #122 ... 10:08:09 10:08:09 #123 [security-spiffe-token-provider builder 6/7] COPY . . 10:08:09 #123 ... 10:08:09 10:08:09 #124 [security-proxy-setup builder 6/7] COPY . . 10:08:09 #124 ... 10:08:09 10:08:09 #125 [support-scheduler builder 6/7] COPY . . 10:08:09 #125 ... 10:08:09 10:08:09 #126 [core-keeper builder 7/8] COPY . . 10:08:10 #93 ... 10:08:10 10:08:10 #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 10:08:10 #67 39.08 (1/4) Installing dumb-init (1.2.5-r3) 10:08:10 #67 39.15 (2/4) Installing musl-obstack (1.2.3-r2) 10:08:10 #67 39.19 (3/4) Installing libucontext (1.2-r3) 10:08:10 #67 39.19 (4/4) Installing gcompat (1.1.0-r4) 10:08:10 #67 39.27 Executing busybox-1.36.1-r29.trigger 10:08:10 #67 39.32 OK: 9 MiB in 18 packages 10:08:10 #67 DONE 41.2s 10:08:10 10:08:10 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:08:11 #94 ... 10:08:11 10:08:11 #70 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 10:08:11 #70 38.88 (1/5) Installing dumb-init (1.2.5-r3) 10:08:11 #70 38.90 (2/5) Installing musl-obstack (1.2.3-r2) 10:08:11 #70 38.91 (3/5) Installing libucontext (1.2-r3) 10:08:11 #70 38.93 (4/5) Installing gcompat (1.1.0-r4) 10:08:11 #70 38.97 (5/5) Installing openssl (3.3.4-r0) 10:08:11 #70 39.07 Executing busybox-1.36.1-r29.trigger 10:08:11 #70 39.29 OK: 10 MiB in 19 packages 10:08:11 #70 DONE 42.3s 10:08:11 10:08:11 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:08:14 #95 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:15 #95 4.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:17 #95 ... 10:08:17 10:08:17 #92 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 10:08:17 #92 18.56 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:17 #92 18.70 Executing busybox-1.36.1-r30.post-upgrade 10:08:17 #92 19.18 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:17 #92 19.21 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:17 #92 19.21 Executing busybox-1.36.1-r30.trigger 10:08:17 #92 19.32 OK: 9 MiB in 15 packages 10:08:18 #126 ... 10:08:18 10:08:18 #124 [security-bootstrapper builder 6/7] COPY . . 10:08:18 #124 DONE 17.6s 10:08:18 10:08:18 #123 [security-spiffe-token-provider builder 6/7] COPY . . 10:08:18 #123 DONE 17.6s 10:08:18 10:08:18 #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:18 #127 CACHED 10:08:18 10:08:18 #128 [security-secretstore-setup builder 6/7] COPY . . 10:08:18 #128 CACHED 10:08:18 10:08:18 #129 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:08:18 #129 CACHED 10:08:18 10:08:18 #126 [core-keeper builder 7/8] COPY . . 10:08:18 #126 DONE 17.6s 10:08:18 10:08:18 #130 [security-proxy-setup builder 6/7] COPY . . 10:08:18 #130 CACHED 10:08:18 10:08:18 #131 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:18 #131 CACHED 10:08:18 10:08:18 #132 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:08:18 #132 CACHED 10:08:18 10:08:18 #125 [support-scheduler builder 6/7] COPY . . 10:08:18 #125 DONE 17.6s 10:08:18 10:08:18 #122 [support-notifications builder 6/7] COPY . . 10:08:18 #122 DONE 17.6s 10:08:18 10:08:18 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 10:08:18 #121 DONE 17.6s 10:08:18 10:08:18 #133 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:18 #133 CACHED 10:08:18 10:08:18 #134 [core-metadata builder 6/7] COPY . . 10:08:18 #134 CACHED 10:08:18 10:08:18 #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ 10:08:18 #135 CACHED 10:08:18 10:08:18 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 10:08:18 #136 CACHED 10:08:18 10:08:18 #137 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:18 #137 CACHED 10:08:18 10:08:18 #138 [core-command builder 6/7] COPY . . 10:08:18 #138 CACHED 10:08:18 10:08:18 #139 [core-common-config-bootstrapper builder 6/7] COPY . . 10:08:18 #139 CACHED 10:08:18 10:08:18 #140 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:18 #140 CACHED 10:08:18 10:08:18 #141 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:08:18 #141 CACHED 10:08:18 10:08:18 #142 [core-data builder 4/7] COPY go.mod vendor* ./ 10:08:18 #142 CACHED 10:08:18 10:08:18 #143 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:18 #143 CACHED 10:08:18 10:08:18 #144 [core-data builder 6/7] COPY . . 10:08:18 #144 CACHED 10:08:18 10:08:18 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:08:18 #145 1.096 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:08:18 #92 DONE 21.7s 10:08:18 10:08:18 #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:08:18 #93 20.05 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:18 #93 20.19 Executing busybox-1.36.1-r30.post-upgrade 10:08:18 #93 20.62 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:18 #93 20.63 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:18 #93 20.64 Executing busybox-1.36.1-r30.trigger 10:08:18 #93 20.74 OK: 9 MiB in 16 packages 10:08:19 #93 ... 10:08:19 10:08:19 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:08:19 #0 4.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:19 #0 5.863 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:19 #96 ... 10:08:19 10:08:19 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:08:19 #91 5.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:19 #91 8.166 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:19 #91 14.71 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:19 #91 14.91 Executing busybox-1.36.1-r30.post-upgrade 10:08:19 #91 15.34 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:19 #91 15.35 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:19 #91 15.40 Executing busybox-1.36.1-r30.trigger 10:08:19 #91 15.54 OK: 20 MiB in 18 packages 10:08:19 #91 ... 10:08:19 10:08:19 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:08:19 #82 9.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:19 #82 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:19 #82 18.70 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:19 #82 18.93 Executing busybox-1.36.1-r30.post-upgrade 10:08:19 #82 19.44 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:19 #82 19.45 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:19 #82 19.49 Executing busybox-1.36.1-r30.trigger 10:08:19 #82 19.57 OK: 9 MiB in 15 packages 10:08:20 #82 ... 10:08:20 10:08:20 #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 10:08:20 #93 DONE 22.9s 10:08:20 10:08:20 #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:08:20 #90 6.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:20 #90 8.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:20 #90 15.94 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:20 #90 16.14 Executing busybox-1.36.1-r30.post-upgrade 10:08:20 #90 ... 10:08:20 10:08:20 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:08:20 #87 7.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:20 #87 9.656 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:20 #87 17.15 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:20 #87 17.34 Executing busybox-1.36.1-r30.post-upgrade 10:08:20 #87 ... 10:08:20 10:08:20 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:08:21 #97 ... 10:08:21 10:08:21 #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 10:08:21 #91 DONE 17.4s 10:08:21 10:08:21 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:08:21 #87 18.05 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:21 #87 18.06 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:21 #87 18.07 Executing busybox-1.36.1-r30.trigger 10:08:21 #87 18.17 OK: 14 MiB in 21 packages 10:08:21 #87 ... 10:08:21 10:08:21 #82 [core-data stage-1 3/7] RUN apk --no-cache upgrade 10:08:21 #82 DONE 21.8s 10:08:22 10:08:22 #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:08:22 #90 16.85 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:22 #90 16.88 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:22 #90 16.92 Executing busybox-1.36.1-r30.trigger 10:08:22 #90 17.02 OK: 11 MiB in 17 packages 10:08:22 #90 ... 10:08:22 10:08:22 #87 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 10:08:22 #87 DONE 20.0s 10:08:22 10:08:22 #90 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 10:08:22 #90 DONE 19.0s 10:08:22 10:08:22 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:08:22 #96 13.57 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:22 #96 13.79 Executing busybox-1.36.1-r30.post-upgrade 10:08:23 #96 14.19 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:23 #96 14.19 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:23 #96 14.20 Executing busybox-1.36.1-r30.trigger 10:08:23 #96 14.28 OK: 15 MiB in 28 packages 10:08:23 #96 ... 10:08:23 10:08:23 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 10:08:23 #94 3.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 10:08:23 #94 4.474 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 10:08:23 #94 10.68 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:23 #94 10.91 Executing busybox-1.36.1-r30.post-upgrade 10:08:23 #94 11.65 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:23 #94 11.69 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:23 #94 11.69 Executing busybox-1.36.1-r30.trigger 10:08:23 #94 11.76 OK: 9 MiB in 18 packages 10:08:23 #94 DONE 13.3s 10:08:23 10:08:23 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:08:24 #98 ... 10:08:24 10:08:24 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 10:08:24 #97 DONE 4.0s 10:08:24 10:08:24 #99 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 10:08:24 #99 DONE 0.2s 10:08:24 10:08:24 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:08:24 #95 12.68 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 10:08:24 #95 12.93 Executing busybox-1.36.1-r30.post-upgrade 10:08:24 #95 ... 10:08:24 10:08:24 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 10:08:24 #96 DONE 15.6s 10:08:24 10:08:24 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 10:08:24 #95 13.46 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 10:08:24 #95 13.46 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 10:08:24 #95 13.49 Executing busybox-1.36.1-r30.trigger 10:08:25 #95 13.62 OK: 10 MiB in 19 packages 10:08:26 #95 DONE 14.5s 10:08:26 10:08:26 #98 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:08:26 #98 DONE 2.3s 10:08:26 10:08:26 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 10:08:26 #100 DONE 0.5s 10:08:26 10:08:26 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:08:26 #101 ... 10:08:26 10:08:26 #102 [security-spire-config stage-2 6/10] COPY security.txt / 10:08:26 #102 DONE 0.3s 10:08:26 10:08:26 #103 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 10:08:26 #103 DONE 0.3s 10:08:26 10:08:26 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:08:27 #104 ... 10:08:27 10:08:27 #105 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 10:08:27 #105 DONE 0.3s 10:08:27 10:08:27 #101 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 10:08:27 #101 DONE 1.4s 10:08:27 10:08:27 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:08:27 #106 ... 10:08:27 10:08:27 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 10:08:27 #107 DONE 0.2s 10:08:27 10:08:27 #108 [security-spire-config] exporting to image 10:08:27 #108 exporting layers 10:08:27 #145 ... 10:08:27 10:08:27 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:08:27 #0 0.616 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:08:27 #146 ... 10:08:27 10:08:27 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:08:27 #0 1.017 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:08:27 #147 ... 10:08:27 10:08:27 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:08:27 #0 1.105 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:08:27 #148 ... 10:08:27 10:08:27 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:08:27 #0 1.069 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:08:27 #149 ... 10:08:27 10:08:27 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:08:27 #0 0.687 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:08:27 #150 ... 10:08:27 10:08:27 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:08:27 #0 1.078 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:08:27 #151 ... 10:08:27 10:08:27 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:08:27 #0 1.105 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:08:27 #152 ... 10:08:27 10:08:27 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:08:27 #0 1.103 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:08:28 #153 ... 10:08:28 10:08:28 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:08:28 #0 0.744 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:08:28 #154 ... 10:08:28 10:08:28 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:08:28 #0 1.031 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:08:28 #155 ... 10:08:28 10:08:28 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:08:28 #0 1.073 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:08:29 #108 ... 10:08:29 10:08:29 #104 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:08:29 #104 DONE 3.1s 10:08:29 10:08:29 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 10:08:29 #109 DONE 0.3s 10:08:29 10:08:29 #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:08:29 #84 ... 10:08:29 10:08:29 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 10:08:29 #106 DONE 2.1s 10:08:29 10:08:29 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:08:29 #110 ... 10:08:29 10:08:29 #111 [security-spire-server stage-2 6/9] COPY security.txt / 10:08:29 #111 DONE 0.3s 10:08:29 10:08:29 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 10:08:29 #110 DONE 0.4s 10:08:29 10:08:29 #112 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 10:08:30 #112 DONE 0.5s 10:08:30 10:08:30 #113 [security-spire-agent stage-3 7/10] COPY security.txt / 10:08:30 #113 DONE 0.3s 10:08:30 10:08:30 #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 10:08:30 #114 DONE 0.4s 10:08:30 10:08:30 #115 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 10:08:30 #115 DONE 0.3s 10:08:30 10:08:30 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 10:08:30 #116 DONE 0.3s 10:08:30 10:08:30 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:08:31 #117 ... 10:08:31 10:08:31 #118 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 10:08:31 #118 DONE 0.4s 10:08:31 10:08:31 #108 [security-spire-server] exporting to image 10:08:31 #108 ... 10:08:31 10:08:31 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 10:08:31 #117 DONE 0.5s 10:08:31 10:08:31 #108 [security-spire-agent] exporting to image 10:08:31 #108 exporting layers 4.0s done 10:08:31 #108 writing image sha256:1e486ad1cb7513f9790c86ce0d1a47ff326849acf918097bebd1d16a6d35da95 10:08:31 #108 writing image sha256:1e486ad1cb7513f9790c86ce0d1a47ff326849acf918097bebd1d16a6d35da95 0.1s done 10:08:31 #108 naming to docker.io/library/security-spire-config-arm64 10:08:31 #108 naming to docker.io/library/security-spire-config-arm64 0.0s done 10:08:35 #108 exporting layers 3.3s done 10:08:35 #108 writing image sha256:a45560d5624219e68c20eafaec3d279315b48c28e05c410d610a38b9beb9acb6 0.0s done 10:08:35 #108 naming to docker.io/library/security-spire-server-arm64 done 10:08:35 #108 writing image sha256:97d8134e51601779733cf908f9b9cadf635f210cc3094bb5b571b4f56d323d39 done 10:08:35 #108 naming to docker.io/library/security-spire-agent-arm64 done 10:08:35 #108 DONE 7.2s 10:08:35 10:08:35 #76 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #76 ... 10:10:11 10:10:11 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #86 DONE 129.2s 10:10:11 10:10:11 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #89 DONE 118.5s 10:10:11 10:10:11 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #79 DONE 133.5s 10:10:11 10:10:11 #76 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #76 DONE 130.6s 10:10:11 10:10:11 #84 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #84 DONE 120.9s 10:10:11 10:10:11 #81 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #81 DONE 123.4s 10:10:11 10:10:11 #119 [support-scheduler builder 6/7] COPY . . 10:10:11 #119 DONE 2.1s 10:10:11 10:10:11 #120 [support-notifications builder 6/7] COPY . . 10:10:11 #120 DONE 2.1s 10:10:11 10:10:11 #121 [core-command builder 6/7] COPY . . 10:10:11 #121 CACHED 10:10:11 10:10:11 #122 [core-command builder 4/7] COPY go.mod vendor* ./ 10:10:11 #122 CACHED 10:10:11 10:10:11 #123 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #123 CACHED 10:10:11 10:10:11 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 10:10:11 #124 CACHED 10:10:11 10:10:11 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 10:10:11 #125 CACHED 10:10:11 10:10:11 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #126 CACHED 10:10:11 10:10:11 #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #127 CACHED 10:10:11 10:10:11 #128 [core-data builder 4/7] COPY go.mod vendor* ./ 10:10:11 #128 CACHED 10:10:11 10:10:11 #129 [core-data builder 6/7] COPY . . 10:10:11 #129 CACHED 10:10:11 10:10:11 #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 10:10:11 #130 CACHED 10:10:11 10:10:11 #131 [security-proxy-auth builder 6/7] COPY . . 10:10:11 #131 CACHED 10:10:11 10:10:11 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #132 CACHED 10:10:11 10:10:11 #133 [core-keeper builder 7/8] COPY . . 10:10:11 #133 DONE 2.2s 10:10:11 10:10:11 #134 [core-metadata builder 6/7] COPY . . 10:10:11 #134 DONE 2.2s 10:10:11 10:10:11 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:10:11 #135 ... 10:10:11 10:10:11 #136 [security-bootstrapper builder 6/7] COPY . . 10:10:11 #136 DONE 2.2s 10:10:11 10:10:11 #137 [security-spiffe-token-provider builder 6/7] COPY . . 10:10:11 #137 DONE 2.2s 10:10:11 10:10:11 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #138 CACHED 10:10:11 10:10:11 #139 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 10:10:11 #139 CACHED 10:10:11 10:10:11 #140 [security-secretstore-setup builder 6/7] COPY . . 10:10:11 #140 CACHED 10:10:11 10:10:11 #141 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 10:10:11 #141 CACHED 10:10:11 10:10:11 #142 [security-proxy-setup builder 6/7] COPY . . 10:10:11 #142 CACHED 10:10:11 10:10:11 #143 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:10:11 #143 CACHED 10:10:11 10:10:11 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:10:11 #144 ... 10:10:11 10:10:11 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:10:11 #0 6.278 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:10:11 #145 ... 10:10:11 10:10:11 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:10:11 #0 6.558 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 10:10:11 #146 ... 10:10:11 10:10:11 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:10:11 #0 7.192 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:10:11 #147 ... 10:10:11 10:10:11 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:10:11 #0 7.390 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:10:11 #148 ... 10:10:11 10:10:11 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:10:11 #135 7.455 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 10:10:14 #135 ... 10:10:14 10:10:14 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:10:14 #0 7.169 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 10:10:14 #149 ... 10:10:14 10:10:14 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:10:14 #0 10.07 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 10:10:14 #150 ... 10:10:14 10:10:14 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:10:14 #0 9.524 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:10:14 #151 ... 10:10:14 10:10:14 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:10:14 #0 7.452 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 10:10:14 #152 ... 10:10:14 10:10:14 #153 [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:10:14 #0 9.879 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:10:14 #153 ... 10:10:14 10:10:14 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:10:14 #0 10.00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 10:10:14 #154 ... 10:10:14 10:10:14 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:10:14 #144 9.911 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 10:10:49 #156 ... 10:10:49 10:10:49 #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:10:49 #146 149.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:11:28 #146 DONE 187.3s 10:11:28 10:11:28 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:11:28 #153 DONE 187.3s 10:11:28 10:11:28 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:11:28 #145 DONE 187.3s 10:11:28 10:11:28 #156 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:11:28 #156 DONE 187.3s 10:11:28 10:11:28 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:11:28 #148 DONE 187.4s 10:11:28 10:11:28 #157 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #157 ... 10:11:28 10:11:28 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:11:28 #154 DONE 187.4s 10:11:28 10:11:28 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:11:28 #151 DONE 187.4s 10:11:28 10:11:28 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:11:28 #147 DONE 187.4s 10:11:28 10:11:28 #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:11:28 #150 DONE 187.5s 10:11:28 10:11:28 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:11:28 #152 DONE 187.5s 10:11:28 10:11:28 #157 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #157 ... 10:11:28 10:11:28 #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:11:28 #149 DONE 187.5s 10:11:28 10:11:28 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:11:28 #155 DONE 187.5s 10:11:28 10:11:28 #157 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #157 DONE 0.3s 10:11:28 10:11:28 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:11:28 #158 DONE 0.3s 10:11:28 10:11:28 #159 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #159 DONE 0.3s 10:11:28 10:11:28 #160 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #160 DONE 0.2s 10:11:28 10:11:28 #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #161 DONE 0.3s 10:11:28 10:11:28 #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #162 DONE 0.3s 10:11:28 10:11:28 #163 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #163 DONE 0.2s 10:11:28 10:11:28 #164 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #164 DONE 0.2s 10:11:28 10:11:28 #165 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #165 DONE 0.2s 10:11:28 10:11:28 #166 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:11:28 #166 DONE 0.4s 10:11:28 10:11:28 #167 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:11:28 #167 CACHED 10:11:28 10:11:28 #168 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #168 CACHED 10:11:28 10:11:28 #169 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:11:28 #169 CACHED 10:11:28 10:11:28 #170 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #170 CACHED 10:11:28 10:11:28 #171 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:11:28 #171 DONE 0.3s 10:11:28 10:11:28 #172 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:11:28 #172 DONE 0.3s 10:11:28 10:11:28 #173 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:11:28 #173 CACHED 10:11:28 10:11:28 #174 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #174 CACHED 10:11:28 10:11:28 #175 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:11:28 #175 DONE 0.3s 10:11:28 10:11:28 #176 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:11:28 #176 DONE 0.3s 10:11:28 10:11:28 #177 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:11:28 #177 DONE 0.3s 10:11:28 10:11:28 #178 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:11:28 #178 DONE 0.3s 10:11:28 10:11:28 #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:11:28 #179 DONE 0.3s 10:11:28 10:11:28 #180 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:11:28 #180 ... 10:11:28 10:11:28 #181 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:11:28 #181 DONE 1.1s 10:11:28 10:11:28 #182 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:11:28 #182 DONE 1.2s 10:11:28 10:11:28 #183 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:11:28 #183 DONE 1.1s 10:11:28 10:11:28 #184 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:11:28 #184 DONE 1.5s 10:11:28 10:11:28 #185 [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:11:28 #185 DONE 1.2s 10:11:28 10:11:28 #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:11:28 #186 DONE 1.2s 10:11:28 10:11:28 #187 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:11:28 #187 DONE 1.2s 10:11:28 10:11:28 #188 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:11:28 #188 ... 10:11:28 10:11:28 #189 [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:11:28 #189 DONE 1.3s 10:11:28 10:11:28 #190 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:11:28 #190 DONE 1.3s 10:11:28 10:11:28 #191 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:11:28 #191 DONE 1.3s 10:11:28 10:11:28 #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:11:28 #192 DONE 1.4s 10:11:28 10:11:28 #180 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:11:28 #180 DONE 1.4s 10:11:28 10:11:28 #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:11:28 #193 DONE 0.4s 10:11:28 10:11:28 #194 [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:11:28 #194 DONE 0.4s 10:11:28 10:11:28 #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:11:28 #195 DONE 0.4s 10:11:28 10:11:28 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:11:28 #196 ... 10:11:28 10:11:28 #197 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:11:28 #197 DONE 0.4s 10:11:28 10:11:28 #188 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:11:28 #188 DONE 0.4s 10:11:28 10:11:28 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:11:28 #198 DONE 0.2s 10:11:28 10:11:28 #199 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:11:28 #199 DONE 0.2s 10:11:28 10:11:28 #200 [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:11:28 #200 DONE 0.2s 10:11:28 10:11:28 #201 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 10:11:28 #201 DONE 0.2s 10:11:28 10:11:28 #202 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:11:28 #202 DONE 0.2s 10:11:28 10:11:28 #203 [core-keeper] exporting to image 10:11:28 #203 exporting layers 0.2s done 10:11:28 #203 writing image sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done 10:11:28 #203 naming to docker.io/library/core-keeper done 10:11:28 #203 DONE 0.2s 10:11:28 10:11:28 #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:11:28 #204 DONE 0.2s 10:11:28 10:11:28 #205 [support-notifications] exporting to image 10:11:28 #205 ... 10:11:28 10:11:28 #206 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:11:28 #206 DONE 0.4s 10:11:28 10:11:28 #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:11:28 #196 DONE 0.4s 10:11:28 10:11:28 #207 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 10:11:28 #207 DONE 0.4s 10:11:28 10:11:28 #208 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:11:28 #208 DONE 0.4s 10:11:28 10:11:28 #209 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:11:28 #209 DONE 0.4s 10:11:28 10:11:28 #210 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:11:28 #210 DONE 0.4s 10:11:28 10:11:28 #211 [core-metadata] exporting to image 10:11:28 #211 ... 10:11:28 10:11:28 #212 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:11:28 #212 DONE 0.2s 10:11:28 10:11:28 #213 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:11:28 #213 DONE 0.2s 10:11:28 10:11:28 #214 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:11:28 #214 DONE 0.2s 10:11:28 10:11:28 #215 [core-data] exporting to image 10:11:28 #215 exporting layers 0.5s done 10:11:28 #215 writing image sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a 0.1s done 10:11:28 #215 naming to docker.io/library/core-data done 10:11:28 #215 DONE 0.7s 10:11:28 10:11:28 #216 [core-command] exporting to image 10:11:28 #216 exporting layers 0.2s done 10:11:28 #216 writing image sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 0.2s done 10:11:28 #216 naming to docker.io/library/core-command done 10:11:28 #216 DONE 0.8s 10:11:28 10:11:28 #217 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:11:28 #217 DONE 0.3s 10:11:28 10:11:28 #218 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:11:28 #218 DONE 0.3s 10:11:28 10:11:28 #205 [support-notifications] exporting to image 10:11:28 #205 exporting layers 0.8s done 10:11:28 #205 writing image sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 10:11:28 #205 writing image sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 0.3s done 10:11:28 #205 naming to docker.io/library/support-notifications 10:11:28 #205 naming to docker.io/library/support-notifications 0.4s done 10:11:28 #205 ... 10:11:28 10:11:28 #219 [security-spiffe-token-provider] exporting to image 10:11:28 #219 exporting layers 0.8s done 10:11:28 #219 writing image sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 0.3s done 10:11:28 #219 naming to docker.io/library/security-spiffe-token-provider 0.4s done 10:11:28 #219 DONE 2.0s 10:11:28 10:11:28 #211 [core-metadata] exporting to image 10:11:28 #211 exporting layers 0.7s done 10:11:28 #211 writing image sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 0.0s done 10:11:28 #211 naming to docker.io/library/core-metadata 0.0s done 10:11:28 #211 DONE 1.6s 10:11:28 10:11:28 #205 [support-notifications] exporting to image 10:11:28 #205 DONE 1.9s 10:11:28 10:11:28 #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:11:28 #220 DONE 1.6s 10:11:28 10:11:28 #221 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:11:28 #221 DONE 1.6s 10:11:28 10:11:28 #222 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:11:28 #222 DONE 1.4s 10:11:28 10:11:28 #223 [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:11:28 #223 DONE 1.2s 10:11:28 10:11:28 #224 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:11:28 #224 DONE 1.2s 10:11:28 10:11:28 #225 [support-scheduler] exporting to image 10:11:28 #225 exporting layers 1.3s done 10:11:28 #225 writing image sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done 10:11:28 #225 naming to docker.io/library/support-scheduler done 10:11:28 #225 DONE 2.1s 10:11:28 10:11:28 #226 [security-proxy-setup] exporting to image 10:11:28 #226 exporting layers 0.3s done 10:11:28 #226 writing image sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done 10:11:28 #226 naming to docker.io/library/security-proxy-setup 0.0s done 10:11:28 #226 DONE 0.3s 10:11:28 10:11:28 #227 [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:11:28 #227 DONE 0.3s 10:11:28 10:11:28 #228 [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:11:28 #228 DONE 0.1s 10:11:28 10:11:28 #229 [security-proxy-auth] exporting to image 10:11:28 #229 exporting layers 0.3s done 10:11:28 #229 writing image sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done 10:11:28 #229 naming to docker.io/library/security-proxy-auth 0.0s done 10:11:28 #229 DONE 0.4s 10:11:28 10:11:28 #230 [core-common-config-bootstrapper] exporting to image 10:11:28 #230 exporting layers 0.2s done 10:11:28 #230 writing image sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done 10:11:28 #230 naming to docker.io/library/core-common-config-bootstrapper done 10:11:28 #230 DONE 0.3s 10:11:28 10:11:28 #231 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:11:28 #231 DONE 0.1s 10:11:28 10:11:28 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:11:28 #232 DONE 0.5s 10:11:28 10:11:28 #233 [security-secretstore-setup] exporting to image 10:11:29 #233 ... 10:11:29 10:11:29 #234 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:11:29 #234 DONE 1.1s 10:11:30 10:11:30 #233 [security-secretstore-setup] exporting to image 10:11:30 #233 exporting layers 1.1s done 10:11:30 #233 writing image sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b 0.0s done 10:11:30 #233 naming to docker.io/library/security-secretstore-setup done 10:11:30 #233 DONE 1.1s 10:11:30 10:11:30 #235 [security-bootstrapper] exporting to image 10:11:30 #235 exporting layers 0.2s done 10:11:30 #235 writing image sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done 10:11:30 #235 naming to docker.io/library/security-bootstrapper done 10:11:30 #235 DONE 0.2s 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:11Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:11:30 time="2025-09-16T10:06:14Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:11:30 $ docker stop --time=1 3ed87f0d3b5603d2540db02a2fa4d7ac87cb6f7adf17d6a9b18ace506810a851 10:11:31 $ docker rm -f --volumes 3ed87f0d3b5603d2540db02a2fa4d7ac87cb6f7adf17d6a9b18ace506810a851 [Pipeline] // withDockerContainer [Pipeline] sh 10:11:31 + docker images 10:11:31 REPOSITORY TAG IMAGE ID CREATED SIZE 10:11:31 security-bootstrapper latest ffbee0050072 2 seconds ago 21.2MB 10:11:31 security-proxy-auth latest 48ad6aa3653d 3 seconds ago 45.5MB 10:11:31 core-common-config-bootstrapper latest 6620f9eff892 3 seconds ago 20.2MB 10:11:31 security-secretstore-setup latest 67482a2417e4 3 seconds ago 80.6MB 10:11:31 security-proxy-setup latest 4ebd8c39f787 3 seconds ago 49.9MB 10:11:31 core-metadata latest 33031f84e823 5 seconds ago 46.5MB 10:11:31 support-notifications latest 3a631ba97316 5 seconds ago 53.7MB 10:11:31 core-command latest 702d5ade75ac 5 seconds ago 40.6MB 10:11:31 core-keeper latest 37139754b6dd 5 seconds ago 45.3MB 10:11:31 core-data latest 893b8d9aad94 5 seconds ago 46.4MB 10:11:31 security-spiffe-token-provider latest 1016806fdace 5 seconds ago 48.8MB 10:11:31 support-scheduler latest ed08c0c9aed9 5 seconds ago 50.1MB 10:11:31 security-spire-agent latest d38d4472bfae 4 minutes ago 196MB 10:11:31 security-spire-config latest fd3f5c3aa195 4 minutes ago 150MB 10:11:31 security-spire-server latest ea680d69c4ff 4 minutes ago 150MB 10:11:31 ci-base-image-x86_64 latest 163c1b03a34f 8 minutes ago 937MB 10:11:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 6 weeks ago 580MB 10:11:31 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 months ago 573MB 10:11:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:11:31 provisioning config files... 10:11:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config6148113538698579169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:11:32 ---> ****-login.sh 10:11:32 nexus3.edgexfoundry.org:10001 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10002 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10003 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 Login Succeeded 10:11:32 nexus3.edgexfoundry.org:10004 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 Login Succeeded 10:11:32 ****.io 10:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:11:32 Login Succeeded 10:11:32 ---> ****-login.sh ends [Pipeline] } 10:11:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:11:32 [edgeXDocker.push] Tagging docker image core-command with the following tags: 10:11:32 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:32 latest 10:11:32 4.1.0-dev.61 10:11:32 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:32 main 10:11:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:33 + docker push nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:33 70ec666207cf: Preparing 10:11:33 0dbf632d3ae6: Preparing 10:11:33 6c9de026e4e9: Preparing 10:11:33 cbb70fc894c5: Preparing 10:11:33 7d338bcbc56e: Preparing 10:11:33 d44dd9321dc6: Preparing 10:11:33 097100c76c15: Preparing 10:11:33 d44dd9321dc6: Waiting 10:11:33 097100c76c15: Waiting 10:11:33 6c9de026e4e9: Pushed 10:11:33 cbb70fc894c5: Pushed 10:11:33 70ec666207cf: Pushed 10:11:33 7d338bcbc56e: Pushed 10:11:33 d44dd9321dc6: Pushed 10:11:34 097100c76c15: Layer already exists 10:11:36 0dbf632d3ae6: Pushed 10:11:36 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:37 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 10:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:37 70ec666207cf: Preparing 10:11:37 0dbf632d3ae6: Preparing 10:11:37 6c9de026e4e9: Preparing 10:11:37 cbb70fc894c5: Preparing 10:11:37 7d338bcbc56e: Preparing 10:11:37 d44dd9321dc6: Preparing 10:11:37 097100c76c15: Preparing 10:11:37 d44dd9321dc6: Waiting 10:11:37 097100c76c15: Waiting 10:11:37 7d338bcbc56e: Layer already exists 10:11:37 70ec666207cf: Layer already exists 10:11:37 6c9de026e4e9: Layer already exists 10:11:37 cbb70fc894c5: Layer already exists 10:11:37 0dbf632d3ae6: Layer already exists 10:11:37 097100c76c15: Layer already exists 10:11:37 d44dd9321dc6: Layer already exists 10:11:37 latest: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:38 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 10:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:38 70ec666207cf: Preparing 10:11:38 0dbf632d3ae6: Preparing 10:11:38 6c9de026e4e9: Preparing 10:11:38 cbb70fc894c5: Preparing 10:11:38 7d338bcbc56e: Preparing 10:11:38 d44dd9321dc6: Preparing 10:11:38 097100c76c15: Preparing 10:11:38 d44dd9321dc6: Waiting 10:11:38 097100c76c15: Waiting 10:11:38 6c9de026e4e9: Layer already exists 10:11:38 70ec666207cf: Layer already exists 10:11:38 cbb70fc894c5: Layer already exists 10:11:38 7d338bcbc56e: Layer already exists 10:11:38 0dbf632d3ae6: Layer already exists 10:11:38 097100c76c15: Layer already exists 10:11:38 d44dd9321dc6: Layer already exists 10:11:38 4.1.0-dev.61: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:38 + docker push nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:38 70ec666207cf: Preparing 10:11:38 0dbf632d3ae6: Preparing 10:11:38 6c9de026e4e9: Preparing 10:11:38 cbb70fc894c5: Preparing 10:11:38 7d338bcbc56e: Preparing 10:11:38 d44dd9321dc6: Preparing 10:11:38 097100c76c15: Preparing 10:11:38 d44dd9321dc6: Waiting 10:11:38 097100c76c15: Waiting 10:11:38 cbb70fc894c5: Layer already exists 10:11:38 7d338bcbc56e: Layer already exists 10:11:38 6c9de026e4e9: Layer already exists 10:11:38 70ec666207cf: Layer already exists 10:11:38 0dbf632d3ae6: Layer already exists 10:11:38 d44dd9321dc6: Layer already exists 10:11:38 097100c76c15: Layer already exists 10:11:38 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:39 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:39 + docker push nexus3.edgexfoundry.org:10004/core-command:main 10:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 10:11:39 70ec666207cf: Preparing 10:11:39 0dbf632d3ae6: Preparing 10:11:39 6c9de026e4e9: Preparing 10:11:39 cbb70fc894c5: Preparing 10:11:39 7d338bcbc56e: Preparing 10:11:39 d44dd9321dc6: Preparing 10:11:39 097100c76c15: Preparing 10:11:39 d44dd9321dc6: Waiting 10:11:39 097100c76c15: Waiting 10:11:39 0dbf632d3ae6: Layer already exists 10:11:39 7d338bcbc56e: Layer already exists 10:11:39 6c9de026e4e9: Layer already exists 10:11:39 70ec666207cf: Layer already exists 10:11:39 cbb70fc894c5: Layer already exists 10:11:39 097100c76c15: Layer already exists 10:11:39 d44dd9321dc6: Layer already exists 10:11:39 main: digest: sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:39 ===================================================== [Pipeline] echo 10:11:39 taggedImages: 10:11:39 - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:39 - nexus3.edgexfoundry.org:10004/core-command:latest 10:11:39 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 10:11:39 - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:39 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 10:11:39 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 10:11:39 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:39 latest 10:11:39 4.1.0-dev.61 10:11:39 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:39 main 10:11:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:40 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:40 db4198a3c119: Preparing 10:11:40 9cc042a59de4: Preparing 10:11:40 e40ac6144c48: Preparing 10:11:40 6406ec86e045: Preparing 10:11:40 6c9de026e4e9: Preparing 10:11:40 cbb70fc894c5: Preparing 10:11:40 7d338bcbc56e: Preparing 10:11:40 d44dd9321dc6: Preparing 10:11:40 097100c76c15: Preparing 10:11:40 cbb70fc894c5: Waiting 10:11:40 7d338bcbc56e: Waiting 10:11:40 d44dd9321dc6: Waiting 10:11:40 097100c76c15: Waiting 10:11:40 6c9de026e4e9: Layer already exists 10:11:40 cbb70fc894c5: Layer already exists 10:11:40 7d338bcbc56e: Layer already exists 10:11:40 d44dd9321dc6: Layer already exists 10:11:40 097100c76c15: Layer already exists 10:11:40 e40ac6144c48: Pushed 10:11:40 db4198a3c119: Pushed 10:11:40 9cc042a59de4: Pushed 10:11:41 6406ec86e045: Pushed 10:11:41 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:42 db4198a3c119: Preparing 10:11:42 9cc042a59de4: Preparing 10:11:42 e40ac6144c48: Preparing 10:11:42 6406ec86e045: Preparing 10:11:42 6c9de026e4e9: Preparing 10:11:42 cbb70fc894c5: Preparing 10:11:42 7d338bcbc56e: Preparing 10:11:42 d44dd9321dc6: Preparing 10:11:42 097100c76c15: Preparing 10:11:42 cbb70fc894c5: Waiting 10:11:42 7d338bcbc56e: Waiting 10:11:42 d44dd9321dc6: Waiting 10:11:42 097100c76c15: Waiting 10:11:42 6c9de026e4e9: Layer already exists 10:11:42 6406ec86e045: Layer already exists 10:11:42 e40ac6144c48: Layer already exists 10:11:42 db4198a3c119: Layer already exists 10:11:42 9cc042a59de4: Layer already exists 10:11:42 7d338bcbc56e: Layer already exists 10:11:42 d44dd9321dc6: Layer already exists 10:11:42 097100c76c15: Layer already exists 10:11:42 cbb70fc894c5: Layer already exists 10:11:42 latest: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:42 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 10:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:43 db4198a3c119: Preparing 10:11:43 9cc042a59de4: Preparing 10:11:43 e40ac6144c48: Preparing 10:11:43 6406ec86e045: Preparing 10:11:43 6c9de026e4e9: Preparing 10:11:43 cbb70fc894c5: Preparing 10:11:43 7d338bcbc56e: Preparing 10:11:43 d44dd9321dc6: Preparing 10:11:43 097100c76c15: Preparing 10:11:43 cbb70fc894c5: Waiting 10:11:43 7d338bcbc56e: Waiting 10:11:43 d44dd9321dc6: Waiting 10:11:43 097100c76c15: Waiting 10:11:43 9cc042a59de4: Layer already exists 10:11:43 e40ac6144c48: Layer already exists 10:11:43 6406ec86e045: Layer already exists 10:11:43 6c9de026e4e9: Layer already exists 10:11:43 db4198a3c119: Layer already exists 10:11:43 cbb70fc894c5: Layer already exists 10:11:43 097100c76c15: Layer already exists 10:11:43 7d338bcbc56e: Layer already exists 10:11:43 d44dd9321dc6: Layer already exists 10:11:43 4.1.0-dev.61: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:43 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:43 db4198a3c119: Preparing 10:11:43 9cc042a59de4: Preparing 10:11:43 e40ac6144c48: Preparing 10:11:43 6406ec86e045: Preparing 10:11:43 6c9de026e4e9: Preparing 10:11:43 cbb70fc894c5: Preparing 10:11:43 7d338bcbc56e: Preparing 10:11:43 d44dd9321dc6: Preparing 10:11:43 097100c76c15: Preparing 10:11:43 7d338bcbc56e: Waiting 10:11:43 cbb70fc894c5: Waiting 10:11:43 d44dd9321dc6: Waiting 10:11:43 097100c76c15: Waiting 10:11:43 db4198a3c119: Layer already exists 10:11:43 6c9de026e4e9: Layer already exists 10:11:43 9cc042a59de4: Layer already exists 10:11:43 6406ec86e045: Layer already exists 10:11:43 e40ac6144c48: Layer already exists 10:11:43 7d338bcbc56e: Layer already exists 10:11:43 cbb70fc894c5: Layer already exists 10:11:43 097100c76c15: Layer already exists 10:11:43 d44dd9321dc6: Layer already exists 10:11:43 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:44 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:44 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:11:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 10:11:44 db4198a3c119: Preparing 10:11:44 9cc042a59de4: Preparing 10:11:44 e40ac6144c48: Preparing 10:11:44 6406ec86e045: Preparing 10:11:44 6c9de026e4e9: Preparing 10:11:44 cbb70fc894c5: Preparing 10:11:44 7d338bcbc56e: Preparing 10:11:44 d44dd9321dc6: Preparing 10:11:44 097100c76c15: Preparing 10:11:44 7d338bcbc56e: Waiting 10:11:44 d44dd9321dc6: Waiting 10:11:44 097100c76c15: Waiting 10:11:44 cbb70fc894c5: Waiting 10:11:44 6406ec86e045: Layer already exists 10:11:44 db4198a3c119: Layer already exists 10:11:44 e40ac6144c48: Layer already exists 10:11:44 9cc042a59de4: Layer already exists 10:11:44 6c9de026e4e9: Layer already exists 10:11:44 d44dd9321dc6: Layer already exists 10:11:44 cbb70fc894c5: Layer already exists 10:11:44 097100c76c15: Layer already exists 10:11:44 7d338bcbc56e: Layer already exists 10:11:44 main: digest: sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:44 ===================================================== [Pipeline] echo 10:11:44 taggedImages: 10:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 10:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:44 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 10:11:44 [edgeXDocker.push] Tagging docker image core-data with the following tags: 10:11:44 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:44 latest 10:11:44 4.1.0-dev.61 10:11:44 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:44 main 10:11:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:45 + docker push nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:45 c5c93237b34c: Preparing 10:11:45 47bf3d55672d: Preparing 10:11:45 6c9de026e4e9: Preparing 10:11:45 cbb70fc894c5: Preparing 10:11:45 5b913b1fc8fd: Preparing 10:11:45 d44dd9321dc6: Preparing 10:11:45 097100c76c15: Preparing 10:11:45 d44dd9321dc6: Waiting 10:11:45 cbb70fc894c5: Layer already exists 10:11:45 6c9de026e4e9: Layer already exists 10:11:45 097100c76c15: Layer already exists 10:11:45 d44dd9321dc6: Layer already exists 10:11:45 c5c93237b34c: Pushed 10:11:45 5b913b1fc8fd: Pushed 10:11:49 47bf3d55672d: Pushed 10:11:49 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:49 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:50 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 10:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:50 c5c93237b34c: Preparing 10:11:50 47bf3d55672d: Preparing 10:11:50 6c9de026e4e9: Preparing 10:11:50 cbb70fc894c5: Preparing 10:11:50 5b913b1fc8fd: Preparing 10:11:50 d44dd9321dc6: Preparing 10:11:50 097100c76c15: Preparing 10:11:50 d44dd9321dc6: Waiting 10:11:50 097100c76c15: Waiting 10:11:50 47bf3d55672d: Layer already exists 10:11:50 c5c93237b34c: Layer already exists 10:11:50 cbb70fc894c5: Layer already exists 10:11:50 6c9de026e4e9: Layer already exists 10:11:50 5b913b1fc8fd: Layer already exists 10:11:50 097100c76c15: Layer already exists 10:11:50 d44dd9321dc6: Layer already exists 10:11:50 latest: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:50 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 10:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:50 c5c93237b34c: Preparing 10:11:50 47bf3d55672d: Preparing 10:11:50 6c9de026e4e9: Preparing 10:11:50 cbb70fc894c5: Preparing 10:11:50 5b913b1fc8fd: Preparing 10:11:50 d44dd9321dc6: Preparing 10:11:50 097100c76c15: Preparing 10:11:50 d44dd9321dc6: Waiting 10:11:50 097100c76c15: Waiting 10:11:50 47bf3d55672d: Layer already exists 10:11:50 c5c93237b34c: Layer already exists 10:11:50 6c9de026e4e9: Layer already exists 10:11:50 cbb70fc894c5: Layer already exists 10:11:50 5b913b1fc8fd: Layer already exists 10:11:50 097100c76c15: Layer already exists 10:11:50 d44dd9321dc6: Layer already exists 10:11:50 4.1.0-dev.61: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:51 + docker push nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:51 c5c93237b34c: Preparing 10:11:51 47bf3d55672d: Preparing 10:11:51 6c9de026e4e9: Preparing 10:11:51 cbb70fc894c5: Preparing 10:11:51 5b913b1fc8fd: Preparing 10:11:51 d44dd9321dc6: Preparing 10:11:51 097100c76c15: Preparing 10:11:51 d44dd9321dc6: Waiting 10:11:51 097100c76c15: Waiting 10:11:51 c5c93237b34c: Layer already exists 10:11:51 cbb70fc894c5: Layer already exists 10:11:51 47bf3d55672d: Layer already exists 10:11:51 6c9de026e4e9: Layer already exists 10:11:51 5b913b1fc8fd: Layer already exists 10:11:51 d44dd9321dc6: Layer already exists 10:11:51 097100c76c15: Layer already exists 10:11:51 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:51 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:52 + docker push nexus3.edgexfoundry.org:10004/core-data:main 10:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 10:11:52 c5c93237b34c: Preparing 10:11:52 47bf3d55672d: Preparing 10:11:52 6c9de026e4e9: Preparing 10:11:52 cbb70fc894c5: Preparing 10:11:52 5b913b1fc8fd: Preparing 10:11:52 d44dd9321dc6: Preparing 10:11:52 097100c76c15: Preparing 10:11:52 d44dd9321dc6: Waiting 10:11:52 097100c76c15: Waiting 10:11:52 6c9de026e4e9: Layer already exists 10:11:52 5b913b1fc8fd: Layer already exists 10:11:52 47bf3d55672d: Layer already exists 10:11:52 cbb70fc894c5: Layer already exists 10:11:52 c5c93237b34c: Layer already exists 10:11:52 097100c76c15: Layer already exists 10:11:52 d44dd9321dc6: Layer already exists 10:11:52 main: digest: sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:52 ===================================================== [Pipeline] echo 10:11:52 taggedImages: 10:11:52 - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:52 - nexus3.edgexfoundry.org:10004/core-data:latest 10:11:52 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 10:11:52 - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:52 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 10:11:52 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 10:11:52 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:52 latest 10:11:52 4.1.0-dev.61 10:11:52 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:52 main 10:11:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:52 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:53 + docker push nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:11:53 f33a3ab34cbf: Preparing 10:11:53 04b0783e8227: Preparing 10:11:53 cbb70fc894c5: Preparing 10:11:53 69743166c379: Preparing 10:11:53 5853e519f951: Preparing 10:11:53 097100c76c15: Preparing 10:11:53 097100c76c15: Waiting 10:11:53 cbb70fc894c5: Layer already exists 10:11:53 097100c76c15: Layer already exists 10:11:53 5853e519f951: Pushed 10:11:53 f33a3ab34cbf: Pushed 10:11:53 69743166c379: Pushed 10:11:57 04b0783e8227: Pushed 10:11:57 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:57 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:57 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 10:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:11:57 f33a3ab34cbf: Preparing 10:11:57 04b0783e8227: Preparing 10:11:57 cbb70fc894c5: Preparing 10:11:57 69743166c379: Preparing 10:11:57 5853e519f951: Preparing 10:11:57 097100c76c15: Preparing 10:11:57 097100c76c15: Waiting 10:11:57 cbb70fc894c5: Layer already exists 10:11:57 f33a3ab34cbf: Layer already exists 10:11:57 5853e519f951: Layer already exists 10:11:57 69743166c379: Layer already exists 10:11:57 04b0783e8227: Layer already exists 10:11:57 097100c76c15: Layer already exists 10:11:57 latest: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 10:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:11:58 f33a3ab34cbf: Preparing 10:11:58 04b0783e8227: Preparing 10:11:58 cbb70fc894c5: Preparing 10:11:58 69743166c379: Preparing 10:11:58 5853e519f951: Preparing 10:11:58 097100c76c15: Preparing 10:11:58 097100c76c15: Waiting 10:11:58 f33a3ab34cbf: Layer already exists 10:11:58 69743166c379: Layer already exists 10:11:58 5853e519f951: Layer already exists 10:11:58 04b0783e8227: Layer already exists 10:11:58 cbb70fc894c5: Layer already exists 10:11:58 097100c76c15: Layer already exists 10:11:58 4.1.0-dev.61: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:11:59 f33a3ab34cbf: Preparing 10:11:59 04b0783e8227: Preparing 10:11:59 cbb70fc894c5: Preparing 10:11:59 69743166c379: Preparing 10:11:59 5853e519f951: Preparing 10:11:59 097100c76c15: Preparing 10:11:59 097100c76c15: Waiting 10:11:59 69743166c379: Layer already exists 10:11:59 5853e519f951: Layer already exists 10:11:59 04b0783e8227: Layer already exists 10:11:59 097100c76c15: Layer already exists 10:11:59 cbb70fc894c5: Layer already exists 10:11:59 f33a3ab34cbf: Layer already exists 10:11:59 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:59 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:11:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 10:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 10:11:59 f33a3ab34cbf: Preparing 10:11:59 04b0783e8227: Preparing 10:11:59 cbb70fc894c5: Preparing 10:11:59 69743166c379: Preparing 10:11:59 5853e519f951: Preparing 10:11:59 097100c76c15: Preparing 10:11:59 097100c76c15: Waiting 10:11:59 69743166c379: Layer already exists 10:11:59 cbb70fc894c5: Layer already exists 10:11:59 f33a3ab34cbf: Layer already exists 10:11:59 04b0783e8227: Layer already exists 10:11:59 5853e519f951: Layer already exists 10:11:59 097100c76c15: Layer already exists 10:11:59 main: digest: sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:11:59 ===================================================== [Pipeline] echo 10:11:59 taggedImages: 10:11:59 - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:11:59 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:11:59 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 10:11:59 - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:11:59 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 10:12:00 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 10:12:00 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:00 latest 10:12:00 4.1.0-dev.61 10:12:00 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:00 main 10:12:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:00 + docker push nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:00 e00df96c8740: Preparing 10:12:00 7599490e2086: Preparing 10:12:00 c830c37f6d03: Preparing 10:12:00 6c9de026e4e9: Preparing 10:12:00 cbb70fc894c5: Preparing 10:12:00 7d338bcbc56e: Preparing 10:12:00 d44dd9321dc6: Preparing 10:12:00 097100c76c15: Preparing 10:12:00 7d338bcbc56e: Waiting 10:12:00 d44dd9321dc6: Waiting 10:12:00 097100c76c15: Waiting 10:12:00 cbb70fc894c5: Layer already exists 10:12:00 6c9de026e4e9: Layer already exists 10:12:00 7599490e2086: Pushed 10:12:00 7d338bcbc56e: Layer already exists 10:12:00 d44dd9321dc6: Layer already exists 10:12:00 097100c76c15: Layer already exists 10:12:00 e00df96c8740: Pushed 10:12:04 c830c37f6d03: Pushed 10:12:04 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 10:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:05 e00df96c8740: Preparing 10:12:05 7599490e2086: Preparing 10:12:05 c830c37f6d03: Preparing 10:12:05 6c9de026e4e9: Preparing 10:12:05 cbb70fc894c5: Preparing 10:12:05 7d338bcbc56e: Preparing 10:12:05 d44dd9321dc6: Preparing 10:12:05 097100c76c15: Preparing 10:12:05 7d338bcbc56e: Waiting 10:12:05 d44dd9321dc6: Waiting 10:12:05 097100c76c15: Waiting 10:12:05 6c9de026e4e9: Layer already exists 10:12:05 cbb70fc894c5: Layer already exists 10:12:05 c830c37f6d03: Layer already exists 10:12:05 e00df96c8740: Layer already exists 10:12:05 7599490e2086: Layer already exists 10:12:05 7d338bcbc56e: Layer already exists 10:12:05 d44dd9321dc6: Layer already exists 10:12:05 097100c76c15: Layer already exists 10:12:05 latest: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 10:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:06 e00df96c8740: Preparing 10:12:06 7599490e2086: Preparing 10:12:06 c830c37f6d03: Preparing 10:12:06 6c9de026e4e9: Preparing 10:12:06 cbb70fc894c5: Preparing 10:12:06 7d338bcbc56e: Preparing 10:12:06 d44dd9321dc6: Preparing 10:12:06 097100c76c15: Preparing 10:12:06 7d338bcbc56e: Waiting 10:12:06 d44dd9321dc6: Waiting 10:12:06 097100c76c15: Waiting 10:12:06 7599490e2086: Layer already exists 10:12:06 cbb70fc894c5: Layer already exists 10:12:06 6c9de026e4e9: Layer already exists 10:12:06 c830c37f6d03: Layer already exists 10:12:06 e00df96c8740: Layer already exists 10:12:06 7d338bcbc56e: Layer already exists 10:12:06 d44dd9321dc6: Layer already exists 10:12:06 097100c76c15: Layer already exists 10:12:06 4.1.0-dev.61: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:06 e00df96c8740: Preparing 10:12:06 7599490e2086: Preparing 10:12:06 c830c37f6d03: Preparing 10:12:06 6c9de026e4e9: Preparing 10:12:06 cbb70fc894c5: Preparing 10:12:06 7d338bcbc56e: Preparing 10:12:06 d44dd9321dc6: Preparing 10:12:06 097100c76c15: Preparing 10:12:06 7d338bcbc56e: Waiting 10:12:06 d44dd9321dc6: Waiting 10:12:06 097100c76c15: Waiting 10:12:06 6c9de026e4e9: Layer already exists 10:12:06 c830c37f6d03: Layer already exists 10:12:06 7599490e2086: Layer already exists 10:12:06 cbb70fc894c5: Layer already exists 10:12:06 e00df96c8740: Layer already exists 10:12:06 d44dd9321dc6: Layer already exists 10:12:06 7d338bcbc56e: Layer already exists 10:12:06 097100c76c15: Layer already exists 10:12:06 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 10:12:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 10:12:07 e00df96c8740: Preparing 10:12:07 7599490e2086: Preparing 10:12:07 c830c37f6d03: Preparing 10:12:07 6c9de026e4e9: Preparing 10:12:07 cbb70fc894c5: Preparing 10:12:07 7d338bcbc56e: Preparing 10:12:07 d44dd9321dc6: Preparing 10:12:07 097100c76c15: Preparing 10:12:07 d44dd9321dc6: Waiting 10:12:07 7d338bcbc56e: Waiting 10:12:07 097100c76c15: Waiting 10:12:07 c830c37f6d03: Layer already exists 10:12:07 e00df96c8740: Layer already exists 10:12:07 cbb70fc894c5: Layer already exists 10:12:07 6c9de026e4e9: Layer already exists 10:12:07 7599490e2086: Layer already exists 10:12:07 d44dd9321dc6: Layer already exists 10:12:07 7d338bcbc56e: Layer already exists 10:12:07 097100c76c15: Layer already exists 10:12:07 main: digest: sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:07 ===================================================== [Pipeline] echo 10:12:07 taggedImages: 10:12:07 - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:07 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:12:07 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 10:12:07 - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:07 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 10:12:07 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 10:12:07 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:07 latest 10:12:07 4.1.0-dev.61 10:12:07 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:07 main 10:12:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:07 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:08 2838250526c3: Preparing 10:12:08 af30470ceda4: Preparing 10:12:08 62644b665b2d: Preparing 10:12:08 35dd153f3cda: Preparing 10:12:08 bb71308e1ec0: Preparing 10:12:08 41162a981a1c: Preparing 10:12:08 01aad7c621de: Preparing 10:12:08 6c9de026e4e9: Preparing 10:12:08 cbb70fc894c5: Preparing 10:12:08 1aabbfe87f02: Preparing 10:12:08 55c57c5026ba: Preparing 10:12:08 5f70bf18a086: Preparing 10:12:08 bdfcd1ca914c: Preparing 10:12:08 8e90587f05b6: Preparing 10:12:08 9115b95de233: Preparing 10:12:08 097100c76c15: Preparing 10:12:08 41162a981a1c: Waiting 10:12:08 1aabbfe87f02: Waiting 10:12:08 55c57c5026ba: Waiting 10:12:08 5f70bf18a086: Waiting 10:12:08 bdfcd1ca914c: Waiting 10:12:08 8e90587f05b6: Waiting 10:12:08 9115b95de233: Waiting 10:12:08 097100c76c15: Waiting 10:12:08 01aad7c621de: Waiting 10:12:08 cbb70fc894c5: Waiting 10:12:08 6c9de026e4e9: Waiting 10:12:08 35dd153f3cda: Pushed 10:12:08 2838250526c3: Pushed 10:12:08 bb71308e1ec0: Pushed 10:12:08 af30470ceda4: Pushed 10:12:08 62644b665b2d: Pushed 10:12:08 41162a981a1c: Pushed 10:12:08 6c9de026e4e9: Layer already exists 10:12:08 cbb70fc894c5: Layer already exists 10:12:08 5f70bf18a086: Layer already exists 10:12:08 1aabbfe87f02: Pushed 10:12:08 55c57c5026ba: Pushed 10:12:08 bdfcd1ca914c: Pushed 10:12:08 097100c76c15: Layer already exists 10:12:08 9115b95de233: Pushed 10:12:08 8e90587f05b6: Pushed 10:12:09 01aad7c621de: Pushed 10:12:09 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:10 2838250526c3: Preparing 10:12:10 af30470ceda4: Preparing 10:12:10 62644b665b2d: Preparing 10:12:10 35dd153f3cda: Preparing 10:12:10 bb71308e1ec0: Preparing 10:12:10 41162a981a1c: Preparing 10:12:10 01aad7c621de: Preparing 10:12:10 41162a981a1c: Waiting 10:12:10 6c9de026e4e9: Preparing 10:12:10 01aad7c621de: Waiting 10:12:10 cbb70fc894c5: Preparing 10:12:10 6c9de026e4e9: Waiting 10:12:10 1aabbfe87f02: Preparing 10:12:10 cbb70fc894c5: Waiting 10:12:10 1aabbfe87f02: Waiting 10:12:10 55c57c5026ba: Preparing 10:12:10 5f70bf18a086: Preparing 10:12:10 bdfcd1ca914c: Preparing 10:12:10 55c57c5026ba: Waiting 10:12:10 5f70bf18a086: Waiting 10:12:10 8e90587f05b6: Preparing 10:12:10 9115b95de233: Preparing 10:12:10 097100c76c15: Preparing 10:12:10 bdfcd1ca914c: Waiting 10:12:10 9115b95de233: Waiting 10:12:10 8e90587f05b6: Waiting 10:12:10 097100c76c15: Waiting 10:12:10 af30470ceda4: Layer already exists 10:12:10 2838250526c3: Layer already exists 10:12:10 bb71308e1ec0: Layer already exists 10:12:10 62644b665b2d: Layer already exists 10:12:10 35dd153f3cda: Layer already exists 10:12:10 6c9de026e4e9: Layer already exists 10:12:10 41162a981a1c: Layer already exists 10:12:10 cbb70fc894c5: Layer already exists 10:12:10 01aad7c621de: Layer already exists 10:12:10 1aabbfe87f02: Layer already exists 10:12:10 8e90587f05b6: Layer already exists 10:12:10 5f70bf18a086: Layer already exists 10:12:10 bdfcd1ca914c: Layer already exists 10:12:10 55c57c5026ba: Layer already exists 10:12:10 9115b95de233: Layer already exists 10:12:10 097100c76c15: Layer already exists 10:12:10 latest: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:10 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 10:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:11 2838250526c3: Preparing 10:12:11 af30470ceda4: Preparing 10:12:11 62644b665b2d: Preparing 10:12:11 35dd153f3cda: Preparing 10:12:11 bb71308e1ec0: Preparing 10:12:11 41162a981a1c: Preparing 10:12:11 01aad7c621de: Preparing 10:12:11 6c9de026e4e9: Preparing 10:12:11 cbb70fc894c5: Preparing 10:12:11 1aabbfe87f02: Preparing 10:12:11 55c57c5026ba: Preparing 10:12:11 5f70bf18a086: Preparing 10:12:11 bdfcd1ca914c: Preparing 10:12:11 8e90587f05b6: Preparing 10:12:11 9115b95de233: Preparing 10:12:11 097100c76c15: Preparing 10:12:11 41162a981a1c: Waiting 10:12:11 01aad7c621de: Waiting 10:12:11 6c9de026e4e9: Waiting 10:12:11 cbb70fc894c5: Waiting 10:12:11 1aabbfe87f02: Waiting 10:12:11 55c57c5026ba: Waiting 10:12:11 8e90587f05b6: Waiting 10:12:11 9115b95de233: Waiting 10:12:11 097100c76c15: Waiting 10:12:11 bdfcd1ca914c: Waiting 10:12:11 af30470ceda4: Layer already exists 10:12:11 62644b665b2d: Layer already exists 10:12:11 2838250526c3: Layer already exists 10:12:11 35dd153f3cda: Layer already exists 10:12:11 bb71308e1ec0: Layer already exists 10:12:11 41162a981a1c: Layer already exists 10:12:11 6c9de026e4e9: Layer already exists 10:12:11 01aad7c621de: Layer already exists 10:12:11 cbb70fc894c5: Layer already exists 10:12:11 1aabbfe87f02: Layer already exists 10:12:11 5f70bf18a086: Layer already exists 10:12:11 55c57c5026ba: Layer already exists 10:12:11 8e90587f05b6: Layer already exists 10:12:11 9115b95de233: Layer already exists 10:12:11 bdfcd1ca914c: Layer already exists 10:12:11 097100c76c15: Layer already exists 10:12:11 4.1.0-dev.61: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:11 2838250526c3: Preparing 10:12:11 af30470ceda4: Preparing 10:12:11 62644b665b2d: Preparing 10:12:11 35dd153f3cda: Preparing 10:12:11 bb71308e1ec0: Preparing 10:12:11 41162a981a1c: Preparing 10:12:11 01aad7c621de: Preparing 10:12:11 6c9de026e4e9: Preparing 10:12:11 cbb70fc894c5: Preparing 10:12:11 1aabbfe87f02: Preparing 10:12:11 55c57c5026ba: Preparing 10:12:11 5f70bf18a086: Preparing 10:12:11 bdfcd1ca914c: Preparing 10:12:11 8e90587f05b6: Preparing 10:12:11 9115b95de233: Preparing 10:12:11 097100c76c15: Preparing 10:12:11 01aad7c621de: Waiting 10:12:11 cbb70fc894c5: Waiting 10:12:11 6c9de026e4e9: Waiting 10:12:11 1aabbfe87f02: Waiting 10:12:11 8e90587f05b6: Waiting 10:12:11 9115b95de233: Waiting 10:12:11 097100c76c15: Waiting 10:12:11 5f70bf18a086: Waiting 10:12:11 55c57c5026ba: Waiting 10:12:11 bdfcd1ca914c: Waiting 10:12:11 41162a981a1c: Waiting 10:12:11 35dd153f3cda: Layer already exists 10:12:11 bb71308e1ec0: Layer already exists 10:12:11 af30470ceda4: Layer already exists 10:12:11 2838250526c3: Layer already exists 10:12:11 01aad7c621de: Layer already exists 10:12:11 62644b665b2d: Layer already exists 10:12:11 41162a981a1c: Layer already exists 10:12:11 6c9de026e4e9: Layer already exists 10:12:11 cbb70fc894c5: Layer already exists 10:12:11 1aabbfe87f02: Layer already exists 10:12:11 55c57c5026ba: Layer already exists 10:12:11 5f70bf18a086: Layer already exists 10:12:11 bdfcd1ca914c: Layer already exists 10:12:11 8e90587f05b6: Layer already exists 10:12:11 097100c76c15: Layer already exists 10:12:11 9115b95de233: Layer already exists 10:12:11 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:12 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 10:12:12 2838250526c3: Preparing 10:12:12 af30470ceda4: Preparing 10:12:12 62644b665b2d: Preparing 10:12:12 35dd153f3cda: Preparing 10:12:12 bb71308e1ec0: Preparing 10:12:12 41162a981a1c: Preparing 10:12:12 01aad7c621de: Preparing 10:12:12 6c9de026e4e9: Preparing 10:12:12 cbb70fc894c5: Preparing 10:12:12 1aabbfe87f02: Preparing 10:12:12 55c57c5026ba: Preparing 10:12:12 5f70bf18a086: Preparing 10:12:12 bdfcd1ca914c: Preparing 10:12:12 8e90587f05b6: Preparing 10:12:12 9115b95de233: Preparing 10:12:12 097100c76c15: Preparing 10:12:12 41162a981a1c: Waiting 10:12:12 01aad7c621de: Waiting 10:12:12 6c9de026e4e9: Waiting 10:12:12 55c57c5026ba: Waiting 10:12:12 5f70bf18a086: Waiting 10:12:12 1aabbfe87f02: Waiting 10:12:12 bdfcd1ca914c: Waiting 10:12:12 cbb70fc894c5: Waiting 10:12:12 8e90587f05b6: Waiting 10:12:12 097100c76c15: Waiting 10:12:12 9115b95de233: Waiting 10:12:12 35dd153f3cda: Layer already exists 10:12:12 bb71308e1ec0: Layer already exists 10:12:12 af30470ceda4: Layer already exists 10:12:12 62644b665b2d: Layer already exists 10:12:12 2838250526c3: Layer already exists 10:12:12 41162a981a1c: Layer already exists 10:12:12 01aad7c621de: Layer already exists 10:12:12 1aabbfe87f02: Layer already exists 10:12:12 cbb70fc894c5: Layer already exists 10:12:12 6c9de026e4e9: Layer already exists 10:12:12 55c57c5026ba: Layer already exists 10:12:12 9115b95de233: Layer already exists 10:12:12 bdfcd1ca914c: Layer already exists 10:12:12 8e90587f05b6: Layer already exists 10:12:12 5f70bf18a086: Layer already exists 10:12:12 097100c76c15: Layer already exists 10:12:12 main: digest: sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:12 ===================================================== [Pipeline] echo 10:12:12 taggedImages: 10:12:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:12:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 10:12:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:12 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 10:12:12 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 10:12:12 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:12 latest 10:12:12 4.1.0-dev.61 10:12:12 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:12 main 10:12:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:12 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:12:13 db4198a3c119: Preparing 10:12:13 9cc042a59de4: Preparing 10:12:13 c4efe9e08558: Preparing 10:12:13 a4d6376f942a: Preparing 10:12:13 6c9de026e4e9: Preparing 10:12:13 cbb70fc894c5: Preparing 10:12:13 7d338bcbc56e: Preparing 10:12:13 d44dd9321dc6: Preparing 10:12:13 097100c76c15: Preparing 10:12:13 cbb70fc894c5: Waiting 10:12:13 d44dd9321dc6: Waiting 10:12:13 7d338bcbc56e: Waiting 10:12:13 9cc042a59de4: Layer already exists 10:12:13 6c9de026e4e9: Layer already exists 10:12:13 db4198a3c119: Layer already exists 10:12:13 cbb70fc894c5: Layer already exists 10:12:13 7d338bcbc56e: Layer already exists 10:12:13 d44dd9321dc6: Layer already exists 10:12:13 097100c76c15: Layer already exists 10:12:13 c4efe9e08558: Pushed 10:12:17 a4d6376f942a: Pushed 10:12:17 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:17 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:12:18 db4198a3c119: Preparing 10:12:18 9cc042a59de4: Preparing 10:12:18 c4efe9e08558: Preparing 10:12:18 a4d6376f942a: Preparing 10:12:18 6c9de026e4e9: Preparing 10:12:18 cbb70fc894c5: Preparing 10:12:18 7d338bcbc56e: Preparing 10:12:18 d44dd9321dc6: Preparing 10:12:18 097100c76c15: Preparing 10:12:18 cbb70fc894c5: Waiting 10:12:18 7d338bcbc56e: Waiting 10:12:18 d44dd9321dc6: Waiting 10:12:18 097100c76c15: Waiting 10:12:18 a4d6376f942a: Layer already exists 10:12:18 c4efe9e08558: Layer already exists 10:12:18 9cc042a59de4: Layer already exists 10:12:18 db4198a3c119: Layer already exists 10:12:18 6c9de026e4e9: Layer already exists 10:12:18 7d338bcbc56e: Layer already exists 10:12:18 097100c76c15: Layer already exists 10:12:18 cbb70fc894c5: Layer already exists 10:12:18 d44dd9321dc6: Layer already exists 10:12:18 latest: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 10:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:12:18 db4198a3c119: Preparing 10:12:18 9cc042a59de4: Preparing 10:12:18 c4efe9e08558: Preparing 10:12:18 a4d6376f942a: Preparing 10:12:18 6c9de026e4e9: Preparing 10:12:18 cbb70fc894c5: Preparing 10:12:18 7d338bcbc56e: Preparing 10:12:18 d44dd9321dc6: Preparing 10:12:18 097100c76c15: Preparing 10:12:18 cbb70fc894c5: Waiting 10:12:18 d44dd9321dc6: Waiting 10:12:18 7d338bcbc56e: Waiting 10:12:18 097100c76c15: Waiting 10:12:18 6c9de026e4e9: Layer already exists 10:12:18 9cc042a59de4: Layer already exists 10:12:18 c4efe9e08558: Layer already exists 10:12:18 a4d6376f942a: Layer already exists 10:12:18 db4198a3c119: Layer already exists 10:12:18 7d338bcbc56e: Layer already exists 10:12:18 d44dd9321dc6: Layer already exists 10:12:18 cbb70fc894c5: Layer already exists 10:12:18 097100c76c15: Layer already exists 10:12:18 4.1.0-dev.61: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:12:19 db4198a3c119: Preparing 10:12:19 9cc042a59de4: Preparing 10:12:19 c4efe9e08558: Preparing 10:12:19 a4d6376f942a: Preparing 10:12:19 6c9de026e4e9: Preparing 10:12:19 cbb70fc894c5: Preparing 10:12:19 7d338bcbc56e: Preparing 10:12:19 d44dd9321dc6: Preparing 10:12:19 097100c76c15: Preparing 10:12:19 cbb70fc894c5: Waiting 10:12:19 7d338bcbc56e: Waiting 10:12:19 d44dd9321dc6: Waiting 10:12:19 097100c76c15: Waiting 10:12:19 6c9de026e4e9: Layer already exists 10:12:19 db4198a3c119: Layer already exists 10:12:19 a4d6376f942a: Layer already exists 10:12:19 9cc042a59de4: Layer already exists 10:12:19 c4efe9e08558: Layer already exists 10:12:19 cbb70fc894c5: Layer already exists 10:12:19 d44dd9321dc6: Layer already exists 10:12:19 7d338bcbc56e: Layer already exists 10:12:19 097100c76c15: Layer already exists 10:12:19 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:19 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 10:12:20 db4198a3c119: Preparing 10:12:20 9cc042a59de4: Preparing 10:12:20 c4efe9e08558: Preparing 10:12:20 a4d6376f942a: Preparing 10:12:20 6c9de026e4e9: Preparing 10:12:20 cbb70fc894c5: Preparing 10:12:20 7d338bcbc56e: Preparing 10:12:20 d44dd9321dc6: Preparing 10:12:20 097100c76c15: Preparing 10:12:20 cbb70fc894c5: Waiting 10:12:20 097100c76c15: Waiting 10:12:20 7d338bcbc56e: Waiting 10:12:20 d44dd9321dc6: Waiting 10:12:20 a4d6376f942a: Layer already exists 10:12:20 db4198a3c119: Layer already exists 10:12:20 c4efe9e08558: Layer already exists 10:12:20 6c9de026e4e9: Layer already exists 10:12:20 9cc042a59de4: Layer already exists 10:12:20 d44dd9321dc6: Layer already exists 10:12:20 7d338bcbc56e: Layer already exists 10:12:20 097100c76c15: Layer already exists 10:12:20 cbb70fc894c5: Layer already exists 10:12:20 main: digest: sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:20 ===================================================== [Pipeline] echo 10:12:20 taggedImages: 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 10:12:20 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 10:12:20 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:20 latest 10:12:20 4.1.0-dev.61 10:12:20 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:20 main 10:12:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:20 523630d47e2c: Preparing 10:12:20 72ca8501cd53: Preparing 10:12:20 21c3bbb77435: Preparing 10:12:20 a7d6cf810ed4: Preparing 10:12:20 943231f6e096: Preparing 10:12:20 6c9de026e4e9: Preparing 10:12:20 cbb70fc894c5: Preparing 10:12:20 4f2554f88a91: Preparing 10:12:20 f37320b8c408: Preparing 10:12:20 7926de407da6: Preparing 10:12:20 097100c76c15: Preparing 10:12:20 6c9de026e4e9: Waiting 10:12:20 cbb70fc894c5: Waiting 10:12:20 4f2554f88a91: Waiting 10:12:20 f37320b8c408: Waiting 10:12:20 7926de407da6: Waiting 10:12:20 097100c76c15: Waiting 10:12:20 a7d6cf810ed4: Pushed 10:12:20 6c9de026e4e9: Layer already exists 10:12:20 cbb70fc894c5: Layer already exists 10:12:20 523630d47e2c: Pushed 10:12:20 943231f6e096: Pushed 10:12:20 72ca8501cd53: Pushed 10:12:20 097100c76c15: Layer already exists 10:12:21 4f2554f88a91: Pushed 10:12:21 f37320b8c408: Pushed 10:12:22 7926de407da6: Pushed 10:12:24 21c3bbb77435: Pushed 10:12:24 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:24 523630d47e2c: Preparing 10:12:24 72ca8501cd53: Preparing 10:12:24 21c3bbb77435: Preparing 10:12:24 a7d6cf810ed4: Preparing 10:12:24 943231f6e096: Preparing 10:12:24 6c9de026e4e9: Preparing 10:12:24 cbb70fc894c5: Preparing 10:12:24 4f2554f88a91: Preparing 10:12:24 f37320b8c408: Preparing 10:12:24 7926de407da6: Preparing 10:12:24 097100c76c15: Preparing 10:12:24 cbb70fc894c5: Waiting 10:12:24 4f2554f88a91: Waiting 10:12:24 f37320b8c408: Waiting 10:12:24 7926de407da6: Waiting 10:12:24 097100c76c15: Waiting 10:12:24 6c9de026e4e9: Waiting 10:12:24 523630d47e2c: Layer already exists 10:12:24 72ca8501cd53: Layer already exists 10:12:24 a7d6cf810ed4: Layer already exists 10:12:24 943231f6e096: Layer already exists 10:12:24 21c3bbb77435: Layer already exists 10:12:24 6c9de026e4e9: Layer already exists 10:12:24 4f2554f88a91: Layer already exists 10:12:24 cbb70fc894c5: Layer already exists 10:12:24 f37320b8c408: Layer already exists 10:12:24 7926de407da6: Layer already exists 10:12:24 097100c76c15: Layer already exists 10:12:24 latest: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 10:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:25 523630d47e2c: Preparing 10:12:25 72ca8501cd53: Preparing 10:12:25 21c3bbb77435: Preparing 10:12:25 a7d6cf810ed4: Preparing 10:12:25 943231f6e096: Preparing 10:12:25 6c9de026e4e9: Preparing 10:12:25 cbb70fc894c5: Preparing 10:12:25 4f2554f88a91: Preparing 10:12:25 f37320b8c408: Preparing 10:12:25 7926de407da6: Preparing 10:12:25 097100c76c15: Preparing 10:12:25 cbb70fc894c5: Waiting 10:12:25 4f2554f88a91: Waiting 10:12:25 f37320b8c408: Waiting 10:12:25 7926de407da6: Waiting 10:12:25 097100c76c15: Waiting 10:12:25 6c9de026e4e9: Waiting 10:12:25 943231f6e096: Layer already exists 10:12:25 72ca8501cd53: Layer already exists 10:12:25 a7d6cf810ed4: Layer already exists 10:12:25 21c3bbb77435: Layer already exists 10:12:25 523630d47e2c: Layer already exists 10:12:25 cbb70fc894c5: Layer already exists 10:12:25 6c9de026e4e9: Layer already exists 10:12:25 4f2554f88a91: Layer already exists 10:12:25 f37320b8c408: Layer already exists 10:12:25 7926de407da6: Layer already exists 10:12:25 097100c76c15: Layer already exists 10:12:25 4.1.0-dev.61: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:25 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:25 523630d47e2c: Preparing 10:12:25 72ca8501cd53: Preparing 10:12:25 21c3bbb77435: Preparing 10:12:25 a7d6cf810ed4: Preparing 10:12:25 943231f6e096: Preparing 10:12:25 6c9de026e4e9: Preparing 10:12:25 cbb70fc894c5: Preparing 10:12:25 4f2554f88a91: Preparing 10:12:25 f37320b8c408: Preparing 10:12:25 7926de407da6: Preparing 10:12:25 097100c76c15: Preparing 10:12:25 4f2554f88a91: Waiting 10:12:25 f37320b8c408: Waiting 10:12:25 7926de407da6: Waiting 10:12:25 097100c76c15: Waiting 10:12:25 cbb70fc894c5: Waiting 10:12:25 6c9de026e4e9: Waiting 10:12:25 943231f6e096: Layer already exists 10:12:25 523630d47e2c: Layer already exists 10:12:25 72ca8501cd53: Layer already exists 10:12:25 a7d6cf810ed4: Layer already exists 10:12:25 21c3bbb77435: Layer already exists 10:12:25 6c9de026e4e9: Layer already exists 10:12:25 4f2554f88a91: Layer already exists 10:12:25 7926de407da6: Layer already exists 10:12:25 cbb70fc894c5: Layer already exists 10:12:25 f37320b8c408: Layer already exists 10:12:25 097100c76c15: Layer already exists 10:12:25 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 10:12:26 523630d47e2c: Preparing 10:12:26 72ca8501cd53: Preparing 10:12:26 21c3bbb77435: Preparing 10:12:26 a7d6cf810ed4: Preparing 10:12:26 943231f6e096: Preparing 10:12:26 6c9de026e4e9: Preparing 10:12:26 cbb70fc894c5: Preparing 10:12:26 4f2554f88a91: Preparing 10:12:26 f37320b8c408: Preparing 10:12:26 7926de407da6: Preparing 10:12:26 097100c76c15: Preparing 10:12:26 6c9de026e4e9: Waiting 10:12:26 cbb70fc894c5: Waiting 10:12:26 4f2554f88a91: Waiting 10:12:26 f37320b8c408: Waiting 10:12:26 7926de407da6: Waiting 10:12:26 097100c76c15: Waiting 10:12:26 a7d6cf810ed4: Layer already exists 10:12:26 72ca8501cd53: Layer already exists 10:12:26 943231f6e096: Layer already exists 10:12:26 21c3bbb77435: Layer already exists 10:12:26 523630d47e2c: Layer already exists 10:12:26 cbb70fc894c5: Layer already exists 10:12:26 6c9de026e4e9: Layer already exists 10:12:26 4f2554f88a91: Layer already exists 10:12:26 f37320b8c408: Layer already exists 10:12:26 7926de407da6: Layer already exists 10:12:26 097100c76c15: Layer already exists 10:12:26 main: digest: sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:26 ===================================================== [Pipeline] echo 10:12:26 taggedImages: 10:12:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:12:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 10:12:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:26 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 10:12:26 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 10:12:26 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:26 latest 10:12:26 4.1.0-dev.61 10:12:26 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:26 main 10:12:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:27 08867ea6f72d: Preparing 10:12:27 c5da0aa7e20c: Preparing 10:12:27 44b9c0518146: Preparing 10:12:27 84d7711f3cbc: Preparing 10:12:27 cf1d99dfdcf8: Preparing 10:12:27 e7d88ce0ac92: Preparing 10:12:27 8f5bcaac1c85: Preparing 10:12:27 6c9de026e4e9: Preparing 10:12:27 cbb70fc894c5: Preparing 10:12:27 423041d83c6a: Preparing 10:12:27 4f7ada42cf39: Preparing 10:12:27 097100c76c15: Preparing 10:12:27 8f5bcaac1c85: Waiting 10:12:27 6c9de026e4e9: Waiting 10:12:27 cbb70fc894c5: Waiting 10:12:27 423041d83c6a: Waiting 10:12:27 4f7ada42cf39: Waiting 10:12:27 097100c76c15: Waiting 10:12:27 e7d88ce0ac92: Waiting 10:12:27 cf1d99dfdcf8: Pushed 10:12:27 c5da0aa7e20c: Pushed 10:12:27 08867ea6f72d: Pushed 10:12:27 e7d88ce0ac92: Pushed 10:12:27 6c9de026e4e9: Layer already exists 10:12:27 cbb70fc894c5: Layer already exists 10:12:27 8f5bcaac1c85: Pushed 10:12:27 097100c76c15: Layer already exists 10:12:28 423041d83c6a: Pushed 10:12:28 4f7ada42cf39: Pushed 10:12:29 84d7711f3cbc: Pushed 10:12:30 44b9c0518146: Pushed 10:12:30 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:31 08867ea6f72d: Preparing 10:12:31 c5da0aa7e20c: Preparing 10:12:31 44b9c0518146: Preparing 10:12:31 84d7711f3cbc: Preparing 10:12:31 cf1d99dfdcf8: Preparing 10:12:31 e7d88ce0ac92: Preparing 10:12:31 8f5bcaac1c85: Preparing 10:12:31 6c9de026e4e9: Preparing 10:12:31 cbb70fc894c5: Preparing 10:12:31 423041d83c6a: Preparing 10:12:31 4f7ada42cf39: Preparing 10:12:31 097100c76c15: Preparing 10:12:31 8f5bcaac1c85: Waiting 10:12:31 6c9de026e4e9: Waiting 10:12:31 423041d83c6a: Waiting 10:12:31 4f7ada42cf39: Waiting 10:12:31 cbb70fc894c5: Waiting 10:12:31 097100c76c15: Waiting 10:12:31 e7d88ce0ac92: Waiting 10:12:31 cf1d99dfdcf8: Layer already exists 10:12:31 08867ea6f72d: Layer already exists 10:12:31 c5da0aa7e20c: Layer already exists 10:12:31 84d7711f3cbc: Layer already exists 10:12:31 44b9c0518146: Layer already exists 10:12:31 e7d88ce0ac92: Layer already exists 10:12:31 cbb70fc894c5: Layer already exists 10:12:31 6c9de026e4e9: Layer already exists 10:12:31 423041d83c6a: Layer already exists 10:12:31 8f5bcaac1c85: Layer already exists 10:12:31 4f7ada42cf39: Layer already exists 10:12:31 097100c76c15: Layer already exists 10:12:31 latest: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 10:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:32 08867ea6f72d: Preparing 10:12:32 c5da0aa7e20c: Preparing 10:12:32 44b9c0518146: Preparing 10:12:32 84d7711f3cbc: Preparing 10:12:32 cf1d99dfdcf8: Preparing 10:12:32 e7d88ce0ac92: Preparing 10:12:32 8f5bcaac1c85: Preparing 10:12:32 6c9de026e4e9: Preparing 10:12:32 cbb70fc894c5: Preparing 10:12:32 423041d83c6a: Preparing 10:12:32 4f7ada42cf39: Preparing 10:12:32 097100c76c15: Preparing 10:12:32 423041d83c6a: Waiting 10:12:32 4f7ada42cf39: Waiting 10:12:32 6c9de026e4e9: Waiting 10:12:32 097100c76c15: Waiting 10:12:32 cbb70fc894c5: Waiting 10:12:32 8f5bcaac1c85: Waiting 10:12:32 e7d88ce0ac92: Waiting 10:12:32 c5da0aa7e20c: Layer already exists 10:12:32 84d7711f3cbc: Layer already exists 10:12:32 cf1d99dfdcf8: Layer already exists 10:12:32 44b9c0518146: Layer already exists 10:12:32 08867ea6f72d: Layer already exists 10:12:32 e7d88ce0ac92: Layer already exists 10:12:32 cbb70fc894c5: Layer already exists 10:12:32 8f5bcaac1c85: Layer already exists 10:12:32 6c9de026e4e9: Layer already exists 10:12:32 423041d83c6a: Layer already exists 10:12:32 4f7ada42cf39: Layer already exists 10:12:32 097100c76c15: Layer already exists 10:12:32 4.1.0-dev.61: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:32 08867ea6f72d: Preparing 10:12:32 c5da0aa7e20c: Preparing 10:12:32 44b9c0518146: Preparing 10:12:32 84d7711f3cbc: Preparing 10:12:32 cf1d99dfdcf8: Preparing 10:12:32 e7d88ce0ac92: Preparing 10:12:32 8f5bcaac1c85: Preparing 10:12:32 6c9de026e4e9: Preparing 10:12:32 cbb70fc894c5: Preparing 10:12:32 423041d83c6a: Preparing 10:12:32 4f7ada42cf39: Preparing 10:12:32 097100c76c15: Preparing 10:12:32 8f5bcaac1c85: Waiting 10:12:32 6c9de026e4e9: Waiting 10:12:32 cbb70fc894c5: Waiting 10:12:32 423041d83c6a: Waiting 10:12:32 4f7ada42cf39: Waiting 10:12:32 097100c76c15: Waiting 10:12:32 e7d88ce0ac92: Waiting 10:12:32 c5da0aa7e20c: Layer already exists 10:12:32 08867ea6f72d: Layer already exists 10:12:32 44b9c0518146: Layer already exists 10:12:32 cf1d99dfdcf8: Layer already exists 10:12:32 84d7711f3cbc: Layer already exists 10:12:32 e7d88ce0ac92: Layer already exists 10:12:32 6c9de026e4e9: Layer already exists 10:12:32 8f5bcaac1c85: Layer already exists 10:12:32 cbb70fc894c5: Layer already exists 10:12:32 423041d83c6a: Layer already exists 10:12:32 097100c76c15: Layer already exists 10:12:32 4f7ada42cf39: Layer already exists 10:12:32 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 10:12:33 08867ea6f72d: Preparing 10:12:33 c5da0aa7e20c: Preparing 10:12:33 44b9c0518146: Preparing 10:12:33 84d7711f3cbc: Preparing 10:12:33 cf1d99dfdcf8: Preparing 10:12:33 e7d88ce0ac92: Preparing 10:12:33 8f5bcaac1c85: Preparing 10:12:33 6c9de026e4e9: Preparing 10:12:33 cbb70fc894c5: Preparing 10:12:33 423041d83c6a: Preparing 10:12:33 4f7ada42cf39: Preparing 10:12:33 097100c76c15: Preparing 10:12:33 8f5bcaac1c85: Waiting 10:12:33 6c9de026e4e9: Waiting 10:12:33 cbb70fc894c5: Waiting 10:12:33 423041d83c6a: Waiting 10:12:33 4f7ada42cf39: Waiting 10:12:33 097100c76c15: Waiting 10:12:33 e7d88ce0ac92: Waiting 10:12:33 c5da0aa7e20c: Layer already exists 10:12:33 84d7711f3cbc: Layer already exists 10:12:33 44b9c0518146: Layer already exists 10:12:33 cf1d99dfdcf8: Layer already exists 10:12:33 08867ea6f72d: Layer already exists 10:12:33 e7d88ce0ac92: Layer already exists 10:12:33 6c9de026e4e9: Layer already exists 10:12:33 8f5bcaac1c85: Layer already exists 10:12:33 423041d83c6a: Layer already exists 10:12:33 097100c76c15: Layer already exists 10:12:33 cbb70fc894c5: Layer already exists 10:12:33 4f7ada42cf39: Layer already exists 10:12:33 main: digest: sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:33 ===================================================== [Pipeline] echo 10:12:33 taggedImages: 10:12:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:12:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 10:12:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 10:12:33 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 10:12:33 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:33 latest 10:12:33 4.1.0-dev.61 10:12:33 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:33 main 10:12:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:34 b9d2382bafab: Preparing 10:12:34 abe1d159b71b: Preparing 10:12:34 6c9de026e4e9: Preparing 10:12:34 cbb70fc894c5: Preparing 10:12:34 b68aa738550d: Preparing 10:12:34 eb7b3abf2752: Preparing 10:12:34 097100c76c15: Preparing 10:12:34 eb7b3abf2752: Waiting 10:12:34 097100c76c15: Waiting 10:12:34 cbb70fc894c5: Layer already exists 10:12:34 b9d2382bafab: Pushed 10:12:34 6c9de026e4e9: Layer already exists 10:12:34 b68aa738550d: Pushed 10:12:35 097100c76c15: Layer already exists 10:12:35 eb7b3abf2752: Pushed 10:12:37 abe1d159b71b: Pushed 10:12:37 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:38 b9d2382bafab: Preparing 10:12:38 abe1d159b71b: Preparing 10:12:38 6c9de026e4e9: Preparing 10:12:38 cbb70fc894c5: Preparing 10:12:38 b68aa738550d: Preparing 10:12:38 eb7b3abf2752: Preparing 10:12:38 097100c76c15: Preparing 10:12:38 eb7b3abf2752: Waiting 10:12:38 097100c76c15: Waiting 10:12:38 6c9de026e4e9: Layer already exists 10:12:38 abe1d159b71b: Layer already exists 10:12:38 cbb70fc894c5: Layer already exists 10:12:38 b9d2382bafab: Layer already exists 10:12:38 b68aa738550d: Layer already exists 10:12:38 eb7b3abf2752: Layer already exists 10:12:38 097100c76c15: Layer already exists 10:12:38 latest: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:38 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 10:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:39 b9d2382bafab: Preparing 10:12:39 abe1d159b71b: Preparing 10:12:39 6c9de026e4e9: Preparing 10:12:39 cbb70fc894c5: Preparing 10:12:39 b68aa738550d: Preparing 10:12:39 eb7b3abf2752: Preparing 10:12:39 097100c76c15: Preparing 10:12:39 eb7b3abf2752: Waiting 10:12:39 097100c76c15: Waiting 10:12:39 abe1d159b71b: Layer already exists 10:12:39 6c9de026e4e9: Layer already exists 10:12:39 b9d2382bafab: Layer already exists 10:12:39 cbb70fc894c5: Layer already exists 10:12:39 b68aa738550d: Layer already exists 10:12:39 eb7b3abf2752: Layer already exists 10:12:39 097100c76c15: Layer already exists 10:12:39 4.1.0-dev.61: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:39 b9d2382bafab: Preparing 10:12:39 abe1d159b71b: Preparing 10:12:39 6c9de026e4e9: Preparing 10:12:39 cbb70fc894c5: Preparing 10:12:39 b68aa738550d: Preparing 10:12:39 eb7b3abf2752: Preparing 10:12:39 097100c76c15: Preparing 10:12:39 097100c76c15: Waiting 10:12:39 eb7b3abf2752: Waiting 10:12:39 b68aa738550d: Layer already exists 10:12:39 cbb70fc894c5: Layer already exists 10:12:39 6c9de026e4e9: Layer already exists 10:12:39 abe1d159b71b: Layer already exists 10:12:39 b9d2382bafab: Layer already exists 10:12:39 097100c76c15: Layer already exists 10:12:39 eb7b3abf2752: Layer already exists 10:12:39 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:40 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 10:12:40 b9d2382bafab: Preparing 10:12:40 abe1d159b71b: Preparing 10:12:40 6c9de026e4e9: Preparing 10:12:40 cbb70fc894c5: Preparing 10:12:40 b68aa738550d: Preparing 10:12:40 eb7b3abf2752: Preparing 10:12:40 097100c76c15: Preparing 10:12:40 eb7b3abf2752: Waiting 10:12:40 097100c76c15: Waiting 10:12:40 abe1d159b71b: Layer already exists 10:12:40 6c9de026e4e9: Layer already exists 10:12:40 cbb70fc894c5: Layer already exists 10:12:40 b9d2382bafab: Layer already exists 10:12:40 b68aa738550d: Layer already exists 10:12:40 eb7b3abf2752: Layer already exists 10:12:40 097100c76c15: Layer already exists 10:12:40 main: digest: sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:40 ===================================================== [Pipeline] echo 10:12:40 taggedImages: 10:12:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:12:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 10:12:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 10:12:40 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 10:12:40 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:40 latest 10:12:40 4.1.0-dev.61 10:12:40 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:40 main 10:12:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:41 2c8dd2116df9: Preparing 10:12:41 509746c7c905: Preparing 10:12:41 15401b6cf16e: Preparing 10:12:41 6c9de026e4e9: Preparing 10:12:41 cbb70fc894c5: Preparing 10:12:41 d5ed86abed8e: Preparing 10:12:41 457a56b2a95a: Preparing 10:12:41 b91919c610b7: Preparing 10:12:41 979c7c0a69d8: Preparing 10:12:41 097100c76c15: Preparing 10:12:41 457a56b2a95a: Waiting 10:12:41 b91919c610b7: Waiting 10:12:41 d5ed86abed8e: Waiting 10:12:41 979c7c0a69d8: Waiting 10:12:41 097100c76c15: Waiting 10:12:41 6c9de026e4e9: Layer already exists 10:12:41 cbb70fc894c5: Layer already exists 10:12:41 509746c7c905: Pushed 10:12:41 15401b6cf16e: Pushed 10:12:41 2c8dd2116df9: Pushed 10:12:41 097100c76c15: Layer already exists 10:12:41 b91919c610b7: Pushed 10:12:41 979c7c0a69d8: Pushed 10:12:45 457a56b2a95a: Pushed 10:12:52 d5ed86abed8e: Pushed 10:12:52 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:53 2c8dd2116df9: Preparing 10:12:53 509746c7c905: Preparing 10:12:53 15401b6cf16e: Preparing 10:12:53 6c9de026e4e9: Preparing 10:12:53 cbb70fc894c5: Preparing 10:12:53 d5ed86abed8e: Preparing 10:12:53 457a56b2a95a: Preparing 10:12:53 b91919c610b7: Preparing 10:12:53 979c7c0a69d8: Preparing 10:12:53 457a56b2a95a: Waiting 10:12:53 b91919c610b7: Waiting 10:12:53 d5ed86abed8e: Waiting 10:12:53 097100c76c15: Preparing 10:12:53 979c7c0a69d8: Waiting 10:12:53 6c9de026e4e9: Layer already exists 10:12:53 2c8dd2116df9: Layer already exists 10:12:53 15401b6cf16e: Layer already exists 10:12:53 cbb70fc894c5: Layer already exists 10:12:53 509746c7c905: Layer already exists 10:12:53 d5ed86abed8e: Layer already exists 10:12:53 457a56b2a95a: Layer already exists 10:12:53 b91919c610b7: Layer already exists 10:12:53 097100c76c15: Layer already exists 10:12:53 979c7c0a69d8: Layer already exists 10:12:53 latest: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 10:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:53 2c8dd2116df9: Preparing 10:12:53 509746c7c905: Preparing 10:12:53 15401b6cf16e: Preparing 10:12:53 6c9de026e4e9: Preparing 10:12:53 cbb70fc894c5: Preparing 10:12:53 d5ed86abed8e: Preparing 10:12:53 457a56b2a95a: Preparing 10:12:53 b91919c610b7: Preparing 10:12:53 979c7c0a69d8: Preparing 10:12:53 097100c76c15: Preparing 10:12:53 b91919c610b7: Waiting 10:12:53 d5ed86abed8e: Waiting 10:12:53 979c7c0a69d8: Waiting 10:12:53 457a56b2a95a: Waiting 10:12:53 097100c76c15: Waiting 10:12:53 15401b6cf16e: Layer already exists 10:12:53 509746c7c905: Layer already exists 10:12:53 6c9de026e4e9: Layer already exists 10:12:53 cbb70fc894c5: Layer already exists 10:12:53 2c8dd2116df9: Layer already exists 10:12:53 457a56b2a95a: Layer already exists 10:12:53 d5ed86abed8e: Layer already exists 10:12:53 097100c76c15: Layer already exists 10:12:53 979c7c0a69d8: Layer already exists 10:12:53 b91919c610b7: Layer already exists 10:12:53 4.1.0-dev.61: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:54 2c8dd2116df9: Preparing 10:12:54 509746c7c905: Preparing 10:12:54 15401b6cf16e: Preparing 10:12:54 6c9de026e4e9: Preparing 10:12:54 cbb70fc894c5: Preparing 10:12:54 d5ed86abed8e: Preparing 10:12:54 457a56b2a95a: Preparing 10:12:54 b91919c610b7: Preparing 10:12:54 979c7c0a69d8: Preparing 10:12:54 097100c76c15: Preparing 10:12:54 d5ed86abed8e: Waiting 10:12:54 b91919c610b7: Waiting 10:12:54 457a56b2a95a: Waiting 10:12:54 979c7c0a69d8: Waiting 10:12:54 097100c76c15: Waiting 10:12:54 15401b6cf16e: Layer already exists 10:12:54 2c8dd2116df9: Layer already exists 10:12:54 cbb70fc894c5: Layer already exists 10:12:54 6c9de026e4e9: Layer already exists 10:12:54 509746c7c905: Layer already exists 10:12:54 d5ed86abed8e: Layer already exists 10:12:54 457a56b2a95a: Layer already exists 10:12:54 097100c76c15: Layer already exists 10:12:54 b91919c610b7: Layer already exists 10:12:54 979c7c0a69d8: Layer already exists 10:12:54 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 10:12:54 2c8dd2116df9: Preparing 10:12:54 509746c7c905: Preparing 10:12:54 15401b6cf16e: Preparing 10:12:54 6c9de026e4e9: Preparing 10:12:54 cbb70fc894c5: Preparing 10:12:54 d5ed86abed8e: Preparing 10:12:54 457a56b2a95a: Preparing 10:12:54 b91919c610b7: Preparing 10:12:54 979c7c0a69d8: Preparing 10:12:54 097100c76c15: Preparing 10:12:54 457a56b2a95a: Waiting 10:12:54 b91919c610b7: Waiting 10:12:54 979c7c0a69d8: Waiting 10:12:54 097100c76c15: Waiting 10:12:54 d5ed86abed8e: Waiting 10:12:54 15401b6cf16e: Layer already exists 10:12:54 6c9de026e4e9: Layer already exists 10:12:54 509746c7c905: Layer already exists 10:12:54 2c8dd2116df9: Layer already exists 10:12:54 cbb70fc894c5: Layer already exists 10:12:54 457a56b2a95a: Layer already exists 10:12:54 b91919c610b7: Layer already exists 10:12:54 d5ed86abed8e: Layer already exists 10:12:54 979c7c0a69d8: Layer already exists 10:12:54 097100c76c15: Layer already exists 10:12:54 main: digest: sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:12:55 ===================================================== [Pipeline] echo 10:12:55 taggedImages: 10:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 10:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 10:12:55 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 10:12:55 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:55 latest 10:12:55 4.1.0-dev.61 10:12:55 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:12:55 main 10:12:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:12:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:12:55 e736f6458490: Preparing 10:12:55 17f6ba1da823: Preparing 10:12:55 8cd1380225be: Preparing 10:12:55 6c9de026e4e9: Preparing 10:12:55 cbb70fc894c5: Preparing 10:12:55 06408ce5fcff: Preparing 10:12:55 164bd1e07141: Preparing 10:12:55 0eae9b2c1f0d: Preparing 10:12:55 097100c76c15: Preparing 10:12:55 164bd1e07141: Waiting 10:12:55 0eae9b2c1f0d: Waiting 10:12:55 06408ce5fcff: Waiting 10:12:55 097100c76c15: Waiting 10:12:55 6c9de026e4e9: Layer already exists 10:12:55 cbb70fc894c5: Layer already exists 10:12:55 8cd1380225be: Pushed 10:12:55 e736f6458490: Pushed 10:12:55 17f6ba1da823: Pushed 10:12:55 097100c76c15: Layer already exists 10:12:55 164bd1e07141: Pushed 10:12:56 0eae9b2c1f0d: Pushed 10:13:08 06408ce5fcff: Pushed 10:13:08 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:08 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:13:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:13:08 e736f6458490: Preparing 10:13:08 17f6ba1da823: Preparing 10:13:08 8cd1380225be: Preparing 10:13:08 6c9de026e4e9: Preparing 10:13:08 cbb70fc894c5: Preparing 10:13:08 06408ce5fcff: Preparing 10:13:08 164bd1e07141: Preparing 10:13:08 0eae9b2c1f0d: Preparing 10:13:08 097100c76c15: Preparing 10:13:08 164bd1e07141: Waiting 10:13:08 0eae9b2c1f0d: Waiting 10:13:08 097100c76c15: Waiting 10:13:08 06408ce5fcff: Waiting 10:13:08 17f6ba1da823: Layer already exists 10:13:08 e736f6458490: Layer already exists 10:13:08 8cd1380225be: Layer already exists 10:13:08 cbb70fc894c5: Layer already exists 10:13:08 6c9de026e4e9: Layer already exists 10:13:08 06408ce5fcff: Layer already exists 10:13:08 0eae9b2c1f0d: Layer already exists 10:13:08 164bd1e07141: Layer already exists 10:13:08 097100c76c15: Layer already exists 10:13:08 latest: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 10:13:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:13:09 e736f6458490: Preparing 10:13:09 17f6ba1da823: Preparing 10:13:09 8cd1380225be: Preparing 10:13:09 6c9de026e4e9: Preparing 10:13:09 cbb70fc894c5: Preparing 10:13:09 06408ce5fcff: Preparing 10:13:09 164bd1e07141: Preparing 10:13:09 0eae9b2c1f0d: Preparing 10:13:09 097100c76c15: Preparing 10:13:09 06408ce5fcff: Waiting 10:13:09 164bd1e07141: Waiting 10:13:09 0eae9b2c1f0d: Waiting 10:13:09 097100c76c15: Waiting 10:13:09 e736f6458490: Layer already exists 10:13:09 8cd1380225be: Layer already exists 10:13:09 17f6ba1da823: Layer already exists 10:13:09 6c9de026e4e9: Layer already exists 10:13:09 cbb70fc894c5: Layer already exists 10:13:09 164bd1e07141: Layer already exists 10:13:09 0eae9b2c1f0d: Layer already exists 10:13:09 097100c76c15: Layer already exists 10:13:09 06408ce5fcff: Layer already exists 10:13:09 4.1.0-dev.61: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:13:10 e736f6458490: Preparing 10:13:10 17f6ba1da823: Preparing 10:13:10 8cd1380225be: Preparing 10:13:10 6c9de026e4e9: Preparing 10:13:10 cbb70fc894c5: Preparing 10:13:10 06408ce5fcff: Preparing 10:13:10 164bd1e07141: Preparing 10:13:10 0eae9b2c1f0d: Preparing 10:13:10 097100c76c15: Preparing 10:13:10 06408ce5fcff: Waiting 10:13:10 0eae9b2c1f0d: Waiting 10:13:10 097100c76c15: Waiting 10:13:10 164bd1e07141: Waiting 10:13:10 e736f6458490: Layer already exists 10:13:10 6c9de026e4e9: Layer already exists 10:13:10 17f6ba1da823: Layer already exists 10:13:10 cbb70fc894c5: Layer already exists 10:13:10 8cd1380225be: Layer already exists 10:13:10 0eae9b2c1f0d: Layer already exists 10:13:10 097100c76c15: Layer already exists 10:13:10 164bd1e07141: Layer already exists 10:13:10 06408ce5fcff: Layer already exists 10:13:10 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 10:13:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 10:13:10 e736f6458490: Preparing 10:13:10 17f6ba1da823: Preparing 10:13:10 8cd1380225be: Preparing 10:13:10 6c9de026e4e9: Preparing 10:13:10 cbb70fc894c5: Preparing 10:13:10 06408ce5fcff: Preparing 10:13:10 164bd1e07141: Preparing 10:13:10 0eae9b2c1f0d: Preparing 10:13:10 097100c76c15: Preparing 10:13:10 164bd1e07141: Waiting 10:13:10 0eae9b2c1f0d: Waiting 10:13:10 097100c76c15: Waiting 10:13:10 06408ce5fcff: Waiting 10:13:10 8cd1380225be: Layer already exists 10:13:10 6c9de026e4e9: Layer already exists 10:13:10 cbb70fc894c5: Layer already exists 10:13:10 17f6ba1da823: Layer already exists 10:13:10 e736f6458490: Layer already exists 10:13:10 097100c76c15: Layer already exists 10:13:10 06408ce5fcff: Layer already exists 10:13:10 164bd1e07141: Layer already exists 10:13:10 0eae9b2c1f0d: Layer already exists 10:13:10 main: digest: sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:10 ===================================================== [Pipeline] echo 10:13:10 taggedImages: 10:13:10 - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:10 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:13:10 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 10:13:10 - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:10 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 10:13:10 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 10:13:10 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:10 latest 10:13:10 4.1.0-dev.61 10:13:10 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:10 main 10:13:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:13:11 2c8dd2116df9: Preparing 10:13:11 90ed347c4e97: Preparing 10:13:11 8564f120fcfc: Preparing 10:13:11 6c9de026e4e9: Preparing 10:13:11 cbb70fc894c5: Preparing 10:13:11 1103cb18b042: Preparing 10:13:11 b91919c610b7: Preparing 10:13:11 979c7c0a69d8: Preparing 10:13:11 097100c76c15: Preparing 10:13:11 b91919c610b7: Waiting 10:13:11 979c7c0a69d8: Waiting 10:13:11 097100c76c15: Waiting 10:13:11 6c9de026e4e9: Layer already exists 10:13:11 2c8dd2116df9: Layer already exists 10:13:11 cbb70fc894c5: Layer already exists 10:13:11 b91919c610b7: Layer already exists 10:13:11 979c7c0a69d8: Layer already exists 10:13:11 097100c76c15: Layer already exists 10:13:11 90ed347c4e97: Pushed 10:13:11 8564f120fcfc: Pushed 10:13:23 1103cb18b042: Pushed 10:13:23 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:24 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:13:24 2c8dd2116df9: Preparing 10:13:24 90ed347c4e97: Preparing 10:13:24 8564f120fcfc: Preparing 10:13:24 6c9de026e4e9: Preparing 10:13:24 cbb70fc894c5: Preparing 10:13:24 1103cb18b042: Preparing 10:13:24 b91919c610b7: Preparing 10:13:24 979c7c0a69d8: Preparing 10:13:24 097100c76c15: Preparing 10:13:24 b91919c610b7: Waiting 10:13:24 979c7c0a69d8: Waiting 10:13:24 1103cb18b042: Waiting 10:13:24 6c9de026e4e9: Layer already exists 10:13:24 2c8dd2116df9: Layer already exists 10:13:24 cbb70fc894c5: Layer already exists 10:13:24 8564f120fcfc: Layer already exists 10:13:24 90ed347c4e97: Layer already exists 10:13:24 097100c76c15: Layer already exists 10:13:24 1103cb18b042: Layer already exists 10:13:24 b91919c610b7: Layer already exists 10:13:24 979c7c0a69d8: Layer already exists 10:13:24 latest: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:24 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 10:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:13:25 2c8dd2116df9: Preparing 10:13:25 90ed347c4e97: Preparing 10:13:25 8564f120fcfc: Preparing 10:13:25 6c9de026e4e9: Preparing 10:13:25 cbb70fc894c5: Preparing 10:13:25 1103cb18b042: Preparing 10:13:25 b91919c610b7: Preparing 10:13:25 979c7c0a69d8: Preparing 10:13:25 097100c76c15: Preparing 10:13:25 b91919c610b7: Waiting 10:13:25 979c7c0a69d8: Waiting 10:13:25 1103cb18b042: Waiting 10:13:25 097100c76c15: Waiting 10:13:25 90ed347c4e97: Layer already exists 10:13:25 6c9de026e4e9: Layer already exists 10:13:25 2c8dd2116df9: Layer already exists 10:13:25 8564f120fcfc: Layer already exists 10:13:25 cbb70fc894c5: Layer already exists 10:13:25 1103cb18b042: Layer already exists 10:13:25 b91919c610b7: Layer already exists 10:13:25 979c7c0a69d8: Layer already exists 10:13:25 097100c76c15: Layer already exists 10:13:25 4.1.0-dev.61: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:25 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:13:25 2c8dd2116df9: Preparing 10:13:25 90ed347c4e97: Preparing 10:13:25 8564f120fcfc: Preparing 10:13:25 6c9de026e4e9: Preparing 10:13:25 cbb70fc894c5: Preparing 10:13:25 1103cb18b042: Preparing 10:13:25 b91919c610b7: Preparing 10:13:25 979c7c0a69d8: Preparing 10:13:25 097100c76c15: Preparing 10:13:25 1103cb18b042: Waiting 10:13:25 b91919c610b7: Waiting 10:13:25 097100c76c15: Waiting 10:13:25 979c7c0a69d8: Waiting 10:13:25 cbb70fc894c5: Layer already exists 10:13:25 90ed347c4e97: Layer already exists 10:13:25 2c8dd2116df9: Layer already exists 10:13:25 8564f120fcfc: Layer already exists 10:13:25 6c9de026e4e9: Layer already exists 10:13:25 1103cb18b042: Layer already exists 10:13:25 b91919c610b7: Layer already exists 10:13:25 979c7c0a69d8: Layer already exists 10:13:25 097100c76c15: Layer already exists 10:13:25 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 10:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 10:13:26 2c8dd2116df9: Preparing 10:13:26 90ed347c4e97: Preparing 10:13:26 8564f120fcfc: Preparing 10:13:26 6c9de026e4e9: Preparing 10:13:26 cbb70fc894c5: Preparing 10:13:26 1103cb18b042: Preparing 10:13:26 b91919c610b7: Preparing 10:13:26 979c7c0a69d8: Preparing 10:13:26 097100c76c15: Preparing 10:13:26 1103cb18b042: Waiting 10:13:26 b91919c610b7: Waiting 10:13:26 979c7c0a69d8: Waiting 10:13:26 097100c76c15: Waiting 10:13:26 2c8dd2116df9: Layer already exists 10:13:26 cbb70fc894c5: Layer already exists 10:13:26 6c9de026e4e9: Layer already exists 10:13:26 90ed347c4e97: Layer already exists 10:13:26 8564f120fcfc: Layer already exists 10:13:26 b91919c610b7: Layer already exists 10:13:26 1103cb18b042: Layer already exists 10:13:26 979c7c0a69d8: Layer already exists 10:13:26 097100c76c15: Layer already exists 10:13:26 main: digest: sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:26 ===================================================== [Pipeline] echo 10:13:26 taggedImages: 10:13:26 - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:26 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:13:26 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 10:13:26 - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:26 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 10:13:26 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 10:13:26 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:26 latest 10:13:26 4.1.0-dev.61 10:13:26 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:26 main 10:13:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:26 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:13:27 9aa646775a04: Preparing 10:13:27 4f7f89e9359f: Preparing 10:13:27 6c9de026e4e9: Preparing 10:13:27 cbb70fc894c5: Preparing 10:13:27 b67c5e74ee25: Preparing 10:13:27 ad73e0a80436: Preparing 10:13:27 097100c76c15: Preparing 10:13:27 097100c76c15: Waiting 10:13:27 ad73e0a80436: Waiting 10:13:27 6c9de026e4e9: Layer already exists 10:13:27 cbb70fc894c5: Layer already exists 10:13:27 9aa646775a04: Pushed 10:13:27 b67c5e74ee25: Pushed 10:13:27 097100c76c15: Layer already exists 10:13:27 ad73e0a80436: Pushed 10:13:30 4f7f89e9359f: Pushed 10:13:31 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:31 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 10:13:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:13:31 9aa646775a04: Preparing 10:13:31 4f7f89e9359f: Preparing 10:13:31 6c9de026e4e9: Preparing 10:13:31 cbb70fc894c5: Preparing 10:13:31 b67c5e74ee25: Preparing 10:13:31 ad73e0a80436: Preparing 10:13:31 097100c76c15: Preparing 10:13:31 ad73e0a80436: Waiting 10:13:31 097100c76c15: Waiting 10:13:31 b67c5e74ee25: Layer already exists 10:13:31 6c9de026e4e9: Layer already exists 10:13:31 cbb70fc894c5: Layer already exists 10:13:31 9aa646775a04: Layer already exists 10:13:31 4f7f89e9359f: Layer already exists 10:13:31 ad73e0a80436: Layer already exists 10:13:31 097100c76c15: Layer already exists 10:13:31 latest: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 10:13:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:13:32 9aa646775a04: Preparing 10:13:32 4f7f89e9359f: Preparing 10:13:32 6c9de026e4e9: Preparing 10:13:32 cbb70fc894c5: Preparing 10:13:32 b67c5e74ee25: Preparing 10:13:32 ad73e0a80436: Preparing 10:13:32 097100c76c15: Preparing 10:13:32 ad73e0a80436: Waiting 10:13:32 097100c76c15: Waiting 10:13:32 4f7f89e9359f: Layer already exists 10:13:32 b67c5e74ee25: Layer already exists 10:13:32 6c9de026e4e9: Layer already exists 10:13:32 9aa646775a04: Layer already exists 10:13:32 cbb70fc894c5: Layer already exists 10:13:32 ad73e0a80436: Layer already exists 10:13:32 097100c76c15: Layer already exists 10:13:32 4.1.0-dev.61: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:32 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:13:33 9aa646775a04: Preparing 10:13:33 4f7f89e9359f: Preparing 10:13:33 6c9de026e4e9: Preparing 10:13:33 cbb70fc894c5: Preparing 10:13:33 b67c5e74ee25: Preparing 10:13:33 ad73e0a80436: Preparing 10:13:33 097100c76c15: Preparing 10:13:33 097100c76c15: Waiting 10:13:33 ad73e0a80436: Waiting 10:13:33 6c9de026e4e9: Layer already exists 10:13:33 4f7f89e9359f: Layer already exists 10:13:33 9aa646775a04: Layer already exists 10:13:33 b67c5e74ee25: Layer already exists 10:13:33 cbb70fc894c5: Layer already exists 10:13:33 ad73e0a80436: Layer already exists 10:13:33 097100c76c15: Layer already exists 10:13:33 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 10:13:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 10:13:33 9aa646775a04: Preparing 10:13:33 4f7f89e9359f: Preparing 10:13:33 6c9de026e4e9: Preparing 10:13:33 cbb70fc894c5: Preparing 10:13:33 b67c5e74ee25: Preparing 10:13:33 ad73e0a80436: Preparing 10:13:33 097100c76c15: Preparing 10:13:33 ad73e0a80436: Waiting 10:13:33 097100c76c15: Waiting 10:13:33 cbb70fc894c5: Layer already exists 10:13:33 9aa646775a04: Layer already exists 10:13:33 6c9de026e4e9: Layer already exists 10:13:33 4f7f89e9359f: Layer already exists 10:13:33 ad73e0a80436: Layer already exists 10:13:33 097100c76c15: Layer already exists 10:13:33 b67c5e74ee25: Layer already exists 10:13:33 main: digest: sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:34 ===================================================== [Pipeline] echo 10:13:34 taggedImages: 10:13:34 - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:34 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:13:34 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 10:13:34 - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:34 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 10:13:34 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 10:13:34 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:34 latest 10:13:34 4.1.0-dev.61 10:13:34 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:34 main 10:13:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:34 b68d0541fa00: Preparing 10:13:34 5d9bb428a42f: Preparing 10:13:34 6c9de026e4e9: Preparing 10:13:34 cbb70fc894c5: Preparing 10:13:34 052e0a476ada: Preparing 10:13:34 bda71e2fcb6e: Preparing 10:13:34 097100c76c15: Preparing 10:13:34 bda71e2fcb6e: Waiting 10:13:34 097100c76c15: Waiting 10:13:34 cbb70fc894c5: Layer already exists 10:13:34 6c9de026e4e9: Layer already exists 10:13:34 097100c76c15: Layer already exists 10:13:34 b68d0541fa00: Pushed 10:13:34 052e0a476ada: Pushed 10:13:35 bda71e2fcb6e: Pushed 10:13:38 5d9bb428a42f: Pushed 10:13:38 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:38 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:39 b68d0541fa00: Preparing 10:13:39 5d9bb428a42f: Preparing 10:13:39 6c9de026e4e9: Preparing 10:13:39 cbb70fc894c5: Preparing 10:13:39 052e0a476ada: Preparing 10:13:39 bda71e2fcb6e: Preparing 10:13:39 097100c76c15: Preparing 10:13:39 bda71e2fcb6e: Waiting 10:13:39 097100c76c15: Waiting 10:13:39 6c9de026e4e9: Layer already exists 10:13:39 052e0a476ada: Layer already exists 10:13:39 b68d0541fa00: Layer already exists 10:13:39 5d9bb428a42f: Layer already exists 10:13:39 cbb70fc894c5: Layer already exists 10:13:39 bda71e2fcb6e: Layer already exists 10:13:39 097100c76c15: Layer already exists 10:13:39 latest: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:39 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 10:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:39 b68d0541fa00: Preparing 10:13:39 5d9bb428a42f: Preparing 10:13:39 6c9de026e4e9: Preparing 10:13:39 cbb70fc894c5: Preparing 10:13:39 052e0a476ada: Preparing 10:13:39 bda71e2fcb6e: Preparing 10:13:39 097100c76c15: Preparing 10:13:39 bda71e2fcb6e: Waiting 10:13:39 097100c76c15: Waiting 10:13:39 b68d0541fa00: Layer already exists 10:13:39 5d9bb428a42f: Layer already exists 10:13:39 6c9de026e4e9: Layer already exists 10:13:39 052e0a476ada: Layer already exists 10:13:39 cbb70fc894c5: Layer already exists 10:13:39 097100c76c15: Layer already exists 10:13:39 bda71e2fcb6e: Layer already exists 10:13:39 4.1.0-dev.61: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:40 b68d0541fa00: Preparing 10:13:40 5d9bb428a42f: Preparing 10:13:40 6c9de026e4e9: Preparing 10:13:40 cbb70fc894c5: Preparing 10:13:40 052e0a476ada: Preparing 10:13:40 bda71e2fcb6e: Preparing 10:13:40 097100c76c15: Preparing 10:13:40 bda71e2fcb6e: Waiting 10:13:40 097100c76c15: Waiting 10:13:40 052e0a476ada: Layer already exists 10:13:40 5d9bb428a42f: Layer already exists 10:13:40 b68d0541fa00: Layer already exists 10:13:40 cbb70fc894c5: Layer already exists 10:13:40 6c9de026e4e9: Layer already exists 10:13:40 bda71e2fcb6e: Layer already exists 10:13:40 097100c76c15: Layer already exists 10:13:40 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:13:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 10:13:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 10:13:41 b68d0541fa00: Preparing 10:13:41 5d9bb428a42f: Preparing 10:13:41 6c9de026e4e9: Preparing 10:13:41 cbb70fc894c5: Preparing 10:13:41 052e0a476ada: Preparing 10:13:41 bda71e2fcb6e: Preparing 10:13:41 097100c76c15: Preparing 10:13:41 bda71e2fcb6e: Waiting 10:13:41 097100c76c15: Waiting 10:13:41 052e0a476ada: Layer already exists 10:13:41 5d9bb428a42f: Layer already exists 10:13:41 6c9de026e4e9: Layer already exists 10:13:41 b68d0541fa00: Layer already exists 10:13:41 cbb70fc894c5: Layer already exists 10:13:41 bda71e2fcb6e: Layer already exists 10:13:41 097100c76c15: Layer already exists 10:13:41 main: digest: sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:13:41 ===================================================== [Pipeline] echo 10:13:41 taggedImages: 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 10:13:41 ========================================================= 10:13:41 [edgeXBuildMultiArch] RAW Config: 10:13:41 images: 10:13:41 - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/core-command:latest 10:13:41 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-command:main 10:13:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:13:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:13:41 - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/core-data:latest 10:13:41 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-data:main 10:13:41 - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/core-keeper:latest 10:13:41 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-keeper:main 10:13:41 - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/core-metadata:latest 10:13:41 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/core-metadata:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-config:main 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/security-spire-server:main 10:13:41 - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/support-notifications:latest 10:13:41 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/support-notifications:main 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:13:41 - nexus3.edgexfoundry.org:10004/support-scheduler:main 10:13:41 settingsFile: 10:13:41 edgex-go-settings 10:13:41 ========================================================= [Pipeline] node 10:13:56 Still waiting to schedule task 10:13:56 All nodes of label ‘centos7-docker-4c-2g’ are offline 10:14:50 Running on prd-centos7-docker-4c-2g-8919 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:14:50 provisioning config files... 10:14:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4164298555449458931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:14:51 ---> ****-login.sh 10:14:51 nexus3.edgexfoundry.org:10001 10:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:14:51 Configure a credential helper to remove this warning. See 10:14:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:14:51 10:14:51 Login Succeeded 10:14:51 nexus3.edgexfoundry.org:10002 10:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:14:51 Configure a credential helper to remove this warning. See 10:14:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:14:51 10:14:51 Login Succeeded 10:14:51 nexus3.edgexfoundry.org:10003 10:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:14:51 Configure a credential helper to remove this warning. See 10:14:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:14:51 10:14:51 Login Succeeded 10:14:51 nexus3.edgexfoundry.org:10004 10:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:14:51 Configure a credential helper to remove this warning. See 10:14:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:14:51 10:14:51 Login Succeeded 10:14:51 ****.io 10:14:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:14:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:14:51 Configure a credential helper to remove this warning. See 10:14:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:14:51 10:14:51 Login Succeeded 10:14:51 ---> ****-login.sh ends [Pipeline] } 10:14:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:14:52 + docker buildx ls 10:14:52 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:14:52 default * docker 10:14:52 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:14:52 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 10:14:52 edgex-builder [Pipeline] sh 10:14:52 + docker buildx inspect --bootstrap 10:14:52 #1 [internal] booting buildkit 10:14:52 #1 pulling image moby/buildkit:buildx-stable-1 10:14:55 #1 pulling image moby/buildkit:buildx-stable-1 3.6s done 10:14:56 #1 creating container buildx_buildkit_edgex-builder0 10:14:57 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 10:14:57 #1 DONE 4.9s 10:14:57 Name: edgex-builder 10:14:57 Driver: docker-container 10:14:57 10:14:57 Nodes: 10:14:57 Name: edgex-builder0 10:14:57 Endpoint: unix:///var/run/docker.sock 10:14:57 Status: running 10:14:57 Buildkit: v0.24.0 10:14:57 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 10:14:57 + docker buildx ls 10:14:57 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 10:14:57 edgex-builder * docker-container 10:14:57 edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 10:14:57 default docker 10:14:57 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 10:14:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:14:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:14:58 #1 [internal] load build definition from Dockerfile 10:14:58 #1 transferring dockerfile: 197B done 10:14:58 #1 DONE 0.0s 10:14:58 10:14:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:14:58 #2 DONE 0.1s 10:14:58 10:14:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:14:58 #3 DONE 0.1s 10:14:58 10:14:58 #4 [internal] load .dockerignore 10:14:58 #4 transferring context: 2B done 10:14:58 #4 DONE 0.0s 10:14:58 10:14:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:58 #5 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:58 #5 DONE 0.0s 10:14:58 10:14:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:58 #6 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:58 #6 DONE 0.1s 10:14:58 10:14:58 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:14:58 #7 DONE 0.0s 10:14:58 10:14:58 #8 exporting to image 10:14:58 #8 exporting layers done 10:14:58 #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 0.0s done 10:14:58 #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done 10:14:58 #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done 10:14:58 #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b 0.0s done 10:14:58 #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done 10:14:58 #8 pushing layers 10:14:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:14:58 #8 pushing layers 0.1s done 10:14:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done 10:14:58 #8 DONE 0.2s 10:14:58 10:14:58 1 warning found (use --debug to expand): 10:14:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:14:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 10:14:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 10:14:58 #1 [internal] load build definition from Dockerfile 10:14:58 #1 transferring dockerfile: 163B done 10:14:58 #1 DONE 0.0s 10:14:58 10:14:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:14:58 #2 DONE 0.0s 10:14:58 10:14:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 10:14:58 #3 DONE 0.0s 10:14:58 10:14:58 #4 [internal] load .dockerignore 10:14:58 #4 transferring context: 2B done 10:14:58 #4 DONE 0.0s 10:14:58 10:14:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:58 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:58 #5 CACHED 10:14:58 10:14:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:58 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:58 #6 CACHED 10:14:58 10:14:58 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:14:58 #7 DONE 0.0s 10:14:58 10:14:58 #8 exporting to image 10:14:58 #8 exporting layers done 10:14:58 #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done 10:14:58 #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done 10:14:58 #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done 10:14:58 #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done 10:14:58 #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done 10:14:58 #8 pushing layers 0.0s done 10:14:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done 10:14:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:14:58 #8 DONE 0.1s 10:14:58 10:14:58 1 warning found (use --debug to expand): 10:14:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:14:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61' 10:14:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 --push - 10:14:59 #1 [internal] load build definition from Dockerfile 10:14:59 #1 transferring dockerfile: 169B done 10:14:59 #1 DONE 0.0s 10:14:59 10:14:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 10:14:59 #2 DONE 0.0s 10:14:59 10:14:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61 10:14:59 #3 DONE 0.0s 10:14:59 10:14:59 #4 [internal] load .dockerignore 10:14:59 #4 transferring context: 2B done 10:14:59 #4 DONE 0.0s 10:14:59 10:14:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:59 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:59 #5 CACHED 10:14:59 10:14:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:59 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:59 #6 CACHED 10:14:59 10:14:59 #7 exporting to image 10:14:59 #7 exporting layers done 10:14:59 #7 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done 10:14:59 #7 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 10:14:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:14:59 #7 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done 10:14:59 #7 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done 10:14:59 #7 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done 10:14:59 #7 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done 10:14:59 #7 pushing layers 0.0s done 10:14:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.61@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done 10:14:59 #7 DONE 0.1s 10:14:59 10:14:59 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:14:59 #8 DONE 0.0s 10:14:59 10:14:59 1 warning found (use --debug to expand): 10:14:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:14:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:14:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:14:59 #1 [internal] load build definition from Dockerfile 10:14:59 #1 transferring dockerfile: 210B done 10:14:59 #1 DONE 0.0s 10:14:59 10:14:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:14:59 #2 DONE 0.0s 10:14:59 10:14:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:14:59 #3 DONE 0.0s 10:14:59 10:14:59 #4 [internal] load .dockerignore 10:14:59 #4 transferring context: 2B done 10:14:59 #4 DONE 0.0s 10:14:59 10:14:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:59 #5 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:59 #5 DONE 0.0s 10:14:59 10:14:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:59 #6 resolve nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:14:59 #6 CACHED 10:14:59 10:14:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:14:59 #5 CACHED 10:14:59 10:14:59 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:14:59 #7 DONE 0.0s 10:14:59 10:14:59 #8 exporting to image 10:14:59 #8 exporting layers done 10:14:59 #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done 10:14:59 #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done 10:14:59 #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done 10:14:59 #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done 10:14:59 #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done 10:14:59 #8 pushing layers 0.0s done 10:14:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done 10:14:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:14:59 #8 DONE 0.1s 10:14:59 10:14:59 1 warning found (use --debug to expand): 10:14:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 10:15:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 10:15:00 #1 [internal] load build definition from Dockerfile 10:15:00 #1 transferring dockerfile: 161B done 10:15:00 #1 DONE 0.0s 10:15:00 10:15:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:15:00 #2 DONE 0.0s 10:15:00 10:15:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 10:15:00 #3 DONE 0.0s 10:15:00 10:15:00 #4 [internal] load .dockerignore 10:15:00 #4 transferring context: 2B done 10:15:00 #4 DONE 0.0s 10:15:00 10:15:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:15:00 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:15:00 #5 CACHED 10:15:00 10:15:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 10:15:00 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:10870613cac59bf172c5155c167efef8c9d7a3b3d6fd068b8301ddbe15085132 0.0s done 10:15:00 #6 CACHED 10:15:00 10:15:00 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 10:15:00 #7 DONE 0.0s 10:15:00 10:15:00 #8 exporting to image 10:15:00 #8 exporting layers done 10:15:00 #8 exporting manifest sha256:a5dd699d572533b1040636972320c42f98a69e37bce3f41b225377263f4d2e82 done 10:15:00 #8 exporting config sha256:702d5ade75aca03720855353d74a2ff8f1542e4ccf9b7028493123ba17d79ea7 done 10:15:00 #8 exporting manifest sha256:a7f87e8a58bb4f28881bd4815f28496245745870a907e45be965ce687f17562e done 10:15:00 #8 exporting config sha256:92eb2fd5e65d195dc4d66a38d4410894e86b742a078d251ecb74c619e5fc576b done 10:15:00 #8 exporting manifest list sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 done 10:15:00 #8 pushing layers 0.0s done 10:15:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:6f0798b489754655821e7a4415bc838b5fa41c3811c648da75a43ed85a0a3ba7 0.1s done 10:15:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:00 #8 DONE 0.1s 10:15:00 10:15:00 1 warning found (use --debug to expand): 10:15:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:00 #1 [internal] load build definition from Dockerfile 10:15:00 #1 transferring dockerfile: 216B done 10:15:00 #1 DONE 0.0s 10:15:00 10:15:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:00 #2 DONE 0.0s 10:15:00 10:15:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:00 #3 DONE 0.1s 10:15:00 10:15:00 #4 [internal] load .dockerignore 10:15:00 #4 transferring context: 10:15:01 #4 transferring context: 2B done 10:15:01 #4 DONE 0.0s 10:15:01 10:15:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:01 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:01 #5 DONE 0.0s 10:15:01 10:15:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:01 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:01 #6 DONE 0.1s 10:15:01 10:15:01 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:01 #7 DONE 0.0s 10:15:01 10:15:01 #8 exporting to image 10:15:01 #8 exporting layers done 10:15:01 #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 0.0s done 10:15:01 #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done 10:15:01 #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done 10:15:01 #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done 10:15:01 #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.0s done 10:15:01 #8 pushing layers 0.1s done 10:15:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 10:15:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done 10:15:01 #8 DONE 0.2s 10:15:01 10:15:01 1 warning found (use --debug to expand): 10:15:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 10:15:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 10:15:01 #1 [internal] load build definition from Dockerfile 10:15:01 #1 transferring dockerfile: 182B done 10:15:01 #1 DONE 0.0s 10:15:01 10:15:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:15:01 #2 DONE 0.0s 10:15:01 10:15:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 10:15:01 #3 DONE 0.0s 10:15:01 10:15:01 #4 [internal] load .dockerignore 10:15:01 #4 transferring context: 10:15:01 #4 transferring context: 2B done 10:15:01 #4 DONE 0.0s 10:15:01 10:15:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:01 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:01 #5 CACHED 10:15:01 10:15:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:01 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:01 #6 CACHED 10:15:01 10:15:01 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:01 #7 DONE 0.0s 10:15:01 10:15:01 #8 exporting to image 10:15:01 #8 exporting layers done 10:15:01 #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done 10:15:01 #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done 10:15:01 #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done 10:15:01 #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done 10:15:01 #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done 10:15:01 #8 pushing layers 0.0s done 10:15:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 10:15:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 2.6s done 10:15:04 #8 DONE 2.7s 10:15:04 10:15:04 1 warning found (use --debug to expand): 10:15:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61' 10:15:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 --push - 10:15:04 #1 [internal] load build definition from Dockerfile 10:15:04 #1 transferring dockerfile: 188B done 10:15:04 #1 DONE 0.0s 10:15:04 10:15:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 10:15:04 #2 DONE 0.0s 10:15:04 10:15:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61 10:15:04 #3 DONE 0.0s 10:15:04 10:15:04 #4 [internal] load .dockerignore 10:15:04 #4 transferring context: 2B done 10:15:04 #4 DONE 0.0s 10:15:04 10:15:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:04 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:04 #5 CACHED 10:15:04 10:15:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:04 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:04 #6 DONE 0.0s 10:15:04 10:15:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:04 #6 CACHED 10:15:04 10:15:04 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:04 #7 DONE 0.0s 10:15:04 10:15:04 #8 exporting to image 10:15:04 #8 exporting layers done 10:15:04 #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done 10:15:04 #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done 10:15:04 #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done 10:15:04 #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done 10:15:04 #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done 10:15:04 #8 pushing layers 0.0s done 10:15:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.61@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done 10:15:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:04 #8 DONE 0.1s 10:15:04 10:15:04 1 warning found (use --debug to expand): 10:15:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:05 #1 [internal] load build definition from Dockerfile 10:15:05 #1 transferring dockerfile: 229B done 10:15:05 #1 DONE 0.0s 10:15:05 10:15:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:05 #2 DONE 0.0s 10:15:05 10:15:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:05 #3 DONE 0.0s 10:15:05 10:15:05 #4 [internal] load .dockerignore 10:15:05 #4 transferring context: 2B done 10:15:05 #4 DONE 0.0s 10:15:05 10:15:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:05 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:05 #5 CACHED 10:15:05 10:15:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:05 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:05 #6 CACHED 10:15:05 10:15:05 #7 exporting to image 10:15:05 #7 exporting layers done 10:15:05 #7 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done 10:15:05 #7 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done 10:15:05 #7 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done 10:15:05 #7 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done 10:15:05 #7 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 10:15:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:05 #7 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done 10:15:05 #7 pushing layers 0.0s done 10:15:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done 10:15:05 #7 DONE 0.1s 10:15:05 10:15:05 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:05 #8 DONE 0.0s 10:15:05 10:15:05 1 warning found (use --debug to expand): 10:15:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 10:15:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 10:15:05 #1 [internal] load build definition from Dockerfile 10:15:05 #1 transferring dockerfile: 180B done 10:15:05 #1 DONE 0.0s 10:15:05 10:15:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:15:05 #2 DONE 0.0s 10:15:05 10:15:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 10:15:05 #3 DONE 0.0s 10:15:05 10:15:05 #4 [internal] load .dockerignore 10:15:05 #4 transferring context: 2B done 10:15:05 #4 DONE 0.0s 10:15:05 10:15:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:05 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:05 #5 CACHED 10:15:05 10:15:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 10:15:06 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a6183a695abc9b167b7cfdba326696d6f1733b84a765438254530320a42fb858 0.0s done 10:15:06 #6 CACHED 10:15:06 10:15:06 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:06 #7 DONE 0.0s 10:15:06 10:15:06 #8 exporting to image 10:15:06 #8 exporting layers done 10:15:06 #8 exporting manifest sha256:d97e87ef9980ca0fef1ed58f8ff9a6cfc05c4689ede56863cdd2d29a156b6815 done 10:15:06 #8 exporting config sha256:6620f9eff8929919932ef041701dd5195906280b7ae1d03f86c5cfe6f6c5f4ff done 10:15:06 #8 exporting manifest sha256:ed917d08c237da082fdbd1bad387e74a83224c72fd3e3461b49939b29230e2ca done 10:15:06 #8 exporting config sha256:49660bc0bc2f2808413fd08463d9117bfb9d9fdc62f5a10647ea12fc6e8deb54 done 10:15:06 #8 exporting manifest list sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 done 10:15:06 #8 pushing layers 0.0s done 10:15:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:cd053ecb53f01c6a1ae547c45ab4b437d7944c9856aabab1133854d44c1ac299 0.1s done 10:15:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:06 #8 DONE 0.1s 10:15:06 10:15:06 1 warning found (use --debug to expand): 10:15:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:06 #1 [internal] load build definition from Dockerfile 10:15:06 #1 transferring dockerfile: 194B done 10:15:06 #1 DONE 0.0s 10:15:06 10:15:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:06 #2 DONE 0.0s 10:15:06 10:15:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:06 #3 DONE 0.0s 10:15:06 10:15:06 #4 [internal] load .dockerignore 10:15:06 #4 transferring context: 2B done 10:15:06 #4 DONE 0.0s 10:15:06 10:15:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:06 #5 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:06 #5 ... 10:15:06 10:15:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:06 #6 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:06 #6 DONE 0.1s 10:15:06 10:15:06 #7 exporting to image 10:15:06 #7 exporting layers done 10:15:06 #7 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done 10:15:06 #7 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done 10:15:06 #7 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done 10:15:06 #7 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done 10:15:06 #7 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done 10:15:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:06 #7 ... 10:15:06 10:15:06 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:15:06 #8 DONE 0.0s 10:15:06 10:15:06 #7 exporting to image 10:15:06 #7 pushing layers 10:15:07 #7 pushing layers 0.3s done 10:15:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done 10:15:07 #7 DONE 0.5s 10:15:07 10:15:07 1 warning found (use --debug to expand): 10:15:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 10:15:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 10:15:07 #1 [internal] load build definition from Dockerfile 10:15:07 #1 transferring dockerfile: 160B done 10:15:07 #1 DONE 0.0s 10:15:07 10:15:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:15:07 #2 DONE 0.0s 10:15:07 10:15:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 10:15:07 #3 DONE 0.0s 10:15:07 10:15:07 #4 [internal] load .dockerignore 10:15:07 #4 transferring context: 2B done 10:15:07 #4 DONE 0.0s 10:15:07 10:15:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:07 #5 CACHED 10:15:07 10:15:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:07 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:07 #6 CACHED 10:15:07 10:15:07 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:15:07 #7 DONE 0.0s 10:15:07 10:15:07 #8 exporting to image 10:15:07 #8 exporting layers done 10:15:07 #8 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done 10:15:07 #8 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done 10:15:07 #8 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done 10:15:07 #8 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done 10:15:07 #8 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done 10:15:07 #8 pushing layers 0.0s done 10:15:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done 10:15:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:07 #8 DONE 0.1s 10:15:07 10:15:07 1 warning found (use --debug to expand): 10:15:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61' 10:15:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 --push - 10:15:07 #1 [internal] load build definition from Dockerfile 10:15:07 #1 transferring dockerfile: 166B done 10:15:07 #1 DONE 0.0s 10:15:07 10:15:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 10:15:07 #2 DONE 0.0s 10:15:07 10:15:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61 10:15:07 #3 DONE 0.0s 10:15:07 10:15:07 #4 [internal] load .dockerignore 10:15:07 #4 transferring context: 2B done 10:15:07 #4 DONE 0.0s 10:15:07 10:15:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:07 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d done 10:15:07 #5 CACHED 10:15:07 10:15:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:07 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d done 10:15:07 #6 CACHED 10:15:07 10:15:07 #7 exporting to image 10:15:07 #7 exporting layers done 10:15:07 #7 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done 10:15:07 #7 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a 10:15:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:08 #7 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done 10:15:08 #7 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done 10:15:08 #7 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done 10:15:08 #7 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done 10:15:08 #7 pushing layers 0.0s done 10:15:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.61@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done 10:15:08 #7 DONE 0.1s 10:15:08 10:15:08 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:15:08 #8 DONE 0.0s 10:15:08 10:15:08 1 warning found (use --debug to expand): 10:15:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:08 #1 [internal] load build definition from Dockerfile 10:15:08 #1 transferring dockerfile: 207B done 10:15:08 #1 DONE 0.0s 10:15:08 10:15:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:08 #2 DONE 0.0s 10:15:08 10:15:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:08 #3 DONE 0.0s 10:15:08 10:15:08 #4 [internal] load .dockerignore 10:15:08 #4 transferring context: 2B done 10:15:08 #4 DONE 0.0s 10:15:08 10:15:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:08 #5 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:08 #5 CACHED 10:15:08 10:15:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:08 #6 resolve nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:08 #6 DONE 0.0s 10:15:08 10:15:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:08 #6 CACHED 10:15:08 10:15:08 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:15:08 #7 DONE 0.0s 10:15:08 10:15:08 #8 exporting to image 10:15:08 #8 exporting layers done 10:15:08 #8 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done 10:15:08 #8 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done 10:15:08 #8 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done 10:15:08 #8 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done 10:15:08 #8 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done 10:15:08 #8 pushing layers 0.0s done 10:15:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done 10:15:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:08 #8 DONE 0.1s 10:15:08 10:15:08 1 warning found (use --debug to expand): 10:15:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 10:15:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 10:15:09 #1 [internal] load build definition from Dockerfile 10:15:09 #1 transferring dockerfile: 158B done 10:15:09 #1 DONE 0.0s 10:15:09 10:15:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:15:09 #2 DONE 0.0s 10:15:09 10:15:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 10:15:09 #3 DONE 0.0s 10:15:09 10:15:09 #4 [internal] load .dockerignore 10:15:09 #4 transferring context: 2B done 10:15:09 #4 DONE 0.0s 10:15:09 10:15:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:09 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:09 #5 DONE 0.0s 10:15:09 10:15:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:09 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 0.0s done 10:15:09 #6 CACHED 10:15:09 10:15:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:3f552443519a59cc006783d973725dbd663642b56fc6191e29f0dd4f3c39c20d 10:15:09 #5 CACHED 10:15:09 10:15:09 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 10:15:09 #7 DONE 0.0s 10:15:09 10:15:09 #8 exporting to image 10:15:09 #8 exporting layers done 10:15:09 #8 exporting manifest sha256:049a56349f7d3af0c72b71109f89e22a8b5e89cfa263e8d56a5c72642752cb5b done 10:15:09 #8 exporting config sha256:893b8d9aad94a5a95f205a08768b8b75df559619e7f7876fbfb74827b3ce6f2a done 10:15:09 #8 exporting manifest sha256:3527bd82535f3bd5c8d7c7456b00c15607b90bae9f1c67f45d2fc9536fdbf420 done 10:15:09 #8 exporting config sha256:58039fb15bbd435577b4a99cf321d66910bb29586aca78a8f2d7ac896f533da7 done 10:15:09 #8 exporting manifest list sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 done 10:15:09 #8 pushing layers 0.0s done 10:15:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:93ce0e6144287acffc0d02b786a4807bf3d0239b185418fa9d0054145bfaf5b8 0.1s done 10:15:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:09 #8 DONE 0.1s 10:15:09 10:15:09 1 warning found (use --debug to expand): 10:15:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:09 #1 [internal] load build definition from Dockerfile 10:15:09 #1 transferring dockerfile: 196B done 10:15:09 #1 DONE 0.0s 10:15:09 10:15:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:09 #2 DONE 0.0s 10:15:09 10:15:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:09 #3 DONE 0.1s 10:15:09 10:15:09 #4 [internal] load .dockerignore 10:15:09 #4 transferring context: 2B done 10:15:09 #4 DONE 0.0s 10:15:09 10:15:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:09 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:09 #5 DONE 0.0s 10:15:09 10:15:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:09 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:09 #6 DONE 0.1s 10:15:09 10:15:09 #7 exporting to image 10:15:09 #7 exporting layers done 10:15:09 #7 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done 10:15:09 #7 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done 10:15:09 #7 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done 10:15:09 #7 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done 10:15:09 #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 10:15:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:09 #7 ... 10:15:09 10:15:09 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:09 #8 DONE 0.0s 10:15:09 10:15:09 #7 exporting to image 10:15:09 #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done 10:15:09 #7 pushing layers 0.1s done 10:15:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 10:15:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done 10:15:10 #7 DONE 0.2s 10:15:10 10:15:10 1 warning found (use --debug to expand): 10:15:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 10:15:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 10:15:10 #1 [internal] load build definition from Dockerfile 10:15:10 #1 transferring dockerfile: 162B done 10:15:10 #1 DONE 0.0s 10:15:10 10:15:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:15:10 #2 DONE 0.0s 10:15:10 10:15:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 10:15:10 #3 DONE 0.0s 10:15:10 10:15:10 #4 [internal] load .dockerignore 10:15:10 #4 transferring context: 2B done 10:15:10 #4 DONE 0.0s 10:15:10 10:15:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:10 #5 DONE 0.0s 10:15:10 10:15:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:10 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:10 #6 CACHED 10:15:10 10:15:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:10 #5 CACHED 10:15:10 10:15:10 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:10 #7 DONE 0.0s 10:15:10 10:15:10 #8 exporting to image 10:15:10 #8 exporting layers done 10:15:10 #8 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done 10:15:10 #8 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done 10:15:10 #8 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done 10:15:10 #8 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done 10:15:10 #8 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done 10:15:10 #8 pushing layers 0.0s done 10:15:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 10:15:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done 10:15:10 #8 DONE 0.1s 10:15:10 10:15:10 1 warning found (use --debug to expand): 10:15:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61' 10:15:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 --push - 10:15:10 #1 [internal] load build definition from Dockerfile 10:15:10 #1 transferring dockerfile: 168B done 10:15:10 #1 DONE 0.0s 10:15:10 10:15:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 10:15:10 #2 DONE 0.0s 10:15:10 10:15:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61 10:15:10 #3 DONE 0.0s 10:15:10 10:15:10 #4 [internal] load .dockerignore 10:15:10 #4 transferring context: 2B done 10:15:10 #4 DONE 0.0s 10:15:10 10:15:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:10 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:10 #5 CACHED 10:15:10 10:15:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:11 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:11 #6 CACHED 10:15:11 10:15:11 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:11 #7 DONE 0.0s 10:15:11 10:15:11 #8 exporting to image 10:15:11 #8 exporting layers done 10:15:11 #8 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done 10:15:11 #8 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done 10:15:11 #8 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done 10:15:11 #8 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done 10:15:11 #8 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done 10:15:11 #8 pushing layers 0.0s done 10:15:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.61@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done 10:15:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:11 #8 DONE 0.1s 10:15:11 10:15:11 1 warning found (use --debug to expand): 10:15:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:11 #1 [internal] load build definition from Dockerfile 10:15:11 #1 transferring dockerfile: 209B done 10:15:11 #1 DONE 0.0s 10:15:11 10:15:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:11 #2 DONE 0.0s 10:15:11 10:15:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:11 #3 DONE 0.0s 10:15:11 10:15:11 #4 [internal] load .dockerignore 10:15:11 #4 transferring context: 2B done 10:15:11 #4 DONE 0.0s 10:15:11 10:15:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:11 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:11 #5 CACHED 10:15:11 10:15:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:11 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:11 #6 CACHED 10:15:11 10:15:11 #7 exporting to image 10:15:11 #7 exporting layers done 10:15:11 #7 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done 10:15:11 #7 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done 10:15:11 #7 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done 10:15:11 #7 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done 10:15:11 #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done 10:15:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:11 #7 pushing layers 0.0s done 10:15:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done 10:15:11 #7 DONE 0.1s 10:15:11 10:15:11 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:11 #8 DONE 0.0s 10:15:11 10:15:11 1 warning found (use --debug to expand): 10:15:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 10:15:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 10:15:12 #1 [internal] load build definition from Dockerfile 10:15:12 #1 transferring dockerfile: 160B done 10:15:12 #1 DONE 0.0s 10:15:12 10:15:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:15:12 #2 DONE 0.0s 10:15:12 10:15:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 10:15:12 #3 DONE 0.0s 10:15:12 10:15:12 #4 [internal] load .dockerignore 10:15:12 #4 transferring context: 2B done 10:15:12 #4 DONE 0.0s 10:15:12 10:15:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:12 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:12 #5 CACHED 10:15:12 10:15:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 10:15:12 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:7fa0aee984d7a369fa8eea405c6666b3bf9d416856ec0eeaa4c864358e264228 0.0s done 10:15:12 #6 CACHED 10:15:12 10:15:12 #7 exporting to image 10:15:12 #7 exporting layers 10:15:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:12 #7 exporting layers done 10:15:12 #7 exporting manifest sha256:7f132d770280398d54b48656cd40968f424c230bad4b6be0c326bb76e52a73f7 done 10:15:12 #7 exporting config sha256:37139754b6dde0ce954e3cea38ebbfd428691645f6c25727b07123cc8759b330 done 10:15:12 #7 exporting manifest sha256:6db60ea1028772fa2066ef7ddbb9b64a1f93bc0d97192c67b230b38d42e09d12 done 10:15:12 #7 exporting config sha256:3e74169bc7201b8ed77a92ddeb9fe1afbddedbb8c6ee99df37643f8fa1a09cd0 done 10:15:12 #7 exporting manifest list sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 done 10:15:12 #7 pushing layers 0.0s done 10:15:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:0cffc1f6dc9f30b347e809cf8b2bd2f5c78cd296fc7ee8903cb44f5332fd9667 0.1s done 10:15:12 #7 DONE 0.1s 10:15:12 10:15:12 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:12 #8 DONE 0.0s 10:15:12 10:15:12 1 warning found (use --debug to expand): 10:15:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:12 #1 [internal] load build definition from Dockerfile 10:15:12 #1 transferring dockerfile: 198B done 10:15:12 #1 DONE 0.0s 10:15:12 10:15:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:12 #2 DONE 0.0s 10:15:12 10:15:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:12 #3 DONE 0.0s 10:15:12 10:15:12 #4 [internal] load .dockerignore 10:15:12 #4 transferring context: 2B done 10:15:12 #4 DONE 0.0s 10:15:12 10:15:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:12 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 done 10:15:12 #5 DONE 0.0s 10:15:12 10:15:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:12 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:12 #6 DONE 0.1s 10:15:12 10:15:12 #7 exporting to image 10:15:12 #7 exporting layers done 10:15:12 #7 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done 10:15:12 #7 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done 10:15:12 #7 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done 10:15:12 #7 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done 10:15:12 #7 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 10:15:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:12 #7 ... 10:15:12 10:15:12 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:15:12 #8 DONE 0.0s 10:15:12 10:15:12 #7 exporting to image 10:15:12 #7 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done 10:15:12 #7 pushing layers 0.1s done 10:15:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 10:15:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done 10:15:13 #7 DONE 0.2s 10:15:13 10:15:13 1 warning found (use --debug to expand): 10:15:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 10:15:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 10:15:13 #1 [internal] load build definition from Dockerfile 10:15:13 #1 transferring dockerfile: 164B done 10:15:13 #1 DONE 0.0s 10:15:13 10:15:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:15:13 #2 DONE 0.0s 10:15:13 10:15:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 10:15:13 #3 DONE 0.0s 10:15:13 10:15:13 #4 [internal] load .dockerignore 10:15:13 #4 transferring context: 2B done 10:15:13 #4 DONE 0.0s 10:15:13 10:15:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:13 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:13 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:13 #5 CACHED 10:15:13 10:15:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:13 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:13 #6 CACHED 10:15:13 10:15:13 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:15:13 #7 DONE 0.0s 10:15:13 10:15:13 #8 exporting to image 10:15:13 #8 exporting layers done 10:15:13 #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done 10:15:13 #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done 10:15:13 #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done 10:15:13 #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done 10:15:13 #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done 10:15:13 #8 pushing layers 0.0s done 10:15:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done 10:15:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:13 #8 DONE 0.1s 10:15:13 10:15:13 1 warning found (use --debug to expand): 10:15:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61' 10:15:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 --push - 10:15:13 #1 [internal] load build definition from Dockerfile 10:15:13 #1 transferring dockerfile: 170B done 10:15:13 #1 DONE 0.0s 10:15:13 10:15:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 10:15:13 #2 DONE 0.0s 10:15:13 10:15:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61 10:15:13 #3 DONE 0.0s 10:15:13 10:15:13 #4 [internal] load .dockerignore 10:15:13 #4 transferring context: 2B done 10:15:13 #4 DONE 0.0s 10:15:13 10:15:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:13 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:13 #5 CACHED 10:15:13 10:15:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:13 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:13 #6 DONE 0.0s 10:15:14 10:15:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:14 #6 CACHED 10:15:14 10:15:14 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:15:14 #7 DONE 0.0s 10:15:14 10:15:14 #8 exporting to image 10:15:14 #8 exporting layers done 10:15:14 #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done 10:15:14 #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done 10:15:14 #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done 10:15:14 #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done 10:15:14 #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done 10:15:14 #8 pushing layers 0.0s done 10:15:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.61@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done 10:15:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:14 #8 DONE 0.1s 10:15:14 10:15:14 1 warning found (use --debug to expand): 10:15:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:14 #1 [internal] load build definition from Dockerfile 10:15:14 #1 transferring dockerfile: 211B done 10:15:14 #1 DONE 0.0s 10:15:14 10:15:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:14 #2 DONE 0.0s 10:15:14 10:15:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:14 #3 DONE 0.0s 10:15:14 10:15:14 #4 [internal] load .dockerignore 10:15:14 #4 transferring context: 2B done 10:15:14 #4 DONE 0.0s 10:15:14 10:15:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:14 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:14 #5 DONE 0.0s 10:15:14 10:15:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:14 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:14 #6 CACHED 10:15:14 10:15:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:14 #5 CACHED 10:15:14 10:15:14 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:15:14 #7 DONE 0.0s 10:15:14 10:15:14 #8 exporting to image 10:15:14 #8 exporting layers done 10:15:14 #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done 10:15:14 #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done 10:15:14 #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done 10:15:14 #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done 10:15:14 #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done 10:15:14 #8 pushing layers 0.0s done 10:15:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done 10:15:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:14 #8 DONE 0.1s 10:15:14 10:15:14 1 warning found (use --debug to expand): 10:15:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 10:15:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 10:15:15 #1 [internal] load build definition from Dockerfile 10:15:15 #1 transferring dockerfile: 162B done 10:15:15 #1 DONE 0.0s 10:15:15 10:15:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:15:15 #2 DONE 0.0s 10:15:15 10:15:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 10:15:15 #3 DONE 0.0s 10:15:15 10:15:15 #4 [internal] load .dockerignore 10:15:15 #4 transferring context: 2B done 10:15:15 #4 DONE 0.0s 10:15:15 10:15:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:15 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:15 #5 DONE 0.0s 10:15:15 10:15:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:15 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 0.0s done 10:15:15 #6 CACHED 10:15:15 10:15:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:277e2b108d32e1127a809cd5c92f267198a1f8e475a82f8bf8bd76f45cbc3c27 10:15:15 #5 CACHED 10:15:15 10:15:15 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 10:15:15 #7 DONE 0.0s 10:15:15 10:15:15 #8 exporting to image 10:15:15 #8 exporting layers done 10:15:15 #8 exporting manifest sha256:47d94c510c1d436730daff093bde041dda16a13e404cec699f2bbdb6645c810f done 10:15:15 #8 exporting config sha256:33031f84e823f56c6a780bffb211df131b159115422639a6ca18c1eaf1a4b046 done 10:15:15 #8 exporting manifest sha256:09f88633492f749a126ea9f9232392a5dc71f35b5e22777b328bd1b20bf7462b done 10:15:15 #8 exporting config sha256:0807a0374a3b619e8b89a2f35987f0e2787b32433efb7c4f535eecde53d4c0e5 done 10:15:15 #8 exporting manifest list sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 done 10:15:15 #8 pushing layers 0.0s done 10:15:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0cc51b1141fcea76bb057b9648891c7c351cb247dd0dedfa37bd5b9dc21e3f40 0.1s done 10:15:15 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:15 #8 DONE 0.1s 10:15:15 10:15:15 1 warning found (use --debug to expand): 10:15:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:15 #1 [internal] load build definition from Dockerfile 10:15:15 #1 transferring dockerfile: 206B done 10:15:15 #1 DONE 0.0s 10:15:15 10:15:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:15 #2 DONE 0.0s 10:15:15 10:15:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:15 #3 DONE 0.1s 10:15:15 10:15:15 #4 [internal] load .dockerignore 10:15:15 #4 transferring context: 2B done 10:15:15 #4 DONE 0.0s 10:15:15 10:15:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:15 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:15 #5 ... 10:15:15 10:15:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:15 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:16 #6 DONE 0.2s 10:15:16 10:15:16 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:16 #7 DONE 0.0s 10:15:16 10:15:16 #8 exporting to image 10:15:16 #8 exporting layers done 10:15:16 #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done 10:15:16 #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done 10:15:16 #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done 10:15:16 #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done 10:15:16 #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done 10:15:16 #8 pushing layers 0.1s done 10:15:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 10:15:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done 10:15:16 #8 DONE 0.3s 10:15:16 10:15:16 1 warning found (use --debug to expand): 10:15:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 10:15:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 10:15:16 #1 [internal] load build definition from Dockerfile 10:15:16 #1 transferring dockerfile: 172B done 10:15:16 #1 DONE 0.0s 10:15:16 10:15:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:15:16 #2 DONE 0.0s 10:15:16 10:15:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 10:15:16 #3 DONE 0.0s 10:15:16 10:15:16 #4 [internal] load .dockerignore 10:15:16 #4 transferring context: 2B done 10:15:16 #4 DONE 0.0s 10:15:16 10:15:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:16 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:16 #5 DONE 0.0s 10:15:16 10:15:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:16 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:16 #6 CACHED 10:15:16 10:15:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:16 #5 CACHED 10:15:16 10:15:16 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:16 #7 DONE 0.0s 10:15:16 10:15:16 #8 exporting to image 10:15:16 #8 exporting layers done 10:15:16 #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done 10:15:16 #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done 10:15:16 #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done 10:15:16 #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done 10:15:16 #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done 10:15:16 #8 pushing layers 0.0s done 10:15:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done 10:15:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:16 #8 DONE 0.1s 10:15:16 10:15:16 1 warning found (use --debug to expand): 10:15:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61' 10:15:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 --push - 10:15:17 #1 [internal] load build definition from Dockerfile 10:15:17 #1 transferring dockerfile: 178B done 10:15:17 #1 DONE 0.0s 10:15:17 10:15:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 10:15:17 #2 DONE 0.0s 10:15:17 10:15:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61 10:15:17 #3 DONE 0.0s 10:15:17 10:15:17 #4 [internal] load .dockerignore 10:15:17 #4 transferring context: 2B done 10:15:17 #4 DONE 0.0s 10:15:17 10:15:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:17 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:17 #5 CACHED 10:15:17 10:15:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:17 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:17 #6 CACHED 10:15:17 10:15:17 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:17 #7 DONE 0.0s 10:15:17 10:15:17 #8 exporting to image 10:15:17 #8 exporting layers done 10:15:17 #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done 10:15:17 #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done 10:15:17 #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done 10:15:17 #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done 10:15:17 #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done 10:15:17 #8 pushing layers 0.0s done 10:15:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.61@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done 10:15:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:17 #8 DONE 0.1s 10:15:17 10:15:17 1 warning found (use --debug to expand): 10:15:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:17 #1 [internal] load build definition from Dockerfile 10:15:17 #1 transferring dockerfile: 219B done 10:15:17 #1 DONE 0.0s 10:15:17 10:15:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:17 #2 DONE 0.0s 10:15:17 10:15:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:17 #3 DONE 0.0s 10:15:17 10:15:17 #4 [internal] load .dockerignore 10:15:17 #4 transferring context: 2B done 10:15:17 #4 DONE 0.0s 10:15:17 10:15:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:17 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:17 #5 CACHED 10:15:17 10:15:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:17 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:17 #6 CACHED 10:15:17 10:15:17 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:17 #7 DONE 0.0s 10:15:17 10:15:17 #8 exporting to image 10:15:17 #8 exporting layers done 10:15:17 #8 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done 10:15:17 #8 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done 10:15:17 #8 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done 10:15:17 #8 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done 10:15:17 #8 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done 10:15:17 #8 pushing layers 0.0s done 10:15:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done 10:15:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:17 #8 DONE 0.1s 10:15:17 10:15:17 1 warning found (use --debug to expand): 10:15:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 10:15:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 10:15:18 #1 [internal] load build definition from Dockerfile 10:15:18 #1 transferring dockerfile: 170B done 10:15:18 #1 DONE 0.0s 10:15:18 10:15:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:15:18 #2 DONE 0.0s 10:15:18 10:15:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 10:15:18 #3 DONE 0.0s 10:15:18 10:15:18 #4 [internal] load .dockerignore 10:15:18 #4 transferring context: 2B done 10:15:18 #4 DONE 0.0s 10:15:18 10:15:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:18 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:18 #5 CACHED 10:15:18 10:15:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 10:15:18 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:ee2a29df6af603c0302d951b567b1c22c4f8e7e386ec60fd1525a1ca54a8f2c4 0.0s done 10:15:18 #6 CACHED 10:15:18 10:15:18 #7 exporting to image 10:15:18 #7 exporting layers 10:15:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:18 #7 exporting layers done 10:15:18 #7 exporting manifest sha256:416c672b99c2b7ec19789c8da955e44ca5ea074f7a6b0c06d839fb3f6b4e1f4a done 10:15:18 #7 exporting config sha256:ffbee00500728f5fd5960c34416c881f3b84fcc4fdc824f88bd672637890454a done 10:15:18 #7 exporting manifest sha256:ddd9c26b9f30c6fff42ee6e3769f530948b3d89a39407f372965afa81bcad717 done 10:15:18 #7 exporting config sha256:82e21a068e8abc546fa08158ecb603e4d9784b1906d7e4d34e48471834fd4ea3 done 10:15:18 #7 exporting manifest list sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec done 10:15:18 #7 pushing layers 0.0s done 10:15:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:616b51f4afb4a6abe2baad18ffce65b46267bd3e610cdef4b83121af495a09ec 0.1s done 10:15:18 #7 DONE 0.1s 10:15:18 10:15:18 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 10:15:18 #8 DONE 0.0s 10:15:18 10:15:18 1 warning found (use --debug to expand): 10:15:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:18 #1 [internal] load build definition from Dockerfile 10:15:18 #1 transferring dockerfile: 204B done 10:15:18 #1 DONE 0.0s 10:15:18 10:15:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:18 #2 DONE 0.0s 10:15:18 10:15:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:18 #3 DONE 0.0s 10:15:18 10:15:18 #4 [internal] load .dockerignore 10:15:18 #4 transferring context: 2B done 10:15:18 #4 DONE 0.0s 10:15:18 10:15:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:18 #5 DONE 0.0s 10:15:18 10:15:18 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:19 #6 DONE 0.0s 10:15:19 10:15:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:19 #5 DONE 0.1s 10:15:19 10:15:19 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:15:19 #7 DONE 0.0s 10:15:19 10:15:19 #8 exporting to image 10:15:19 #8 exporting layers done 10:15:19 #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done 10:15:19 #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done 10:15:19 #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done 10:15:19 #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done 10:15:19 #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done 10:15:19 #8 pushing layers 0.1s done 10:15:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done 10:15:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:19 #8 DONE 0.2s 10:15:19 10:15:19 1 warning found (use --debug to expand): 10:15:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 10:15:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 10:15:19 #1 [internal] load build definition from Dockerfile 10:15:19 #1 transferring dockerfile: 170B done 10:15:19 #1 DONE 0.0s 10:15:19 10:15:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:15:19 #2 DONE 0.0s 10:15:19 10:15:19 #3 [internal] load .dockerignore 10:15:19 #3 transferring context: 2B done 10:15:19 #3 DONE 0.0s 10:15:19 10:15:19 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 10:15:19 #4 DONE 0.0s 10:15:19 10:15:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:19 #5 CACHED 10:15:19 10:15:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:19 #6 CACHED 10:15:19 10:15:19 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:15:19 #7 DONE 0.0s 10:15:19 10:15:19 #8 exporting to image 10:15:19 #8 exporting layers done 10:15:19 #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done 10:15:19 #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done 10:15:19 #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done 10:15:19 #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done 10:15:19 #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done 10:15:19 #8 pushing layers 0.0s done 10:15:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done 10:15:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:19 #8 DONE 0.1s 10:15:19 10:15:19 1 warning found (use --debug to expand): 10:15:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61' 10:15:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 --push - 10:15:20 #1 [internal] load build definition from Dockerfile 10:15:20 #1 transferring dockerfile: 176B done 10:15:20 #1 DONE 0.0s 10:15:20 10:15:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 10:15:20 #2 DONE 0.0s 10:15:20 10:15:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61 10:15:20 #3 DONE 0.0s 10:15:20 10:15:20 #4 [internal] load .dockerignore 10:15:20 #4 transferring context: 2B done 10:15:20 #4 DONE 0.0s 10:15:20 10:15:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 done 10:15:20 #5 CACHED 10:15:20 10:15:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 done 10:15:20 #6 CACHED 10:15:20 10:15:20 #7 exporting to image 10:15:20 #7 exporting layers 10:15:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:20 #7 exporting layers done 10:15:20 #7 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done 10:15:20 #7 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done 10:15:20 #7 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done 10:15:20 #7 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done 10:15:20 #7 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done 10:15:20 #7 pushing layers 0.0s done 10:15:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.61@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done 10:15:20 #7 DONE 0.1s 10:15:20 10:15:20 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:15:20 #8 DONE 0.0s 10:15:20 10:15:20 1 warning found (use --debug to expand): 10:15:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:20 #1 [internal] load build definition from Dockerfile 10:15:20 #1 transferring dockerfile: 217B done 10:15:20 #1 DONE 0.0s 10:15:20 10:15:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:20 #2 DONE 0.0s 10:15:20 10:15:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:20 #3 DONE 0.0s 10:15:20 10:15:20 #4 [internal] load .dockerignore 10:15:20 #4 transferring context: 2B done 10:15:20 #4 DONE 0.0s 10:15:20 10:15:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:20 #5 CACHED 10:15:20 10:15:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:21 #6 CACHED 10:15:21 10:15:21 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:15:21 #7 DONE 0.0s 10:15:21 10:15:21 #8 exporting to image 10:15:21 #8 exporting layers done 10:15:21 #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done 10:15:21 #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done 10:15:21 #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done 10:15:21 #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done 10:15:21 #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done 10:15:21 #8 pushing layers 0.0s done 10:15:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done 10:15:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:21 #8 DONE 0.1s 10:15:21 10:15:21 1 warning found (use --debug to expand): 10:15:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 10:15:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 10:15:21 #1 [internal] load build definition from Dockerfile 10:15:21 #1 transferring dockerfile: 168B done 10:15:21 #1 DONE 0.0s 10:15:21 10:15:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:15:21 #2 DONE 0.0s 10:15:21 10:15:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 10:15:21 #3 DONE 0.0s 10:15:21 10:15:21 #4 [internal] load .dockerignore 10:15:21 #4 transferring context: 2B done 10:15:21 #4 DONE 0.0s 10:15:21 10:15:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:21 #5 DONE 0.0s 10:15:21 10:15:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 0.0s done 10:15:21 #6 CACHED 10:15:21 10:15:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:06ba276c879693b8f4109999e203aa3ae321413b24d3853666c6db6616f295d7 10:15:21 #5 CACHED 10:15:21 10:15:21 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 10:15:21 #7 DONE 0.0s 10:15:21 10:15:21 #8 exporting to image 10:15:21 #8 exporting layers done 10:15:21 #8 exporting manifest sha256:b0b44ca61ee2152c91540eba0faadd10625f3657703cfe5225bffd0cb9a0af93 done 10:15:21 #8 exporting config sha256:48ad6aa3653ded1d17ca110cfa492057b69d1e4bfbbc2423c8092786d5066883 done 10:15:21 #8 exporting manifest sha256:bd569bc6866923dbc3d83e7b57c1f63a66e0d0de12a79c5ae6ac274b14f73542 done 10:15:21 #8 exporting config sha256:6a214920d7a073c30560c3e80f3b34b8b729d408b36a49a3b0cd95844d3b490a done 10:15:21 #8 exporting manifest list sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 done 10:15:21 #8 pushing layers 0.0s done 10:15:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:14a45e41b44f71549796ba99f4d0c0cbb6679cbdcaf86dc5c49b63c9a73df828 0.1s done 10:15:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:21 #8 DONE 0.1s 10:15:21 10:15:21 1 warning found (use --debug to expand): 10:15:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:22 #1 [internal] load build definition from Dockerfile 10:15:22 #1 transferring dockerfile: 205B done 10:15:22 #1 DONE 0.0s 10:15:22 10:15:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:22 #2 DONE 0.0s 10:15:22 10:15:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:22 #3 DONE 0.0s 10:15:22 10:15:22 #4 [internal] load .dockerignore 10:15:22 #4 transferring context: 2B done 10:15:22 #4 DONE 0.0s 10:15:22 10:15:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:22 #5 DONE 0.0s 10:15:22 10:15:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:22 #6 DONE 0.1s 10:15:22 10:15:22 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:22 #7 DONE 0.0s 10:15:22 10:15:22 #8 exporting to image 10:15:22 #8 exporting layers done 10:15:22 #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done 10:15:22 #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done 10:15:22 #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done 10:15:22 #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done 10:15:22 #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done 10:15:22 #8 pushing layers 0.1s done 10:15:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 10:15:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done 10:15:22 #8 DONE 0.2s 10:15:22 10:15:22 1 warning found (use --debug to expand): 10:15:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 10:15:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 10:15:22 #1 [internal] load build definition from Dockerfile 10:15:22 #1 transferring dockerfile: 171B done 10:15:22 #1 DONE 0.0s 10:15:22 10:15:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:15:22 #2 DONE 0.0s 10:15:22 10:15:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 10:15:22 #3 DONE 0.0s 10:15:22 10:15:22 #4 [internal] load .dockerignore 10:15:22 #4 transferring context: 2B done 10:15:22 #4 DONE 0.0s 10:15:22 10:15:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:22 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:22 #5 CACHED 10:15:22 10:15:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:22 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:22 #6 CACHED 10:15:22 10:15:22 #7 exporting to image 10:15:22 #7 exporting layers done 10:15:22 #7 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done 10:15:22 #7 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done 10:15:22 #7 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done 10:15:22 #7 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done 10:15:22 #7 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done 10:15:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:22 #7 pushing layers 0.0s done 10:15:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done 10:15:22 #7 DONE 0.1s 10:15:22 10:15:22 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:22 #8 DONE 0.0s 10:15:22 10:15:22 1 warning found (use --debug to expand): 10:15:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61' 10:15:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 --push - 10:15:23 #1 [internal] load build definition from Dockerfile 10:15:23 #1 transferring dockerfile: 177B done 10:15:23 #1 DONE 0.0s 10:15:23 10:15:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 10:15:23 #2 DONE 0.0s 10:15:23 10:15:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61 10:15:23 #3 DONE 0.0s 10:15:23 10:15:23 #4 [internal] load .dockerignore 10:15:23 #4 transferring context: 2B done 10:15:23 #4 DONE 0.0s 10:15:23 10:15:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:23 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:23 #5 CACHED 10:15:23 10:15:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:23 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:23 #6 CACHED 10:15:23 10:15:23 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:23 #7 DONE 0.0s 10:15:23 10:15:23 #8 exporting to image 10:15:23 #8 exporting layers done 10:15:23 #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done 10:15:23 #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done 10:15:23 #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done 10:15:23 #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done 10:15:23 #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done 10:15:23 #8 pushing layers 0.0s done 10:15:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.61@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done 10:15:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:23 #8 DONE 0.1s 10:15:23 10:15:23 1 warning found (use --debug to expand): 10:15:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:24 #1 [internal] load build definition from Dockerfile 10:15:24 #1 transferring dockerfile: 218B done 10:15:24 #1 DONE 0.0s 10:15:24 10:15:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:24 #2 DONE 0.0s 10:15:24 10:15:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:24 #3 DONE 0.0s 10:15:24 10:15:24 #4 [internal] load .dockerignore 10:15:24 #4 transferring context: 10:15:24 #4 transferring context: 2B done 10:15:24 #4 DONE 0.0s 10:15:24 10:15:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:24 #5 CACHED 10:15:24 10:15:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:24 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:24 #6 CACHED 10:15:24 10:15:24 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:24 #7 DONE 0.0s 10:15:24 10:15:24 #8 exporting to image 10:15:24 #8 exporting layers done 10:15:24 #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done 10:15:24 #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done 10:15:24 #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done 10:15:24 #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done 10:15:24 #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done 10:15:24 #8 pushing layers 0.0s done 10:15:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done 10:15:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:24 #8 DONE 0.1s 10:15:24 10:15:24 1 warning found (use --debug to expand): 10:15:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 10:15:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 10:15:24 #1 [internal] load build definition from Dockerfile 10:15:24 #1 transferring dockerfile: 169B done 10:15:24 #1 DONE 0.0s 10:15:24 10:15:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:15:24 #2 DONE 0.0s 10:15:24 10:15:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 10:15:24 #3 DONE 0.0s 10:15:24 10:15:24 #4 [internal] load .dockerignore 10:15:24 #4 transferring context: 2B done 10:15:24 #4 DONE 0.0s 10:15:24 10:15:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:24 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:24 #5 DONE 0.0s 10:15:24 10:15:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:24 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 0.0s done 10:15:24 #6 CACHED 10:15:24 10:15:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fbb3969370a84dbc1785c23265fc64bf4fb8e1fa413196357171591da35519d9 10:15:24 #5 CACHED 10:15:24 10:15:24 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:24 #7 DONE 0.0s 10:15:24 10:15:24 #8 exporting to image 10:15:24 #8 exporting layers done 10:15:24 #8 exporting manifest sha256:7a21d7d93762fe735c6a818ebcb172310e3f094589513580acd1be67e81c5ade done 10:15:24 #8 exporting config sha256:4ebd8c39f787c1c69db71d05f9723cb5f0ad029ca17829a1adcf06129c61326a done 10:15:24 #8 exporting manifest sha256:90e7b6af937ec094a2650bec04ec3b1bd79ed3ba696c6e7dbd0b0ae40232f319 done 10:15:24 #8 exporting config sha256:ac29913ba228baa76d2b0c54b67c0272bbe97d9ef4c80abb72bd092641aaa6cf done 10:15:24 #8 exporting manifest list sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 done 10:15:24 #8 pushing layers 0.0s done 10:15:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:561ab5fc98fcf6f54cdcdebdeab4e4c3a3ce72d97b8d314152f7e4e6d298a355 0.1s done 10:15:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:24 #8 DONE 0.1s 10:15:24 10:15:24 1 warning found (use --debug to expand): 10:15:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:25 #1 [internal] load build definition from Dockerfile 10:15:25 #1 transferring dockerfile: 211B done 10:15:25 #1 DONE 0.0s 10:15:25 10:15:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:25 #2 DONE 0.0s 10:15:25 10:15:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:25 #3 DONE 0.1s 10:15:25 10:15:25 #4 [internal] load .dockerignore 10:15:25 #4 transferring context: 2B done 10:15:25 #4 DONE 0.0s 10:15:25 10:15:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:25 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:25 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:25 #5 DONE 0.0s 10:15:25 10:15:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:25 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:25 #6 DONE 0.2s 10:15:25 10:15:25 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:25 #7 DONE 0.0s 10:15:25 10:15:25 #8 exporting to image 10:15:25 #8 exporting layers done 10:15:25 #8 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f 0.0s done 10:15:25 #8 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done 10:15:25 #8 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done 10:15:25 #8 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done 10:15:25 #8 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done 10:15:25 #8 pushing layers 0.1s done 10:15:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 10:15:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done 10:15:25 #8 DONE 0.2s 10:15:25 10:15:25 1 warning found (use --debug to expand): 10:15:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 10:15:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 10:15:25 #1 [internal] load build definition from Dockerfile 10:15:25 #1 transferring dockerfile: 177B done 10:15:25 #1 DONE 0.0s 10:15:25 10:15:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:15:25 #2 DONE 0.0s 10:15:25 10:15:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 10:15:25 #3 DONE 0.0s 10:15:25 10:15:25 #4 [internal] load .dockerignore 10:15:25 #4 transferring context: 2B done 10:15:25 #4 DONE 0.0s 10:15:25 10:15:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:25 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:25 #5 CACHED 10:15:25 10:15:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:25 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:25 #6 CACHED 10:15:25 10:15:25 #7 exporting to image 10:15:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:26 #7 exporting layers done 10:15:26 #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done 10:15:26 #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done 10:15:26 #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done 10:15:26 #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done 10:15:26 #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done 10:15:26 #7 pushing layers 0.0s done 10:15:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done 10:15:26 #7 DONE 0.1s 10:15:26 10:15:26 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:26 #8 DONE 0.0s 10:15:26 10:15:26 1 warning found (use --debug to expand): 10:15:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 --push - 10:15:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61' 10:15:26 #1 [internal] load build definition from Dockerfile 10:15:26 #1 transferring dockerfile: 183B done 10:15:26 #1 DONE 0.0s 10:15:26 10:15:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 10:15:26 #2 DONE 0.0s 10:15:26 10:15:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61 10:15:26 #3 DONE 0.0s 10:15:26 10:15:26 #4 [internal] load .dockerignore 10:15:26 #4 transferring context: 2B done 10:15:26 #4 DONE 0.0s 10:15:26 10:15:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:26 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:26 #5 CACHED 10:15:26 10:15:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:26 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:26 #6 CACHED 10:15:26 10:15:26 #7 exporting to image 10:15:26 #7 exporting layers done 10:15:26 #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done 10:15:26 #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b 10:15:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:26 #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done 10:15:26 #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done 10:15:26 #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done 10:15:26 #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done 10:15:26 #7 pushing layers 0.0s done 10:15:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.61@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done 10:15:26 #7 DONE 0.1s 10:15:26 10:15:26 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:26 #8 DONE 0.0s 10:15:26 10:15:26 1 warning found (use --debug to expand): 10:15:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:27 #1 [internal] load build definition from Dockerfile 10:15:27 #1 transferring dockerfile: 224B done 10:15:27 #1 DONE 0.0s 10:15:27 10:15:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:27 #2 DONE 0.0s 10:15:27 10:15:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:27 #3 DONE 0.0s 10:15:27 10:15:27 #4 [internal] load .dockerignore 10:15:27 #4 transferring context: 2B done 10:15:27 #4 DONE 0.0s 10:15:27 10:15:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:27 #5 CACHED 10:15:27 10:15:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:27 #6 CACHED 10:15:27 10:15:27 #7 exporting to image 10:15:27 #7 exporting layers done 10:15:27 #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done 10:15:27 #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b 10:15:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:27 #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done 10:15:27 #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done 10:15:27 #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done 10:15:27 #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done 10:15:27 #7 pushing layers 0.0s done 10:15:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done 10:15:27 #7 DONE 0.1s 10:15:27 10:15:27 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:27 #8 DONE 0.0s 10:15:27 10:15:27 1 warning found (use --debug to expand): 10:15:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 10:15:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 10:15:27 #1 [internal] load build definition from Dockerfile 10:15:27 #1 transferring dockerfile: 175B done 10:15:27 #1 DONE 0.0s 10:15:27 10:15:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:15:27 #2 DONE 0.0s 10:15:27 10:15:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 10:15:27 #3 DONE 0.0s 10:15:27 10:15:27 #4 [internal] load .dockerignore 10:15:27 #4 transferring context: 2B done 10:15:27 #4 DONE 0.0s 10:15:27 10:15:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:27 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:27 #5 CACHED 10:15:27 10:15:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 10:15:27 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:0f392a50e48f9cc545b46cbe801669055364bd5e3eb442ace3712db8b55ff0db 0.0s done 10:15:27 #6 CACHED 10:15:27 10:15:27 #7 exporting to image 10:15:27 #7 exporting layers done 10:15:27 #7 exporting manifest sha256:a5641abf57d4e7f6cccb1bad7b780fb37187472aa0b8ec780e81d4214a89a13f done 10:15:27 #7 exporting config sha256:67482a2417e4d8be54b94abcec33b7c31a2843d34909020612a5da73d4a6102b done 10:15:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:27 #7 exporting manifest sha256:49fd90923ef398b217e690da955898e73535a3a8744caee4cecb8976e92529db done 10:15:27 #7 exporting config sha256:ef4ea21d33007e25d96508e8ecca99d826aa044ea4d04971a9abe58bcde77456 done 10:15:27 #7 exporting manifest list sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 done 10:15:27 #7 pushing layers 0.0s done 10:15:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f2c77688bc8dd4c4740a3fa46a3e89bb110d09857a1462c9900c3f1a556c4da6 0.1s done 10:15:27 #7 DONE 0.1s 10:15:27 10:15:27 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 10:15:27 #8 DONE 0.0s 10:15:27 10:15:27 1 warning found (use --debug to expand): 10:15:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:28 #1 [internal] load build definition from Dockerfile 10:15:28 #1 transferring dockerfile: 215B done 10:15:28 #1 DONE 0.0s 10:15:28 10:15:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:28 #2 DONE 0.0s 10:15:28 10:15:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:28 #3 DONE 0.0s 10:15:28 10:15:28 #4 [internal] load .dockerignore 10:15:28 #4 transferring context: 2B done 10:15:28 #4 DONE 0.0s 10:15:28 10:15:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:28 #5 DONE 0.0s 10:15:28 10:15:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:28 #6 DONE 0.1s 10:15:28 10:15:28 #7 exporting to image 10:15:28 #7 exporting layers done 10:15:28 #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done 10:15:28 #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done 10:15:28 #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done 10:15:28 #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a 10:15:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:28 #7 ... 10:15:28 10:15:28 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:15:28 #8 DONE 0.0s 10:15:28 10:15:28 #7 exporting to image 10:15:28 #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done 10:15:28 #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done 10:15:28 #7 pushing layers 0.1s done 10:15:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 10:15:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done 10:15:28 #7 DONE 0.2s 10:15:28 10:15:28 1 warning found (use --debug to expand): 10:15:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 10:15:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 10:15:28 #1 [internal] load build definition from Dockerfile 10:15:28 #1 transferring dockerfile: 181B done 10:15:28 #1 DONE 0.0s 10:15:28 10:15:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:15:28 #2 DONE 0.0s 10:15:28 10:15:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 10:15:28 #3 DONE 0.0s 10:15:28 10:15:28 #4 [internal] load .dockerignore 10:15:28 #4 transferring context: 2B done 10:15:28 #4 DONE 0.0s 10:15:28 10:15:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:28 #5 DONE 0.0s 10:15:28 10:15:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:29 #6 CACHED 10:15:29 10:15:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:29 #5 CACHED 10:15:29 10:15:29 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:15:29 #7 DONE 0.0s 10:15:29 10:15:29 #8 exporting to image 10:15:29 #8 exporting layers done 10:15:29 #8 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done 10:15:29 #8 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done 10:15:29 #8 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done 10:15:29 #8 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done 10:15:29 #8 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done 10:15:29 #8 pushing layers 0.0s done 10:15:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done 10:15:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:29 #8 DONE 0.1s 10:15:29 10:15:29 1 warning found (use --debug to expand): 10:15:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61' 10:15:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 --push - 10:15:29 #1 [internal] load build definition from Dockerfile 10:15:29 #1 transferring dockerfile: 187B done 10:15:29 #1 DONE 0.0s 10:15:29 10:15:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 10:15:29 #2 DONE 0.0s 10:15:29 10:15:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61 10:15:29 #3 DONE 0.0s 10:15:29 10:15:29 #4 [internal] load .dockerignore 10:15:29 #4 transferring context: 2B done 10:15:29 #4 DONE 0.0s 10:15:29 10:15:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:29 #5 CACHED 10:15:29 10:15:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:29 #6 CACHED 10:15:29 10:15:29 #7 exporting to image 10:15:29 #7 exporting layers done 10:15:29 #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done 10:15:29 #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done 10:15:29 #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done 10:15:29 #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done 10:15:29 #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 10:15:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:29 #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done 10:15:29 #7 pushing layers 0.0s done 10:15:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.61@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done 10:15:29 #7 DONE 0.1s 10:15:29 10:15:29 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:15:29 #8 DONE 0.0s 10:15:29 10:15:29 1 warning found (use --debug to expand): 10:15:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:30 #1 [internal] load build definition from Dockerfile 10:15:30 #1 transferring dockerfile: 228B done 10:15:30 #1 DONE 0.0s 10:15:30 10:15:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:30 #2 DONE 0.0s 10:15:30 10:15:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:30 #3 DONE 0.0s 10:15:30 10:15:30 #4 [internal] load .dockerignore 10:15:30 #4 transferring context: 2B done 10:15:30 #4 DONE 0.0s 10:15:30 10:15:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d done 10:15:30 #5 CACHED 10:15:30 10:15:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d done 10:15:30 #6 CACHED 10:15:30 10:15:30 #7 exporting to image 10:15:30 #7 exporting layers done 10:15:30 #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done 10:15:30 #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done 10:15:30 #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done 10:15:30 #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done 10:15:30 #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done 10:15:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:30 #7 pushing layers 0.0s done 10:15:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done 10:15:30 #7 DONE 0.1s 10:15:30 10:15:30 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:15:30 #8 DONE 0.0s 10:15:30 10:15:30 1 warning found (use --debug to expand): 10:15:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 10:15:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 10:15:30 #1 [internal] load build definition from Dockerfile 10:15:30 #1 transferring dockerfile: 179B done 10:15:30 #1 DONE 0.0s 10:15:30 10:15:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:15:30 #2 DONE 0.0s 10:15:30 10:15:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 10:15:30 #3 DONE 0.0s 10:15:30 10:15:30 #4 [internal] load .dockerignore 10:15:30 #4 transferring context: 2B done 10:15:30 #4 DONE 0.0s 10:15:30 10:15:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d done 10:15:30 #5 CACHED 10:15:30 10:15:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 10:15:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:37b59edca4a4338f389c7c633c07e4910344b132b6950147c0da4d5a48d9b87d 0.0s done 10:15:30 #6 CACHED 10:15:30 10:15:30 #7 exporting to image 10:15:30 #7 exporting layers done 10:15:30 #7 exporting manifest sha256:4abcfee2222d9aceac0d42cc9e34af537297bcdcb3f7be92a0e921340da12b3e done 10:15:30 #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 10:15:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:30 #7 exporting config sha256:1016806fdacee0d565f9cb2f9c356b4f7e1088cb6a0dfca228c4f117943ab185 done 10:15:30 #7 exporting manifest sha256:7ec40cdefc2f4c739e099384d7a38e5c98a2cc7336fe9a5182e4fa2f8f7835e7 done 10:15:30 #7 exporting config sha256:39483dcea498bee93d474c783c640e53f3777a50fe08077d03a2567242a9c31a done 10:15:30 #7 exporting manifest list sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 done 10:15:30 #7 pushing layers 0.0s done 10:15:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e05f2ff315692b14a8081ef4cac20177e560652630dd5104dc3217a1f490daf2 0.1s done 10:15:30 #7 DONE 0.1s 10:15:30 10:15:30 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 10:15:30 #8 DONE 0.0s 10:15:30 10:15:30 1 warning found (use --debug to expand): 10:15:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:31 #1 [internal] load build definition from Dockerfile 10:15:31 #1 transferring dockerfile: 205B done 10:15:31 #1 DONE 0.0s 10:15:31 10:15:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:31 #2 DONE 0.0s 10:15:31 10:15:31 #3 [internal] load .dockerignore 10:15:31 #3 transferring context: 2B done 10:15:31 #3 DONE 0.0s 10:15:31 10:15:31 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:31 #4 DONE 0.1s 10:15:31 10:15:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:31 #5 DONE 0.0s 10:15:31 10:15:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:31 #6 DONE 0.1s 10:15:31 10:15:31 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:15:31 #7 DONE 0.0s 10:15:31 10:15:31 #8 exporting to image 10:15:31 #8 exporting layers done 10:15:31 #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done 10:15:31 #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done 10:15:31 #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done 10:15:31 #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done 10:15:31 #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done 10:15:31 #8 pushing layers 0.1s done 10:15:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 10:15:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done 10:15:31 #8 DONE 0.2s 10:15:31 10:15:31 1 warning found (use --debug to expand): 10:15:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 10:15:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 10:15:32 #1 [internal] load build definition from Dockerfile 10:15:32 #1 transferring dockerfile: 171B done 10:15:32 #1 DONE 0.0s 10:15:32 10:15:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:15:32 #2 DONE 0.0s 10:15:32 10:15:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 10:15:32 #3 DONE 0.0s 10:15:32 10:15:32 #4 [internal] load .dockerignore 10:15:32 #4 transferring context: 2B done 10:15:32 #4 DONE 0.0s 10:15:32 10:15:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:32 #5 DONE 0.0s 10:15:32 10:15:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:32 #6 CACHED 10:15:32 10:15:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:32 #5 CACHED 10:15:32 10:15:32 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:15:32 #7 DONE 0.0s 10:15:32 10:15:32 #8 exporting to image 10:15:32 #8 exporting layers done 10:15:32 #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done 10:15:32 #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done 10:15:32 #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done 10:15:32 #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done 10:15:32 #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done 10:15:32 #8 pushing layers 0.0s done 10:15:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done 10:15:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:32 #8 DONE 0.1s 10:15:32 10:15:32 1 warning found (use --debug to expand): 10:15:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61' 10:15:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 --push - 10:15:32 #1 [internal] load build definition from Dockerfile 10:15:32 #1 transferring dockerfile: 177B done 10:15:32 #1 DONE 0.0s 10:15:32 10:15:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 10:15:32 #2 DONE 0.0s 10:15:32 10:15:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61 10:15:32 #3 DONE 0.0s 10:15:32 10:15:32 #4 [internal] load .dockerignore 10:15:32 #4 transferring context: 2B done 10:15:32 #4 DONE 0.0s 10:15:32 10:15:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:32 #5 DONE 0.0s 10:15:32 10:15:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:32 #6 CACHED 10:15:32 10:15:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:32 #5 CACHED 10:15:32 10:15:32 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:15:32 #7 DONE 0.0s 10:15:32 10:15:32 #8 exporting to image 10:15:32 #8 exporting layers done 10:15:32 #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done 10:15:32 #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done 10:15:32 #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done 10:15:32 #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done 10:15:32 #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done 10:15:32 #8 pushing layers 0.0s done 10:15:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.61@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done 10:15:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:32 #8 DONE 0.1s 10:15:32 10:15:32 1 warning found (use --debug to expand): 10:15:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:33 #1 [internal] load build definition from Dockerfile 10:15:33 #1 transferring dockerfile: 218B done 10:15:33 #1 DONE 0.0s 10:15:33 10:15:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:33 #2 DONE 0.0s 10:15:33 10:15:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:33 #3 DONE 0.0s 10:15:33 10:15:33 #4 [internal] load .dockerignore 10:15:33 #4 transferring context: 2B done 10:15:33 #4 DONE 0.0s 10:15:33 10:15:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:33 #5 DONE 0.0s 10:15:33 10:15:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:33 #6 CACHED 10:15:33 10:15:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:33 #5 CACHED 10:15:33 10:15:33 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:15:33 #7 DONE 0.0s 10:15:33 10:15:33 #8 exporting to image 10:15:33 #8 exporting layers done 10:15:33 #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done 10:15:33 #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done 10:15:33 #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done 10:15:33 #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done 10:15:33 #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done 10:15:33 #8 pushing layers 0.0s done 10:15:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done 10:15:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:33 #8 DONE 0.1s 10:15:33 10:15:33 1 warning found (use --debug to expand): 10:15:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 10:15:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 10:15:33 #1 [internal] load build definition from Dockerfile 10:15:33 #1 transferring dockerfile: 169B done 10:15:33 #1 DONE 0.0s 10:15:33 10:15:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:15:33 #2 DONE 0.0s 10:15:33 10:15:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 10:15:33 #3 DONE 0.0s 10:15:33 10:15:33 #4 [internal] load .dockerignore 10:15:33 #4 transferring context: 2B done 10:15:33 #4 DONE 0.0s 10:15:33 10:15:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:33 #5 DONE 0.0s 10:15:33 10:15:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 0.0s done 10:15:33 #6 CACHED 10:15:33 10:15:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:fc16e0cf50f1d3cc46bdb6ba44ecd506a4234576cf5b617677e4ce97df789267 10:15:33 #5 CACHED 10:15:33 10:15:33 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 10:15:33 #7 DONE 0.0s 10:15:33 10:15:33 #8 exporting to image 10:15:33 #8 exporting layers done 10:15:33 #8 exporting manifest sha256:bf0f4807876bb930d50258c8bf39e0c3c8bac6ed35043b403a1bbe43ce4d6b95 done 10:15:33 #8 exporting config sha256:d38d4472bfaebef37020bae79bf9a77ed15c33e365abd910cb9228935370f6ba done 10:15:33 #8 exporting manifest sha256:df4d64527d7e2231554817d11899a3c6c9323e7d9297aee4d4e9d24eea9f246b done 10:15:33 #8 exporting config sha256:e0185324a6529ae229cad3b3a623ceda030475c90638da855d8d92762781b1c6 done 10:15:33 #8 exporting manifest list sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff done 10:15:33 #8 pushing layers 0.0s done 10:15:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:2bace26434d0f809c315b142f710e3735a652fd0f06808d0398d8905f82021ff 0.1s done 10:15:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:33 #8 DONE 0.1s 10:15:33 10:15:33 1 warning found (use --debug to expand): 10:15:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:34 #1 [internal] load build definition from Dockerfile 10:15:34 #1 transferring dockerfile: 206B done 10:15:34 #1 DONE 0.0s 10:15:34 10:15:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:34 #2 DONE 0.0s 10:15:34 10:15:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:34 #3 DONE 0.0s 10:15:34 10:15:34 #4 [internal] load .dockerignore 10:15:34 #4 transferring context: 2B done 10:15:34 #4 DONE 0.0s 10:15:34 10:15:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:34 #5 DONE 0.0s 10:15:34 10:15:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:34 #6 DONE 0.1s 10:15:34 10:15:34 #7 exporting to image 10:15:34 #7 exporting layers done 10:15:34 #7 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done 10:15:34 #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 10:15:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:34 #7 ... 10:15:34 10:15:34 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:15:34 #8 DONE 0.0s 10:15:34 10:15:34 #7 exporting to image 10:15:34 #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done 10:15:34 #7 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done 10:15:34 #7 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done 10:15:34 #7 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done 10:15:34 #7 pushing layers 0.1s done 10:15:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 10:15:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done 10:15:34 #7 DONE 0.2s 10:15:34 10:15:34 1 warning found (use --debug to expand): 10:15:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 10:15:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 10:15:34 #1 [internal] load build definition from Dockerfile 10:15:34 #1 transferring dockerfile: 172B done 10:15:34 #1 DONE 0.0s 10:15:34 10:15:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:15:34 #2 DONE 0.0s 10:15:34 10:15:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 10:15:34 #3 DONE 0.0s 10:15:34 10:15:34 #4 [internal] load .dockerignore 10:15:34 #4 transferring context: 2B done 10:15:34 #4 DONE 0.0s 10:15:35 10:15:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f done 10:15:35 #5 CACHED 10:15:35 10:15:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:35 #6 CACHED 10:15:35 10:15:35 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:15:35 #7 DONE 0.0s 10:15:35 10:15:35 #8 exporting to image 10:15:35 #8 exporting layers done 10:15:35 #8 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done 10:15:35 #8 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done 10:15:35 #8 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done 10:15:35 #8 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done 10:15:35 #8 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done 10:15:35 #8 pushing layers 0.0s done 10:15:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done 10:15:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:35 #8 DONE 0.1s 10:15:35 10:15:35 1 warning found (use --debug to expand): 10:15:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61' 10:15:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 --push - 10:15:35 #1 [internal] load build definition from Dockerfile 10:15:35 #1 transferring dockerfile: 178B done 10:15:35 #1 DONE 0.0s 10:15:35 10:15:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 10:15:35 #2 DONE 0.0s 10:15:35 10:15:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61 10:15:35 #3 DONE 0.0s 10:15:35 10:15:35 #4 [internal] load .dockerignore 10:15:35 #4 transferring context: 2B done 10:15:35 #4 DONE 0.0s 10:15:35 10:15:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:35 #5 CACHED 10:15:35 10:15:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:35 #6 CACHED 10:15:35 10:15:35 #7 exporting to image 10:15:35 #7 exporting layers done 10:15:35 #7 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done 10:15:35 #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done 10:15:35 #7 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done 10:15:35 #7 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done 10:15:35 #7 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done 10:15:35 #7 pushing layers 10:15:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:35 #7 pushing layers 0.0s done 10:15:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.61@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done 10:15:35 #7 DONE 0.1s 10:15:35 10:15:35 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:15:35 #8 DONE 0.0s 10:15:35 10:15:35 1 warning found (use --debug to expand): 10:15:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:36 #1 [internal] load build definition from Dockerfile 10:15:36 #1 DONE 0.0s 10:15:36 10:15:36 #1 [internal] load build definition from Dockerfile 10:15:36 #1 transferring dockerfile: 219B done 10:15:36 #1 DONE 0.0s 10:15:36 10:15:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:36 #2 DONE 0.0s 10:15:36 10:15:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:36 #3 DONE 0.0s 10:15:36 10:15:36 #4 [internal] load .dockerignore 10:15:36 #4 transferring context: 2B done 10:15:36 #4 DONE 0.0s 10:15:36 10:15:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:36 #5 CACHED 10:15:36 10:15:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:36 #6 CACHED 10:15:36 10:15:36 #7 exporting to image 10:15:36 #7 exporting layers 10:15:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:36 #7 exporting layers done 10:15:36 #7 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done 10:15:36 #7 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done 10:15:36 #7 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done 10:15:36 #7 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done 10:15:36 #7 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done 10:15:36 #7 pushing layers 0.0s done 10:15:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done 10:15:36 #7 DONE 0.1s 10:15:36 10:15:36 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:15:36 #8 DONE 0.0s 10:15:36 10:15:36 1 warning found (use --debug to expand): 10:15:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 10:15:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 10:15:36 #1 [internal] load build definition from Dockerfile 10:15:36 #1 transferring dockerfile: 170B done 10:15:36 #1 DONE 0.0s 10:15:36 10:15:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:15:36 #2 DONE 0.0s 10:15:36 10:15:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 10:15:36 #3 DONE 0.0s 10:15:36 10:15:36 #4 [internal] load .dockerignore 10:15:36 #4 transferring context: 2B done 10:15:36 #4 DONE 0.0s 10:15:36 10:15:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:36 #5 DONE 0.0s 10:15:36 10:15:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 0.0s done 10:15:36 #6 CACHED 10:15:36 10:15:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:03ee1b08b588ed7d51f5d0267f9b7176dd1cbfc076f90afdc3842a62d146f08f 10:15:36 #5 CACHED 10:15:36 10:15:36 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 10:15:36 #7 DONE 0.0s 10:15:36 10:15:36 #8 exporting to image 10:15:36 #8 exporting layers done 10:15:36 #8 exporting manifest sha256:6203810ec0f3eecc839284b7ced490e219ec8ba3bd7d80d1a4aa7e52f4e37bdf done 10:15:36 #8 exporting config sha256:fd3f5c3aa1952f41b061de1c388cc56d8610e0fda35253ae2a664f189b59a295 done 10:15:36 #8 exporting manifest sha256:912df11d2ef9464023b938a17ac4322e0d9f3c5b522124c65fd3cf5304667be7 done 10:15:36 #8 exporting config sha256:1f78713e545e5284009f40f8e0a60e60b109b38d8cc64a001a6ad4273aedceae done 10:15:36 #8 exporting manifest list sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 done 10:15:36 #8 pushing layers 0.0s done 10:15:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:b9c00c00077dd7753c3d3d7f986493984aaccab0d157a0c79e3760f4b5a5db27 0.1s done 10:15:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:36 #8 DONE 0.1s 10:15:36 10:15:36 1 warning found (use --debug to expand): 10:15:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:37 #1 [internal] load build definition from Dockerfile 10:15:37 #1 transferring dockerfile: 206B done 10:15:37 #1 DONE 0.0s 10:15:37 10:15:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:37 #2 DONE 0.0s 10:15:37 10:15:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:37 #3 DONE 0.1s 10:15:37 10:15:37 #4 [internal] load .dockerignore 10:15:37 #4 transferring context: 2B done 10:15:37 #4 DONE 0.0s 10:15:37 10:15:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:37 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a done 10:15:37 #5 DONE 0.0s 10:15:37 10:15:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:37 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:37 #6 DONE 0.1s 10:15:37 10:15:37 #7 exporting to image 10:15:37 #7 exporting layers done 10:15:37 #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done 10:15:37 #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done 10:15:37 #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done 10:15:37 #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 10:15:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:37 #7 ... 10:15:37 10:15:37 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:15:37 #8 DONE 0.0s 10:15:37 10:15:37 #7 exporting to image 10:15:37 #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 0.0s done 10:15:37 #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done 10:15:37 #7 pushing layers 0.1s done 10:15:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 10:15:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done 10:15:37 #7 DONE 0.2s 10:15:37 10:15:37 1 warning found (use --debug to expand): 10:15:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 10:15:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 10:15:38 #1 [internal] load build definition from Dockerfile 10:15:38 #1 transferring dockerfile: 172B done 10:15:38 #1 DONE 0.0s 10:15:38 10:15:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:15:38 #2 DONE 0.0s 10:15:38 10:15:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 10:15:38 #3 DONE 0.0s 10:15:38 10:15:38 #4 [internal] load .dockerignore 10:15:38 #4 transferring context: 2B done 10:15:38 #4 DONE 0.0s 10:15:38 10:15:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:38 #5 CACHED 10:15:38 10:15:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:38 #6 CACHED 10:15:38 10:15:38 #7 exporting to image 10:15:38 #7 exporting layers done 10:15:38 #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done 10:15:38 #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done 10:15:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:38 #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done 10:15:38 #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done 10:15:38 #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done 10:15:38 #7 pushing layers 0.0s done 10:15:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done 10:15:38 #7 DONE 0.1s 10:15:38 10:15:38 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:15:38 #8 DONE 0.0s 10:15:38 10:15:38 1 warning found (use --debug to expand): 10:15:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61' 10:15:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 --push - 10:15:38 #1 [internal] load build definition from Dockerfile 10:15:38 #1 transferring dockerfile: 178B done 10:15:38 #1 DONE 0.0s 10:15:38 10:15:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 10:15:38 #2 DONE 0.0s 10:15:38 10:15:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61 10:15:38 #3 DONE 0.0s 10:15:38 10:15:38 #4 [internal] load .dockerignore 10:15:38 #4 transferring context: 2B done 10:15:38 #4 DONE 0.0s 10:15:38 10:15:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:38 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:38 #5 DONE 0.0s 10:15:38 10:15:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:38 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:38 #6 CACHED 10:15:38 10:15:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:38 #5 CACHED 10:15:38 10:15:38 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:15:38 #7 DONE 0.0s 10:15:38 10:15:38 #8 exporting to image 10:15:38 #8 exporting layers done 10:15:38 #8 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done 10:15:38 #8 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done 10:15:38 #8 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done 10:15:38 #8 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done 10:15:38 #8 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done 10:15:38 #8 pushing layers 0.0s done 10:15:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.61@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done 10:15:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:38 #8 DONE 0.1s 10:15:38 10:15:38 1 warning found (use --debug to expand): 10:15:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:39 #1 [internal] load build definition from Dockerfile 10:15:39 #1 transferring dockerfile: 219B done 10:15:39 #1 DONE 0.0s 10:15:39 10:15:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:39 #2 DONE 0.0s 10:15:39 10:15:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:39 #3 DONE 0.0s 10:15:39 10:15:39 #4 [internal] load .dockerignore 10:15:39 #4 transferring context: 2B done 10:15:39 #4 DONE 0.0s 10:15:39 10:15:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:39 #5 CACHED 10:15:39 10:15:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:39 #6 CACHED 10:15:39 10:15:39 #7 exporting to image 10:15:39 #7 exporting layers done 10:15:39 #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done 10:15:39 #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done 10:15:39 #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done 10:15:39 #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 10:15:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:39 #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done 10:15:39 #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done 10:15:39 #7 pushing layers 0.0s done 10:15:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done 10:15:39 #7 DONE 0.1s 10:15:39 10:15:39 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:15:39 #8 DONE 0.0s 10:15:39 10:15:39 1 warning found (use --debug to expand): 10:15:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 10:15:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 10:15:39 #1 [internal] load build definition from Dockerfile 10:15:39 #1 transferring dockerfile: 170B done 10:15:39 #1 DONE 0.0s 10:15:39 10:15:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:15:39 #2 DONE 0.0s 10:15:39 10:15:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 10:15:39 #3 DONE 0.0s 10:15:39 10:15:39 #4 [internal] load .dockerignore 10:15:39 #4 transferring context: 2B done 10:15:39 #4 DONE 0.0s 10:15:39 10:15:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:39 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:39 #5 CACHED 10:15:39 10:15:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 10:15:39 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:2f32de3856f5840e5f60bbbd3ead5cdb83d1de2ecd77dd0ddad2ce6a0a2e321a 0.0s done 10:15:39 #6 CACHED 10:15:39 10:15:39 #7 exporting to image 10:15:39 #7 exporting layers 10:15:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:39 #7 exporting layers done 10:15:39 #7 exporting manifest sha256:4a4deff2d6248a5177f74ba70c4f27bd6c8bd86fc3b0489d65f50e5a6b9b9cf9 done 10:15:39 #7 exporting config sha256:ea680d69c4ff4c3dd0d4817f1308272212528ae11d5179120f54f67c2e03be74 done 10:15:39 #7 exporting manifest sha256:440f72c178adbdd46870f72817f225390397280ecbebdfd487fc6b11ac682b55 done 10:15:39 #7 exporting config sha256:20e1b03065dca3c27a75982da9ce33ce9a7dc2f47210e076430c2b96905c67a8 done 10:15:39 #7 exporting manifest list sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e done 10:15:39 #7 pushing layers 0.0s done 10:15:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:6e47adf47071229710c669d4e7c9a61913513afc3b978b964cdedbcbbb94d95e 0.1s done 10:15:39 #7 DONE 0.1s 10:15:39 10:15:39 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 10:15:39 #8 DONE 0.0s 10:15:39 10:15:39 1 warning found (use --debug to expand): 10:15:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:40 #1 [internal] load build definition from Dockerfile 10:15:40 #1 transferring dockerfile: 206B done 10:15:40 #1 DONE 0.0s 10:15:40 10:15:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:40 #2 DONE 0.0s 10:15:40 10:15:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:40 #3 DONE 0.0s 10:15:40 10:15:40 #4 [internal] load .dockerignore 10:15:40 #4 transferring context: 2B done 10:15:40 #4 DONE 0.0s 10:15:40 10:15:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:40 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:40 #5 DONE 0.0s 10:15:40 10:15:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:40 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:40 #6 DONE 0.0s 10:15:40 10:15:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:40 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:40 #5 DONE 0.1s 10:15:40 10:15:40 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:15:40 #7 DONE 0.0s 10:15:40 10:15:40 #8 exporting to image 10:15:40 #8 exporting layers done 10:15:40 #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done 10:15:40 #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done 10:15:40 #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done 10:15:40 #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done 10:15:40 #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done 10:15:40 #8 pushing layers 0.1s done 10:15:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done 10:15:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:40 #8 DONE 0.2s 10:15:40 10:15:40 1 warning found (use --debug to expand): 10:15:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 10:15:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 10:15:41 #1 [internal] load build definition from Dockerfile 10:15:41 #1 transferring dockerfile: 172B done 10:15:41 #1 DONE 0.0s 10:15:41 10:15:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:15:41 #2 DONE 0.0s 10:15:41 10:15:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 10:15:41 #3 DONE 0.0s 10:15:41 10:15:41 #4 [internal] load .dockerignore 10:15:41 #4 transferring context: 2B done 10:15:41 #4 DONE 0.0s 10:15:41 10:15:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:41 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:41 #5 DONE 0.0s 10:15:41 10:15:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:41 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:41 #6 CACHED 10:15:41 10:15:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:41 #5 CACHED 10:15:41 10:15:41 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:15:41 #7 DONE 0.0s 10:15:41 10:15:41 #8 exporting to image 10:15:41 #8 exporting layers done 10:15:41 #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done 10:15:41 #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done 10:15:41 #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done 10:15:41 #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done 10:15:41 #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done 10:15:41 #8 pushing layers 0.0s done 10:15:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done 10:15:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:41 #8 DONE 0.1s 10:15:41 10:15:41 1 warning found (use --debug to expand): 10:15:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 --push - 10:15:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61' 10:15:41 #1 [internal] load build definition from Dockerfile 10:15:41 #1 transferring dockerfile: 178B done 10:15:41 #1 DONE 0.0s 10:15:41 10:15:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 10:15:41 #2 DONE 0.0s 10:15:41 10:15:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61 10:15:41 #3 DONE 0.0s 10:15:41 10:15:41 #4 [internal] load .dockerignore 10:15:41 #4 transferring context: 2B 0.0s done 10:15:41 #4 DONE 0.0s 10:15:41 10:15:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:41 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:41 #5 DONE 0.0s 10:15:41 10:15:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:41 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:41 #6 CACHED 10:15:41 10:15:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:41 #5 CACHED 10:15:41 10:15:41 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:15:41 #7 DONE 0.0s 10:15:41 10:15:41 #8 exporting to image 10:15:41 #8 exporting layers done 10:15:41 #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done 10:15:41 #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done 10:15:41 #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done 10:15:41 #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done 10:15:41 #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done 10:15:41 #8 pushing layers 0.0s done 10:15:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.61@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done 10:15:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:41 #8 DONE 0.1s 10:15:41 10:15:41 1 warning found (use --debug to expand): 10:15:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:42 #1 [internal] load build definition from Dockerfile 10:15:42 #1 transferring dockerfile: 219B done 10:15:42 #1 DONE 0.0s 10:15:42 10:15:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:42 #2 DONE 0.0s 10:15:42 10:15:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:42 #3 DONE 0.0s 10:15:42 10:15:42 #4 [internal] load .dockerignore 10:15:42 #4 transferring context: 2B done 10:15:42 #4 DONE 0.0s 10:15:42 10:15:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:42 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:42 #5 CACHED 10:15:42 10:15:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:42 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:42 #6 CACHED 10:15:42 10:15:42 #7 exporting to image 10:15:42 #7 exporting layers done 10:15:42 #7 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done 10:15:42 #7 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done 10:15:42 #7 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done 10:15:42 #7 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 10:15:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:42 #7 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done 10:15:42 #7 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done 10:15:42 #7 pushing layers 0.0s done 10:15:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done 10:15:42 #7 DONE 0.1s 10:15:42 10:15:42 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:15:42 #8 DONE 0.0s 10:15:42 10:15:42 1 warning found (use --debug to expand): 10:15:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 10:15:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 10:15:42 #1 [internal] load build definition from Dockerfile 10:15:42 #1 transferring dockerfile: 170B done 10:15:42 #1 DONE 0.0s 10:15:42 10:15:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:15:42 #2 DONE 0.0s 10:15:42 10:15:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 10:15:42 #3 DONE 0.0s 10:15:42 10:15:42 #4 [internal] load .dockerignore 10:15:42 #4 transferring context: 2B done 10:15:42 #4 DONE 0.0s 10:15:42 10:15:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:42 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:42 #5 CACHED 10:15:42 10:15:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 10:15:42 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e961e760d0d89d1d28a35b31aff5f8a137191c7595159498379259de374bfa1d 0.0s done 10:15:42 #6 CACHED 10:15:42 10:15:42 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 10:15:42 #7 DONE 0.0s 10:15:42 10:15:42 #8 exporting to image 10:15:42 #8 exporting layers done 10:15:42 #8 exporting manifest sha256:c2f221247403d47371d6d0d07e1e65f7c9839ff92b7eddf42979c44587d29a49 done 10:15:42 #8 exporting config sha256:3a631ba9731605cb2d4c0072a31a18373f2558f43315292770e77bfcd49e5c55 done 10:15:42 #8 exporting manifest sha256:721471a8f148b81917e0a583392b18c55f64042642d53e2d7b9e2eae66ee919a done 10:15:42 #8 exporting config sha256:8582e57d0e108bf0df96a2a29237342999f2cb5731821dec89be2227780e3cf3 done 10:15:42 #8 exporting manifest list sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b done 10:15:42 #8 pushing layers 0.0s done 10:15:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c0d470d3d864bd7a8339b72182cd4a49e86d1866e02781fdcaf0ab37cb5b4a3b 0.1s done 10:15:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:42 #8 DONE 0.1s 10:15:42 10:15:42 1 warning found (use --debug to expand): 10:15:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1' 10:15:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 --push - 10:15:43 #1 [internal] load build definition from Dockerfile 10:15:43 #1 transferring dockerfile: 202B done 10:15:43 #1 DONE 0.0s 10:15:43 10:15:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:43 #2 DONE 0.1s 10:15:43 10:15:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:15:43 #3 DONE 0.1s 10:15:43 10:15:43 #4 [internal] load .dockerignore 10:15:43 #4 transferring context: 10:15:43 #4 transferring context: 2B done 10:15:43 #4 DONE 0.0s 10:15:43 10:15:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:43 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:43 #5 DONE 0.0s 10:15:43 10:15:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:43 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:43 #6 DONE 0.1s 10:15:43 10:15:43 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:15:43 #7 DONE 0.0s 10:15:43 10:15:43 #8 exporting to image 10:15:43 #8 exporting layers done 10:15:43 #8 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done 10:15:43 #8 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done 10:15:43 #8 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done 10:15:43 #8 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done 10:15:43 #8 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done 10:15:43 #8 pushing layers 0.1s done 10:15:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 10:15:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done 10:15:43 #8 DONE 0.2s 10:15:43 10:15:43 1 warning found (use --debug to expand): 10:15:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 10:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 10:15:44 #1 [internal] load build definition from Dockerfile 10:15:44 #1 transferring dockerfile: 168B done 10:15:44 #1 DONE 0.0s 10:15:44 10:15:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:15:44 #2 DONE 0.0s 10:15:44 10:15:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 10:15:44 #3 DONE 0.0s 10:15:44 10:15:44 #4 [internal] load .dockerignore 10:15:44 #4 transferring context: 2B done 10:15:44 #4 DONE 0.0s 10:15:44 10:15:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:44 #5 CACHED 10:15:44 10:15:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:44 #6 CACHED 10:15:44 10:15:44 #7 exporting to image 10:15:44 #7 exporting layers 10:15:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:44 #7 exporting layers done 10:15:44 #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done 10:15:44 #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done 10:15:44 #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done 10:15:44 #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done 10:15:44 #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done 10:15:44 #7 pushing layers 0.0s done 10:15:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done 10:15:44 #7 DONE 0.1s 10:15:44 10:15:44 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:15:44 #8 DONE 0.0s 10:15:44 10:15:44 1 warning found (use --debug to expand): 10:15:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61' 10:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 --push - 10:15:44 #1 [internal] load build definition from Dockerfile 10:15:44 #1 transferring dockerfile: 174B done 10:15:44 #1 DONE 0.0s 10:15:44 10:15:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 10:15:44 #2 DONE 0.0s 10:15:44 10:15:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61 10:15:44 #3 DONE 0.0s 10:15:44 10:15:44 #4 [internal] load .dockerignore 10:15:44 #4 transferring context: 2B done 10:15:44 #4 DONE 0.0s 10:15:44 10:15:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:44 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:44 #5 CACHED 10:15:44 10:15:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:44 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:44 #6 CACHED 10:15:44 10:15:44 #7 exporting to image 10:15:44 #7 exporting layers 10:15:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:44 #7 exporting layers done 10:15:44 #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done 10:15:44 #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done 10:15:44 #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done 10:15:44 #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done 10:15:44 #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done 10:15:44 #7 pushing layers 0.0s done 10:15:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.61@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done 10:15:44 #7 DONE 0.1s 10:15:44 10:15:44 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:15:44 #8 DONE 0.0s 10:15:44 10:15:44 1 warning found (use --debug to expand): 10:15:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 --push - 10:15:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61' 10:15:45 #1 [internal] load build definition from Dockerfile 10:15:45 #1 transferring dockerfile: 215B done 10:15:45 #1 DONE 0.0s 10:15:45 10:15:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:45 #2 DONE 0.0s 10:15:45 10:15:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:15:45 #3 DONE 0.0s 10:15:45 10:15:45 #4 [internal] load .dockerignore 10:15:45 #4 transferring context: 2B done 10:15:45 #4 DONE 0.0s 10:15:45 10:15:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:45 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a done 10:15:45 #5 CACHED 10:15:45 10:15:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:45 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a done 10:15:45 #6 CACHED 10:15:45 10:15:45 #7 exporting to image 10:15:45 #7 exporting layers done 10:15:45 #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done 10:15:45 #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done 10:15:45 #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done 10:15:45 #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done 10:15:45 #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done 10:15:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:45 #7 pushing layers 0.0s done 10:15:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done 10:15:45 #7 DONE 0.1s 10:15:45 10:15:45 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:15:45 #8 DONE 0.0s 10:15:45 10:15:45 1 warning found (use --debug to expand): 10:15:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 10:15:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 10:15:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 10:15:45 #1 [internal] load build definition from Dockerfile 10:15:45 #1 transferring dockerfile: 166B done 10:15:45 #1 DONE 0.0s 10:15:45 10:15:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:15:45 #2 DONE 0.0s 10:15:45 10:15:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 10:15:45 #3 DONE 0.0s 10:15:45 10:15:45 #4 [internal] load .dockerignore 10:15:45 #4 transferring context: 2B done 10:15:45 #4 DONE 0.0s 10:15:45 10:15:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:45 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:45 #5 CACHED 10:15:45 10:15:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 10:15:45 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:71fecbec0b2821f3fdc2d294fb120242f57796c4614ef1a8e155d53835973b8a 0.0s done 10:15:45 #6 CACHED 10:15:45 10:15:45 #7 exporting to image 10:15:45 #7 exporting layers 10:15:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 10:15:45 #7 exporting layers done 10:15:45 #7 exporting manifest sha256:73ae7f1d568d4adf0a95b678ddc17459fab44764834ffe4031b522b83ea573be done 10:15:45 #7 exporting config sha256:ed08c0c9aed95270c345450968e67dfb75fb51a63648ec00dc9f6392dbc14845 done 10:15:45 #7 exporting manifest sha256:46f596603fa8ed66ecdb9df12f1a6ed16a2d57f94b9c7c495607f4544d971416 done 10:15:45 #7 exporting config sha256:8bbc4203f06dd91bcc4cfdcdb7d5874a2b317bfd2ff4520f119e158da04bc5e5 done 10:15:45 #7 exporting manifest list sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e done 10:15:45 #7 pushing layers 0.0s done 10:15:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f9f8befa7aedfaa1b41735b46de6933d747d582b2fe77c5fbec863f5b01f300e 0.1s done 10:15:46 #7 DONE 0.1s 10:15:46 10:15:46 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 10:15:46 #8 DONE 0.0s 10:15:46 10:15:46 1 warning found (use --debug to expand): 10:15:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:15:46 + '[' -d /w/workspace/edgex-go/905/archives ']' [Pipeline] libraryResource [Pipeline] sh 10:15:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:15:47 ---> package-listing.sh 10:15:47 ++ facter osfamily 10:15:47 ++ tr '[:upper:]' '[:lower:]' 10:15:47 + OS_FAMILY=redhat 10:15:47 + workspace=/w/workspace/edgex-go/905 10:15:47 + START_PACKAGES=/tmp/packages_start.txt 10:15:47 + END_PACKAGES=/tmp/packages_end.txt 10:15:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:15:47 + PACKAGES=/tmp/packages_start.txt 10:15:47 + '[' /w/workspace/edgex-go/905 ']' 10:15:47 + PACKAGES=/tmp/packages_end.txt 10:15:47 + case "${OS_FAMILY}" in 10:15:47 + sort 10:15:47 + rpm -qa 10:15:48 + '[' -f /tmp/packages_start.txt ']' 10:15:48 + '[' -f /tmp/packages_end.txt ']' 10:15:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:15:48 + '[' /w/workspace/edgex-go/905 ']' 10:15:48 + mkdir -p /w/workspace/edgex-go/905/archives/ 10:15:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/905/archives/ [Pipeline] echo 10:15:48 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/905/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:15:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:15:48 10:15:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:15:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:15:49 latest: Pulling from edgex-lftools-log-publisher 10:15:49 5eb5b503b376: Pulling fs layer 10:15:49 5c69ac0246d0: Pulling fs layer 10:15:49 ec43610c2a17: Pulling fs layer 10:15:49 3a2ae6a8a46f: Pulling fs layer 10:15:49 33b1e0a273af: Pulling fs layer 10:15:49 5d3b04190fa2: Pulling fs layer 10:15:49 2f39f015ded8: Pulling fs layer 10:15:49 3a2ae6a8a46f: Waiting 10:15:49 33b1e0a273af: Waiting 10:15:49 5d3b04190fa2: Waiting 10:15:49 2f39f015ded8: Waiting 10:15:49 5c69ac0246d0: Verifying Checksum 10:15:49 5c69ac0246d0: Download complete 10:15:49 3a2ae6a8a46f: Verifying Checksum 10:15:49 3a2ae6a8a46f: Download complete 10:15:49 33b1e0a273af: Verifying Checksum 10:15:49 33b1e0a273af: Download complete 10:15:49 ec43610c2a17: Verifying Checksum 10:15:49 ec43610c2a17: Download complete 10:15:49 5d3b04190fa2: Verifying Checksum 10:15:49 5d3b04190fa2: Download complete 10:15:49 5eb5b503b376: Verifying Checksum 10:15:49 5eb5b503b376: Download complete 10:15:50 2f39f015ded8: Verifying Checksum 10:15:50 2f39f015ded8: Download complete 10:15:51 5eb5b503b376: Pull complete 10:15:51 5c69ac0246d0: Pull complete 10:15:51 ec43610c2a17: Pull complete 10:15:51 3a2ae6a8a46f: Pull complete 10:15:51 33b1e0a273af: Pull complete 10:15:51 5d3b04190fa2: Pull complete 10:15:55 2f39f015ded8: Pull complete 10:15:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:15:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:15:55 prd-centos7-docker-4c-2g-8919 does not seem to be running inside a container 10:15: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/905/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 10:15:59 $ docker top 118e6a38a32f019ef248a4b341d4a1b9ea0d146a32b383972f6771afb03635ea -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:59 + touch /tmp/pre-build-complete [Pipeline] sh 10:15:59 + mkdir -p /var/log/sysstat [Pipeline] sh 10:16:00 + ls /var/log/sa-host 10:16:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:16:00 provisioning config files... 10:16:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config1302018859404515246tmp [Pipeline] { [Pipeline] echo 10:16:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:16:00 ---> create-netrc.sh [Pipeline] } 10:16:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:16:01 ---> python-tools-install.sh [Pipeline] echo 10:16:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:16:01 ---> sudo-logs.sh 10:16:01 Archiving 'sudo' log.. 10:16:01 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:16:01 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 10:16:01 $ docker stop --time=1 118e6a38a32f019ef248a4b341d4a1b9ea0d146a32b383972f6771afb03635ea 10:16:02 $ docker rm -f --volumes 118e6a38a32f019ef248a4b341d4a1b9ea0d146a32b383972f6771afb03635ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 10:16:02 [WS-CLEANUP] Deleting project workspace... 10:16:02 [WS-CLEANUP] Deferred wipeout is used... 10:16:02 [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:28:07 #144 ... 10:28:07 10:28:07 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 10:28:07 #149 DONE 1074.5s 10:28:07 10:28:07 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:28:07 #154 ... 10:28:07 10:28:07 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:28:07 #155 DONE 0.2s 10:28:07 10:28:07 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:28:07 #156 DONE 0.1s 10:28:07 10:28:07 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 10:28:07 #157 DONE 0.3s 10:28:07 10:28:07 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:28:07 #148 ... 10:28:07 10:28:07 #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:28:07 #158 DONE 0.1s 10:28:07 10:28:07 #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:28:07 #159 DONE 0.1s 10:28:07 10:28:07 #153 [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:28:07 #153 ... 10:28:07 10:28:07 #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:28:07 #160 DONE 2.3s 10:28:07 10:28:07 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:28:07 #151 ... 10:28:07 10:28:07 #108 [core-common-config-bootstrapper] exporting to image 10:28:07 #108 exporting layers 10:28:07 #108 exporting layers 0.7s done 10:28:07 #108 writing image sha256:991bd6c83969c0d2ecab95f114e6114387c6b7ed9332fca1092a8b684328cb14 done 10:28:07 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 10:28:07 #108 DONE 7.9s 10:28:07 10:28:07 #153 [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:28:17 #153 ... 10:28:17 10:28:17 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 10:28:17 #151 DONE 1092.9s 10:28:17 10:28:17 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 10:28:17 #161 DONE 0.4s 10:28:17 10:28:17 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 10:28:19 #162 DONE 2.1s 10:28:19 10:28:19 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 10:28:19 #163 DONE 0.2s 10:28:19 10:28:19 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 10:28:20 #164 DONE 0.3s 10:28:20 10:28:20 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:28:20 #165 DONE 0.2s 10:28:20 10:28:20 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 10:28:20 #166 DONE 0.1s 10:28:20 10:28:20 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:28:20 #150 ... 10:28:20 10:28:20 #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:28:20 #167 DONE 0.1s 10:28:20 10:28:20 #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:28:20 #168 DONE 0.1s 10:28:20 10:28:20 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:28:20 #135 ... 10:28:20 10:28:20 #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:28:20 #169 DONE 0.1s 10:28:20 10:28:20 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:28:20 #170 DONE 0.1s 10:28:20 10:28:20 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:28:21 #144 ... 10:28:21 10:28:21 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 10:28:23 #171 DONE 1.8s 10:28:23 10:28:23 #108 [security-bootstrapper] exporting to image 10:28:23 #108 exporting layers 10:28:23 #108 exporting layers 0.8s done 10:28:23 #108 writing image sha256:cbc4bb45d24dc281979483ee3a5108105c9428bf8b77fc387059c39e1bd9bd89 done 10:28:23 #108 naming to docker.io/library/security-bootstrapper-arm64 done 10:28:23 #108 DONE 8.7s 10:28:23 10:28:23 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:43:31 #144 ... 10:43:31 10:43:31 #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 10:43:31 #146 DONE 1994.8s 10:43:31 10:43:31 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:43:31 #145 ... 10:43:31 10:43:31 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 10:43:31 #172 DONE 0.1s 10:43:31 10:43:31 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 10:43:31 #173 DONE 0.1s 10:43:31 10:43:31 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:43:31 #144 ... 10:43:31 10:43:31 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:43:31 #174 DONE 0.4s 10:43:31 10:43:31 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:43:31 #135 ... 10:43:31 10:43:31 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 10:43:31 #175 DONE 0.1s 10:43:31 10:43:31 #108 [core-command] exporting to image 10:43:31 #108 exporting layers 10:43:31 #108 exporting layers 0.4s done 10:43:31 #108 writing image sha256:1d0ea12f762625884bc0e74359bde5da7c9abec2bf335cd49b9d6193477e6da1 done 10:43:31 #108 naming to docker.io/library/core-command-arm64 done 10:43:31 #108 DONE 9.2s 10:43:31 10:43:31 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:43:53 #144 ... 10:43:53 10:43:53 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 10:43:53 #154 DONE 2027.3s 10:43:53 10:43:53 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:43:53 #150 ... 10:43:53 10:43:53 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 10:43:53 #176 DONE 0.2s 10:43:53 10:43:53 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 10:43:53 #177 DONE 0.4s 10:43:53 10:43:53 #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:43:53 #178 DONE 0.3s 10:43:53 10:43:53 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 10:43:53 #179 DONE 0.1s 10:43:53 10:43:53 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:43:53 #180 DONE 0.4s 10:43:53 10:43:53 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:43:53 #144 ... 10:43:53 10:43:53 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 10:43:53 #181 DONE 0.1s 10:43:53 10:43:53 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:43:55 #182 DONE 2.2s 10:43:55 10:43:55 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:43:55 #150 ... 10:43:55 10:43:55 #108 [security-proxy-setup] exporting to image 10:43:55 #108 exporting layers 10:43:56 #108 exporting layers 0.9s done 10:43:56 #108 writing image sha256:02ed9a67dc6b4e508daf47f6def617cf410586e5dadf6dd9a2b7e90223ac5260 done 10:43:56 #108 naming to docker.io/library/security-proxy-setup-arm64 done 10:43:56 #108 DONE 10.1s 10:43:56 10:43:56 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:43:57 #144 ... 10:43:57 10:43:57 #153 [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:43:57 #153 2033.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.61 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:44:29 #153 DONE 2065.3s 10:44:29 10:44:29 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:44:30 #150 ... 10:44:30 10:44:30 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 10:44:30 #183 DONE 0.1s 10:44:30 10:44:30 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:44:30 #152 ... 10:44:30 10:44:30 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 10:44:30 #184 DONE 0.1s 10:44:30 10:44:30 #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:44:30 #185 DONE 0.1s 10:44:30 10:44:30 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:44:30 #135 ... 10:44:30 10:44:30 #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:44:30 #186 DONE 0.1s 10:44:30 10:44:30 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 10:44:30 #187 DONE 0.1s 10:44:30 10:44:30 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:44:31 #144 ... 10:44:31 10:44:31 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:44:31 #188 DONE 0.3s 10:44:31 10:44:31 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:44:31 #189 DONE 0.5s 10:44:31 10:44:31 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:44:31 #190 DONE 0.1s 10:44:31 10:44:31 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:44:33 #191 DONE 1.9s 10:44:33 10:44:33 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:44:33 #147 ... 10:44:33 10:44:33 #108 [security-secretstore-setup] exporting to image 10:44:33 #108 exporting layers 10:44:35 #108 exporting layers 1.9s done 10:44:35 #108 writing image sha256:f1f4cdfe22134738c8e6a044e6d7794a0e191669fb9f049811df36b9a2e1fea1 done 10:44:35 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 10:44:35 #108 DONE 12.0s 10:44:35 10:44:35 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:45:22 #135 ... 10:45:22 10:45:22 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 10:45:22 #144 DONE 2112.1s 10:45:22 10:45:22 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:45:22 #135 ... 10:45:22 10:45:22 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:45:22 #192 DONE 0.2s 10:45:22 10:45:22 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:45:22 #193 DONE 0.3s 10:45:22 10:45:22 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:45:22 #148 ... 10:45:22 10:45:22 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 10:45:22 #194 DONE 0.5s 10:45:22 10:45:22 #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:45:22 #195 DONE 0.1s 10:45:22 10:45:22 #108 [security-spiffe-token-provider] exporting to image 10:45:22 #108 exporting layers 10:45:22 #108 exporting layers 1.0s done 10:45:22 #108 writing image sha256:b43637a798a32a31251c7c09a77ad6b75ba24d85f146841d8671d71e549c9470 done 10:45:22 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 10:45:22 #108 DONE 13.0s 10:45:22 10:45:22 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:01 #145 ... 10:46:01 10:46:01 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 10:46:01 #135 DONE 2155.2s 10:46:01 10:46:01 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:46:01 #148 ... 10:46:01 10:46:01 #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 10:46:01 #196 DONE 0.3s 10:46:01 10:46:01 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:46:01 #148 ... 10:46:01 10:46:01 #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 10:46:01 #197 DONE 0.6s 10:46:01 10:46:01 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:01 #145 ... 10:46:01 10:46:01 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 10:46:01 #198 DONE 0.1s 10:46:01 10:46:01 #108 [core-keeper] exporting to image 10:46:01 #108 exporting layers 10:46:01 #108 exporting layers 0.6s done 10:46:01 #108 writing image sha256:0fb719e73cb5c0c15e946c9dc38acd97b6272a6559de485bcd432a8c51e3ee94 done 10:46:01 #108 naming to docker.io/library/core-keeper-arm64 done 10:46:01 #108 DONE 13.6s 10:46:01 10:46:01 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:46:02 #147 ... 10:46:02 10:46:02 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 10:46:02 #152 DONE 2158.7s 10:46:02 10:46:02 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:46:03 #147 ... 10:46:03 10:46:03 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:46:03 #199 DONE 0.2s 10:46:03 10:46:03 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:46:03 #148 ... 10:46:03 10:46:03 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:46:03 #200 DONE 0.1s 10:46:03 10:46:03 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 10:46:03 #201 DONE 0.5s 10:46:03 10:46:03 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:04 #145 ... 10:46:04 10:46:04 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 10:46:04 #202 DONE 0.2s 10:46:04 10:46:04 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 10:46:04 #203 DONE 0.1s 10:46:04 10:46:04 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:46:04 #147 ... 10:46:04 10:46:04 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 10:46:06 #204 DONE 1.9s 10:46:06 10:46:06 #108 [security-proxy-auth] exporting to image 10:46:07 #108 exporting layers 1.0s done 10:46:07 #108 writing image sha256:d7eaaa31149d54e2a99652038b76c40f4153000923c047ae60b5bb8ee4a9e8b7 done 10:46:07 #108 naming to docker.io/library/security-proxy-auth-arm64 done 10:46:07 #108 DONE 14.6s 10:46:07 10:46:07 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:46:10 #147 ... 10:46:10 10:46:10 #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 10:46:10 #150 DONE 2166.1s 10:46:10 10:46:10 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:46:10 #147 ... 10:46:10 10:46:10 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:46:10 #205 DONE 0.2s 10:46:10 10:46:10 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:46:10 #42 ... 10:46:10 10:46:10 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:46:10 #206 DONE 0.1s 10:46:11 10:46:11 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:46:11 #148 ... 10:46:11 10:46:11 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:46:11 #207 DONE 0.6s 10:46:11 10:46:11 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 10:46:11 #208 DONE 0.2s 10:46:11 10:46:11 #108 [core-data] exporting to image 10:46:12 #108 exporting layers 0.8s done 10:46:12 #108 writing image sha256:51dc8f5e585fac67386f1077234a7c0a18c83b430310c39245d57bc3b4f089c6 10:46:12 #108 writing image sha256:51dc8f5e585fac67386f1077234a7c0a18c83b430310c39245d57bc3b4f089c6 done 10:46:12 #108 naming to docker.io/library/core-data-arm64 done 10:46:12 #108 DONE 15.4s 10:46:12 10:46:12 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:46:13 #148 ... 10:46:13 10:46:13 #147 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 10:46:13 #147 DONE 2169.5s 10:46:13 10:46:13 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:13 #145 ... 10:46:13 10:46:13 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 10:46:14 #209 DONE 0.2s 10:46:14 10:46:14 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:14 #145 ... 10:46:14 10:46:14 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 10:46:14 #210 DONE 0.2s 10:46:14 10:46:14 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:46:14 #211 DONE 0.6s 10:46:14 10:46:14 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 10:46:14 #212 DONE 0.1s 10:46:14 10:46:14 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:15 #145 ... 10:46:15 10:46:15 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 10:46:15 #213 DONE 0.1s 10:46:15 10:46:15 #108 [core-metadata] exporting to image 10:46:15 #108 exporting layers 0.5s done 10:46:15 #108 writing image sha256:ee54dc35670abcf72be6c0321121092c2168d925620ff248981da9636d6559d7 done 10:46:15 #108 naming to docker.io/library/core-metadata-arm64 10:46:15 #108 naming to docker.io/library/core-metadata-arm64 done 10:46:15 #108 DONE 15.9s 10:46:15 10:46:15 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:42 #145 ... 10:46:42 10:46:42 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 10:46:42 #148 DONE 2196.0s 10:46:42 10:46:42 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:46:42 #214 DONE 0.2s 10:46:42 10:46:42 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:46:42 #215 DONE 0.1s 10:46:42 10:46:42 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:42 #145 ... 10:46:42 10:46:42 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:46:42 #216 DONE 1.4s 10:46:42 10:46:42 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 10:46:42 #217 DONE 0.1s 10:46:42 10:46:42 #108 [support-scheduler] exporting to image 10:46:42 #108 exporting layers 10:46:43 #108 exporting layers 1.0s done 10:46:43 #108 writing image sha256:509518814050e0c33bd44099aaa5b9c90a3ef23d90dff74ae6283c732375a3c8 done 10:46:43 #108 naming to docker.io/library/support-scheduler-arm64 done 10:46:43 #108 DONE 16.9s 10:46:43 10:46:43 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:46:45 #42 ... 10:46:45 10:46:45 #145 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 10:46:45 #145 DONE 2201.8s 10:46:45 10:46:45 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:46:46 #42 ... 10:46:46 10:46:46 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 10:46:46 #218 DONE 0.1s 10:46:46 10:46:46 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 10:46:46 #219 DONE 0.1s 10:46:46 10:46:46 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:46:46 #42 ... 10:46:46 10:46:46 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:46:47 #220 DONE 0.5s 10:46:47 10:46:47 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 10:46:47 #221 DONE 0.1s 10:46:47 10:46:47 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:46:47 #42 ... 10:46:47 10:46:47 #108 [support-notifications] exporting to image 10:46:47 #108 exporting layers 0.6s done 10:46:47 #108 writing image sha256:260bde94cc6c8f578a445f9c479d354f8088d2624b8e536fba0192ac71963499 done 10:46:47 #108 naming to docker.io/library/support-notifications-arm64 done 10:46:47 #108 DONE 17.5s 10:46:47 10:46:47 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 10:46:47 time="2025-09-16T10:07:12Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 10:46:47 $ docker stop --time=1 61e5561657bd4cc8a21dbcbf344e7a99e90757ec7810dbbbef68f290d3411b09 10:46:49 $ docker rm -f --volumes 61e5561657bd4cc8a21dbcbf344e7a99e90757ec7810dbbbef68f290d3411b09 [Pipeline] // withDockerContainer [Pipeline] sh 10:46:49 + docker images 10:46:49 REPOSITORY TAG IMAGE ID CREATED SIZE 10:46:49 support-notifications-arm64 latest 260bde94cc6c 3 seconds ago 54.1MB 10:46:49 support-scheduler-arm64 latest 509518814050 7 seconds ago 50.3MB 10:46:49 core-metadata-arm64 latest ee54dc35670a 35 seconds ago 46.7MB 10:46:49 core-data-arm64 latest 51dc8f5e585f 38 seconds ago 46.6MB 10:46:49 security-proxy-auth-arm64 latest d7eaaa31149d 43 seconds ago 45.8MB 10:46:49 core-keeper-arm64 latest 0fb719e73cb5 49 seconds ago 45.4MB 10:46:49 security-spiffe-token-provider-arm64 latest b43637a798a3 About a minute ago 49.9MB 10:46:49 security-secretstore-setup-arm64 latest f1f4cdfe2213 2 minutes ago 80.2MB 10:46:49 security-proxy-setup-arm64 latest 02ed9a67dc6b 2 minutes ago 50.3MB 10:46:49 core-command-arm64 latest 1d0ea12f7626 3 minutes ago 41MB 10:46:49 security-bootstrapper-arm64 latest cbc4bb45d24d 18 minutes ago 22.1MB 10:46:49 core-common-config-bootstrapper-arm64 latest 991bd6c83969 18 minutes ago 21MB 10:46:49 security-spire-agent-arm64 latest 97d8134e5160 38 minutes ago 188MB 10:46:49 security-spire-server-arm64 latest a45560d56242 38 minutes ago 145MB 10:46:49 security-spire-config-arm64 latest 1e486ad1cb75 38 minutes ago 144MB 10:46:49 ci-base-image-arm64 latest e8eb0048a06a 40 minutes ago 922MB 10:46:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 6 weeks ago 566MB 10:46:49 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:46:50 provisioning config files... 10:46:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/905@tmp/config2490080535293034381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:46:50 ---> ****-login.sh 10:46:50 nexus3.edgexfoundry.org:10001 10:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:46:50 Configure a credential helper to remove this warning. See 10:46:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:46:50 10:46:50 Login Succeeded 10:46:50 nexus3.edgexfoundry.org:10002 10:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:46:51 Configure a credential helper to remove this warning. See 10:46:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:46:51 10:46:51 Login Succeeded 10:46:51 nexus3.edgexfoundry.org:10003 10:46:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:46:51 Configure a credential helper to remove this warning. See 10:46:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:46:51 10:46:51 Login Succeeded 10:46:51 nexus3.edgexfoundry.org:10004 10:46:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:46:51 Configure a credential helper to remove this warning. See 10:46:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:46:51 10:46:51 Login Succeeded 10:46:51 ****.io 10:46:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:46:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 10:46:52 Configure a credential helper to remove this warning. See 10:46:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 10:46:52 10:46:52 Login Succeeded 10:46:52 ---> ****-login.sh ends [Pipeline] } 10:46:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:46:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 10:46:52 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 10:46:52 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:46:52 latest 10:46:52 4.1.0-dev.61 10:46:52 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:46:52 main 10:46:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:46:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:46:54 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:46:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:46:54 c191a361882b: Preparing 10:46:54 73f4adc8ed5f: Preparing 10:46:54 7773717ccbc5: Preparing 10:46:54 8c8599dbb6a4: Preparing 10:46:54 a3051721faec: Preparing 10:46:54 2cf163e317b0: Preparing 10:46:54 1e890da81ec9: Preparing 10:46:54 1e890da81ec9: Waiting 10:46:54 7773717ccbc5: Pushed 10:46:54 8c8599dbb6a4: Pushed 10:46:54 c191a361882b: Pushed 10:46:54 1e890da81ec9: Layer already exists 10:46:54 2cf163e317b0: Pushed 10:46:55 a3051721faec: Pushed 10:47:00 73f4adc8ed5f: Pushed 10:47:01 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:01 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:47:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:47:03 c191a361882b: Preparing 10:47:03 73f4adc8ed5f: Preparing 10:47:03 7773717ccbc5: Preparing 10:47:03 8c8599dbb6a4: Preparing 10:47:03 a3051721faec: Preparing 10:47:03 2cf163e317b0: Preparing 10:47:03 1e890da81ec9: Preparing 10:47:03 2cf163e317b0: Waiting 10:47:03 a3051721faec: Layer already exists 10:47:03 7773717ccbc5: Layer already exists 10:47:03 8c8599dbb6a4: Layer already exists 10:47:03 73f4adc8ed5f: Layer already exists 10:47:03 c191a361882b: Layer already exists 10:47:03 1e890da81ec9: Layer already exists 10:47:03 2cf163e317b0: Layer already exists 10:47:04 latest: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 10:47:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:47:04 c191a361882b: Preparing 10:47:04 73f4adc8ed5f: Preparing 10:47:04 7773717ccbc5: Preparing 10:47:04 8c8599dbb6a4: Preparing 10:47:04 a3051721faec: Preparing 10:47:04 2cf163e317b0: Preparing 10:47:04 1e890da81ec9: Preparing 10:47:04 2cf163e317b0: Waiting 10:47:04 1e890da81ec9: Waiting 10:47:04 8c8599dbb6a4: Layer already exists 10:47:04 73f4adc8ed5f: Layer already exists 10:47:04 a3051721faec: Layer already exists 10:47:04 c191a361882b: Layer already exists 10:47:04 7773717ccbc5: Layer already exists 10:47:04 1e890da81ec9: Layer already exists 10:47:04 2cf163e317b0: Layer already exists 10:47:05 4.1.0-dev.61: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:47:06 c191a361882b: Preparing 10:47:06 73f4adc8ed5f: Preparing 10:47:06 7773717ccbc5: Preparing 10:47:06 8c8599dbb6a4: Preparing 10:47:06 a3051721faec: Preparing 10:47:06 2cf163e317b0: Preparing 10:47:06 1e890da81ec9: Preparing 10:47:06 2cf163e317b0: Waiting 10:47:06 1e890da81ec9: Waiting 10:47:06 73f4adc8ed5f: Layer already exists 10:47:06 a3051721faec: Layer already exists 10:47:06 c191a361882b: Layer already exists 10:47:06 7773717ccbc5: Layer already exists 10:47:06 8c8599dbb6a4: Layer already exists 10:47:06 1e890da81ec9: Layer already exists 10:47:06 2cf163e317b0: Layer already exists 10:47:06 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 10:47:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 10:47:07 c191a361882b: Preparing 10:47:07 73f4adc8ed5f: Preparing 10:47:07 7773717ccbc5: Preparing 10:47:07 8c8599dbb6a4: Preparing 10:47:07 a3051721faec: Preparing 10:47:07 2cf163e317b0: Preparing 10:47:07 1e890da81ec9: Preparing 10:47:07 2cf163e317b0: Waiting 10:47:07 1e890da81ec9: Waiting 10:47:07 8c8599dbb6a4: Layer already exists 10:47:07 c191a361882b: Layer already exists 10:47:07 73f4adc8ed5f: Layer already exists 10:47:07 a3051721faec: Layer already exists 10:47:07 7773717ccbc5: Layer already exists 10:47:07 2cf163e317b0: Layer already exists 10:47:07 1e890da81ec9: Layer already exists 10:47:07 main: digest: sha256:054a6a7f66df4b922ead993f206a8dd54c4f646ef835c8bd1d730de8daa65af0 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:47:07 ===================================================== [Pipeline] echo 10:47:07 taggedImages: 10:47:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 10:47:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 10:47:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:07 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:47:07 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 10:47:07 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:07 latest 10:47:07 4.1.0-dev.61 10:47:07 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:07 main 10:47:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:47:08 f05326ce6903: Preparing 10:47:08 4e6e33a5fb45: Preparing 10:47:08 e7a4317e6e28: Preparing 10:47:08 29ed66080c6a: Preparing 10:47:08 7773717ccbc5: Preparing 10:47:08 8c8599dbb6a4: Preparing 10:47:08 a3051721faec: Preparing 10:47:08 8c8599dbb6a4: Waiting 10:47:08 2cf163e317b0: Preparing 10:47:08 a3051721faec: Waiting 10:47:08 1e890da81ec9: Preparing 10:47:08 2cf163e317b0: Waiting 10:47:08 7773717ccbc5: Layer already exists 10:47:08 8c8599dbb6a4: Layer already exists 10:47:08 4e6e33a5fb45: Pushed 10:47:08 e7a4317e6e28: Pushed 10:47:08 a3051721faec: Layer already exists 10:47:08 f05326ce6903: Pushed 10:47:08 2cf163e317b0: Layer already exists 10:47:08 1e890da81ec9: Layer already exists 10:47:11 29ed66080c6a: Pushed 10:47:11 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:11 + 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:47:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:47:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:47:11 f05326ce6903: Preparing 10:47:11 4e6e33a5fb45: Preparing 10:47:11 e7a4317e6e28: Preparing 10:47:11 29ed66080c6a: Preparing 10:47:11 7773717ccbc5: Preparing 10:47:11 8c8599dbb6a4: Preparing 10:47:11 a3051721faec: Preparing 10:47:11 2cf163e317b0: Preparing 10:47:11 1e890da81ec9: Preparing 10:47:11 8c8599dbb6a4: Waiting 10:47:11 a3051721faec: Waiting 10:47:11 2cf163e317b0: Waiting 10:47:11 1e890da81ec9: Waiting 10:47:11 4e6e33a5fb45: Layer already exists 10:47:11 29ed66080c6a: Layer already exists 10:47:11 e7a4317e6e28: Layer already exists 10:47:11 7773717ccbc5: Layer already exists 10:47:11 f05326ce6903: Layer already exists 10:47:11 8c8599dbb6a4: Layer already exists 10:47:11 a3051721faec: Layer already exists 10:47:11 2cf163e317b0: Layer already exists 10:47:11 1e890da81ec9: Layer already exists 10:47:12 latest: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 10:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:47:12 f05326ce6903: Preparing 10:47:12 4e6e33a5fb45: Preparing 10:47:12 e7a4317e6e28: Preparing 10:47:12 29ed66080c6a: Preparing 10:47:12 7773717ccbc5: Preparing 10:47:12 8c8599dbb6a4: Preparing 10:47:12 a3051721faec: Preparing 10:47:12 2cf163e317b0: Preparing 10:47:12 1e890da81ec9: Preparing 10:47:12 8c8599dbb6a4: Waiting 10:47:12 2cf163e317b0: Waiting 10:47:12 a3051721faec: Waiting 10:47:12 1e890da81ec9: Waiting 10:47:12 7773717ccbc5: Layer already exists 10:47:12 4e6e33a5fb45: Layer already exists 10:47:12 e7a4317e6e28: Layer already exists 10:47:12 f05326ce6903: Layer already exists 10:47:12 29ed66080c6a: Layer already exists 10:47:12 8c8599dbb6a4: Layer already exists 10:47:12 1e890da81ec9: Layer already exists 10:47:12 a3051721faec: Layer already exists 10:47:12 2cf163e317b0: Layer already exists 10:47:12 4.1.0-dev.61: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:13 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:47:13 f05326ce6903: Preparing 10:47:13 4e6e33a5fb45: Preparing 10:47:13 e7a4317e6e28: Preparing 10:47:13 29ed66080c6a: Preparing 10:47:13 7773717ccbc5: Preparing 10:47:13 8c8599dbb6a4: Preparing 10:47:13 a3051721faec: Preparing 10:47:13 2cf163e317b0: Preparing 10:47:13 1e890da81ec9: Preparing 10:47:13 a3051721faec: Waiting 10:47:13 2cf163e317b0: Waiting 10:47:13 1e890da81ec9: Waiting 10:47:13 8c8599dbb6a4: Waiting 10:47:13 e7a4317e6e28: Layer already exists 10:47:13 7773717ccbc5: Layer already exists 10:47:13 4e6e33a5fb45: Layer already exists 10:47:13 f05326ce6903: Layer already exists 10:47:13 29ed66080c6a: Layer already exists 10:47:13 2cf163e317b0: Layer already exists 10:47:13 a3051721faec: Layer already exists 10:47:13 8c8599dbb6a4: Layer already exists 10:47:13 1e890da81ec9: Layer already exists 10:47:14 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:14 + 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:47:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 10:47:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 10:47:14 f05326ce6903: Preparing 10:47:14 4e6e33a5fb45: Preparing 10:47:14 e7a4317e6e28: Preparing 10:47:14 29ed66080c6a: Preparing 10:47:14 7773717ccbc5: Preparing 10:47:14 8c8599dbb6a4: Preparing 10:47:14 a3051721faec: Preparing 10:47:14 8c8599dbb6a4: Waiting 10:47:14 2cf163e317b0: Preparing 10:47:14 1e890da81ec9: Preparing 10:47:14 a3051721faec: Waiting 10:47:14 1e890da81ec9: Waiting 10:47:14 2cf163e317b0: Waiting 10:47:14 4e6e33a5fb45: Layer already exists 10:47:14 f05326ce6903: Layer already exists 10:47:14 7773717ccbc5: Layer already exists 10:47:14 29ed66080c6a: Layer already exists 10:47:14 e7a4317e6e28: Layer already exists 10:47:14 8c8599dbb6a4: Layer already exists 10:47:14 a3051721faec: Layer already exists 10:47:14 1e890da81ec9: Layer already exists 10:47:14 2cf163e317b0: Layer already exists 10:47:14 main: digest: sha256:11706df1f470deeb65b533517b95e59bbe243c53b60d671c70d78aab063de0ca size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:47:15 ===================================================== [Pipeline] echo 10:47:15 taggedImages: 10:47:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 10:47:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 10:47:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:15 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:47:15 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 10:47:15 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:15 latest 10:47:15 4.1.0-dev.61 10:47:15 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:15 main 10:47:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:47:15 66db56fa97ab: Preparing 10:47:15 88266e1cd216: Preparing 10:47:15 7773717ccbc5: Preparing 10:47:15 8c8599dbb6a4: Preparing 10:47:15 530884d53783: Preparing 10:47:15 3c6e356b1f85: Preparing 10:47:15 1e890da81ec9: Preparing 10:47:15 3c6e356b1f85: Waiting 10:47:15 1e890da81ec9: Waiting 10:47:15 7773717ccbc5: Layer already exists 10:47:15 8c8599dbb6a4: Layer already exists 10:47:16 1e890da81ec9: Layer already exists 10:47:16 66db56fa97ab: Pushed 10:47:16 3c6e356b1f85: Pushed 10:47:16 530884d53783: Pushed 10:47:24 88266e1cd216: Pushed 10:47:24 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:24 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:25 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:47:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:47:25 66db56fa97ab: Preparing 10:47:25 88266e1cd216: Preparing 10:47:25 7773717ccbc5: Preparing 10:47:25 8c8599dbb6a4: Preparing 10:47:25 530884d53783: Preparing 10:47:25 3c6e356b1f85: Preparing 10:47:25 1e890da81ec9: Preparing 10:47:25 3c6e356b1f85: Waiting 10:47:25 1e890da81ec9: Waiting 10:47:25 530884d53783: Layer already exists 10:47:25 66db56fa97ab: Layer already exists 10:47:25 8c8599dbb6a4: Layer already exists 10:47:25 88266e1cd216: Layer already exists 10:47:25 7773717ccbc5: Layer already exists 10:47:25 3c6e356b1f85: Layer already exists 10:47:25 1e890da81ec9: Layer already exists 10:47:25 latest: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:25 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 10:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:47:26 66db56fa97ab: Preparing 10:47:26 88266e1cd216: Preparing 10:47:26 7773717ccbc5: Preparing 10:47:26 8c8599dbb6a4: Preparing 10:47:26 530884d53783: Preparing 10:47:26 3c6e356b1f85: Preparing 10:47:26 1e890da81ec9: Preparing 10:47:26 3c6e356b1f85: Waiting 10:47:26 1e890da81ec9: Waiting 10:47:26 8c8599dbb6a4: Layer already exists 10:47:26 530884d53783: Layer already exists 10:47:26 7773717ccbc5: Layer already exists 10:47:26 66db56fa97ab: Layer already exists 10:47:26 88266e1cd216: Layer already exists 10:47:26 3c6e356b1f85: Layer already exists 10:47:26 1e890da81ec9: Layer already exists 10:47:26 4.1.0-dev.61: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:27 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:47:27 66db56fa97ab: Preparing 10:47:27 88266e1cd216: Preparing 10:47:27 7773717ccbc5: Preparing 10:47:27 8c8599dbb6a4: Preparing 10:47:27 530884d53783: Preparing 10:47:27 3c6e356b1f85: Preparing 10:47:27 1e890da81ec9: Preparing 10:47:27 3c6e356b1f85: Waiting 10:47:27 1e890da81ec9: Waiting 10:47:27 66db56fa97ab: Layer already exists 10:47:27 530884d53783: Layer already exists 10:47:27 88266e1cd216: Layer already exists 10:47:27 8c8599dbb6a4: Layer already exists 10:47:27 7773717ccbc5: Layer already exists 10:47:27 1e890da81ec9: Layer already exists 10:47:27 3c6e356b1f85: Layer already exists 10:47:27 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:27 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 10:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 10:47:28 66db56fa97ab: Preparing 10:47:28 88266e1cd216: Preparing 10:47:28 7773717ccbc5: Preparing 10:47:28 8c8599dbb6a4: Preparing 10:47:28 530884d53783: Preparing 10:47:28 3c6e356b1f85: Preparing 10:47:28 1e890da81ec9: Preparing 10:47:28 3c6e356b1f85: Waiting 10:47:28 1e890da81ec9: Waiting 10:47:28 8c8599dbb6a4: Layer already exists 10:47:28 530884d53783: Layer already exists 10:47:28 7773717ccbc5: Layer already exists 10:47:28 66db56fa97ab: Layer already exists 10:47:28 88266e1cd216: Layer already exists 10:47:28 1e890da81ec9: Layer already exists 10:47:28 3c6e356b1f85: Layer already exists 10:47:28 main: digest: sha256:c1c8650708e05bae2bfdf725179f16c93bde24e469e5d787c41d3c57e03ef0d5 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:47:28 ===================================================== [Pipeline] echo 10:47:28 taggedImages: 10:47:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 10:47:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 10:47:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:47:28 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 10:47:28 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:28 latest 10:47:28 4.1.0-dev.61 10:47:28 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:28 main 10:47:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:28 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:47:29 749395ffd8a9: Preparing 10:47:29 e8559ca8f13b: Preparing 10:47:29 8c8599dbb6a4: Preparing 10:47:29 15d2fef80aac: Preparing 10:47:29 3d9338f8325c: Preparing 10:47:29 1e890da81ec9: Preparing 10:47:29 1e890da81ec9: Waiting 10:47:29 8c8599dbb6a4: Layer already exists 10:47:29 1e890da81ec9: Layer already exists 10:47:29 3d9338f8325c: Pushed 10:47:29 749395ffd8a9: Pushed 10:47:29 15d2fef80aac: Pushed 10:47:37 e8559ca8f13b: Pushed 10:47:37 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:47:38 749395ffd8a9: Preparing 10:47:38 e8559ca8f13b: Preparing 10:47:38 8c8599dbb6a4: Preparing 10:47:38 15d2fef80aac: Preparing 10:47:38 3d9338f8325c: Preparing 10:47:38 1e890da81ec9: Preparing 10:47:38 1e890da81ec9: Waiting 10:47:38 8c8599dbb6a4: Layer already exists 10:47:38 15d2fef80aac: Layer already exists 10:47:38 e8559ca8f13b: Layer already exists 10:47:38 749395ffd8a9: Layer already exists 10:47:38 3d9338f8325c: Layer already exists 10:47:38 1e890da81ec9: Layer already exists 10:47:38 latest: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 10:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:47:39 749395ffd8a9: Preparing 10:47:39 e8559ca8f13b: Preparing 10:47:39 8c8599dbb6a4: Preparing 10:47:39 15d2fef80aac: Preparing 10:47:39 3d9338f8325c: Preparing 10:47:39 1e890da81ec9: Preparing 10:47:39 1e890da81ec9: Waiting 10:47:39 749395ffd8a9: Layer already exists 10:47:39 e8559ca8f13b: Layer already exists 10:47:39 15d2fef80aac: Layer already exists 10:47:39 8c8599dbb6a4: Layer already exists 10:47:39 3d9338f8325c: Layer already exists 10:47:39 1e890da81ec9: Layer already exists 10:47:39 4.1.0-dev.61: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:47:40 749395ffd8a9: Preparing 10:47:40 e8559ca8f13b: Preparing 10:47:40 8c8599dbb6a4: Preparing 10:47:40 15d2fef80aac: Preparing 10:47:40 3d9338f8325c: Preparing 10:47:40 1e890da81ec9: Preparing 10:47:40 1e890da81ec9: Waiting 10:47:40 e8559ca8f13b: Layer already exists 10:47:40 8c8599dbb6a4: Layer already exists 10:47:40 15d2fef80aac: Layer already exists 10:47:40 3d9338f8325c: Layer already exists 10:47:40 749395ffd8a9: Layer already exists 10:47:40 1e890da81ec9: Layer already exists 10:47:41 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:41 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:41 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 10:47:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 10:47:41 749395ffd8a9: Preparing 10:47:41 e8559ca8f13b: Preparing 10:47:41 8c8599dbb6a4: Preparing 10:47:41 15d2fef80aac: Preparing 10:47:41 3d9338f8325c: Preparing 10:47:41 1e890da81ec9: Preparing 10:47:41 1e890da81ec9: Waiting 10:47:41 e8559ca8f13b: Layer already exists 10:47:41 15d2fef80aac: Layer already exists 10:47:41 749395ffd8a9: Layer already exists 10:47:41 8c8599dbb6a4: Layer already exists 10:47:41 3d9338f8325c: Layer already exists 10:47:41 1e890da81ec9: Layer already exists 10:47:42 main: digest: sha256:fbbc60a002bfa21ec57cceb7eaed0c7d5cd48037e3759ffe319d1a34913a17ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:47:42 ===================================================== [Pipeline] echo 10:47:42 taggedImages: 10:47:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 10:47:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 10:47:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:42 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:47:42 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 10:47:42 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:42 latest 10:47:42 4.1.0-dev.61 10:47:42 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:42 main 10:47:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:47:43 1633ca5b0b7d: Preparing 10:47:43 5d33657ef968: Preparing 10:47:43 b8419a2469bb: Preparing 10:47:43 7773717ccbc5: Preparing 10:47:43 8c8599dbb6a4: Preparing 10:47:43 a3051721faec: Preparing 10:47:43 2cf163e317b0: Preparing 10:47:43 1e890da81ec9: Preparing 10:47:43 2cf163e317b0: Waiting 10:47:43 1e890da81ec9: Waiting 10:47:43 a3051721faec: Waiting 10:47:43 7773717ccbc5: Layer already exists 10:47:43 8c8599dbb6a4: Layer already exists 10:47:43 a3051721faec: Layer already exists 10:47:43 2cf163e317b0: Layer already exists 10:47:43 1e890da81ec9: Layer already exists 10:47:43 5d33657ef968: Pushed 10:47:43 1633ca5b0b7d: Pushed 10:47:51 b8419a2469bb: Pushed 10:47:51 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:47:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:47:52 1633ca5b0b7d: Preparing 10:47:52 5d33657ef968: Preparing 10:47:52 b8419a2469bb: Preparing 10:47:52 7773717ccbc5: Preparing 10:47:52 8c8599dbb6a4: Preparing 10:47:52 a3051721faec: Preparing 10:47:52 2cf163e317b0: Preparing 10:47:52 1e890da81ec9: Preparing 10:47:52 a3051721faec: Waiting 10:47:52 2cf163e317b0: Waiting 10:47:52 1e890da81ec9: Waiting 10:47:52 b8419a2469bb: Layer already exists 10:47:52 1633ca5b0b7d: Layer already exists 10:47:52 8c8599dbb6a4: Layer already exists 10:47:52 5d33657ef968: Layer already exists 10:47:52 7773717ccbc5: Layer already exists 10:47:52 a3051721faec: Layer already exists 10:47:52 2cf163e317b0: Layer already exists 10:47:52 1e890da81ec9: Layer already exists 10:47:52 latest: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 10:47:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:47:53 1633ca5b0b7d: Preparing 10:47:53 5d33657ef968: Preparing 10:47:53 b8419a2469bb: Preparing 10:47:53 7773717ccbc5: Preparing 10:47:53 8c8599dbb6a4: Preparing 10:47:53 a3051721faec: Preparing 10:47:53 2cf163e317b0: Preparing 10:47:53 1e890da81ec9: Preparing 10:47:53 a3051721faec: Waiting 10:47:53 2cf163e317b0: Waiting 10:47:53 1e890da81ec9: Waiting 10:47:53 8c8599dbb6a4: Layer already exists 10:47:53 5d33657ef968: Layer already exists 10:47:53 7773717ccbc5: Layer already exists 10:47:53 b8419a2469bb: Layer already exists 10:47:53 1633ca5b0b7d: Layer already exists 10:47:53 2cf163e317b0: Layer already exists 10:47:53 1e890da81ec9: Layer already exists 10:47:53 a3051721faec: Layer already exists 10:47:53 4.1.0-dev.61: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:47:54 1633ca5b0b7d: Preparing 10:47:54 5d33657ef968: Preparing 10:47:54 b8419a2469bb: Preparing 10:47:54 7773717ccbc5: Preparing 10:47:54 8c8599dbb6a4: Preparing 10:47:54 a3051721faec: Preparing 10:47:54 2cf163e317b0: Preparing 10:47:54 1e890da81ec9: Preparing 10:47:54 a3051721faec: Waiting 10:47:54 2cf163e317b0: Waiting 10:47:54 1e890da81ec9: Waiting 10:47:54 7773717ccbc5: Layer already exists 10:47:54 1633ca5b0b7d: Layer already exists 10:47:54 5d33657ef968: Layer already exists 10:47:54 8c8599dbb6a4: Layer already exists 10:47:54 b8419a2469bb: Layer already exists 10:47:54 2cf163e317b0: Layer already exists 10:47:54 a3051721faec: Layer already exists 10:47:54 1e890da81ec9: Layer already exists 10:47:54 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 10:47:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 10:47:55 1633ca5b0b7d: Preparing 10:47:55 5d33657ef968: Preparing 10:47:55 b8419a2469bb: Preparing 10:47:55 7773717ccbc5: Preparing 10:47:55 8c8599dbb6a4: Preparing 10:47:55 a3051721faec: Preparing 10:47:55 2cf163e317b0: Preparing 10:47:55 1e890da81ec9: Preparing 10:47:55 2cf163e317b0: Waiting 10:47:55 1e890da81ec9: Waiting 10:47:55 a3051721faec: Waiting 10:47:55 1633ca5b0b7d: Layer already exists 10:47:55 8c8599dbb6a4: Layer already exists 10:47:55 7773717ccbc5: Layer already exists 10:47:55 5d33657ef968: Layer already exists 10:47:55 b8419a2469bb: Layer already exists 10:47:55 a3051721faec: Layer already exists 10:47:55 1e890da81ec9: Layer already exists 10:47:55 2cf163e317b0: Layer already exists 10:47:55 main: digest: sha256:c4af4ccfb47679219cc7a9558190457293d2f7d2bb112def4f1af7315157f25a size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:47:55 ===================================================== [Pipeline] echo 10:47:55 taggedImages: 10:47:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 10:47:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 10:47:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:47:55 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 10:47:55 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:55 latest 10:47:55 4.1.0-dev.61 10:47:55 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:47:55 main 10:47:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:47:56 f01e8c04631a: Preparing 10:47:56 25e7a45e061c: Preparing 10:47:56 31b378048959: Preparing 10:47:56 d266eac7b838: Preparing 10:47:56 2d290bb69998: Preparing 10:47:56 a14205dd35be: Preparing 10:47:56 380de841ab5d: Preparing 10:47:56 7773717ccbc5: Preparing 10:47:56 8c8599dbb6a4: Preparing 10:47:56 d1ba8dcd7948: Preparing 10:47:56 465d3c99cc1f: Preparing 10:47:56 5f70bf18a086: Preparing 10:47:56 e4d3fe6752c5: Preparing 10:47:56 c4124ddc15ff: Preparing 10:47:56 5a9cce54a142: Preparing 10:47:56 1e890da81ec9: Preparing 10:47:56 e4d3fe6752c5: Waiting 10:47:56 c4124ddc15ff: Waiting 10:47:56 5a9cce54a142: Waiting 10:47:56 1e890da81ec9: Waiting 10:47:56 8c8599dbb6a4: Waiting 10:47:56 d1ba8dcd7948: Waiting 10:47:56 465d3c99cc1f: Waiting 10:47:56 a14205dd35be: Waiting 10:47:56 5f70bf18a086: Waiting 10:47:56 380de841ab5d: Waiting 10:47:56 7773717ccbc5: Waiting 10:47:56 25e7a45e061c: Pushed 10:47:56 31b378048959: Pushed 10:47:56 2d290bb69998: Pushed 10:47:56 d266eac7b838: Pushed 10:47:56 f01e8c04631a: Pushed 10:47:56 7773717ccbc5: Layer already exists 10:47:56 8c8599dbb6a4: Layer already exists 10:47:56 a14205dd35be: Pushed 10:47:56 5f70bf18a086: Layer already exists 10:47:56 d1ba8dcd7948: Pushed 10:47:56 465d3c99cc1f: Pushed 10:47:56 e4d3fe6752c5: Pushed 10:47:56 1e890da81ec9: Layer already exists 10:47:56 5a9cce54a142: Pushed 10:47:57 c4124ddc15ff: Pushed 10:47:59 380de841ab5d: Pushed 10:47:59 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:47:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:48:00 f01e8c04631a: Preparing 10:48:00 25e7a45e061c: Preparing 10:48:00 31b378048959: Preparing 10:48:00 d266eac7b838: Preparing 10:48:00 2d290bb69998: Preparing 10:48:00 a14205dd35be: Preparing 10:48:00 380de841ab5d: Preparing 10:48:00 7773717ccbc5: Preparing 10:48:00 8c8599dbb6a4: Preparing 10:48:00 d1ba8dcd7948: Preparing 10:48:00 465d3c99cc1f: Preparing 10:48:00 5f70bf18a086: Preparing 10:48:00 e4d3fe6752c5: Preparing 10:48:00 c4124ddc15ff: Preparing 10:48:00 5a9cce54a142: Preparing 10:48:00 1e890da81ec9: Preparing 10:48:00 d1ba8dcd7948: Waiting 10:48:00 465d3c99cc1f: Waiting 10:48:00 5f70bf18a086: Waiting 10:48:00 380de841ab5d: Waiting 10:48:00 e4d3fe6752c5: Waiting 10:48:00 a14205dd35be: Waiting 10:48:00 5a9cce54a142: Waiting 10:48:00 c4124ddc15ff: Waiting 10:48:00 1e890da81ec9: Waiting 10:48:00 8c8599dbb6a4: Waiting 10:48:00 f01e8c04631a: Layer already exists 10:48:00 31b378048959: Layer already exists 10:48:00 2d290bb69998: Layer already exists 10:48:00 d266eac7b838: Layer already exists 10:48:00 25e7a45e061c: Layer already exists 10:48:00 380de841ab5d: Layer already exists 10:48:00 8c8599dbb6a4: Layer already exists 10:48:00 7773717ccbc5: Layer already exists 10:48:00 a14205dd35be: Layer already exists 10:48:00 d1ba8dcd7948: Layer already exists 10:48:00 465d3c99cc1f: Layer already exists 10:48:00 c4124ddc15ff: Layer already exists 10:48:00 5a9cce54a142: Layer already exists 10:48:00 e4d3fe6752c5: Layer already exists 10:48:00 5f70bf18a086: Layer already exists 10:48:00 1e890da81ec9: Layer already exists 10:48:00 latest: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 10:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:48:01 f01e8c04631a: Preparing 10:48:01 25e7a45e061c: Preparing 10:48:01 31b378048959: Preparing 10:48:01 d266eac7b838: Preparing 10:48:01 2d290bb69998: Preparing 10:48:01 a14205dd35be: Preparing 10:48:01 380de841ab5d: Preparing 10:48:01 7773717ccbc5: Preparing 10:48:01 8c8599dbb6a4: Preparing 10:48:01 d1ba8dcd7948: Preparing 10:48:01 465d3c99cc1f: Preparing 10:48:01 5f70bf18a086: Preparing 10:48:01 e4d3fe6752c5: Preparing 10:48:01 c4124ddc15ff: Preparing 10:48:01 5a9cce54a142: Preparing 10:48:01 1e890da81ec9: Preparing 10:48:01 a14205dd35be: Waiting 10:48:01 7773717ccbc5: Waiting 10:48:01 380de841ab5d: Waiting 10:48:01 5f70bf18a086: Waiting 10:48:01 e4d3fe6752c5: Waiting 10:48:01 8c8599dbb6a4: Waiting 10:48:01 d1ba8dcd7948: Waiting 10:48:01 c4124ddc15ff: Waiting 10:48:01 1e890da81ec9: Waiting 10:48:01 5a9cce54a142: Waiting 10:48:01 465d3c99cc1f: Waiting 10:48:01 25e7a45e061c: Layer already exists 10:48:01 2d290bb69998: Layer already exists 10:48:01 f01e8c04631a: Layer already exists 10:48:01 d266eac7b838: Layer already exists 10:48:01 31b378048959: Layer already exists 10:48:01 d1ba8dcd7948: Layer already exists 10:48:01 a14205dd35be: Layer already exists 10:48:01 8c8599dbb6a4: Layer already exists 10:48:01 7773717ccbc5: Layer already exists 10:48:01 380de841ab5d: Layer already exists 10:48:01 5f70bf18a086: Layer already exists 10:48:01 465d3c99cc1f: Layer already exists 10:48:01 e4d3fe6752c5: Layer already exists 10:48:01 5a9cce54a142: Layer already exists 10:48:01 c4124ddc15ff: Layer already exists 10:48:01 1e890da81ec9: Layer already exists 10:48:01 4.1.0-dev.61: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:48:02 f01e8c04631a: Preparing 10:48:02 25e7a45e061c: Preparing 10:48:02 31b378048959: Preparing 10:48:02 d266eac7b838: Preparing 10:48:02 2d290bb69998: Preparing 10:48:02 a14205dd35be: Preparing 10:48:02 380de841ab5d: Preparing 10:48:02 7773717ccbc5: Preparing 10:48:02 8c8599dbb6a4: Preparing 10:48:02 d1ba8dcd7948: Preparing 10:48:02 465d3c99cc1f: Preparing 10:48:02 5f70bf18a086: Preparing 10:48:02 e4d3fe6752c5: Preparing 10:48:02 c4124ddc15ff: Preparing 10:48:02 5a9cce54a142: Preparing 10:48:02 1e890da81ec9: Preparing 10:48:02 a14205dd35be: Waiting 10:48:02 465d3c99cc1f: Waiting 10:48:02 5f70bf18a086: Waiting 10:48:02 e4d3fe6752c5: Waiting 10:48:02 380de841ab5d: Waiting 10:48:02 c4124ddc15ff: Waiting 10:48:02 7773717ccbc5: Waiting 10:48:02 5a9cce54a142: Waiting 10:48:02 1e890da81ec9: Waiting 10:48:02 d1ba8dcd7948: Waiting 10:48:02 d266eac7b838: Layer already exists 10:48:02 f01e8c04631a: Layer already exists 10:48:02 31b378048959: Layer already exists 10:48:02 25e7a45e061c: Layer already exists 10:48:02 2d290bb69998: Layer already exists 10:48:02 a14205dd35be: Layer already exists 10:48:02 7773717ccbc5: Layer already exists 10:48:02 8c8599dbb6a4: Layer already exists 10:48:02 380de841ab5d: Layer already exists 10:48:02 d1ba8dcd7948: Layer already exists 10:48:02 465d3c99cc1f: Layer already exists 10:48:02 5f70bf18a086: Layer already exists 10:48:02 c4124ddc15ff: Layer already exists 10:48:02 e4d3fe6752c5: Layer already exists 10:48:02 5a9cce54a142: Layer already exists 10:48:02 1e890da81ec9: Layer already exists 10:48:02 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 10:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 10:48:03 f01e8c04631a: Preparing 10:48:03 25e7a45e061c: Preparing 10:48:03 31b378048959: Preparing 10:48:03 d266eac7b838: Preparing 10:48:03 2d290bb69998: Preparing 10:48:03 a14205dd35be: Preparing 10:48:03 380de841ab5d: Preparing 10:48:03 7773717ccbc5: Preparing 10:48:03 8c8599dbb6a4: Preparing 10:48:03 d1ba8dcd7948: Preparing 10:48:03 465d3c99cc1f: Preparing 10:48:03 5f70bf18a086: Preparing 10:48:03 e4d3fe6752c5: Preparing 10:48:03 c4124ddc15ff: Preparing 10:48:03 5a9cce54a142: Preparing 10:48:03 1e890da81ec9: Preparing 10:48:03 d1ba8dcd7948: Waiting 10:48:03 465d3c99cc1f: Waiting 10:48:03 5f70bf18a086: Waiting 10:48:03 e4d3fe6752c5: Waiting 10:48:03 c4124ddc15ff: Waiting 10:48:03 5a9cce54a142: Waiting 10:48:03 1e890da81ec9: Waiting 10:48:03 380de841ab5d: Waiting 10:48:03 7773717ccbc5: Waiting 10:48:03 8c8599dbb6a4: Waiting 10:48:03 f01e8c04631a: Layer already exists 10:48:03 d266eac7b838: Layer already exists 10:48:03 31b378048959: Layer already exists 10:48:03 2d290bb69998: Layer already exists 10:48:03 25e7a45e061c: Layer already exists 10:48:03 a14205dd35be: Layer already exists 10:48:03 8c8599dbb6a4: Layer already exists 10:48:03 7773717ccbc5: Layer already exists 10:48:03 380de841ab5d: Layer already exists 10:48:03 d1ba8dcd7948: Layer already exists 10:48:03 c4124ddc15ff: Layer already exists 10:48:03 5a9cce54a142: Layer already exists 10:48:03 465d3c99cc1f: Layer already exists 10:48:03 e4d3fe6752c5: Layer already exists 10:48:03 5f70bf18a086: Layer already exists 10:48:03 1e890da81ec9: Layer already exists 10:48:03 main: digest: sha256:2fed18595a5264f40fbf7c200fcd3011e1a4ee963f96e551b54a18e4f0448338 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:48:03 ===================================================== [Pipeline] echo 10:48:03 taggedImages: 10:48:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 10:48:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 10:48:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:48:03 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 10:48:03 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:03 latest 10:48:03 4.1.0-dev.61 10:48:03 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:03 main 10:48:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:03 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:48:04 965cb16a942b: Preparing 10:48:04 432845cd2d63: Preparing 10:48:04 485f83b8018a: Preparing 10:48:04 21c8458e1f20: Preparing 10:48:04 7773717ccbc5: Preparing 10:48:04 8c8599dbb6a4: Preparing 10:48:04 a3051721faec: Preparing 10:48:04 2cf163e317b0: Preparing 10:48:04 1e890da81ec9: Preparing 10:48:04 a3051721faec: Waiting 10:48:04 2cf163e317b0: Waiting 10:48:04 1e890da81ec9: Waiting 10:48:04 8c8599dbb6a4: Waiting 10:48:04 7773717ccbc5: Layer already exists 10:48:04 8c8599dbb6a4: Layer already exists 10:48:04 a3051721faec: Layer already exists 10:48:04 432845cd2d63: Pushed 10:48:04 485f83b8018a: Pushed 10:48:04 965cb16a942b: Pushed 10:48:04 2cf163e317b0: Layer already exists 10:48:04 1e890da81ec9: Layer already exists 10:48:12 21c8458e1f20: Pushed 10:48:12 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:13 + 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:48:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:48:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:48:13 965cb16a942b: Preparing 10:48:13 432845cd2d63: Preparing 10:48:13 485f83b8018a: Preparing 10:48:13 21c8458e1f20: Preparing 10:48:13 7773717ccbc5: Preparing 10:48:13 8c8599dbb6a4: Preparing 10:48:13 a3051721faec: Preparing 10:48:13 2cf163e317b0: Preparing 10:48:13 1e890da81ec9: Preparing 10:48:13 8c8599dbb6a4: Waiting 10:48:13 a3051721faec: Waiting 10:48:13 2cf163e317b0: Waiting 10:48:13 485f83b8018a: Layer already exists 10:48:13 432845cd2d63: Layer already exists 10:48:13 7773717ccbc5: Layer already exists 10:48:13 21c8458e1f20: Layer already exists 10:48:13 965cb16a942b: Layer already exists 10:48:13 8c8599dbb6a4: Layer already exists 10:48:13 2cf163e317b0: Layer already exists 10:48:13 1e890da81ec9: Layer already exists 10:48:13 a3051721faec: Layer already exists 10:48:13 latest: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 10:48:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:48:15 965cb16a942b: Preparing 10:48:15 432845cd2d63: Preparing 10:48:15 485f83b8018a: Preparing 10:48:15 21c8458e1f20: Preparing 10:48:15 7773717ccbc5: Preparing 10:48:15 8c8599dbb6a4: Preparing 10:48:15 a3051721faec: Preparing 10:48:15 2cf163e317b0: Preparing 10:48:15 a3051721faec: Waiting 10:48:15 1e890da81ec9: Preparing 10:48:15 2cf163e317b0: Waiting 10:48:15 1e890da81ec9: Waiting 10:48:15 7773717ccbc5: Layer already exists 10:48:15 432845cd2d63: Layer already exists 10:48:15 21c8458e1f20: Layer already exists 10:48:15 485f83b8018a: Layer already exists 10:48:15 965cb16a942b: Layer already exists 10:48:15 8c8599dbb6a4: Layer already exists 10:48:15 a3051721faec: Layer already exists 10:48:15 2cf163e317b0: Layer already exists 10:48:15 1e890da81ec9: Layer already exists 10:48:15 4.1.0-dev.61: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:48:16 965cb16a942b: Preparing 10:48:16 432845cd2d63: Preparing 10:48:16 485f83b8018a: Preparing 10:48:16 21c8458e1f20: Preparing 10:48:16 7773717ccbc5: Preparing 10:48:16 8c8599dbb6a4: Preparing 10:48:16 a3051721faec: Preparing 10:48:16 2cf163e317b0: Preparing 10:48:16 1e890da81ec9: Preparing 10:48:16 8c8599dbb6a4: Waiting 10:48:16 a3051721faec: Waiting 10:48:16 2cf163e317b0: Waiting 10:48:16 1e890da81ec9: Waiting 10:48:16 7773717ccbc5: Layer already exists 10:48:16 965cb16a942b: Layer already exists 10:48:16 485f83b8018a: Layer already exists 10:48:16 21c8458e1f20: Layer already exists 10:48:16 432845cd2d63: Layer already exists 10:48:16 1e890da81ec9: Layer already exists 10:48:16 2cf163e317b0: Layer already exists 10:48:16 a3051721faec: Layer already exists 10:48:16 8c8599dbb6a4: Layer already exists 10:48:16 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:16 + 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:48:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 10:48:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 10:48:17 965cb16a942b: Preparing 10:48:17 432845cd2d63: Preparing 10:48:17 485f83b8018a: Preparing 10:48:17 21c8458e1f20: Preparing 10:48:17 7773717ccbc5: Preparing 10:48:17 8c8599dbb6a4: Preparing 10:48:17 a3051721faec: Preparing 10:48:17 2cf163e317b0: Preparing 10:48:17 1e890da81ec9: Preparing 10:48:17 a3051721faec: Waiting 10:48:17 2cf163e317b0: Waiting 10:48:17 1e890da81ec9: Waiting 10:48:17 8c8599dbb6a4: Waiting 10:48:17 965cb16a942b: Layer already exists 10:48:17 21c8458e1f20: Layer already exists 10:48:17 7773717ccbc5: Layer already exists 10:48:17 485f83b8018a: Layer already exists 10:48:17 432845cd2d63: Layer already exists 10:48:17 a3051721faec: Layer already exists 10:48:17 2cf163e317b0: Layer already exists 10:48:17 1e890da81ec9: Layer already exists 10:48:17 8c8599dbb6a4: Layer already exists 10:48:17 main: digest: sha256:bafd32a781bbd4a5c48806785c4a6396f0c76151ef7f3941c44ef74269c622ad size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:48:17 ===================================================== [Pipeline] echo 10:48:17 taggedImages: 10:48:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 10:48:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 10:48:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:48:17 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 10:48:17 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:17 latest 10:48:17 4.1.0-dev.61 10:48:17 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:17 main 10:48:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:18 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:48:18 464438abfca4: Preparing 10:48:18 89e9fee90921: Preparing 10:48:18 c8c4a00b1492: Preparing 10:48:18 7a02a98a310a: Preparing 10:48:18 9703951367a2: Preparing 10:48:18 7773717ccbc5: Preparing 10:48:18 8c8599dbb6a4: Preparing 10:48:18 7773717ccbc5: Waiting 10:48:18 ebf2e546f689: Preparing 10:48:18 8c8599dbb6a4: Waiting 10:48:18 8763cbf80acb: Preparing 10:48:18 ebf2e546f689: Waiting 10:48:18 8763cbf80acb: Waiting 10:48:18 6d8e8906ec7f: Preparing 10:48:18 1e890da81ec9: Preparing 10:48:18 6d8e8906ec7f: Waiting 10:48:18 1e890da81ec9: Waiting 10:48:18 9703951367a2: Pushed 10:48:18 7a02a98a310a: Pushed 10:48:18 464438abfca4: Pushed 10:48:18 89e9fee90921: Pushed 10:48:18 7773717ccbc5: Layer already exists 10:48:18 8c8599dbb6a4: Layer already exists 10:48:18 1e890da81ec9: Layer already exists 10:48:18 ebf2e546f689: Pushed 10:48:18 8763cbf80acb: Pushed 10:48:21 6d8e8906ec7f: Pushed 10:48:24 c8c4a00b1492: Pushed 10:48:24 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:25 + 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:48:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:48:25 464438abfca4: Preparing 10:48:25 89e9fee90921: Preparing 10:48:25 c8c4a00b1492: Preparing 10:48:25 7a02a98a310a: Preparing 10:48:25 9703951367a2: Preparing 10:48:25 7773717ccbc5: Preparing 10:48:25 8c8599dbb6a4: Preparing 10:48:25 ebf2e546f689: Preparing 10:48:25 8763cbf80acb: Preparing 10:48:25 6d8e8906ec7f: Preparing 10:48:25 1e890da81ec9: Preparing 10:48:25 ebf2e546f689: Waiting 10:48:25 8763cbf80acb: Waiting 10:48:25 6d8e8906ec7f: Waiting 10:48:25 7773717ccbc5: Waiting 10:48:25 1e890da81ec9: Waiting 10:48:25 8c8599dbb6a4: Waiting 10:48:25 89e9fee90921: Layer already exists 10:48:25 7a02a98a310a: Layer already exists 10:48:25 9703951367a2: Layer already exists 10:48:25 464438abfca4: Layer already exists 10:48:25 c8c4a00b1492: Layer already exists 10:48:25 8c8599dbb6a4: Layer already exists 10:48:25 8763cbf80acb: Layer already exists 10:48:25 ebf2e546f689: Layer already exists 10:48:25 7773717ccbc5: Layer already exists 10:48:25 6d8e8906ec7f: Layer already exists 10:48:25 1e890da81ec9: Layer already exists 10:48:25 latest: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 10:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:48:26 464438abfca4: Preparing 10:48:26 89e9fee90921: Preparing 10:48:26 c8c4a00b1492: Preparing 10:48:26 7a02a98a310a: Preparing 10:48:26 9703951367a2: Preparing 10:48:26 7773717ccbc5: Preparing 10:48:26 8c8599dbb6a4: Preparing 10:48:26 ebf2e546f689: Preparing 10:48:26 8763cbf80acb: Preparing 10:48:26 6d8e8906ec7f: Preparing 10:48:26 1e890da81ec9: Preparing 10:48:26 7773717ccbc5: Waiting 10:48:26 8c8599dbb6a4: Waiting 10:48:26 8763cbf80acb: Waiting 10:48:26 6d8e8906ec7f: Waiting 10:48:26 1e890da81ec9: Waiting 10:48:26 ebf2e546f689: Waiting 10:48:26 9703951367a2: Layer already exists 10:48:26 464438abfca4: Layer already exists 10:48:26 89e9fee90921: Layer already exists 10:48:26 c8c4a00b1492: Layer already exists 10:48:26 7a02a98a310a: Layer already exists 10:48:26 8763cbf80acb: Layer already exists 10:48:26 ebf2e546f689: Layer already exists 10:48:26 7773717ccbc5: Layer already exists 10:48:26 6d8e8906ec7f: Layer already exists 10:48:26 8c8599dbb6a4: Layer already exists 10:48:26 1e890da81ec9: Layer already exists 10:48:26 4.1.0-dev.61: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:48:27 464438abfca4: Preparing 10:48:27 89e9fee90921: Preparing 10:48:27 c8c4a00b1492: Preparing 10:48:27 7a02a98a310a: Preparing 10:48:27 9703951367a2: Preparing 10:48:27 7773717ccbc5: Preparing 10:48:27 8c8599dbb6a4: Preparing 10:48:27 ebf2e546f689: Preparing 10:48:27 8763cbf80acb: Preparing 10:48:27 6d8e8906ec7f: Preparing 10:48:27 1e890da81ec9: Preparing 10:48:27 ebf2e546f689: Waiting 10:48:27 8763cbf80acb: Waiting 10:48:27 6d8e8906ec7f: Waiting 10:48:27 1e890da81ec9: Waiting 10:48:27 7773717ccbc5: Waiting 10:48:27 8c8599dbb6a4: Waiting 10:48:27 464438abfca4: Layer already exists 10:48:27 9703951367a2: Layer already exists 10:48:27 89e9fee90921: Layer already exists 10:48:27 7a02a98a310a: Layer already exists 10:48:27 c8c4a00b1492: Layer already exists 10:48:27 ebf2e546f689: Layer already exists 10:48:27 8c8599dbb6a4: Layer already exists 10:48:27 7773717ccbc5: Layer already exists 10:48:27 8763cbf80acb: Layer already exists 10:48:27 6d8e8906ec7f: Layer already exists 10:48:27 1e890da81ec9: Layer already exists 10:48:27 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:28 + 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:48:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 10:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 10:48:28 464438abfca4: Preparing 10:48:28 89e9fee90921: Preparing 10:48:28 c8c4a00b1492: Preparing 10:48:28 7a02a98a310a: Preparing 10:48:28 9703951367a2: Preparing 10:48:28 7773717ccbc5: Preparing 10:48:28 8c8599dbb6a4: Preparing 10:48:28 7773717ccbc5: Waiting 10:48:28 ebf2e546f689: Preparing 10:48:28 8c8599dbb6a4: Waiting 10:48:28 8763cbf80acb: Preparing 10:48:28 ebf2e546f689: Waiting 10:48:28 8763cbf80acb: Waiting 10:48:28 6d8e8906ec7f: Preparing 10:48:28 1e890da81ec9: Preparing 10:48:28 1e890da81ec9: Waiting 10:48:28 6d8e8906ec7f: Waiting 10:48:28 9703951367a2: Layer already exists 10:48:28 7a02a98a310a: Layer already exists 10:48:28 c8c4a00b1492: Layer already exists 10:48:28 89e9fee90921: Layer already exists 10:48:28 464438abfca4: Layer already exists 10:48:28 ebf2e546f689: Layer already exists 10:48:28 8c8599dbb6a4: Layer already exists 10:48:28 7773717ccbc5: Layer already exists 10:48:28 6d8e8906ec7f: Layer already exists 10:48:28 8763cbf80acb: Layer already exists 10:48:28 1e890da81ec9: Layer already exists 10:48:28 main: digest: sha256:19906d0dcaa06bcd351ab3d3028f30a1aa09fbde12d2af3621c3207c2e491f55 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:48:28 ===================================================== [Pipeline] echo 10:48:28 taggedImages: 10:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 10:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 10:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:48:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 10:48:28 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:28 latest 10:48:28 4.1.0-dev.61 10:48:28 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:28 main 10:48:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:48:29 a61c38646a5c: Preparing 10:48:29 49cc26c65356: Preparing 10:48:29 0eb020b86222: Preparing 10:48:29 830dc52023dd: Preparing 10:48:29 21b2531c27ad: Preparing 10:48:29 c991dbdddd85: Preparing 10:48:29 d11bfa054b40: Preparing 10:48:29 7773717ccbc5: Preparing 10:48:29 8c8599dbb6a4: Preparing 10:48:29 97ee4c9f30c5: Preparing 10:48:29 42c39e4e1f6d: Preparing 10:48:29 1e890da81ec9: Preparing 10:48:29 c991dbdddd85: Waiting 10:48:29 d11bfa054b40: Waiting 10:48:29 8c8599dbb6a4: Waiting 10:48:29 7773717ccbc5: Waiting 10:48:29 97ee4c9f30c5: Waiting 10:48:29 1e890da81ec9: Waiting 10:48:29 21b2531c27ad: Pushed 10:48:29 49cc26c65356: Pushed 10:48:29 a61c38646a5c: Pushed 10:48:29 7773717ccbc5: Layer already exists 10:48:29 c991dbdddd85: Pushed 10:48:29 8c8599dbb6a4: Layer already exists 10:48:30 d11bfa054b40: Pushed 10:48:30 1e890da81ec9: Layer already exists 10:48:30 97ee4c9f30c5: Pushed 10:48:33 42c39e4e1f6d: Pushed 10:48:36 830dc52023dd: Pushed 10:48:36 0eb020b86222: Pushed 10:48:38 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:48:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:48:39 a61c38646a5c: Preparing 10:48:39 49cc26c65356: Preparing 10:48:39 0eb020b86222: Preparing 10:48:39 830dc52023dd: Preparing 10:48:39 21b2531c27ad: Preparing 10:48:39 c991dbdddd85: Preparing 10:48:39 d11bfa054b40: Preparing 10:48:39 7773717ccbc5: Preparing 10:48:39 8c8599dbb6a4: Preparing 10:48:39 97ee4c9f30c5: Preparing 10:48:39 42c39e4e1f6d: Preparing 10:48:39 1e890da81ec9: Preparing 10:48:39 c991dbdddd85: Waiting 10:48:39 7773717ccbc5: Waiting 10:48:39 8c8599dbb6a4: Waiting 10:48:39 97ee4c9f30c5: Waiting 10:48:39 42c39e4e1f6d: Waiting 10:48:39 1e890da81ec9: Waiting 10:48:39 d11bfa054b40: Waiting 10:48:39 49cc26c65356: Layer already exists 10:48:39 a61c38646a5c: Layer already exists 10:48:39 0eb020b86222: Layer already exists 10:48:39 21b2531c27ad: Layer already exists 10:48:39 830dc52023dd: Layer already exists 10:48:39 d11bfa054b40: Layer already exists 10:48:39 7773717ccbc5: Layer already exists 10:48:39 97ee4c9f30c5: Layer already exists 10:48:39 8c8599dbb6a4: Layer already exists 10:48:39 c991dbdddd85: Layer already exists 10:48:39 1e890da81ec9: Layer already exists 10:48:39 42c39e4e1f6d: Layer already exists 10:48:39 latest: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 10:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:48:40 a61c38646a5c: Preparing 10:48:40 49cc26c65356: Preparing 10:48:40 0eb020b86222: Preparing 10:48:40 830dc52023dd: Preparing 10:48:40 21b2531c27ad: Preparing 10:48:40 c991dbdddd85: Preparing 10:48:40 d11bfa054b40: Preparing 10:48:40 7773717ccbc5: Preparing 10:48:40 8c8599dbb6a4: Preparing 10:48:40 97ee4c9f30c5: Preparing 10:48:40 42c39e4e1f6d: Preparing 10:48:40 1e890da81ec9: Preparing 10:48:40 8c8599dbb6a4: Waiting 10:48:40 97ee4c9f30c5: Waiting 10:48:40 42c39e4e1f6d: Waiting 10:48:40 1e890da81ec9: Waiting 10:48:40 d11bfa054b40: Waiting 10:48:40 7773717ccbc5: Waiting 10:48:40 c991dbdddd85: Waiting 10:48:40 830dc52023dd: Layer already exists 10:48:40 21b2531c27ad: Layer already exists 10:48:40 49cc26c65356: Layer already exists 10:48:40 a61c38646a5c: Layer already exists 10:48:40 0eb020b86222: Layer already exists 10:48:40 c991dbdddd85: Layer already exists 10:48:40 d11bfa054b40: Layer already exists 10:48:40 7773717ccbc5: Layer already exists 10:48:40 8c8599dbb6a4: Layer already exists 10:48:40 97ee4c9f30c5: Layer already exists 10:48:40 1e890da81ec9: Layer already exists 10:48:40 42c39e4e1f6d: Layer already exists 10:48:40 4.1.0-dev.61: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:48:41 a61c38646a5c: Preparing 10:48:41 49cc26c65356: Preparing 10:48:41 0eb020b86222: Preparing 10:48:41 830dc52023dd: Preparing 10:48:41 21b2531c27ad: Preparing 10:48:41 c991dbdddd85: Preparing 10:48:41 d11bfa054b40: Preparing 10:48:41 7773717ccbc5: Preparing 10:48:41 8c8599dbb6a4: Preparing 10:48:41 97ee4c9f30c5: Preparing 10:48:41 42c39e4e1f6d: Preparing 10:48:41 1e890da81ec9: Preparing 10:48:41 7773717ccbc5: Waiting 10:48:41 8c8599dbb6a4: Waiting 10:48:41 97ee4c9f30c5: Waiting 10:48:41 42c39e4e1f6d: Waiting 10:48:41 1e890da81ec9: Waiting 10:48:41 c991dbdddd85: Waiting 10:48:41 d11bfa054b40: Waiting 10:48:41 49cc26c65356: Layer already exists 10:48:41 21b2531c27ad: Layer already exists 10:48:41 0eb020b86222: Layer already exists 10:48:41 a61c38646a5c: Layer already exists 10:48:41 830dc52023dd: Layer already exists 10:48:41 7773717ccbc5: Layer already exists 10:48:41 d11bfa054b40: Layer already exists 10:48:41 8c8599dbb6a4: Layer already exists 10:48:41 c991dbdddd85: Layer already exists 10:48:41 97ee4c9f30c5: Layer already exists 10:48:41 42c39e4e1f6d: Layer already exists 10:48:41 1e890da81ec9: Layer already exists 10:48:41 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:41 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 10:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 10:48:42 a61c38646a5c: Preparing 10:48:42 49cc26c65356: Preparing 10:48:42 0eb020b86222: Preparing 10:48:42 830dc52023dd: Preparing 10:48:42 21b2531c27ad: Preparing 10:48:42 c991dbdddd85: Preparing 10:48:42 d11bfa054b40: Preparing 10:48:42 7773717ccbc5: Preparing 10:48:42 8c8599dbb6a4: Preparing 10:48:42 97ee4c9f30c5: Preparing 10:48:42 42c39e4e1f6d: Preparing 10:48:42 1e890da81ec9: Preparing 10:48:42 c991dbdddd85: Waiting 10:48:42 d11bfa054b40: Waiting 10:48:42 7773717ccbc5: Waiting 10:48:42 8c8599dbb6a4: Waiting 10:48:42 97ee4c9f30c5: Waiting 10:48:42 42c39e4e1f6d: Waiting 10:48:42 1e890da81ec9: Waiting 10:48:42 49cc26c65356: Layer already exists 10:48:42 21b2531c27ad: Layer already exists 10:48:42 a61c38646a5c: Layer already exists 10:48:42 830dc52023dd: Layer already exists 10:48:42 0eb020b86222: Layer already exists 10:48:42 c991dbdddd85: Layer already exists 10:48:42 7773717ccbc5: Layer already exists 10:48:42 d11bfa054b40: Layer already exists 10:48:42 97ee4c9f30c5: Layer already exists 10:48:42 8c8599dbb6a4: Layer already exists 10:48:42 1e890da81ec9: Layer already exists 10:48:42 42c39e4e1f6d: Layer already exists 10:48:42 main: digest: sha256:f627fbffb78974456b4febfb480ab65aa4db96813aaf06f5fef2947042a10716 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:48:42 ===================================================== [Pipeline] echo 10:48:42 taggedImages: 10:48:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 10:48:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 10:48:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:42 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:48:42 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 10:48:42 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:42 latest 10:48:42 4.1.0-dev.61 10:48:42 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:42 main 10:48:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:48:43 143626bdde5d: Preparing 10:48:43 29735bf35cd3: Preparing 10:48:43 7773717ccbc5: Preparing 10:48:43 8c8599dbb6a4: Preparing 10:48:43 2577ce5c14ae: Preparing 10:48:43 afab4bd0aaaf: Preparing 10:48:43 1e890da81ec9: Preparing 10:48:43 afab4bd0aaaf: Waiting 10:48:43 1e890da81ec9: Waiting 10:48:43 7773717ccbc5: Layer already exists 10:48:43 8c8599dbb6a4: Layer already exists 10:48:43 1e890da81ec9: Layer already exists 10:48:43 143626bdde5d: Pushed 10:48:43 2577ce5c14ae: Pushed 10:48:45 afab4bd0aaaf: Pushed 10:48:50 29735bf35cd3: Pushed 10:48:50 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:51 + 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:48:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:48:51 143626bdde5d: Preparing 10:48:51 29735bf35cd3: Preparing 10:48:51 7773717ccbc5: Preparing 10:48:51 8c8599dbb6a4: Preparing 10:48:51 2577ce5c14ae: Preparing 10:48:51 afab4bd0aaaf: Preparing 10:48:51 1e890da81ec9: Preparing 10:48:51 afab4bd0aaaf: Waiting 10:48:51 1e890da81ec9: Waiting 10:48:51 29735bf35cd3: Layer already exists 10:48:51 7773717ccbc5: Layer already exists 10:48:51 8c8599dbb6a4: Layer already exists 10:48:51 2577ce5c14ae: Layer already exists 10:48:51 143626bdde5d: Layer already exists 10:48:51 1e890da81ec9: Layer already exists 10:48:51 afab4bd0aaaf: Layer already exists 10:48:51 latest: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 10:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:48:52 143626bdde5d: Preparing 10:48:52 29735bf35cd3: Preparing 10:48:52 7773717ccbc5: Preparing 10:48:52 8c8599dbb6a4: Preparing 10:48:52 2577ce5c14ae: Preparing 10:48:52 afab4bd0aaaf: Preparing 10:48:52 1e890da81ec9: Preparing 10:48:52 1e890da81ec9: Waiting 10:48:52 afab4bd0aaaf: Waiting 10:48:52 7773717ccbc5: Layer already exists 10:48:52 8c8599dbb6a4: Layer already exists 10:48:52 29735bf35cd3: Layer already exists 10:48:52 2577ce5c14ae: Layer already exists 10:48:52 143626bdde5d: Layer already exists 10:48:52 1e890da81ec9: Layer already exists 10:48:52 afab4bd0aaaf: Layer already exists 10:48:52 4.1.0-dev.61: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:48:53 143626bdde5d: Preparing 10:48:53 29735bf35cd3: Preparing 10:48:53 7773717ccbc5: Preparing 10:48:53 8c8599dbb6a4: Preparing 10:48:53 2577ce5c14ae: Preparing 10:48:53 afab4bd0aaaf: Preparing 10:48:53 1e890da81ec9: Preparing 10:48:53 afab4bd0aaaf: Waiting 10:48:53 7773717ccbc5: Layer already exists 10:48:53 29735bf35cd3: Layer already exists 10:48:53 2577ce5c14ae: Layer already exists 10:48:53 143626bdde5d: Layer already exists 10:48:53 8c8599dbb6a4: Layer already exists 10:48:53 1e890da81ec9: Layer already exists 10:48:53 afab4bd0aaaf: Layer already exists 10:48:53 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:53 + 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:48:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 10:48:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 10:48:54 143626bdde5d: Preparing 10:48:54 29735bf35cd3: Preparing 10:48:54 7773717ccbc5: Preparing 10:48:54 8c8599dbb6a4: Preparing 10:48:54 2577ce5c14ae: Preparing 10:48:54 afab4bd0aaaf: Preparing 10:48:54 1e890da81ec9: Preparing 10:48:54 afab4bd0aaaf: Waiting 10:48:54 1e890da81ec9: Waiting 10:48:54 29735bf35cd3: Layer already exists 10:48:54 2577ce5c14ae: Layer already exists 10:48:54 8c8599dbb6a4: Layer already exists 10:48:54 7773717ccbc5: Layer already exists 10:48:54 143626bdde5d: Layer already exists 10:48:54 afab4bd0aaaf: Layer already exists 10:48:54 1e890da81ec9: Layer already exists 10:48:54 main: digest: sha256:59c0bc9acfff2d8f86724d81db40d2dbaec53948427506b6cce76d7ac91ab892 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:48:54 ===================================================== [Pipeline] echo 10:48:54 taggedImages: 10:48:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 10:48:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 10:48:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:48:54 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 10:48:54 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:54 latest 10:48:54 4.1.0-dev.61 10:48:54 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:48:54 main 10:48:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:48:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:48:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:48:55 511491c069ae: Preparing 10:48:55 2d4d9a966bda: Preparing 10:48:55 3d463d587a55: Preparing 10:48:55 7773717ccbc5: Preparing 10:48:55 8c8599dbb6a4: Preparing 10:48:55 91a681c72de7: Preparing 10:48:55 949562d2b739: Preparing 10:48:55 e81f17e13172: Preparing 10:48:55 cb7691172779: Preparing 10:48:55 1e890da81ec9: Preparing 10:48:55 91a681c72de7: Waiting 10:48:55 cb7691172779: Waiting 10:48:55 949562d2b739: Waiting 10:48:55 1e890da81ec9: Waiting 10:48:55 e81f17e13172: Waiting 10:48:55 8c8599dbb6a4: Layer already exists 10:48:55 7773717ccbc5: Layer already exists 10:48:55 3d463d587a55: Pushed 10:48:55 2d4d9a966bda: Pushed 10:48:55 511491c069ae: Pushed 10:48:55 1e890da81ec9: Layer already exists 10:48:55 e81f17e13172: Pushed 10:48:56 cb7691172779: Pushed 10:49:06 949562d2b739: Pushed 10:49:21 91a681c72de7: Pushed 10:49:21 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:22 + 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:49:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:49:22 511491c069ae: Preparing 10:49:22 2d4d9a966bda: Preparing 10:49:22 3d463d587a55: Preparing 10:49:22 7773717ccbc5: Preparing 10:49:22 8c8599dbb6a4: Preparing 10:49:22 91a681c72de7: Preparing 10:49:22 949562d2b739: Preparing 10:49:22 e81f17e13172: Preparing 10:49:22 cb7691172779: Preparing 10:49:22 1e890da81ec9: Preparing 10:49:22 91a681c72de7: Waiting 10:49:22 949562d2b739: Waiting 10:49:22 e81f17e13172: Waiting 10:49:22 cb7691172779: Waiting 10:49:22 1e890da81ec9: Waiting 10:49:22 3d463d587a55: Layer already exists 10:49:22 7773717ccbc5: Layer already exists 10:49:22 8c8599dbb6a4: Layer already exists 10:49:22 2d4d9a966bda: Layer already exists 10:49:22 511491c069ae: Layer already exists 10:49:22 91a681c72de7: Layer already exists 10:49:22 949562d2b739: Layer already exists 10:49:22 cb7691172779: Layer already exists 10:49:22 1e890da81ec9: Layer already exists 10:49:22 e81f17e13172: Layer already exists 10:49:22 latest: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 10:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:49:23 511491c069ae: Preparing 10:49:23 2d4d9a966bda: Preparing 10:49:23 3d463d587a55: Preparing 10:49:23 7773717ccbc5: Preparing 10:49:23 8c8599dbb6a4: Preparing 10:49:23 91a681c72de7: Preparing 10:49:23 949562d2b739: Preparing 10:49:23 e81f17e13172: Preparing 10:49:23 cb7691172779: Preparing 10:49:23 1e890da81ec9: Preparing 10:49:23 949562d2b739: Waiting 10:49:23 e81f17e13172: Waiting 10:49:23 cb7691172779: Waiting 10:49:23 1e890da81ec9: Waiting 10:49:23 91a681c72de7: Waiting 10:49:23 7773717ccbc5: Layer already exists 10:49:23 3d463d587a55: Layer already exists 10:49:23 511491c069ae: Layer already exists 10:49:23 8c8599dbb6a4: Layer already exists 10:49:23 2d4d9a966bda: Layer already exists 10:49:23 91a681c72de7: Layer already exists 10:49:23 e81f17e13172: Layer already exists 10:49:23 1e890da81ec9: Layer already exists 10:49:23 cb7691172779: Layer already exists 10:49:23 949562d2b739: Layer already exists 10:49:23 4.1.0-dev.61: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:49:24 511491c069ae: Preparing 10:49:24 2d4d9a966bda: Preparing 10:49:24 3d463d587a55: Preparing 10:49:24 7773717ccbc5: Preparing 10:49:24 8c8599dbb6a4: Preparing 10:49:24 91a681c72de7: Preparing 10:49:24 949562d2b739: Preparing 10:49:24 e81f17e13172: Preparing 10:49:24 cb7691172779: Preparing 10:49:24 1e890da81ec9: Preparing 10:49:24 949562d2b739: Waiting 10:49:24 e81f17e13172: Waiting 10:49:24 1e890da81ec9: Waiting 10:49:24 cb7691172779: Waiting 10:49:24 91a681c72de7: Waiting 10:49:24 7773717ccbc5: Layer already exists 10:49:24 2d4d9a966bda: Layer already exists 10:49:24 511491c069ae: Layer already exists 10:49:24 8c8599dbb6a4: Layer already exists 10:49:24 3d463d587a55: Layer already exists 10:49:24 949562d2b739: Layer already exists 10:49:24 91a681c72de7: Layer already exists 10:49:24 cb7691172779: Layer already exists 10:49:24 1e890da81ec9: Layer already exists 10:49:24 e81f17e13172: Layer already exists 10:49:24 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:25 + 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:49:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 10:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 10:49:25 511491c069ae: Preparing 10:49:25 2d4d9a966bda: Preparing 10:49:25 3d463d587a55: Preparing 10:49:25 7773717ccbc5: Preparing 10:49:25 8c8599dbb6a4: Preparing 10:49:25 91a681c72de7: Preparing 10:49:25 949562d2b739: Preparing 10:49:25 e81f17e13172: Preparing 10:49:25 cb7691172779: Preparing 10:49:25 1e890da81ec9: Preparing 10:49:25 e81f17e13172: Waiting 10:49:25 cb7691172779: Waiting 10:49:25 1e890da81ec9: Waiting 10:49:25 91a681c72de7: Waiting 10:49:25 949562d2b739: Waiting 10:49:25 2d4d9a966bda: Layer already exists 10:49:25 3d463d587a55: Layer already exists 10:49:25 8c8599dbb6a4: Layer already exists 10:49:25 511491c069ae: Layer already exists 10:49:25 7773717ccbc5: Layer already exists 10:49:25 949562d2b739: Layer already exists 10:49:25 91a681c72de7: Layer already exists 10:49:25 1e890da81ec9: Layer already exists 10:49:25 cb7691172779: Layer already exists 10:49:25 e81f17e13172: Layer already exists 10:49:25 main: digest: sha256:af27e153e69a2ec68ef4f5b262f28f29c5fd2fb7228ff482f0f18379945573d0 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:49:25 ===================================================== [Pipeline] echo 10:49:26 taggedImages: 10:49:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:49:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 10:49:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 10:49:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:49:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:49:26 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 10:49:26 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:49:26 latest 10:49:26 4.1.0-dev.61 10:49:26 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:49:26 main 10:49:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:49:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:49:26 06b0de7b453c: Preparing 10:49:26 454cfa3934b5: Preparing 10:49:26 e955ba993669: Preparing 10:49:26 7773717ccbc5: Preparing 10:49:26 8c8599dbb6a4: Preparing 10:49:26 1d681ca5ddf2: Preparing 10:49:26 035aad67c8be: Preparing 10:49:26 a00013e58d3a: Preparing 10:49:26 1e890da81ec9: Preparing 10:49:26 a00013e58d3a: Waiting 10:49:26 1e890da81ec9: Waiting 10:49:26 1d681ca5ddf2: Waiting 10:49:26 035aad67c8be: Waiting 10:49:26 7773717ccbc5: Layer already exists 10:49:26 8c8599dbb6a4: Layer already exists 10:49:27 e955ba993669: Pushed 10:49:27 454cfa3934b5: Pushed 10:49:27 06b0de7b453c: Pushed 10:49:27 1e890da81ec9: Layer already exists 10:49:27 035aad67c8be: Pushed 10:49:27 a00013e58d3a: Pushed 10:49:54 1d681ca5ddf2: Pushed 10:49:54 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:54 + 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:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:49:54 06b0de7b453c: Preparing 10:49:54 454cfa3934b5: Preparing 10:49:54 e955ba993669: Preparing 10:49:54 7773717ccbc5: Preparing 10:49:54 8c8599dbb6a4: Preparing 10:49:54 1d681ca5ddf2: Preparing 10:49:54 035aad67c8be: Preparing 10:49:54 a00013e58d3a: Preparing 10:49:54 1e890da81ec9: Preparing 10:49:54 1d681ca5ddf2: Waiting 10:49:54 035aad67c8be: Waiting 10:49:54 a00013e58d3a: Waiting 10:49:54 1e890da81ec9: Waiting 10:49:54 06b0de7b453c: Layer already exists 10:49:54 e955ba993669: Layer already exists 10:49:54 8c8599dbb6a4: Layer already exists 10:49:54 454cfa3934b5: Layer already exists 10:49:54 7773717ccbc5: Layer already exists 10:49:54 035aad67c8be: Layer already exists 10:49:54 a00013e58d3a: Layer already exists 10:49:54 1d681ca5ddf2: Layer already exists 10:49:54 1e890da81ec9: Layer already exists 10:49:55 latest: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:55 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 10:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:49:55 06b0de7b453c: Preparing 10:49:55 454cfa3934b5: Preparing 10:49:55 e955ba993669: Preparing 10:49:55 7773717ccbc5: Preparing 10:49:55 8c8599dbb6a4: Preparing 10:49:55 1d681ca5ddf2: Preparing 10:49:55 035aad67c8be: Preparing 10:49:55 a00013e58d3a: Preparing 10:49:55 1e890da81ec9: Preparing 10:49:55 a00013e58d3a: Waiting 10:49:55 1e890da81ec9: Waiting 10:49:55 1d681ca5ddf2: Waiting 10:49:55 035aad67c8be: Waiting 10:49:55 8c8599dbb6a4: Layer already exists 10:49:55 e955ba993669: Layer already exists 10:49:55 454cfa3934b5: Layer already exists 10:49:55 06b0de7b453c: Layer already exists 10:49:55 7773717ccbc5: Layer already exists 10:49:55 035aad67c8be: Layer already exists 10:49:55 a00013e58d3a: Layer already exists 10:49:55 1d681ca5ddf2: Layer already exists 10:49:55 1e890da81ec9: Layer already exists 10:49:56 4.1.0-dev.61: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:56 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:49:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:49:56 06b0de7b453c: Preparing 10:49:56 454cfa3934b5: Preparing 10:49:56 e955ba993669: Preparing 10:49:56 7773717ccbc5: Preparing 10:49:56 8c8599dbb6a4: Preparing 10:49:56 1d681ca5ddf2: Preparing 10:49:56 035aad67c8be: Preparing 10:49:56 a00013e58d3a: Preparing 10:49:56 1e890da81ec9: Preparing 10:49:56 035aad67c8be: Waiting 10:49:56 a00013e58d3a: Waiting 10:49:56 1d681ca5ddf2: Waiting 10:49:56 1e890da81ec9: Waiting 10:49:56 454cfa3934b5: Layer already exists 10:49:56 7773717ccbc5: Layer already exists 10:49:56 06b0de7b453c: Layer already exists 10:49:56 8c8599dbb6a4: Layer already exists 10:49:56 e955ba993669: Layer already exists 10:49:56 035aad67c8be: Layer already exists 10:49:56 1d681ca5ddf2: Layer already exists 10:49:56 a00013e58d3a: Layer already exists 10:49:56 1e890da81ec9: Layer already exists 10:49:57 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:57 + 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:49:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 10:49:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 10:49:57 06b0de7b453c: Preparing 10:49:57 454cfa3934b5: Preparing 10:49:57 e955ba993669: Preparing 10:49:57 7773717ccbc5: Preparing 10:49:57 8c8599dbb6a4: Preparing 10:49:57 1d681ca5ddf2: Preparing 10:49:57 035aad67c8be: Preparing 10:49:57 a00013e58d3a: Preparing 10:49:57 1e890da81ec9: Preparing 10:49:57 1d681ca5ddf2: Waiting 10:49:57 035aad67c8be: Waiting 10:49:57 a00013e58d3a: Waiting 10:49:57 1e890da81ec9: Waiting 10:49:57 06b0de7b453c: Layer already exists 10:49:57 e955ba993669: Layer already exists 10:49:57 454cfa3934b5: Layer already exists 10:49:57 7773717ccbc5: Layer already exists 10:49:57 8c8599dbb6a4: Layer already exists 10:49:57 1d681ca5ddf2: Layer already exists 10:49:57 a00013e58d3a: Layer already exists 10:49:57 035aad67c8be: Layer already exists 10:49:57 1e890da81ec9: Layer already exists 10:49:57 main: digest: sha256:6957d1dc5adac8e0fa3484cd873839bc9aea14e76735722d8c0c5dc92a0f10d1 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:49:58 ===================================================== [Pipeline] echo 10:49:58 taggedImages: 10:49:58 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:49:58 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 10:49:58 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 10:49:58 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:49:58 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:49:58 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 10:49:58 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:49:58 latest 10:49:58 4.1.0-dev.61 10:49:58 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:49:58 main 10:49:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:58 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:49:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:49:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:49:58 400f4bda9638: Preparing 10:49:58 550a71ef2f23: Preparing 10:49:58 794a46d674d4: Preparing 10:49:58 7773717ccbc5: Preparing 10:49:58 8c8599dbb6a4: Preparing 10:49:58 64a01318ff22: Preparing 10:49:58 e81f17e13172: Preparing 10:49:58 cb7691172779: Preparing 10:49:58 1e890da81ec9: Preparing 10:49:58 e81f17e13172: Waiting 10:49:58 cb7691172779: Waiting 10:49:58 64a01318ff22: Waiting 10:49:58 1e890da81ec9: Waiting 10:49:58 8c8599dbb6a4: Layer already exists 10:49:59 7773717ccbc5: Layer already exists 10:49:59 e81f17e13172: Layer already exists 10:49:59 cb7691172779: Layer already exists 10:49:59 794a46d674d4: Pushed 10:49:59 550a71ef2f23: Pushed 10:49:59 400f4bda9638: Pushed 10:49:59 1e890da81ec9: Layer already exists 10:50:25 64a01318ff22: Pushed 10:50:25 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:26 + 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:50:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:50:26 400f4bda9638: Preparing 10:50:26 550a71ef2f23: Preparing 10:50:26 794a46d674d4: Preparing 10:50:26 7773717ccbc5: Preparing 10:50:26 8c8599dbb6a4: Preparing 10:50:26 64a01318ff22: Preparing 10:50:26 e81f17e13172: Preparing 10:50:26 64a01318ff22: Waiting 10:50:26 e81f17e13172: Waiting 10:50:26 cb7691172779: Preparing 10:50:26 1e890da81ec9: Preparing 10:50:26 cb7691172779: Waiting 10:50:26 1e890da81ec9: Waiting 10:50:26 8c8599dbb6a4: Layer already exists 10:50:26 400f4bda9638: Layer already exists 10:50:26 550a71ef2f23: Layer already exists 10:50:26 794a46d674d4: Layer already exists 10:50:26 7773717ccbc5: Layer already exists 10:50:26 e81f17e13172: Layer already exists 10:50:26 1e890da81ec9: Layer already exists 10:50:26 64a01318ff22: Layer already exists 10:50:26 cb7691172779: Layer already exists 10:50:26 latest: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 10:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:50:27 400f4bda9638: Preparing 10:50:27 550a71ef2f23: Preparing 10:50:27 794a46d674d4: Preparing 10:50:27 7773717ccbc5: Preparing 10:50:27 8c8599dbb6a4: Preparing 10:50:27 64a01318ff22: Preparing 10:50:27 e81f17e13172: Preparing 10:50:27 cb7691172779: Preparing 10:50:27 1e890da81ec9: Preparing 10:50:27 64a01318ff22: Waiting 10:50:27 e81f17e13172: Waiting 10:50:27 1e890da81ec9: Waiting 10:50:27 cb7691172779: Waiting 10:50:27 400f4bda9638: Layer already exists 10:50:27 8c8599dbb6a4: Layer already exists 10:50:27 550a71ef2f23: Layer already exists 10:50:27 e81f17e13172: Layer already exists 10:50:27 7773717ccbc5: Layer already exists 10:50:27 64a01318ff22: Layer already exists 10:50:27 794a46d674d4: Layer already exists 10:50:27 cb7691172779: Layer already exists 10:50:27 1e890da81ec9: Layer already exists 10:50:27 4.1.0-dev.61: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:50:28 400f4bda9638: Preparing 10:50:28 550a71ef2f23: Preparing 10:50:28 794a46d674d4: Preparing 10:50:28 7773717ccbc5: Preparing 10:50:28 8c8599dbb6a4: Preparing 10:50:28 64a01318ff22: Preparing 10:50:28 e81f17e13172: Preparing 10:50:28 cb7691172779: Preparing 10:50:28 1e890da81ec9: Preparing 10:50:28 e81f17e13172: Waiting 10:50:28 cb7691172779: Waiting 10:50:28 1e890da81ec9: Waiting 10:50:28 64a01318ff22: Waiting 10:50:28 400f4bda9638: Layer already exists 10:50:28 7773717ccbc5: Layer already exists 10:50:28 8c8599dbb6a4: Layer already exists 10:50:28 550a71ef2f23: Layer already exists 10:50:28 794a46d674d4: Layer already exists 10:50:28 64a01318ff22: Layer already exists 10:50:28 1e890da81ec9: Layer already exists 10:50:28 e81f17e13172: Layer already exists 10:50:28 cb7691172779: Layer already exists 10:50:28 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:29 + 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:50:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 10:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 10:50:29 400f4bda9638: Preparing 10:50:29 550a71ef2f23: Preparing 10:50:29 794a46d674d4: Preparing 10:50:29 7773717ccbc5: Preparing 10:50:29 8c8599dbb6a4: Preparing 10:50:29 64a01318ff22: Preparing 10:50:29 64a01318ff22: Waiting 10:50:29 e81f17e13172: Preparing 10:50:29 e81f17e13172: Waiting 10:50:29 cb7691172779: Preparing 10:50:29 1e890da81ec9: Preparing 10:50:29 cb7691172779: Waiting 10:50:29 1e890da81ec9: Waiting 10:50:29 8c8599dbb6a4: Layer already exists 10:50:29 794a46d674d4: Layer already exists 10:50:29 400f4bda9638: Layer already exists 10:50:29 7773717ccbc5: Layer already exists 10:50:29 550a71ef2f23: Layer already exists 10:50:29 64a01318ff22: Layer already exists 10:50:29 e81f17e13172: Layer already exists 10:50:29 cb7691172779: Layer already exists 10:50:29 1e890da81ec9: Layer already exists 10:50:29 main: digest: sha256:6e6b350775f62eb33192e99e50c7d6ef150a5d90b66720c568eba206ad4fe74c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:50:29 ===================================================== [Pipeline] echo 10:50:29 taggedImages: 10:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 10:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 10:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:50:30 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 10:50:30 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:30 latest 10:50:30 4.1.0-dev.61 10:50:30 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:30 main 10:50:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:50:30 aa3d64f92a3e: Preparing 10:50:30 c6d97dcf065b: Preparing 10:50:30 7773717ccbc5: Preparing 10:50:30 8c8599dbb6a4: Preparing 10:50:30 cc2a5956847a: Preparing 10:50:30 934d4f33f4ca: Preparing 10:50:30 1e890da81ec9: Preparing 10:50:30 1e890da81ec9: Waiting 10:50:30 934d4f33f4ca: Waiting 10:50:30 8c8599dbb6a4: Layer already exists 10:50:30 7773717ccbc5: Layer already exists 10:50:30 1e890da81ec9: Layer already exists 10:50:30 aa3d64f92a3e: Pushed 10:50:31 cc2a5956847a: Pushed 10:50:32 934d4f33f4ca: Pushed 10:50:40 c6d97dcf065b: Pushed 10:50:40 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:50:41 aa3d64f92a3e: Preparing 10:50:41 c6d97dcf065b: Preparing 10:50:41 7773717ccbc5: Preparing 10:50:41 8c8599dbb6a4: Preparing 10:50:41 cc2a5956847a: Preparing 10:50:41 934d4f33f4ca: Preparing 10:50:41 1e890da81ec9: Preparing 10:50:41 934d4f33f4ca: Waiting 10:50:41 1e890da81ec9: Waiting 10:50:41 c6d97dcf065b: Layer already exists 10:50:41 8c8599dbb6a4: Layer already exists 10:50:41 aa3d64f92a3e: Layer already exists 10:50:41 7773717ccbc5: Layer already exists 10:50:41 cc2a5956847a: Layer already exists 10:50:41 934d4f33f4ca: Layer already exists 10:50:41 1e890da81ec9: Layer already exists 10:50:41 latest: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 10:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:50:42 aa3d64f92a3e: Preparing 10:50:42 c6d97dcf065b: Preparing 10:50:42 7773717ccbc5: Preparing 10:50:42 8c8599dbb6a4: Preparing 10:50:42 cc2a5956847a: Preparing 10:50:42 934d4f33f4ca: Preparing 10:50:42 1e890da81ec9: Preparing 10:50:42 934d4f33f4ca: Waiting 10:50:42 1e890da81ec9: Waiting 10:50:42 8c8599dbb6a4: Layer already exists 10:50:42 7773717ccbc5: Layer already exists 10:50:42 cc2a5956847a: Layer already exists 10:50:42 aa3d64f92a3e: Layer already exists 10:50:42 c6d97dcf065b: Layer already exists 10:50:42 934d4f33f4ca: Layer already exists 10:50:42 1e890da81ec9: Layer already exists 10:50:42 4.1.0-dev.61: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:50:42 aa3d64f92a3e: Preparing 10:50:42 c6d97dcf065b: Preparing 10:50:42 7773717ccbc5: Preparing 10:50:42 8c8599dbb6a4: Preparing 10:50:42 cc2a5956847a: Preparing 10:50:42 934d4f33f4ca: Preparing 10:50:42 1e890da81ec9: Preparing 10:50:42 934d4f33f4ca: Waiting 10:50:42 1e890da81ec9: Waiting 10:50:42 aa3d64f92a3e: Layer already exists 10:50:42 cc2a5956847a: Layer already exists 10:50:42 7773717ccbc5: Layer already exists 10:50:42 c6d97dcf065b: Layer already exists 10:50:42 8c8599dbb6a4: Layer already exists 10:50:42 1e890da81ec9: Layer already exists 10:50:42 934d4f33f4ca: Layer already exists 10:50:43 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 10:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 10:50:43 aa3d64f92a3e: Preparing 10:50:43 c6d97dcf065b: Preparing 10:50:43 7773717ccbc5: Preparing 10:50:43 8c8599dbb6a4: Preparing 10:50:43 cc2a5956847a: Preparing 10:50:43 934d4f33f4ca: Preparing 10:50:43 1e890da81ec9: Preparing 10:50:43 934d4f33f4ca: Waiting 10:50:43 1e890da81ec9: Waiting 10:50:43 cc2a5956847a: Layer already exists 10:50:43 8c8599dbb6a4: Layer already exists 10:50:43 aa3d64f92a3e: Layer already exists 10:50:43 c6d97dcf065b: Layer already exists 10:50:43 7773717ccbc5: Layer already exists 10:50:43 1e890da81ec9: Layer already exists 10:50:43 934d4f33f4ca: Layer already exists 10:50:44 main: digest: sha256:771803cd9321f66e2ab0ac634e180a48bbd956b63cfcba950a76005dc53d6f3b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:50:44 ===================================================== [Pipeline] echo 10:50:44 taggedImages: 10:50:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 10:50:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 10:50:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:44 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:50:44 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 10:50:44 7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:44 latest 10:50:44 4.1.0-dev.61 10:50:44 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:44 main 10:50:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:45 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:50:45 180e5661a869: Preparing 10:50:45 8c7363607b22: Preparing 10:50:45 7773717ccbc5: Preparing 10:50:45 8c8599dbb6a4: Preparing 10:50:45 acc76c4190bc: Preparing 10:50:45 68f862820d53: Preparing 10:50:45 1e890da81ec9: Preparing 10:50:45 68f862820d53: Waiting 10:50:45 1e890da81ec9: Waiting 10:50:45 7773717ccbc5: Layer already exists 10:50:45 8c8599dbb6a4: Layer already exists 10:50:45 1e890da81ec9: Layer already exists 10:50:45 180e5661a869: Pushed 10:50:45 acc76c4190bc: Pushed 10:50:45 68f862820d53: Pushed 10:50:54 8c7363607b22: Pushed 10:50:54 7be32007d386ece0ad1d736d44db8f7765ab5de1: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:50:54 180e5661a869: Preparing 10:50:54 8c7363607b22: Preparing 10:50:54 7773717ccbc5: Preparing 10:50:54 8c8599dbb6a4: Preparing 10:50:54 acc76c4190bc: Preparing 10:50:54 68f862820d53: Preparing 10:50:54 1e890da81ec9: Preparing 10:50:54 68f862820d53: Waiting 10:50:54 1e890da81ec9: Waiting 10:50:54 acc76c4190bc: Layer already exists 10:50:54 8c8599dbb6a4: Layer already exists 10:50:54 8c7363607b22: Layer already exists 10:50:54 7773717ccbc5: Layer already exists 10:50:54 180e5661a869: Layer already exists 10:50:54 68f862820d53: Layer already exists 10:50:54 1e890da81ec9: Layer already exists 10:50:54 latest: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 10:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:50:55 180e5661a869: Preparing 10:50:55 8c7363607b22: Preparing 10:50:55 7773717ccbc5: Preparing 10:50:55 8c8599dbb6a4: Preparing 10:50:55 acc76c4190bc: Preparing 10:50:55 68f862820d53: Preparing 10:50:55 1e890da81ec9: Preparing 10:50:55 68f862820d53: Waiting 10:50:55 1e890da81ec9: Waiting 10:50:55 180e5661a869: Layer already exists 10:50:55 acc76c4190bc: Layer already exists 10:50:55 7773717ccbc5: Layer already exists 10:50:55 8c7363607b22: Layer already exists 10:50:55 8c8599dbb6a4: Layer already exists 10:50:55 68f862820d53: Layer already exists 10:50:55 1e890da81ec9: Layer already exists 10:50:55 4.1.0-dev.61: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:50:56 180e5661a869: Preparing 10:50:56 8c7363607b22: Preparing 10:50:56 7773717ccbc5: Preparing 10:50:56 8c8599dbb6a4: Preparing 10:50:56 acc76c4190bc: Preparing 10:50:56 68f862820d53: Preparing 10:50:56 1e890da81ec9: Preparing 10:50:56 68f862820d53: Waiting 10:50:56 1e890da81ec9: Waiting 10:50:56 180e5661a869: Layer already exists 10:50:56 7773717ccbc5: Layer already exists 10:50:56 8c7363607b22: Layer already exists 10:50:56 8c8599dbb6a4: Layer already exists 10:50:56 acc76c4190bc: Layer already exists 10:50:56 68f862820d53: Layer already exists 10:50:56 1e890da81ec9: Layer already exists 10:50:56 7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 10:50:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 10:50:57 180e5661a869: Preparing 10:50:57 8c7363607b22: Preparing 10:50:57 7773717ccbc5: Preparing 10:50:57 8c8599dbb6a4: Preparing 10:50:57 acc76c4190bc: Preparing 10:50:57 68f862820d53: Preparing 10:50:57 1e890da81ec9: Preparing 10:50:57 68f862820d53: Waiting 10:50:57 1e890da81ec9: Waiting 10:50:57 7773717ccbc5: Layer already exists 10:50:57 acc76c4190bc: Layer already exists 10:50:57 8c7363607b22: Layer already exists 10:50:57 180e5661a869: Layer already exists 10:50:57 8c8599dbb6a4: Layer already exists 10:50:57 68f862820d53: Layer already exists 10:50:57 1e890da81ec9: Layer already exists 10:50:57 main: digest: sha256:1fb044574f4aa5c161e619a5988849d54cbd43a2d91ad5e9dd4e0c855fc8faeb size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 10:50:57 ===================================================== [Pipeline] echo 10:50:57 taggedImages: 10:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 10:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 10:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 10:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 10:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 10:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 10:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.61 [Pipeline] echo 10:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:7be32007d386ece0ad1d736d44db8f7765ab5de1-4.1.0-dev.61 [Pipeline] echo 10:50:59 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:50:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:50:59 10:50:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:50:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:50:59 arm64: Pulling from edgex-lftools-log-publisher 10:50:59 8998bd30e6a1: Pulling fs layer 10:50:59 04944245beec: Pulling fs layer 10:50:59 699f458cf7ca: Pulling fs layer 10:50:59 765212b225bb: Pulling fs layer 10:50:59 f23df028b6ca: Pulling fs layer 10:50:59 d65c8cfc05b1: Pulling fs layer 10:50:59 2437ff75d9bd: Pulling fs layer 10:50:59 765212b225bb: Waiting 10:50:59 f23df028b6ca: Waiting 10:50:59 d65c8cfc05b1: Waiting 10:50:59 2437ff75d9bd: Waiting 10:50:59 04944245beec: Verifying Checksum 10:50:59 04944245beec: Download complete 10:50:59 765212b225bb: Verifying Checksum 10:50:59 765212b225bb: Download complete 10:50:59 f23df028b6ca: Verifying Checksum 10:50:59 f23df028b6ca: Download complete 10:50:59 d65c8cfc05b1: Verifying Checksum 10:50:59 d65c8cfc05b1: Download complete 10:50:59 699f458cf7ca: Verifying Checksum 10:50:59 699f458cf7ca: Download complete 10:51:00 8998bd30e6a1: Verifying Checksum 10:51:00 8998bd30e6a1: Download complete 10:51:03 2437ff75d9bd: Verifying Checksum 10:51:03 2437ff75d9bd: Download complete 10:51:05 8998bd30e6a1: Pull complete 10:51:05 04944245beec: Pull complete 10:51:07 699f458cf7ca: Pull complete 10:51:07 765212b225bb: Pull complete 10:51:08 f23df028b6ca: Pull complete 10:51:08 d65c8cfc05b1: Pull complete 10:51:26 2437ff75d9bd: Pull complete 10:51:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:51:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:51:27 prd-ubuntu20.04-docker-arm64-4c-16g-8918 does not seem to be running inside a container 10:51:27 $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:arm64 cat 10:51:29 $ docker top 6755213c70fee7f5f693a10cb8f74ceba882deb73bbd408e12598e580cbfeddb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:51:30 ---> job-cost.sh 10:51:30 lf-activate-venv: SKIPPING 10:51:30 INFO: No Stack... 10:51:31 INFO: Retrieving Pricing Info for: v3-standard-4 10:51:31 INFO: Archiving Costs [Pipeline] sh 10:51:32 + cat /w/workspace/edgex-go/905/archives/cost.csv 10:51:32 + cut -d, -f6 [Pipeline] lock 10:51:32 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-905-stack-cost] 10:51:32 Resource [jenkins-edgexfoundry-edgex-go-main-905-stack-cost] did not exist. Created. 10:51:32 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-905-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:51:33 + echo total: 0.10999999940395355 [Pipeline] stash 10:51:33 Stashed 1 file(s) [Pipeline] } 10:51:33 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-905-stack-cost] [Pipeline] // lock [Pipeline] } 10:51:33 $ docker stop --time=1 6755213c70fee7f5f693a10cb8f74ceba882deb73bbd408e12598e580cbfeddb 10:51:36 $ docker rm -f --volumes 6755213c70fee7f5f693a10cb8f74ceba882deb73bbd408e12598e580cbfeddb [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:51:37 provisioning config files... 10:51:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/905@tmp/config14169295863826974720tmp [Pipeline] { [Pipeline] sh 10:51:37 + set +x 10:51:37 + curl -s https://codecov.io/bash 10:51:37 + bash -s -- 10:51:37 10:51:37 _____ _ 10:51:37 / ____| | | 10:51:37 | | ___ __| | ___ ___ _____ __ 10:51:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:51:37 | |___| (_) | (_| | __/ (_| (_) \ V / 10:51:37 \_____\___/ \__,_|\___|\___\___/ \_/ 10:51:37 Bash-1.0.6 10:51:37 10:51:37 10:51:37 ==> git version 2.25.1 found 10:51:37 ==> 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:51:37 Release-Date: 2020-01-08 10:51:37 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:51:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:51:37 ==> Jenkins CI detected. 10:51:37 current dir:  /w/workspace/edgex-go/905 10:51:37 project root: . 10:51:37 --> token set from env 10:51:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:51:37 ==> Running gcov in . (disable via -X gcov) 10:51:37 ==> Python coveragepy not found 10:51:37 ==> Searching for coverage reports in: 10:51:37 + . 10:51:37 -> Found 1 reports 10:51:37 ==> Detecting git/mercurial file structure 10:51:37 ==> Reading reports 10:51:37 + ./coverage.out bytes=1733635 10:51:37 ==> Appending adjustments 10:51:37 https://docs.codecov.io/docs/fixing-reports 10:51:39 + Found adjustments 10:51:39 ==> Gzipping contents 10:51:39 148K /tmp/codecov.DdX3Ch.gz 10:51:39 ==> Uploading reports 10:51:39 url: https://codecov.io 10:51:39 query: branch=main&commit=7be32007d386ece0ad1d736d44db8f7765ab5de1&build=905&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F905%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:51:39 -> Pinging Codecov 10:51:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7be32007d386ece0ad1d736d44db8f7765ab5de1&build=905&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F905%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 10:51:39 -> Uploading to 10:51:39 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/7be32007d386ece0ad1d736d44db8f7765ab5de1/399b45fa-5f40-45da-a306-df02b9d7b92c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250916%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250916T105139Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=e61390a61e24dabb1f70d1b6458aa9a21a84a26713c352f60a6b462d6687a708 10:51:39 % Total % Received % Xferd Average Speed Time Time Time Current 10:51:39 Dload Upload Total Spent Left Speed 10:51:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 145k 0 0 100 145k 0 701k --:--:-- --:--:-- --:--:-- 701k 10:51:39 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7be32007d386ece0ad1d736d44db8f7765ab5de1 [Pipeline] } 10:51:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 10:51:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 10:51:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:51:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:51:40 10:51:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:51:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:51:40 latest: Pulling from edgex-devops/edgex-snyk-go 10:51:40 0a9a5dfd008f: Already exists 10:51:40 36466aa92d05: Already exists 10:51:40 e10405b45d13: Already exists 10:51:40 096b7ceb2af7: Already exists 10:51:40 4f4fb700ef54: Already exists 10:51:40 e50aa161e22a: Pulling fs layer 10:51:40 d3c8db5fb9df: Pulling fs layer 10:51:40 e50aa161e22a: Verifying Checksum 10:51:40 e50aa161e22a: Download complete 10:51:40 e50aa161e22a: Pull complete 10:51:41 d3c8db5fb9df: Verifying Checksum 10:51:41 d3c8db5fb9df: Download complete 10:51:44 d3c8db5fb9df: Pull complete 10:51:44 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 10:51:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 10:51:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:51:44 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:51:44 $ 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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:51:52 $ docker top 73e5fc16b824a8d5b5b4f5addcbaf23f4f7fb6cdb5017e5b0b10e636a9fb1125 -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:52 + git config --global --add safe.directory /w/workspace/edgex-go/905 [Pipeline] echo 10:51:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 10:51:52 + set -o pipefail 10:51:52 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 10:52:00 10:52:00 Monitoring /w/workspace/edgex-go/905 (github.com/edgexfoundry/edgex-go)... 10:52:00 10:52:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/28536f61-a088-449e-8b27-60f58a56f92b 10:52:00 10:52:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 10:52:00 10:52:00 10:52:00 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 10:52:00 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 10:52:01 $ docker stop --time=1 73e5fc16b824a8d5b5b4f5addcbaf23f4f7fb6cdb5017e5b0b10e636a9fb1125 10:52:07 $ docker rm -f --volumes 73e5fc16b824a8d5b5b4f5addcbaf23f4f7fb6cdb5017e5b0b10e636a9fb1125 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 10:52:07 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:52:08 provisioning config files... 10:52:08 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/905@tmp/config7191167811917066003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:52:08 --> edgex-publish-swagger.sh 10:52:08 === Publish openapi API === 10:52:08 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 10:52:08 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/905/openapi/core-command.yaml] 10:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:08 Dload Upload Total Spent Left Speed 10:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 423 209k --:--:-- --:--:-- --:--:-- 209k 10:52:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:08 10:52:08 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/905/openapi/core-data.yaml] 10:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:08 Dload Upload Total Spent Left Speed 10:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75367 100 66 100 75301 564 628k --:--:-- --:--:-- --:--:-- 629k 10:52:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:08 10:52:08 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/905/openapi/core-keeper.yaml] 10:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:08 Dload Upload Total Spent Left Speed 10:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 532 238k --:--:-- --:--:-- --:--:-- 238k 100 30300 100 66 100 30234 532 238k --:--:-- --:--:-- --:--:-- 236k 10:52:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:08 10:52:08 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/905/openapi/core-metadata.yaml] 10:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:08 Dload Upload Total Spent Left Speed 10:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 503 1197k --:--:-- --:--:-- --:--:-- 1197k 10:52:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:08 10:52:08 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/905/openapi/security-proxy-auth.yaml] 10:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:08 Dload Upload Total Spent Left Speed 10:52:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 709 256k --:--:-- --:--:-- --:--:-- 257k 10:52:08 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:08 10:52:08 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/905/openapi/security-secretstore-setup.yaml] 10:52:08 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:08 Dload Upload Total Spent Left Speed 10:52:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 795 47144 --:--:-- --:--:-- --:--:-- 47939 10:52:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:09 10:52:09 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/905/openapi/support-notifications.yaml] 10:52:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:09 Dload Upload Total Spent Left Speed 10:52:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 550 813k --:--:-- --:--:-- --:--:-- 814k 10:52:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:09 10:52:09 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/905/openapi/support-scheduler.yaml] 10:52:09 % Total % Received % Xferd Average Speed Time Time Time Current 10:52:09 Dload Upload Total Spent Left Speed 10:52:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 634 476k --:--:-- --:--:-- --:--:-- 476k 10:52:09 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 10:52:09 [Pipeline] } 10:52:09 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:52:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:52:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:52:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:10 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:52:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:52:10 $ docker top 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd -eo pid,comm 10:52:10 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:52:10 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:52:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:52:10 [ssh-agent] Looking for ssh-agent implementation... 10:52:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:52:10 $ docker exec 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd ssh-agent 10:52:10 SSH_AUTH_SOCK=/tmp/ssh-Iq3gI8o87zoZ/agent.32 10:52:10 SSH_AGENT_PID=38 10:52:10 Running ssh-add (command line suppressed) 10:52:11 Identity added: /w/workspace/edgex-go/905@tmp/private_key_13100134471895169758.key (/w/workspace/edgex-go/905@tmp/private_key_13100134471895169758.key) 10:52:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:11 + git semver tag 10:52:11 2025-09-16 10:52:11,638 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:52:11 2025-09-16 10:52:11,640 [run_tag] DEBUG tag force:False 10:52:11 2025-09-16 10:52:11,640 [check_head_tag] DEBUG check head tag 10:52:11 2025-09-16 10:52:11,641 [execute] INFO git cat-file --batch-check 10:52:11 2025-09-16 10:52:11,642 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/905, stdin=, shell=False, universal_newlines=False) 10:52:11 2025-09-16 10:52:11,643 [execute] INFO git cat-file --batch 10:52:11 2025-09-16 10:52:11,644 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/905, stdin=, shell=False, universal_newlines=False) 10:52:11 2025-09-16 10:52:11,670 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:52:11 2025-09-16 10:52:11,670 [execute] INFO git tag -a v4.1.0-dev.61 -m v4.1.0-dev.61 10:52:11 2025-09-16 10:52:11,670 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.61', '-m', 'v4.1.0-dev.61'], cwd=/w/workspace/edgex-go/905, stdin=None, shell=False, universal_newlines=False) 10:52:11 2025-09-16 10:52:11,673 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:52:11 4.1.0-dev.61 [Pipeline] } 10:52:11 $ docker exec --env ******** --env ******** 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd ssh-agent -k 10:52:12 unset SSH_AUTH_SOCK; 10:52:12 unset SSH_AGENT_PID; 10:52:12 echo Agent pid 38 killed; 10:52:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:52:12 + git semver [Pipeline] } 10:52:12 $ docker stop --time=1 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd 10:52:14 $ docker rm -f --volumes 3291b1c834874cd227207208271f5e7fea4bf2f32ddb3cde7a93cddb22f0a7bd [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:52:14 10:52:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:52:15 0.23.1-centos7: Pulling from edgex-lftools 10:52:15 ab5ef0e58194: Pulling fs layer 10:52:15 9712f1f96733: Pulling fs layer 10:52:15 63f879dbbcfc: Pulling fs layer 10:52:15 0d9ebad4ef96: Pulling fs layer 10:52:15 e9a5061849ea: Pulling fs layer 10:52:15 d747dcd14b5f: Pulling fs layer 10:52:15 2de7ff778b66: Pulling fs layer 10:52:15 0d9ebad4ef96: Waiting 10:52:15 2de7ff778b66: Waiting 10:52:15 d747dcd14b5f: Waiting 10:52:15 e9a5061849ea: Waiting 10:52:15 9712f1f96733: Verifying Checksum 10:52:15 9712f1f96733: Download complete 10:52:15 63f879dbbcfc: Verifying Checksum 10:52:15 63f879dbbcfc: Download complete 10:52:15 e9a5061849ea: Verifying Checksum 10:52:15 e9a5061849ea: Download complete 10:52:15 d747dcd14b5f: Verifying Checksum 10:52:15 d747dcd14b5f: Download complete 10:52:15 ab5ef0e58194: Verifying Checksum 10:52:15 ab5ef0e58194: Download complete 10:52:15 0d9ebad4ef96: Verifying Checksum 10:52:15 0d9ebad4ef96: Download complete 10:52:15 2de7ff778b66: Verifying Checksum 10:52:15 2de7ff778b66: Download complete 10:52:19 ab5ef0e58194: Pull complete 10:52:19 9712f1f96733: Pull complete 10:52:20 63f879dbbcfc: Pull complete 10:52:25 0d9ebad4ef96: Pull complete 10:52:25 e9a5061849ea: Pull complete 10:52:25 d747dcd14b5f: Pull complete 10:52:26 2de7ff778b66: Pull complete 10:52:26 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 10:52:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 10:52:26 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:26 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:52:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:52:34 $ docker top c3d23fde5e3578f67bed5e625f928cee635dd4a3ed27e56ee719d92bc5441647 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 10:52:34 provisioning config files... 10:52:34 copy managed file [sigul-config] to file:/w/workspace/edgex-go/905@tmp/config9429506940746388807tmp 10:52:34 copy managed file [sigul-password] to file:/w/workspace/edgex-go/905@tmp/config15735049629414738918tmp 10:52:34 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/905@tmp/config6551781082023110218tmp [Pipeline] { [Pipeline] echo 10:52:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 10:52:34 ---> sigul-configuration.sh 10:52:34 gpg: directory `/root/.gnupg' created 10:52:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 10:52:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 10:52:34 gpg: keyring `/root/.gnupg/secring.gpg' created 10:52:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 10:52:34 gpg: CAST5 encrypted data 10:52:34 gpg: encrypted with 1 passphrase 10:52:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 10:52:35 + mkdir /home/jenkins 10:52:35 + mkdir /home/jenkins/sigul [Pipeline] sh 10:52:35 + 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:52:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 10:52:35 ---> sigul-install.sh 10:52:35 Sigul already installed; skipping installation. [Pipeline] sh 10:52:36 + git tag --list 10:52:36 0.6.0 10:52:36 0.6.1 10:52:36 0.7.0 10:52:36 0.7.1 10:52:36 v1.0.0 10:52:36 v1.0.1 10:52:36 v1.1.0 10:52:36 v1.2.0 10:52:36 v1.2.1 10:52:36 v1.3.0 10:52:36 v1.3.1 10:52:36 v2.0.0 10:52:36 v2.1.0 10:52:36 v2.1.1 10:52:36 v2.2.0 10:52:36 v2.3.0 10:52:36 v3.0 10:52:36 v3.0.0 10:52:36 v3.1 10:52:36 v3.1.0 10:52:36 v3.1.1 10:52:36 v4.0 10:52:36 v4.0.0 10:52:36 v4.0.1 10:52:36 v4.0.1-dev.1 10:52:36 v4.1.0-dev.1 10:52:36 v4.1.0-dev.10 10:52:36 v4.1.0-dev.11 10:52:36 v4.1.0-dev.12 10:52:36 v4.1.0-dev.13 10:52:36 v4.1.0-dev.14 10:52:36 v4.1.0-dev.15 10:52:36 v4.1.0-dev.16 10:52:36 v4.1.0-dev.17 10:52:36 v4.1.0-dev.18 10:52:36 v4.1.0-dev.19 10:52:36 v4.1.0-dev.2 10:52:36 v4.1.0-dev.20 10:52:36 v4.1.0-dev.21 10:52:36 v4.1.0-dev.22 10:52:36 v4.1.0-dev.23 10:52:36 v4.1.0-dev.24 10:52:36 v4.1.0-dev.25 10:52:36 v4.1.0-dev.26 10:52:36 v4.1.0-dev.27 10:52:36 v4.1.0-dev.28 10:52:36 v4.1.0-dev.29 10:52:36 v4.1.0-dev.3 10:52:36 v4.1.0-dev.30 10:52:36 v4.1.0-dev.31 10:52:36 v4.1.0-dev.32 10:52:36 v4.1.0-dev.33 10:52:36 v4.1.0-dev.34 10:52:36 v4.1.0-dev.35 10:52:36 v4.1.0-dev.36 10:52:36 v4.1.0-dev.37 10:52:36 v4.1.0-dev.38 10:52:36 v4.1.0-dev.39 10:52:36 v4.1.0-dev.4 10:52:36 v4.1.0-dev.40 10:52:36 v4.1.0-dev.41 10:52:36 v4.1.0-dev.42 10:52:36 v4.1.0-dev.43 10:52:36 v4.1.0-dev.44 10:52:36 v4.1.0-dev.45 10:52:36 v4.1.0-dev.46 10:52:36 v4.1.0-dev.47 10:52:36 v4.1.0-dev.48 10:52:36 v4.1.0-dev.49 10:52:36 v4.1.0-dev.5 10:52:36 v4.1.0-dev.50 10:52:36 v4.1.0-dev.51 10:52:36 v4.1.0-dev.52 10:52:36 v4.1.0-dev.53 10:52:36 v4.1.0-dev.54 10:52:36 v4.1.0-dev.55 10:52:36 v4.1.0-dev.56 10:52:36 v4.1.0-dev.57 10:52:36 v4.1.0-dev.58 10:52:36 v4.1.0-dev.59 10:52:36 v4.1.0-dev.6 10:52:36 v4.1.0-dev.60 10:52:36 v4.1.0-dev.61 10:52:36 v4.1.0-dev.7 10:52:36 v4.1.0-dev.8 10:52:36 v4.1.0-dev.9 [Pipeline] sh 10:52:36 + lftools sign git-tag v4.1.0-dev.61 10:52:36 Signing Git tag with Sigul... 10:52:36 Signing v4.1.0-dev.61 [Pipeline] echo 10:52:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 10:52:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 10:52:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 10:52:37 $ docker stop --time=1 c3d23fde5e3578f67bed5e625f928cee635dd4a3ed27e56ee719d92bc5441647 10:52:39 $ docker rm -f --volumes c3d23fde5e3578f67bed5e625f928cee635dd4a3ed27e56ee719d92bc5441647 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 10:52:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:52:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:52:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:39 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:52:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:52:40 $ docker top 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f -eo pid,comm 10:52:40 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:52:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:52:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:52:40 [ssh-agent] Looking for ssh-agent implementation... 10:52:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:52:40 $ docker exec 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f ssh-agent 10:52:40 SSH_AUTH_SOCK=/tmp/ssh-FAGZQRxoPABh/agent.32 10:52:40 SSH_AGENT_PID=39 10:52:40 Running ssh-add (command line suppressed) 10:52:40 Identity added: /w/workspace/edgex-go/905@tmp/private_key_4979174730830758517.key (/w/workspace/edgex-go/905@tmp/private_key_4979174730830758517.key) 10:52:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:40 + git semver bump pre 10:52:41 2025-09-16 10:52:41,220 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:52:41 2025-09-16 10:52:41,224 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:52:41 2025-09-16 10:52:41,224 [bump_version] DEBUG bumping version:4.1.0-dev.61 on axis:pre with prefix:dev 10:52:41 2025-09-16 10:52:41,224 [bump_version] DEBUG bumped version:4.1.0-dev.62 10:52:41 2025-09-16 10:52:41,224 [write_version] DEBUG write version:4.1.0-dev.62 to path:/w/workspace/edgex-go/905/.semver/main with force:True 10:52:41 2025-09-16 10:52:41,224 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:52:41 2025-09-16 10:52:41,224 [write_file] DEBUG write to file:/w/workspace/edgex-go/905/.semver/main 10:52:41 2025-09-16 10:52:41,226 [execute] INFO git cat-file --batch-check 10:52:41 2025-09-16 10:52:41,226 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/905/.semver, stdin=, shell=False, universal_newlines=False) 10:52:41 2025-09-16 10:52:41,229 [execute] INFO git cat-file --batch 10:52:41 2025-09-16 10:52:41,229 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/905/.semver, stdin=, shell=False, universal_newlines=False) 10:52:41 2025-09-16 10:52:41,232 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:52:41 4.1.0-dev.62 [Pipeline] } 10:52:41 $ docker exec --env ******** --env ******** 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f ssh-agent -k 10:52:41 unset SSH_AUTH_SOCK; 10:52:41 unset SSH_AGENT_PID; 10:52:41 echo Agent pid 39 killed; 10:52:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:52:41 + git semver [Pipeline] } 10:52:42 $ docker stop --time=1 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f 10:52:43 $ docker rm -f --volumes 64dbacb5726873b03c654d262ef4491a64e7878257b740ce5126d736216f697f [Pipeline] // withDockerContainer [Pipeline] sh 10:52:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 10:52:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 10:52:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:52:44 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:52:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:52:44 $ docker top 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 -eo pid,comm 10:52:44 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:52:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:52:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:52:44 [ssh-agent] Looking for ssh-agent implementation... 10:52:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:52:44 $ docker exec 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 ssh-agent 10:52:44 SSH_AUTH_SOCK=/tmp/ssh-dAxIhtb7co9o/agent.32 10:52:44 SSH_AGENT_PID=38 10:52:44 Running ssh-add (command line suppressed) 10:52:44 Identity added: /w/workspace/edgex-go/905@tmp/private_key_1078675817273415501.key (/w/workspace/edgex-go/905@tmp/private_key_1078675817273415501.key) 10:52:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:52:45 + git semver push 10:52:45 2025-09-16 10:52:45,491 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 10:52:45 2025-09-16 10:52:45,495 [run_push] DEBUG push 10:52:45 2025-09-16 10:52:45,496 [execute] INFO git cat-file --batch-check 10:52:45 2025-09-16 10:52:45,496 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/905/.semver, stdin=, shell=False, universal_newlines=False) 10:52:45 2025-09-16 10:52:45,498 [execute] INFO git rev-list 42071e3c80bea28c149ebad8c056ea5a4d336dfe -- 10:52:45 2025-09-16 10:52:45,498 [execute] DEBUG Popen(['git', 'rev-list', '42071e3c80bea28c149ebad8c056ea5a4d336dfe', '--'], cwd=/w/workspace/edgex-go/905/.semver, stdin=None, shell=False, universal_newlines=False) 10:52:45 2025-09-16 10:52:45,524 [execute] INFO git fetch -v -- origin 10:52:45 2025-09-16 10:52:45,524 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/905/.semver, stdin=None, shell=False, universal_newlines=True) 10:52:46 2025-09-16 10:52:45,982 [run_push] DEBUG no remote changes detected 10:52:46 2025-09-16 10:52:45,982 [execute] INFO git push origin semver 10:52:46 2025-09-16 10:52:45,983 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/905/.semver, stdin=None, shell=False, universal_newlines=False) 10:52:47 2025-09-16 10:52:46,769 [run_push] DEBUG push all version tags 10:52:47 2025-09-16 10:52:46,770 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 10:52:47 2025-09-16 10:52:46,770 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/905, stdin=None, shell=False, universal_newlines=False) 10:52:47 2025-09-16 10:52:47,634 [read_version] DEBUG read version from /w/workspace/edgex-go/905/.semver/main 10:52:47 4.1.0-dev.62 [Pipeline] } 10:52:47 $ docker exec --env ******** --env ******** 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 ssh-agent -k 10:52:48 unset SSH_AUTH_SOCK; 10:52:48 unset SSH_AGENT_PID; 10:52:48 echo Agent pid 38 killed; 10:52:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:52:48 + git semver [Pipeline] } 10:52:48 $ docker stop --time=1 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 10:52:50 $ docker rm -f --volumes 2fe178e0d0c18f0c7284c08a07340e800a124069722f8c58de01a0ceecb397d9 [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:52:50 + [ -d /w/workspace/edgex-go/905/archives ] [Pipeline] libraryResource [Pipeline] sh 10:52:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:52:51 ---> package-listing.sh 10:52:51 ++ facter osfamily 10:52:51 ++ tr '[:upper:]' '[:lower:]' 10:52:52 + OS_FAMILY=debian 10:52:52 + workspace=/w/workspace/edgex-go/905 10:52:52 + START_PACKAGES=/tmp/packages_start.txt 10:52:52 + END_PACKAGES=/tmp/packages_end.txt 10:52:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:52:52 + PACKAGES=/tmp/packages_start.txt 10:52:52 + '[' /w/workspace/edgex-go/905 ']' 10:52:52 + PACKAGES=/tmp/packages_end.txt 10:52:52 + case "${OS_FAMILY}" in 10:52:52 + dpkg -l 10:52:52 + grep '^ii' 10:52:52 + '[' -f /tmp/packages_start.txt ']' 10:52:52 + '[' -f /tmp/packages_end.txt ']' 10:52:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:52:52 + '[' /w/workspace/edgex-go/905 ']' 10:52:52 + mkdir -p /w/workspace/edgex-go/905/archives/ 10:52:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/905/archives/ [Pipeline] echo 10:52:52 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/905/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:52:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:52:52 10:52:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:52:53 latest: Pulling from edgex-lftools-log-publisher 10:52:53 5eb5b503b376: Pulling fs layer 10:52:53 5c69ac0246d0: Pulling fs layer 10:52:53 ec43610c2a17: Pulling fs layer 10:52:53 3a2ae6a8a46f: Pulling fs layer 10:52:53 33b1e0a273af: Pulling fs layer 10:52:53 5d3b04190fa2: Pulling fs layer 10:52:53 2f39f015ded8: Pulling fs layer 10:52:53 33b1e0a273af: Waiting 10:52:53 5d3b04190fa2: Waiting 10:52:53 2f39f015ded8: Waiting 10:52:53 3a2ae6a8a46f: Waiting 10:52:53 5c69ac0246d0: Verifying Checksum 10:52:53 5c69ac0246d0: Download complete 10:52:53 3a2ae6a8a46f: Verifying Checksum 10:52:53 3a2ae6a8a46f: Download complete 10:52:53 33b1e0a273af: Verifying Checksum 10:52:53 33b1e0a273af: Download complete 10:52:53 ec43610c2a17: Verifying Checksum 10:52:53 ec43610c2a17: Download complete 10:52:53 5d3b04190fa2: Verifying Checksum 10:52:53 5d3b04190fa2: Download complete 10:52:53 5eb5b503b376: Verifying Checksum 10:52:53 5eb5b503b376: Download complete 10:52:54 2f39f015ded8: Download complete 10:52:55 5eb5b503b376: Pull complete 10:52:55 5c69ac0246d0: Pull complete 10:52:55 ec43610c2a17: Pull complete 10:52:55 3a2ae6a8a46f: Pull complete 10:52:55 33b1e0a273af: Pull complete 10:52:55 5d3b04190fa2: Pull complete 10:53:01 2f39f015ded8: Pull complete 10:53:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:53:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:53:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:53:01 prd-ubuntu20.04-docker-8c-8g-8916 does not seem to be running inside a container 10:53:01 $ 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/905/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/905 -v /w/workspace/edgex-go/905:/w/workspace/edgex-go/905:rw,z -v /w/workspace/edgex-go/905@tmp:/w/workspace/edgex-go/905@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:53:06 $ docker top 560929f3682b621cbb3c29af6705b5248e23b63b251279b7ac8ba7c72a53eaf0 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:06 + touch /tmp/pre-build-complete [Pipeline] sh 10:53:06 + mkdir -p /var/log/sysstat [Pipeline] sh 10:53:07 + ls /var/log/sa-host 10:53:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:53:07 provisioning config files... 10:53:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/905@tmp/config9850920173178361014tmp [Pipeline] { [Pipeline] echo 10:53:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:53:07 ---> create-netrc.sh [Pipeline] } 10:53:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:53:07 ---> python-tools-install.sh [Pipeline] echo 10:53:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:53:08 ---> sudo-logs.sh 10:53:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:53:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:53:08 ---> job-cost.sh 10:53:08 lf-activate-venv: SKIPPING 10:53:08 DEBUG: total: 0.10999999940395355 10:53:08 INFO: Retrieving Stack Cost... 10:53:09 INFO: Retrieving Pricing Info for: v3-standard-8 10:53:09 INFO: Archiving Costs [Pipeline] echo 10:53:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:53:09 ---> logs-deploy.sh 10:53:09 lf-activate-venv: SKIPPING 10:53:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/905 10:53:09 INFO: archiving workspace using pattern(s): 10:53:10 Archives upload complete. 10:53:10 INFO: archiving logs to Nexus 10:53:11 ---> uname -a: 10:53:11 Linux prd-ubuntu20-04-docker-8c-8g-8916 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 10:53:11 10:53:11 10:53:11 ---> lscpu: 10:53:11 Architecture: x86_64 10:53:11 CPU op-mode(s): 32-bit, 64-bit 10:53:11 Byte Order: Little Endian 10:53:11 Address sizes: 40 bits physical, 48 bits virtual 10:53:11 CPU(s): 8 10:53:11 On-line CPU(s) list: 0-7 10:53:11 Thread(s) per core: 1 10:53:11 Core(s) per socket: 1 10:53:11 Socket(s): 8 10:53:11 NUMA node(s): 1 10:53:11 Vendor ID: AuthenticAMD 10:53:11 CPU family: 23 10:53:11 Model: 49 10:53:11 Model name: AMD EPYC-Rome Processor 10:53:11 Stepping: 0 10:53:11 CPU MHz: 2799.998 10:53:11 BogoMIPS: 5599.99 10:53:11 Virtualization: AMD-V 10:53:11 Hypervisor vendor: KVM 10:53:11 Virtualization type: full 10:53:11 L1d cache: 256 KiB 10:53:11 L1i cache: 256 KiB 10:53:11 L2 cache: 4 MiB 10:53:11 L3 cache: 128 MiB 10:53:11 NUMA node0 CPU(s): 0-7 10:53:11 Vulnerability Gather data sampling: Not affected 10:53:11 Vulnerability Itlb multihit: Not affected 10:53:11 Vulnerability L1tf: Not affected 10:53:11 Vulnerability Mds: Not affected 10:53:11 Vulnerability Meltdown: Not affected 10:53:11 Vulnerability Mmio stale data: Not affected 10:53:11 Vulnerability Retbleed: Vulnerable 10:53:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:53:11 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:53:11 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 10:53:11 Vulnerability Srbds: Not affected 10:53:11 Vulnerability Tsx async abort: Not affected 10:53:11 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:53:11 10:53:11 10:53:11 ---> nproc: 10:53:11 8 10:53:11 10:53:11 10:53:11 ---> df -h: 10:53:11 Filesystem Size Used Avail Use% Mounted on 10:53:11 overlay 155G 33G 123G 21% / 10:53:11 tmpfs 64M 0 64M 0% /dev 10:53:11 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:53:11 shm 64M 0 64M 0% /dev/shm 10:53:11 /dev/vda1 155G 33G 123G 21% /facter-os 10:53:11 10:53:11 10:53:11 ---> sar -b -r -n DEV: 10:53:11 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8916) 09/16/25 _x86_64_ (8 CPU) 10:53:11 10:53:11 10:01:46 LINUX RESTART (8 CPU) 10:53:11 10:53:11 10:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:53:11 10:03:01 393.27 72.59 320.68 0.00 12293.82 75907.88 0.00 10:53:11 10:04:01 169.91 11.21 158.69 0.00 1679.85 40949.71 0.00 10:53:11 10:05:01 39.62 0.07 39.55 0.00 0.53 36220.61 0.00 10:53:11 10:06:01 84.40 0.20 84.20 0.00 2.80 47640.06 0.00 10:53:11 10:07:01 371.03 0.63 370.40 0.00 57.34 260618.93 0.00 10:53:11 10:08:01 809.64 22.03 787.61 0.00 2168.45 154999.97 0.00 10:53:11 10:09:01 284.35 2.33 282.02 0.00 2278.42 132691.62 0.00 10:53:11 10:10:01 211.82 0.17 211.65 0.00 1.33 97801.03 0.00 10:53:11 10:11:01 197.02 0.13 196.88 0.00 1.07 77751.57 0.00 10:53:11 10:12:01 587.19 0.12 587.07 0.00 5.20 85082.57 0.00 10:53:11 10:13:01 32.13 0.03 32.09 0.00 1.87 876.92 0.00 10:53:11 10:14:01 14.41 0.03 14.38 0.00 0.93 365.27 0.00 10:53:11 10:15:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 10:53:11 10:16:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 10:53:11 10:17:01 1.35 0.02 1.33 0.00 0.13 14.93 0.00 10:53:11 10:18:01 1.72 0.02 1.70 0.00 0.13 28.66 0.00 10:53:11 10:19:01 1.25 0.00 1.25 0.00 0.00 13.20 0.00 10:53:11 10:20:01 0.88 0.00 0.88 0.00 0.00 11.60 0.00 10:53:11 10:21:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 10:53:11 10:22:01 0.98 0.00 0.98 0.00 0.00 11.59 0.00 10:53:11 10:23:01 1.48 0.00 1.48 0.00 0.00 16.53 0.00 10:53:11 10:24:01 1.53 0.00 1.53 0.00 0.00 17.20 0.00 10:53:11 10:25:02 1.02 0.00 1.02 0.00 0.00 11.06 0.00 10:53:11 10:26:01 1.15 0.00 1.15 0.00 0.00 13.55 0.00 10:53:11 10:27:01 1.23 0.00 1.23 0.00 0.00 13.20 0.00 10:53:11 10:28:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 10:53:11 10:29:01 1.15 0.00 1.15 0.00 0.00 12.66 0.00 10:53:11 10:30:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 10:53:11 10:31:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 10:53:11 10:32:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 10:53:11 10:33:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 10:53:11 10:34:01 1.07 0.00 1.07 0.00 0.00 13.33 0.00 10:53:11 10:35:01 1.23 0.00 1.23 0.00 0.00 13.86 0.00 10:53:11 10:36:01 0.98 0.00 0.98 0.00 0.00 12.79 0.00 10:53:11 10:37:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 10:53:11 10:38:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 10:53:11 10:39:01 1.60 0.00 1.60 0.00 0.00 17.32 0.00 10:53:11 10:40:01 1.45 0.00 1.45 0.00 0.00 16.66 0.00 10:53:11 10:41:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 10:53:11 10:42:01 0.93 0.00 0.93 0.00 0.00 12.26 0.00 10:53:11 10:43:01 1.38 0.00 1.38 0.00 0.00 15.59 0.00 10:53:11 10:44:01 1.07 0.00 1.07 0.00 0.00 13.60 0.00 10:53:11 10:45:01 2.10 0.48 1.62 0.00 35.59 20.00 0.00 10:53:11 10:46:01 2.70 1.37 1.33 0.00 28.80 18.26 0.00 10:53:11 10:47:01 2.05 0.00 2.05 0.00 0.00 25.33 0.00 10:53:11 10:48:01 1.55 0.00 1.55 0.00 0.00 18.80 0.00 10:53:11 10:49:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 10:53:11 10:50:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 10:53:11 10:51:01 1.28 0.00 1.28 0.00 0.00 13.86 0.00 10:53:11 10:52:01 30.13 0.73 29.40 0.00 14.53 14410.40 0.00 10:53:11 10:53:01 131.09 0.20 130.89 0.00 17.20 37986.20 0.00 10:53:11 Average: 66.83 2.20 64.63 0.00 364.61 20887.61 0.00 10:53:11 10:53:11 10:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:53:11 10:03:01 28434372 31510292 786088 2.39 83700 3274024 1795448 5.29 1026208 3017452 426008 10:53:11 10:04:01 26315364 31370040 906020 2.76 125604 5047084 1890764 5.57 2051236 3933880 1072168 10:53:11 10:05:01 25469168 30538928 1734872 5.28 129756 5033152 3093712 9.12 2357340 4440668 548508 10:53:11 10:06:01 25561028 31502792 777212 2.36 134388 5901356 1836428 5.41 1866884 4851084 7244 10:53:11 10:07:01 18783452 30985176 1265352 3.85 151480 11953996 4976096 14.67 2516676 10739868 20288 10:53:11 10:08:01 11146856 31356144 884884 2.69 372300 19249088 2236012 6.59 3061892 17342784 3337456 10:53:11 10:09:01 6146512 28834196 3330396 10.13 409004 21310404 10550156 31.10 6470828 18440412 1741924 10:53:11 10:10:01 3386388 28979436 3191164 9.71 424568 24088364 8502904 25.07 7556124 20011396 1974908 10:53:11 10:11:01 5378356 31127992 1088452 3.31 434748 24393616 2704728 7.97 4170572 21625664 2122168 10:53:11 10:12:01 5597180 31373868 856928 2.61 458152 24417636 2133852 6.29 3943028 21681196 404 10:53:11 10:13:01 5597056 31375116 855252 2.60 459392 24417824 2126640 6.27 4394748 21230380 52 10:53:11 10:14:01 5603892 31382456 847548 2.58 459904 24417944 1982080 5.84 4659964 20957292 40 10:53:11 10:15:01 5604360 31382940 847340 2.58 459912 24417948 1982080 5.84 4659984 20957296 28 10:53:11 10:16:01 5618708 31397304 832912 2.53 459928 24417952 1982080 5.84 4645068 20957300 180 10:53:11 10:17:01 5619700 31398328 832516 2.53 459960 24417948 1982080 5.84 4645104 20957300 8 10:53:11 10:18:01 5623836 31402516 828556 2.52 460008 24417928 2016528 5.95 4640868 20957268 188 10:53:11 10:19:01 5624040 31402720 828288 2.52 460032 24417928 2016528 5.95 4640800 20957268 4 10:53:11 10:20:01 5624284 31403036 827956 2.52 460048 24417932 2016528 5.95 4640836 20957276 200 10:53:11 10:21:01 5624188 31402960 827916 2.52 460068 24417940 2016528 5.95 4640820 20957280 12 10:53:11 10:22:01 5623508 31402372 828428 2.52 460080 24418004 2016528 5.95 4640868 20957340 180 10:53:11 10:23:01 5624476 31403364 827432 2.52 460092 24418008 2016528 5.95 4640076 20957344 8 10:53:11 10:24:01 5624604 31403504 827480 2.52 460112 24418012 2016528 5.95 4640008 20957352 40 10:53:11 10:25:02 5624588 31403492 827452 2.52 460124 24418016 2016528 5.95 4640008 20957356 24 10:53:11 10:26:01 5623940 31402916 827936 2.52 460136 24418020 2016528 5.95 4640040 20957360 184 10:53:11 10:27:01 5623640 31402616 828156 2.52 460156 24418020 2016528 5.95 4640052 20957360 8 10:53:11 10:28:01 5623944 31403016 827592 2.52 460200 24418024 2016528 5.95 4640196 20957368 152 10:53:11 10:29:01 5624404 31403484 827256 2.52 460224 24418028 2016528 5.95 4640116 20957372 28 10:53:11 10:30:01 5624016 31403132 827476 2.52 460240 24418032 2016528 5.95 4640132 20957376 192 10:53:11 10:31:01 5623968 31403272 827320 2.52 460248 24418164 2016528 5.95 4640188 20957492 8 10:53:11 10:32:01 5623856 31403172 827280 2.52 460268 24418164 2016528 5.95 4640188 20957504 188 10:53:11 10:33:01 5624092 31403440 826956 2.52 460292 24418164 2016528 5.95 4640288 20957508 12 10:53:11 10:34:01 5624076 31403432 826876 2.52 460316 24418172 2016528 5.95 4640212 20957512 200 10:53:11 10:35:01 5623992 31403412 827092 2.52 460340 24418168 2016528 5.95 4640268 20957516 8 10:53:11 10:36:01 5624196 31403628 826796 2.52 460372 24418176 2016528 5.95 4640376 20957516 208 10:53:11 10:37:01 5623868 31403344 827260 2.52 460396 24418180 2016528 5.95 4640640 20957520 8 10:53:11 10:38:01 5623924 31403420 827148 2.52 460420 24418180 2016528 5.95 4640432 20957520 176 10:53:11 10:39:01 5624012 31403544 827196 2.52 460428 24418184 2032632 5.99 4640388 20957524 4 10:53:11 10:40:01 5623492 31403156 827532 2.52 460444 24418316 2032632 5.99 4640660 20957656 48 10:53:11 10:41:01 5623600 31403268 827244 2.52 460456 24418320 2032632 5.99 4640396 20957660 8 10:53:11 10:42:01 5623732 31403444 826916 2.52 460476 24418328 2032632 5.99 4640688 20957668 216 10:53:11 10:43:01 5623456 31403228 827144 2.52 460496 24418320 2048848 6.04 4640512 20957672 4 10:53:11 10:44:01 5622500 31402324 827876 2.52 460524 24418332 2048848 6.04 4640468 20957672 200 10:53:11 10:45:01 5619136 31400576 828324 2.52 460556 24419408 2046688 6.03 4643832 20958520 180 10:53:11 10:46:01 5611560 31394920 833832 2.54 460572 24420280 2030448 5.99 4650104 20958844 236 10:53:11 10:47:01 5612204 31395356 835296 2.54 460592 24420272 2062624 6.08 4648780 20958788 16 10:53:11 10:48:01 5612024 31395184 835404 2.54 460620 24420276 2062624 6.08 4649000 20958792 192 10:53:11 10:49:01 5612228 31395456 835108 2.54 460644 24420280 2062624 6.08 4648888 20958780 8 10:53:11 10:50:01 5612424 31395656 834840 2.54 460680 24420284 2062624 6.08 4648908 20958784 188 10:53:11 10:51:01 5612172 31395452 835012 2.54 460704 24420284 2062624 6.08 4648956 20958780 8 10:53:11 10:52:01 4695468 31353332 870176 2.65 486956 25178876 2063556 6.08 4815508 21608964 374788 10:53:11 10:53:01 3884844 31336100 889168 2.71 519872 25875764 1997820 5.89 4786440 22387000 435212 10:53:11 Average: 7529033 31271809 960327 2.92 425117 22510649 2407882 7.10 4420718 19366715 236563 10:53:11 10:53:11 10:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:53:11 10:03:01 ens3 1423.66 1269.17 13716.38 202.21 0.00 0.00 0.00 0.00 10:53:11 10:03:01 docker0 568.79 554.31 38.83 2986.27 0.00 0.00 0.00 0.00 10:53:11 10:03:01 lo 4.83 4.83 0.48 0.48 0.00 0.00 0.00 0.00 10:53:11 10:04:01 ens3 284.09 240.63 1747.29 39.55 0.00 0.00 0.00 0.00 10:53:11 10:04:01 docker0 212.65 233.19 18.16 1701.01 0.00 0.00 0.00 0.00 10:53:11 10:04:01 vethf695f3b 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 10:53:11 10:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:05:01 ens3 29.91 20.89 23.32 13.43 0.00 0.00 0.00 0.00 10:53:11 10:05:01 docker0 1.30 1.30 0.10 0.11 0.00 0.00 0.00 0.00 10:53:11 10:05:01 vethf695f3b 1.30 1.32 0.11 0.11 0.00 0.00 0.00 0.00 10:53:11 10:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:06:01 ens3 28.53 17.18 24.52 14.32 0.00 0.00 0.00 0.00 10:53:11 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vethafd159e 1.53 3.04 0.12 46.26 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth1a27bb1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth7510f1e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth661ecf6 0.02 0.10 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vethf72a5f8 0.02 0.10 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth2b37340 1.31 3.14 0.10 46.26 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth154ccba 1.66 3.04 0.12 46.27 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth064db75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vethe28f041 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vetha25cb9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth0e28ca9 4.02 6.34 0.31 82.77 0.00 0.00 0.00 0.01 10:53:11 10:07:01 vethb70db34 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth7418d6b 1.60 3.28 0.12 46.28 0.00 0.00 0.00 0.00 10:53:11 10:07:01 ens3 241.04 146.20 5179.27 25.42 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vethb9086bd 3.19 5.82 0.24 76.69 0.00 0.00 0.00 0.01 10:53:11 10:07:01 docker0 45.05 79.11 2.78 1183.11 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vethb861de6 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:53:11 10:07:01 vethb2a4ea3 0.62 2.08 0.05 0.30 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth2a4a6b3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 lo 2.13 2.13 0.21 0.21 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth0958257 1.66 3.18 0.12 46.27 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth3ac7021 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth94fc5ba 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:07:01 veth8effd49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:08:01 ens3 862.04 561.43 8455.18 61.69 0.00 0.00 0.00 0.00 10:53:11 10:08:01 docker0 535.76 798.87 45.73 7728.81 0.00 0.00 0.00 0.00 10:53:11 10:08:01 vethb2a4ea3 0.13 1.45 0.01 0.06 0.00 0.00 0.00 0.00 10:53:11 10:08:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth9a71afc 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth7153b91 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 vetha16eca2 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 vethe428f70 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 vethab4962a 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth3a3d8b8 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth0b8c30e 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth0faa324 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth156f715 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 veth0c68c0b 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 ens3 92.97 50.32 1418.90 9.87 0.00 0.00 0.00 0.00 10:53:11 10:09:01 docker0 0.60 0.00 0.02 0.00 0.00 0.00 0.00 0.00 10:53:11 10:09:01 vethb2a4ea3 0.00 0.62 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 vethd266032 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:09:01 vethab70d2b 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 10:53:11 10:10:01 veth7153b91 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 vetha16eca2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 vethe428f70 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 vethab4962a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 veth3a3d8b8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 veth0b8c30e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 veth0faa324 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 veth156f715 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 veth0c68c0b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 ens3 1.58 1.18 1.14 0.66 0.00 0.00 0.00 0.00 10:53:11 10:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 vethb2a4ea3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:10:01 vethd266032 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth7153b91 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 vetha16eca2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 vethe428f70 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth48b2f25 0.73 0.05 0.04 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 vethab4962a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth3a3d8b8 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth574730c 0.67 0.05 0.03 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth0b8c30e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth0faa324 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth156f715 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth0c68c0b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 ens3 4.85 3.53 4.07 2.10 0.00 0.00 0.00 0.00 10:53:11 10:11:01 veth982a35c 0.67 0.05 0.03 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 vethb2a4ea3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:11:01 vethd266032 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:12:01 ens3 220.83 237.82 108.31 942.66 0.00 0.00 0.00 0.00 10:53:11 10:12:01 docker0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:12:01 lo 18.19 18.19 1.79 1.79 0.00 0.00 0.00 0.00 10:53:11 10:13:01 ens3 449.64 469.57 186.70 2789.74 0.00 0.00 0.00 0.00 10:53:11 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:13:01 lo 35.86 35.86 3.51 3.51 0.00 0.00 0.00 0.00 10:53:11 10:14:01 ens3 207.43 206.37 94.83 1326.50 0.00 0.00 0.00 0.00 10:53:11 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:14:01 lo 15.26 15.26 1.49 1.49 0.00 0.00 0.00 0.00 10:53:11 10:15:01 ens3 1.62 0.60 1.52 0.23 0.00 0.00 0.00 0.00 10:53:11 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:18:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 10:53:11 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:19:01 ens3 0.10 0.05 0.06 0.00 0.00 0.00 0.00 0.00 10:53:11 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:20:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:21:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:23:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:53:11 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:24:01 ens3 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 10:53:11 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:25:02 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:28:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 10:53:11 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:29:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:30:01 ens3 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 10:53:11 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:31:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:32:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:33:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 10:53:11 10:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:34:01 ens3 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 10:53:11 10:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:35:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:36:01 ens3 0.50 0.40 0.27 0.22 0.00 0.00 0.00 0.00 10:53:11 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:38:01 ens3 0.38 0.28 0.14 0.08 0.00 0.00 0.00 0.00 10:53:11 10:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:39:01 ens3 0.43 0.00 0.05 0.00 0.00 0.00 0.00 0.00 10:53:11 10:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:40:01 ens3 0.47 0.37 0.26 0.21 0.00 0.00 0.00 0.00 10:53:11 10:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:41:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:42:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:43:01 ens3 0.12 0.12 0.07 0.07 0.00 0.00 0.00 0.00 10:53:11 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:45:01 ens3 0.95 0.97 0.88 0.40 0.00 0.00 0.00 0.00 10:53:11 10:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:45:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:46:01 ens3 5.65 5.13 3.68 4.91 0.00 0.00 0.00 0.00 10:53:11 10:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:53:11 10:47:01 ens3 0.23 0.17 0.13 0.02 0.00 0.00 0.00 0.00 10:53:11 10:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:48:01 ens3 2.00 1.65 1.11 1.29 0.00 0.00 0.00 0.00 10:53:11 10:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:50:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:53:11 10:51:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:53:11 10:52:01 veth78caedf 77.67 82.10 7.68 881.07 0.00 0.00 0.00 0.07 10:53:11 10:52:01 ens3 180.30 134.36 3535.22 21.51 0.00 0.00 0.00 0.00 10:53:11 10:52:01 docker0 77.67 81.99 6.62 881.06 0.00 0.00 0.00 0.00 10:53:11 10:52:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 10:53:11 10:53:01 ens3 305.15 214.26 5794.63 155.95 0.00 0.00 0.00 0.00 10:53:11 10:53:01 docker0 2.58 2.07 0.38 0.93 0.00 0.00 0.00 0.00 10:53:11 10:53:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 10:53:11 Average: ens3 85.29 70.32 790.85 110.09 0.00 0.00 0.00 0.00 10:53:11 Average: docker0 28.35 34.37 2.21 284.38 0.00 0.00 0.00 0.00 10:53:11 Average: lo 1.66 1.66 0.16 0.16 0.00 0.00 0.00 0.00 10:53:11 10:53:11 10:53:11 ---> sar -P ALL: 10:53:11 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8916) 09/16/25 _x86_64_ (8 CPU) 10:53:11 10:53:11 10:01:46 LINUX RESTART (8 CPU) 10:53:11 10:53:11 10:02:01 CPU %user %nice %system %iowait %steal %idle 10:53:11 10:03:01 all 10.34 0.00 3.21 1.97 0.06 84.42 10:53:11 10:03:01 0 11.47 0.00 3.21 1.51 0.05 83.77 10:53:11 10:03:01 1 9.82 0.00 3.58 0.34 0.05 86.22 10:53:11 10:03:01 2 8.54 0.00 2.57 1.23 0.07 87.60 10:53:11 10:03:01 3 11.92 0.00 2.93 0.64 0.07 84.44 10:53:11 10:03:01 4 11.50 0.00 4.15 4.46 0.07 79.82 10:53:11 10:03:01 5 12.62 0.00 2.73 3.24 0.05 81.36 10:53:11 10:03:01 6 7.18 0.00 3.50 4.12 0.05 85.15 10:53:11 10:03:01 7 9.64 0.00 3.06 0.29 0.07 86.94 10:53:11 10:04:01 all 40.26 0.00 6.84 0.96 0.13 51.80 10:53:11 10:04:01 0 40.09 0.00 6.71 1.10 0.13 51.97 10:53:11 10:04:01 1 40.06 0.00 6.58 1.19 0.15 52.02 10:53:11 10:04:01 2 40.88 0.00 7.10 1.71 0.15 50.17 10:53:11 10:04:01 3 39.74 0.00 6.91 0.25 0.13 52.96 10:53:11 10:04:01 4 40.75 0.00 6.75 0.07 0.14 52.30 10:53:11 10:04:01 5 38.55 0.00 6.38 0.79 0.13 54.14 10:53:11 10:04:01 6 40.78 0.00 6.98 2.46 0.12 49.66 10:53:11 10:04:01 7 41.28 0.00 7.33 0.13 0.12 51.14 10:53:11 10:05:01 all 48.96 0.00 5.55 2.04 0.11 43.34 10:53:11 10:05:01 0 47.52 0.00 5.72 7.40 0.12 39.25 10:53:11 10:05:01 1 49.80 0.00 5.24 1.41 0.12 43.44 10:53:11 10:05:01 2 48.69 0.00 5.63 0.13 0.12 45.44 10:53:11 10:05:01 3 46.55 0.00 5.63 1.41 0.10 46.32 10:53:11 10:05:01 4 50.58 0.00 5.63 0.17 0.10 43.52 10:53:11 10:05:01 5 49.28 0.00 5.59 4.15 0.10 40.88 10:53:11 10:05:01 6 48.54 0.00 5.20 0.54 0.10 45.62 10:53:11 10:05:01 7 50.69 0.00 5.75 1.16 0.12 42.29 10:53:11 10:06:01 all 37.15 0.00 6.07 2.32 0.09 54.36 10:53:11 10:06:01 0 38.19 0.00 6.38 4.00 0.10 51.33 10:53:11 10:06:01 1 35.46 0.00 5.92 0.19 0.08 58.34 10:53:11 10:06:01 2 35.08 0.00 6.06 10.51 0.08 48.27 10:53:11 10:06:01 3 36.32 0.00 5.89 2.18 0.08 55.52 10:53:11 10:06:01 4 40.65 0.00 6.32 0.34 0.10 52.60 10:53:11 10:06:01 5 37.94 0.00 5.94 0.07 0.10 55.95 10:53:11 10:06:01 6 35.79 0.00 5.87 0.72 0.10 57.52 10:53:11 10:06:01 7 37.77 0.00 6.16 0.59 0.10 55.37 10:53:11 10:07:01 all 15.02 0.00 5.95 26.03 0.08 52.94 10:53:11 10:07:01 0 15.45 0.00 5.75 28.28 0.07 50.46 10:53:11 10:07:01 1 15.07 0.00 5.13 30.75 0.07 48.99 10:53:11 10:07:01 2 15.06 0.00 6.92 27.05 0.07 50.90 10:53:11 10:07:01 3 14.37 0.00 5.96 7.30 0.07 72.30 10:53:11 10:07:01 4 16.14 0.00 5.60 47.67 0.10 30.49 10:53:11 10:07:01 5 14.21 0.00 6.25 35.37 0.09 44.08 10:53:11 10:07:01 6 15.34 0.00 6.18 25.72 0.09 52.67 10:53:11 10:07:01 7 14.48 0.00 5.78 6.32 0.07 73.35 10:53:11 10:08:01 all 10.01 0.00 5.88 25.43 0.06 58.62 10:53:11 10:08:01 0 10.35 0.00 4.21 16.40 0.07 68.98 10:53:11 10:08:01 1 10.77 0.00 5.64 13.66 0.05 69.88 10:53:11 10:08:01 2 9.28 0.00 5.54 26.24 0.08 58.87 10:53:11 10:08:01 3 9.26 0.00 8.67 62.74 0.10 19.23 10:53:11 10:08:01 4 9.97 0.00 6.31 16.36 0.05 67.31 10:53:11 10:08:01 5 9.49 0.00 5.74 37.58 0.05 47.14 10:53:11 10:08:01 6 10.87 0.00 5.50 17.45 0.05 66.13 10:53:11 10:08:01 7 10.05 0.00 5.47 13.34 0.05 71.09 10:53:11 10:09:01 all 63.23 0.00 8.66 8.07 0.10 19.94 10:53:11 10:09:01 0 63.39 0.00 8.55 22.38 0.10 5.58 10:53:11 10:09:01 1 63.73 0.00 8.27 2.40 0.10 25.50 10:53:11 10:09:01 2 62.92 0.00 9.64 26.14 0.08 1.21 10:53:11 10:09:01 3 63.17 0.00 8.04 2.94 0.10 25.75 10:53:11 10:09:01 4 63.40 0.00 8.71 3.74 0.10 24.05 10:53:11 10:09:01 5 63.29 0.00 8.45 2.47 0.10 25.69 10:53:11 10:09:01 6 63.09 0.00 8.95 2.23 0.10 25.63 10:53:11 10:09:01 7 62.85 0.00 8.67 2.39 0.10 25.99 10:53:11 10:10:01 all 90.32 0.00 8.49 0.13 0.14 0.92 10:53:11 10:10:01 0 90.39 0.00 8.41 0.00 0.17 1.03 10:53:11 10:10:01 1 90.27 0.00 8.57 0.00 0.12 1.05 10:53:11 10:10:01 2 89.92 0.00 8.90 1.03 0.15 0.00 10:53:11 10:10:01 3 90.48 0.00 8.36 0.00 0.12 1.05 10:53:11 10:10:01 4 90.33 0.00 8.49 0.00 0.12 1.07 10:53:11 10:10:01 5 90.55 0.00 8.22 0.00 0.15 1.08 10:53:11 10:10:01 6 89.99 0.00 8.80 0.00 0.15 1.07 10:53:11 10:10:01 7 90.67 0.00 8.16 0.00 0.13 1.03 10:53:11 10:11:01 all 73.07 0.00 8.13 10.07 0.12 8.61 10:53:11 10:11:01 0 73.34 0.00 8.26 11.93 0.13 6.34 10:53:11 10:11:01 1 73.09 0.00 7.81 5.73 0.12 13.25 10:53:11 10:11:01 2 73.02 0.00 9.09 16.14 0.13 1.61 10:53:11 10:11:01 3 73.19 0.00 7.73 10.35 0.13 8.59 10:53:11 10:11:01 4 73.19 0.00 7.64 12.39 0.12 6.66 10:53:11 10:11:01 5 72.45 0.00 7.74 5.66 0.12 14.03 10:53:11 10:11:01 6 72.42 0.00 8.32 7.54 0.12 11.60 10:53:11 10:11:01 7 73.86 0.00 8.43 10.83 0.12 6.76 10:53:11 10:12:01 all 5.54 0.00 2.10 14.95 0.04 77.37 10:53:11 10:12:01 0 7.89 0.00 1.97 5.79 0.05 84.30 10:53:11 10:12:01 1 6.29 0.00 2.36 6.19 0.03 85.12 10:53:11 10:12:01 2 5.39 0.00 2.00 34.40 0.03 58.18 10:53:11 10:12:01 3 5.40 0.00 1.76 27.74 0.05 65.05 10:53:11 10:12:01 4 2.53 0.00 1.83 25.49 0.03 70.12 10:53:11 10:12:01 5 5.82 0.00 2.11 2.92 0.03 89.11 10:53:11 10:12:01 6 4.48 0.00 2.64 3.85 0.03 89.00 10:53:11 10:12:01 7 6.46 0.00 2.15 13.26 0.05 78.08 10:53:11 10:13:01 all 10.22 0.00 0.95 0.82 0.06 87.95 10:53:11 10:13:01 0 14.31 0.00 1.24 0.42 0.07 83.97 10:53:11 10:13:01 1 8.20 0.00 1.00 0.23 0.05 90.52 10:53:11 10:13:01 2 10.85 0.00 0.95 0.22 0.08 87.90 10:53:11 10:13:01 3 8.27 0.00 0.97 0.05 0.07 90.64 10:53:11 10:13:01 4 13.94 0.00 0.90 0.10 0.07 84.99 10:53:11 10:13:01 5 8.52 0.00 0.79 0.32 0.05 90.32 10:53:11 10:13:01 6 9.62 0.00 0.91 0.37 0.07 89.04 10:53:11 10:13:01 7 8.05 0.00 0.84 4.85 0.07 86.19 10:53:11 10:53:11 10:13:01 CPU %user %nice %system %iowait %steal %idle 10:53:11 10:14:01 all 5.62 0.00 0.51 0.15 0.04 93.68 10:53:11 10:14:01 0 9.33 0.00 0.70 0.00 0.05 89.92 10:53:11 10:14:01 1 4.83 0.00 0.48 0.07 0.03 94.58 10:53:11 10:14:01 2 8.56 0.00 0.50 0.03 0.05 90.85 10:53:11 10:14:01 3 9.55 0.00 0.59 0.62 0.05 89.19 10:53:11 10:14:01 4 4.98 0.00 0.53 0.05 0.03 94.40 10:53:11 10:14:01 5 2.40 0.00 0.53 0.40 0.03 96.63 10:53:11 10:14:01 6 1.24 0.00 0.33 0.00 0.02 98.41 10:53:11 10:14:01 7 4.05 0.00 0.40 0.05 0.05 95.44 10:53:11 10:15:01 all 0.15 0.00 0.02 0.00 0.01 99.82 10:53:11 10:15:01 0 0.99 0.00 0.00 0.00 0.00 99.01 10:53:11 10:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 10:53:11 10:15:01 2 0.03 0.00 0.02 0.02 0.00 99.93 10:53:11 10:15:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:15:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:15:01 5 0.00 0.00 0.02 0.02 0.00 99.97 10:53:11 10:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:15:01 7 0.03 0.00 0.07 0.00 0.02 99.88 10:53:11 10:16:01 all 0.14 0.00 0.02 0.02 0.00 99.82 10:53:11 10:16:01 0 0.85 0.00 0.00 0.00 0.02 99.14 10:53:11 10:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:16:01 2 0.08 0.00 0.03 0.00 0.02 99.87 10:53:11 10:16:01 3 0.07 0.00 0.05 0.00 0.00 99.88 10:53:11 10:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:16:01 5 0.02 0.00 0.00 0.10 0.00 99.88 10:53:11 10:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:16:01 7 0.05 0.00 0.07 0.03 0.00 99.85 10:53:11 10:17:01 all 0.02 0.00 0.01 0.01 0.01 99.95 10:53:11 10:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:17:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:17:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:17:01 4 0.03 0.00 0.00 0.00 0.02 99.95 10:53:11 10:17:01 5 0.00 0.00 0.00 0.05 0.00 99.95 10:53:11 10:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:17:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:18:01 all 0.05 0.00 0.04 0.00 0.01 99.90 10:53:11 10:18:01 0 0.08 0.00 0.03 0.02 0.02 99.85 10:53:11 10:18:01 1 0.07 0.00 0.05 0.00 0.00 99.88 10:53:11 10:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:18:01 3 0.10 0.00 0.08 0.00 0.02 99.80 10:53:11 10:18:01 4 0.05 0.00 0.03 0.00 0.00 99.92 10:53:11 10:18:01 5 0.07 0.00 0.05 0.02 0.00 99.87 10:53:11 10:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:53:11 10:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:19:01 1 0.03 0.00 0.00 0.00 0.02 99.95 10:53:11 10:19:01 2 0.02 0.00 0.02 0.02 0.00 99.95 10:53:11 10:19:01 3 0.07 0.00 0.07 0.00 0.03 99.83 10:53:11 10:19:01 4 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:19:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:20:01 all 0.05 0.00 0.01 0.01 0.01 99.91 10:53:11 10:20:01 0 0.17 0.00 0.00 0.12 0.00 99.72 10:53:11 10:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:20:01 2 0.07 0.00 0.02 0.00 0.00 99.92 10:53:11 10:20:01 3 0.08 0.00 0.03 0.00 0.00 99.88 10:53:11 10:20:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:20:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:21:01 all 0.02 0.00 0.02 0.00 0.01 99.95 10:53:11 10:21:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:53:11 10:21:01 1 0.03 0.00 0.05 0.00 0.02 99.90 10:53:11 10:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:21:01 3 0.03 0.00 0.05 0.00 0.02 99.90 10:53:11 10:21:01 4 0.07 0.00 0.02 0.00 0.00 99.92 10:53:11 10:21:01 5 0.00 0.00 0.02 0.02 0.02 99.95 10:53:11 10:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:21:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:22:01 all 0.06 0.00 0.02 0.02 0.01 99.90 10:53:11 10:22:01 0 0.00 0.00 0.00 0.05 0.00 99.95 10:53:11 10:22:01 1 0.08 0.00 0.05 0.00 0.02 99.85 10:53:11 10:22:01 2 0.05 0.00 0.00 0.00 0.00 99.95 10:53:11 10:22:01 3 0.10 0.00 0.05 0.00 0.02 99.83 10:53:11 10:22:01 4 0.13 0.00 0.02 0.07 0.02 99.77 10:53:11 10:22:01 5 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:22:01 7 0.07 0.00 0.00 0.00 0.02 99.92 10:53:11 10:23:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:53:11 10:23:01 0 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:23:01 1 0.07 0.00 0.07 0.00 0.02 99.85 10:53:11 10:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:23:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:23:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 10:53:11 10:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:53:11 10:24:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:53:11 10:24:01 2 0.03 0.00 0.03 0.02 0.02 99.90 10:53:11 10:24:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:24:01 5 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:24:01 7 0.05 0.00 0.03 0.00 0.00 99.92 10:53:11 10:53:11 10:24:01 CPU %user %nice %system %iowait %steal %idle 10:53:11 10:25:02 all 0.03 0.00 0.01 0.00 0.01 99.95 10:53:11 10:25:02 0 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:25:02 1 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:25:02 2 0.05 0.00 0.05 0.00 0.00 99.90 10:53:11 10:25:02 3 0.05 0.00 0.00 0.00 0.02 99.93 10:53:11 10:25:02 4 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:25:02 5 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:25:02 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:25:02 7 0.07 0.00 0.03 0.00 0.02 99.88 10:53:11 10:26:01 all 0.05 0.00 0.02 0.00 0.01 99.92 10:53:11 10:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:26:01 1 0.05 0.00 0.07 0.00 0.02 99.86 10:53:11 10:26:01 2 0.07 0.00 0.02 0.00 0.02 99.90 10:53:11 10:26:01 3 0.14 0.00 0.02 0.00 0.00 99.85 10:53:11 10:26:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:26:01 5 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:26:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:53:11 10:27:01 all 0.03 0.00 0.01 0.00 0.00 99.95 10:53:11 10:27:01 0 0.00 0.00 0.00 0.02 0.02 99.97 10:53:11 10:27:01 1 0.10 0.00 0.02 0.00 0.00 99.88 10:53:11 10:27:01 2 0.02 0.00 0.05 0.00 0.02 99.92 10:53:11 10:27:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:27:01 5 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:27:01 7 0.05 0.00 0.00 0.00 0.00 99.95 10:53:11 10:28:01 all 0.04 0.00 0.02 0.02 0.01 99.92 10:53:11 10:28:01 0 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:28:01 1 0.07 0.00 0.03 0.00 0.02 99.88 10:53:11 10:28:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:53:11 10:28:01 3 0.07 0.00 0.03 0.00 0.00 99.90 10:53:11 10:28:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:28:01 5 0.00 0.00 0.00 0.12 0.00 99.88 10:53:11 10:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:28:01 7 0.08 0.00 0.03 0.00 0.02 99.87 10:53:11 10:29:01 all 0.02 0.00 0.01 0.00 0.01 99.96 10:53:11 10:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:29:01 1 0.07 0.00 0.02 0.00 0.02 99.90 10:53:11 10:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 10:53:11 10:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:29:01 4 0.00 0.00 0.03 0.00 0.00 99.97 10:53:11 10:29:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:29:01 7 0.05 0.00 0.03 0.00 0.03 99.88 10:53:11 10:30:01 all 0.03 0.00 0.01 0.02 0.01 99.93 10:53:11 10:30:01 0 0.02 0.00 0.00 0.10 0.02 99.87 10:53:11 10:30:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:53:11 10:30:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:30:01 3 0.03 0.00 0.00 0.00 0.02 99.95 10:53:11 10:30:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:30:01 5 0.03 0.00 0.00 0.05 0.00 99.92 10:53:11 10:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:30:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:53:11 10:31:01 all 0.01 0.00 0.02 0.01 0.00 99.96 10:53:11 10:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:31:01 1 0.00 0.00 0.03 0.00 0.00 99.97 10:53:11 10:31:01 2 0.03 0.00 0.05 0.00 0.02 99.90 10:53:11 10:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:31:01 5 0.00 0.00 0.00 0.07 0.00 99.93 10:53:11 10:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:31:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:32:01 all 0.03 0.00 0.02 0.06 0.01 99.88 10:53:11 10:32:01 0 0.02 0.00 0.00 0.22 0.02 99.75 10:53:11 10:32:01 1 0.08 0.00 0.02 0.05 0.02 99.83 10:53:11 10:32:01 2 0.05 0.00 0.08 0.00 0.02 99.85 10:53:11 10:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:32:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:32:01 5 0.00 0.00 0.00 0.23 0.00 99.77 10:53:11 10:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:32:01 7 0.03 0.00 0.03 0.00 0.00 99.93 10:53:11 10:33:01 all 0.02 0.00 0.02 0.01 0.00 99.95 10:53:11 10:33:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:33:01 1 0.05 0.00 0.05 0.00 0.02 99.88 10:53:11 10:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:33:01 3 0.02 0.00 0.02 0.02 0.00 99.95 10:53:11 10:33:01 4 0.02 0.00 0.03 0.00 0.00 99.95 10:53:11 10:33:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:34:01 all 0.03 0.00 0.01 0.01 0.01 99.94 10:53:11 10:34:01 0 0.02 0.00 0.00 0.02 0.02 99.95 10:53:11 10:34:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:53:11 10:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:53:11 10:34:01 3 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:34:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:53:11 10:34:01 5 0.00 0.00 0.00 0.05 0.00 99.95 10:53:11 10:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:34:01 7 0.05 0.00 0.02 0.00 0.00 99.93 10:53:11 10:35:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:53:11 10:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:35:01 1 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:35:01 2 0.07 0.00 0.05 0.00 0.02 99.87 10:53:11 10:35:01 3 0.00 0.00 0.00 0.00 0.02 99.98 10:53:11 10:35:01 4 0.05 0.00 0.00 0.00 0.00 99.95 10:53:11 10:35:01 5 0.02 0.00 0.00 0.03 0.00 99.95 10:53:11 10:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:53:11 10:35:01 CPU %user %nice %system %iowait %steal %idle 10:53:11 10:36:01 all 0.05 0.00 0.02 0.04 0.01 99.88 10:53:11 10:36:01 0 0.20 0.00 0.02 0.03 0.00 99.75 10:53:11 10:36:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:36:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:36:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:36:01 4 0.07 0.00 0.07 0.00 0.02 99.85 10:53:11 10:36:01 5 0.03 0.00 0.00 0.27 0.02 99.68 10:53:11 10:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:36:01 7 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:37:01 all 0.03 0.00 0.02 0.03 0.00 99.92 10:53:11 10:37:01 0 0.00 0.00 0.00 0.17 0.02 99.82 10:53:11 10:37:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:53:11 10:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:53:11 10:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:37:01 4 0.05 0.00 0.03 0.00 0.00 99.92 10:53:11 10:37:01 5 0.00 0.00 0.00 0.07 0.00 99.93 10:53:11 10:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:37:01 7 0.07 0.00 0.05 0.00 0.00 99.88 10:53:11 10:38:01 all 0.11 0.00 0.02 0.06 0.01 99.80 10:53:11 10:38:01 0 0.60 0.00 0.00 0.00 0.00 99.40 10:53:11 10:38:01 1 0.03 0.00 0.05 0.28 0.02 99.62 10:53:11 10:38:01 2 0.02 0.00 0.03 0.00 0.02 99.93 10:53:11 10:38:01 3 0.05 0.00 0.00 0.00 0.02 99.93 10:53:11 10:38:01 4 0.07 0.00 0.03 0.00 0.02 99.88 10:53:11 10:38:01 5 0.05 0.00 0.00 0.18 0.00 99.77 10:53:11 10:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:38:01 7 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:39:01 all 0.02 0.00 0.01 0.05 0.00 99.91 10:53:11 10:39:01 0 0.00 0.00 0.00 0.00 0.02 99.98 10:53:11 10:39:01 1 0.03 0.00 0.02 0.13 0.02 99.80 10:53:11 10:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:39:01 3 0.00 0.00 0.00 0.08 0.00 99.92 10:53:11 10:39:01 4 0.03 0.00 0.03 0.00 0.00 99.93 10:53:11 10:39:01 5 0.00 0.00 0.02 0.17 0.00 99.82 10:53:11 10:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:39:01 7 0.05 0.00 0.03 0.00 0.00 99.92 10:53:11 10:40:01 all 0.06 0.00 0.01 0.02 0.01 99.90 10:53:11 10:40:01 0 0.17 0.00 0.02 0.00 0.00 99.82 10:53:11 10:40:01 1 0.07 0.00 0.02 0.08 0.02 99.82 10:53:11 10:40:01 2 0.03 0.00 0.03 0.00 0.02 99.92 10:53:11 10:40:01 3 0.07 0.00 0.00 0.00 0.00 99.93 10:53:11 10:40:01 4 0.05 0.00 0.02 0.00 0.02 99.92 10:53:11 10:40:01 5 0.02 0.00 0.00 0.10 0.00 99.88 10:53:11 10:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:40:01 7 0.05 0.00 0.03 0.00 0.00 99.92 10:53:11 10:41:01 all 0.04 0.00 0.02 0.00 0.01 99.94 10:53:11 10:41:01 0 0.15 0.00 0.02 0.00 0.00 99.83 10:53:11 10:41:01 1 0.07 0.00 0.03 0.02 0.02 99.87 10:53:11 10:41:01 2 0.05 0.00 0.00 0.00 0.02 99.93 10:53:11 10:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:41:01 4 0.02 0.00 0.05 0.00 0.00 99.93 10:53:11 10:41:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:42:01 all 0.27 0.00 0.01 0.00 0.00 99.71 10:53:11 10:42:01 0 1.97 0.00 0.00 0.00 0.02 98.01 10:53:11 10:42:01 1 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:42:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:42:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:43:01 all 0.07 0.00 0.01 0.00 0.01 99.91 10:53:11 10:43:01 0 0.35 0.00 0.02 0.02 0.00 99.62 10:53:11 10:43:01 1 0.08 0.00 0.03 0.00 0.02 99.87 10:53:11 10:43:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:43:01 4 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:43:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:53:11 10:44:01 all 0.03 0.00 0.02 0.00 0.01 99.94 10:53:11 10:44:01 0 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:44:01 1 0.05 0.00 0.02 0.02 0.00 99.92 10:53:11 10:44:01 2 0.02 0.00 0.05 0.00 0.02 99.92 10:53:11 10:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:44:01 4 0.05 0.00 0.03 0.00 0.00 99.92 10:53:11 10:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:44:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:53:11 10:45:01 all 0.19 0.00 0.09 0.01 0.00 99.72 10:53:11 10:45:01 0 0.02 0.00 0.05 0.00 0.00 99.93 10:53:11 10:45:01 1 0.18 0.00 0.07 0.00 0.02 99.73 10:53:11 10:45:01 2 0.07 0.00 0.05 0.00 0.00 99.88 10:53:11 10:45:01 3 0.18 0.00 0.02 0.00 0.00 99.80 10:53:11 10:45:01 4 0.18 0.00 0.08 0.00 0.00 99.73 10:53:11 10:45:01 5 0.58 0.00 0.25 0.03 0.00 99.13 10:53:11 10:45:01 6 0.22 0.00 0.10 0.02 0.00 99.67 10:53:11 10:45:01 7 0.05 0.00 0.08 0.02 0.00 99.85 10:53:11 10:46:01 all 0.21 0.00 0.03 0.01 0.01 99.75 10:53:11 10:46:01 0 0.13 0.00 0.02 0.02 0.00 99.83 10:53:11 10:46:01 1 0.15 0.00 0.05 0.00 0.00 99.80 10:53:11 10:46:01 2 0.27 0.00 0.07 0.02 0.02 99.63 10:53:11 10:46:01 3 0.62 0.00 0.00 0.00 0.02 99.37 10:53:11 10:46:01 4 0.17 0.00 0.05 0.00 0.02 99.77 10:53:11 10:46:01 5 0.10 0.00 0.02 0.00 0.02 99.87 10:53:11 10:46:01 6 0.08 0.00 0.02 0.02 0.02 99.87 10:53:11 10:46:01 7 0.13 0.00 0.03 0.00 0.00 99.83 10:53:11 10:53:11 10:46:01 CPU %user %nice %system %iowait %steal %idle 10:53:11 10:47:01 all 0.02 0.00 0.03 0.00 0.01 99.94 10:53:11 10:47:01 0 0.00 0.00 0.03 0.00 0.02 99.95 10:53:11 10:47:01 1 0.08 0.00 0.03 0.00 0.02 99.87 10:53:11 10:47:01 2 0.00 0.00 0.03 0.00 0.00 99.97 10:53:11 10:47:01 3 0.03 0.00 0.05 0.00 0.00 99.92 10:53:11 10:47:01 4 0.02 0.00 0.02 0.00 0.02 99.95 10:53:11 10:47:01 5 0.00 0.00 0.02 0.02 0.00 99.97 10:53:11 10:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:47:01 7 0.02 0.00 0.00 0.02 0.02 99.95 10:53:11 10:48:01 all 0.09 0.00 0.02 0.01 0.00 99.88 10:53:11 10:48:01 0 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 10:53:11 10:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:48:01 3 0.43 0.00 0.05 0.00 0.02 99.50 10:53:11 10:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:53:11 10:48:01 5 0.00 0.00 0.00 0.03 0.00 99.97 10:53:11 10:48:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:48:01 7 0.07 0.00 0.05 0.02 0.00 99.87 10:53:11 10:49:01 all 0.01 0.00 0.02 0.00 0.00 99.96 10:53:11 10:49:01 0 0.02 0.00 0.00 0.02 0.00 99.97 10:53:11 10:49:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:53:11 10:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:53:11 10:49:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:49:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:53:11 10:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:49:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:53:11 10:50:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:53:11 10:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 10:53:11 10:50:01 1 0.07 0.00 0.03 0.00 0.00 99.90 10:53:11 10:50:01 2 0.03 0.00 0.00 0.00 0.00 99.97 10:53:11 10:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:53:11 10:50:01 4 0.05 0.00 0.03 0.00 0.02 99.90 10:53:11 10:50:01 5 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:50:01 7 0.03 0.00 0.02 0.00 0.00 99.95 10:53:11 10:51:01 all 0.25 0.00 0.01 0.01 0.01 99.72 10:53:11 10:51:01 0 1.81 0.00 0.00 0.00 0.00 98.19 10:53:11 10:51:01 1 0.05 0.00 0.00 0.05 0.02 99.88 10:53:11 10:51:01 2 0.02 0.00 0.05 0.00 0.00 99.93 10:53:11 10:51:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:53:11 10:51:01 4 0.05 0.00 0.00 0.00 0.02 99.93 10:53:11 10:51:01 5 0.02 0.00 0.00 0.05 0.00 99.93 10:53:11 10:51:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:53:11 10:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 10:53:11 10:52:01 all 3.63 0.00 1.36 1.55 0.04 93.43 10:53:11 10:52:01 0 3.21 0.00 1.35 10.64 0.03 84.77 10:53:11 10:52:01 1 2.98 0.00 1.64 0.05 0.03 95.29 10:53:11 10:52:01 2 5.53 0.00 1.30 0.08 0.05 93.03 10:53:11 10:52:01 3 3.16 0.00 1.22 0.32 0.03 95.27 10:53:11 10:52:01 4 4.02 0.00 1.27 0.02 0.03 94.66 10:53:11 10:52:01 5 3.76 0.00 1.41 0.97 0.03 93.83 10:53:11 10:52:01 6 4.14 0.00 1.60 0.08 0.03 94.14 10:53:11 10:52:01 7 2.22 0.00 1.07 0.20 0.03 96.48 10:53:11 10:53:01 all 6.77 0.00 3.06 2.89 0.05 87.23 10:53:11 10:53:01 0 6.75 0.00 3.44 9.76 0.05 80.00 10:53:11 10:53:01 1 5.72 0.00 3.66 11.79 0.10 78.73 10:53:11 10:53:01 2 7.06 0.00 2.78 0.05 0.03 90.08 10:53:11 10:53:01 3 5.08 0.00 2.53 0.88 0.05 91.46 10:53:11 10:53:01 4 8.21 0.00 3.38 0.08 0.07 88.26 10:53:11 10:53:01 5 7.49 0.00 2.76 0.02 0.03 89.69 10:53:11 10:53:01 6 7.07 0.00 3.40 0.17 0.05 89.31 10:53:11 10:53:01 7 6.76 0.00 2.50 0.47 0.05 90.21 10:53:11 Average: all 8.26 0.00 1.32 1.91 0.03 88.49 10:53:11 Average: 0 8.60 0.00 1.29 2.35 0.03 87.72 10:53:11 Average: 1 8.19 0.00 1.31 1.45 0.03 89.02 10:53:11 Average: 2 8.25 0.00 1.37 2.82 0.03 87.53 10:53:11 Average: 3 8.19 0.00 1.33 2.29 0.03 88.17 10:53:11 Average: 4 8.44 0.00 1.33 2.15 0.03 88.05 10:53:11 Average: 5 8.16 0.00 1.27 1.86 0.02 88.69 10:53:11 Average: 6 8.04 0.00 1.33 1.27 0.02 89.34 10:53:11 Average: 7 8.22 0.00 1.30 1.05 0.03 89.40 10:53:11 10:53:11 10:53:11