Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from e746624fef212b0f4c77d3fdd5597b262518530b 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-ssh10948320897622036016.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1644485593024630091.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7789047168540468277.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9105146793545969934.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-ssh2773156200640671385.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-775719 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/943 [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/943 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e746624fef212b0f4c77d3fdd5597b262518530b (main) Commit message: "Merge pull request #5338 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.48" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e746624fef212b0f4c77d3fdd5597b262518530b # timeout=10 > git rev-list --no-walk 32b54d096708f46b0b2348d0dcbc77c27003877e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:03:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:03:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:03:49 ========================================================= 03:03:49 EdgeX Global Pipelines Version Info 03:03:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:03:50 ------------------- 03:03:50 stable info: 03:03:50 ------------------- 03:03:50 Commited By: Cherry Wang cherry@iotechsys.com 03:03:50 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 03:03:50 Message: update stable to v1.0.278 03:03:51 ------------------- 03:03:51 experimental info: 03:03:51 ------------------- 03:03:51 Commited By: **** collab-it+edgex@linuxfoundation.org 03:03:51 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 03:03:51 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 03:03:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:03:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e746624 [Pipeline] echo 03:03:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:03:52 provisioning config files... 03:03:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config4420393153365854678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:52 ---> ****-login.sh 03:03:52 nexus3.edgexfoundry.org:10001 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 03:03:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.****.com/go/credential-store/ 03:03:52 03:03:52 Login Succeeded 03:03:52 nexus3.edgexfoundry.org:10002 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 03:03:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.****.com/go/credential-store/ 03:03:52 03:03:52 Login Succeeded 03:03:52 nexus3.edgexfoundry.org:10003 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 03:03:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.****.com/go/credential-store/ 03:03:52 03:03:52 Login Succeeded 03:03:52 nexus3.edgexfoundry.org:10004 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:52 03:03:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:03:52 Configure a credential helper to remove this warning. See 03:03:52 https://docs.****.com/go/credential-store/ 03:03:52 03:03:52 Login Succeeded 03:03:52 ****.io 03:03:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:53 03:03:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 03:03:53 Configure a credential helper to remove this warning. See 03:03:53 https://docs.****.com/go/credential-store/ 03:03:53 03:03:53 Login Succeeded 03:03:53 ---> ****-login.sh ends [Pipeline] } 03:03:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:03:53 + 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 03:03:53 + dirname cmd/core-command/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo core-command,cmd/core-command/Dockerfile 03:03:53 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 03:03:53 cut -d/ -f2 03:03:53 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 03:03:53 + dirname cmd/core-data/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo core-data,cmd/core-data/Dockerfile 03:03:53 + dirname cmd/core-keeper/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo core-keeper,cmd/core-keeper/Dockerfile 03:03:53 + dirname cmd/core-metadata/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo core-metadata,cmd/core-metadata/Dockerfile 03:03:53 + dirname cmd/security-bootstrapper/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:03:53 + dirname cmd/security-proxy-auth/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 03:03:53 + dirname cmd/security-proxy-setup/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:03:53 + dirname cmd/security-secretstore-setup/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:03:53 + dirname cmd/security-spiffe-token-provider/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 03:03:53 + dirname cmd/security-spire-agent/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 03:03:53 + + dirname cmd/security-spire-config/Dockerfile 03:03:53 cut -d/ -f2 03:03:53 + echo security-spire-config,cmd/security-spire-config/Dockerfile 03:03:53 + dirname cmd/security-spire-server/Dockerfile+ 03:03:53 cut -d/ -f2 03:03:53 + echo security-spire-server,cmd/security-spire-server/Dockerfile 03:03:53 + dirname cmd/support-notifications/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo support-notifications,cmd/support-notifications/Dockerfile 03:03:53 + dirname cmd/support-scheduler/Dockerfile 03:03:53 + cut -d/ -f2 03:03:53 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 03:03:53 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 03:03:54 + git rev-list -1 --merges e746624fef212b0f4c77d3fdd5597b262518530b~1..e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:03:54 -----------> git rev-list -1 --merges e746624fef212b0f4c77d3fdd5597b262518530b~1..e746624fef212b0f4c77d3fdd5597b262518530b e746624fef212b0f4c77d3fdd5597b262518530b 03:03:54 e746624fef212b0f4c77d3fdd5597b262518530b [false] [Pipeline] sh 03:03:54 + git log --format=format:%s -1 e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:03:54 ========================================================= 03:03:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:03:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 03:03:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:03:54 + grep -v github /etc/ssh/ssh_known_hosts 03:03:54 + [ -e /tmp/ssh_known_hosts ] 03:03:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:03:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:03:54 + sudo tee -a /etc/ssh/ssh_known_hosts 03:03:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:03:55 03:03:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:03:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:03:55 0.1.4: Pulling from edgex-devops/py-git-semver 03:03:55 3dae71ba6b94: Pulling fs layer 03:03:55 6bf1a483ea7c: Pulling fs layer 03:03:55 f5dfc541a4d3: Pulling fs layer 03:03:55 461d9e800cba: Pulling fs layer 03:03:55 461d9e800cba: Waiting 03:03:55 80192f66455f: Pulling fs layer 03:03:55 2e8e34ca0e6c: Pulling fs layer 03:03:55 a29436f7fd5d: Pulling fs layer 03:03:55 923cac83aea3: Pulling fs layer 03:03:55 a29436f7fd5d: Waiting 03:03:55 2e8e34ca0e6c: Waiting 03:03:55 80192f66455f: Waiting 03:03:55 25ad8b0a4227: Pulling fs layer 03:03:55 db01528c6b51: Pulling fs layer 03:03:55 28988de357af: Pulling fs layer 03:03:55 923cac83aea3: Waiting 03:03:55 28988de357af: Waiting 03:03:55 25ad8b0a4227: Waiting 03:03:55 db01528c6b51: Waiting 03:03:55 6bf1a483ea7c: Verifying Checksum 03:03:55 6bf1a483ea7c: Download complete 03:03:55 461d9e800cba: Download complete 03:03:55 80192f66455f: Download complete 03:03:55 f5dfc541a4d3: Verifying Checksum 03:03:55 f5dfc541a4d3: Download complete 03:03:55 3dae71ba6b94: Verifying Checksum 03:03:55 3dae71ba6b94: Download complete 03:03:55 923cac83aea3: Verifying Checksum 03:03:55 923cac83aea3: Download complete 03:03:56 25ad8b0a4227: Verifying Checksum 03:03:56 25ad8b0a4227: Download complete 03:03:56 db01528c6b51: Download complete 03:03:56 28988de357af: Download complete 03:03:56 a29436f7fd5d: Verifying Checksum 03:03:56 a29436f7fd5d: Download complete 03:03:56 2e8e34ca0e6c: Verifying Checksum 03:03:56 2e8e34ca0e6c: Download complete 03:03:57 3dae71ba6b94: Pull complete 03:03:57 6bf1a483ea7c: Pull complete 03:03:58 f5dfc541a4d3: Pull complete 03:03:58 461d9e800cba: Pull complete 03:03:58 80192f66455f: Pull complete 03:04:02 2e8e34ca0e6c: Pull complete 03:04:03 a29436f7fd5d: Pull complete 03:04:03 923cac83aea3: Pull complete 03:04:03 25ad8b0a4227: Pull complete 03:04:03 db01528c6b51: Pull complete 03:04:03 28988de357af: Pull complete 03:04:03 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 03:04:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:04:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:04:03 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:04:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:04:06 $ docker top 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 -eo pid,comm 03:04:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:04:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:04:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:04:06 [ssh-agent] Looking for ssh-agent implementation... 03:04:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:04:06 $ docker exec 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent 03:04:06 SSH_AUTH_SOCK=/tmp/ssh-XLlBnVXmaNUx/agent.33 03:04:06 SSH_AGENT_PID=39 03:04:06 Running ssh-add (command line suppressed) 03:04:06 Identity added: /w/workspace/edgex-go/943@tmp/private_key_15896964125874529841.key (/w/workspace/edgex-go/943@tmp/private_key_15896964125874529841.key) 03:04:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:04:07 + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] sh 03:04:07 + git tag --points-at HEAD [Pipeline] } 03:04:07 $ docker exec --env ******** --env ******** 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent -k 03:04:07 unset SSH_AUTH_SOCK; 03:04:07 unset SSH_AGENT_PID; 03:04:07 echo Agent pid 39 killed; 03:04:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:04:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:04:07 [ssh-agent] Looking for ssh-agent implementation... 03:04:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:04:07 $ docker exec 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent 03:04:07 SSH_AUTH_SOCK=/tmp/ssh-Jdc52ZUf5Myy/agent.86 03:04:07 SSH_AGENT_PID=92 03:04:07 Running ssh-add (command line suppressed) 03:04:07 Identity added: /w/workspace/edgex-go/943@tmp/private_key_352519589364397968.key (/w/workspace/edgex-go/943@tmp/private_key_352519589364397968.key) 03:04:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:04:08 + git semver init 03:04:08 2025-12-26 03:04:08,497 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:04:08 2025-12-26 03:04:08,501 [run_init] DEBUG init version:0.0.0 force:False 03:04:08 2025-12-26 03:04:08,501 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/943/.semver 03:04:08 2025-12-26 03:04:08,502 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/943/.semver 03:04:08 2025-12-26 03:04:08,502 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/943/.semver'], cwd=/w/workspace/edgex-go/943, stdin=None, shell=False, universal_newlines=False) 03:04:13 2025-12-26 03:04:13,505 [append_file] DEBUG append to file:/w/workspace/edgex-go/943/.git/info/exclude 03:04:13 2025-12-26 03:04:13,506 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/943/.semver/main with force:False 03:04:13 2025-12-26 03:04:13,506 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:04:13 2025-12-26 03:04:13,507 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:04:13 4.1.0-dev.88 [Pipeline] } 03:04:13 $ docker exec --env ******** --env ******** 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 ssh-agent -k 03:04:13 unset SSH_AUTH_SOCK; 03:04:13 unset SSH_AGENT_PID; 03:04:13 echo Agent pid 92 killed; 03:04:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:04:14 + git semver [Pipeline] } 03:04:14 $ docker stop --time=1 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 03:04:15 $ docker rm -f --volumes 49a699b0149fb5c0719f117757abd05af9568cbfa2d3fc15627d54d14a526998 [Pipeline] // withDockerContainer [Pipeline] sh 03:04:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:04:16 Stashed 1 file(s) [Pipeline] echo 03:04:16 [edgeXSemver]: initialized semver on version 4.1.0-dev.88 [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 03:04:16 + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] echo 03:04:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:04:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:04:17 ========================================================= 03:04:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 03:04:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:04:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 03:04:17 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 03:04:17 2d35ebdb57d9: Pulling fs layer 03:04:17 c35fb4624d26: Pulling fs layer 03:04:17 4e2aec7ef170: Pulling fs layer 03:04:17 333b49ad6fbf: Pulling fs layer 03:04:17 4f4fb700ef54: Pulling fs layer 03:04:17 c3e65509a76b: Pulling fs layer 03:04:17 7cf9ebb963bd: Pulling fs layer 03:04:17 bb34ca984cfb: Pulling fs layer 03:04:17 4f4fb700ef54: Waiting 03:04:17 c3e65509a76b: Waiting 03:04:17 151cf03bc807: Pulling fs layer 03:04:17 333b49ad6fbf: Waiting 03:04:17 7cf9ebb963bd: Waiting 03:04:17 bb34ca984cfb: Waiting 03:04:17 151cf03bc807: Waiting 03:04:17 c35fb4624d26: Download complete 03:04:17 333b49ad6fbf: Verifying Checksum 03:04:17 4f4fb700ef54: Verifying Checksum 03:04:17 4f4fb700ef54: Download complete 03:04:17 c3e65509a76b: Verifying Checksum 03:04:17 c3e65509a76b: Download complete 03:04:17 2d35ebdb57d9: Verifying Checksum 03:04:17 2d35ebdb57d9: Download complete 03:04:17 7cf9ebb963bd: Verifying Checksum 03:04:17 7cf9ebb963bd: Download complete 03:04:17 2d35ebdb57d9: Pull complete 03:04:17 c35fb4624d26: Pull complete 03:04:17 151cf03bc807: Verifying Checksum 03:04:17 151cf03bc807: Download complete 03:04:17 4e2aec7ef170: Verifying Checksum 03:04:17 4e2aec7ef170: Download complete 03:04:18 bb34ca984cfb: Verifying Checksum 03:04:18 bb34ca984cfb: Download complete 03:04:23 4e2aec7ef170: Pull complete 03:04:23 333b49ad6fbf: Pull complete 03:04:23 4f4fb700ef54: Pull complete 03:04:23 c3e65509a76b: Pull complete 03:04:23 7cf9ebb963bd: Pull complete 03:04:25 bb34ca984cfb: Pull complete 03:04:26 151cf03bc807: Pull complete 03:04:26 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 03:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 03:04:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 03:04:26 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 03:04:26 WORKDIR /edgex 03:04:26 COPY go.mod . 03:04:26 RUN go mod download 03:04:26 + docker build -t ci-base-image-x86_64 -f - . 03:04:27 #0 building with "default" instance using docker driver 03:04:27 03:04:27 #1 [internal] load build definition from Dockerfile 03:04:27 #1 DONE 0.0s 03:04:27 03:04:27 #1 [internal] load build definition from Dockerfile 03:04:27 #1 transferring dockerfile: 164B done 03:04:27 #1 DONE 0.0s 03:04:27 03:04:27 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 03:04:27 #2 DONE 0.0s 03:04:27 03:04:27 #3 [internal] load .dockerignore 03:04:27 #3 transferring context: 50B done 03:04:27 #3 DONE 0.0s 03:04:27 03:04:27 #4 [internal] load build context 03:04:27 #4 transferring context: 7.11kB done 03:04:27 #4 DONE 0.0s 03:04:27 03:04:27 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 03:04:27 #5 DONE 0.1s 03:04:27 03:04:27 #6 [2/4] WORKDIR /edgex 03:04:31 #6 DONE 3.4s 03:04:31 03:04:31 #7 [3/4] COPY go.mod . 03:04:31 #7 DONE 0.1s 03:04:31 03:04:31 #8 [4/4] RUN go mod download 03:04:31 Still waiting to schedule task 03:04:31 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 03:04:49 #8 DONE 16.2s 03:04:49 03:04:49 #9 exporting to image 03:04:49 #9 exporting layers 03:04:51 #9 exporting layers 3.8s done 03:04:51 #9 writing image sha256:4261863a930fad30290d7d782ead6943dc5f9ce8aa2ae0dd3aa26468926228b1 done 03:04:51 #9 naming to docker.io/library/ci-base-image-x86_64 done 03:04:51 #9 DONE 3.8s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:51 + docker inspect -f . ci-base-image-x86_64 03:04:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:04:51 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:04:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:04:51 $ docker top 1acc3936ee66ed74a3d38ace21395d3d9e22f07b3b0cd6602ecbcad1eeec9527 -eo pid,comm [Pipeline] { [Pipeline] sh 03:04:52 + go version 03:04:52 go version go1.25.2 linux/amd64 [Pipeline] } 03:04:52 $ docker stop --time=1 1acc3936ee66ed74a3d38ace21395d3d9e22f07b3b0cd6602ecbcad1eeec9527 03:04:53 $ docker rm -f --volumes 1acc3936ee66ed74a3d38ace21395d3d9e22f07b3b0cd6602ecbcad1eeec9527 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:04:53 + docker inspect -f . ci-base-image-x86_64 03:04:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:04:54 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:04:54 $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:04:54 $ docker top a475ff22b2f2c5cd6363a521b0bdbe927fcd840583b07cc930205509b51a205f -eo pid,comm [Pipeline] { [Pipeline] echo 03:04:54 ========================================================= 03:04:54 [edgeXBuildGoParallel] Running Tests and Build... 03:04:54 ========================================================= [Pipeline] sh 03:04:54 + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] fileExists [Pipeline] sh 03:04:54 + make test 03:04:54 go test -race -coverprofile=coverage.out ./... 03:05:03 ? github.com/edgexfoundry/edgex-go [no test files] 03:05:29 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 03:05:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:05:29 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 03:05:29 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 03:05:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements 03:05:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.042s coverage: 69.4% of statements 03:05:35 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 03:05:35 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.023s coverage: 4.8% of statements 03:05:35 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 03:05:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.070s coverage: 57.6% of statements 03:05:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.023s coverage: 86.5% of statements 03:05:35 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 03:05:35 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 03:05:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.437s coverage: 94.2% of statements 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 03:05:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 03:05:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 03:05:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 03:05:37 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 03:05:37 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.064s coverage: 90.7% of statements 03:05:37 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 03:05:37 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:05:37 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.033s coverage: 0.0% of statements 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 03:05:37 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 03:05:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.042s coverage: 8.3% of statements 03:05:38 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 03:05:38 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 03:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.399s coverage: 95.9% of statements 03:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 03:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 03:05:40 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 03:05:40 ok github.com/edgexfoundry/edgex-go/internal/io 1.034s coverage: 72.2% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 03:05:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 03:05:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 03:05:40 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 03:05:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 03:05:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.056s coverage: 3.5% of statements 03:05:42 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 03:05:42 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 03:05:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements 03:05:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 03:05:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 38.2% of statements 03:05:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.027s coverage: 68.8% of statements 03:05:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 03:05:42 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 03:05:42 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.018s coverage: 40.0% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 87.1% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 89.5% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.033s coverage: 93.1% of statements 03:05:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 03:05:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.028s coverage: 94.4% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.047s coverage: 92.9% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 68.8% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.032s coverage: 47.4% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.020s coverage: 15.5% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.061s coverage: 82.1% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.028s coverage: 86.0% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.033s coverage: 33.3% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.039s coverage: 100.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.148s coverage: 54.8% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.017s coverage: 89.6% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.022s coverage: 100.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.025s coverage: 73.7% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.051s coverage: 20.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.038s coverage: 88.6% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.038s coverage: 96.8% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.024s coverage: 100.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.137s coverage: 29.2% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.031s coverage: 93.8% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 3.1% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.021s coverage: 76.2% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.1% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.100s coverage: 94.9% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.021s coverage: 9.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 97.7% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 03:06:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 03:06:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 03:06:08 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 03:06:08 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 03:06:08 running golangci-lint 03:06:08 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 03:06:08 go version go1.25.2 linux/amd64 03:06:08 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 03:06:08 level=info msg="[config_reader] Used config file .golangci.yml" 03:06:08 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 03:06:08 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 03:06:08 level=info msg="[goenv] Read go env for 4.772737ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 03:06:08 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 03:06:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-775721 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 03:06:19 Running in /w/workspace/edgex-go/943 [Pipeline] { [Pipeline] checkout 03:06:22 The recommended git tool is: git 03:06:27 using credential edgex-jenkins-ssh 03:06:27 Cloning the remote Git repository 03:06:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:06:27 > git init /w/workspace/edgex-go/943 # timeout=10 03:06:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:06:27 > git --version # timeout=10 03:06:27 > git --version # 'git version 2.25.1' 03:06:27 using GIT_SSH to set credentials SSH Credentials for GitHub 03:06:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:06:30 level=info msg="[loader] Go packages loading at mode 8767 (compiled_files|exports_file|imports|types_sizes|deps|files|name) took 19.68674706s" 03:06:30 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.698965ms" 03:06:40 level=info msg="[linters_context/goanalysis] analyzers took 1m45.920534966s with top 10 stages: buildir: 49.841825605s, gosec: 2.63682589s, inspect: 2.22616351s, fact_deprecated: 2.215156934s, fact_purity: 1.746014672s, printf: 1.650369068s, ctrlflow: 1.511265372s, nilness: 1.47315057s, typedness: 912.373361ms, QF1004: 909.780429ms" 03:06:40 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 03:06:40 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 03:06:40 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 03:06:40 level=info msg="[runner] Issues before processing: 35, after processing: 0" 03:06:40 level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, exclusion_rules: 22/21, generated_file_filter: 35/22, cgo: 35/35, invalid_issue: 35/35, path_relativity: 35/35, nolint_filter: 21/0, filename_unadjuster: 35/35, exclusion_paths: 35/35" 03:06:40 level=info msg="[runner] processing took 7.696888ms with stages: nolint_filter: 6.79385ms, generated_file_filter: 687.569µs, exclusion_rules: 120.385µs, exclusion_paths: 43.852µs, path_relativity: 37.541µs, cgo: 3.021µs, path_absoluter: 2.87µs, sort_results: 1.99µs, invalid_issue: 1.83µs, filename_unadjuster: 1.09µs, max_same_issues: 620ns, fixer: 520ns, diff: 390ns, severity-rules: 250ns, path_prettifier: 250ns, uniq_by_line: 240ns, max_from_linter: 190ns, max_per_file_from_linter: 160ns, path_shortener: 140ns, source_code: 130ns" 03:06:40 level=info msg="[runner] linters took 10.720184676s with stages: goanalysis_metalinter: 10.712420944s" 03:06:40 0 issues. 03:06:40 level=info msg="File cache stats: 0 entries of total size 0B" 03:06:40 level=info msg="Memory: 304 samples, avg is 322.3MB, max is 1364.9MB" 03:06:40 level=info msg="Execution took 30.452213335s" 03:06:40 go vet ./... 03:06:45 Avoid second fetch 03:06:45 Checking out Revision e746624fef212b0f4c77d3fdd5597b262518530b (main) 03:06:46 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:06:46 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:06:46 ./bin/test-attribution-txt.sh [Pipeline] echo 03:06:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 03:06:46 + ls -al . 03:06:46 total 1392 03:06:46 drwxrwxr-x 11 1001 1001 4096 Dec 26 03:04 . 03:06:46 drwxr-xr-x 4 root root 4096 Dec 26 03:04 .. 03:06:46 drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 .blubracket 03:06:46 -rw-rw-r-- 1 1001 1001 10 Dec 26 03:03 .dockerignore 03:06:46 drwxrwxr-x 8 1001 1001 4096 Dec 26 03:06 .git 03:06:46 drwxrwxr-x 3 1001 1001 4096 Dec 26 03:03 .github 03:06:46 -rw-rw-r-- 1 1001 1001 909 Dec 26 03:03 .gitignore 03:06:46 -rw-rw-r-- 1 1001 1001 359 Dec 26 03:03 .golangci.yml 03:06:46 -rw-rw-r-- 1 1001 1001 100 Dec 26 03:03 .hadolint.yml 03:06:46 drwxr-xr-x 3 1001 1001 4096 Dec 26 03:04 .semver 03:06:46 -rw-rw-r-- 1 1001 1001 155 Dec 26 03:03 .sonarcloud.properties 03:06:46 -rw-rw-r-- 1 1001 1001 1171 Dec 26 03:03 ADOPTERS.md 03:06:46 -rw-rw-r-- 1 1001 1001 20017 Dec 26 03:03 Attribution.txt 03:06:46 -rw-rw-r-- 1 1001 1001 108018 Dec 26 03:03 CHANGELOG.md 03:06:46 -rw-rw-r-- 1 1001 1001 3804 Dec 26 03:03 CONTRIBUTING.md 03:06:46 -rw-rw-r-- 1 1001 1001 677 Dec 26 03:03 GOVERNANCE.md 03:06:46 -rw-rw-r-- 1 1001 1001 886 Dec 26 03:03 Jenkinsfile 03:06:46 -rw-rw-r-- 1 1001 1001 10775 Dec 26 03:03 LICENSE 03:06:46 -rw-rw-r-- 1 1001 1001 16739 Dec 26 03:03 Makefile 03:06:46 -rw-rw-r-- 1 1001 1001 582 Dec 26 03:03 OWNERS.md 03:06:46 -rw-rw-r-- 1 1001 1001 9932 Dec 26 03:03 README.md 03:06:46 -rw-rw-r-- 1 1001 1001 789 Dec 26 03:03 SECURITY.md 03:06:46 -rw-rw-r-- 1 1001 1001 12 Dec 26 03:04 VERSION 03:06:46 drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 bin 03:06:46 drwxrwxr-x 19 1001 1001 4096 Dec 26 03:03 cmd 03:06:46 -rw-r--r-- 1 root root 1043597 Dec 26 03:06 coverage.out 03:06:46 drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 fuzz_test 03:06:46 -rw-rw-r-- 1 1001 1001 7070 Dec 26 03:03 go.mod 03:06:46 -rw-rw-r-- 1 1001 1001 90674 Dec 26 03:03 go.sum 03:06:46 drwxrwxr-x 7 1001 1001 4096 Dec 26 03:03 internal 03:06:46 drwxrwxr-x 2 1001 1001 4096 Dec 26 03:03 openapi 03:06:46 -rw-rw-r-- 1 1001 1001 584 Dec 26 03:03 security.txt 03:06:46 -rw-rw-r-- 1 1001 1001 204 Dec 26 03:03 version.go [Pipeline] sh 03:06:46 Commit message: "Merge pull request #5338 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v4-4.1.0-dev.48" 03:06:46 + '[' -e coverage.out ] 03:06:46 + chown 1001:1001 coverage.out [Pipeline] stash 03:06:46 Stashed 1 file(s) [Pipeline] sh 03:06:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:06:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:06:45 > git config core.sparsecheckout # timeout=10 03:06:45 > git checkout -f e746624fef212b0f4c77d3fdd5597b262518530b # timeout=10 03:06:47 + make build 03:06:47 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:06:50 provisioning config files... 03:06:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config10310634423363143267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:06:51 ---> ****-login.sh 03:06:51 nexus3.edgexfoundry.org:10001 03:06:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:06:52 Configure a credential helper to remove this warning. See 03:06:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:06:52 03:06:52 Login Succeeded 03:06:52 nexus3.edgexfoundry.org:10002 03:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:06:52 Configure a credential helper to remove this warning. See 03:06:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:06:52 03:06:52 Login Succeeded 03:06:52 nexus3.edgexfoundry.org:10003 03:06:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:06:52 Configure a credential helper to remove this warning. See 03:06:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:06:52 03:06:52 Login Succeeded 03:06:53 nexus3.edgexfoundry.org:10004 03:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:06:53 Configure a credential helper to remove this warning. See 03:06:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:06:53 03:06:53 Login Succeeded 03:06:53 ****.io 03:06:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:06:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:06:53 Configure a credential helper to remove this warning. See 03:06:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:06:53 03:06:53 Login Succeeded 03:06:53 ---> ****-login.sh ends [Pipeline] } 03:06:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 03:06:54 + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] echo 03:06:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:06:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:06:54 ========================================================= 03:06:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 03:06:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 03:06:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 03:06:54 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:06:54 6b59a28fa201: Pulling fs layer 03:06:54 d32bb0dddca7: Pulling fs layer 03:06:54 5dab1238d3d9: Pulling fs layer 03:06:54 196fd7d83e7d: Pulling fs layer 03:06:54 4f4fb700ef54: Pulling fs layer 03:06:54 8ba94037c8f0: Pulling fs layer 03:06:54 deaec5988b04: Pulling fs layer 03:06:55 9f65657bb879: Pulling fs layer 03:06:55 196fd7d83e7d: Waiting 03:06:55 8ba94037c8f0: Waiting 03:06:55 deaec5988b04: Waiting 03:06:55 9f65657bb879: Waiting 03:06:55 4f4fb700ef54: Waiting 03:06:55 d32bb0dddca7: Verifying Checksum 03:06:55 d32bb0dddca7: Download complete 03:06:55 196fd7d83e7d: Verifying Checksum 03:06:55 196fd7d83e7d: Download complete 03:06:55 4f4fb700ef54: Verifying Checksum 03:06:55 4f4fb700ef54: Download complete 03:06:55 8ba94037c8f0: Download complete 03:06:55 6b59a28fa201: Verifying Checksum 03:06:55 6b59a28fa201: Download complete 03:06:55 9f65657bb879: Verifying Checksum 03:06:55 9f65657bb879: Download complete 03:06:56 6b59a28fa201: Pull complete 03:06:56 5dab1238d3d9: Verifying Checksum 03:06:56 5dab1238d3d9: Download complete 03:06:56 d32bb0dddca7: Pull complete 03:06:58 deaec5988b04: Verifying Checksum 03:06:58 deaec5988b04: Download complete 03:07:09 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:07:10 5dab1238d3d9: Pull complete 03:07:10 196fd7d83e7d: Pull complete 03:07:10 4f4fb700ef54: Pull complete 03:07:10 8ba94037c8f0: Pull complete 03:07:10 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:07:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:07:12 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:07:14 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:07:20 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:07:21 deaec5988b04: Pull complete 03:07:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:07:22 9f65657bb879: Pull complete 03:07:22 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 03:07:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 03:07:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 03:07:22 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 03:07:22 WORKDIR /edgex 03:07:22 COPY go.mod . 03:07:22 RUN go mod download 03:07:22 docker build -t ci-base-image-arm64 -f - . 03:07:23 Sending build context to Docker daemon 3.887MB 03:07:23 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 03:07:23 ---> 334268110677 03:07:23 Step 2/4 : WORKDIR /edgex 03:07:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:07:25 ---> Running in 6eaa5e4c439d 03:07:25 Removing intermediate container 6eaa5e4c439d 03:07:25 ---> 909141f45139 03:07:25 Step 3/4 : COPY go.mod . 03:07:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:07:26 ---> 6ddbd309ab84 03:07:26 Step 4/4 : RUN go mod download 03:07:26 ---> Running in b9599e70160d 03:07:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:07:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:07:30 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 03:07:31 $ docker stop --time=1 a475ff22b2f2c5cd6363a521b0bdbe927fcd840583b07cc930205509b51a205f 03:07:34 $ docker rm -f --volumes a475ff22b2f2c5cd6363a521b0bdbe927fcd840583b07cc930205509b51a205f [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 03:07:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:36 03:07:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:07:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:36 latest: Pulling from edgex-devops/edgex-compose 03:07:36 91d30c5bc195: Pulling fs layer 03:07:36 2e9b0aa3be6d: Pulling fs layer 03:07:36 9c61dcf015f6: Pulling fs layer 03:07:36 4698f68db338: Pulling fs layer 03:07:36 2a2f49069b9e: Pulling fs layer 03:07:36 e0025b399a48: Pulling fs layer 03:07:36 4698f68db338: Waiting 03:07:36 2a2f49069b9e: Waiting 03:07:36 e0025b399a48: Waiting 03:07:36 91d30c5bc195: Download complete 03:07:36 4698f68db338: Download complete 03:07:36 2e9b0aa3be6d: Verifying Checksum 03:07:36 2e9b0aa3be6d: Download complete 03:07:36 e0025b399a48: Verifying Checksum 03:07:36 e0025b399a48: Download complete 03:07:36 91d30c5bc195: Pull complete 03:07:36 2a2f49069b9e: Verifying Checksum 03:07:36 2a2f49069b9e: Download complete 03:07:36 2e9b0aa3be6d: Pull complete 03:07:37 9c61dcf015f6: Verifying Checksum 03:07:37 9c61dcf015f6: Download complete 03:07:40 9c61dcf015f6: Pull complete 03:07:41 4698f68db338: Pull complete 03:07:41 2a2f49069b9e: Pull complete 03:07:41 e0025b399a48: Pull complete 03:07:41 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 03:07:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:07:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:07:41 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:07:41 $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:07:43 $ docker top f1d01aabcbbb51a9707158b3e9b504269b8770a1b33c56082fbc121301fbc88f -eo pid,comm [Pipeline] { [Pipeline] sh 03:07:43 + docker compose -f ./docker-compose-build.yml build --parallel 03:07:43 #1 [core-data internal] load build definition from Dockerfile 03:07:43 #1 transferring dockerfile: 2.04kB done 03:07:43 #1 DONE 0.1s 03:07:43 03:07:43 #2 [core-keeper internal] load build definition from Dockerfile 03:07:43 #2 transferring dockerfile: 2.01kB done 03:07:43 #2 DONE 0.1s 03:07:43 03:07:43 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:07:43 #3 transferring dockerfile: 1.89kB done 03:07:43 #3 DONE 0.1s 03:07:43 03:07:43 #4 [core-command internal] load build definition from Dockerfile 03:07:43 #4 transferring dockerfile: 1.94kB done 03:07:43 #4 DONE 0.1s 03:07:43 03:07:43 #5 [support-scheduler internal] load build definition from Dockerfile 03:07:43 #5 transferring dockerfile: 1.83kB done 03:07:43 #5 DONE 0.2s 03:07:43 03:07:43 #6 [support-notifications internal] load build definition from Dockerfile 03:07:43 #6 transferring dockerfile: 2.02kB done 03:07:43 #6 DONE 0.2s 03:07:43 03:07:43 #7 [security-secretstore-setup internal] load build definition from Dockerfile 03:07:43 #7 transferring dockerfile: 2.49kB done 03:07:43 #7 DONE 0.2s 03:07:43 03:07:43 #8 [security-proxy-setup internal] load build definition from Dockerfile 03:07:43 #8 transferring dockerfile: 2.50kB done 03:07:43 #8 DONE 0.2s 03:07:43 03:07:43 #9 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:07:43 #9 DONE 0.0s 03:07:43 03:07:43 #10 [core-metadata internal] load build definition from Dockerfile 03:07:43 #10 transferring dockerfile: 2.10kB done 03:07:43 #10 DONE 0.2s 03:07:43 03:07:43 #11 [security-proxy-auth internal] load build definition from Dockerfile 03:07:43 #11 transferring dockerfile: 2.14kB done 03:07:43 #11 DONE 0.2s 03:07:43 03:07:43 #12 [security-spiffe-token-provider internal] load .dockerignore 03:07:43 #12 transferring context: 50B done 03:07:43 #12 DONE 0.1s 03:07:43 03:07:43 #13 [security-spire-server internal] load build definition from Dockerfile 03:07:43 #13 transferring dockerfile: 1.70kB done 03:07:43 #13 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 03:07:43 #13 DONE 0.2s 03:07:43 03:07:43 #14 [security-spire-config internal] load build definition from Dockerfile 03:07:43 #14 transferring dockerfile: 1.69kB done 03:07:43 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 03:07:43 #14 DONE 0.2s 03:07:43 03:07:43 #15 [security-bootstrapper internal] load build definition from Dockerfile 03:07:43 #15 transferring dockerfile: 3.02kB done 03:07:43 #15 DONE 0.2s 03:07:43 03:07:43 #16 [security-spire-agent internal] load build definition from Dockerfile 03:07:43 #16 transferring dockerfile: 1.81kB done 03:07:43 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 03:07:43 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 03:07:43 #16 DONE 0.2s 03:07:43 03:07:43 #17 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:07:43 #17 transferring dockerfile: 2.23kB done 03:07:43 #17 DONE 0.2s 03:07:43 03:07:43 #9 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 03:07:43 #9 DONE 0.0s 03:07:43 03:07:43 #18 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 03:07:43 #18 DONE 0.2s 03:07:43 03:07:43 #19 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:07:43 #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:07:43 #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:07:43 #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 03:07:43 #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 03:07:43 #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:07:43 #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:07:43 #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 03:07:43 #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 03:07:43 #19 DONE 0.1s 03:07:43 03:07:43 #20 [core-keeper internal] load .dockerignore 03:07:43 #20 transferring context: 50B done 03:07:43 #20 DONE 0.1s 03:07:43 03:07:43 #21 [support-scheduler internal] load .dockerignore 03:07:43 #21 transferring context: 50B done 03:07:43 #21 DONE 0.1s 03:07:43 03:07:43 #22 [core-command internal] load .dockerignore 03:07:43 #22 transferring context: 50B done 03:07:43 #22 DONE 0.1s 03:07:43 03:07:43 #23 [core-data internal] load .dockerignore 03:07:43 #23 transferring context: 50B done 03:07:43 #23 DONE 0.2s 03:07:43 03:07:43 #24 [security-secretstore-setup internal] load .dockerignore 03:07:43 #24 transferring context: 50B done 03:07:43 #24 DONE 0.1s 03:07:43 03:07:43 #25 [security-proxy-setup internal] load .dockerignore 03:07:43 #25 transferring context: 50B done 03:07:43 #25 DONE 0.1s 03:07:43 03:07:43 #26 [core-metadata internal] load .dockerignore 03:07:43 #26 transferring context: 50B done 03:07:43 #26 DONE 0.1s 03:07:43 03:07:43 #27 [support-notifications internal] load .dockerignore 03:07:43 #27 transferring context: 50B done 03:07:43 #27 DONE 0.1s 03:07:43 03:07:43 #28 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 03:07:44 #28 DONE 0.3s 03:07:44 03:07:44 #29 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 03:07:44 #29 ... 03:07:44 03:07:44 #30 [security-proxy-auth internal] load .dockerignore 03:07:44 #30 transferring context: 50B 0.0s done 03:07:44 #30 DONE 0.6s 03:07:44 03:07:44 #31 [security-spiffe-token-provider internal] load build context 03:07:44 #31 ... 03:07:44 03:07:44 #19 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:07:44 #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:07:44 #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:07:44 #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 03:07:44 #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 03:07:44 #19 DONE 0.1s 03:07:44 03:07:44 #28 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 03:07:44 #28 DONE 0.3s 03:07:44 03:07:44 #32 [core-common-config-bootstrapper internal] load .dockerignore 03:07:44 #32 transferring context: 50B 0.0s done 03:07:44 #32 DONE 0.8s 03:07:44 03:07:44 #29 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 03:07:44 #29 DONE 0.6s 03:07:44 03:07:44 #33 [security-bootstrapper internal] load .dockerignore 03:07:44 #33 transferring context: 50B done 03:07:44 #33 DONE 0.9s 03:07:44 03:07:44 #31 [security-spiffe-token-provider internal] load build context 03:07:44 #31 ... 03:07:44 03:07:44 #19 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:07:44 #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:07:44 #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:07:44 #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 03:07:44 #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 03:07:44 #19 DONE 0.1s 03:07:44 03:07:44 #28 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 03:07:44 #28 DONE 0.3s 03:07:44 03:07:44 #29 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 03:07:44 #29 DONE 0.6s 03:07:44 03:07:44 #31 [security-spiffe-token-provider internal] load build context 03:07:50 #31 transferring context: 312.72MB 6.1s 03:07:50 #31 ... 03:07:50 03:07:50 #34 [core-keeper internal] load build context 03:07:50 #34 ... 03:07:50 03:07:50 #31 [security-spiffe-token-provider internal] load build context 03:07:54 #31 ... 03:07:54 03:07:54 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 03:07:54 #35 ... 03:07:54 03:07:54 #36 [security-secretstore-setup internal] load build context 03:07:54 #36 ... 03:07:54 03:07:54 #37 [security-proxy-setup internal] load build context 03:07:54 #37 transferring context: 608.47MB 9.2s done 03:07:54 #37 ... 03:07:54 03:07:54 #38 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:07:54 #0 7.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:54 #0 7.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:54 #0 7.676 (1/1) Installing dumb-init (1.2.5-r3) 03:07:54 #0 7.685 Executing busybox-1.37.0-r19.trigger 03:07:54 #0 7.694 OK: 7 MiB in 17 packages 03:07:54 #38 ... 03:07:54 03:07:54 #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:07:54 #0 0.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:54 #0 1.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:54 #0 1.961 (1/3) Installing ca-certificates (20250911-r0) 03:07:54 #0 1.981 (2/3) Installing dumb-init (1.2.5-r3) 03:07:54 #0 1.985 (3/3) Installing tzdata (2025c-r0) 03:07:54 #0 2.022 Executing busybox-1.37.0-r19.trigger 03:07:54 #0 2.031 Executing ca-certificates-20250911-r0.trigger 03:07:54 #0 2.083 OK: 8 MiB in 19 packages 03:07:54 #39 ... 03:07:54 03:07:54 #40 [support-notifications internal] load build context 03:07:54 #40 transferring context: 608.47MB 9.3s done 03:07:54 #40 ... 03:07:54 03:07:54 #41 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:54 #41 ... 03:07:54 03:07:54 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 03:07:54 #42 ... 03:07:54 03:07:54 #43 [core-common-config-bootstrapper internal] load build context 03:07:55 #43 ... 03:07:55 03:07:55 #44 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:07:55 #0 6.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:55 #0 6.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:55 #0 6.476 (1/1) Installing dumb-init (1.2.5-r3) 03:07:55 #0 6.483 Executing busybox-1.37.0-r19.trigger 03:07:55 #0 6.495 OK: 7 MiB in 17 packages 03:07:55 #44 ... 03:07:55 03:07:55 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:07:55 #0 0.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:55 #0 1.586 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:55 #0 2.075 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:07:55 #0 2.075 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:07:55 #0 2.075 OK: 26327 distinct packages available 03:07:55 #0 2.130 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:55 #0 2.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:55 #0 2.543 (1/13) Installing brotli-libs (1.1.0-r2) 03:07:55 #0 2.557 (2/13) Installing c-ares (1.34.6-r0) 03:07:55 #0 2.563 (3/13) Installing libunistring (1.3-r0) 03:07:55 #0 2.579 (4/13) Installing libidn2 (2.3.7-r0) 03:07:55 #0 2.584 (5/13) Installing nghttp2-libs (1.65.0-r0) 03:07:55 #0 2.591 (6/13) Installing libpsl (0.21.5-r3) 03:07:55 #0 2.594 (7/13) Installing zstd-libs (1.5.7-r0) 03:07:55 #0 2.624 (8/13) Installing libcurl (8.14.1-r2) 03:07:55 #0 2.636 (9/13) Installing curl (8.14.1-r2) 03:07:55 #0 2.643 (10/13) Installing dumb-init (1.2.5-r3) 03:07:55 #0 2.657 (11/13) Installing musl-obstack (1.2.3-r2) 03:07:55 #0 2.658 (12/13) Installing libucontext (1.3.2-r0) 03:07:55 #0 2.660 (13/13) Installing gcompat (1.1.0-r4) 03:07:55 #0 2.665 Executing busybox-1.37.0-r19.trigger 03:07:55 #0 2.673 OK: 13 MiB in 29 packages 03:07:55 #45 ... 03:07:55 03:07:55 #46 [core-metadata internal] load build context 03:07:55 #46 transferring context: 608.47MB 8.7s done 03:07:55 #46 ... 03:07:55 03:07:55 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:07:55 #0 8.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:55 #0 8.558 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:55 #0 8.871 (1/4) Installing dumb-init (1.2.5-r3) 03:07:55 #0 8.878 (2/4) Installing openssl (3.5.4-r0) 03:07:55 #0 8.894 (3/4) Installing su-exec (0.2-r3) 03:07:55 #0 8.897 (4/4) Installing yq-go (4.47.2-r2) 03:07:55 #0 8.971 Executing busybox-1.37.0-r19.trigger 03:07:55 #0 8.987 OK: 20 MiB in 20 packages 03:07:55 #47 ... 03:07:55 03:07:55 #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:07:56 #48 ... 03:07:56 03:07:56 #49 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 03:07:56 #49 ... 03:07:56 03:07:56 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:07:56 #0 0.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:56 #0 1.567 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:56 #0 1.853 (1/4) Installing ca-certificates (20250911-r0) 03:07:56 #0 1.900 (2/4) Installing dumb-init (1.2.5-r3) 03:07:56 #0 1.906 (3/4) Installing su-exec (0.2-r3) 03:07:56 #0 1.913 (4/4) Installing yq-go (4.47.2-r2) 03:07:56 #0 2.001 Executing busybox-1.37.0-r19.trigger 03:07:56 #0 2.007 Executing ca-certificates-20250911-r0.trigger 03:07:56 #0 2.066 OK: 20 MiB in 20 packages 03:07:56 #50 ... 03:07:56 03:07:56 #51 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:56 #51 ... 03:07:56 03:07:56 #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:07:56 #52 ... 03:07:56 03:07:56 #53 [core-data internal] load build context 03:07:56 #53 transferring context: 608.47MB 10.1s done 03:07:56 #53 ... 03:07:56 03:07:56 #54 [support-scheduler internal] load build context 03:07:56 #54 transferring context: 608.47MB 11.5s done 03:07:57 #54 ... 03:07:57 03:07:57 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:07:57 #0 4.271 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:07:57 #0 4.360 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:07:57 #0 4.668 (1/7) Installing ca-certificates (20250911-r0) 03:07:57 #0 4.689 (2/7) Installing dumb-init (1.2.5-r3) 03:07:57 #0 4.699 (3/7) Installing libgcc (14.2.0-r6) 03:07:57 #0 4.710 (4/7) Installing libsodium (1.0.20-r0) 03:07:57 #0 4.716 (5/7) Installing libstdc++ (14.2.0-r6) 03:07:57 #0 4.739 (6/7) Installing libzmq (4.3.5-r2) 03:07:57 #0 4.756 (7/7) Installing zeromq (4.3.5-r2) 03:07:57 #0 4.762 Executing busybox-1.37.0-r19.trigger 03:07:57 #0 4.767 Executing ca-certificates-20250911-r0.trigger 03:07:57 #0 4.803 OK: 12 MiB in 23 packages 03:07:57 #55 ... 03:07:57 03:07:57 #56 [core-command internal] load build context 03:07:57 #56 transferring context: 608.47MB 10.4s done 03:07:57 #56 ... 03:07:57 03:07:57 #57 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:07:57 #57 ... 03:07:57 03:07:57 #58 [security-bootstrapper internal] load build context 03:07:57 #58 ... 03:07:57 03:07:57 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:07:57 #59 ... 03:07:57 03:07:57 #60 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:07:58 #60 ... 03:07:58 03:07:58 #61 [security-proxy-auth internal] load build context 03:07:58 #61 ... 03:07:58 03:07:58 #34 [core-keeper internal] load build context 03:07:58 #34 transferring context: 608.47MB 11.1s done 03:08:04 #34 ... 03:08:04 03:08:04 #31 [security-spiffe-token-provider internal] load build context 03:08:04 #31 transferring context: 608.47MB 10.4s done 03:08:04 #31 ... 03:08:04 03:08:04 #36 [security-secretstore-setup internal] load build context 03:08:04 #36 transferring context: 608.47MB 11.2s done 03:08:04 #36 ... 03:08:04 03:08:04 #35 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 03:08:04 #35 DONE 20.8s 03:08:04 03:08:04 #62 [security-spire-server internal] load .dockerignore 03:08:05 #62 ... 03:08:05 03:08:05 #42 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 03:08:05 #42 DONE 21.8s 03:08:05 03:08:05 #63 [security-spire-agent internal] load .dockerignore 03:08:12 #63 ... 03:08:12 03:08:12 #43 [core-common-config-bootstrapper internal] load build context 03:08:12 #43 transferring context: 03:08:14 #43 ... 03:08:14 03:08:14 #64 [security-spire-config internal] load .dockerignore 03:08:14 #64 ... 03:08:14 03:08:14 #43 [core-common-config-bootstrapper internal] load build context 03:08:14 #43 transferring context: 608.47MB 2.5s done 03:08:15 #43 ... 03:08:15 03:08:15 #41 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:15 #41 DONE 31.9s 03:08:15 03:08:15 #46 [core-metadata internal] load build context 03:08:15 #46 DONE 32.0s 03:08:15 03:08:15 #37 [security-proxy-setup internal] load build context 03:08:15 #37 DONE 32.0s 03:08:15 03:08:15 #40 [support-notifications internal] load build context 03:08:15 #40 DONE 32.0s 03:08:15 03:08:15 #61 [security-proxy-auth internal] load build context 03:08:15 #61 ... 03:08:15 03:08:15 #53 [core-data internal] load build context 03:08:15 #53 DONE 32.0s 03:08:15 03:08:15 #31 [security-spiffe-token-provider internal] load build context 03:08:15 #31 DONE 32.1s 03:08:15 03:08:15 #56 [core-command internal] load build context 03:08:15 #56 DONE 32.0s 03:08:15 03:08:15 #34 [core-keeper internal] load build context 03:08:15 #34 DONE 32.1s 03:08:15 03:08:15 #36 [security-secretstore-setup internal] load build context 03:08:15 #36 DONE 32.1s 03:08:15 03:08:15 #54 [support-scheduler internal] load build context 03:08:15 #54 DONE 32.1s 03:08:15 03:08:15 #38 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:08:15 #38 DONE 32.1s 03:08:15 03:08:15 #61 [security-proxy-auth internal] load build context 03:08:16 #61 ... 03:08:16 03:08:16 #50 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:08:16 #50 DONE 32.1s 03:08:16 03:08:16 #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:08:16 #39 DONE 32.1s 03:08:16 03:08:16 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:08:16 #47 DONE 32.1s 03:08:16 03:08:16 #45 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:08:16 #45 DONE 32.2s 03:08:16 03:08:16 #44 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 03:08:16 #44 DONE 32.2s 03:08:16 03:08:16 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:08:16 #55 DONE 32.2s 03:08:16 03:08:16 #43 [core-common-config-bootstrapper internal] load build context 03:08:16 #43 DONE 31.4s 03:08:16 03:08:16 #61 [security-proxy-auth internal] load build context 03:08:16 #61 ... 03:08:16 03:08:16 #62 [security-spire-server internal] load .dockerignore 03:08:16 #62 transferring context: 50B 0.0s done 03:08:16 #62 DONE 11.6s 03:08:16 03:08:16 #61 [security-proxy-auth internal] load build context 03:08:16 #61 ... 03:08:16 03:08:16 #19 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:16 #19 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:16 #19 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:16 #19 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 03:08:16 #19 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 03:08:16 #19 DONE 0.1s 03:08:16 03:08:16 #63 [security-spire-agent internal] load .dockerignore 03:08:16 #63 transferring context: 50B done 03:08:16 #63 DONE 10.6s 03:08:16 03:08:16 #64 [security-spire-config internal] load .dockerignore 03:08:16 #64 transferring context: 50B done 03:08:16 #64 DONE 11.7s 03:08:16 03:08:16 #61 [security-proxy-auth internal] load build context 03:08:16 #61 ... 03:08:16 03:08:16 #65 [security-spire-agent internal] load build context 03:08:16 #65 transferring context: 25.98kB done 03:08:16 #65 DONE 0.1s 03:08:16 03:08:16 #66 [security-spire-server internal] load build context 03:08:16 #66 transferring context: 26.44kB done 03:08:16 #66 DONE 0.1s 03:08:16 03:08:16 #67 [security-spire-config internal] load build context 03:08:16 #67 transferring context: 24.70kB done 03:08:16 #67 DONE 0.1s 03:08:16 03:08:16 #61 [security-proxy-auth internal] load build context 03:08:19 #61 transferring context: 608.47MB 3.3s done 03:08:21 #61 ... 03:08:21 03:08:21 #51 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:21 #51 DONE 36.8s 03:08:21 03:08:21 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:21 #68 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.1s done 03:08:21 #68 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 03:08:21 #68 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 03:08:21 #68 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 03:08:21 #68 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done 03:08:21 #68 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 3.7s done 03:08:21 #68 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 03:08:21 #68 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 5.2s 03:08:21 #68 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 03:08:22 #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 0B / 41.51MB 6.1s 03:08:22 Removing intermediate container b9599e70160d 03:08:22 ---> c7ec5ad02a03 03:08:22 Successfully built c7ec5ad02a03 03:08:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:08:22 #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 38.80MB / 41.51MB 6.4s 03:08:22 #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 6.5s 03:08:22 #68 ... 03:08:22 03:08:22 #58 [security-bootstrapper internal] load build context 03:08:22 #58 transferring context: 608.47MB 3.7s done 03:08:22 #58 DONE 38.4s 03:08:22 03:08:22 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:22 #68 ... 03:08:22 03:08:22 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 03:08:22 #69 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.1s done 03:08:22 #69 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 03:08:22 #69 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 03:08:22 #69 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 03:08:22 #69 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done 03:08:22 #69 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 3.7s done 03:08:22 #69 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.9s done 03:08:22 #69 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 03:08:22 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 6.1s done 03:08:22 #69 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 03:08:23 + docker inspect -f . ci-base-image-arm64 03:08:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:08:23 prd-ubuntu20.04-docker-arm64-4c-16g-775721 does not seem to be running inside a container 03:08:23 #69 ... 03:08:23 03:08:23 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:23 #68 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 6.8s done 03:08:23 #68 ... 03:08:23 03:08:23 #61 [security-proxy-auth internal] load build context 03:08:23 #61 DONE 38.5s 03:08:23 03:08:23 #70 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:08:23 #0 2.467 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #0 2.799 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #0 3.254 (1/1) Installing dumb-init (1.2.5-r3) 03:08:23 #0 3.391 Executing busybox-1.37.0-r19.trigger 03:08:23 #0 3.397 OK: 7 MiB in 17 packages 03:08:23 #70 DONE 7.4s 03:08:23 03:08:23 #57 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 03:08:23 #57 31.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #57 31.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #57 32.17 OK: 265 MiB in 60 packages 03:08:23 #57 DONE 38.6s 03:08:23 03:08:23 #59 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:08:23 #59 31.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #59 31.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #59 32.19 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:08:23 #59 32.19 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:08:23 #59 32.19 OK: 26329 distinct packages available 03:08:23 #59 32.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #59 32.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #59 32.93 OK: 265 MiB in 60 packages 03:08:23 #59 DONE 38.6s 03:08:23 03:08:23 #49 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 03:08:23 #49 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #49 31.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #49 32.16 OK: 265 MiB in 60 packages 03:08:23 #49 DONE 38.6s 03:08:23 03:08:23 #52 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:08:23 #52 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #52 31.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #52 32.15 OK: 265 MiB in 60 packages 03:08:23 #52 DONE 38.6s 03:08:23 03:08:23 #60 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:08:23 #60 31.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #60 31.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #60 32.18 OK: 265 MiB in 60 packages 03:08:23 #60 DONE 38.6s 03:08:23 03:08:23 #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:08:23 #48 31.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:23 #48 31.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:23 #48 32.18 (1/2) Installing dumb-init (1.2.5-r3) 03:08:23 #48 32.19 (2/2) Installing su-exec (0.2-r3) 03:08:23 #48 32.20 Executing busybox-1.37.0-r19.trigger 03:08:23 #48 32.20 OK: 7 MiB in 18 packages 03:08:23 #48 DONE 38.6s 03:08:23 03:08:23 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:23 #68 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 6.8s done 03:08:23 #68 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 6.9s done 03:08:23 #68 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 03:08:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:08:23 #68 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 03:08:24 #68 ... 03:08:24 03:08:24 #71 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:08:24 #71 DONE 0.7s 03:08:24 03:08:24 #72 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:08:24 #72 DONE 0.7s 03:08:24 03:08:24 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:08:24 #73 DONE 0.8s 03:08:24 03:08:24 #74 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:08:24 #74 DONE 0.8s 03:08:24 03:08:24 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:24 #68 ... 03:08:24 03:08:24 #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:08:24 #75 DONE 0.9s 03:08:24 03:08:24 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 03:08:24 #69 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 03:08:24 #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 0.6s done 03:08:24 #69 DONE 8.0s 03:08:24 03:08:24 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:24 $ docker top d24f1396a8b35a8af86c7b69f0c959903be7400e4e74f6b290b1f1f01e9fc481 -eo pid,comm 03:08:24 #68 ... 03:08:24 03:08:24 #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:08:24 #0 7.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:24 #0 7.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:24 #0 7.691 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:24 #0 7.710 Executing busybox-1.37.0-r20.post-upgrade 03:08:24 #0 8.049 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:24 #0 8.052 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:24 #0 8.055 Executing busybox-1.37.0-r20.trigger 03:08:24 #0 8.071 OK: 20 MiB in 20 packages 03:08:24 #76 DONE 8.4s 03:08:24 03:08:24 #68 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 [Pipeline] { [Pipeline] sh 03:08:25 + go version 03:08:25 go version go1.25.3 linux/arm64 [Pipeline] } 03:08:25 $ docker stop --time=1 d24f1396a8b35a8af86c7b69f0c959903be7400e4e74f6b290b1f1f01e9fc481 03:08:25 #68 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 1.9s done 03:08:25 #68 ... 03:08:25 03:08:25 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:08:25 #0 8.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.512 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.528 Executing busybox-1.37.0-r20.post-upgrade 03:08:25 #0 8.842 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.846 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.849 Executing busybox-1.37.0-r20.trigger 03:08:25 #0 8.860 OK: 7 MiB in 17 packages 03:08:25 #77 DONE 9.6s 03:08:25 03:08:25 #78 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 03:08:25 #0 8.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.468 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.485 Executing busybox-1.37.0-r20.post-upgrade 03:08:25 #0 8.796 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.801 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.801 Executing busybox-1.37.0-r20.trigger 03:08:25 #0 8.814 OK: 7 MiB in 17 packages 03:08:25 #78 DONE 9.5s 03:08:25 03:08:25 #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:08:25 #0 8.452 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.549 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.897 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.910 Executing busybox-1.37.0-r20.post-upgrade 03:08:25 #0 8.955 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.958 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.965 Executing busybox-1.37.0-r20.trigger 03:08:25 #0 8.972 OK: 20 MiB in 20 packages 03:08:25 #79 DONE 9.5s 03:08:25 03:08:25 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:08:25 #0 8.441 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.538 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.898 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.915 Executing busybox-1.37.0-r20.post-upgrade 03:08:25 #0 8.961 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.976 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.976 Executing busybox-1.37.0-r20.trigger 03:08:25 #0 8.993 OK: 12 MiB in 23 packages 03:08:25 #80 DONE 9.5s 03:08:25 03:08:25 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:08:25 #0 8.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.424 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.731 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.746 Executing busybox-1.37.0-r20.post-upgrade 03:08:25 #0 8.830 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.835 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.838 Executing busybox-1.37.0-r20.trigger 03:08:25 #0 8.843 OK: 8 MiB in 19 packages 03:08:25 #81 DONE 9.5s 03:08:25 03:08:25 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:08:25 #0 8.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:25 #0 8.832 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.873 Executing busybox-1.37.0-r20.post-upgrade 03:08:25 #0 8.929 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.929 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:25 #0 8.935 Executing busybox-1.37.0-r20.trigger 03:08:25 #0 8.942 OK: 13 MiB in 29 packages 03:08:25 #82 DONE 9.5s 03:08:25 03:08:25 #68 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:08:25 #68 DONE 9.4s 03:08:25 03:08:25 #83 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:08:25 #83 DONE 0.1s 03:08:25 03:08:25 #84 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:26 #84 ... 03:08:26 03:08:26 #85 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:08:26 #0 3.095 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:26 #0 3.297 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:26 #0 3.774 OK: 265 MiB in 60 packages 03:08:26 #85 DONE 4.0s 03:08:26 03:08:26 #86 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:08:26 #0 8.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:26 #0 8.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:26 #0 9.179 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:08:26 #0 9.179 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:08:26 #0 9.179 OK: 26327 distinct packages available 03:08:26 #0 9.243 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:26 #0 9.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:26 #0 9.644 (1/5) Installing dumb-init (1.2.5-r3) 03:08:26 #0 9.650 (2/5) Installing musl-obstack (1.2.3-r2) 03:08:26 #0 9.653 (3/5) Installing libucontext (1.3.2-r0) 03:08:26 #0 9.658 (4/5) Installing gcompat (1.1.0-r4) 03:08:26 #0 9.662 (5/5) Installing openssl (3.5.4-r0) 03:08:26 #0 9.675 Executing busybox-1.37.0-r19.trigger 03:08:26 #0 9.681 OK: 8 MiB in 21 packages 03:08:26 #86 DONE 9.8s 03:08:26 03:08:26 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:08:26 #87 ... 03:08:26 03:08:26 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:08:26 #88 DONE 0.1s 03:08:26 03:08:26 #89 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:08:26 #0 2.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:26 #0 2.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:26 #0 2.726 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:26 #0 2.755 Executing busybox-1.37.0-r20.post-upgrade 03:08:26 #0 2.818 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:26 #0 2.823 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:26 #0 2.827 Executing busybox-1.37.0-r20.trigger 03:08:26 #0 2.833 OK: 7 MiB in 18 packages 03:08:26 #89 DONE 3.0s 03:08:26 03:08:26 #90 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:08:26 #0 8.889 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:26 #0 8.960 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:26 #0 9.385 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:08:26 #0 9.385 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:08:26 #0 9.385 OK: 26327 distinct packages available 03:08:26 #0 9.475 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:26 #0 9.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:26 #0 9.892 (1/4) Installing dumb-init (1.2.5-r3) 03:08:26 #0 9.897 (2/4) Installing musl-obstack (1.2.3-r2) 03:08:26 #0 9.899 (3/4) Installing libucontext (1.3.2-r0) 03:08:26 #0 9.901 (4/4) Installing gcompat (1.1.0-r4) 03:08:26 #0 9.905 Executing busybox-1.37.0-r19.trigger 03:08:26 #0 9.911 OK: 8 MiB in 20 packages 03:08:26 #90 DONE 10.0s 03:08:26 03:08:26 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:08:27 $ docker rm -f --volumes d24f1396a8b35a8af86c7b69f0c959903be7400e4e74f6b290b1f1f01e9fc481 03:08:27 #91 ... 03:08:27 03:08:27 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:08:27 #92 DONE 1.1s 03:08:27 03:08:27 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:08:27 #91 1.092 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:27 #91 ... 03:08:27 03:08:27 #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:08:27 #93 DONE 0.1s 03:08:27 03:08:27 #91 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:08:27 #91 1.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [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] { 03:08:27 #91 1.607 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:27 #91 1.624 Executing busybox-1.37.0-r20.post-upgrade 03:08:27 #91 1.663 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:27 #91 1.666 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:27 #91 1.670 Executing busybox-1.37.0-r20.trigger 03:08:27 #91 1.675 OK: 8 MiB in 20 packages 03:08:27 #91 DONE 1.8s 03:08:27 03:08:27 #87 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 03:08:27 #87 1.223 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 03:08:27 #87 1.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 03:08:27 #87 1.834 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:08:27 #87 1.851 Executing busybox-1.37.0-r20.post-upgrade 03:08:27 #87 1.880 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:08:27 #87 1.885 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:08:27 #87 1.889 Executing busybox-1.37.0-r20.trigger 03:08:27 #87 1.899 OK: 8 MiB in 21 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:08:28 #87 DONE 2.0s 03:08:28 03:08:28 #94 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:08:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:28 03:08:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:08:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:28 latest: Pulling from edgex-devops/edgex-compose-arm64 03:08:28 547446be3368: Pulling fs layer 03:08:28 d125d8839a47: Pulling fs layer 03:08:28 3e85d5ac6304: Pulling fs layer 03:08:28 c3105a71a48b: Pulling fs layer 03:08:28 0f093f025ec4: Pulling fs layer 03:08:28 c3106fc0e877: Pulling fs layer 03:08:28 0f093f025ec4: Waiting 03:08:28 c3105a71a48b: Waiting 03:08:28 c3106fc0e877: Waiting 03:08:28 547446be3368: Verifying Checksum 03:08:28 547446be3368: Download complete 03:08:28 c3105a71a48b: Verifying Checksum 03:08:28 c3105a71a48b: Download complete 03:08:29 d125d8839a47: Verifying Checksum 03:08:29 d125d8839a47: Download complete 03:08:29 c3106fc0e877: Download complete 03:08:29 0f093f025ec4: Verifying Checksum 03:08:29 0f093f025ec4: Download complete 03:08:29 547446be3368: Pull complete 03:08:30 #94 DONE 2.0s 03:08:30 03:08:30 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:08:30 #95 DONE 2.0s 03:08:30 03:08:30 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:08:30 #96 DONE 2.0s 03:08:30 03:08:30 #97 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:08:30 #97 DONE 0.1s 03:08:30 03:08:30 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:08:30 #98 DONE 0.1s 03:08:30 03:08:30 #99 [security-spire-server stage-2 6/9] COPY security.txt / 03:08:31 d125d8839a47: Pull complete 03:08:31 3e85d5ac6304: Verifying Checksum 03:08:31 #99 ... 03:08:31 03:08:31 #100 [security-spire-config stage-2 6/10] COPY security.txt / 03:08:31 #100 DONE 1.1s 03:08:31 03:08:31 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:08:34 #101 ... 03:08:34 03:08:34 #102 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:34 #102 ... 03:08:34 03:08:34 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:34 #103 ... 03:08:34 03:08:34 #104 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:35 #104 ... 03:08:35 03:08:35 #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:35 #105 ... 03:08:35 03:08:35 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:08:36 #106 ... 03:08:36 03:08:36 #107 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:41 3e85d5ac6304: Pull complete 03:08:41 c3105a71a48b: Pull complete 03:08:42 0f093f025ec4: Pull complete 03:08:42 c3106fc0e877: Pull complete 03:08:42 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 03:08:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:08:42 prd-ubuntu20.04-docker-arm64-4c-16g-775721 does not seem to be running inside a container 03:08:42 $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:08:44 #107 ... 03:08:44 03:08:44 #99 [security-spire-server stage-2 6/9] COPY security.txt / 03:08:44 #99 DONE 13.9s 03:08:44 03:08:44 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:08:44 $ docker top 0e4fc304837c3c279434eae4f37759e11bb3bc70e7472985ff398d45292b4a6e -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:45 + docker compose -f ./docker-compose-build.yml build --parallel 03:08:54 #108 ... 03:08:54 03:08:54 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:08:54 #106 DONE 22.6s 03:08:54 03:08:54 #102 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:54 #102 DONE 28.6s 03:08:54 03:08:54 #107 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:54 #107 DONE 26.6s 03:08:54 03:08:54 #84 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:54 #84 DONE 28.7s 03:08:54 03:08:54 #105 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:54 #105 DONE 28.6s 03:08:54 03:08:54 #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:54 #103 DONE 28.7s 03:08:54 03:08:54 #104 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:08:54 #104 DONE 28.6s 03:08:54 03:08:54 #101 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:08:54 #101 DONE 21.4s 03:08:54 03:08:54 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:08:54 #108 DONE 8.7s 03:08:54 03:08:54 #109 [core-metadata builder 6/7] COPY . . 03:08:54 #109 ... 03:08:54 03:08:54 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:08:54 #110 DONE 0.3s 03:08:54 03:08:54 #111 [security-proxy-setup builder 6/7] COPY . . 03:08:55 #1 [support-scheduler internal] load build definition from Dockerfile 03:08:55 #1 transferring dockerfile: 1.83kB 0.0s done 03:08:55 #1 DONE 0.1s 03:08:55 03:08:55 #2 [security-proxy-auth internal] load build definition from Dockerfile 03:08:55 #2 transferring dockerfile: 2.14kB done 03:08:55 #2 DONE 0.0s 03:08:55 03:08:55 #3 [support-notifications internal] load build definition from Dockerfile 03:08:55 #3 transferring dockerfile: 2.02kB 0.0s done 03:08:55 #3 DONE 0.1s 03:08:55 03:08:55 #4 [core-common-config-bootstrapper internal] load build definition from Dockerfile 03:08:55 #4 transferring dockerfile: 2.23kB done 03:08:55 #4 DONE 0.1s 03:08:55 03:08:55 #5 [security-spire-server internal] load build definition from Dockerfile 03:08:55 #5 transferring dockerfile: 1.70kB done 03:08:55 #5 DONE 0.1s 03:08:55 03:08:55 #6 [security-bootstrapper internal] load build definition from Dockerfile 03:08:55 #6 transferring dockerfile: 3.02kB done 03:08:55 #6 DONE 0.1s 03:08:55 03:08:55 #7 [core-command internal] load build definition from Dockerfile 03:08:55 #7 transferring dockerfile: 1.94kB done 03:08:55 #7 DONE 0.0s 03:08:55 03:08:55 #8 [core-data internal] load build definition from Dockerfile 03:08:55 #8 transferring dockerfile: 2.04kB done 03:08:55 #8 DONE 0.1s 03:08:55 03:08:55 #9 [security-spire-config internal] load build definition from Dockerfile 03:08:55 #9 transferring dockerfile: 1.69kB done 03:08:55 #9 DONE 0.1s 03:08:55 03:08:55 #10 [core-keeper internal] load build definition from Dockerfile 03:08:55 #10 transferring dockerfile: 2.01kB done 03:08:55 #10 DONE 0.1s 03:08:55 03:08:55 #11 [core-metadata internal] load build definition from Dockerfile 03:08:55 #11 transferring dockerfile: 2.10kB done 03:08:55 #11 DONE 0.1s 03:08:55 03:08:55 #12 [security-spiffe-token-provider internal] load build definition from Dockerfile 03:08:55 #12 transferring dockerfile: 1.89kB 0.0s done 03:08:55 #12 DONE 0.1s 03:08:55 03:08:55 #13 [security-spire-agent internal] load build definition from Dockerfile 03:08:55 #13 transferring dockerfile: 1.81kB done 03:08:55 #13 DONE 0.1s 03:08:55 03:08:55 #14 [security-secretstore-setup internal] load build definition from Dockerfile 03:08:55 #14 transferring dockerfile: 2.49kB done 03:08:55 #14 DONE 0.1s 03:08:55 03:08:55 #15 [security-proxy-setup internal] load build definition from Dockerfile 03:08:55 #15 transferring dockerfile: 2.50kB done 03:08:55 #15 DONE 0.1s 03:08:55 03:08:55 #16 [support-scheduler internal] load .dockerignore 03:08:55 #16 transferring context: 03:08:55 #16 transferring context: 50B 0.0s done 03:08:55 #16 DONE 0.1s 03:08:56 03:08:56 #17 [security-proxy-auth internal] load .dockerignore 03:08:56 #17 transferring context: 50B done 03:08:56 #17 DONE 0.0s 03:08:56 03:08:56 #18 [support-notifications internal] load .dockerignore 03:08:56 #18 transferring context: 50B done 03:08:56 #18 DONE 0.0s 03:08:56 03:08:56 #19 [core-common-config-bootstrapper internal] load .dockerignore 03:08:56 #19 transferring context: 50B 0.0s done 03:08:56 #19 DONE 0.1s 03:08:56 03:08:56 #20 [security-spire-server internal] load .dockerignore 03:08:56 #20 transferring context: 50B done 03:08:56 #20 DONE 0.1s 03:08:56 03:08:56 #21 [security-bootstrapper internal] load .dockerignore 03:08:56 #21 transferring context: 50B done 03:08:56 #21 DONE 0.1s 03:08:56 03:08:56 #22 [core-command internal] load .dockerignore 03:08:56 #22 transferring context: 50B 0.0s done 03:08:56 #22 DONE 0.1s 03:08:56 03:08:56 #23 [core-data internal] load .dockerignore 03:08:56 #23 transferring context: 50B 0.0s done 03:08:56 #23 DONE 0.1s 03:08:56 03:08:56 #24 [security-spire-config internal] load .dockerignore 03:08:56 #24 transferring context: 50B 0.0s done 03:08:56 #24 DONE 0.1s 03:08:56 03:08:56 #25 [core-keeper internal] load .dockerignore 03:08:56 #25 transferring context: 50B 0.0s done 03:08:56 #25 DONE 0.1s 03:08:56 03:08:56 #26 [core-metadata internal] load .dockerignore 03:08:56 #26 transferring context: 50B done 03:08:56 #26 DONE 0.1s 03:08:56 03:08:56 #27 [security-spiffe-token-provider internal] load .dockerignore 03:08:56 #27 transferring context: 50B done 03:08:56 #27 DONE 0.1s 03:08:56 03:08:56 #28 [security-spire-agent internal] load .dockerignore 03:08:56 #28 transferring context: 50B done 03:08:56 #28 DONE 0.1s 03:08:56 03:08:56 #29 [security-secretstore-setup internal] load .dockerignore 03:08:56 #29 transferring context: 50B done 03:08:57 #29 DONE 0.0s 03:08:57 03:08:57 #30 [security-proxy-setup internal] load .dockerignore 03:08:57 #30 transferring context: 50B 0.0s done 03:08:57 #30 DONE 0.1s 03:08:57 03:08:57 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:57 #31 DONE 0.0s 03:08:57 03:08:57 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 03:08:57 #32 DONE 0.5s 03:08:57 03:08:57 #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:57 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:57 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:57 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:57 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:57 #33 DONE 0.1s 03:08:57 03:08:57 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:57 #31 DONE 0.0s 03:08:57 03:08:57 #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:08:57 #34 ... 03:08:57 03:08:57 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:57 #31 DONE 0.0s 03:08:57 03:08:57 #33 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:57 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:57 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:57 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:57 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:57 #33 DONE 0.2s 03:08:57 03:08:57 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:57 #31 DONE 0.0s 03:08:57 03:08:57 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.22 03:08:57 #32 DONE 0.5s 03:08:57 03:08:57 #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:57 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:57 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:57 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:57 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:57 #33 DONE 0.2s 03:08:57 03:08:57 #35 [core-common-config-bootstrapper internal] load build context 03:08:58 #35 ... 03:08:58 03:08:58 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:58 #31 DONE 0.0s 03:08:58 03:08:58 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.22 03:08:58 #32 DONE 0.5s 03:08:58 03:08:58 #33 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:58 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:58 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:58 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:58 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:58 #33 DONE 0.3s 03:08:58 03:08:58 #36 [security-bootstrapper internal] load build context 03:08:58 #36 ... 03:08:58 03:08:58 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:58 #31 DONE 0.0s 03:08:58 03:08:58 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:58 #31 DONE 0.0s 03:08:58 03:08:58 #36 [security-bootstrapper internal] load build context 03:08:58 #36 ... 03:08:58 03:08:58 #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:58 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:58 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:58 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:58 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:58 #33 DONE 0.3s 03:08:58 03:08:58 #37 [core-data internal] load build context 03:08:58 #37 DONE 0.0s 03:08:58 03:08:58 #36 [security-bootstrapper internal] load build context 03:08:58 #36 ... 03:08:58 03:08:58 #33 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:58 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:58 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:58 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:58 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:59 #33 DONE 0.3s 03:08:59 03:08:59 #36 [security-bootstrapper internal] load build context 03:08:59 #36 ... 03:08:59 03:08:59 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:59 #31 DONE 0.0s 03:08:59 03:08:59 #38 [support-scheduler internal] load build context 03:08:59 #38 transferring context: 3.39MB 1.0s done 03:08:59 #38 DONE 1.4s 03:08:59 03:08:59 #36 [security-bootstrapper internal] load build context 03:08:59 #36 ... 03:08:59 03:08:59 #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:59 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:59 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:59 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:59 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:59 #33 DONE 0.4s 03:08:59 03:08:59 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:59 #31 DONE 0.0s 03:08:59 03:08:59 #36 [security-bootstrapper internal] load build context 03:08:59 #36 ... 03:08:59 03:08:59 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:08:59 #31 DONE 0.0s 03:08:59 03:08:59 #39 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 03:08:59 #39 DONE 1.6s 03:08:59 03:08:59 #36 [security-bootstrapper internal] load build context 03:08:59 #36 ... 03:08:59 03:08:59 #33 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:08:59 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:08:59 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:08:59 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:08:59 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:08:59 #33 DONE 0.4s 03:08:59 03:08:59 #36 [security-bootstrapper internal] load build context 03:09:00 #36 ... 03:09:00 03:09:00 #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:09:00 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:09:00 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:09:00 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:09:00 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:09:00 #33 DONE 0.4s 03:09:00 03:09:00 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:09:00 #31 DONE 0.0s 03:09:00 03:09:00 #40 [core-metadata internal] load build context 03:09:00 #40 DONE 0.0s 03:09:00 03:09:00 #41 [security-proxy-auth internal] load build context 03:09:00 #41 transferring context: 3.39MB 1.7s done 03:09:00 #41 DONE 2.3s 03:09:00 03:09:00 #36 [security-bootstrapper internal] load build context 03:09:00 #36 transferring context: 3.39MB 1.7s done 03:09:00 #36 ... 03:09:00 03:09:00 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:00 #42 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done 03:09:00 #42 DONE 0.6s 03:09:00 03:09:00 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 03:09:00 #31 DONE 0.0s 03:09:00 03:09:00 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:01 #42 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 03:09:01 #42 ... 03:09:01 03:09:01 #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 03:09:01 #39 DONE 2.7s 03:09:01 03:09:01 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:01 #42 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 03:09:01 #42 ... 03:09:01 03:09:01 #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:09:01 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:09:01 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:09:01 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:09:01 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:09:01 #33 DONE 0.5s 03:09:01 03:09:01 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.22 03:09:01 #32 DONE 3.0s 03:09:01 03:09:01 #43 [security-secretstore-setup internal] load build context 03:09:01 #43 DONE 0.0s 03:09:01 03:09:01 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:01 #42 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 03:09:01 #42 ... 03:09:01 03:09:01 #36 [security-bootstrapper internal] load build context 03:09:01 #36 DONE 3.2s 03:09:01 03:09:01 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:01 #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0B / 126.89kB 0.4s 03:09:01 #42 ... 03:09:01 03:09:01 #35 [core-common-config-bootstrapper internal] load build context 03:09:01 #35 transferring context: 3.39MB 1.6s done 03:09:01 #35 DONE 3.6s 03:09:01 03:09:01 #44 [support-notifications internal] load build context 03:09:01 #44 transferring context: 3.39MB 1.7s done 03:09:01 #44 DONE 3.7s 03:09:01 03:09:01 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:01 #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.6s 03:09:01 #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.6s 03:09:01 #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.9s 03:09:01 #42 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 0.9s 03:09:02 #42 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.1s 03:09:02 #42 ... 03:09:02 03:09:02 #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 03:09:02 #45 DONE 2.6s 03:09:02 03:09:02 #42 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:03 #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 1.7s done 03:09:03 #42 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 03:09:03 #42 ... 03:09:03 03:09:03 #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 03:09:03 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 03:09:03 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 03:09:03 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 03:09:03 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 03:09:03 #33 DONE 0.5s 03:09:03 03:09:03 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:03 #42 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done 03:09:03 #42 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 03:09:03 #42 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 03:09:03 #42 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 03:09:03 #42 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 1.7s done 03:09:03 #42 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.8s done 03:09:03 #42 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.1s done 03:09:03 #42 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.9s done 03:09:03 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 2.3s 03:09:03 #42 ... 03:09:03 03:09:03 #46 [security-spire-server internal] load build context 03:09:03 #46 transferring context: 26.44kB 0.4s done 03:09:03 #46 DONE 4.1s 03:09:03 03:09:03 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:03 #42 ... 03:09:03 03:09:03 #47 [security-spire-config internal] load build context 03:09:03 #47 transferring context: 24.70kB 0.5s done 03:09:03 #47 DONE 4.1s 03:09:03 03:09:03 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:03 #42 ... 03:09:03 03:09:03 #37 [core-data internal] load build context 03:09:03 #37 transferring context: 3.39MB 3.2s done 03:09:03 #37 DONE 5.0s 03:09:03 03:09:03 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:04 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 3.1s 03:09:04 #42 ... 03:09:04 03:09:04 #48 [core-command internal] load build context 03:09:04 #48 transferring context: 3.39MB 3.4s done 03:09:04 #48 DONE 5.3s 03:09:04 03:09:04 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:04 #111 ... 03:09:04 03:09:04 #112 [core-keeper builder 7/8] COPY . . 03:09:04 #112 ... 03:09:04 03:09:04 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:09:04 #113 ... 03:09:04 03:09:04 #114 [support-notifications builder 6/7] COPY . . 03:09:04 #114 ... 03:09:04 03:09:04 #115 [security-spiffe-token-provider builder 6/7] COPY . . 03:09:04 #115 ... 03:09:04 03:09:04 #116 [support-scheduler builder 6/7] COPY . . 03:09:04 #116 ... 03:09:04 03:09:04 #117 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:09:04 #117 ... 03:09:04 03:09:04 #118 [security-spire-agent stage-3 7/10] COPY security.txt / 03:09:04 #42 ... 03:09:04 03:09:04 #49 [core-keeper internal] load build context 03:09:04 #49 transferring context: 3.39MB 3.4s done 03:09:04 #49 DONE 5.6s 03:09:04 03:09:04 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:04 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 3.7s 03:09:05 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.29MB / 37.02MB 4.5s 03:09:05 #42 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.1s done 03:09:06 #42 ... 03:09:06 03:09:06 #50 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 03:09:06 #50 DONE 9.4s 03:09:06 03:09:06 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:06 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.38MB / 37.02MB 5.0s 03:09:07 #42 ... 03:09:07 03:09:07 #51 [security-spiffe-token-provider internal] load build context 03:09:07 #51 transferring context: 3.39MB 4.4s done 03:09:07 #51 DONE 6.8s 03:09:07 03:09:07 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:07 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 5.9s 03:09:07 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.58MB / 37.02MB 6.2s 03:09:07 #42 ... 03:09:07 03:09:07 #52 [security-spire-agent internal] load build context 03:09:07 #52 transferring context: 25.98kB 0.2s done 03:09:07 #52 DONE 4.5s 03:09:07 03:09:07 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:07 #42 ... 03:09:07 03:09:07 #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:09:07 #53 ... 03:09:07 03:09:07 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 03:09:07 #54 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.4s done 03:09:07 #54 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 03:09:07 #54 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 03:09:07 #54 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 03:09:07 #54 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 done 03:09:07 #54 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 03:09:07 #54 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 03:09:07 #54 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.2s done 03:09:07 #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.53MB / 17.33MB 4.2s 03:09:07 #54 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.1s done 03:09:08 #54 ... 03:09:08 03:09:08 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:09:08 #0 8.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:08 #0 9.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:08 #55 ... 03:09:08 03:09:08 #56 [support-scheduler builder 2/7] WORKDIR /edgex-go 03:09:08 #56 DONE 2.5s 03:09:08 03:09:08 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:08 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 7.3s 03:09:08 #42 ... 03:09:08 03:09:08 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:09:08 #0 8.278 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:08 #0 8.844 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:08 #57 ... 03:09:08 03:09:08 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:08 #118 DONE 14.0s 03:09:08 03:09:08 #113 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:09:08 #113 DONE 15.6s 03:09:08 03:09:08 #115 [security-spiffe-token-provider builder 6/7] COPY . . 03:09:08 #115 DONE 15.6s 03:09:08 03:09:08 #114 [support-notifications builder 6/7] COPY . . 03:09:08 #114 DONE 15.6s 03:09:08 03:09:08 #111 [security-proxy-setup builder 6/7] COPY . . 03:09:08 #111 DONE 15.6s 03:09:08 03:09:08 #119 [security-proxy-setup builder 6/7] COPY . . 03:09:08 #119 CACHED 03:09:08 03:09:08 #120 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:08 #120 CACHED 03:09:08 03:09:08 #121 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:09:08 #121 CACHED 03:09:08 03:09:08 #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:08 #122 CACHED 03:09:08 03:09:08 #123 [security-bootstrapper builder 6/7] COPY . . 03:09:08 #123 CACHED 03:09:08 03:09:08 #124 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:09:08 #124 CACHED 03:09:08 03:09:08 #112 [core-keeper builder 7/8] COPY . . 03:09:08 #112 DONE 15.6s 03:09:08 03:09:08 #116 [support-scheduler builder 6/7] COPY . . 03:09:08 #116 DONE 15.6s 03:09:08 03:09:08 #109 [security-proxy-auth builder 6/7] COPY . . 03:09:08 #109 DONE 15.6s 03:09:08 03:09:08 #117 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:09:08 #117 DONE 15.6s 03:09:08 03:09:08 #125 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:09:08 #125 CACHED 03:09:08 03:09:08 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 03:09:08 #126 CACHED 03:09:08 03:09:08 #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:08 #127 CACHED 03:09:08 03:09:08 #128 [core-data builder 6/7] COPY . . 03:09:08 #128 CACHED 03:09:08 03:09:08 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 03:09:08 #129 CACHED 03:09:08 03:09:08 #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:08 #130 CACHED 03:09:08 03:09:08 #131 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:08 #131 CACHED 03:09:08 03:09:08 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:09:08 #132 CACHED 03:09:08 03:09:08 #133 [core-metadata builder 6/7] COPY . . 03:09:08 #133 CACHED 03:09:08 03:09:08 #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:08 #134 CACHED 03:09:08 03:09:08 #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:09:08 #135 CACHED 03:09:08 03:09:08 #136 [security-proxy-auth builder 6/7] COPY . . 03:09:08 #136 CACHED 03:09:08 03:09:08 #137 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:09:08 #137 ... 03:09:08 03:09:08 #138 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:09:08 #138 DONE 0.1s 03:09:08 03:09:08 #139 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:09:08 #139 DONE 0.3s 03:09:08 03:09:08 #137 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:09:08 #137 DONE 0.3s 03:09:08 03:09:08 #140 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:09:08 #140 DONE 0.0s 03:09:08 03:09:08 #141 [security-spire-server] exporting to image 03:09:08 #141 exporting layers 03:09:08 #141 ... 03:09:08 03:09:08 #142 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:09:08 #142 DONE 0.0s 03:09:08 03:09:08 #143 [security-spire-agent] exporting to image 03:09:09 #42 ... 03:09:09 03:09:09 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:09:09 #0 6.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:09 #0 7.375 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:09 #58 ... 03:09:09 03:09:09 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:09 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.78MB / 37.02MB 7.9s 03:09:09 #42 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 03:09:09 #143 ... 03:09:09 03:09:09 #144 [security-spire-config] exporting to image 03:09:09 #144 exporting layers 0.6s done 03:09:09 #144 writing image sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 0.0s done 03:09:09 #144 naming to docker.io/library/security-spire-config done 03:09:09 #144 DONE 0.7s 03:09:09 03:09:09 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:09:09 #0 1.055 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:09:09 #42 ... 03:09:09 03:09:09 #59 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:09 #59 DONE 9.8s 03:09:09 03:09:09 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:09 #42 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 03:09:09 #42 ... 03:09:09 03:09:09 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:09:10 #145 ... 03:09:10 03:09:10 #141 [security-spire-server] exporting to image 03:09:10 #141 exporting layers 1.1s done 03:09:10 #141 writing image sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab 0.0s done 03:09:10 #141 naming to docker.io/library/security-spire-server 0.0s done 03:09:10 #141 DONE 1.2s 03:09:10 03:09:10 #143 [security-spire-agent] exporting to image 03:09:10 #143 exporting layers 1.2s done 03:09:10 #143 writing image sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 0.0s done 03:09:10 #143 naming to docker.io/library/security-spire-agent 0.0s done 03:09:10 #60 ... 03:09:10 03:09:10 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:09:10 #0 9.918 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:10 #61 ... 03:09:10 03:09:10 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:10 #143 DONE 1.4s 03:09:10 03:09:10 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:09:10 #0 1.156 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:09:10 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 9.2s 03:09:10 #42 ... 03:09:10 03:09:10 #40 [core-metadata internal] load build context 03:09:10 #40 transferring context: 3.39MB 6.5s done 03:09:10 #40 ... 03:09:10 03:09:10 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:10 #42 ... 03:09:10 03:09:10 #62 [security-proxy-setup internal] load build context 03:09:10 #62 transferring context: 3.39MB 6.5s done 03:09:10 #62 DONE 9.7s 03:09:10 03:09:10 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:10 #42 ... 03:09:10 03:09:10 #43 [security-secretstore-setup internal] load build context 03:09:10 #43 transferring context: 3.39MB 6.6s done 03:09:10 #43 DONE 9.8s 03:09:10 03:09:10 #40 [core-metadata internal] load build context 03:09:10 #40 DONE 10.7s 03:09:10 03:09:10 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:10 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 10.0s 03:09:10 #42 ... 03:09:10 03:09:10 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:09:11 #63 ... 03:09:11 03:09:11 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:11 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 10.6s 03:09:12 #42 ... 03:09:12 03:09:12 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:09:12 #64 ... 03:09:12 03:09:12 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:09:12 #65 ... 03:09:12 03:09:12 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:13 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 25.01MB / 37.02MB 11.9s 03:09:13 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 12.6s 03:09:14 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 13.4s 03:09:15 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.55MB / 37.02MB 14.2s 03:09:15 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.56MB / 37.02MB 14.4s 03:09:16 #42 ... 03:09:16 03:09:16 #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:09:16 #34 8.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:16 #34 9.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:16 #34 14.33 (1/3) Installing ca-certificates (20250911-r0) 03:09:16 #34 14.71 (2/3) Installing dumb-init (1.2.5-r3) 03:09:16 #34 14.73 (3/3) Installing tzdata (2025c-r0) 03:09:16 #34 16.27 Executing busybox-1.37.0-r19.trigger 03:09:16 #34 16.55 Executing ca-certificates-20250911-r0.trigger 03:09:16 #34 17.82 OK: 8 MiB in 19 packages 03:09:16 #34 ... 03:09:16 03:09:16 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:17 #42 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 16.2s done 03:09:17 #42 ... 03:09:17 03:09:17 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 03:09:17 #58 13.54 (1/1) Installing dumb-init (1.2.5-r3) 03:09:17 #58 13.56 Executing busybox-1.37.0-r19.trigger 03:09:17 #58 13.68 OK: 8 MiB in 17 packages 03:09:17 #58 DONE 18.7s 03:09:17 03:09:17 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 03:09:17 #57 16.56 (1/2) Installing dumb-init (1.2.5-r3) 03:09:17 #57 16.57 (2/2) Installing su-exec (0.2-r3) 03:09:17 #57 16.57 Executing busybox-1.37.0-r19.trigger 03:09:17 #57 16.66 OK: 8 MiB in 18 packages 03:09:17 #57 DONE 19.3s 03:09:17 03:09:17 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:09:18 #66 ... 03:09:18 03:09:18 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 03:09:18 #54 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 6.5s done 03:09:18 #54 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.1s done 03:09:18 #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 03:09:18 #54 ... 03:09:18 03:09:18 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:09:18 #0 9.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:18 #146 ... 03:09:18 03:09:18 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:09:18 #0 0.875 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:09:18 #147 ... 03:09:18 03:09:18 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:09:18 #0 1.005 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:09:18 #148 ... 03:09:18 03:09:18 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:09:18 #0 0.462 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:09:18 #67 ... 03:09:18 03:09:18 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:09:18 #0 9.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:18 #68 ... 03:09:18 03:09:18 #34 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 03:09:18 #34 DONE 20.9s 03:09:18 03:09:18 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:18 #149 ... 03:09:18 03:09:18 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:09:18 #0 0.716 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:09:18 #150 ... 03:09:18 03:09:18 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:09:18 #0 0.654 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:09:18 #69 ... 03:09:18 03:09:18 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:09:18 #0 9.900 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:18 #70 ... 03:09:18 03:09:18 #55 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 03:09:18 #55 14.92 (1/7) Installing ca-certificates (20250911-r0) 03:09:18 #55 15.28 (2/7) Installing dumb-init (1.2.5-r3) 03:09:18 #55 15.33 (3/7) Installing libgcc (14.2.0-r6) 03:09:18 #55 15.36 (4/7) Installing libsodium (1.0.20-r0) 03:09:18 #55 15.41 (5/7) Installing libstdc++ (14.2.0-r6) 03:09:18 #55 15.87 (6/7) Installing libzmq (4.3.5-r2) 03:09:18 #55 15.94 (7/7) Installing zeromq (4.3.5-r2) 03:09:18 #55 16.11 Executing busybox-1.37.0-r19.trigger 03:09:18 #55 16.23 Executing ca-certificates-20250911-r0.trigger 03:09:18 #55 17.49 OK: 12 MiB in 23 packages 03:09:18 #55 DONE 20.9s 03:09:18 03:09:18 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 03:09:18 #0 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:19 #151 ... 03:09:19 03:09:19 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:09:19 #0 1.072 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:09:19 #71 ... 03:09:19 03:09:19 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:09:19 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:19 #72 ... 03:09:19 03:09:19 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 03:09:19 #69 DONE 10.7s 03:09:19 03:09:19 #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:09:19 #53 10.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:19 #53 11.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:19 #152 ... 03:09:19 03:09:19 #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 03:09:19 #0 0.770 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:09:19 #153 ... 03:09:19 03:09:19 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:09:19 #0 1.075 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:09:19 #53 ... 03:09:19 03:09:19 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:09:19 #154 ... 03:09:19 03:09:19 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:09:19 #0 1.223 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:09:19 #155 ... 03:09:19 03:09:19 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:09:19 #0 1.043 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:09:19 #73 ... 03:09:19 03:09:19 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:09:19 #74 ... 03:09:19 03:09:19 #53 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:09:19 #53 21.97 (1/1) Installing dumb-init (1.2.5-r3) 03:09:20 #53 22.02 Executing busybox-1.37.0-r19.trigger 03:09:20 #53 22.19 OK: 8 MiB in 17 packages 03:09:21 #53 ... 03:09:21 03:09:21 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:09:21 #61 11.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:21 #61 ... 03:09:21 03:09:21 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:09:21 #60 11.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:21 #60 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:21 #60 ... 03:09:21 03:09:21 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:21 #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0.3s 03:09:22 #42 ... 03:09:22 03:09:22 #53 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 03:09:22 #53 DONE 24.8s 03:09:22 03:09:22 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:23 #42 ... 03:09:23 03:09:23 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:09:23 #63 12.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:23 #63 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:23 #63 ... 03:09:23 03:09:23 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 03:09:23 #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 6.1s 03:09:24 #54 ... 03:09:24 03:09:24 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:09:24 #64 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:24 #64 13.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:24 #64 ... 03:09:24 03:09:24 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:24 #42 ... 03:09:24 03:09:24 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:09:24 #65 12.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:24 #65 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:25 #65 ... 03:09:25 03:09:25 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:26 #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 5.7s 03:09:27 #42 ... 03:09:27 03:09:27 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:09:27 #0 9.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:27 #75 ... 03:09:27 03:09:27 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:09:27 #63 26.82 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:09:27 #63 26.82 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:09:27 #63 26.82 OK: 26168 distinct packages available 03:09:28 #63 ... 03:09:28 03:09:28 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:09:28 #0 7.041 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:28 #0 8.842 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:28 #76 ... 03:09:28 03:09:28 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:09:28 #0 9.431 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:29 #77 ... 03:09:29 03:09:29 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:30 #42 ... 03:09:30 03:09:30 #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 03:09:30 #67 11.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:30 #67 ... 03:09:30 03:09:30 #54 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 03:09:30 #54 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 11.4s done 03:09:30 #54 DONE 27.5s 03:09:30 03:09:30 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:09:30 #74 10.78 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:30 #74 12.81 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:30 #74 ... 03:09:30 03:09:30 #68 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 03:09:30 #68 12.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:30 #68 ... 03:09:30 03:09:30 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:09:30 #70 12.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:30 #70 ... 03:09:30 03:09:30 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:09:30 #72 12.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:31 #72 ... 03:09:31 03:09:31 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 03:09:31 #71 12.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:31 #71 ... 03:09:31 03:09:31 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:32 #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.8s 03:09:32 #42 ... 03:09:32 03:09:32 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 03:09:32 #65 24.58 (1/4) Installing dumb-init (1.2.5-r3) 03:09:32 #65 24.62 (2/4) Installing openssl (3.5.4-r0) 03:09:32 #65 24.72 (3/4) Installing su-exec (0.2-r3) 03:09:32 #65 24.74 (4/4) Installing yq-go (4.47.2-r2) 03:09:32 #65 26.69 Executing busybox-1.37.0-r19.trigger 03:09:32 #65 26.85 OK: 20 MiB in 20 packages 03:09:32 #65 DONE 30.0s 03:09:32 03:09:32 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:32 #42 ... 03:09:32 03:09:32 #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade 03:09:32 #0 6.099 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:32 #0 8.052 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:32 #78 ... 03:09:32 03:09:32 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:09:32 #61 22.46 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:09:32 #61 22.46 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:09:32 #61 22.46 OK: 26168 distinct packages available 03:09:32 #61 24.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:32 #61 26.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:32 #61 ... 03:09:32 03:09:32 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:35 #42 ... 03:09:35 03:09:35 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:09:35 #60 25.11 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:09:35 #60 25.11 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:09:35 #60 25.11 OK: 26168 distinct packages available 03:09:35 #60 26.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:35 #60 28.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:35 #60 ... 03:09:35 03:09:35 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:35 #42 ... 03:09:35 03:09:35 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 03:09:35 #67 24.79 OK: 255 MiB in 60 packages 03:09:35 #67 DONE 27.3s 03:09:35 03:09:35 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:35 #42 ... 03:09:35 03:09:35 #64 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 03:09:35 #64 26.80 (1/4) Installing ca-certificates (20250911-r0) 03:09:35 #64 27.52 (2/4) Installing dumb-init (1.2.5-r3) 03:09:35 #64 27.57 (3/4) Installing su-exec (0.2-r3) 03:09:35 #64 27.61 (4/4) Installing yq-go (4.47.2-r2) 03:09:35 #64 29.21 Executing busybox-1.37.0-r19.trigger 03:09:35 #64 29.31 Executing ca-certificates-20250911-r0.trigger 03:09:35 #64 30.90 OK: 19 MiB in 20 packages 03:09:35 #64 DONE 33.4s 03:09:35 03:09:35 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:36 #42 ... 03:09:36 03:09:36 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:09:36 #66 8.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:36 #66 10.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:36 #66 ... 03:09:36 03:09:36 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:09:36 #74 26.01 (1/1) Installing dumb-init (1.2.5-r3) 03:09:36 #74 ... 03:09:36 03:09:36 #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 03:09:36 #71 25.34 OK: 255 MiB in 60 packages 03:09:36 #71 DONE 28.3s 03:09:36 03:09:36 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:09:36 #74 27.01 Executing busybox-1.37.0-r19.trigger 03:09:36 #74 ... 03:09:36 03:09:36 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 03:09:36 #70 25.43 OK: 255 MiB in 60 packages 03:09:36 #70 DONE 28.4s 03:09:36 03:09:36 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:09:36 #74 27.22 OK: 8 MiB in 17 packages 03:09:36 #74 ... 03:09:36 03:09:36 #79 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 03:09:36 #79 DONE 1.4s 03:09:37 03:09:37 #68 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 03:09:37 #68 25.73 OK: 255 MiB in 60 packages 03:09:37 #68 DONE 28.8s 03:09:37 03:09:37 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:09:37 #80 ... 03:09:37 03:09:37 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:09:37 #73 7.922 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:37 #73 9.805 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:37 #73 ... 03:09:37 03:09:37 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:37 #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.4s 03:09:38 #42 ... 03:09:38 03:09:38 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 03:09:38 #81 DONE 1.6s 03:09:38 03:09:38 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:38 #42 ... 03:09:38 03:09:38 #80 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:09:38 #80 DONE 1.4s 03:09:38 03:09:38 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 03:09:38 #82 DONE 1.8s 03:09:38 03:09:38 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:39 #42 ... 03:09:39 03:09:39 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:09:39 #75 11.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:39 #75 ... 03:09:39 03:09:39 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:09:39 #61 38.09 (1/5) Installing dumb-init (1.2.5-r3) 03:09:39 #61 38.14 (2/5) Installing musl-obstack (1.2.3-r2) 03:09:39 #61 38.25 (3/5) Installing libucontext (1.3.2-r0) 03:09:39 #61 38.26 (4/5) Installing gcompat (1.1.0-r4) 03:09:39 #61 38.33 (5/5) Installing openssl (3.5.4-r0) 03:09:39 #61 38.38 Executing busybox-1.37.0-r19.trigger 03:09:39 #61 38.58 OK: 9 MiB in 21 packages 03:09:40 #61 ... 03:09:40 03:09:40 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 03:09:40 #74 DONE 30.2s 03:09:40 03:09:40 #42 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:40 #42 ... 03:09:40 03:09:40 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:09:40 #77 11.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:40 #77 ... 03:09:40 03:09:40 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:09:40 #72 25.10 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 03:09:40 #72 25.12 v3.22.2-323-g6078141c2a5 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 03:09:40 #72 25.12 OK: 26170 distinct packages available 03:09:40 #72 26.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:40 #72 29.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:40 #72 ... 03:09:40 03:09:40 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:09:40 #63 29.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:40 #63 31.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:40 #63 ... 03:09:40 03:09:40 #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:42 #83 ... 03:09:42 03:09:42 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:09:42 #0 4.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:42 #0 7.068 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:42 #84 ... 03:09:42 03:09:42 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:09:42 #76 23.64 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:42 #76 23.92 Executing busybox-1.37.0-r20.post-upgrade 03:09:43 #76 ... 03:09:43 03:09:43 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 03:09:43 #60 41.24 (1/4) Installing dumb-init (1.2.5-r3) 03:09:43 #60 41.27 (2/4) Installing musl-obstack (1.2.3-r2) 03:09:43 #60 41.29 (3/4) Installing libucontext (1.3.2-r0) 03:09:43 #60 41.34 (4/4) Installing gcompat (1.1.0-r4) 03:09:43 #60 41.45 Executing busybox-1.37.0-r19.trigger 03:09:43 #60 41.70 OK: 8 MiB in 20 packages 03:09:43 #60 DONE 43.4s 03:09:43 03:09:43 #61 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 03:09:43 #61 DONE 43.5s 03:09:43 03:09:43 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:09:43 #76 24.62 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:43 #76 24.64 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:43 #76 24.66 Executing busybox-1.37.0-r20.trigger 03:09:43 #76 24.80 OK: 8 MiB in 19 packages 03:09:44 #76 ... 03:09:44 03:09:44 #42 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 03:09:44 #42 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 19.8s done 03:09:44 #42 DONE 44.3s 03:09:44 03:09:44 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:09:44 #63 42.46 (1/13) Installing brotli-libs (1.1.0-r2) 03:09:44 #63 42.63 (2/13) Installing c-ares (1.34.6-r0) 03:09:44 #63 42.71 (3/13) Installing libunistring (1.3-r0) 03:09:44 #63 43.00 (4/13) Installing libidn2 (2.3.7-r0) 03:09:44 #63 43.08 (5/13) Installing nghttp2-libs (1.65.0-r0) 03:09:44 #63 43.11 (6/13) Installing libpsl (0.21.5-r3) 03:09:44 #63 43.21 (7/13) Installing zstd-libs (1.5.7-r0) 03:09:44 #63 43.30 (8/13) Installing libcurl (8.14.1-r2) 03:09:44 #63 43.43 (9/13) Installing curl (8.14.1-r2) 03:09:44 #63 43.53 (10/13) Installing dumb-init (1.2.5-r3) 03:09:44 #63 43.61 (11/13) Installing musl-obstack (1.2.3-r2) 03:09:44 #63 43.65 (12/13) Installing libucontext (1.3.2-r0) 03:09:44 #63 43.75 (13/13) Installing gcompat (1.1.0-r4) 03:09:44 #63 43.88 Executing busybox-1.37.0-r19.trigger 03:09:45 #63 44.07 OK: 13 MiB in 29 packages 03:09:45 #63 ... 03:09:45 03:09:45 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:09:45 #0 8.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:45 #85 ... 03:09:45 03:09:45 #78 [core-command stage-1 3/9] RUN apk --no-cache upgrade 03:09:45 #78 21.16 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:45 #78 21.61 Executing busybox-1.37.0-r20.post-upgrade 03:09:45 #78 22.35 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:45 #78 22.36 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:45 #78 22.46 Executing busybox-1.37.0-r20.trigger 03:09:45 #78 22.57 OK: 8 MiB in 17 packages 03:09:46 #78 ... 03:09:46 03:09:46 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 03:09:46 #66 23.81 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:46 #66 24.04 Executing busybox-1.37.0-r20.post-upgrade 03:09:46 #66 25.75 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:46 #66 25.76 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:46 #66 25.79 Executing busybox-1.37.0-r20.trigger 03:09:46 #66 25.90 OK: 8 MiB in 18 packages 03:09:46 #66 DONE 28.7s 03:09:46 03:09:46 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:09:46 #86 ... 03:09:46 03:09:46 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 03:09:46 #73 25.16 OK: 255 MiB in 60 packages 03:09:46 #73 DONE 27.5s 03:09:46 03:09:46 #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:09:47 #87 ... 03:09:47 03:09:47 #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:47 #88 ... 03:09:47 03:09:47 #76 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 03:09:47 #76 DONE 28.5s 03:09:47 03:09:47 #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade 03:09:47 #75 25.60 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:47 #75 25.82 Executing busybox-1.37.0-r20.post-upgrade 03:09:47 #75 26.71 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:47 #75 26.73 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:47 #75 26.74 Executing busybox-1.37.0-r20.trigger 03:09:47 #75 26.94 OK: 8 MiB in 17 packages 03:09:47 #75 DONE 29.8s 03:09:47 03:09:47 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:09:47 #77 24.40 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:47 #77 24.81 Executing busybox-1.37.0-r20.post-upgrade 03:09:47 #77 25.62 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:47 #77 25.62 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:47 #77 25.66 Executing busybox-1.37.0-r20.trigger 03:09:47 #77 25.94 OK: 12 MiB in 23 packages 03:09:48 #77 ... 03:09:48 03:09:48 #78 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 03:09:48 #78 DONE 25.6s 03:09:48 03:09:48 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:09:48 #85 10.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:48 #85 ... 03:09:48 03:09:48 #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 03:09:48 #77 DONE 29.3s 03:09:48 03:09:48 #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 03:09:48 #63 DONE 47.3s 03:09:48 03:09:48 #87 [core-keeper builder 5/8] COPY go.mod vendor* ./ 03:09:48 #87 DONE 1.6s 03:09:48 03:09:48 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:48 #89 ... 03:09:48 03:09:48 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:48 #90 ... 03:09:48 03:09:48 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:50 #91 ... 03:09:50 03:09:50 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 03:09:50 #72 39.97 OK: 255 MiB in 60 packages 03:09:50 #72 DONE 41.8s 03:09:50 03:09:50 #92 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 03:09:50 #92 DONE 0.6s 03:09:50 03:09:50 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:09:52 #93 ... 03:09:52 03:09:52 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 03:09:52 #86 DONE 5.9s 03:09:52 03:09:52 #94 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 03:09:52 #94 DONE 0.2s 03:09:52 03:09:52 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:09:52 #84 18.65 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:52 #84 18.85 Executing busybox-1.37.0-r20.post-upgrade 03:09:52 #84 19.53 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:52 #84 19.54 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:52 #84 19.56 Executing busybox-1.37.0-r20.trigger 03:09:52 #84 19.63 OK: 20 MiB in 20 packages 03:09:53 #84 ... 03:09:53 03:09:53 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:09:53 #0 7.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:53 #0 8.611 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:53 #95 ... 03:09:53 03:09:53 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:09:53 #0 4.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:53 #0 5.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:09:53 #96 ... 03:09:53 03:09:53 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:09:53 #0 4.774 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 03:09:54 #97 ... 03:09:54 03:09:54 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:09:54 #85 18.51 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:54 #85 18.59 Executing busybox-1.37.0-r20.post-upgrade 03:09:56 #85 ... 03:09:56 03:09:56 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 03:09:56 #84 DONE 23.9s 03:09:56 03:09:56 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:09:56 #85 20.68 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:56 #85 ... 03:09:56 03:09:56 #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 03:09:56 #98 DONE 0.2s 03:09:56 03:09:56 #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 03:09:56 #85 20.70 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:56 #85 20.74 Executing busybox-1.37.0-r20.trigger 03:09:56 #85 20.91 OK: 19 MiB in 20 packages 03:09:57 #85 DONE 22.0s 03:09:57 03:09:57 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:09:57 #95 12.68 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:57 #95 12.75 Executing busybox-1.37.0-r20.post-upgrade 03:09:57 #95 13.16 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:57 #95 13.16 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:57 #95 13.17 Executing busybox-1.37.0-r20.trigger 03:09:57 #95 13.25 OK: 9 MiB in 21 packages 03:09:58 #95 ... 03:09:58 03:09:58 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 03:09:58 #96 11.69 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:09:58 #96 11.74 Executing busybox-1.37.0-r20.post-upgrade 03:09:58 #96 12.98 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:09:58 #96 12.98 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:09:58 #96 13.01 Executing busybox-1.37.0-r20.trigger 03:09:58 #96 13.14 OK: 8 MiB in 20 packages 03:09:58 #96 DONE 14.7s 03:09:58 03:09:58 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:09:58 #99 ... 03:09:58 03:09:58 #95 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 03:09:58 #95 DONE 15.0s 03:09:58 03:09:58 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 03:10:00 #100 DONE 1.8s 03:10:00 03:10:00 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:10:00 #101 ... 03:10:00 03:10:00 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:10:00 #99 DONE 2.2s 03:10:00 03:10:00 #102 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:10:00 #102 DONE 2.0s 03:10:00 03:10:00 #103 [security-spire-server stage-2 5/9] COPY Attribution.txt / 03:10:00 #103 DONE 0.3s 03:10:00 03:10:00 #104 [security-spire-server stage-2 6/9] COPY security.txt / 03:10:00 #104 ... 03:10:00 03:10:00 #105 [security-spire-config stage-2 5/10] COPY Attribution.txt / 03:10:00 #105 DONE 0.4s 03:10:00 03:10:00 #104 [security-spire-server stage-2 6/9] COPY security.txt / 03:10:00 #104 DONE 0.3s 03:10:00 03:10:00 #106 [security-spire-config stage-2 6/10] COPY security.txt / 03:10:00 #106 DONE 0.3s 03:10:00 03:10:00 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 03:10:01 #107 DONE 0.3s 03:10:01 03:10:01 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 03:10:01 #108 DONE 0.4s 03:10:01 03:10:01 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:10:01 #109 ... 03:10:01 03:10:01 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 03:10:01 #110 DONE 0.2s 03:10:01 03:10:01 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:10:01 #111 ... 03:10:01 03:10:01 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 03:10:01 #109 DONE 0.3s 03:10:02 03:10:02 #111 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 03:10:02 #111 DONE 0.3s 03:10:02 03:10:02 #112 [security-spire-config] exporting to image 03:10:02 #112 exporting layers 03:10:02 #112 ... 03:10:02 03:10:02 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 03:10:02 #113 DONE 0.5s 03:10:02 03:10:02 #112 [security-spire-server] exporting to image 03:10:03 #112 ... 03:10:03 03:10:03 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 03:10:03 #101 DONE 3.4s 03:10:03 03:10:03 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 03:10:03 #114 DONE 0.3s 03:10:03 03:10:03 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 03:10:04 #115 DONE 0.4s 03:10:04 03:10:04 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:10:04 #116 ... 03:10:04 03:10:04 #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 03:10:04 #97 8.208 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 03:10:04 #97 13.77 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 03:10:04 #97 14.01 Executing busybox-1.37.0-r20.post-upgrade 03:10:04 #97 14.46 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 03:10:04 #97 14.49 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 03:10:04 #97 14.53 Executing busybox-1.37.0-r20.trigger 03:10:04 #97 14.59 OK: 13 MiB in 29 packages 03:10:04 #97 DONE 16.0s 03:10:04 03:10:04 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:10:04 #90 ... 03:10:04 03:10:04 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 03:10:04 #116 DONE 0.6s 03:10:04 03:10:04 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 03:10:05 #117 DONE 0.3s 03:10:05 03:10:05 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 03:10:05 #118 DONE 0.3s 03:10:05 03:10:05 #112 [security-spire-agent] exporting to image 03:10:07 #112 exporting layers 5.4s done 03:10:07 #112 writing image sha256:5bf0e4779d8a9c92716e1c8606d2b3f868ef83b4e5e65a634a955922574aa502 0.0s done 03:10:07 #112 naming to docker.io/library/security-spire-config-arm64 0.0s done 03:10:07 #112 exporting layers 5.3s done 03:10:07 #112 writing image sha256:96c1dd66f72cc4bbba3799fd22c25acb19b2214a1f7d67c98fdc0c26faa493dd 0.0s done 03:10:07 #112 naming to docker.io/library/security-spire-server-arm64 0.0s done 03:10:08 #112 exporting layers 3.2s done 03:10:08 #112 writing image sha256:4db2ff39fca2a9e30a7af7ade10f6186459d26aeedd9096131fb78d74f04cf91 done 03:10:08 #112 naming to docker.io/library/security-spire-agent-arm64 done 03:10:08 #112 DONE 6.7s 03:10:08 03:10:08 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:10:56 #156 ... 03:10:56 03:10:56 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:10:56 #151 DONE 102.8s 03:10:56 03:10:56 #148 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:10:56 #148 DONE 102.8s 03:10:56 03:10:56 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:10:56 #156 ... 03:10:56 03:10:56 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:10:56 #157 DONE 0.2s 03:10:56 03:10:56 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:10:56 #158 DONE 0.2s 03:10:56 03:10:56 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:10:56 #159 DONE 0.1s 03:10:56 03:10:56 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:10:56 #160 DONE 0.4s 03:10:56 03:10:56 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:10:56 #161 ... 03:10:56 03:10:56 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:10:56 #162 DONE 0.2s 03:10:56 03:10:56 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:10:56 #163 DONE 0.1s 03:10:56 03:10:56 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:10:56 #161 DONE 0.9s 03:10:56 03:10:56 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:10:56 #164 ... 03:10:56 03:10:56 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:10:56 #165 DONE 0.3s 03:10:56 03:10:56 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:10:56 #166 DONE 0.3s 03:10:56 03:10:56 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:10:56 #145 ... 03:10:56 03:10:56 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:10:56 #167 DONE 0.3s 03:10:56 03:10:56 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:10:56 #164 DONE 1.0s 03:10:56 03:10:56 #168 [core-common-config-bootstrapper] exporting to image 03:10:56 #168 exporting layers 03:10:56 #168 ... 03:10:56 03:10:56 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:10:56 #169 DONE 0.2s 03:10:56 03:10:56 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:10:56 #170 DONE 0.2s 03:10:56 03:10:56 #168 [core-common-config-bootstrapper] exporting to image 03:10:56 #168 exporting layers 0.6s done 03:10:56 #168 writing image sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done 03:10:56 #168 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 03:10:56 #168 DONE 0.6s 03:10:56 03:10:56 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 03:10:56 #171 DONE 0.2s 03:10:56 03:10:56 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:10:56 #172 DONE 0.1s 03:10:56 03:10:56 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:10:56 #173 DONE 0.1s 03:10:56 03:10:56 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:10:56 #174 DONE 1.0s 03:10:56 03:10:56 #175 [security-bootstrapper] exporting to image 03:10:56 #175 exporting layers 0.4s done 03:10:56 #175 writing image sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done 03:10:56 #175 naming to docker.io/library/security-bootstrapper done 03:10:56 #175 DONE 0.4s 03:10:56 03:10:56 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:11:30 #89 ... 03:11:30 03:11:30 #93 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #93 DONE 96.1s 03:11:30 03:11:30 #90 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #90 DONE 108.5s 03:11:30 03:11:30 #119 [support-notifications builder 6/7] COPY . . 03:11:30 #119 ... 03:11:30 03:11:30 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #91 DONE 98.5s 03:11:30 03:11:30 #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #83 DONE 108.3s 03:11:30 03:11:30 #88 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #88 DONE 109.8s 03:11:30 03:11:30 #89 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #89 DONE 108.4s 03:11:30 03:11:30 #120 [support-scheduler builder 6/7] COPY . . 03:11:30 #120 DONE 1.7s 03:11:30 03:11:30 #121 [core-keeper builder 7/8] COPY . . 03:11:30 #121 DONE 1.9s 03:11:30 03:11:30 #122 [security-proxy-setup builder 6/7] COPY . . 03:11:30 #122 CACHED 03:11:30 03:11:30 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 03:11:30 #123 CACHED 03:11:30 03:11:30 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #124 CACHED 03:11:30 03:11:30 #125 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 03:11:30 #125 CACHED 03:11:30 03:11:30 #126 [security-secretstore-setup builder 6/7] COPY . . 03:11:30 #126 CACHED 03:11:30 03:11:30 #127 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #127 CACHED 03:11:30 03:11:30 #128 [security-spiffe-token-provider builder 6/7] COPY . . 03:11:30 #128 DONE 1.9s 03:11:30 03:11:30 #129 [security-bootstrapper builder 6/7] COPY . . 03:11:30 #129 DONE 1.9s 03:11:30 03:11:30 #130 [security-proxy-auth builder 6/7] COPY . . 03:11:30 #130 DONE 1.9s 03:11:30 03:11:30 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:11:30 #131 ... 03:11:30 03:11:30 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #132 CACHED 03:11:30 03:11:30 #133 [core-metadata builder 6/7] COPY . . 03:11:30 #133 CACHED 03:11:30 03:11:30 #134 [core-metadata builder 4/7] COPY go.mod vendor* ./ 03:11:30 #134 CACHED 03:11:30 03:11:30 #135 [core-data builder 6/7] COPY . . 03:11:30 #135 CACHED 03:11:30 03:11:30 #136 [core-data builder 4/7] COPY go.mod vendor* ./ 03:11:30 #136 CACHED 03:11:30 03:11:30 #137 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #137 CACHED 03:11:30 03:11:30 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #138 CACHED 03:11:30 03:11:30 #139 [core-command builder 6/7] COPY . . 03:11:30 #139 CACHED 03:11:30 03:11:30 #140 [core-command builder 4/7] COPY go.mod vendor* ./ 03:11:30 #140 CACHED 03:11:30 03:11:30 #141 [core-common-config-bootstrapper builder 6/7] COPY . . 03:11:30 #141 CACHED 03:11:30 03:11:30 #142 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 03:11:30 #142 CACHED 03:11:30 03:11:30 #143 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:11:30 #143 CACHED 03:11:30 03:11:30 #119 [support-notifications builder 6/7] COPY . . 03:11:30 #119 DONE 2.0s 03:11:30 03:11:30 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:11:34 #144 ... 03:11:34 03:11:34 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:11:34 #0 4.754 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 03:11:34 #145 ... 03:11:34 03:11:34 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:11:34 #144 5.765 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:11:38 #144 ... 03:11:38 03:11:38 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:11:38 #0 5.594 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:11:38 #146 ... 03:11:38 03:11:38 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:11:38 #0 4.674 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:11:39 #147 ... 03:11:39 03:11:39 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:11:39 #0 6.303 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:11:39 #148 ... 03:11:39 03:11:39 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:11:39 #0 6.289 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 03:11:39 #149 ... 03:11:39 03:11:39 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:11:39 #0 4.007 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 03:11:39 #150 ... 03:11:39 03:11:39 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:11:39 #0 5.307 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:11:39 #151 ... 03:11:39 03:11:39 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:11:39 #0 6.217 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 03:11:40 #152 ... 03:11:40 03:11:40 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:11:40 #0 5.946 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 03:11:40 #153 ... 03:11:40 03:11:40 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:11:40 #0 6.083 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 03:11:40 #154 ... 03:11:40 03:11:40 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:11:40 #131 6.409 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 03:11:52 #154 ... 03:11:52 03:11:52 #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 03:11:52 #153 159.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:12:04 #153 ... 03:12:04 03:12:04 #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:12:04 #150 DONE 175.9s 03:12:04 03:12:04 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:12:04 #149 DONE 175.9s 03:12:04 03:12:04 #156 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:12:04 #156 DONE 175.9s 03:12:04 03:12:04 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:12:04 #145 DONE 175.9s 03:12:04 03:12:04 #146 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:12:04 #146 DONE 175.9s 03:12:04 03:12:04 #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 03:12:04 #153 DONE 176.0s 03:12:04 03:12:04 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:12:04 #155 DONE 176.0s 03:12:04 03:12:04 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:12:04 #152 DONE 176.0s 03:12:04 03:12:04 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:12:04 #154 DONE 176.0s 03:12:04 03:12:04 #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #176 ... 03:12:04 03:12:04 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:12:04 #147 DONE 176.0s 03:12:04 03:12:04 #176 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #176 DONE 0.2s 03:12:04 03:12:04 #177 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #177 DONE 0.2s 03:12:04 03:12:04 #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #178 DONE 0.2s 03:12:04 03:12:04 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #179 DONE 0.2s 03:12:04 03:12:04 #180 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #180 DONE 0.1s 03:12:04 03:12:04 #181 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #181 DONE 0.2s 03:12:04 03:12:04 #182 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #182 DONE 0.2s 03:12:04 03:12:04 #183 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:12:04 #183 DONE 0.1s 03:12:04 03:12:04 #184 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:12:04 #184 ... 03:12:04 03:12:04 #185 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:12:04 #185 DONE 0.1s 03:12:04 03:12:04 #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:12:04 #186 ... 03:12:04 03:12:04 #187 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:12:04 #187 DONE 0.4s 03:12:04 03:12:04 #188 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:12:04 #188 DONE 0.4s 03:12:05 03:12:05 #189 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:12:05 #189 DONE 0.4s 03:12:05 03:12:05 #184 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:12:05 #184 DONE 0.4s 03:12:05 03:12:05 #190 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:12:05 #190 CACHED 03:12:05 03:12:05 #191 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:12:05 #191 CACHED 03:12:05 03:12:05 #192 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:12:05 #192 CACHED 03:12:05 03:12:05 #193 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:12:05 #193 CACHED 03:12:05 03:12:05 #194 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:12:05 #194 DONE 0.4s 03:12:05 03:12:05 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:12:05 #195 DONE 0.4s 03:12:05 03:12:05 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:12:05 #196 ... 03:12:05 03:12:05 #197 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:12:05 #197 DONE 0.7s 03:12:05 03:12:05 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:12:07 #198 ... 03:12:07 03:12:07 #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:12:07 #186 DONE 2.3s 03:12:07 03:12:07 #199 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:12:07 #199 DONE 2.1s 03:12:07 03:12:07 #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:12:07 #200 DONE 2.2s 03:12:07 03:12:07 #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:12:07 #201 DONE 0.4s 03:12:07 03:12:07 #202 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:12:07 #202 DONE 2.3s 03:12:07 03:12:07 #203 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:12:07 #203 DONE 2.3s 03:12:07 03:12:07 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:12:07 #204 DONE 2.3s 03:12:07 03:12:07 #205 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:12:07 #205 DONE 2.3s 03:12:07 03:12:07 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:12:07 #198 DONE 2.3s 03:12:07 03:12:07 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:12:07 #196 DONE 2.3s 03:12:07 03:12:07 #206 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:12:07 #206 DONE 1.8s 03:12:07 03:12:07 #207 [core-keeper] exporting to image 03:12:07 #207 exporting layers 03:12:07 #207 ... 03:12:07 03:12:07 #208 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:12:07 #208 DONE 0.2s 03:12:07 03:12:07 #209 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:12:07 #209 DONE 0.2s 03:12:07 03:12:07 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:12:07 #210 DONE 0.2s 03:12:07 03:12:07 #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:12:07 #211 DONE 0.2s 03:12:07 03:12:07 #212 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:12:07 #212 DONE 0.2s 03:12:07 03:12:07 #213 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:12:07 #213 DONE 0.2s 03:12:07 03:12:07 #214 [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 03:12:07 #214 DONE 0.2s 03:12:07 03:12:07 #215 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:12:07 #215 DONE 0.2s 03:12:07 03:12:07 #216 [support-notifications] exporting to image 03:12:07 #216 ... 03:12:07 03:12:07 #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:12:07 #217 DONE 0.2s 03:12:07 03:12:07 #218 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:12:07 #218 DONE 0.2s 03:12:07 03:12:07 #219 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:12:07 #219 DONE 0.4s 03:12:07 03:12:07 #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:12:07 #220 ... 03:12:07 03:12:07 #221 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:12:07 #221 DONE 0.4s 03:12:07 03:12:07 #222 [core-command] exporting to image 03:12:07 #222 exporting layers 0.2s done 03:12:07 #222 writing image sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 0.2s done 03:12:07 #222 naming to docker.io/library/core-command done 03:12:07 #222 DONE 0.5s 03:12:07 03:12:07 #207 [core-keeper] exporting to image 03:12:07 #207 exporting layers 0.2s done 03:12:07 #207 writing image sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 0.3s done 03:12:07 #207 naming to docker.io/library/core-keeper done 03:12:07 #207 DONE 0.7s 03:12:08 03:12:08 #223 [core-data] exporting to image 03:12:08 #223 exporting layers 0.5s done 03:12:08 #223 writing image sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done 03:12:08 #223 naming to docker.io/library/core-data 03:12:08 #223 naming to docker.io/library/core-data 0.2s done 03:12:08 #223 DONE 0.8s 03:12:08 03:12:08 #224 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:12:08 #224 DONE 0.3s 03:12:08 03:12:08 #220 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:12:08 #220 DONE 0.4s 03:12:08 03:12:08 #225 [security-spiffe-token-provider] exporting to image 03:12:08 #225 exporting layers 0.5s done 03:12:08 #225 writing image sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 0.3s done 03:12:08 #225 naming to docker.io/library/security-spiffe-token-provider 0.0s done 03:12:08 #225 DONE 0.9s 03:12:08 03:12:08 #216 [support-notifications] exporting to image 03:12:08 #216 exporting layers 0.8s done 03:12:08 #216 writing image sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e 0.0s done 03:12:08 #216 naming to docker.io/library/support-notifications done 03:12:08 #216 DONE 0.8s 03:12:08 03:12:08 #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:12:08 #226 ... 03:12:08 03:12:08 #227 [core-metadata] exporting to image 03:12:08 #227 exporting layers 0.4s done 03:12:08 #227 writing image sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done 03:12:08 #227 naming to docker.io/library/core-metadata 0.0s done 03:12:08 #227 DONE 0.8s 03:12:08 03:12:08 #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:12:08 #226 DONE 0.4s 03:12:08 03:12:08 #228 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:12:08 #228 DONE 0.8s 03:12:08 03:12:08 #229 [support-scheduler] exporting to image 03:12:08 #229 exporting layers 1.0s done 03:12:08 #229 writing image sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done 03:12:08 #229 naming to docker.io/library/support-scheduler done 03:12:08 #229 DONE 1.3s 03:12:08 03:12:08 #230 [security-proxy-auth] exporting to image 03:12:08 #230 ... 03:12:08 03:12:08 #231 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:12:08 #231 DONE 0.1s 03:12:08 03:12:08 #232 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:12:08 #232 DONE 0.7s 03:12:08 03:12:08 #233 [security-proxy-setup] exporting to image 03:12:09 #233 exporting layers 0.2s done 03:12:09 #233 writing image sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done 03:12:09 #233 naming to docker.io/library/security-proxy-setup done 03:12:09 #233 DONE 0.2s 03:12:09 03:12:09 #230 [security-proxy-auth] exporting to image 03:12:09 #230 exporting layers 0.5s done 03:12:09 #230 writing image sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c 03:12:09 #230 writing image sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done 03:12:09 #230 naming to docker.io/library/security-proxy-auth done 03:12:09 #230 DONE 0.5s 03:12:09 03:12:09 #234 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:12:09 #234 DONE 0.4s 03:12:09 03:12:09 #235 [security-secretstore-setup] exporting to image 03:12:09 #235 exporting layers 0.2s done 03:12:09 #235 writing image sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done 03:12:09 #235 naming to docker.io/library/security-secretstore-setup done 03:12:09 #235 DONE 0.2s 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:12:09 time="2025-12-26T03:07:43Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:12:09 $ docker stop --time=1 f1d01aabcbbb51a9707158b3e9b504269b8770a1b33c56082fbc121301fbc88f 03:12:10 $ docker rm -f --volumes f1d01aabcbbb51a9707158b3e9b504269b8770a1b33c56082fbc121301fbc88f [Pipeline] // withDockerContainer [Pipeline] sh 03:12:11 + docker images 03:12:11 REPOSITORY TAG IMAGE ID CREATED SIZE 03:12:11 security-secretstore-setup latest 7cf78c292a51 1 second ago 84.5MB 03:12:11 security-proxy-setup latest fb3238627616 2 seconds ago 52.8MB 03:12:11 security-proxy-auth latest 55e9670902e6 2 seconds ago 47MB 03:12:11 core-keeper latest fbe4016ef2fb 3 seconds ago 46.8MB 03:12:11 support-notifications latest 6fce353f6ec1 3 seconds ago 55.7MB 03:12:11 core-metadata latest 2fac77d02ba5 3 seconds ago 48MB 03:12:11 core-command latest 95941c7f0d8c 3 seconds ago 42.1MB 03:12:11 core-data latest ff06044ae3f7 3 seconds ago 47.8MB 03:12:11 security-spiffe-token-provider latest 6f64f33e941e 3 seconds ago 51MB 03:12:11 support-scheduler latest 5e5f70a5cbc8 3 seconds ago 52MB 03:12:11 security-bootstrapper latest b72a1c21955a About a minute ago 22.4MB 03:12:11 core-common-config-bootstrapper latest b79a798a4d9f About a minute ago 21.3MB 03:12:11 security-spire-agent latest 18bd545aa2c4 3 minutes ago 238MB 03:12:11 security-spire-config latest 344dae4ebee7 3 minutes ago 178MB 03:12:11 security-spire-server latest f42ac6751db9 3 minutes ago 178MB 03:12:11 ci-base-image-x86_64 latest 4261863a930f 7 minutes ago 999MB 03:12:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB 03:12:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB 03:12:11 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 03:12:11 provisioning config files... 03:12:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config7392964164182509442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:12:11 ---> ****-login.sh 03:12:11 nexus3.edgexfoundry.org:10001 03:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:11 Login Succeeded 03:12:11 nexus3.edgexfoundry.org:10002 03:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:11 Login Succeeded 03:12:11 nexus3.edgexfoundry.org:10003 03:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:11 Login Succeeded 03:12:11 nexus3.edgexfoundry.org:10004 03:12:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:12 Login Succeeded 03:12:12 ****.io 03:12:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:12 Login Succeeded 03:12:12 ---> ****-login.sh ends [Pipeline] } 03:12:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:12:12 [edgeXDocker.push] Tagging docker image core-command with the following tags: 03:12:12 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:12 latest 03:12:12 4.1.0-dev.88 03:12:12 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:12 main 03:12:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:13 + docker push nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:12:13 dfd9b5c0a5a7: Preparing 03:12:13 adb3c701b79c: Preparing 03:12:13 84af72fcb462: Preparing 03:12:13 c52ab6884c59: Preparing 03:12:13 c43ed0b6f7e1: Preparing 03:12:13 2987ece16cb9: Preparing 03:12:13 256f393e029f: Preparing 03:12:13 2987ece16cb9: Waiting 03:12:13 256f393e029f: Waiting 03:12:13 c52ab6884c59: Pushed 03:12:13 dfd9b5c0a5a7: Pushed 03:12:13 84af72fcb462: Pushed 03:12:13 256f393e029f: Layer already exists 03:12:13 c43ed0b6f7e1: Pushed 03:12:13 2987ece16cb9: Pushed 03:12:16 adb3c701b79c: Pushed 03:12:16 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:17 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 03:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:12:17 dfd9b5c0a5a7: Preparing 03:12:17 adb3c701b79c: Preparing 03:12:17 84af72fcb462: Preparing 03:12:17 c52ab6884c59: Preparing 03:12:17 c43ed0b6f7e1: Preparing 03:12:17 2987ece16cb9: Preparing 03:12:17 256f393e029f: Preparing 03:12:17 256f393e029f: Waiting 03:12:17 2987ece16cb9: Waiting 03:12:17 c43ed0b6f7e1: Layer already exists 03:12:17 c52ab6884c59: Layer already exists 03:12:17 dfd9b5c0a5a7: Layer already exists 03:12:17 84af72fcb462: Layer already exists 03:12:17 adb3c701b79c: Layer already exists 03:12:17 2987ece16cb9: Layer already exists 03:12:17 256f393e029f: Layer already exists 03:12:17 latest: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:17 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 03:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:12:17 dfd9b5c0a5a7: Preparing 03:12:17 adb3c701b79c: Preparing 03:12:17 84af72fcb462: Preparing 03:12:17 c52ab6884c59: Preparing 03:12:17 c43ed0b6f7e1: Preparing 03:12:17 2987ece16cb9: Preparing 03:12:17 256f393e029f: Preparing 03:12:17 2987ece16cb9: Waiting 03:12:17 256f393e029f: Waiting 03:12:17 adb3c701b79c: Layer already exists 03:12:17 c43ed0b6f7e1: Layer already exists 03:12:17 dfd9b5c0a5a7: Layer already exists 03:12:17 84af72fcb462: Layer already exists 03:12:17 c52ab6884c59: Layer already exists 03:12:17 2987ece16cb9: Layer already exists 03:12:17 256f393e029f: Layer already exists 03:12:17 4.1.0-dev.88: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:18 + docker push nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:12:18 dfd9b5c0a5a7: Preparing 03:12:18 adb3c701b79c: Preparing 03:12:18 84af72fcb462: Preparing 03:12:18 c52ab6884c59: Preparing 03:12:18 c43ed0b6f7e1: Preparing 03:12:18 2987ece16cb9: Preparing 03:12:18 256f393e029f: Preparing 03:12:18 2987ece16cb9: Waiting 03:12:18 256f393e029f: Waiting 03:12:18 c43ed0b6f7e1: Layer already exists 03:12:18 c52ab6884c59: Layer already exists 03:12:18 adb3c701b79c: Layer already exists 03:12:18 84af72fcb462: Layer already exists 03:12:18 dfd9b5c0a5a7: Layer already exists 03:12:18 2987ece16cb9: Layer already exists 03:12:18 256f393e029f: Layer already exists 03:12:18 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:19 + docker push nexus3.edgexfoundry.org:10004/core-command:main 03:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 03:12:19 dfd9b5c0a5a7: Preparing 03:12:19 adb3c701b79c: Preparing 03:12:19 84af72fcb462: Preparing 03:12:19 c52ab6884c59: Preparing 03:12:19 c43ed0b6f7e1: Preparing 03:12:19 2987ece16cb9: Preparing 03:12:19 256f393e029f: Preparing 03:12:19 2987ece16cb9: Waiting 03:12:19 256f393e029f: Waiting 03:12:19 adb3c701b79c: Layer already exists 03:12:19 dfd9b5c0a5a7: Layer already exists 03:12:19 c52ab6884c59: Layer already exists 03:12:19 c43ed0b6f7e1: Layer already exists 03:12:19 84af72fcb462: Layer already exists 03:12:19 2987ece16cb9: Layer already exists 03:12:19 256f393e029f: Layer already exists 03:12:19 main: digest: sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:19 ===================================================== [Pipeline] echo 03:12:19 taggedImages: 03:12:19 - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:19 - nexus3.edgexfoundry.org:10004/core-command:latest 03:12:19 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 03:12:19 - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:19 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 03:12:19 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 03:12:19 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:19 latest 03:12:19 4.1.0-dev.88 03:12:19 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:19 main 03:12:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:12:20 fda2b0787a2b: Preparing 03:12:20 52eea5d51a18: Preparing 03:12:20 c8295a2b66fb: Preparing 03:12:20 8fea2c39d412: Preparing 03:12:20 84af72fcb462: Preparing 03:12:20 c52ab6884c59: Preparing 03:12:20 c43ed0b6f7e1: Preparing 03:12:20 2987ece16cb9: Preparing 03:12:20 256f393e029f: Preparing 03:12:20 2987ece16cb9: Waiting 03:12:20 c52ab6884c59: Waiting 03:12:20 c43ed0b6f7e1: Waiting 03:12:20 84af72fcb462: Layer already exists 03:12:20 c52ab6884c59: Layer already exists 03:12:20 c43ed0b6f7e1: Layer already exists 03:12:20 2987ece16cb9: Layer already exists 03:12:20 256f393e029f: Layer already exists 03:12:20 c8295a2b66fb: Pushed 03:12:20 fda2b0787a2b: Pushed 03:12:20 52eea5d51a18: Pushed 03:12:21 8fea2c39d412: Pushed 03:12:21 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:22 + 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 03:12:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:12:22 fda2b0787a2b: Preparing 03:12:22 52eea5d51a18: Preparing 03:12:22 c8295a2b66fb: Preparing 03:12:22 8fea2c39d412: Preparing 03:12:22 84af72fcb462: Preparing 03:12:22 c52ab6884c59: Preparing 03:12:22 c43ed0b6f7e1: Preparing 03:12:22 2987ece16cb9: Preparing 03:12:22 256f393e029f: Preparing 03:12:22 2987ece16cb9: Waiting 03:12:22 c52ab6884c59: Waiting 03:12:22 256f393e029f: Waiting 03:12:22 c43ed0b6f7e1: Waiting 03:12:22 fda2b0787a2b: Layer already exists 03:12:22 8fea2c39d412: Layer already exists 03:12:22 52eea5d51a18: Layer already exists 03:12:22 84af72fcb462: Layer already exists 03:12:22 c8295a2b66fb: Layer already exists 03:12:22 2987ece16cb9: Layer already exists 03:12:22 c43ed0b6f7e1: Layer already exists 03:12:22 c52ab6884c59: Layer already exists 03:12:22 256f393e029f: Layer already exists 03:12:22 latest: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 03:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:12:23 fda2b0787a2b: Preparing 03:12:23 52eea5d51a18: Preparing 03:12:23 c8295a2b66fb: Preparing 03:12:23 8fea2c39d412: Preparing 03:12:23 84af72fcb462: Preparing 03:12:23 c52ab6884c59: Preparing 03:12:23 c43ed0b6f7e1: Preparing 03:12:23 2987ece16cb9: Preparing 03:12:23 256f393e029f: Preparing 03:12:23 c52ab6884c59: Waiting 03:12:23 c43ed0b6f7e1: Waiting 03:12:23 2987ece16cb9: Waiting 03:12:23 256f393e029f: Waiting 03:12:23 84af72fcb462: Layer already exists 03:12:23 8fea2c39d412: Layer already exists 03:12:23 fda2b0787a2b: Layer already exists 03:12:23 c8295a2b66fb: Layer already exists 03:12:23 52eea5d51a18: Layer already exists 03:12:23 c43ed0b6f7e1: Layer already exists 03:12:23 2987ece16cb9: Layer already exists 03:12:23 c52ab6884c59: Layer already exists 03:12:23 256f393e029f: Layer already exists 03:12:23 4.1.0-dev.88: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:12:23 fda2b0787a2b: Preparing 03:12:23 52eea5d51a18: Preparing 03:12:23 c8295a2b66fb: Preparing 03:12:23 8fea2c39d412: Preparing 03:12:23 84af72fcb462: Preparing 03:12:23 c52ab6884c59: Preparing 03:12:23 c43ed0b6f7e1: Preparing 03:12:23 2987ece16cb9: Preparing 03:12:23 256f393e029f: Preparing 03:12:23 2987ece16cb9: Waiting 03:12:23 c43ed0b6f7e1: Waiting 03:12:23 256f393e029f: Waiting 03:12:23 c52ab6884c59: Waiting 03:12:23 fda2b0787a2b: Layer already exists 03:12:23 52eea5d51a18: Layer already exists 03:12:23 84af72fcb462: Layer already exists 03:12:23 8fea2c39d412: Layer already exists 03:12:23 c8295a2b66fb: Layer already exists 03:12:23 c43ed0b6f7e1: Layer already exists 03:12:23 2987ece16cb9: Layer already exists 03:12:23 c52ab6884c59: Layer already exists 03:12:23 256f393e029f: Layer already exists 03:12:23 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:24 + 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 03:12:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 03:12:24 fda2b0787a2b: Preparing 03:12:24 52eea5d51a18: Preparing 03:12:24 c8295a2b66fb: Preparing 03:12:24 8fea2c39d412: Preparing 03:12:24 84af72fcb462: Preparing 03:12:24 c52ab6884c59: Preparing 03:12:24 c43ed0b6f7e1: Preparing 03:12:24 2987ece16cb9: Preparing 03:12:24 256f393e029f: Preparing 03:12:24 c52ab6884c59: Waiting 03:12:24 c43ed0b6f7e1: Waiting 03:12:24 2987ece16cb9: Waiting 03:12:24 256f393e029f: Waiting 03:12:24 8fea2c39d412: Layer already exists 03:12:24 fda2b0787a2b: Layer already exists 03:12:24 c8295a2b66fb: Layer already exists 03:12:24 52eea5d51a18: Layer already exists 03:12:24 84af72fcb462: Layer already exists 03:12:24 c52ab6884c59: Layer already exists 03:12:24 c43ed0b6f7e1: Layer already exists 03:12:24 256f393e029f: Layer already exists 03:12:24 2987ece16cb9: Layer already exists 03:12:24 main: digest: sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:24 ===================================================== [Pipeline] echo 03:12:24 taggedImages: 03:12:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:12:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 03:12:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 03:12:24 [edgeXDocker.push] Tagging docker image core-data with the following tags: 03:12:24 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:24 latest 03:12:24 4.1.0-dev.88 03:12:24 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:24 main 03:12:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:25 + docker push nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:12:25 407caaa81ad0: Preparing 03:12:25 2ef6d8083809: Preparing 03:12:25 84af72fcb462: Preparing 03:12:25 c52ab6884c59: Preparing 03:12:25 c43ed0b6f7e1: Preparing 03:12:25 9436db749a5e: Preparing 03:12:25 256f393e029f: Preparing 03:12:25 9436db749a5e: Waiting 03:12:25 256f393e029f: Waiting 03:12:25 c43ed0b6f7e1: Layer already exists 03:12:25 84af72fcb462: Layer already exists 03:12:25 c52ab6884c59: Layer already exists 03:12:25 256f393e029f: Layer already exists 03:12:25 407caaa81ad0: Pushed 03:12:25 9436db749a5e: Pushed 03:12:29 2ef6d8083809: Pushed 03:12:29 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:30 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 03:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:12:30 407caaa81ad0: Preparing 03:12:30 2ef6d8083809: Preparing 03:12:30 84af72fcb462: Preparing 03:12:30 c52ab6884c59: Preparing 03:12:30 c43ed0b6f7e1: Preparing 03:12:30 9436db749a5e: Preparing 03:12:30 256f393e029f: Preparing 03:12:30 256f393e029f: Waiting 03:12:30 9436db749a5e: Waiting 03:12:30 c52ab6884c59: Layer already exists 03:12:30 c43ed0b6f7e1: Layer already exists 03:12:30 407caaa81ad0: Layer already exists 03:12:30 2ef6d8083809: Layer already exists 03:12:30 84af72fcb462: Layer already exists 03:12:30 9436db749a5e: Layer already exists 03:12:30 256f393e029f: Layer already exists 03:12:30 latest: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:30 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:30 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 03:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:12:30 407caaa81ad0: Preparing 03:12:30 2ef6d8083809: Preparing 03:12:30 84af72fcb462: Preparing 03:12:30 c52ab6884c59: Preparing 03:12:30 c43ed0b6f7e1: Preparing 03:12:30 9436db749a5e: Preparing 03:12:30 256f393e029f: Preparing 03:12:30 9436db749a5e: Waiting 03:12:30 256f393e029f: Waiting 03:12:30 84af72fcb462: Layer already exists 03:12:30 2ef6d8083809: Layer already exists 03:12:30 c52ab6884c59: Layer already exists 03:12:30 c43ed0b6f7e1: Layer already exists 03:12:30 407caaa81ad0: Layer already exists 03:12:30 256f393e029f: Layer already exists 03:12:30 9436db749a5e: Layer already exists 03:12:30 4.1.0-dev.88: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:31 + docker push nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:12:31 407caaa81ad0: Preparing 03:12:31 2ef6d8083809: Preparing 03:12:31 84af72fcb462: Preparing 03:12:31 c52ab6884c59: Preparing 03:12:31 c43ed0b6f7e1: Preparing 03:12:31 9436db749a5e: Preparing 03:12:31 256f393e029f: Preparing 03:12:31 9436db749a5e: Waiting 03:12:31 256f393e029f: Waiting 03:12:31 84af72fcb462: Layer already exists 03:12:31 407caaa81ad0: Layer already exists 03:12:31 c43ed0b6f7e1: Layer already exists 03:12:31 c52ab6884c59: Layer already exists 03:12:31 2ef6d8083809: Layer already exists 03:12:31 9436db749a5e: Layer already exists 03:12:31 256f393e029f: Layer already exists 03:12:31 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:32 + docker push nexus3.edgexfoundry.org:10004/core-data:main 03:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 03:12:32 407caaa81ad0: Preparing 03:12:32 2ef6d8083809: Preparing 03:12:32 84af72fcb462: Preparing 03:12:32 c52ab6884c59: Preparing 03:12:32 c43ed0b6f7e1: Preparing 03:12:32 9436db749a5e: Preparing 03:12:32 256f393e029f: Preparing 03:12:32 256f393e029f: Waiting 03:12:32 9436db749a5e: Waiting 03:12:32 c43ed0b6f7e1: Layer already exists 03:12:32 407caaa81ad0: Layer already exists 03:12:32 2ef6d8083809: Layer already exists 03:12:32 84af72fcb462: Layer already exists 03:12:32 c52ab6884c59: Layer already exists 03:12:32 9436db749a5e: Layer already exists 03:12:32 256f393e029f: Layer already exists 03:12:32 main: digest: sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:32 ===================================================== [Pipeline] echo 03:12:32 taggedImages: 03:12:32 - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:32 - nexus3.edgexfoundry.org:10004/core-data:latest 03:12:32 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 03:12:32 - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:32 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 03:12:32 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 03:12:32 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:32 latest 03:12:32 4.1.0-dev.88 03:12:32 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:32 main 03:12:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:32 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:12:33 a30557837d1b: Preparing 03:12:33 277c3b536d33: Preparing 03:12:33 c52ab6884c59: Preparing 03:12:33 1308669f8c53: Preparing 03:12:33 1b8150bbaf6e: Preparing 03:12:33 256f393e029f: Preparing 03:12:33 256f393e029f: Waiting 03:12:33 c52ab6884c59: Layer already exists 03:12:33 256f393e029f: Layer already exists 03:12:33 1b8150bbaf6e: Pushed 03:12:33 1308669f8c53: Pushed 03:12:33 a30557837d1b: Pushed 03:12:37 277c3b536d33: Pushed 03:12:37 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:37 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:37 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 03:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:12:37 a30557837d1b: Preparing 03:12:37 277c3b536d33: Preparing 03:12:37 c52ab6884c59: Preparing 03:12:37 1308669f8c53: Preparing 03:12:37 1b8150bbaf6e: Preparing 03:12:37 256f393e029f: Preparing 03:12:37 256f393e029f: Waiting 03:12:37 c52ab6884c59: Layer already exists 03:12:37 1308669f8c53: Layer already exists 03:12:37 277c3b536d33: Layer already exists 03:12:37 a30557837d1b: Layer already exists 03:12:37 1b8150bbaf6e: Layer already exists 03:12:37 256f393e029f: Layer already exists 03:12:37 latest: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:38 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 03:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:12:38 a30557837d1b: Preparing 03:12:38 277c3b536d33: Preparing 03:12:38 c52ab6884c59: Preparing 03:12:38 1308669f8c53: Preparing 03:12:38 1b8150bbaf6e: Preparing 03:12:38 256f393e029f: Preparing 03:12:38 256f393e029f: Waiting 03:12:38 277c3b536d33: Layer already exists 03:12:38 c52ab6884c59: Layer already exists 03:12:38 1b8150bbaf6e: Layer already exists 03:12:38 1308669f8c53: Layer already exists 03:12:38 a30557837d1b: Layer already exists 03:12:38 256f393e029f: Layer already exists 03:12:38 4.1.0-dev.88: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:38 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:12:39 a30557837d1b: Preparing 03:12:39 277c3b536d33: Preparing 03:12:39 c52ab6884c59: Preparing 03:12:39 1308669f8c53: Preparing 03:12:39 1b8150bbaf6e: Preparing 03:12:39 256f393e029f: Preparing 03:12:39 256f393e029f: Waiting 03:12:39 277c3b536d33: Layer already exists 03:12:39 1308669f8c53: Layer already exists 03:12:39 c52ab6884c59: Layer already exists 03:12:39 1b8150bbaf6e: Layer already exists 03:12:39 a30557837d1b: Layer already exists 03:12:39 256f393e029f: Layer already exists 03:12:39 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:39 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 03:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 03:12:39 a30557837d1b: Preparing 03:12:39 277c3b536d33: Preparing 03:12:39 c52ab6884c59: Preparing 03:12:39 1308669f8c53: Preparing 03:12:39 1b8150bbaf6e: Preparing 03:12:39 256f393e029f: Preparing 03:12:39 256f393e029f: Waiting 03:12:39 1308669f8c53: Layer already exists 03:12:39 a30557837d1b: Layer already exists 03:12:39 1b8150bbaf6e: Layer already exists 03:12:39 c52ab6884c59: Layer already exists 03:12:39 277c3b536d33: Layer already exists 03:12:39 256f393e029f: Layer already exists 03:12:39 main: digest: sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:40 ===================================================== [Pipeline] echo 03:12:40 taggedImages: 03:12:40 - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:40 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:12:40 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 03:12:40 - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:40 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 03:12:40 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 03:12:40 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:40 latest 03:12:40 4.1.0-dev.88 03:12:40 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:40 main 03:12:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:40 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:12:40 8fde9535da0f: Preparing 03:12:40 719776882bba: Preparing 03:12:40 3b42a1bbb2a3: Preparing 03:12:40 84af72fcb462: Preparing 03:12:40 c52ab6884c59: Preparing 03:12:40 c43ed0b6f7e1: Preparing 03:12:40 2987ece16cb9: Preparing 03:12:40 256f393e029f: Preparing 03:12:40 c43ed0b6f7e1: Waiting 03:12:40 2987ece16cb9: Waiting 03:12:40 256f393e029f: Waiting 03:12:40 c52ab6884c59: Layer already exists 03:12:40 84af72fcb462: Layer already exists 03:12:40 c43ed0b6f7e1: Layer already exists 03:12:40 2987ece16cb9: Layer already exists 03:12:40 256f393e029f: Layer already exists 03:12:40 719776882bba: Pushed 03:12:40 8fde9535da0f: Pushed 03:12:44 3b42a1bbb2a3: Pushed 03:12:44 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 03:12:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:12:45 8fde9535da0f: Preparing 03:12:45 719776882bba: Preparing 03:12:45 3b42a1bbb2a3: Preparing 03:12:45 84af72fcb462: Preparing 03:12:45 c52ab6884c59: Preparing 03:12:45 c43ed0b6f7e1: Preparing 03:12:45 2987ece16cb9: Preparing 03:12:45 256f393e029f: Preparing 03:12:45 c43ed0b6f7e1: Waiting 03:12:45 2987ece16cb9: Waiting 03:12:45 256f393e029f: Waiting 03:12:45 84af72fcb462: Layer already exists 03:12:45 3b42a1bbb2a3: Layer already exists 03:12:45 c52ab6884c59: Layer already exists 03:12:45 719776882bba: Layer already exists 03:12:45 8fde9535da0f: Layer already exists 03:12:45 c43ed0b6f7e1: Layer already exists 03:12:45 256f393e029f: Layer already exists 03:12:45 2987ece16cb9: Layer already exists 03:12:45 latest: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:45 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 03:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:12:46 8fde9535da0f: Preparing 03:12:46 719776882bba: Preparing 03:12:46 3b42a1bbb2a3: Preparing 03:12:46 84af72fcb462: Preparing 03:12:46 c52ab6884c59: Preparing 03:12:46 c43ed0b6f7e1: Preparing 03:12:46 2987ece16cb9: Preparing 03:12:46 256f393e029f: Preparing 03:12:46 c43ed0b6f7e1: Waiting 03:12:46 2987ece16cb9: Waiting 03:12:46 256f393e029f: Waiting 03:12:46 719776882bba: Layer already exists 03:12:46 c52ab6884c59: Layer already exists 03:12:46 3b42a1bbb2a3: Layer already exists 03:12:46 8fde9535da0f: Layer already exists 03:12:46 84af72fcb462: Layer already exists 03:12:46 c43ed0b6f7e1: Layer already exists 03:12:46 2987ece16cb9: Layer already exists 03:12:46 256f393e029f: Layer already exists 03:12:46 4.1.0-dev.88: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:46 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:12:46 8fde9535da0f: Preparing 03:12:46 719776882bba: Preparing 03:12:46 3b42a1bbb2a3: Preparing 03:12:46 84af72fcb462: Preparing 03:12:46 c52ab6884c59: Preparing 03:12:46 c43ed0b6f7e1: Preparing 03:12:46 2987ece16cb9: Preparing 03:12:46 c43ed0b6f7e1: Waiting 03:12:46 256f393e029f: Preparing 03:12:46 256f393e029f: Waiting 03:12:46 2987ece16cb9: Waiting 03:12:46 84af72fcb462: Layer already exists 03:12:46 8fde9535da0f: Layer already exists 03:12:46 3b42a1bbb2a3: Layer already exists 03:12:46 719776882bba: Layer already exists 03:12:46 c52ab6884c59: Layer already exists 03:12:46 2987ece16cb9: Layer already exists 03:12:46 c43ed0b6f7e1: Layer already exists 03:12:46 256f393e029f: Layer already exists 03:12:46 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:47 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 03:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 03:12:47 8fde9535da0f: Preparing 03:12:47 719776882bba: Preparing 03:12:47 3b42a1bbb2a3: Preparing 03:12:47 84af72fcb462: Preparing 03:12:47 c52ab6884c59: Preparing 03:12:47 c43ed0b6f7e1: Preparing 03:12:47 2987ece16cb9: Preparing 03:12:47 256f393e029f: Preparing 03:12:47 c43ed0b6f7e1: Waiting 03:12:47 2987ece16cb9: Waiting 03:12:47 256f393e029f: Waiting 03:12:47 c52ab6884c59: Layer already exists 03:12:47 84af72fcb462: Layer already exists 03:12:47 8fde9535da0f: Layer already exists 03:12:47 719776882bba: Layer already exists 03:12:47 3b42a1bbb2a3: Layer already exists 03:12:47 c43ed0b6f7e1: Layer already exists 03:12:47 256f393e029f: Layer already exists 03:12:47 2987ece16cb9: Layer already exists 03:12:47 main: digest: sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:47 ===================================================== [Pipeline] echo 03:12:47 taggedImages: 03:12:47 - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:47 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:12:47 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 03:12:47 - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:47 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 03:12:47 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 03:12:47 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:47 latest 03:12:47 4.1.0-dev.88 03:12:47 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:47 main 03:12:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:12:48 abd18e6ef677: Preparing 03:12:48 9b315bfbbae3: Preparing 03:12:48 e7720ba1708d: Preparing 03:12:48 13840ce56ccf: Preparing 03:12:48 e31978e7e985: Preparing 03:12:48 aba76cd62f20: Preparing 03:12:48 31816ad230f4: Preparing 03:12:48 84af72fcb462: Preparing 03:12:48 c52ab6884c59: Preparing 03:12:48 4ae6d50eab54: Preparing 03:12:48 a35661c04679: Preparing 03:12:48 5f70bf18a086: Preparing 03:12:48 5b16dab5a9c2: Preparing 03:12:48 571a481fcfe1: Preparing 03:12:48 a98dbec35cd6: Preparing 03:12:48 256f393e029f: Preparing 03:12:48 84af72fcb462: Waiting 03:12:48 c52ab6884c59: Waiting 03:12:48 aba76cd62f20: Waiting 03:12:48 4ae6d50eab54: Waiting 03:12:48 31816ad230f4: Waiting 03:12:48 5f70bf18a086: Waiting 03:12:48 a35661c04679: Waiting 03:12:48 571a481fcfe1: Waiting 03:12:48 5b16dab5a9c2: Waiting 03:12:48 a98dbec35cd6: Waiting 03:12:48 256f393e029f: Waiting 03:12:48 13840ce56ccf: Pushed 03:12:48 e7720ba1708d: Pushed 03:12:48 9b315bfbbae3: Pushed 03:12:48 abd18e6ef677: Pushed 03:12:48 e31978e7e985: Pushed 03:12:48 84af72fcb462: Layer already exists 03:12:48 c52ab6884c59: Layer already exists 03:12:48 5f70bf18a086: Layer already exists 03:12:48 aba76cd62f20: Pushed 03:12:48 a35661c04679: Pushed 03:12:48 4ae6d50eab54: Pushed 03:12:48 5b16dab5a9c2: Pushed 03:12:48 256f393e029f: Layer already exists 03:12:48 a98dbec35cd6: Pushed 03:12:48 571a481fcfe1: Pushed 03:12:50 31816ad230f4: Pushed 03:12:50 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:50 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:12:50 abd18e6ef677: Preparing 03:12:50 9b315bfbbae3: Preparing 03:12:50 e7720ba1708d: Preparing 03:12:50 13840ce56ccf: Preparing 03:12:50 e31978e7e985: Preparing 03:12:50 aba76cd62f20: Preparing 03:12:50 31816ad230f4: Preparing 03:12:50 84af72fcb462: Preparing 03:12:50 c52ab6884c59: Preparing 03:12:50 4ae6d50eab54: Preparing 03:12:50 a35661c04679: Preparing 03:12:50 5f70bf18a086: Preparing 03:12:50 5b16dab5a9c2: Preparing 03:12:50 571a481fcfe1: Preparing 03:12:50 a98dbec35cd6: Preparing 03:12:50 256f393e029f: Preparing 03:12:50 c52ab6884c59: Waiting 03:12:50 4ae6d50eab54: Waiting 03:12:50 a35661c04679: Waiting 03:12:50 5f70bf18a086: Waiting 03:12:50 5b16dab5a9c2: Waiting 03:12:50 571a481fcfe1: Waiting 03:12:50 a98dbec35cd6: Waiting 03:12:50 256f393e029f: Waiting 03:12:50 aba76cd62f20: Waiting 03:12:50 31816ad230f4: Waiting 03:12:50 84af72fcb462: Waiting 03:12:50 e31978e7e985: Layer already exists 03:12:50 e7720ba1708d: Layer already exists 03:12:50 9b315bfbbae3: Layer already exists 03:12:50 13840ce56ccf: Layer already exists 03:12:50 abd18e6ef677: Layer already exists 03:12:50 aba76cd62f20: Layer already exists 03:12:50 31816ad230f4: Layer already exists 03:12:50 84af72fcb462: Layer already exists 03:12:50 c52ab6884c59: Layer already exists 03:12:50 4ae6d50eab54: Layer already exists 03:12:50 a35661c04679: Layer already exists 03:12:50 571a481fcfe1: Layer already exists 03:12:50 5f70bf18a086: Layer already exists 03:12:50 5b16dab5a9c2: Layer already exists 03:12:50 a98dbec35cd6: Layer already exists 03:12:50 256f393e029f: Layer already exists 03:12:50 latest: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:51 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 03:12:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:12:51 abd18e6ef677: Preparing 03:12:51 9b315bfbbae3: Preparing 03:12:51 e7720ba1708d: Preparing 03:12:51 13840ce56ccf: Preparing 03:12:51 e31978e7e985: Preparing 03:12:51 aba76cd62f20: Preparing 03:12:51 31816ad230f4: Preparing 03:12:51 84af72fcb462: Preparing 03:12:51 c52ab6884c59: Preparing 03:12:51 4ae6d50eab54: Preparing 03:12:51 a35661c04679: Preparing 03:12:51 5f70bf18a086: Preparing 03:12:51 5b16dab5a9c2: Preparing 03:12:51 571a481fcfe1: Preparing 03:12:51 aba76cd62f20: Waiting 03:12:51 a98dbec35cd6: Preparing 03:12:51 31816ad230f4: Waiting 03:12:51 256f393e029f: Preparing 03:12:51 84af72fcb462: Waiting 03:12:51 c52ab6884c59: Waiting 03:12:51 4ae6d50eab54: Waiting 03:12:51 a35661c04679: Waiting 03:12:51 5f70bf18a086: Waiting 03:12:51 5b16dab5a9c2: Waiting 03:12:51 571a481fcfe1: Waiting 03:12:51 a98dbec35cd6: Waiting 03:12:51 256f393e029f: Waiting 03:12:51 e31978e7e985: Layer already exists 03:12:51 e7720ba1708d: Layer already exists 03:12:51 abd18e6ef677: Layer already exists 03:12:51 13840ce56ccf: Layer already exists 03:12:51 9b315bfbbae3: Layer already exists 03:12:51 aba76cd62f20: Layer already exists 03:12:51 4ae6d50eab54: Layer already exists 03:12:51 84af72fcb462: Layer already exists 03:12:51 c52ab6884c59: Layer already exists 03:12:51 31816ad230f4: Layer already exists 03:12:51 a35661c04679: Layer already exists 03:12:51 5f70bf18a086: Layer already exists 03:12:51 5b16dab5a9c2: Layer already exists 03:12:51 a98dbec35cd6: Layer already exists 03:12:51 571a481fcfe1: Layer already exists 03:12:51 256f393e029f: Layer already exists 03:12:51 4.1.0-dev.88: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:51 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:12:52 abd18e6ef677: Preparing 03:12:52 9b315bfbbae3: Preparing 03:12:52 e7720ba1708d: Preparing 03:12:52 13840ce56ccf: Preparing 03:12:52 e31978e7e985: Preparing 03:12:52 aba76cd62f20: Preparing 03:12:52 31816ad230f4: Preparing 03:12:52 84af72fcb462: Preparing 03:12:52 c52ab6884c59: Preparing 03:12:52 4ae6d50eab54: Preparing 03:12:52 a35661c04679: Preparing 03:12:52 5f70bf18a086: Preparing 03:12:52 5b16dab5a9c2: Preparing 03:12:52 571a481fcfe1: Preparing 03:12:52 a98dbec35cd6: Preparing 03:12:52 256f393e029f: Preparing 03:12:52 a35661c04679: Waiting 03:12:52 5f70bf18a086: Waiting 03:12:52 31816ad230f4: Waiting 03:12:52 5b16dab5a9c2: Waiting 03:12:52 84af72fcb462: Waiting 03:12:52 c52ab6884c59: Waiting 03:12:52 571a481fcfe1: Waiting 03:12:52 a98dbec35cd6: Waiting 03:12:52 256f393e029f: Waiting 03:12:52 aba76cd62f20: Waiting 03:12:52 4ae6d50eab54: Waiting 03:12:52 e7720ba1708d: Layer already exists 03:12:52 abd18e6ef677: Layer already exists 03:12:52 13840ce56ccf: Layer already exists 03:12:52 9b315bfbbae3: Layer already exists 03:12:52 e31978e7e985: Layer already exists 03:12:52 31816ad230f4: Layer already exists 03:12:52 84af72fcb462: Layer already exists 03:12:52 aba76cd62f20: Layer already exists 03:12:52 c52ab6884c59: Layer already exists 03:12:52 4ae6d50eab54: Layer already exists 03:12:52 5b16dab5a9c2: Layer already exists 03:12:52 a35661c04679: Layer already exists 03:12:52 5f70bf18a086: Layer already exists 03:12:52 a98dbec35cd6: Layer already exists 03:12:52 571a481fcfe1: Layer already exists 03:12:52 256f393e029f: Layer already exists 03:12:52 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:52 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 03:12:52 abd18e6ef677: Preparing 03:12:52 9b315bfbbae3: Preparing 03:12:52 e7720ba1708d: Preparing 03:12:52 13840ce56ccf: Preparing 03:12:52 e31978e7e985: Preparing 03:12:52 aba76cd62f20: Preparing 03:12:52 31816ad230f4: Preparing 03:12:52 84af72fcb462: Preparing 03:12:52 c52ab6884c59: Preparing 03:12:52 4ae6d50eab54: Preparing 03:12:52 a35661c04679: Preparing 03:12:52 5f70bf18a086: Preparing 03:12:52 aba76cd62f20: Waiting 03:12:52 5b16dab5a9c2: Preparing 03:12:52 31816ad230f4: Waiting 03:12:52 571a481fcfe1: Preparing 03:12:52 84af72fcb462: Waiting 03:12:52 a98dbec35cd6: Preparing 03:12:52 c52ab6884c59: Waiting 03:12:52 256f393e029f: Preparing 03:12:52 4ae6d50eab54: Waiting 03:12:52 a35661c04679: Waiting 03:12:52 a98dbec35cd6: Waiting 03:12:52 5f70bf18a086: Waiting 03:12:52 256f393e029f: Waiting 03:12:52 571a481fcfe1: Waiting 03:12:52 5b16dab5a9c2: Waiting 03:12:52 abd18e6ef677: Layer already exists 03:12:52 9b315bfbbae3: Layer already exists 03:12:52 e7720ba1708d: Layer already exists 03:12:52 e31978e7e985: Layer already exists 03:12:52 13840ce56ccf: Layer already exists 03:12:52 aba76cd62f20: Layer already exists 03:12:52 31816ad230f4: Layer already exists 03:12:52 4ae6d50eab54: Layer already exists 03:12:52 84af72fcb462: Layer already exists 03:12:52 c52ab6884c59: Layer already exists 03:12:52 5b16dab5a9c2: Layer already exists 03:12:52 5f70bf18a086: Layer already exists 03:12:52 571a481fcfe1: Layer already exists 03:12:52 a35661c04679: Layer already exists 03:12:52 a98dbec35cd6: Layer already exists 03:12:52 256f393e029f: Layer already exists 03:12:52 main: digest: sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:12:52 ===================================================== [Pipeline] echo 03:12:52 taggedImages: 03:12:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:12:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 03:12:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:52 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 03:12:52 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 03:12:52 e746624fef212b0f4c77d3fdd5597b262518530b 03:12:52 latest 03:12:52 4.1.0-dev.88 03:12:52 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:52 main 03:12:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:53 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b 03:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:12:53 6817bf5a83c3: Preparing 03:12:53 1dc5fcfbefbb: Preparing 03:12:53 2e5cff84e32a: Preparing 03:12:53 1679ffb51d6d: Preparing 03:12:53 84af72fcb462: Preparing 03:12:53 c52ab6884c59: Preparing 03:12:53 c43ed0b6f7e1: Preparing 03:12:53 2987ece16cb9: Preparing 03:12:53 256f393e029f: Preparing 03:12:53 c52ab6884c59: Waiting 03:12:53 c43ed0b6f7e1: Waiting 03:12:53 2987ece16cb9: Waiting 03:12:53 256f393e029f: Waiting 03:12:53 84af72fcb462: Layer already exists 03:12:53 c52ab6884c59: Layer already exists 03:12:53 c43ed0b6f7e1: Layer already exists 03:12:53 2987ece16cb9: Layer already exists 03:12:53 6817bf5a83c3: Pushed 03:12:53 1dc5fcfbefbb: Pushed 03:12:53 256f393e029f: Layer already exists 03:12:53 2e5cff84e32a: Pushed 03:12:57 1679ffb51d6d: Pushed 03:12:57 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:58 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:12:58 6817bf5a83c3: Preparing 03:12:58 1dc5fcfbefbb: Preparing 03:12:58 2e5cff84e32a: Preparing 03:12:58 1679ffb51d6d: Preparing 03:12:58 84af72fcb462: Preparing 03:12:58 c52ab6884c59: Preparing 03:12:58 c43ed0b6f7e1: Preparing 03:12:58 2987ece16cb9: Preparing 03:12:58 256f393e029f: Preparing 03:12:58 c52ab6884c59: Waiting 03:12:58 c43ed0b6f7e1: Waiting 03:12:58 2987ece16cb9: Waiting 03:12:58 256f393e029f: Waiting 03:12:58 84af72fcb462: Layer already exists 03:12:58 1dc5fcfbefbb: Layer already exists 03:12:58 2e5cff84e32a: Layer already exists 03:12:58 6817bf5a83c3: Layer already exists 03:12:58 1679ffb51d6d: Layer already exists 03:12:58 c52ab6884c59: Layer already exists 03:12:58 c43ed0b6f7e1: Layer already exists 03:12:58 2987ece16cb9: Layer already exists 03:12:58 256f393e029f: Layer already exists 03:12:58 latest: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:58 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 03:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:12:59 6817bf5a83c3: Preparing 03:12:59 1dc5fcfbefbb: Preparing 03:12:59 2e5cff84e32a: Preparing 03:12:59 1679ffb51d6d: Preparing 03:12:59 84af72fcb462: Preparing 03:12:59 c52ab6884c59: Preparing 03:12:59 c43ed0b6f7e1: Preparing 03:12:59 2987ece16cb9: Preparing 03:12:59 256f393e029f: Preparing 03:12:59 c43ed0b6f7e1: Waiting 03:12:59 2987ece16cb9: Waiting 03:12:59 256f393e029f: Waiting 03:12:59 2e5cff84e32a: Layer already exists 03:12:59 6817bf5a83c3: Layer already exists 03:12:59 1679ffb51d6d: Layer already exists 03:12:59 84af72fcb462: Layer already exists 03:12:59 1dc5fcfbefbb: Layer already exists 03:12:59 c52ab6884c59: Layer already exists 03:12:59 2987ece16cb9: Layer already exists 03:12:59 c43ed0b6f7e1: Layer already exists 03:12:59 256f393e029f: Layer already exists 03:12:59 4.1.0-dev.88: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:59 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:12:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:12:59 6817bf5a83c3: Preparing 03:12:59 1dc5fcfbefbb: Preparing 03:12:59 2e5cff84e32a: Preparing 03:12:59 1679ffb51d6d: Preparing 03:12:59 84af72fcb462: Preparing 03:12:59 c52ab6884c59: Preparing 03:12:59 c43ed0b6f7e1: Preparing 03:12:59 2987ece16cb9: Preparing 03:12:59 256f393e029f: Preparing 03:12:59 c52ab6884c59: Waiting 03:12:59 c43ed0b6f7e1: Waiting 03:12:59 2987ece16cb9: Waiting 03:12:59 256f393e029f: Waiting 03:12:59 1dc5fcfbefbb: Layer already exists 03:12:59 1679ffb51d6d: Layer already exists 03:12:59 84af72fcb462: Layer already exists 03:12:59 2e5cff84e32a: Layer already exists 03:12:59 6817bf5a83c3: Layer already exists 03:12:59 c52ab6884c59: Layer already exists 03:12:59 2987ece16cb9: Layer already exists 03:12:59 c43ed0b6f7e1: Layer already exists 03:12:59 256f393e029f: Layer already exists 03:12:59 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:00 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 03:13:00 6817bf5a83c3: Preparing 03:13:00 1dc5fcfbefbb: Preparing 03:13:00 2e5cff84e32a: Preparing 03:13:00 1679ffb51d6d: Preparing 03:13:00 84af72fcb462: Preparing 03:13:00 c52ab6884c59: Preparing 03:13:00 c43ed0b6f7e1: Preparing 03:13:00 2987ece16cb9: Preparing 03:13:00 256f393e029f: Preparing 03:13:00 c43ed0b6f7e1: Waiting 03:13:00 2987ece16cb9: Waiting 03:13:00 c52ab6884c59: Waiting 03:13:00 256f393e029f: Waiting 03:13:00 6817bf5a83c3: Layer already exists 03:13:00 1dc5fcfbefbb: Layer already exists 03:13:00 1679ffb51d6d: Layer already exists 03:13:00 2e5cff84e32a: Layer already exists 03:13:00 84af72fcb462: Layer already exists 03:13:00 c43ed0b6f7e1: Layer already exists 03:13:00 c52ab6884c59: Layer already exists 03:13:00 2987ece16cb9: Layer already exists 03:13:00 256f393e029f: Layer already exists 03:13:00 main: digest: sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:00 ===================================================== [Pipeline] echo 03:13:00 taggedImages: 03:13:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:13:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 03:13:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:00 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 03:13:00 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 03:13:00 e746624fef212b0f4c77d3fdd5597b262518530b 03:13:00 latest 03:13:00 4.1.0-dev.88 03:13:00 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:00 main 03:13:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:01 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:13:01 58957c7c9c57: Preparing 03:13:01 62118366294c: Preparing 03:13:01 74b5d67a0aea: Preparing 03:13:01 58ff7e476ec2: Preparing 03:13:01 c5618952b0a1: Preparing 03:13:01 84af72fcb462: Preparing 03:13:01 c52ab6884c59: Preparing 03:13:01 1dd626d2801e: Preparing 03:13:01 1f13ec55cebc: Preparing 03:13:01 af3c5583651c: Preparing 03:13:01 256f393e029f: Preparing 03:13:01 c52ab6884c59: Waiting 03:13:01 256f393e029f: Waiting 03:13:01 af3c5583651c: Waiting 03:13:01 1dd626d2801e: Waiting 03:13:01 1f13ec55cebc: Waiting 03:13:01 84af72fcb462: Waiting 03:13:01 c5618952b0a1: Pushed 03:13:01 62118366294c: Pushed 03:13:01 84af72fcb462: Layer already exists 03:13:01 58957c7c9c57: Pushed 03:13:01 58ff7e476ec2: Pushed 03:13:01 c52ab6884c59: Layer already exists 03:13:01 256f393e029f: Layer already exists 03:13:01 1dd626d2801e: Pushed 03:13:01 1f13ec55cebc: Pushed 03:13:03 af3c5583651c: Pushed 03:13:04 74b5d67a0aea: Pushed 03:13:04 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:04 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:13:05 58957c7c9c57: Preparing 03:13:05 62118366294c: Preparing 03:13:05 74b5d67a0aea: Preparing 03:13:05 58ff7e476ec2: Preparing 03:13:05 c5618952b0a1: Preparing 03:13:05 84af72fcb462: Preparing 03:13:05 c52ab6884c59: Preparing 03:13:05 1dd626d2801e: Preparing 03:13:05 1f13ec55cebc: Preparing 03:13:05 af3c5583651c: Preparing 03:13:05 256f393e029f: Preparing 03:13:05 84af72fcb462: Waiting 03:13:05 c52ab6884c59: Waiting 03:13:05 1dd626d2801e: Waiting 03:13:05 1f13ec55cebc: Waiting 03:13:05 af3c5583651c: Waiting 03:13:05 256f393e029f: Waiting 03:13:05 58957c7c9c57: Layer already exists 03:13:05 62118366294c: Layer already exists 03:13:05 c5618952b0a1: Layer already exists 03:13:05 58ff7e476ec2: Layer already exists 03:13:05 74b5d67a0aea: Layer already exists 03:13:05 84af72fcb462: Layer already exists 03:13:05 c52ab6884c59: Layer already exists 03:13:05 1dd626d2801e: Layer already exists 03:13:05 af3c5583651c: Layer already exists 03:13:05 1f13ec55cebc: Layer already exists 03:13:05 256f393e029f: Layer already exists 03:13:05 latest: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 03:13:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:13:05 58957c7c9c57: Preparing 03:13:05 62118366294c: Preparing 03:13:05 74b5d67a0aea: Preparing 03:13:05 58ff7e476ec2: Preparing 03:13:05 c5618952b0a1: Preparing 03:13:05 84af72fcb462: Preparing 03:13:05 c52ab6884c59: Preparing 03:13:05 1dd626d2801e: Preparing 03:13:05 1f13ec55cebc: Preparing 03:13:05 af3c5583651c: Preparing 03:13:05 256f393e029f: Preparing 03:13:05 1dd626d2801e: Waiting 03:13:05 1f13ec55cebc: Waiting 03:13:05 af3c5583651c: Waiting 03:13:05 256f393e029f: Waiting 03:13:05 84af72fcb462: Waiting 03:13:05 c52ab6884c59: Waiting 03:13:05 c5618952b0a1: Layer already exists 03:13:05 58957c7c9c57: Layer already exists 03:13:05 58ff7e476ec2: Layer already exists 03:13:05 74b5d67a0aea: Layer already exists 03:13:05 62118366294c: Layer already exists 03:13:05 1dd626d2801e: Layer already exists 03:13:05 84af72fcb462: Layer already exists 03:13:05 c52ab6884c59: Layer already exists 03:13:05 1f13ec55cebc: Layer already exists 03:13:05 af3c5583651c: Layer already exists 03:13:05 256f393e029f: Layer already exists 03:13:05 4.1.0-dev.88: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:13:06 58957c7c9c57: Preparing 03:13:06 62118366294c: Preparing 03:13:06 74b5d67a0aea: Preparing 03:13:06 58ff7e476ec2: Preparing 03:13:06 c5618952b0a1: Preparing 03:13:06 84af72fcb462: Preparing 03:13:06 c52ab6884c59: Preparing 03:13:06 1dd626d2801e: Preparing 03:13:06 1f13ec55cebc: Preparing 03:13:06 af3c5583651c: Preparing 03:13:06 256f393e029f: Preparing 03:13:06 84af72fcb462: Waiting 03:13:06 c52ab6884c59: Waiting 03:13:06 1dd626d2801e: Waiting 03:13:06 1f13ec55cebc: Waiting 03:13:06 af3c5583651c: Waiting 03:13:06 256f393e029f: Waiting 03:13:06 74b5d67a0aea: Layer already exists 03:13:06 62118366294c: Layer already exists 03:13:06 58957c7c9c57: Layer already exists 03:13:06 c5618952b0a1: Layer already exists 03:13:06 58ff7e476ec2: Layer already exists 03:13:06 84af72fcb462: Layer already exists 03:13:06 c52ab6884c59: Layer already exists 03:13:06 1dd626d2801e: Layer already exists 03:13:06 1f13ec55cebc: Layer already exists 03:13:06 af3c5583651c: Layer already exists 03:13:06 256f393e029f: Layer already exists 03:13:06 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:06 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 03:13:07 58957c7c9c57: Preparing 03:13:07 62118366294c: Preparing 03:13:07 74b5d67a0aea: Preparing 03:13:07 58ff7e476ec2: Preparing 03:13:07 c5618952b0a1: Preparing 03:13:07 84af72fcb462: Preparing 03:13:07 c52ab6884c59: Preparing 03:13:07 1dd626d2801e: Preparing 03:13:07 1f13ec55cebc: Preparing 03:13:07 af3c5583651c: Preparing 03:13:07 256f393e029f: Preparing 03:13:07 84af72fcb462: Waiting 03:13:07 af3c5583651c: Waiting 03:13:07 c52ab6884c59: Waiting 03:13:07 256f393e029f: Waiting 03:13:07 1f13ec55cebc: Waiting 03:13:07 1dd626d2801e: Waiting 03:13:07 58ff7e476ec2: Layer already exists 03:13:07 74b5d67a0aea: Layer already exists 03:13:07 58957c7c9c57: Layer already exists 03:13:07 c5618952b0a1: Layer already exists 03:13:07 62118366294c: Layer already exists 03:13:07 84af72fcb462: Layer already exists 03:13:07 c52ab6884c59: Layer already exists 03:13:07 1dd626d2801e: Layer already exists 03:13:07 af3c5583651c: Layer already exists 03:13:07 1f13ec55cebc: Layer already exists 03:13:07 256f393e029f: Layer already exists 03:13:07 main: digest: sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:07 ===================================================== [Pipeline] echo 03:13:07 taggedImages: 03:13:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:13:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 03:13:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:07 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 03:13:07 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 03:13:07 e746624fef212b0f4c77d3fdd5597b262518530b 03:13:07 latest 03:13:07 4.1.0-dev.88 03:13:07 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:07 main 03:13:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:07 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:13:07 8126b4cea6b7: Preparing 03:13:07 a58f05b0ffcd: Preparing 03:13:07 5a990710840c: Preparing 03:13:07 e160f902d365: Preparing 03:13:07 b84767a6c3d5: Preparing 03:13:07 f6fee46d3848: Preparing 03:13:07 5d1f4756d4bc: Preparing 03:13:07 84af72fcb462: Preparing 03:13:07 c52ab6884c59: Preparing 03:13:07 52c5392912ef: Preparing 03:13:07 2bec5c05d998: Preparing 03:13:07 256f393e029f: Preparing 03:13:07 52c5392912ef: Waiting 03:13:07 c52ab6884c59: Waiting 03:13:07 2bec5c05d998: Waiting 03:13:07 256f393e029f: Waiting 03:13:07 84af72fcb462: Waiting 03:13:07 5d1f4756d4bc: Waiting 03:13:07 f6fee46d3848: Waiting 03:13:07 b84767a6c3d5: Pushed 03:13:07 8126b4cea6b7: Pushed 03:13:07 a58f05b0ffcd: Pushed 03:13:07 84af72fcb462: Layer already exists 03:13:07 c52ab6884c59: Layer already exists 03:13:07 f6fee46d3848: Pushed 03:13:07 5d1f4756d4bc: Pushed 03:13:08 256f393e029f: Layer already exists 03:13:08 52c5392912ef: Pushed 03:13:09 2bec5c05d998: Pushed 03:13:10 e160f902d365: Pushed 03:13:10 5a990710840c: Pushed 03:13:10 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:13:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:13:11 8126b4cea6b7: Preparing 03:13:11 a58f05b0ffcd: Preparing 03:13:11 5a990710840c: Preparing 03:13:11 e160f902d365: Preparing 03:13:11 b84767a6c3d5: Preparing 03:13:11 f6fee46d3848: Preparing 03:13:11 5d1f4756d4bc: Preparing 03:13:11 84af72fcb462: Preparing 03:13:11 c52ab6884c59: Preparing 03:13:11 52c5392912ef: Preparing 03:13:11 2bec5c05d998: Preparing 03:13:11 256f393e029f: Preparing 03:13:11 f6fee46d3848: Waiting 03:13:11 5d1f4756d4bc: Waiting 03:13:11 84af72fcb462: Waiting 03:13:11 2bec5c05d998: Waiting 03:13:11 256f393e029f: Waiting 03:13:11 c52ab6884c59: Waiting 03:13:11 52c5392912ef: Waiting 03:13:11 8126b4cea6b7: Layer already exists 03:13:11 b84767a6c3d5: Layer already exists 03:13:11 5a990710840c: Layer already exists 03:13:11 a58f05b0ffcd: Layer already exists 03:13:11 e160f902d365: Layer already exists 03:13:11 f6fee46d3848: Layer already exists 03:13:11 84af72fcb462: Layer already exists 03:13:11 5d1f4756d4bc: Layer already exists 03:13:11 c52ab6884c59: Layer already exists 03:13:11 52c5392912ef: Layer already exists 03:13:11 2bec5c05d998: Layer already exists 03:13:11 256f393e029f: Layer already exists 03:13:11 latest: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:11 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 03:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:13:12 8126b4cea6b7: Preparing 03:13:12 a58f05b0ffcd: Preparing 03:13:12 5a990710840c: Preparing 03:13:12 e160f902d365: Preparing 03:13:12 b84767a6c3d5: Preparing 03:13:12 f6fee46d3848: Preparing 03:13:12 5d1f4756d4bc: Preparing 03:13:12 84af72fcb462: Preparing 03:13:12 c52ab6884c59: Preparing 03:13:12 52c5392912ef: Preparing 03:13:12 2bec5c05d998: Preparing 03:13:12 256f393e029f: Preparing 03:13:12 c52ab6884c59: Waiting 03:13:12 52c5392912ef: Waiting 03:13:12 2bec5c05d998: Waiting 03:13:12 256f393e029f: Waiting 03:13:12 f6fee46d3848: Waiting 03:13:12 5d1f4756d4bc: Waiting 03:13:12 84af72fcb462: Waiting 03:13:12 a58f05b0ffcd: Layer already exists 03:13:12 5a990710840c: Layer already exists 03:13:12 e160f902d365: Layer already exists 03:13:12 b84767a6c3d5: Layer already exists 03:13:12 8126b4cea6b7: Layer already exists 03:13:12 c52ab6884c59: Layer already exists 03:13:12 5d1f4756d4bc: Layer already exists 03:13:12 f6fee46d3848: Layer already exists 03:13:12 52c5392912ef: Layer already exists 03:13:12 84af72fcb462: Layer already exists 03:13:12 2bec5c05d998: Layer already exists 03:13:12 256f393e029f: Layer already exists 03:13:12 4.1.0-dev.88: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:13:12 8126b4cea6b7: Preparing 03:13:12 a58f05b0ffcd: Preparing 03:13:12 5a990710840c: Preparing 03:13:12 e160f902d365: Preparing 03:13:12 b84767a6c3d5: Preparing 03:13:12 f6fee46d3848: Preparing 03:13:12 5d1f4756d4bc: Preparing 03:13:12 84af72fcb462: Preparing 03:13:12 c52ab6884c59: Preparing 03:13:12 52c5392912ef: Preparing 03:13:12 2bec5c05d998: Preparing 03:13:12 256f393e029f: Preparing 03:13:12 84af72fcb462: Waiting 03:13:12 c52ab6884c59: Waiting 03:13:12 52c5392912ef: Waiting 03:13:12 2bec5c05d998: Waiting 03:13:12 256f393e029f: Waiting 03:13:12 f6fee46d3848: Waiting 03:13:12 5d1f4756d4bc: Waiting 03:13:12 a58f05b0ffcd: Layer already exists 03:13:12 e160f902d365: Layer already exists 03:13:12 5a990710840c: Layer already exists 03:13:12 8126b4cea6b7: Layer already exists 03:13:12 b84767a6c3d5: Layer already exists 03:13:12 84af72fcb462: Layer already exists 03:13:12 5d1f4756d4bc: Layer already exists 03:13:12 f6fee46d3848: Layer already exists 03:13:12 c52ab6884c59: Layer already exists 03:13:12 52c5392912ef: Layer already exists 03:13:12 256f393e029f: Layer already exists 03:13:12 2bec5c05d998: Layer already exists 03:13:12 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:13 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 03:13:13 8126b4cea6b7: Preparing 03:13:13 a58f05b0ffcd: Preparing 03:13:13 5a990710840c: Preparing 03:13:13 e160f902d365: Preparing 03:13:13 b84767a6c3d5: Preparing 03:13:13 f6fee46d3848: Preparing 03:13:13 5d1f4756d4bc: Preparing 03:13:13 84af72fcb462: Preparing 03:13:13 c52ab6884c59: Preparing 03:13:13 52c5392912ef: Preparing 03:13:13 2bec5c05d998: Preparing 03:13:13 256f393e029f: Preparing 03:13:13 c52ab6884c59: Waiting 03:13:13 5d1f4756d4bc: Waiting 03:13:13 84af72fcb462: Waiting 03:13:13 256f393e029f: Waiting 03:13:13 52c5392912ef: Waiting 03:13:13 f6fee46d3848: Waiting 03:13:13 2bec5c05d998: Waiting 03:13:13 e160f902d365: Layer already exists 03:13:13 8126b4cea6b7: Layer already exists 03:13:13 b84767a6c3d5: Layer already exists 03:13:13 5a990710840c: Layer already exists 03:13:13 a58f05b0ffcd: Layer already exists 03:13:13 f6fee46d3848: Layer already exists 03:13:13 84af72fcb462: Layer already exists 03:13:13 c52ab6884c59: Layer already exists 03:13:13 5d1f4756d4bc: Layer already exists 03:13:13 52c5392912ef: Layer already exists 03:13:13 2bec5c05d998: Layer already exists 03:13:13 256f393e029f: Layer already exists 03:13:13 main: digest: sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:13 ===================================================== [Pipeline] echo 03:13:13 taggedImages: 03:13:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:13:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 03:13:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 03:13:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 03:13:13 e746624fef212b0f4c77d3fdd5597b262518530b 03:13:13 latest 03:13:13 4.1.0-dev.88 03:13:13 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:13 main 03:13:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:14 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:13:14 f21fd17e1562: Preparing 03:13:14 b57d96d84ece: Preparing 03:13:14 84af72fcb462: Preparing 03:13:14 c52ab6884c59: Preparing 03:13:14 7311f9348805: Preparing 03:13:14 bef4c8741864: Preparing 03:13:14 256f393e029f: Preparing 03:13:14 bef4c8741864: Waiting 03:13:14 256f393e029f: Waiting 03:13:14 84af72fcb462: Layer already exists 03:13:14 c52ab6884c59: Layer already exists 03:13:14 256f393e029f: Layer already exists 03:13:14 f21fd17e1562: Pushed 03:13:14 7311f9348805: Pushed 03:13:15 bef4c8741864: Pushed 03:13:17 b57d96d84ece: Pushed 03:13:17 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:18 + 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 03:13:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:13:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:13:18 f21fd17e1562: Preparing 03:13:18 b57d96d84ece: Preparing 03:13:18 84af72fcb462: Preparing 03:13:18 c52ab6884c59: Preparing 03:13:18 7311f9348805: Preparing 03:13:18 bef4c8741864: Preparing 03:13:18 256f393e029f: Preparing 03:13:18 bef4c8741864: Waiting 03:13:18 256f393e029f: Waiting 03:13:18 b57d96d84ece: Layer already exists 03:13:18 7311f9348805: Layer already exists 03:13:18 c52ab6884c59: Layer already exists 03:13:18 84af72fcb462: Layer already exists 03:13:18 f21fd17e1562: Layer already exists 03:13:18 bef4c8741864: Layer already exists 03:13:18 256f393e029f: Layer already exists 03:13:18 latest: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 03:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:13:19 f21fd17e1562: Preparing 03:13:19 b57d96d84ece: Preparing 03:13:19 84af72fcb462: Preparing 03:13:19 c52ab6884c59: Preparing 03:13:19 7311f9348805: Preparing 03:13:19 bef4c8741864: Preparing 03:13:19 256f393e029f: Preparing 03:13:19 bef4c8741864: Waiting 03:13:19 256f393e029f: Waiting 03:13:19 7311f9348805: Layer already exists 03:13:19 84af72fcb462: Layer already exists 03:13:19 c52ab6884c59: Layer already exists 03:13:19 b57d96d84ece: Layer already exists 03:13:19 f21fd17e1562: Layer already exists 03:13:19 256f393e029f: Layer already exists 03:13:19 bef4c8741864: Layer already exists 03:13:19 4.1.0-dev.88: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:19 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:19 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:13:19 f21fd17e1562: Preparing 03:13:19 b57d96d84ece: Preparing 03:13:19 84af72fcb462: Preparing 03:13:19 c52ab6884c59: Preparing 03:13:19 7311f9348805: Preparing 03:13:19 bef4c8741864: Preparing 03:13:19 256f393e029f: Preparing 03:13:19 bef4c8741864: Waiting 03:13:19 256f393e029f: Waiting 03:13:19 b57d96d84ece: Layer already exists 03:13:19 84af72fcb462: Layer already exists 03:13:19 7311f9348805: Layer already exists 03:13:19 f21fd17e1562: Layer already exists 03:13:19 c52ab6884c59: Layer already exists 03:13:19 256f393e029f: Layer already exists 03:13:19 bef4c8741864: Layer already exists 03:13:19 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:20 + 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 03:13:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 03:13:20 f21fd17e1562: Preparing 03:13:20 b57d96d84ece: Preparing 03:13:20 84af72fcb462: Preparing 03:13:20 c52ab6884c59: Preparing 03:13:20 7311f9348805: Preparing 03:13:20 bef4c8741864: Preparing 03:13:20 256f393e029f: Preparing 03:13:20 bef4c8741864: Waiting 03:13:20 256f393e029f: Waiting 03:13:20 84af72fcb462: Layer already exists 03:13:20 b57d96d84ece: Layer already exists 03:13:20 c52ab6884c59: Layer already exists 03:13:20 7311f9348805: Layer already exists 03:13:20 f21fd17e1562: Layer already exists 03:13:20 bef4c8741864: Layer already exists 03:13:20 256f393e029f: Layer already exists 03:13:20 main: digest: sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:20 ===================================================== [Pipeline] echo 03:13:20 taggedImages: 03:13:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:13:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 03:13:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:20 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 03:13:20 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 03:13:20 e746624fef212b0f4c77d3fdd5597b262518530b 03:13:20 latest 03:13:20 4.1.0-dev.88 03:13:20 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:20 main 03:13:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:13:21 c4ef88ccabd7: Preparing 03:13:21 31a9a56bc412: Preparing 03:13:21 87baed665f9a: Preparing 03:13:21 84af72fcb462: Preparing 03:13:21 c52ab6884c59: Preparing 03:13:21 349e6e222e61: Preparing 03:13:21 319084c11f90: Preparing 03:13:21 80f1796f428a: Preparing 03:13:21 00d73ba12737: Preparing 03:13:21 256f393e029f: Preparing 03:13:21 349e6e222e61: Waiting 03:13:21 319084c11f90: Waiting 03:13:21 80f1796f428a: Waiting 03:13:21 00d73ba12737: Waiting 03:13:21 256f393e029f: Waiting 03:13:21 84af72fcb462: Layer already exists 03:13:21 c52ab6884c59: Layer already exists 03:13:21 87baed665f9a: Pushed 03:13:21 31a9a56bc412: Pushed 03:13:21 c4ef88ccabd7: Pushed 03:13:21 256f393e029f: Layer already exists 03:13:21 80f1796f428a: Pushed 03:13:21 00d73ba12737: Pushed 03:13:27 319084c11f90: Pushed 03:13:35 349e6e222e61: Pushed 03:13:35 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:13:36 c4ef88ccabd7: Preparing 03:13:36 31a9a56bc412: Preparing 03:13:36 87baed665f9a: Preparing 03:13:36 84af72fcb462: Preparing 03:13:36 c52ab6884c59: Preparing 03:13:36 349e6e222e61: Preparing 03:13:36 319084c11f90: Preparing 03:13:36 80f1796f428a: Preparing 03:13:36 00d73ba12737: Preparing 03:13:36 256f393e029f: Preparing 03:13:36 349e6e222e61: Waiting 03:13:36 00d73ba12737: Waiting 03:13:36 319084c11f90: Waiting 03:13:36 80f1796f428a: Waiting 03:13:36 256f393e029f: Waiting 03:13:36 84af72fcb462: Layer already exists 03:13:36 c52ab6884c59: Layer already exists 03:13:36 87baed665f9a: Layer already exists 03:13:36 c4ef88ccabd7: Layer already exists 03:13:36 31a9a56bc412: Layer already exists 03:13:36 319084c11f90: Layer already exists 03:13:36 80f1796f428a: Layer already exists 03:13:36 349e6e222e61: Layer already exists 03:13:36 00d73ba12737: Layer already exists 03:13:36 256f393e029f: Layer already exists 03:13:36 latest: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 03:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:13:36 c4ef88ccabd7: Preparing 03:13:36 31a9a56bc412: Preparing 03:13:36 87baed665f9a: Preparing 03:13:36 84af72fcb462: Preparing 03:13:36 c52ab6884c59: Preparing 03:13:36 349e6e222e61: Preparing 03:13:36 319084c11f90: Preparing 03:13:36 80f1796f428a: Preparing 03:13:36 00d73ba12737: Preparing 03:13:36 256f393e029f: Preparing 03:13:36 349e6e222e61: Waiting 03:13:36 256f393e029f: Waiting 03:13:36 319084c11f90: Waiting 03:13:36 00d73ba12737: Waiting 03:13:36 80f1796f428a: Waiting 03:13:36 84af72fcb462: Layer already exists 03:13:36 87baed665f9a: Layer already exists 03:13:36 c52ab6884c59: Layer already exists 03:13:36 31a9a56bc412: Layer already exists 03:13:36 c4ef88ccabd7: Layer already exists 03:13:36 80f1796f428a: Layer already exists 03:13:36 349e6e222e61: Layer already exists 03:13:36 319084c11f90: Layer already exists 03:13:36 00d73ba12737: Layer already exists 03:13:36 256f393e029f: Layer already exists 03:13:36 4.1.0-dev.88: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:37 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:13:37 c4ef88ccabd7: Preparing 03:13:37 31a9a56bc412: Preparing 03:13:37 87baed665f9a: Preparing 03:13:37 84af72fcb462: Preparing 03:13:37 c52ab6884c59: Preparing 03:13:37 349e6e222e61: Preparing 03:13:37 319084c11f90: Preparing 03:13:37 80f1796f428a: Preparing 03:13:37 00d73ba12737: Preparing 03:13:37 256f393e029f: Preparing 03:13:37 319084c11f90: Waiting 03:13:37 80f1796f428a: Waiting 03:13:37 00d73ba12737: Waiting 03:13:37 256f393e029f: Waiting 03:13:37 349e6e222e61: Waiting 03:13:37 31a9a56bc412: Layer already exists 03:13:37 c4ef88ccabd7: Layer already exists 03:13:37 84af72fcb462: Layer already exists 03:13:37 c52ab6884c59: Layer already exists 03:13:37 87baed665f9a: Layer already exists 03:13:37 349e6e222e61: Layer already exists 03:13:37 319084c11f90: Layer already exists 03:13:37 80f1796f428a: Layer already exists 03:13:37 256f393e029f: Layer already exists 03:13:37 00d73ba12737: Layer already exists 03:13:37 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:37 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:13:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 03:13:38 c4ef88ccabd7: Preparing 03:13:38 31a9a56bc412: Preparing 03:13:38 87baed665f9a: Preparing 03:13:38 84af72fcb462: Preparing 03:13:38 c52ab6884c59: Preparing 03:13:38 349e6e222e61: Preparing 03:13:38 319084c11f90: Preparing 03:13:38 80f1796f428a: Preparing 03:13:38 00d73ba12737: Preparing 03:13:38 256f393e029f: Preparing 03:13:38 80f1796f428a: Waiting 03:13:38 349e6e222e61: Waiting 03:13:38 319084c11f90: Waiting 03:13:38 00d73ba12737: Waiting 03:13:38 256f393e029f: Waiting 03:13:38 c52ab6884c59: Layer already exists 03:13:38 31a9a56bc412: Layer already exists 03:13:38 87baed665f9a: Layer already exists 03:13:38 84af72fcb462: Layer already exists 03:13:38 c4ef88ccabd7: Layer already exists 03:13:38 319084c11f90: Layer already exists 03:13:38 80f1796f428a: Layer already exists 03:13:38 00d73ba12737: Layer already exists 03:13:38 349e6e222e61: Layer already exists 03:13:38 256f393e029f: Layer already exists 03:13:38 main: digest: sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:38 ===================================================== [Pipeline] echo 03:13:38 taggedImages: 03:13:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:13:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 03:13:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:38 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 03:13:38 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 03:13:38 e746624fef212b0f4c77d3fdd5597b262518530b 03:13:38 latest 03:13:38 4.1.0-dev.88 03:13:38 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:38 main 03:13:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:38 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:13:39 e786ae108204: Preparing 03:13:39 f74e1dd6f848: Preparing 03:13:39 c3f0f5e83340: Preparing 03:13:39 84af72fcb462: Preparing 03:13:39 c52ab6884c59: Preparing 03:13:39 a28e811fea99: Preparing 03:13:39 f83f8cbd8524: Preparing 03:13:39 d1a174f27cfe: Preparing 03:13:39 256f393e029f: Preparing 03:13:39 f83f8cbd8524: Waiting 03:13:39 d1a174f27cfe: Waiting 03:13:39 256f393e029f: Waiting 03:13:39 a28e811fea99: Waiting 03:13:39 84af72fcb462: Layer already exists 03:13:39 c52ab6884c59: Layer already exists 03:13:39 f74e1dd6f848: Pushed 03:13:39 c3f0f5e83340: Pushed 03:13:39 e786ae108204: Pushed 03:13:39 256f393e029f: Layer already exists 03:13:39 f83f8cbd8524: Pushed 03:13:39 d1a174f27cfe: Pushed 03:13:54 a28e811fea99: Pushed 03:13:54 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:13:55 e786ae108204: Preparing 03:13:55 f74e1dd6f848: Preparing 03:13:55 c3f0f5e83340: Preparing 03:13:55 84af72fcb462: Preparing 03:13:55 c52ab6884c59: Preparing 03:13:55 a28e811fea99: Preparing 03:13:55 f83f8cbd8524: Preparing 03:13:55 d1a174f27cfe: Preparing 03:13:55 256f393e029f: Preparing 03:13:55 a28e811fea99: Waiting 03:13:55 f83f8cbd8524: Waiting 03:13:55 d1a174f27cfe: Waiting 03:13:55 256f393e029f: Waiting 03:13:55 c52ab6884c59: Layer already exists 03:13:55 c3f0f5e83340: Layer already exists 03:13:55 84af72fcb462: Layer already exists 03:13:55 e786ae108204: Layer already exists 03:13:55 f74e1dd6f848: Layer already exists 03:13:55 f83f8cbd8524: Layer already exists 03:13:55 a28e811fea99: Layer already exists 03:13:55 d1a174f27cfe: Layer already exists 03:13:55 256f393e029f: Layer already exists 03:13:55 latest: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 03:13:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:13:55 e786ae108204: Preparing 03:13:55 f74e1dd6f848: Preparing 03:13:55 c3f0f5e83340: Preparing 03:13:55 84af72fcb462: Preparing 03:13:55 c52ab6884c59: Preparing 03:13:55 a28e811fea99: Preparing 03:13:55 f83f8cbd8524: Preparing 03:13:55 d1a174f27cfe: Preparing 03:13:55 256f393e029f: Preparing 03:13:55 f83f8cbd8524: Waiting 03:13:55 d1a174f27cfe: Waiting 03:13:55 256f393e029f: Waiting 03:13:55 a28e811fea99: Waiting 03:13:55 f74e1dd6f848: Layer already exists 03:13:55 c52ab6884c59: Layer already exists 03:13:55 84af72fcb462: Layer already exists 03:13:55 e786ae108204: Layer already exists 03:13:55 c3f0f5e83340: Layer already exists 03:13:55 a28e811fea99: Layer already exists 03:13:55 d1a174f27cfe: Layer already exists 03:13:55 256f393e029f: Layer already exists 03:13:55 f83f8cbd8524: Layer already exists 03:13:55 4.1.0-dev.88: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:13:56 e786ae108204: Preparing 03:13:56 f74e1dd6f848: Preparing 03:13:56 c3f0f5e83340: Preparing 03:13:56 84af72fcb462: Preparing 03:13:56 c52ab6884c59: Preparing 03:13:56 a28e811fea99: Preparing 03:13:56 f83f8cbd8524: Preparing 03:13:56 d1a174f27cfe: Preparing 03:13:56 256f393e029f: Preparing 03:13:56 f83f8cbd8524: Waiting 03:13:56 d1a174f27cfe: Waiting 03:13:56 256f393e029f: Waiting 03:13:56 a28e811fea99: Waiting 03:13:56 e786ae108204: Layer already exists 03:13:56 84af72fcb462: Layer already exists 03:13:56 f74e1dd6f848: Layer already exists 03:13:56 c3f0f5e83340: Layer already exists 03:13:56 c52ab6884c59: Layer already exists 03:13:56 f83f8cbd8524: Layer already exists 03:13:56 a28e811fea99: Layer already exists 03:13:56 256f393e029f: Layer already exists 03:13:56 d1a174f27cfe: Layer already exists 03:13:56 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 03:13:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 03:13:57 e786ae108204: Preparing 03:13:57 f74e1dd6f848: Preparing 03:13:57 c3f0f5e83340: Preparing 03:13:57 84af72fcb462: Preparing 03:13:57 c52ab6884c59: Preparing 03:13:57 a28e811fea99: Preparing 03:13:57 f83f8cbd8524: Preparing 03:13:57 d1a174f27cfe: Preparing 03:13:57 256f393e029f: Preparing 03:13:57 f83f8cbd8524: Waiting 03:13:57 d1a174f27cfe: Waiting 03:13:57 256f393e029f: Waiting 03:13:57 a28e811fea99: Waiting 03:13:57 e786ae108204: Layer already exists 03:13:57 c3f0f5e83340: Layer already exists 03:13:57 84af72fcb462: Layer already exists 03:13:57 c52ab6884c59: Layer already exists 03:13:57 f74e1dd6f848: Layer already exists 03:13:57 a28e811fea99: Layer already exists 03:13:57 f83f8cbd8524: Layer already exists 03:13:57 d1a174f27cfe: Layer already exists 03:13:57 256f393e029f: Layer already exists 03:13:57 main: digest: sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:13:57 ===================================================== [Pipeline] echo 03:13:57 taggedImages: 03:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 03:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:57 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 03:13:57 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 03:13:57 e746624fef212b0f4c77d3fdd5597b262518530b 03:13:57 latest 03:13:57 4.1.0-dev.88 03:13:57 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:13:57 main 03:13:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b 03:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:13:58 c4ef88ccabd7: Preparing 03:13:58 d4a66c00836f: Preparing 03:13:58 96bd9dc8e198: Preparing 03:13:58 84af72fcb462: Preparing 03:13:58 c52ab6884c59: Preparing 03:13:58 a28e811fea99: Preparing 03:13:58 80f1796f428a: Preparing 03:13:58 00d73ba12737: Preparing 03:13:58 256f393e029f: Preparing 03:13:58 80f1796f428a: Waiting 03:13:58 00d73ba12737: Waiting 03:13:58 256f393e029f: Waiting 03:13:58 a28e811fea99: Waiting 03:13:58 c52ab6884c59: Layer already exists 03:13:58 c4ef88ccabd7: Layer already exists 03:13:58 84af72fcb462: Layer already exists 03:13:58 a28e811fea99: Layer already exists 03:13:58 00d73ba12737: Layer already exists 03:13:58 80f1796f428a: Layer already exists 03:13:58 256f393e029f: Layer already exists 03:13:58 d4a66c00836f: Pushed 03:13:58 96bd9dc8e198: Pushed 03:13:58 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:13:58 c4ef88ccabd7: Preparing 03:13:58 d4a66c00836f: Preparing 03:13:58 96bd9dc8e198: Preparing 03:13:58 84af72fcb462: Preparing 03:13:58 c52ab6884c59: Preparing 03:13:58 a28e811fea99: Preparing 03:13:58 80f1796f428a: Preparing 03:13:58 00d73ba12737: Preparing 03:13:58 256f393e029f: Preparing 03:13:58 a28e811fea99: Waiting 03:13:58 80f1796f428a: Waiting 03:13:58 00d73ba12737: Waiting 03:13:58 256f393e029f: Waiting 03:13:58 96bd9dc8e198: Layer already exists 03:13:58 d4a66c00836f: Layer already exists 03:13:58 84af72fcb462: Layer already exists 03:13:58 c4ef88ccabd7: Layer already exists 03:13:58 c52ab6884c59: Layer already exists 03:13:58 a28e811fea99: Layer already exists 03:13:58 00d73ba12737: Layer already exists 03:13:58 80f1796f428a: Layer already exists 03:13:58 256f393e029f: Layer already exists 03:13:58 latest: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 03:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:13:59 c4ef88ccabd7: Preparing 03:13:59 d4a66c00836f: Preparing 03:13:59 96bd9dc8e198: Preparing 03:13:59 84af72fcb462: Preparing 03:13:59 c52ab6884c59: Preparing 03:13:59 a28e811fea99: Preparing 03:13:59 80f1796f428a: Preparing 03:13:59 00d73ba12737: Preparing 03:13:59 256f393e029f: Preparing 03:13:59 a28e811fea99: Waiting 03:13:59 00d73ba12737: Waiting 03:13:59 80f1796f428a: Waiting 03:13:59 256f393e029f: Waiting 03:13:59 d4a66c00836f: Layer already exists 03:13:59 96bd9dc8e198: Layer already exists 03:13:59 84af72fcb462: Layer already exists 03:13:59 c4ef88ccabd7: Layer already exists 03:13:59 c52ab6884c59: Layer already exists 03:13:59 a28e811fea99: Layer already exists 03:13:59 80f1796f428a: Layer already exists 03:13:59 256f393e029f: Layer already exists 03:13:59 00d73ba12737: Layer already exists 03:13:59 4.1.0-dev.88: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:13:59 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:14:00 c4ef88ccabd7: Preparing 03:14:00 d4a66c00836f: Preparing 03:14:00 96bd9dc8e198: Preparing 03:14:00 84af72fcb462: Preparing 03:14:00 c52ab6884c59: Preparing 03:14:00 a28e811fea99: Preparing 03:14:00 80f1796f428a: Preparing 03:14:00 00d73ba12737: Preparing 03:14:00 256f393e029f: Preparing 03:14:00 a28e811fea99: Waiting 03:14:00 80f1796f428a: Waiting 03:14:00 00d73ba12737: Waiting 03:14:00 256f393e029f: Waiting 03:14:00 c4ef88ccabd7: Layer already exists 03:14:00 96bd9dc8e198: Layer already exists 03:14:00 84af72fcb462: Layer already exists 03:14:00 c52ab6884c59: Layer already exists 03:14:00 d4a66c00836f: Layer already exists 03:14:00 256f393e029f: Layer already exists 03:14:00 80f1796f428a: Layer already exists 03:14:00 a28e811fea99: Layer already exists 03:14:00 00d73ba12737: Layer already exists 03:14:00 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:00 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 03:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 03:14:00 c4ef88ccabd7: Preparing 03:14:00 d4a66c00836f: Preparing 03:14:00 96bd9dc8e198: Preparing 03:14:00 84af72fcb462: Preparing 03:14:00 c52ab6884c59: Preparing 03:14:00 a28e811fea99: Preparing 03:14:00 80f1796f428a: Preparing 03:14:00 00d73ba12737: Preparing 03:14:00 256f393e029f: Preparing 03:14:00 a28e811fea99: Waiting 03:14:00 80f1796f428a: Waiting 03:14:00 00d73ba12737: Waiting 03:14:00 256f393e029f: Waiting 03:14:00 c4ef88ccabd7: Layer already exists 03:14:00 84af72fcb462: Layer already exists 03:14:00 96bd9dc8e198: Layer already exists 03:14:00 d4a66c00836f: Layer already exists 03:14:00 c52ab6884c59: Layer already exists 03:14:00 80f1796f428a: Layer already exists 03:14:00 a28e811fea99: Layer already exists 03:14:00 00d73ba12737: Layer already exists 03:14:00 256f393e029f: Layer already exists 03:14:00 main: digest: sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:14:00 ===================================================== [Pipeline] echo 03:14:00 taggedImages: 03:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 03:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:00 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 03:14:01 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 03:14:01 e746624fef212b0f4c77d3fdd5597b262518530b 03:14:01 latest 03:14:01 4.1.0-dev.88 03:14:01 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:01 main 03:14:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:14:01 facae27a18d8: Preparing 03:14:01 5cbf29618807: Preparing 03:14:01 84af72fcb462: Preparing 03:14:01 c52ab6884c59: Preparing 03:14:01 0dc1c4174df7: Preparing 03:14:01 306da3a5f723: Preparing 03:14:01 256f393e029f: Preparing 03:14:01 306da3a5f723: Waiting 03:14:01 256f393e029f: Waiting 03:14:01 84af72fcb462: Layer already exists 03:14:01 c52ab6884c59: Layer already exists 03:14:01 256f393e029f: Layer already exists 03:14:01 facae27a18d8: Pushed 03:14:01 0dc1c4174df7: Pushed 03:14:02 306da3a5f723: Pushed 03:14:05 5cbf29618807: Pushed 03:14:05 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 03:14:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:14:06 facae27a18d8: Preparing 03:14:06 5cbf29618807: Preparing 03:14:06 84af72fcb462: Preparing 03:14:06 c52ab6884c59: Preparing 03:14:06 0dc1c4174df7: Preparing 03:14:06 306da3a5f723: Preparing 03:14:06 256f393e029f: Preparing 03:14:06 306da3a5f723: Waiting 03:14:06 256f393e029f: Waiting 03:14:06 5cbf29618807: Layer already exists 03:14:06 84af72fcb462: Layer already exists 03:14:06 0dc1c4174df7: Layer already exists 03:14:06 c52ab6884c59: Layer already exists 03:14:06 facae27a18d8: Layer already exists 03:14:06 306da3a5f723: Layer already exists 03:14:06 256f393e029f: Layer already exists 03:14:06 latest: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:06 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 03:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:14:07 facae27a18d8: Preparing 03:14:07 5cbf29618807: Preparing 03:14:07 84af72fcb462: Preparing 03:14:07 c52ab6884c59: Preparing 03:14:07 0dc1c4174df7: Preparing 03:14:07 306da3a5f723: Preparing 03:14:07 256f393e029f: Preparing 03:14:07 256f393e029f: Waiting 03:14:07 306da3a5f723: Waiting 03:14:07 0dc1c4174df7: Layer already exists 03:14:07 c52ab6884c59: Layer already exists 03:14:07 facae27a18d8: Layer already exists 03:14:07 5cbf29618807: Layer already exists 03:14:07 84af72fcb462: Layer already exists 03:14:07 306da3a5f723: Layer already exists 03:14:07 256f393e029f: Layer already exists 03:14:07 4.1.0-dev.88: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:07 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:07 + docker push nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:14:07 facae27a18d8: Preparing 03:14:07 5cbf29618807: Preparing 03:14:07 84af72fcb462: Preparing 03:14:07 c52ab6884c59: Preparing 03:14:07 0dc1c4174df7: Preparing 03:14:07 306da3a5f723: Preparing 03:14:07 256f393e029f: Preparing 03:14:07 306da3a5f723: Waiting 03:14:07 256f393e029f: Waiting 03:14:07 facae27a18d8: Layer already exists 03:14:07 0dc1c4174df7: Layer already exists 03:14:07 5cbf29618807: Layer already exists 03:14:07 84af72fcb462: Layer already exists 03:14:07 c52ab6884c59: Layer already exists 03:14:07 306da3a5f723: Layer already exists 03:14:07 256f393e029f: Layer already exists 03:14:07 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 03:14:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 03:14:08 facae27a18d8: Preparing 03:14:08 5cbf29618807: Preparing 03:14:08 84af72fcb462: Preparing 03:14:08 c52ab6884c59: Preparing 03:14:08 0dc1c4174df7: Preparing 03:14:08 306da3a5f723: Preparing 03:14:08 256f393e029f: Preparing 03:14:08 306da3a5f723: Waiting 03:14:08 256f393e029f: Waiting 03:14:08 5cbf29618807: Layer already exists 03:14:08 c52ab6884c59: Layer already exists 03:14:08 0dc1c4174df7: Layer already exists 03:14:08 facae27a18d8: Layer already exists 03:14:08 84af72fcb462: Layer already exists 03:14:08 256f393e029f: Layer already exists 03:14:08 306da3a5f723: Layer already exists 03:14:08 main: digest: sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:14:08 ===================================================== [Pipeline] echo 03:14:08 taggedImages: 03:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 03:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:08 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 03:14:08 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 03:14:08 e746624fef212b0f4c77d3fdd5597b262518530b 03:14:08 latest 03:14:08 4.1.0-dev.88 03:14:08 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:08 main 03:14:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:14:09 973213ecb1f4: Preparing 03:14:09 b53380501f3a: Preparing 03:14:09 84af72fcb462: Preparing 03:14:09 c52ab6884c59: Preparing 03:14:09 0085ad80a34b: Preparing 03:14:09 9fa7e00281e0: Preparing 03:14:09 256f393e029f: Preparing 03:14:09 9fa7e00281e0: Waiting 03:14:09 256f393e029f: Waiting 03:14:09 c52ab6884c59: Layer already exists 03:14:09 84af72fcb462: Layer already exists 03:14:09 256f393e029f: Layer already exists 03:14:09 973213ecb1f4: Pushed 03:14:09 0085ad80a34b: Pushed 03:14:09 9fa7e00281e0: Pushed 03:14:13 b53380501f3a: Pushed 03:14:13 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:14:14 973213ecb1f4: Preparing 03:14:14 b53380501f3a: Preparing 03:14:14 84af72fcb462: Preparing 03:14:14 c52ab6884c59: Preparing 03:14:14 0085ad80a34b: Preparing 03:14:14 9fa7e00281e0: Preparing 03:14:14 256f393e029f: Preparing 03:14:14 9fa7e00281e0: Waiting 03:14:14 256f393e029f: Waiting 03:14:14 b53380501f3a: Layer already exists 03:14:14 973213ecb1f4: Layer already exists 03:14:14 84af72fcb462: Layer already exists 03:14:14 0085ad80a34b: Layer already exists 03:14:14 c52ab6884c59: Layer already exists 03:14:14 9fa7e00281e0: Layer already exists 03:14:14 256f393e029f: Layer already exists 03:14:14 latest: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 03:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:14:15 973213ecb1f4: Preparing 03:14:15 b53380501f3a: Preparing 03:14:15 84af72fcb462: Preparing 03:14:15 c52ab6884c59: Preparing 03:14:15 0085ad80a34b: Preparing 03:14:15 9fa7e00281e0: Preparing 03:14:15 256f393e029f: Preparing 03:14:15 9fa7e00281e0: Waiting 03:14:15 256f393e029f: Waiting 03:14:15 c52ab6884c59: Layer already exists 03:14:15 973213ecb1f4: Layer already exists 03:14:15 b53380501f3a: Layer already exists 03:14:15 84af72fcb462: Layer already exists 03:14:15 0085ad80a34b: Layer already exists 03:14:15 9fa7e00281e0: Layer already exists 03:14:15 256f393e029f: Layer already exists 03:14:15 4.1.0-dev.88: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:15 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:14:15 973213ecb1f4: Preparing 03:14:15 b53380501f3a: Preparing 03:14:15 84af72fcb462: Preparing 03:14:15 c52ab6884c59: Preparing 03:14:15 0085ad80a34b: Preparing 03:14:15 9fa7e00281e0: Preparing 03:14:15 256f393e029f: Preparing 03:14:15 9fa7e00281e0: Waiting 03:14:15 256f393e029f: Waiting 03:14:15 973213ecb1f4: Layer already exists 03:14:15 c52ab6884c59: Layer already exists 03:14:15 84af72fcb462: Layer already exists 03:14:15 b53380501f3a: Layer already exists 03:14:15 0085ad80a34b: Layer already exists 03:14:15 256f393e029f: Layer already exists 03:14:15 9fa7e00281e0: Layer already exists 03:14:15 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:14:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 03:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 03:14:16 973213ecb1f4: Preparing 03:14:16 b53380501f3a: Preparing 03:14:16 84af72fcb462: Preparing 03:14:16 c52ab6884c59: Preparing 03:14:16 0085ad80a34b: Preparing 03:14:16 9fa7e00281e0: Preparing 03:14:16 256f393e029f: Preparing 03:14:16 9fa7e00281e0: Waiting 03:14:16 256f393e029f: Waiting 03:14:16 b53380501f3a: Layer already exists 03:14:16 c52ab6884c59: Layer already exists 03:14:16 84af72fcb462: Layer already exists 03:14:16 973213ecb1f4: Layer already exists 03:14:16 0085ad80a34b: Layer already exists 03:14:16 9fa7e00281e0: Layer already exists 03:14:16 256f393e029f: Layer already exists 03:14:16 main: digest: sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:14:16 ===================================================== [Pipeline] echo 03:14:16 taggedImages: 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 03:14:16 ========================================================= 03:14:16 [edgeXBuildMultiArch] RAW Config: 03:14:16 images: 03:14:16 - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/core-command:latest 03:14:16 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-command:main 03:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:14:16 - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/core-data:latest 03:14:16 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-data:main 03:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:latest 03:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-keeper:main 03:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:latest 03:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/core-metadata:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-config:main 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/security-spire-server:main 03:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:latest 03:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/support-notifications:main 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:14:16 - nexus3.edgexfoundry.org:10004/support-scheduler:main 03:14:16 settingsFile: 03:14:16 edgex-go-settings 03:14:16 ========================================================= [Pipeline] node 03:14:31 Still waiting to schedule task 03:14:31 All nodes of label ‘centos7-docker-4c-2g’ are offline 03:15:33 Running on prd-centos7-docker-4c-2g-775722 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:15:33 provisioning config files... 03:15:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2622020695348776495tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:15:34 ---> ****-login.sh 03:15:34 nexus3.edgexfoundry.org:10001 03:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:15:34 Configure a credential helper to remove this warning. See 03:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:15:34 03:15:34 Login Succeeded 03:15:34 nexus3.edgexfoundry.org:10002 03:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:15:34 Configure a credential helper to remove this warning. See 03:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:15:34 03:15:34 Login Succeeded 03:15:34 nexus3.edgexfoundry.org:10003 03:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:15:34 Configure a credential helper to remove this warning. See 03:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:15:34 03:15:34 Login Succeeded 03:15:34 nexus3.edgexfoundry.org:10004 03:15:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:15:34 Configure a credential helper to remove this warning. See 03:15:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:15:34 03:15:34 Login Succeeded 03:15:34 ****.io 03:15:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:15:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:15:35 Configure a credential helper to remove this warning. See 03:15:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:15:35 03:15:35 Login Succeeded 03:15:35 ---> ****-login.sh ends [Pipeline] } 03:15:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:15:35 + docker buildx ls 03:15:35 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:15:35 default * docker 03:15:35 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:15:35 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 03:15:35 edgex-builder [Pipeline] sh 03:15:36 + docker buildx inspect --bootstrap 03:15:36 #1 [internal] booting buildkit 03:15:36 #1 pulling image moby/buildkit:buildx-stable-1 03:15:40 #1 pulling image moby/buildkit:buildx-stable-1 4.2s done 03:15:40 #1 creating container buildx_buildkit_edgex-builder0 03:15:41 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 03:15:41 #1 DONE 5.5s 03:15:41 Name: edgex-builder 03:15:41 Driver: docker-container 03:15:41 03:15:41 Nodes: 03:15:41 Name: edgex-builder0 03:15:41 Endpoint: unix:///var/run/docker.sock 03:15:41 Status: running 03:15:41 Buildkit: v0.26.2 03:15:41 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 03:15:42 + docker buildx ls 03:15:42 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 03:15:42 edgex-builder * docker-container 03:15:42 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 03:15:42 default docker 03:15:42 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 03:15:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:15:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b' 03:15:42 #1 [internal] load build definition from Dockerfile 03:15:42 #1 transferring dockerfile: 197B done 03:15:42 #1 DONE 0.0s 03:15:42 03:15:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:42 #2 DONE 0.1s 03:15:42 03:15:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:42 #3 DONE 0.1s 03:15:42 03:15:42 #4 [internal] load .dockerignore 03:15:42 #4 transferring context: 2B done 03:15:42 #4 DONE 0.0s 03:15:42 03:15:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:42 #5 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:42 #5 DONE 0.0s 03:15:42 03:15:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:42 #6 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:42 #6 DONE 0.1s 03:15:42 03:15:42 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:15:42 #7 DONE 0.0s 03:15:42 03:15:42 #8 exporting to image 03:15:42 #8 exporting layers done 03:15:42 #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c 0.0s done 03:15:42 #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done 03:15:42 #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done 03:15:42 #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 0.0s done 03:15:42 #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.0s done 03:15:42 #8 pushing layers 03:15:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:42 #8 pushing layers 0.1s done 03:15:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done 03:15:42 #8 DONE 0.2s 03:15:43 03:15:43 1 warning found (use --debug to expand): 03:15:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 03:15:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 03:15:43 #1 [internal] load build definition from Dockerfile 03:15:43 #1 transferring dockerfile: 163B done 03:15:43 #1 DONE 0.0s 03:15:43 03:15:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:15:43 #2 DONE 0.0s 03:15:43 03:15:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 03:15:43 #3 DONE 0.0s 03:15:43 03:15:43 #4 [internal] load .dockerignore 03:15:43 #4 transferring context: 2B done 03:15:43 #4 DONE 0.0s 03:15:43 03:15:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:43 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:43 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd done 03:15:43 #5 CACHED 03:15:43 03:15:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:43 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:43 #6 CACHED 03:15:43 03:15:43 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:15:43 #7 DONE 0.0s 03:15:43 03:15:43 #8 exporting to image 03:15:43 #8 exporting layers done 03:15:43 #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done 03:15:43 #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done 03:15:43 #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done 03:15:43 #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done 03:15:43 #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done 03:15:43 #8 pushing layers 0.0s done 03:15:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done 03:15:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:43 #8 DONE 0.1s 03:15:43 03:15:43 1 warning found (use --debug to expand): 03:15:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88' 03:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 --push - 03:15:44 #1 [internal] load build definition from Dockerfile 03:15:44 #1 transferring dockerfile: 169B done 03:15:44 #1 DONE 0.0s 03:15:44 03:15:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 03:15:44 #2 DONE 0.0s 03:15:44 03:15:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88 03:15:44 #3 DONE 0.0s 03:15:44 03:15:44 #4 [internal] load .dockerignore 03:15:44 #4 transferring context: 2B done 03:15:44 #4 DONE 0.0s 03:15:44 03:15:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:44 #5 CACHED 03:15:44 03:15:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:44 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:44 #6 CACHED 03:15:44 03:15:44 #7 exporting to image 03:15:44 #7 exporting layers done 03:15:44 #7 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done 03:15:44 #7 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done 03:15:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:44 #7 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done 03:15:44 #7 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done 03:15:44 #7 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done 03:15:44 #7 pushing layers 0.0s done 03:15:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.88@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done 03:15:44 #7 DONE 0.1s 03:15:44 03:15:44 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:15:44 #8 DONE 0.0s 03:15:44 03:15:44 1 warning found (use --debug to expand): 03:15:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:15:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:15:44 #1 [internal] load build definition from Dockerfile 03:15:44 #1 transferring dockerfile: 210B done 03:15:44 #1 DONE 0.0s 03:15:44 03:15:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:44 #2 DONE 0.0s 03:15:44 03:15:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:44 #3 DONE 0.0s 03:15:44 03:15:44 #4 [internal] load .dockerignore 03:15:44 #4 transferring context: 2B done 03:15:44 #4 DONE 0.0s 03:15:44 03:15:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:44 #5 CACHED 03:15:44 03:15:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:44 #6 resolve nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:44 #6 CACHED 03:15:44 03:15:44 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:15:44 #7 DONE 0.0s 03:15:44 03:15:44 #8 exporting to image 03:15:44 #8 exporting layers done 03:15:44 #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done 03:15:44 #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done 03:15:44 #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done 03:15:44 #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done 03:15:44 #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done 03:15:44 #8 pushing layers 0.0s done 03:15:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done 03:15:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:44 #8 DONE 0.1s 03:15:44 03:15:44 1 warning found (use --debug to expand): 03:15:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 03:15:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 03:15:45 #1 [internal] load build definition from Dockerfile 03:15:45 #1 transferring dockerfile: 161B done 03:15:45 #1 DONE 0.0s 03:15:45 03:15:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:15:45 #2 DONE 0.0s 03:15:45 03:15:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 03:15:45 #3 DONE 0.0s 03:15:45 03:15:45 #4 [internal] load .dockerignore 03:15:45 #4 transferring context: 2B done 03:15:45 #4 DONE 0.0s 03:15:45 03:15:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:45 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd done 03:15:45 #5 DONE 0.0s 03:15:45 03:15:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:45 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 0.0s done 03:15:45 #6 CACHED 03:15:45 03:15:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7eba7e4e5cce99497e5f05becc8d7ebe809cb034e0e38285c98ed0cdff52fffd 03:15:45 #5 CACHED 03:15:45 03:15:45 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 03:15:45 #7 DONE 0.0s 03:15:45 03:15:45 #8 exporting to image 03:15:45 #8 exporting layers done 03:15:45 #8 exporting manifest sha256:2b15e1f0af6b903aac7f74a217d88c86861e1ebfa2f5bfcae51f05811c8b425c done 03:15:45 #8 exporting config sha256:95941c7f0d8c549560ae8a473a72b2ece2398b815ae48878286bfebcfe347b41 done 03:15:45 #8 exporting manifest sha256:25edd7bfe4ae44c866111e1675c0753391efebe1eb66e068b20fea0e6d815c19 done 03:15:45 #8 exporting config sha256:0a4905dc59b5351f5fcaee7dac3b57fb61c9d28f859ee31861fe60b15a9182a8 done 03:15:45 #8 exporting manifest list sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b done 03:15:45 #8 pushing layers 0.0s done 03:15:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:745fad39896a6c73372d7889c833a676b62eff5d3f68d5ed6e7d0dc19f17f25b 0.1s done 03:15:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:45 #8 DONE 0.1s 03:15:45 03:15:45 1 warning found (use --debug to expand): 03:15:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:15:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b' 03:15:45 #1 [internal] load build definition from Dockerfile 03:15:45 #1 transferring dockerfile: 216B done 03:15:45 #1 DONE 0.0s 03:15:45 03:15:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:45 #2 DONE 0.0s 03:15:45 03:15:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:45 #3 DONE 0.1s 03:15:45 03:15:45 #4 [internal] load .dockerignore 03:15:45 #4 transferring context: 2B done 03:15:45 #4 DONE 0.0s 03:15:46 03:15:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:46 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:46 #5 ... 03:15:46 03:15:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:46 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:46 #6 DONE 0.1s 03:15:46 03:15:46 #7 exporting to image 03:15:46 #7 exporting layers done 03:15:46 #7 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done 03:15:46 #7 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done 03:15:46 #7 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 0.0s done 03:15:46 #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 03:15:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:46 #7 ... 03:15:46 03:15:46 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:46 #8 DONE 0.0s 03:15:46 03:15:46 #7 exporting to image 03:15:46 #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done 03:15:46 #7 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.0s done 03:15:46 #7 pushing layers 0.1s done 03:15:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 03:15:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done 03:15:46 #7 DONE 0.2s 03:15:46 03:15:46 1 warning found (use --debug to expand): 03:15:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 03:15:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 03:15:46 #1 [internal] load build definition from Dockerfile 03:15:46 #1 transferring dockerfile: 182B done 03:15:46 #1 DONE 0.0s 03:15:46 03:15:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:15:46 #2 DONE 0.0s 03:15:46 03:15:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 03:15:46 #3 DONE 0.0s 03:15:46 03:15:46 #4 [internal] load .dockerignore 03:15:46 #4 transferring context: 2B done 03:15:46 #4 DONE 0.0s 03:15:46 03:15:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:46 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:46 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:46 #5 CACHED 03:15:46 03:15:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:46 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:46 #6 CACHED 03:15:46 03:15:46 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:46 #7 DONE 0.0s 03:15:46 03:15:46 #8 exporting to image 03:15:46 #8 exporting layers done 03:15:46 #8 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done 03:15:46 #8 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done 03:15:46 #8 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done 03:15:46 #8 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done 03:15:46 #8 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done 03:15:46 #8 pushing layers 0.0s done 03:15:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done 03:15:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:46 #8 DONE 0.1s 03:15:46 03:15:46 1 warning found (use --debug to expand): 03:15:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 --push - 03:15:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88' 03:15:47 #1 [internal] load build definition from Dockerfile 03:15:47 #1 transferring dockerfile: 188B done 03:15:47 #1 DONE 0.0s 03:15:47 03:15:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 03:15:47 #2 DONE 0.0s 03:15:47 03:15:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88 03:15:47 #3 DONE 0.0s 03:15:47 03:15:47 #4 [internal] load .dockerignore 03:15:47 #4 transferring context: 2B done 03:15:47 #4 DONE 0.0s 03:15:47 03:15:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:47 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:47 #5 CACHED 03:15:47 03:15:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:47 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:47 #6 CACHED 03:15:47 03:15:47 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:47 #7 DONE 0.0s 03:15:47 03:15:47 #8 exporting to image 03:15:47 #8 exporting layers done 03:15:47 #8 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done 03:15:47 #8 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done 03:15:47 #8 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done 03:15:47 #8 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done 03:15:47 #8 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done 03:15:47 #8 pushing layers 0.0s done 03:15:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.88@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done 03:15:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:47 #8 DONE 0.1s 03:15:47 03:15:47 1 warning found (use --debug to expand): 03:15:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:15:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:15:47 #1 [internal] load build definition from Dockerfile 03:15:47 #1 transferring dockerfile: 229B done 03:15:47 #1 DONE 0.0s 03:15:47 03:15:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:47 #2 DONE 0.0s 03:15:47 03:15:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:47 #3 DONE 0.0s 03:15:47 03:15:47 #4 [internal] load .dockerignore 03:15:47 #4 transferring context: 03:15:47 #4 transferring context: 2B done 03:15:47 #4 DONE 0.0s 03:15:47 03:15:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:47 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:47 #5 CACHED 03:15:47 03:15:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:47 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:47 #6 CACHED 03:15:47 03:15:47 #7 exporting to image 03:15:47 #7 exporting layers done 03:15:47 #7 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done 03:15:47 #7 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 0.0s done 03:15:47 #7 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done 03:15:47 #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 03:15:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:47 #7 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done 03:15:47 #7 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done 03:15:47 #7 pushing layers 0.0s done 03:15:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done 03:15:47 #7 DONE 0.1s 03:15:47 03:15:47 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:47 #8 DONE 0.0s 03:15:48 03:15:48 1 warning found (use --debug to expand): 03:15:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 03:15:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 03:15:48 #1 [internal] load build definition from Dockerfile 03:15:48 #1 transferring dockerfile: 180B done 03:15:48 #1 DONE 0.0s 03:15:48 03:15:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:15:48 #2 DONE 0.0s 03:15:48 03:15:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 03:15:48 #3 DONE 0.0s 03:15:48 03:15:48 #4 [internal] load .dockerignore 03:15:48 #4 transferring context: 2B done 03:15:48 #4 DONE 0.0s 03:15:48 03:15:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:48 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:48 #5 CACHED 03:15:48 03:15:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 03:15:48 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e89162e0fcc0e3dcba11b474568fa5e349219efd709e7ba49da2ba5465c55642 0.0s done 03:15:48 #6 CACHED 03:15:48 03:15:48 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:48 #7 DONE 0.0s 03:15:48 03:15:48 #8 exporting to image 03:15:48 #8 exporting layers done 03:15:48 #8 exporting manifest sha256:aee143280f7854afd861e69548c1a8758b1def90eae14444f8d121d42e902971 done 03:15:48 #8 exporting config sha256:b79a798a4d9feb85f1ec8dfd5474c47210a961e1a7d11a3e3f764eef5d94dd55 done 03:15:48 #8 exporting manifest sha256:f2ce08675df20af357a2f15f163fae51f2e9c4f36e96f420b74d7b65cb58db04 done 03:15:48 #8 exporting config sha256:d6940894c11d0ec0d151cbf83c42a34d14782979ca8940b9944e077e85de4796 done 03:15:48 #8 exporting manifest list sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e done 03:15:48 #8 pushing layers 0.0s done 03:15:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:e396ccf02588259a6850f11f7542a343a76cf8c76e1ef3ef317df47de46a7c2e 0.1s done 03:15:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:48 #8 DONE 0.1s 03:15:48 03:15:48 1 warning found (use --debug to expand): 03:15:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b' 03:15:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:15:49 #1 [internal] load build definition from Dockerfile 03:15:49 #1 transferring dockerfile: 194B done 03:15:49 #1 DONE 0.0s 03:15:49 03:15:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:49 #2 DONE 0.1s 03:15:49 03:15:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:49 #3 DONE 0.1s 03:15:49 03:15:49 #4 [internal] load .dockerignore 03:15:49 #4 transferring context: 03:15:49 #4 transferring context: 2B done 03:15:49 #4 DONE 0.0s 03:15:49 03:15:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:49 #5 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:49 #5 DONE 0.0s 03:15:49 03:15:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:49 #6 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 done 03:15:49 #6 DONE 0.1s 03:15:49 03:15:49 #7 exporting to image 03:15:49 #7 exporting layers done 03:15:49 #7 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done 03:15:49 #7 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done 03:15:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:49 #7 ... 03:15:49 03:15:49 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:15:49 #8 DONE 0.0s 03:15:49 03:15:49 #7 exporting to image 03:15:49 #7 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done 03:15:49 #7 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 0.0s done 03:15:49 #7 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.0s done 03:15:49 #7 pushing layers 0.1s done 03:15:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 03:15:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done 03:15:49 #7 DONE 0.2s 03:15:49 03:15:49 1 warning found (use --debug to expand): 03:15:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 03:15:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 03:15:50 #1 [internal] load build definition from Dockerfile 03:15:50 #1 transferring dockerfile: 160B done 03:15:50 #1 DONE 0.0s 03:15:50 03:15:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:15:50 #2 DONE 0.0s 03:15:50 03:15:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 03:15:50 #3 DONE 0.0s 03:15:50 03:15:50 #4 [internal] load .dockerignore 03:15:50 #4 transferring context: 2B done 03:15:50 #4 DONE 0.0s 03:15:50 03:15:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:50 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:50 #5 DONE 0.1s 03:15:50 03:15:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:50 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.1s done 03:15:50 #6 CACHED 03:15:50 03:15:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:50 #5 CACHED 03:15:50 03:15:50 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:15:50 #7 DONE 0.0s 03:15:50 03:15:50 #8 exporting to image 03:15:50 #8 exporting layers done 03:15:50 #8 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done 03:15:50 #8 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done 03:15:50 #8 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done 03:15:50 #8 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done 03:15:50 #8 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done 03:15:50 #8 pushing layers 0.0s done 03:15:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done 03:15:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:50 #8 DONE 0.1s 03:15:50 03:15:50 1 warning found (use --debug to expand): 03:15:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 --push - 03:15:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88' 03:15:50 #1 [internal] load build definition from Dockerfile 03:15:50 #1 transferring dockerfile: 166B done 03:15:50 #1 DONE 0.0s 03:15:50 03:15:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 03:15:50 #2 DONE 0.0s 03:15:50 03:15:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88 03:15:50 #3 DONE 0.0s 03:15:50 03:15:50 #4 [internal] load .dockerignore 03:15:50 #4 transferring context: 2B done 03:15:50 #4 DONE 0.0s 03:15:50 03:15:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:50 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:50 #5 DONE 0.0s 03:15:50 03:15:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:51 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:51 #6 CACHED 03:15:51 03:15:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:51 #5 CACHED 03:15:51 03:15:51 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:15:51 #7 DONE 0.0s 03:15:51 03:15:51 #8 exporting to image 03:15:51 #8 exporting layers done 03:15:51 #8 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done 03:15:51 #8 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done 03:15:51 #8 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done 03:15:51 #8 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done 03:15:51 #8 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done 03:15:51 #8 pushing layers 0.0s done 03:15:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.88@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done 03:15:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:51 #8 DONE 0.1s 03:15:51 03:15:51 1 warning found (use --debug to expand): 03:15:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:15:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:15:51 #1 [internal] load build definition from Dockerfile 03:15:51 #1 transferring dockerfile: 207B done 03:15:51 #1 DONE 0.0s 03:15:51 03:15:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:51 #2 DONE 0.0s 03:15:51 03:15:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:51 #3 DONE 0.0s 03:15:51 03:15:51 #4 [internal] load .dockerignore 03:15:51 #4 transferring context: 03:15:51 #4 transferring context: 2B done 03:15:51 #4 DONE 0.0s 03:15:51 03:15:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:51 #5 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:51 #5 CACHED 03:15:51 03:15:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:51 #6 resolve nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:51 #6 CACHED 03:15:51 03:15:51 #7 exporting to image 03:15:51 #7 exporting layers done 03:15:51 #7 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done 03:15:51 #7 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done 03:15:51 #7 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done 03:15:51 #7 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done 03:15:51 #7 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done 03:15:51 #7 pushing layers 0.0s done 03:15:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 03:15:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done 03:15:51 #7 DONE 0.1s 03:15:51 03:15:51 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:15:51 #8 DONE 0.0s 03:15:51 03:15:51 1 warning found (use --debug to expand): 03:15:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 03:15:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 03:15:52 #1 [internal] load build definition from Dockerfile 03:15:52 #1 transferring dockerfile: 158B done 03:15:52 #1 DONE 0.0s 03:15:52 03:15:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:15:52 #2 DONE 0.0s 03:15:52 03:15:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 03:15:52 #3 DONE 0.0s 03:15:52 03:15:52 #4 [internal] load .dockerignore 03:15:52 #4 transferring context: 2B done 03:15:52 #4 DONE 0.0s 03:15:52 03:15:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:52 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:52 #5 DONE 0.0s 03:15:52 03:15:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:52 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 0.0s done 03:15:52 #6 CACHED 03:15:52 03:15:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:bfe1db2baf65a2a5a91c8c987da54dd638f1c19d5198638120427b233d973356 03:15:52 #5 CACHED 03:15:52 03:15:52 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 03:15:52 #7 DONE 0.0s 03:15:52 03:15:52 #8 exporting to image 03:15:52 #8 exporting layers done 03:15:52 #8 exporting manifest sha256:1c0fa7f7c32d7daf9d1d5422d484e78796a2687159ef1e2af1f26972e4bd3c66 done 03:15:52 #8 exporting config sha256:ff06044ae3f7062a96ef2a108032d80072a132f7744c8df9076789045bc623a0 done 03:15:52 #8 exporting manifest sha256:9c5025edffa30702d11a1d45d378ddfa7f43951c0e955bd0ae55d765608e3eb8 done 03:15:52 #8 exporting config sha256:3a7635c4860678e2b628a6c78f89a3c5cc8750dbc60608b0122b55646b24d6f3 done 03:15:52 #8 exporting manifest list sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 done 03:15:52 #8 pushing layers 0.0s done 03:15:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:806e386ee299302d458034761ae8ec993dd42cab69810c09ba823fdf73e123a3 0.1s done 03:15:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:52 #8 DONE 0.1s 03:15:52 03:15:52 1 warning found (use --debug to expand): 03:15:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b' 03:15:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:15:52 #1 [internal] load build definition from Dockerfile 03:15:52 #1 transferring dockerfile: 196B done 03:15:52 #1 DONE 0.0s 03:15:52 03:15:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:52 #2 DONE 0.0s 03:15:52 03:15:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:52 #3 DONE 0.0s 03:15:52 03:15:52 #4 [internal] load .dockerignore 03:15:52 #4 transferring context: 2B done 03:15:52 #4 DONE 0.0s 03:15:52 03:15:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done 03:15:52 #5 DONE 0.0s 03:15:52 03:15:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:52 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done 03:15:52 #6 DONE 0.0s 03:15:52 03:15:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done 03:15:52 #5 DONE 0.1s 03:15:52 03:15:52 #7 exporting to image 03:15:52 #7 exporting layers done 03:15:52 #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc 03:15:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:52 #7 ... 03:15:52 03:15:52 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:52 #8 DONE 0.0s 03:15:52 03:15:52 #7 exporting to image 03:15:52 #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc 0.0s done 03:15:52 #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done 03:15:52 #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c 0.0s done 03:15:52 #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done 03:15:52 #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done 03:15:52 #7 pushing layers 0.1s done 03:15:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 03:15:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done 03:15:52 #7 DONE 0.2s 03:15:52 03:15:52 1 warning found (use --debug to expand): 03:15:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 03:15:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 03:15:53 #1 [internal] load build definition from Dockerfile 03:15:53 #1 transferring dockerfile: 162B done 03:15:53 #1 DONE 0.0s 03:15:53 03:15:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:15:53 #2 DONE 0.0s 03:15:53 03:15:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 03:15:53 #3 DONE 0.0s 03:15:53 03:15:53 #4 [internal] load .dockerignore 03:15:53 #4 transferring context: 2B done 03:15:53 #4 DONE 0.0s 03:15:53 03:15:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done 03:15:53 #5 CACHED 03:15:53 03:15:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done 03:15:53 #6 CACHED 03:15:53 03:15:53 #7 exporting to image 03:15:53 #7 exporting layers done 03:15:53 #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done 03:15:53 #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done 03:15:53 #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done 03:15:53 #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done 03:15:53 #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done 03:15:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:53 #7 pushing layers 0.0s done 03:15:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done 03:15:53 #7 DONE 0.1s 03:15:53 03:15:53 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:53 #8 DONE 0.0s 03:15:53 03:15:53 1 warning found (use --debug to expand): 03:15:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 --push - 03:15:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88' 03:15:53 #1 [internal] load build definition from Dockerfile 03:15:53 #1 transferring dockerfile: 168B done 03:15:53 #1 DONE 0.0s 03:15:53 03:15:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 03:15:53 #2 DONE 0.0s 03:15:53 03:15:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88 03:15:53 #3 DONE 0.0s 03:15:53 03:15:53 #4 [internal] load .dockerignore 03:15:53 #4 transferring context: 2B done 03:15:53 #4 DONE 0.0s 03:15:53 03:15:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done 03:15:53 #5 CACHED 03:15:53 03:15:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done 03:15:53 #6 CACHED 03:15:53 03:15:53 #7 exporting to image 03:15:53 #7 exporting layers done 03:15:53 #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done 03:15:53 #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done 03:15:53 #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done 03:15:53 #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done 03:15:53 #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done 03:15:53 #7 pushing layers 0.0s done 03:15:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 03:15:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done 03:15:54 #7 DONE 0.1s 03:15:54 03:15:54 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:54 #8 DONE 0.0s 03:15:54 03:15:54 1 warning found (use --debug to expand): 03:15:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:15:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:15:54 #1 [internal] load build definition from Dockerfile 03:15:54 #1 transferring dockerfile: 209B done 03:15:54 #1 DONE 0.0s 03:15:54 03:15:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:54 #2 DONE 0.0s 03:15:54 03:15:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:15:54 #3 DONE 0.0s 03:15:54 03:15:54 #4 [internal] load .dockerignore 03:15:54 #4 transferring context: 2B done 03:15:54 #4 DONE 0.0s 03:15:54 03:15:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:54 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done 03:15:54 #5 CACHED 03:15:54 03:15:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:54 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 done 03:15:54 #6 CACHED 03:15:54 03:15:54 #7 exporting to image 03:15:54 #7 exporting layers done 03:15:54 #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done 03:15:54 #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done 03:15:54 #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done 03:15:54 #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done 03:15:54 #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done 03:15:54 #7 pushing layers 0.0s done 03:15:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 03:15:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done 03:15:54 #7 DONE 0.1s 03:15:54 03:15:54 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:54 #8 DONE 0.0s 03:15:54 03:15:54 1 warning found (use --debug to expand): 03:15:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 03:15:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 03:15:55 #1 [internal] load build definition from Dockerfile 03:15:55 #1 transferring dockerfile: 160B done 03:15:55 #1 DONE 0.0s 03:15:55 03:15:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:15:55 #2 DONE 0.0s 03:15:55 03:15:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 03:15:55 #3 DONE 0.0s 03:15:55 03:15:55 #4 [internal] load .dockerignore 03:15:55 #4 transferring context: 2B done 03:15:55 #4 DONE 0.0s 03:15:55 03:15:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:55 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done 03:15:55 #5 CACHED 03:15:55 03:15:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 03:15:55 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:eb62c84901d473b7bcd164da00c99278917b26aa5e883497aada54d1caf9ec26 0.0s done 03:15:55 #6 CACHED 03:15:55 03:15:55 #7 exporting to image 03:15:55 #7 exporting layers done 03:15:55 #7 exporting manifest sha256:29b08bf4a4c40f3a9b38255e08758f64eabed7716c3f0d7af97be27170e263cc done 03:15:55 #7 exporting config sha256:fbe4016ef2fb114121afa7cab393adb0f27dafcdc068f2bad8afa644636baac0 done 03:15:55 #7 exporting manifest sha256:b3916a4438c395868c0a65a92c0ada0e901f7788206324b907c86f513722336c done 03:15:55 #7 exporting config sha256:e0e0ba47a8f489652658a944e92d1ea4f6e85fb9f31743dca52c42cf65376466 done 03:15:55 #7 exporting manifest list sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad done 03:15:55 #7 pushing layers 0.0s done 03:15:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 03:15:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ddb3e59d6be062a15e2a00b65210db04a235d9f3cdf439675ea0a3752b05d9ad 0.1s done 03:15:55 #7 DONE 0.1s 03:15:55 03:15:55 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 03:15:55 #8 DONE 0.0s 03:15:55 03:15:55 1 warning found (use --debug to expand): 03:15:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:15:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b' 03:15:55 #1 [internal] load build definition from Dockerfile 03:15:55 #1 transferring dockerfile: 198B done 03:15:55 #1 DONE 0.0s 03:15:55 03:15:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:55 #2 DONE 0.0s 03:15:55 03:15:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b 03:15:55 #3 DONE 0.0s 03:15:55 03:15:55 #4 [internal] load .dockerignore 03:15:55 #4 transferring context: 2B done 03:15:55 #4 DONE 0.0s 03:15:55 03:15:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:15:55 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:15:55 #5 DONE 0.0s 03:15:55 03:15:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:15:55 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done 03:15:55 #6 DONE 0.1s 03:15:55 03:15:55 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:15:55 #7 DONE 0.0s 03:15:55 03:15:55 #8 exporting to image 03:15:55 #8 exporting layers done 03:15:55 #8 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done 03:15:55 #8 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done 03:15:55 #8 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done 03:15:55 #8 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done 03:15:55 #8 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done 03:15:55 #8 pushing layers 0.1s done 03:15:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done 03:15:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:55 #8 DONE 0.2s 03:15:55 03:15:55 1 warning found (use --debug to expand): 03:15:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 03:15:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 03:15:56 #1 [internal] load build definition from Dockerfile 03:15:56 #1 transferring dockerfile: 164B done 03:15:56 #1 DONE 0.0s 03:15:56 03:15:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:15:56 #2 DONE 0.0s 03:15:56 03:15:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 03:15:56 #3 DONE 0.0s 03:15:56 03:15:56 #4 [internal] load .dockerignore 03:15:56 #4 transferring context: 2B done 03:15:56 #4 DONE 0.0s 03:15:56 03:15:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:15:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 done 03:15:56 #5 CACHED 03:15:56 03:15:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:15:56 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done 03:15:56 #6 CACHED 03:15:56 03:15:56 #7 exporting to image 03:15:56 #7 exporting layers done 03:15:56 #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done 03:15:56 #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done 03:15:56 #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done 03:15:56 #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done 03:15:56 #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 03:15:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:15:56 #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done 03:15:56 #7 pushing layers 0.0s done 03:15:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done 03:15:56 #7 DONE 0.1s 03:15:56 03:15:56 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:15:56 #8 DONE 0.0s 03:15:56 03:15:56 1 warning found (use --debug to expand): 03:15:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:15:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 --push - 03:15:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88' 03:15:57 #1 [internal] load build definition from Dockerfile 03:15:58 #1 transferring dockerfile: 170B done 03:15:58 #1 DONE 1.0s 03:15:58 03:15:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 03:15:59 #2 DONE 0.5s 03:15:59 03:15:59 #3 [internal] load .dockerignore 03:15:59 #3 ... 03:15:59 03:15:59 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88 03:15:59 #4 DONE 0.6s 03:15:59 03:15:59 #3 [internal] load .dockerignore 03:16:00 #3 transferring context: 03:16:00 #3 transferring context: 2B done 03:16:01 #3 DONE 1.8s 03:16:01 03:16:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:01 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:02 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.6s done 03:16:02 #5 CACHED 03:16:02 03:16:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:02 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.6s done 03:16:02 #6 CACHED 03:16:02 03:16:02 #7 exporting to image 03:16:02 #7 exporting layers done 03:16:02 #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb 0.1s done 03:16:02 #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 03:16:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:02 #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 0.0s done 03:16:02 #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 0.1s done 03:16:02 #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 0.0s done 03:16:02 #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 03:16:02 #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done 03:16:02 #7 pushing layers 0.0s done 03:16:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.88@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done 03:16:02 #7 DONE 0.3s 03:16:02 03:16:02 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:16:02 #8 DONE 0.0s 03:16:04 03:16:04 1 warning found (use --debug to expand): 03:16:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:04 #1 [internal] load build definition from Dockerfile 03:16:04 #1 transferring dockerfile: 211B done 03:16:04 #1 DONE 0.0s 03:16:04 03:16:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:04 #2 DONE 0.0s 03:16:04 03:16:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:04 #3 DONE 0.0s 03:16:04 03:16:04 #4 [internal] load .dockerignore 03:16:04 #4 transferring context: 2B done 03:16:04 #4 DONE 0.0s 03:16:04 03:16:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 done 03:16:04 #5 CACHED 03:16:04 03:16:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:04 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 done 03:16:04 #6 CACHED 03:16:04 03:16:04 #7 exporting to image 03:16:04 #7 exporting layers done 03:16:04 #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done 03:16:04 #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done 03:16:04 #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done 03:16:04 #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done 03:16:04 #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done 03:16:04 #7 pushing layers 0.0s done 03:16:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 03:16:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done 03:16:04 #7 DONE 0.1s 03:16:04 03:16:04 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:16:04 #8 DONE 0.0s 03:16:04 03:16:04 1 warning found (use --debug to expand): 03:16:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 03:16:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 03:16:04 #1 [internal] load build definition from Dockerfile 03:16:04 #1 transferring dockerfile: 162B done 03:16:04 #1 DONE 0.0s 03:16:04 03:16:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:16:04 #2 DONE 0.0s 03:16:04 03:16:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 03:16:04 #3 DONE 0.0s 03:16:04 03:16:04 #4 [internal] load .dockerignore 03:16:04 #4 transferring context: 2B done 03:16:04 #4 DONE 0.0s 03:16:04 03:16:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:04 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done 03:16:04 #5 CACHED 03:16:04 03:16:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 03:16:04 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:c611cc55bea50e002981d7e2c6ba2cbfbe2ed924d48e71b4335e616f92c027a6 0.0s done 03:16:04 #6 CACHED 03:16:04 03:16:04 #7 exporting to image 03:16:04 #7 exporting layers done 03:16:04 #7 exporting manifest sha256:7aa2c15077fbb0bddd0b8a474603fb9d24a2625f1c3803387a200f5a6b5ca3eb done 03:16:04 #7 exporting config sha256:2fac77d02ba524cb13a0d80d4150757e79add573da71824e8c55dbb85b30f847 done 03:16:04 #7 exporting manifest sha256:2c529ab79f2868133173bcc9d909dd06986e6bb58452b9529eb336d1ac7c7f38 done 03:16:04 #7 exporting config sha256:e87b7f843eac006ba573cb08aec9ad9c6d03ebd4329c2da2071b63c802160142 done 03:16:04 #7 exporting manifest list sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e done 03:16:04 #7 pushing layers 0.0s done 03:16:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 03:16:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:fcad6cbf5c5bc8f1e0535f669c533496ee46fbb1b9965f2ed2a8ef605d0c549e 0.1s done 03:16:05 #7 DONE 0.1s 03:16:05 03:16:05 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 03:16:05 #8 DONE 0.0s 03:16:05 03:16:05 1 warning found (use --debug to expand): 03:16:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:05 #1 [internal] load build definition from Dockerfile 03:16:05 #1 transferring dockerfile: 206B done 03:16:05 #1 DONE 0.0s 03:16:05 03:16:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:05 #2 DONE 0.0s 03:16:05 03:16:05 #3 [internal] load .dockerignore 03:16:05 #3 transferring context: 2B done 03:16:05 #3 DONE 0.0s 03:16:05 03:16:05 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:05 #4 DONE 0.1s 03:16:05 03:16:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:05 #5 DONE 0.0s 03:16:05 03:16:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:05 #6 DONE 0.0s 03:16:05 03:16:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:05 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:06 #5 DONE 0.2s 03:16:06 03:16:06 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:16:06 #7 DONE 0.0s 03:16:06 03:16:06 #8 exporting to image 03:16:06 #8 exporting layers done 03:16:06 #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 0.0s done 03:16:06 #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done 03:16:06 #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done 03:16:06 #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done 03:16:06 #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done 03:16:06 #8 pushing layers 03:16:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:06 #8 pushing layers 0.1s done 03:16:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done 03:16:06 #8 DONE 0.2s 03:16:06 03:16:06 1 warning found (use --debug to expand): 03:16:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 03:16:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 03:16:06 #1 [internal] load build definition from Dockerfile 03:16:06 #1 transferring dockerfile: 172B done 03:16:06 #1 DONE 0.0s 03:16:06 03:16:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:16:06 #2 DONE 0.0s 03:16:06 03:16:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 03:16:06 #3 DONE 0.0s 03:16:06 03:16:06 #4 [internal] load .dockerignore 03:16:06 #4 transferring context: 2B done 03:16:06 #4 DONE 0.0s 03:16:06 03:16:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:06 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:06 #5 CACHED 03:16:06 03:16:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:06 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:06 #6 CACHED 03:16:06 03:16:06 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:16:06 #7 DONE 0.0s 03:16:06 03:16:06 #8 exporting to image 03:16:06 #8 exporting layers done 03:16:06 #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done 03:16:06 #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done 03:16:06 #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done 03:16:06 #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done 03:16:06 #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done 03:16:06 #8 pushing layers 0.0s done 03:16:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done 03:16:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:06 #8 DONE 0.1s 03:16:06 03:16:06 1 warning found (use --debug to expand): 03:16:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88' 03:16:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 --push - 03:16:07 #1 [internal] load build definition from Dockerfile 03:16:07 #1 transferring dockerfile: 178B done 03:16:07 #1 DONE 0.0s 03:16:07 03:16:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 03:16:07 #2 DONE 0.0s 03:16:07 03:16:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88 03:16:07 #3 DONE 0.0s 03:16:07 03:16:07 #4 [internal] load .dockerignore 03:16:07 #4 transferring context: 2B done 03:16:07 #4 DONE 0.0s 03:16:07 03:16:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:07 #5 CACHED 03:16:07 03:16:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:07 #6 CACHED 03:16:07 03:16:07 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:16:07 #7 DONE 0.0s 03:16:07 03:16:07 #8 exporting to image 03:16:07 #8 exporting layers done 03:16:07 #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done 03:16:07 #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done 03:16:07 #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done 03:16:07 #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done 03:16:07 #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done 03:16:07 #8 pushing layers 0.0s done 03:16:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.88@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done 03:16:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:07 #8 DONE 0.1s 03:16:07 03:16:07 1 warning found (use --debug to expand): 03:16:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:07 #1 [internal] load build definition from Dockerfile 03:16:07 #1 transferring dockerfile: 219B done 03:16:07 #1 DONE 0.0s 03:16:07 03:16:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:07 #2 DONE 0.0s 03:16:07 03:16:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:07 #3 DONE 0.0s 03:16:07 03:16:07 #4 [internal] load .dockerignore 03:16:07 #4 transferring context: 2B done 03:16:07 #4 DONE 0.0s 03:16:07 03:16:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:07 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:07 #5 CACHED 03:16:07 03:16:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:07 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:07 #6 CACHED 03:16:07 03:16:07 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:16:07 #7 DONE 0.0s 03:16:07 03:16:07 #8 exporting to image 03:16:07 #8 exporting layers done 03:16:07 #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done 03:16:07 #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done 03:16:07 #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done 03:16:07 #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done 03:16:07 #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done 03:16:07 #8 pushing layers 0.0s done 03:16:07 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done 03:16:07 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:07 #8 DONE 0.1s 03:16:07 03:16:07 1 warning found (use --debug to expand): 03:16:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 03:16:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 03:16:08 #1 [internal] load build definition from Dockerfile 03:16:08 #1 transferring dockerfile: 170B done 03:16:08 #1 DONE 0.0s 03:16:08 03:16:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:16:08 #2 DONE 0.0s 03:16:08 03:16:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 03:16:08 #3 DONE 0.0s 03:16:08 03:16:08 #4 [internal] load .dockerignore 03:16:08 #4 transferring context: 2B done 03:16:08 #4 DONE 0.0s 03:16:08 03:16:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:08 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:08 #5 CACHED 03:16:08 03:16:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 03:16:08 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:f7af740c009d752a0631a12b1774fe3a9c24688c190f0a8cee208af2d2c6cc29 0.0s done 03:16:08 #6 CACHED 03:16:08 03:16:08 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 03:16:08 #7 DONE 0.0s 03:16:08 03:16:08 #8 exporting to image 03:16:08 #8 exporting layers done 03:16:08 #8 exporting manifest sha256:1eb6e4d30605facf9a408ea993c4ae323a13db8565e15e3b34411ea7ef477b98 done 03:16:08 #8 exporting config sha256:b72a1c21955ae9e41775394d5fbfa16f941a41dec3c3219ef258d99de90f6803 done 03:16:08 #8 exporting manifest sha256:f989aba9ef3685d5b6133026dddb9afbf92766294467eb86f63c4e597affa0f3 done 03:16:08 #8 exporting config sha256:13d772b5ef7e07975ffefb41f0b1044a9775c62260fd7ccd6cd84b04462da85f done 03:16:08 #8 exporting manifest list sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c done 03:16:08 #8 pushing layers 0.0s done 03:16:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:efca238f56bea314610e9d16109ab14dccbffd843e5b241b4c20517e56a6d04c 0.1s done 03:16:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:08 #8 DONE 0.1s 03:16:08 03:16:08 1 warning found (use --debug to expand): 03:16:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:09 #1 [internal] load build definition from Dockerfile 03:16:09 #1 transferring dockerfile: 204B done 03:16:09 #1 DONE 0.0s 03:16:09 03:16:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:09 #2 DONE 0.0s 03:16:09 03:16:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:09 #3 DONE 0.0s 03:16:09 03:16:09 #4 [internal] load .dockerignore 03:16:09 #4 transferring context: 2B done 03:16:09 #4 DONE 0.0s 03:16:09 03:16:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done 03:16:09 #5 DONE 0.0s 03:16:09 03:16:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:09 #6 DONE 0.0s 03:16:09 03:16:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done 03:16:09 #5 DONE 0.1s 03:16:09 03:16:09 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:16:09 #7 DONE 0.0s 03:16:09 03:16:09 #8 exporting to image 03:16:09 #8 exporting layers done 03:16:09 #8 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e 0.0s done 03:16:09 #8 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done 03:16:09 #8 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 done 03:16:09 #8 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done 03:16:09 #8 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done 03:16:09 #8 pushing layers 0.1s done 03:16:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 03:16:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done 03:16:09 #8 DONE 0.2s 03:16:09 03:16:09 1 warning found (use --debug to expand): 03:16:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 03:16:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 03:16:10 #1 [internal] load build definition from Dockerfile 03:16:10 #1 transferring dockerfile: 170B done 03:16:10 #1 DONE 0.1s 03:16:10 03:16:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:16:10 #2 DONE 0.0s 03:16:10 03:16:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 03:16:10 #3 DONE 0.1s 03:16:10 03:16:10 #4 [internal] load .dockerignore 03:16:10 #4 transferring context: 2B done 03:16:10 #4 DONE 0.0s 03:16:10 03:16:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done 03:16:10 #5 CACHED 03:16:10 03:16:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done 03:16:10 #6 CACHED 03:16:10 03:16:10 #7 exporting to image 03:16:10 #7 exporting layers done 03:16:10 #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done 03:16:10 #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done 03:16:10 #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 0.0s done 03:16:10 #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done 03:16:10 #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 03:16:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:10 #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done 03:16:10 #7 pushing layers 0.0s done 03:16:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done 03:16:10 #7 DONE 0.1s 03:16:10 03:16:10 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:16:10 #8 DONE 0.0s 03:16:10 03:16:10 1 warning found (use --debug to expand): 03:16:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88' 03:16:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 --push - 03:16:11 #1 [internal] load build definition from Dockerfile 03:16:12 #1 transferring dockerfile: 176B done 03:16:12 #1 DONE 0.8s 03:16:12 03:16:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 03:16:12 #2 DONE 0.7s 03:16:12 03:16:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88 03:16:12 #3 DONE 0.6s 03:16:12 03:16:12 #4 [internal] load .dockerignore 03:16:14 #4 transferring context: 2B done 03:16:15 #4 DONE 2.0s 03:16:15 03:16:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:15 #5 ... 03:16:15 03:16:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:15 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.1s done 03:16:15 #6 DONE 0.3s 03:16:15 03:16:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:15 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.1s done 03:16:15 #5 CACHED 03:16:15 03:16:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:15 #6 CACHED 03:16:15 03:16:15 #7 exporting to image 03:16:15 #7 exporting layers done 03:16:15 #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done 03:16:15 #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c 03:16:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:15 #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done 03:16:15 #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 0.0s done 03:16:15 #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done 03:16:15 #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done 03:16:15 #7 pushing layers 0.0s done 03:16:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.88@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done 03:16:15 #7 DONE 0.1s 03:16:15 03:16:15 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:16:15 #8 DONE 0.0s 03:16:15 03:16:15 1 warning found (use --debug to expand): 03:16:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:16 #1 [internal] load build definition from Dockerfile 03:16:16 #1 transferring dockerfile: 217B done 03:16:16 #1 DONE 0.1s 03:16:16 03:16:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:16 #2 DONE 0.0s 03:16:16 03:16:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:16 #3 DONE 0.0s 03:16:16 03:16:16 #4 [internal] load .dockerignore 03:16:16 #4 transferring context: 2B done 03:16:16 #4 DONE 0.0s 03:16:16 03:16:16 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done 03:16:16 #5 CACHED 03:16:16 03:16:16 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab done 03:16:16 #6 CACHED 03:16:16 03:16:16 #7 exporting to image 03:16:16 #7 exporting layers done 03:16:16 #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done 03:16:16 #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done 03:16:16 #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 done 03:16:16 #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done 03:16:16 #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done 03:16:16 #7 pushing layers 0.0s done 03:16:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 03:16:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done 03:16:16 #7 DONE 0.1s 03:16:16 03:16:16 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:16:16 #8 DONE 0.0s 03:16:16 03:16:16 1 warning found (use --debug to expand): 03:16:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 03:16:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 03:16:16 #1 [internal] load build definition from Dockerfile 03:16:16 #1 transferring dockerfile: 168B done 03:16:16 #1 DONE 0.0s 03:16:16 03:16:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:16:16 #2 DONE 0.0s 03:16:16 03:16:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 03:16:16 #3 DONE 0.0s 03:16:16 03:16:16 #4 [internal] load .dockerignore 03:16:16 #4 transferring context: 2B done 03:16:16 #4 DONE 0.0s 03:16:16 03:16:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:16 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done 03:16:16 #5 CACHED 03:16:16 03:16:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 03:16:16 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d60419a8b9f6b4cd0a41addb27a77f0b88e4e382fa83fbf105944a3c17867bab 0.0s done 03:16:16 #6 CACHED 03:16:16 03:16:16 #7 exporting to image 03:16:16 #7 exporting layers done 03:16:16 #7 exporting manifest sha256:0a2bfc3dadfb04379b721d4919f05a6e677d45757a86f0369595e1b797077d4e done 03:16:16 #7 exporting config sha256:55e9670902e64572eef305d3f122b82fb184d101b782eac7474a6d97a09cba8c done 03:16:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:16 #7 exporting manifest sha256:e296346429eeef7b822d9c7cbb33daa55c104741968f4de4b9cad01b00c7e3c9 done 03:16:16 #7 exporting config sha256:ada7554f94e39700e9f6f79776389af2a761efa313c0ac8b44723a308a000e53 done 03:16:16 #7 exporting manifest list sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff done 03:16:16 #7 pushing layers 0.0s done 03:16:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:49367caa304f23cc09bc63952cfae81bd206b608e199b3cd5bd55f0495a548ff 0.1s done 03:16:16 #7 DONE 0.1s 03:16:16 03:16:16 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 03:16:16 #8 DONE 0.0s 03:16:16 03:16:16 1 warning found (use --debug to expand): 03:16:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:17 #1 [internal] load build definition from Dockerfile 03:16:17 #1 transferring dockerfile: 205B done 03:16:17 #1 DONE 0.0s 03:16:17 03:16:17 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:17 #2 DONE 0.0s 03:16:17 03:16:17 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:17 #3 DONE 0.1s 03:16:17 03:16:17 #4 [internal] load .dockerignore 03:16:17 #4 transferring context: 2B done 03:16:17 #4 DONE 0.0s 03:16:17 03:16:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:17 #5 DONE 0.0s 03:16:17 03:16:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:17 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 0.0s done 03:16:17 #6 DONE 0.0s 03:16:17 03:16:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:17 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:17 #5 DONE 0.1s 03:16:17 03:16:17 #7 exporting to image 03:16:17 #7 exporting layers done 03:16:17 #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done 03:16:17 #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done 03:16:17 #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done 03:16:17 #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done 03:16:17 #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 03:16:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:17 #7 ... 03:16:17 03:16:17 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:17 #8 DONE 0.0s 03:16:17 03:16:17 #7 exporting to image 03:16:17 #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done 03:16:17 #7 pushing layers 0.1s done 03:16:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 03:16:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done 03:16:17 #7 DONE 0.2s 03:16:17 03:16:17 1 warning found (use --debug to expand): 03:16:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 03:16:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 03:16:18 #1 [internal] load build definition from Dockerfile 03:16:18 #1 transferring dockerfile: 171B done 03:16:18 #1 DONE 0.0s 03:16:18 03:16:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:16:18 #2 DONE 0.0s 03:16:18 03:16:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 03:16:18 #3 DONE 0.0s 03:16:18 03:16:18 #4 [internal] load .dockerignore 03:16:18 #4 transferring context: 2B done 03:16:18 #4 DONE 0.0s 03:16:18 03:16:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:18 #5 CACHED 03:16:18 03:16:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:18 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:18 #6 CACHED 03:16:18 03:16:18 #7 exporting to image 03:16:18 #7 exporting layers done 03:16:18 #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done 03:16:18 #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done 03:16:18 #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done 03:16:18 #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done 03:16:18 #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done 03:16:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:18 #7 pushing layers 0.0s done 03:16:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done 03:16:18 #7 DONE 0.1s 03:16:18 03:16:18 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:18 #8 DONE 0.0s 03:16:18 03:16:18 1 warning found (use --debug to expand): 03:16:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 --push - 03:16:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88' 03:16:18 #1 [internal] load build definition from Dockerfile 03:16:18 #1 transferring dockerfile: 177B done 03:16:18 #1 DONE 0.0s 03:16:18 03:16:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 03:16:18 #2 DONE 0.0s 03:16:18 03:16:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88 03:16:18 #3 DONE 0.0s 03:16:18 03:16:18 #4 [internal] load .dockerignore 03:16:18 #4 transferring context: 2B done 03:16:18 #4 DONE 0.0s 03:16:18 03:16:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:18 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 0.0s done 03:16:18 #5 CACHED 03:16:18 03:16:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:18 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 0.0s done 03:16:18 #6 CACHED 03:16:18 03:16:18 #7 exporting to image 03:16:18 #7 exporting layers done 03:16:18 #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done 03:16:18 #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done 03:16:18 #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done 03:16:18 #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done 03:16:18 #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done 03:16:18 #7 pushing layers 03:16:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:19 #7 pushing layers 0.0s done 03:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.88@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done 03:16:19 #7 DONE 0.1s 03:16:19 03:16:19 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:19 #8 DONE 0.0s 03:16:19 03:16:19 1 warning found (use --debug to expand): 03:16:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:19 #1 [internal] load build definition from Dockerfile 03:16:19 #1 transferring dockerfile: 218B done 03:16:19 #1 DONE 0.0s 03:16:19 03:16:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:19 #2 DONE 0.0s 03:16:19 03:16:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:19 #3 DONE 0.0s 03:16:19 03:16:19 #4 [internal] load .dockerignore 03:16:19 #4 transferring context: 2B done 03:16:19 #4 DONE 0.0s 03:16:19 03:16:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:19 #5 CACHED 03:16:19 03:16:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:19 #6 CACHED 03:16:19 03:16:19 #7 exporting to image 03:16:19 #7 exporting layers done 03:16:19 #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done 03:16:19 #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done 03:16:19 #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done 03:16:19 #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done 03:16:19 #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done 03:16:19 #7 pushing layers 0.0s done 03:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 03:16:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done 03:16:19 #7 DONE 0.1s 03:16:19 03:16:19 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:19 #8 DONE 0.0s 03:16:19 03:16:19 1 warning found (use --debug to expand): 03:16:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 03:16:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 03:16:19 #1 [internal] load build definition from Dockerfile 03:16:19 #1 transferring dockerfile: 169B done 03:16:19 #1 DONE 0.0s 03:16:19 03:16:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:16:19 #2 DONE 0.0s 03:16:19 03:16:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 03:16:19 #3 DONE 0.0s 03:16:19 03:16:19 #4 [internal] load .dockerignore 03:16:19 #4 transferring context: 2B done 03:16:19 #4 DONE 0.0s 03:16:19 03:16:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:19 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:19 #5 CACHED 03:16:19 03:16:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 03:16:19 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0f4105d2cbf23dc0409e851c5ebe3eba1d4d67e19f64bd384281269bf0718c2 done 03:16:19 #6 CACHED 03:16:19 03:16:19 #7 exporting to image 03:16:19 #7 exporting layers done 03:16:19 #7 exporting manifest sha256:e788ac0f243be7b735e74d224e113f2e9b24caef0bb99b5ffd221c178af2b799 done 03:16:19 #7 exporting config sha256:fb3238627616fe21b9550b140bb3ab2bea31eb6c0ac726978d70c4912225fd73 done 03:16:19 #7 exporting manifest sha256:91eec714275b7a2c43aceb5e98d22440ce672779f10f7429648aaff744b80587 done 03:16:19 #7 exporting config sha256:342649c22b194145c731f3c6e1aea46db09211df580bf0693c1a18d99957d614 done 03:16:19 #7 exporting manifest list sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 done 03:16:19 #7 pushing layers 0.0s done 03:16:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 03:16:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:a247b0ceee61b1dee5b6bb58228052ab379251c30aa3989c72c7022c9d5c4588 0.1s done 03:16:20 #7 DONE 0.1s 03:16:20 03:16:20 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:20 #8 DONE 0.0s 03:16:20 03:16:20 1 warning found (use --debug to expand): 03:16:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:20 #1 [internal] load build definition from Dockerfile 03:16:20 #1 transferring dockerfile: 211B done 03:16:20 #1 DONE 0.0s 03:16:20 03:16:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:20 #2 DONE 0.0s 03:16:20 03:16:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:20 #3 DONE 0.1s 03:16:20 03:16:20 #4 [internal] load .dockerignore 03:16:20 #4 transferring context: 2B done 03:16:20 #4 DONE 0.0s 03:16:20 03:16:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:20 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:20 #5 DONE 0.0s 03:16:20 03:16:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:20 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:20 #6 DONE 0.0s 03:16:20 03:16:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:20 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:20 #5 DONE 0.1s 03:16:20 03:16:20 #7 exporting to image 03:16:20 #7 exporting layers done 03:16:20 #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done 03:16:20 #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done 03:16:20 #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done 03:16:20 #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 03:16:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:20 #7 ... 03:16:20 03:16:20 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:20 #8 DONE 0.0s 03:16:20 03:16:20 #7 exporting to image 03:16:20 #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done 03:16:20 #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done 03:16:20 #7 pushing layers 0.1s done 03:16:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 03:16:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done 03:16:20 #7 DONE 0.2s 03:16:20 03:16:20 1 warning found (use --debug to expand): 03:16:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 03:16:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 03:16:21 #1 [internal] load build definition from Dockerfile 03:16:21 #1 transferring dockerfile: 177B done 03:16:21 #1 DONE 0.1s 03:16:21 03:16:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:16:21 #2 DONE 0.0s 03:16:21 03:16:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 03:16:21 #3 DONE 0.0s 03:16:21 03:16:21 #4 [internal] load .dockerignore 03:16:21 #4 transferring context: 2B done 03:16:21 #4 DONE 0.1s 03:16:21 03:16:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:21 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:21 #5 CACHED 03:16:21 03:16:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:21 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:21 #6 CACHED 03:16:21 03:16:21 #7 exporting to image 03:16:21 #7 exporting layers done 03:16:21 #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done 03:16:21 #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done 03:16:21 #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done 03:16:21 #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done 03:16:21 #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done 03:16:21 #7 pushing layers 0.0s done 03:16:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 03:16:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done 03:16:21 #7 DONE 0.1s 03:16:21 03:16:21 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:21 #8 DONE 0.0s 03:16:21 03:16:21 1 warning found (use --debug to expand): 03:16:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88' 03:16:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 --push - 03:16:22 #1 [internal] load build definition from Dockerfile 03:16:22 #1 transferring dockerfile: 183B done 03:16:22 #1 DONE 0.1s 03:16:22 03:16:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 03:16:22 #2 DONE 0.1s 03:16:22 03:16:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88 03:16:22 #3 DONE 0.1s 03:16:22 03:16:22 #4 [internal] load .dockerignore 03:16:22 #4 transferring context: 03:16:22 #4 transferring context: 2B done 03:16:22 #4 DONE 0.2s 03:16:22 03:16:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:22 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:22 #5 DONE 0.0s 03:16:22 03:16:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:22 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:22 #6 CACHED 03:16:22 03:16:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:22 #5 CACHED 03:16:22 03:16:22 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:22 #7 DONE 0.0s 03:16:22 03:16:22 #8 exporting to image 03:16:22 #8 exporting layers done 03:16:22 #8 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done 03:16:22 #8 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done 03:16:22 #8 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done 03:16:22 #8 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done 03:16:22 #8 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done 03:16:22 #8 pushing layers 0.0s done 03:16:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.88@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done 03:16:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:22 #8 DONE 0.1s 03:16:22 03:16:22 1 warning found (use --debug to expand): 03:16:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:23 #1 [internal] load build definition from Dockerfile 03:16:23 #1 transferring dockerfile: 224B done 03:16:23 #1 DONE 0.0s 03:16:23 03:16:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:23 #2 DONE 0.0s 03:16:23 03:16:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:23 #3 DONE 0.0s 03:16:23 03:16:23 #4 [internal] load .dockerignore 03:16:23 #4 transferring context: 2B done 03:16:23 #4 DONE 0.0s 03:16:23 03:16:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:23 #5 CACHED 03:16:23 03:16:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:23 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:23 #6 CACHED 03:16:23 03:16:23 #7 exporting to image 03:16:23 #7 exporting layers 03:16:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:23 #7 exporting layers done 03:16:23 #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done 03:16:23 #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done 03:16:23 #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done 03:16:23 #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done 03:16:23 #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done 03:16:23 #7 pushing layers 0.0s done 03:16:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done 03:16:23 #7 DONE 0.1s 03:16:23 03:16:23 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:23 #8 DONE 0.0s 03:16:23 03:16:23 1 warning found (use --debug to expand): 03:16:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 03:16:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 03:16:23 #1 [internal] load build definition from Dockerfile 03:16:23 #1 transferring dockerfile: 175B done 03:16:23 #1 DONE 0.0s 03:16:23 03:16:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:16:23 #2 DONE 0.0s 03:16:23 03:16:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 03:16:23 #3 DONE 0.0s 03:16:23 03:16:23 #4 [internal] load .dockerignore 03:16:23 #4 transferring context: 2B done 03:16:23 #4 DONE 0.0s 03:16:23 03:16:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:23 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:23 #5 CACHED 03:16:23 03:16:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 03:16:23 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9cf4561a1d78a7a33b98c5cdd8bdebc5ead8e964f5f71bf33299b62559c292df 0.0s done 03:16:23 #6 CACHED 03:16:23 03:16:23 #7 exporting to image 03:16:23 #7 exporting layers done 03:16:23 #7 exporting manifest sha256:ca53c6c74b9d53a9d486ac03a1333c56db87edb86dbbedfd33c5e5f9fcc5c3dd done 03:16:23 #7 exporting config sha256:7cf78c292a51fb645ee3b04467a4b944ddb37ce764e3084728b9e7697eaec88a done 03:16:23 #7 exporting manifest sha256:c197e45b5dcb64b70d693ec344e38088b578ced6f1b192bc0498c9cc15b97380 done 03:16:23 #7 exporting config sha256:276ca646ed54b8a4b40352cfcb64e7120cf74b2b56266e11ae19a81b0cb0bf21 done 03:16:23 #7 exporting manifest list sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 done 03:16:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:23 #7 pushing layers 0.0s done 03:16:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:6829913a4c5ab0e687a6e4278322ee732b0676b9ae27fc7a43694cdaee4f2f69 0.1s done 03:16:23 #7 DONE 0.1s 03:16:23 03:16:23 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 03:16:23 #8 DONE 0.0s 03:16:23 03:16:23 1 warning found (use --debug to expand): 03:16:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:24 #1 [internal] load build definition from Dockerfile 03:16:24 #1 transferring dockerfile: 215B done 03:16:24 #1 DONE 0.0s 03:16:24 03:16:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:24 #2 DONE 0.0s 03:16:24 03:16:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:24 #3 DONE 0.0s 03:16:24 03:16:24 #4 [internal] load .dockerignore 03:16:24 #4 transferring context: 2B done 03:16:24 #4 DONE 0.0s 03:16:24 03:16:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done 03:16:24 #5 DONE 0.0s 03:16:24 03:16:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done 03:16:24 #6 DONE 0.0s 03:16:24 03:16:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done 03:16:24 #5 DONE 0.1s 03:16:24 03:16:24 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:16:24 #7 DONE 0.0s 03:16:24 03:16:24 #8 exporting to image 03:16:24 #8 exporting layers done 03:16:24 #8 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done 03:16:24 #8 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done 03:16:24 #8 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done 03:16:24 #8 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done 03:16:24 #8 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done 03:16:24 #8 pushing layers 0.1s done 03:16:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 03:16:24 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:24 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done 03:16:24 #8 DONE 0.2s 03:16:24 03:16:24 1 warning found (use --debug to expand): 03:16:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 03:16:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 03:16:25 #1 [internal] load build definition from Dockerfile 03:16:25 #1 transferring dockerfile: 181B done 03:16:25 #1 DONE 0.0s 03:16:25 03:16:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:16:25 #2 DONE 0.0s 03:16:25 03:16:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 03:16:25 #3 DONE 0.0s 03:16:25 03:16:25 #4 [internal] load .dockerignore 03:16:25 #4 transferring context: 2B done 03:16:25 #4 DONE 0.0s 03:16:25 03:16:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:25 #5 CACHED 03:16:25 03:16:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:25 #6 CACHED 03:16:25 03:16:25 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:16:25 #7 DONE 0.0s 03:16:25 03:16:25 #8 exporting to image 03:16:25 #8 exporting layers done 03:16:25 #8 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done 03:16:25 #8 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done 03:16:25 #8 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done 03:16:25 #8 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done 03:16:25 #8 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done 03:16:25 #8 pushing layers 0.0s done 03:16:25 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done 03:16:25 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:25 #8 DONE 0.1s 03:16:25 03:16:25 1 warning found (use --debug to expand): 03:16:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88' 03:16:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 --push - 03:16:25 #1 [internal] load build definition from Dockerfile 03:16:25 #1 transferring dockerfile: 187B done 03:16:25 #1 DONE 0.0s 03:16:25 03:16:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 03:16:25 #2 DONE 0.0s 03:16:25 03:16:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88 03:16:25 #3 DONE 0.0s 03:16:25 03:16:25 #4 [internal] load .dockerignore 03:16:25 #4 transferring context: 2B done 03:16:25 #4 DONE 0.0s 03:16:25 03:16:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:25 #5 CACHED 03:16:25 03:16:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed done 03:16:25 #6 CACHED 03:16:25 03:16:25 #7 exporting to image 03:16:25 #7 exporting layers done 03:16:25 #7 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done 03:16:25 #7 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done 03:16:25 #7 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done 03:16:25 #7 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done 03:16:25 #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done 03:16:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:25 #7 pushing layers 0.0s done 03:16:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.88@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done 03:16:25 #7 DONE 0.1s 03:16:25 03:16:25 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:16:25 #8 DONE 0.0s 03:16:25 03:16:25 1 warning found (use --debug to expand): 03:16:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:26 #1 [internal] load build definition from Dockerfile 03:16:26 #1 transferring dockerfile: 228B done 03:16:26 #1 DONE 0.0s 03:16:26 03:16:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:26 #2 DONE 0.0s 03:16:26 03:16:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:26 #3 DONE 0.0s 03:16:26 03:16:26 #4 [internal] load .dockerignore 03:16:26 #4 transferring context: 2B done 03:16:26 #4 DONE 0.0s 03:16:26 03:16:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:26 #5 CACHED 03:16:26 03:16:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:26 #6 CACHED 03:16:26 03:16:26 #7 exporting to image 03:16:26 #7 exporting layers done 03:16:26 #7 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done 03:16:26 #7 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done 03:16:26 #7 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done 03:16:26 #7 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done 03:16:26 #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 03:16:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:26 #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done 03:16:26 #7 pushing layers 0.0s done 03:16:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done 03:16:26 #7 DONE 0.1s 03:16:26 03:16:26 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:16:26 #8 DONE 0.0s 03:16:26 03:16:26 1 warning found (use --debug to expand): 03:16:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 03:16:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 03:16:26 #1 [internal] load build definition from Dockerfile 03:16:26 #1 transferring dockerfile: 179B done 03:16:26 #1 DONE 0.0s 03:16:26 03:16:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:16:26 #2 DONE 0.0s 03:16:26 03:16:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 03:16:26 #3 DONE 0.0s 03:16:26 03:16:26 #4 [internal] load .dockerignore 03:16:26 #4 transferring context: 2B done 03:16:26 #4 DONE 0.0s 03:16:26 03:16:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:26 #5 CACHED 03:16:26 03:16:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 03:16:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b2384e17c8a559812a7786fb398961fcab40556a405632e0ff87c5b94011aeed 0.0s done 03:16:26 #6 CACHED 03:16:26 03:16:26 #7 exporting to image 03:16:26 #7 exporting layers done 03:16:26 #7 exporting manifest sha256:8f7b16768fdcd6a093fb57ebb683f1cd09bd81a6a1dbdebdc434a31404a17352 done 03:16:26 #7 exporting config sha256:6f64f33e941ec5cefa6c2ef404c47a2390076d020a4e6d8ced2271d8e1b5d905 done 03:16:26 #7 exporting manifest sha256:7e2f47bdb495c1602f06d196410cba0db9ba489ec94702cf5d7cc3fd8da39968 done 03:16:26 #7 exporting config sha256:50533b9c8c48735bfe64bac9f4b581af7e99939bbd056221e1f61768d8968c87 done 03:16:26 #7 exporting manifest list sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 done 03:16:26 #7 pushing layers 0.0s done 03:16:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 03:16:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:67265272c882c16b24410c2768f5fcc2b58113e4209490e3ce50527643e649c4 0.1s done 03:16:27 #7 DONE 0.1s 03:16:27 03:16:27 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 03:16:27 #8 DONE 0.0s 03:16:27 03:16:27 1 warning found (use --debug to expand): 03:16:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:27 #1 [internal] load build definition from Dockerfile 03:16:27 #1 transferring dockerfile: 205B done 03:16:27 #1 DONE 0.0s 03:16:27 03:16:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:27 #2 DONE 0.1s 03:16:27 03:16:27 #3 [internal] load .dockerignore 03:16:27 #3 transferring context: 03:16:27 #3 transferring context: 2B done 03:16:27 #3 DONE 0.0s 03:16:27 03:16:27 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:27 #4 DONE 0.1s 03:16:27 03:16:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:27 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:27 #5 DONE 0.0s 03:16:27 03:16:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:27 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:27 #6 DONE 0.2s 03:16:27 03:16:27 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:16:27 #7 DONE 0.0s 03:16:27 03:16:27 #8 exporting to image 03:16:27 #8 exporting layers done 03:16:27 #8 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done 03:16:27 #8 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done 03:16:27 #8 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done 03:16:27 #8 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done 03:16:27 #8 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done 03:16:27 #8 pushing layers 0.1s done 03:16:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done 03:16:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:27 #8 DONE 0.2s 03:16:28 03:16:28 1 warning found (use --debug to expand): 03:16:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 03:16:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 03:16:28 #1 [internal] load build definition from Dockerfile 03:16:28 #1 transferring dockerfile: 171B done 03:16:28 #1 DONE 0.0s 03:16:28 03:16:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:16:28 #2 DONE 0.0s 03:16:28 03:16:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 03:16:28 #3 DONE 0.0s 03:16:28 03:16:28 #4 [internal] load .dockerignore 03:16:28 #4 transferring context: 03:16:28 #4 transferring context: 2B done 03:16:28 #4 DONE 0.0s 03:16:28 03:16:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:28 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:28 #5 CACHED 03:16:28 03:16:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:28 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:28 #6 CACHED 03:16:28 03:16:28 #7 exporting to image 03:16:28 #7 exporting layers done 03:16:28 #7 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done 03:16:28 #7 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done 03:16:28 #7 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done 03:16:28 #7 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done 03:16:28 #7 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done 03:16:28 #7 pushing layers 0.0s done 03:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 03:16:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done 03:16:28 #7 DONE 0.1s 03:16:28 03:16:28 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:16:28 #8 DONE 0.0s 03:16:28 03:16:28 1 warning found (use --debug to expand): 03:16:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88' 03:16:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 --push - 03:16:29 #1 [internal] load build definition from Dockerfile 03:16:29 #1 transferring dockerfile: 177B done 03:16:29 #1 DONE 0.0s 03:16:29 03:16:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 03:16:29 #2 DONE 0.0s 03:16:29 03:16:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88 03:16:29 #3 DONE 0.0s 03:16:29 03:16:29 #4 [internal] load .dockerignore 03:16:29 #4 transferring context: 2B done 03:16:29 #4 DONE 0.0s 03:16:29 03:16:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:29 #5 CACHED 03:16:29 03:16:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:29 #6 CACHED 03:16:29 03:16:29 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:16:29 #7 DONE 0.0s 03:16:29 03:16:29 #8 exporting to image 03:16:29 #8 exporting layers done 03:16:29 #8 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done 03:16:29 #8 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done 03:16:29 #8 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done 03:16:29 #8 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done 03:16:29 #8 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done 03:16:29 #8 pushing layers 0.0s done 03:16:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 03:16:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.88@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done 03:16:29 #8 DONE 0.1s 03:16:29 03:16:29 1 warning found (use --debug to expand): 03:16:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:29 #1 [internal] load build definition from Dockerfile 03:16:29 #1 transferring dockerfile: 218B done 03:16:29 #1 DONE 0.0s 03:16:29 03:16:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:29 #2 DONE 0.0s 03:16:29 03:16:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:29 #3 DONE 0.0s 03:16:29 03:16:29 #4 [internal] load .dockerignore 03:16:29 #4 transferring context: 2B done 03:16:29 #4 DONE 0.0s 03:16:29 03:16:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:29 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 done 03:16:29 #5 CACHED 03:16:29 03:16:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:29 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 done 03:16:29 #6 CACHED 03:16:29 03:16:29 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:16:29 #7 DONE 0.0s 03:16:29 03:16:29 #8 exporting to image 03:16:29 #8 exporting layers done 03:16:29 #8 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done 03:16:29 #8 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done 03:16:29 #8 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done 03:16:29 #8 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done 03:16:29 #8 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done 03:16:29 #8 pushing layers 0.0s done 03:16:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done 03:16:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:29 #8 DONE 0.1s 03:16:29 03:16:29 1 warning found (use --debug to expand): 03:16:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 03:16:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 03:16:30 #1 [internal] load build definition from Dockerfile 03:16:30 #1 transferring dockerfile: 169B done 03:16:30 #1 DONE 0.0s 03:16:30 03:16:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:16:30 #2 DONE 0.0s 03:16:30 03:16:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 03:16:30 #3 DONE 0.0s 03:16:30 03:16:30 #4 [internal] load .dockerignore 03:16:30 #4 transferring context: 2B done 03:16:30 #4 DONE 0.0s 03:16:30 03:16:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:30 #5 CACHED 03:16:30 03:16:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 03:16:30 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:dc43338cf5750c1402293c4e420efb612c14b5594033d3d4d3d42ba79fd1c910 0.0s done 03:16:30 #6 CACHED 03:16:30 03:16:30 #7 exporting to image 03:16:30 #7 exporting layers done 03:16:30 #7 exporting manifest sha256:73fdd472b50d646a9c2ba2037b979c5a3855cf4083634138d976e70a56e39356 done 03:16:30 #7 exporting config sha256:18bd545aa2c467ad16184f41d82a87bbbf6fd67058191bbd4f8ec082a88d8eb8 done 03:16:30 #7 exporting manifest sha256:8c53333f8dfb9d0ca6966a44a777dbf38e27a67e99dc82f54423f603edb6c6a5 done 03:16:30 #7 exporting config sha256:bde451969882c588c40707a1d6de1858e75396cbf15fc95d55bc00b034f6cfd9 done 03:16:30 #7 exporting manifest list sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad done 03:16:30 #7 pushing layers 0.0s done 03:16:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 03:16:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:0825801eded0f56b35c3886642f4762ea2ecd3cac845dcdc802899e98f42c7ad 0.1s done 03:16:30 #7 DONE 0.1s 03:16:30 03:16:30 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 03:16:30 #8 DONE 0.0s 03:16:30 03:16:30 1 warning found (use --debug to expand): 03:16:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:30 #1 [internal] load build definition from Dockerfile 03:16:30 #1 transferring dockerfile: 206B done 03:16:30 #1 DONE 0.0s 03:16:30 03:16:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:30 #2 DONE 0.0s 03:16:30 03:16:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:30 #3 DONE 0.0s 03:16:30 03:16:30 #4 [internal] load .dockerignore 03:16:30 #4 transferring context: 2B done 03:16:30 #4 DONE 0.0s 03:16:30 03:16:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:30 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done 03:16:31 #5 DONE 0.1s 03:16:31 03:16:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done 03:16:31 #6 DONE 0.0s 03:16:31 03:16:31 #7 exporting to image 03:16:31 #7 exporting layers done 03:16:31 #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done 03:16:31 #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 03:16:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:31 #7 ... 03:16:31 03:16:31 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:16:31 #8 DONE 0.0s 03:16:31 03:16:31 #7 exporting to image 03:16:31 #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done 03:16:31 #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done 03:16:31 #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d 0.0s done 03:16:31 #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.0s done 03:16:31 #7 pushing layers 0.1s done 03:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 03:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done 03:16:31 #7 DONE 0.2s 03:16:31 03:16:31 1 warning found (use --debug to expand): 03:16:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 03:16:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 03:16:31 #1 [internal] load build definition from Dockerfile 03:16:31 #1 transferring dockerfile: 172B done 03:16:31 #1 DONE 0.0s 03:16:31 03:16:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:16:31 #2 DONE 0.0s 03:16:31 03:16:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 03:16:31 #3 DONE 0.0s 03:16:31 03:16:31 #4 [internal] load .dockerignore 03:16:31 #4 transferring context: 2B done 03:16:31 #4 DONE 0.0s 03:16:31 03:16:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:31 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done 03:16:31 #5 CACHED 03:16:31 03:16:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:31 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done 03:16:31 #6 CACHED 03:16:31 03:16:31 #7 exporting to image 03:16:31 #7 exporting layers 03:16:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:31 #7 exporting layers done 03:16:31 #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done 03:16:31 #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done 03:16:31 #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done 03:16:31 #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done 03:16:31 #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done 03:16:31 #7 pushing layers 0.0s done 03:16:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done 03:16:31 #7 DONE 0.1s 03:16:31 03:16:31 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:16:31 #8 DONE 0.0s 03:16:31 03:16:31 1 warning found (use --debug to expand): 03:16:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88' 03:16:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 --push - 03:16:32 #1 [internal] load build definition from Dockerfile 03:16:32 #1 transferring dockerfile: 178B done 03:16:32 #1 DONE 0.0s 03:16:32 03:16:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 03:16:32 #2 DONE 0.0s 03:16:32 03:16:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88 03:16:32 #3 DONE 0.0s 03:16:32 03:16:32 #4 [internal] load .dockerignore 03:16:32 #4 transferring context: 2B done 03:16:32 #4 DONE 0.0s 03:16:32 03:16:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 0.0s done 03:16:32 #5 CACHED 03:16:32 03:16:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done 03:16:32 #6 CACHED 03:16:32 03:16:32 #7 exporting to image 03:16:32 #7 exporting layers done 03:16:32 #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done 03:16:32 #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done 03:16:32 #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done 03:16:32 #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d 03:16:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:32 #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done 03:16:32 #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done 03:16:32 #7 pushing layers 0.0s done 03:16:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.88@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done 03:16:32 #7 DONE 0.1s 03:16:32 03:16:32 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:16:32 #8 DONE 0.0s 03:16:32 03:16:32 1 warning found (use --debug to expand): 03:16:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:32 #1 [internal] load build definition from Dockerfile 03:16:32 #1 transferring dockerfile: 219B done 03:16:32 #1 DONE 0.0s 03:16:32 03:16:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:32 #2 DONE 0.0s 03:16:32 03:16:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:32 #3 DONE 0.0s 03:16:32 03:16:32 #4 [internal] load .dockerignore 03:16:32 #4 transferring context: 2B done 03:16:32 #4 DONE 0.0s 03:16:32 03:16:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:32 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done 03:16:32 #5 CACHED 03:16:32 03:16:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:32 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done 03:16:32 #6 CACHED 03:16:32 03:16:32 #7 exporting to image 03:16:32 #7 exporting layers 03:16:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:33 #7 exporting layers done 03:16:33 #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done 03:16:33 #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done 03:16:33 #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done 03:16:33 #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done 03:16:33 #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done 03:16:33 #7 pushing layers 0.0s done 03:16:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done 03:16:33 #7 DONE 0.1s 03:16:33 03:16:33 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:16:33 #8 DONE 0.0s 03:16:33 03:16:33 1 warning found (use --debug to expand): 03:16:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 03:16:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 03:16:33 #1 [internal] load build definition from Dockerfile 03:16:33 #1 transferring dockerfile: 170B done 03:16:33 #1 DONE 0.0s 03:16:33 03:16:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:16:33 #2 DONE 0.0s 03:16:33 03:16:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 03:16:33 #3 DONE 0.0s 03:16:33 03:16:33 #4 [internal] load .dockerignore 03:16:33 #4 transferring context: 2B done 03:16:33 #4 DONE 0.0s 03:16:33 03:16:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done 03:16:33 #5 CACHED 03:16:33 03:16:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d 03:16:33 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f417944adb3c479dbf7dd4dfc40eec7045a0a49a749d5eee3506767bd1e0812d done 03:16:33 #6 CACHED 03:16:33 03:16:33 #7 exporting to image 03:16:33 #7 exporting layers done 03:16:33 #7 exporting manifest sha256:b5300d6d38c4bf414a876136ec8fbdc6271031704eb498d2fdff7bca1d588114 done 03:16:33 #7 exporting config sha256:344dae4ebee7084f3f330bfadc3f936fbcd93030a5832f3e85ddafd397caf1e8 done 03:16:33 #7 exporting manifest sha256:0b0c800f3971fe78221d4808f124a60a80cdb4ca49825a8611086ee34fe46a08 done 03:16:33 #7 exporting config sha256:e406e49b95098da69370469f441e1968e3960ac32a517342b4023195699b979d done 03:16:33 #7 exporting manifest list sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b done 03:16:33 #7 pushing layers 0.0s done 03:16:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 03:16:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:7a37c984724bf59f0eed398b7dcd429c55be15232fdf0768c6b9d69e1ed24f3b 0.1s done 03:16:33 #7 DONE 0.1s 03:16:33 03:16:33 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 03:16:33 #8 DONE 0.0s 03:16:33 03:16:33 1 warning found (use --debug to expand): 03:16:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:33 #1 [internal] load build definition from Dockerfile 03:16:33 #1 transferring dockerfile: 206B done 03:16:33 #1 DONE 0.0s 03:16:33 03:16:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:33 #2 DONE 0.0s 03:16:33 03:16:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:33 #3 DONE 0.0s 03:16:33 03:16:33 #4 [internal] load .dockerignore 03:16:33 #4 transferring context: 2B done 03:16:33 #4 DONE 0.0s 03:16:33 03:16:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:33 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:33 #5 DONE 0.0s 03:16:33 03:16:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:34 #6 DONE 0.0s 03:16:34 03:16:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:34 #5 DONE 0.1s 03:16:34 03:16:34 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:16:34 #7 DONE 0.0s 03:16:34 03:16:34 #8 exporting to image 03:16:34 #8 exporting layers done 03:16:34 #8 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done 03:16:34 #8 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done 03:16:34 #8 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done 03:16:34 #8 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done 03:16:34 #8 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done 03:16:34 #8 pushing layers 0.1s done 03:16:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 03:16:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done 03:16:34 #8 DONE 0.2s 03:16:34 03:16:34 1 warning found (use --debug to expand): 03:16:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 03:16:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 03:16:34 #1 [internal] load build definition from Dockerfile 03:16:34 #1 transferring dockerfile: 172B done 03:16:34 #1 DONE 0.0s 03:16:34 03:16:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:16:34 #2 DONE 0.0s 03:16:34 03:16:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 03:16:34 #3 DONE 0.0s 03:16:34 03:16:34 #4 [internal] load .dockerignore 03:16:34 #4 transferring context: 2B done 03:16:34 #4 DONE 0.0s 03:16:34 03:16:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:34 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:34 #5 CACHED 03:16:34 03:16:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:34 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 0.0s done 03:16:34 #6 CACHED 03:16:34 03:16:34 #7 exporting to image 03:16:34 #7 exporting layers done 03:16:34 #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done 03:16:34 #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done 03:16:34 #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done 03:16:34 #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 03:16:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:34 #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done 03:16:34 #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done 03:16:34 #7 pushing layers 0.0s done 03:16:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done 03:16:34 #7 DONE 0.1s 03:16:34 03:16:34 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:16:34 #8 DONE 0.0s 03:16:34 03:16:34 1 warning found (use --debug to expand): 03:16:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88' 03:16:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 --push - 03:16:35 #1 [internal] load build definition from Dockerfile 03:16:35 #1 transferring dockerfile: 178B done 03:16:35 #1 DONE 0.0s 03:16:35 03:16:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 03:16:35 #2 DONE 0.0s 03:16:35 03:16:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88 03:16:35 #3 DONE 0.0s 03:16:35 03:16:35 #4 [internal] load .dockerignore 03:16:35 #4 transferring context: 2B done 03:16:35 #4 DONE 0.0s 03:16:35 03:16:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:35 #5 CACHED 03:16:35 03:16:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 0.0s done 03:16:35 #6 CACHED 03:16:35 03:16:35 #7 exporting to image 03:16:35 #7 exporting layers done 03:16:35 #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done 03:16:35 #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done 03:16:35 #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done 03:16:35 #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done 03:16:35 #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done 03:16:35 #7 pushing layers 0.0s done 03:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 03:16:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.88@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done 03:16:35 #7 DONE 0.1s 03:16:35 03:16:35 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:16:35 #8 DONE 0.0s 03:16:35 03:16:35 1 warning found (use --debug to expand): 03:16:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:35 #1 [internal] load build definition from Dockerfile 03:16:35 #1 transferring dockerfile: 219B done 03:16:35 #1 DONE 0.0s 03:16:35 03:16:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:35 #2 DONE 0.0s 03:16:35 03:16:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:35 #3 DONE 0.0s 03:16:35 03:16:35 #4 [internal] load .dockerignore 03:16:35 #4 transferring context: 2B done 03:16:35 #4 DONE 0.0s 03:16:35 03:16:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:35 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:35 #5 CACHED 03:16:35 03:16:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:35 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 0.0s done 03:16:35 #6 CACHED 03:16:35 03:16:35 #7 exporting to image 03:16:35 #7 exporting layers done 03:16:35 #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done 03:16:35 #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done 03:16:35 #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done 03:16:35 #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done 03:16:35 #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done 03:16:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:36 #7 pushing layers 0.0s done 03:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done 03:16:36 #7 DONE 0.1s 03:16:36 03:16:36 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:16:36 #8 DONE 0.0s 03:16:36 03:16:36 1 warning found (use --debug to expand): 03:16:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 03:16:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 03:16:36 #1 [internal] load build definition from Dockerfile 03:16:36 #1 transferring dockerfile: 170B done 03:16:36 #1 DONE 0.0s 03:16:36 03:16:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:16:36 #2 DONE 0.0s 03:16:36 03:16:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 03:16:36 #3 DONE 0.0s 03:16:36 03:16:36 #4 [internal] load .dockerignore 03:16:36 #4 transferring context: 2B done 03:16:36 #4 DONE 0.0s 03:16:36 03:16:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:36 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:36 #5 CACHED 03:16:36 03:16:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 03:16:36 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:65ef9438f7766d518b7ace848caf4ef3e4472109f42e83dd6b53f4c2cd59b543 done 03:16:36 #6 CACHED 03:16:36 03:16:36 #7 exporting to image 03:16:36 #7 exporting layers done 03:16:36 #7 exporting manifest sha256:06f851f607aa8435a91b90e554de67e8e013028f58e47c737cf939a41ae6106e done 03:16:36 #7 exporting config sha256:f42ac6751db91d4ace49306da6cf48808906b53a27eb1864f2a2f06796be53ab done 03:16:36 #7 exporting manifest sha256:fe5b673198e31ed4ed596b18b0caa942cecc25035f4b9a22ffca6e1b27a4afc3 done 03:16:36 #7 exporting config sha256:418f1ac8ca9ff66140de2da7e1b65b9f96b553c29cd49a03717446684a01c281 done 03:16:36 #7 exporting manifest list sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a done 03:16:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:36 #7 pushing layers 0.0s done 03:16:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:5c745e8fe2676897cae941be20298384a1aa54c787b57dd579187e7fecd95f6a 0.1s done 03:16:36 #7 DONE 0.1s 03:16:36 03:16:36 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 03:16:36 #8 DONE 0.0s 03:16:36 03:16:36 1 warning found (use --debug to expand): 03:16:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:36 #1 [internal] load build definition from Dockerfile 03:16:36 #1 transferring dockerfile: 206B done 03:16:36 #1 DONE 0.0s 03:16:36 03:16:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:36 #2 DONE 0.0s 03:16:36 03:16:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:36 #3 DONE 0.1s 03:16:36 03:16:36 #4 [internal] load .dockerignore 03:16:36 #4 transferring context: 2B done 03:16:36 #4 DONE 0.0s 03:16:37 03:16:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:37 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:37 #5 DONE 0.0s 03:16:37 03:16:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:37 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:37 #6 DONE 0.1s 03:16:37 03:16:37 #7 exporting to image 03:16:37 #7 exporting layers done 03:16:37 #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done 03:16:37 #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e 03:16:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:37 #7 ... 03:16:37 03:16:37 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:16:37 #8 DONE 0.0s 03:16:37 03:16:37 #7 exporting to image 03:16:37 #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done 03:16:37 #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 0.0s done 03:16:37 #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done 03:16:37 #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done 03:16:37 #7 pushing layers 0.1s done 03:16:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 03:16:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done 03:16:37 #7 DONE 0.2s 03:16:37 03:16:37 1 warning found (use --debug to expand): 03:16:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 03:16:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 03:16:38 #1 [internal] load build definition from Dockerfile 03:16:38 #1 transferring dockerfile: 172B done 03:16:38 #1 DONE 0.0s 03:16:38 03:16:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:16:38 #2 DONE 0.0s 03:16:38 03:16:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 03:16:38 #3 DONE 0.0s 03:16:38 03:16:38 #4 [internal] load .dockerignore 03:16:38 #4 transferring context: 2B done 03:16:38 #4 DONE 0.0s 03:16:38 03:16:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:38 #5 DONE 0.0s 03:16:38 03:16:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:38 #6 CACHED 03:16:38 03:16:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #5 CACHED 03:16:38 03:16:38 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:16:38 #7 DONE 0.0s 03:16:38 03:16:38 #8 exporting to image 03:16:38 #8 exporting layers done 03:16:38 #8 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done 03:16:38 #8 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done 03:16:38 #8 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done 03:16:38 #8 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done 03:16:38 #8 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done 03:16:38 #8 pushing layers 0.0s done 03:16:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done 03:16:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:38 #8 DONE 0.1s 03:16:38 03:16:38 1 warning found (use --debug to expand): 03:16:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88' 03:16:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 --push - 03:16:38 #1 [internal] load build definition from Dockerfile 03:16:38 #1 transferring dockerfile: 178B done 03:16:38 #1 DONE 0.0s 03:16:38 03:16:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 03:16:38 #2 DONE 0.0s 03:16:38 03:16:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88 03:16:38 #3 DONE 0.0s 03:16:38 03:16:38 #4 [internal] load .dockerignore 03:16:38 #4 transferring context: 2B done 03:16:38 #4 DONE 0.0s 03:16:38 03:16:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:38 #5 CACHED 03:16:38 03:16:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:38 #6 CACHED 03:16:38 03:16:38 #7 exporting to image 03:16:38 #7 exporting layers 03:16:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:38 #7 exporting layers done 03:16:38 #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done 03:16:38 #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done 03:16:38 #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done 03:16:38 #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done 03:16:38 #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done 03:16:38 #7 pushing layers 0.0s done 03:16:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.88@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done 03:16:38 #7 DONE 0.1s 03:16:38 03:16:38 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:16:38 #8 DONE 0.0s 03:16:38 03:16:38 1 warning found (use --debug to expand): 03:16:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:38 #1 [internal] load build definition from Dockerfile 03:16:38 #1 transferring dockerfile: 219B done 03:16:38 #1 DONE 0.0s 03:16:38 03:16:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:38 #2 DONE 0.0s 03:16:38 03:16:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:38 #3 DONE 0.0s 03:16:38 03:16:38 #4 [internal] load .dockerignore 03:16:38 #4 transferring context: 2B done 03:16:38 #4 DONE 0.0s 03:16:38 03:16:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 done 03:16:38 #5 CACHED 03:16:38 03:16:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:38 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:38 #6 CACHED 03:16:38 03:16:38 #7 exporting to image 03:16:38 #7 exporting layers done 03:16:38 #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done 03:16:38 #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done 03:16:38 #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done 03:16:38 #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea 03:16:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:39 #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done 03:16:39 #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done 03:16:39 #7 pushing layers 0.0s done 03:16:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done 03:16:39 #7 DONE 0.1s 03:16:39 03:16:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:16:39 #8 DONE 0.0s 03:16:39 03:16:39 1 warning found (use --debug to expand): 03:16:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 03:16:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 03:16:39 #1 [internal] load build definition from Dockerfile 03:16:39 #1 transferring dockerfile: 170B done 03:16:39 #1 DONE 0.0s 03:16:39 03:16:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:16:39 #2 DONE 0.0s 03:16:39 03:16:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 03:16:39 #3 DONE 0.0s 03:16:39 03:16:39 #4 [internal] load .dockerignore 03:16:39 #4 transferring context: 2B done 03:16:39 #4 DONE 0.0s 03:16:39 03:16:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:39 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 done 03:16:39 #5 CACHED 03:16:39 03:16:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 03:16:39 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:dbd1b6a363841266f18532ed1b73c5d0fafe743c0bd1b609987b49ac202512d5 0.0s done 03:16:39 #6 CACHED 03:16:39 03:16:39 #7 exporting to image 03:16:39 #7 exporting layers done 03:16:39 #7 exporting manifest sha256:cd10a7ffa5fc48bf4f888d261f5792ca3379aa0806cf2983ee1beee380d45505 done 03:16:39 #7 exporting config sha256:6fce353f6ec1be34b398bd7fa5976ab1872e59aa01dbbbaf4d102e78d8bbf79e done 03:16:39 #7 exporting manifest sha256:bd16662dec6766b0887e829aca7ccd630bf28828ad3c8226adf70d5a0ed07f00 done 03:16:39 #7 exporting config sha256:41c14518775634a740b72c3be758f1f3929329816b2e79393725549a526e4bea done 03:16:39 #7 exporting manifest list sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 done 03:16:39 #7 pushing layers 0.0s done 03:16:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 03:16:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:90107268933ebd7b176726fdb0b701edaf9c92bc598da048ec0b2498d6feced2 0.1s done 03:16:39 #7 DONE 0.1s 03:16:39 03:16:39 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 03:16:39 #8 DONE 0.0s 03:16:39 03:16:39 1 warning found (use --debug to expand): 03:16:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b' 03:16:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b --push - 03:16:39 #1 [internal] load build definition from Dockerfile 03:16:39 #1 transferring dockerfile: 202B done 03:16:39 #1 DONE 0.0s 03:16:39 03:16:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:39 #2 DONE 0.0s 03:16:39 03:16:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b 03:16:39 #3 DONE 0.0s 03:16:39 03:16:39 #4 [internal] load .dockerignore 03:16:39 #4 transferring context: 2B done 03:16:39 #4 DONE 0.0s 03:16:39 03:16:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:39 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done 03:16:39 #5 DONE 0.0s 03:16:39 03:16:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:40 #6 DONE 0.0s 03:16:40 03:16:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done 03:16:40 #5 DONE 0.1s 03:16:40 03:16:40 #7 exporting to image 03:16:40 #7 exporting layers done 03:16:40 #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da 0.0s done 03:16:40 #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done 03:16:40 #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done 03:16:40 #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done 03:16:40 #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done 03:16:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:40 #7 ... 03:16:40 03:16:40 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:16:40 #8 DONE 0.0s 03:16:40 03:16:40 #7 exporting to image 03:16:40 #7 pushing layers 0.1s done 03:16:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 03:16:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done 03:16:40 #7 DONE 0.2s 03:16:40 03:16:40 1 warning found (use --debug to expand): 03:16:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 03:16:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 03:16:40 #1 [internal] load build definition from Dockerfile 03:16:40 #1 transferring dockerfile: 168B done 03:16:40 #1 DONE 0.0s 03:16:40 03:16:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:16:40 #2 DONE 0.0s 03:16:40 03:16:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 03:16:40 #3 DONE 0.0s 03:16:40 03:16:40 #4 [internal] load .dockerignore 03:16:40 #4 transferring context: 2B done 03:16:40 #4 DONE 0.0s 03:16:40 03:16:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:40 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done 03:16:40 #5 DONE 0.0s 03:16:40 03:16:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done 03:16:41 #6 CACHED 03:16:41 03:16:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:41 #5 CACHED 03:16:41 03:16:41 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:16:41 #7 DONE 0.0s 03:16:41 03:16:41 #8 exporting to image 03:16:41 #8 exporting layers done 03:16:41 #8 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done 03:16:41 #8 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done 03:16:41 #8 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done 03:16:41 #8 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done 03:16:41 #8 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done 03:16:41 #8 pushing layers 0.0s done 03:16:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done 03:16:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:41 #8 DONE 0.1s 03:16:41 03:16:41 1 warning found (use --debug to expand): 03:16:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88' 03:16:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 --push - 03:16:41 #1 [internal] load build definition from Dockerfile 03:16:41 #1 transferring dockerfile: 174B done 03:16:41 #1 DONE 0.0s 03:16:41 03:16:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 03:16:41 #2 DONE 0.0s 03:16:41 03:16:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88 03:16:41 #3 DONE 0.0s 03:16:41 03:16:41 #4 [internal] load .dockerignore 03:16:41 #4 transferring context: 2B done 03:16:41 #4 DONE 0.0s 03:16:41 03:16:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:41 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done 03:16:41 #5 CACHED 03:16:41 03:16:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done 03:16:41 #6 CACHED 03:16:41 03:16:41 #7 exporting to image 03:16:41 #7 exporting layers done 03:16:41 #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done 03:16:41 #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done 03:16:41 #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done 03:16:41 #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f 03:16:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:41 #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done 03:16:41 #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done 03:16:41 #7 pushing layers 0.0s done 03:16:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.88@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done 03:16:41 #7 DONE 0.1s 03:16:41 03:16:41 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:16:41 #8 DONE 0.0s 03:16:41 03:16:41 1 warning found (use --debug to expand): 03:16:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 --push - 03:16:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88' 03:16:41 #1 [internal] load build definition from Dockerfile 03:16:41 #1 transferring dockerfile: 215B done 03:16:41 #1 DONE 0.0s 03:16:41 03:16:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:41 #2 DONE 0.0s 03:16:41 03:16:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:16:41 #3 DONE 0.0s 03:16:41 03:16:41 #4 [internal] load .dockerignore 03:16:41 #4 transferring context: 2B done 03:16:41 #4 DONE 0.0s 03:16:41 03:16:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:41 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done 03:16:41 #5 CACHED 03:16:41 03:16:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:41 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done 03:16:41 #6 CACHED 03:16:41 03:16:41 #7 exporting to image 03:16:41 #7 exporting layers done 03:16:41 #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done 03:16:41 #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e 03:16:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:42 #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done 03:16:42 #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done 03:16:42 #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done 03:16:42 #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done 03:16:42 #7 pushing layers 0.0s done 03:16:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done 03:16:42 #7 DONE 0.1s 03:16:42 03:16:42 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:16:42 #8 DONE 0.0s 03:16:42 03:16:42 1 warning found (use --debug to expand): 03:16:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 03:16:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 03:16:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 03:16:42 #1 [internal] load build definition from Dockerfile 03:16:42 #1 transferring dockerfile: 166B done 03:16:42 #1 DONE 0.0s 03:16:42 03:16:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:16:42 #2 DONE 0.0s 03:16:42 03:16:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 03:16:42 #3 DONE 0.0s 03:16:42 03:16:42 #4 [internal] load .dockerignore 03:16:42 #4 transferring context: 2B done 03:16:42 #4 DONE 0.0s 03:16:42 03:16:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:42 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 done 03:16:42 #5 CACHED 03:16:42 03:16:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 03:16:42 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b146b317f4734c751a9e670726aecc462dd733aad4322f27042e4a90c3de8d30 0.0s done 03:16:42 #6 CACHED 03:16:42 03:16:42 #7 exporting to image 03:16:42 #7 exporting layers done 03:16:42 #7 exporting manifest sha256:1076cc066a1a9fc795cdd477304c6a90c7903ee482c83f9f8917f6bad92d09da done 03:16:42 #7 exporting config sha256:5e5f70a5cbc85eaf6fbd6b1d27917b4367e63bf1d37bb279ad37c4905f8a611e done 03:16:42 #7 exporting manifest sha256:6f60541a6af9416f71c5d1a907b00d8dbcd59dce8b8dbaea638d5816989b282c done 03:16:42 #7 exporting config sha256:7b0f2f9a0da06506d19cd7d8293d3b90ff1809b0a64a4012f31774110b8baf5f done 03:16:42 #7 exporting manifest list sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 done 03:16:42 #7 pushing layers 0.0s done 03:16:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 03:16:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 03:16:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:25adecca1a3d295a3cd3145acdd514470cdaface1b0280f6059a0908085f6dc5 0.1s done 03:16:42 #7 DONE 0.1s 03:16:42 03:16:42 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 03:16:42 #8 DONE 0.0s 03:16:42 03:16:42 1 warning found (use --debug to expand): 03:16:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:16:43 + '[' -d /w/workspace/edgex-go/943/archives ']' [Pipeline] libraryResource [Pipeline] sh 03:16:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:16:43 ---> package-listing.sh 03:16:43 ++ tr '[:upper:]' '[:lower:]' 03:16:43 ++ facter osfamily 03:16:44 + OS_FAMILY=redhat 03:16:44 + workspace=/w/workspace/edgex-go/943 03:16:44 + START_PACKAGES=/tmp/packages_start.txt 03:16:44 + END_PACKAGES=/tmp/packages_end.txt 03:16:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:16:44 + PACKAGES=/tmp/packages_start.txt 03:16:44 + '[' /w/workspace/edgex-go/943 ']' 03:16:44 + PACKAGES=/tmp/packages_end.txt 03:16:44 + case "${OS_FAMILY}" in 03:16:44 + rpm -qa 03:16:44 + sort 03:16:44 + '[' -f /tmp/packages_start.txt ']' 03:16:44 + '[' -f /tmp/packages_end.txt ']' 03:16:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:16:44 + '[' /w/workspace/edgex-go/943 ']' 03:16:44 + mkdir -p /w/workspace/edgex-go/943/archives/ 03:16:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/943/archives/ [Pipeline] echo 03:16:44 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/943/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:16:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:16:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:16:45 03:16:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:16:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:16:45 latest: Pulling from edgex-lftools-log-publisher 03:16:45 5eb5b503b376: Pulling fs layer 03:16:45 5c69ac0246d0: Pulling fs layer 03:16:45 ec43610c2a17: Pulling fs layer 03:16:45 3a2ae6a8a46f: Pulling fs layer 03:16:45 33b1e0a273af: Pulling fs layer 03:16:45 5d3b04190fa2: Pulling fs layer 03:16:45 2f39f015ded8: Pulling fs layer 03:16:45 3a2ae6a8a46f: Waiting 03:16:45 33b1e0a273af: Waiting 03:16:45 5d3b04190fa2: Waiting 03:16:45 2f39f015ded8: Waiting 03:16:45 5c69ac0246d0: Verifying Checksum 03:16:45 5c69ac0246d0: Download complete 03:16:45 3a2ae6a8a46f: Verifying Checksum 03:16:45 3a2ae6a8a46f: Download complete 03:16:45 33b1e0a273af: Verifying Checksum 03:16:45 33b1e0a273af: Download complete 03:16:45 ec43610c2a17: Verifying Checksum 03:16:45 ec43610c2a17: Download complete 03:16:45 5d3b04190fa2: Verifying Checksum 03:16:45 5d3b04190fa2: Download complete 03:16:46 5eb5b503b376: Verifying Checksum 03:16:46 5eb5b503b376: Download complete 03:16:46 2f39f015ded8: Download complete 03:16:47 5eb5b503b376: Pull complete 03:16:47 5c69ac0246d0: Pull complete 03:16:47 ec43610c2a17: Pull complete 03:16:47 3a2ae6a8a46f: Pull complete 03:16:48 33b1e0a273af: Pull complete 03:16:48 5d3b04190fa2: Pull complete 03:16:52 2f39f015ded8: Pull complete 03:16:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:16:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:16:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:16:52 prd-centos7-docker-4c-2g-775722 does not seem to be running inside a container 03:16:52 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/943/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 03:16:56 $ docker top 2b498f88a8e970021378ebc805042f1d3c011d93c00374527fe145be4e49d6d2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:56 + touch /tmp/pre-build-complete [Pipeline] sh 03:16:56 + mkdir -p /var/log/sysstat [Pipeline] sh 03:16:57 + ls /var/log/sa-host 03:16:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:16:57 provisioning config files... 03:16:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6692056929602381705tmp [Pipeline] { [Pipeline] echo 03:16:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:16:57 ---> create-netrc.sh [Pipeline] } 03:16:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:16:57 ---> python-tools-install.sh [Pipeline] echo 03:16:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:16:58 ---> sudo-logs.sh 03:16:58 Archiving 'sudo' log.. 03:16:58 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:16:58 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 03:16:58 $ docker stop --time=1 2b498f88a8e970021378ebc805042f1d3c011d93c00374527fe145be4e49d6d2 03:16:59 $ docker rm -f --volumes 2b498f88a8e970021378ebc805042f1d3c011d93c00374527fe145be4e49d6d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 03:16:59 [WS-CLEANUP] Deleting project workspace... 03:16:59 [WS-CLEANUP] Deferred wipeout is used... 03:16:59 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:31:03 #131 ... 03:31:03 03:31:03 #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 03:31:03 #145 DONE 1165.3s 03:31:03 03:31:03 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:31:03 #153 ... 03:31:03 03:31:03 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:31:03 #155 DONE 0.1s 03:31:03 03:31:03 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:31:03 #144 ... 03:31:03 03:31:03 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:31:03 #156 DONE 0.1s 03:31:03 03:31:03 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:31:03 #157 DONE 0.3s 03:31:03 03:31:03 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:31:03 #151 ... 03:31:03 03:31:03 #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 03:31:03 #158 DONE 0.1s 03:31:03 03:31:03 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:31:03 #159 DONE 0.2s 03:31:03 03:31:03 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:31:03 #160 DONE 2.5s 03:31:03 03:31:03 #112 [core-common-config-bootstrapper] exporting to image 03:31:03 #112 exporting layers 03:31:03 #112 exporting layers 1.0s done 03:31:03 #112 writing image sha256:29bbb0a07fd8430064d95f0dce426a8a1edf8f5cb0de5a4d012ffb79ef2c342f done 03:31:03 #112 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 03:31:03 #112 DONE 7.7s 03:31:03 03:31:03 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:31:13 #146 ... 03:31:13 03:31:13 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:31:13 #147 DONE 1184.5s 03:31:13 03:31:13 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:31:14 #161 DONE 0.5s 03:31:14 03:31:14 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:31:16 #162 DONE 2.2s 03:31:16 03:31:16 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:31:16 #163 DONE 0.2s 03:31:16 03:31:16 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:31:16 #144 ... 03:31:16 03:31:16 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:31:16 #164 DONE 0.3s 03:31:16 03:31:16 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:31:17 #165 DONE 0.3s 03:31:17 03:31:17 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:31:17 #166 DONE 0.1s 03:31:17 03:31:17 #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/ 03:31:17 #167 DONE 0.2s 03:31:17 03:31:17 #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/ 03:31:17 #168 DONE 0.1s 03:31:17 03:31:17 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:31:17 #144 ... 03:31:17 03:31:17 #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/ 03:31:17 #169 DONE 0.1s 03:31:17 03:31:17 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:31:17 #170 DONE 0.1s 03:31:17 03:31:17 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:31:17 #151 ... 03:31:17 03:31:17 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:31:20 #171 DONE 2.4s 03:31:20 03:31:20 #112 [security-bootstrapper] exporting to image 03:31:20 #112 exporting layers 03:31:21 #112 exporting layers 1.1s done 03:31:21 #112 writing image sha256:edd7b1ff2930fd539a6e19894ea0706dbfc07c7b37669190da1fad6c5cee1683 0.0s done 03:31:21 #112 naming to docker.io/library/security-bootstrapper-arm64 done 03:31:21 #112 DONE 8.8s 03:31:21 03:31:21 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:47:30 #146 ... 03:47:30 03:47:30 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:47:30 #154 DONE 2154.8s 03:47:30 03:47:30 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:47:30 #152 ... 03:47:30 03:47:30 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:47:30 #172 DONE 0.1s 03:47:30 03:47:30 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:47:30 #131 ... 03:47:30 03:47:30 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:47:30 #173 DONE 0.1s 03:47:30 03:47:30 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:47:30 #174 DONE 0.4s 03:47:30 03:47:30 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:47:30 #131 ... 03:47:30 03:47:30 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:47:30 #175 DONE 0.1s 03:47:30 03:47:30 #112 [core-command] exporting to image 03:47:30 #112 exporting layers 03:47:30 #112 exporting layers 0.5s done 03:47:30 #112 writing image sha256:403c86c114c288bb892b4253d4f41d3ed8b060f131b1f1dd086504abf94982a7 done 03:47:30 #112 naming to docker.io/library/core-command-arm64 done 03:47:30 #112 DONE 9.3s 03:47:30 03:47:30 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:47:53 #148 ... 03:47:53 03:47:53 #149 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:47:53 #149 DONE 2183.8s 03:47:53 03:47:53 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:47:53 #144 ... 03:47:53 03:47:53 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:47:53 #176 DONE 0.2s 03:47:53 03:47:53 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:47:53 #131 ... 03:47:53 03:47:53 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:47:53 #177 DONE 0.4s 03:47:53 03:47: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 03:47:53 #178 DONE 0.2s 03:47:53 03:47:53 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:47:54 #179 DONE 0.4s 03:47:54 03:47:54 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:47:55 #180 DONE 0.7s 03:47:55 03:47:55 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:47:55 #153 ... 03:47:55 03:47:55 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:47:55 #181 DONE 0.4s 03:47:55 03:47:55 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:47:59 #182 DONE 4.2s 03:47:59 03:47:59 #112 [security-proxy-setup] exporting to image 03:47:59 #112 exporting layers 03:48:00 #112 exporting layers 0.9s done 03:48:00 #112 writing image sha256:d75b5a53ac4be39aadee395f9138ba9b20957d771002041ce38614a65a84ff62 0.0s done 03:48:00 #112 naming to docker.io/library/security-proxy-setup-arm64 done 03:48:00 #112 DONE 10.2s 03:48:00 03:48:00 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:48:02 #153 ... 03:48:02 03:48:02 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:48:02 #151 2193.4 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.88 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:48:41 #151 DONE 2228.6s 03:48:41 03:48:41 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:48:41 #153 ... 03:48:41 03:48:41 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:48:41 #183 DONE 0.4s 03:48:41 03:48:41 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:48:41 #184 DONE 0.2s 03:48:41 03:48:41 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:48:41 #152 ... 03:48:41 03:48:41 #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 03:48:41 #185 DONE 0.1s 03:48:41 03:48:41 #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 03:48:41 #186 DONE 0.1s 03:48:41 03:48:41 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:48:41 #131 ... 03:48:41 03:48:41 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:48:41 #187 DONE 0.1s 03:48:41 03:48:41 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:48:41 #188 DONE 0.4s 03:48:41 03:48:41 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:48:41 #189 DONE 0.4s 03:48:41 03:48:41 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:48:41 #144 ... 03:48:41 03:48:41 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:48:41 #190 DONE 0.2s 03:48:41 03:48:41 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:48:42 #191 DONE 1.9s 03:48:42 03:48:42 #112 [security-secretstore-setup] exporting to image 03:48:42 #112 exporting layers 03:48:43 #112 exporting layers 1.6s done 03:48:43 #112 writing image sha256:cf6af1f057ecea2f34a5b35bbf994659111dbe62ded49dd4f190ccbcf35ec607 done 03:48:43 #112 naming to docker.io/library/security-secretstore-setup-arm64 done 03:48:43 #112 DONE 11.8s 03:48:43 03:48:43 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:49:22 #152 ... 03:49:22 03:49:22 #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:49:22 #150 DONE 2269.4s 03:49:22 03:49:22 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:49:22 #131 ... 03:49:22 03:49:22 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:49:22 #192 DONE 0.2s 03:49:22 03:49:22 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:49:22 #193 DONE 0.2s 03:49:22 03:49:22 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:49:22 #144 ... 03:49:22 03:49:22 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:49:22 #194 DONE 0.4s 03:49:22 03:49: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 03:49:22 #195 DONE 0.1s 03:49:22 03:49:22 #112 [security-spiffe-token-provider] exporting to image 03:49:22 #112 exporting layers 03:49:22 #112 exporting layers 0.6s done 03:49:22 #112 writing image sha256:c773fd4478bd5e71d2a79a43b45e398c01387308504ffb2a7239d287200579ce 0.0s done 03:49:22 #112 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:49:22 #112 DONE 12.4s 03:49:22 03:49:22 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:50:09 #148 ... 03:50:09 03:50:09 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:50:09 #152 DONE 2315.9s 03:50:09 03:50:09 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:09 #144 ... 03:50:09 03:50:09 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:50:09 #196 DONE 0.1s 03:50:09 03:50:09 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:50:09 #197 DONE 0.2s 03:50:09 03:50:09 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:50:09 #198 DONE 0.5s 03:50:09 03:50:09 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:50:09 #199 DONE 0.2s 03:50:09 03:50:09 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:09 #144 ... 03:50:09 03:50:09 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:50:09 #200 DONE 0.2s 03:50:09 03:50:09 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:50:09 #201 DONE 2.1s 03:50:09 03:50:09 #112 [security-proxy-auth] exporting to image 03:50:09 #112 exporting layers 03:50:09 #112 exporting layers 0.9s done 03:50:10 #112 writing image sha256:5c47785229c077b3f5195ffe5eec1fd53edf74958e7c770abc08eeae3ea9dd6f done 03:50:10 #112 naming to docker.io/library/security-proxy-auth-arm64 done 03:50:10 #112 DONE 13.4s 03:50:10 03:50:10 #131 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:50:13 #131 DONE 2324.7s 03:50:13 03:50:13 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:50:13 #148 DONE 2324.7s 03:50:13 03:50:13 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:50:13 #153 DONE 2324.7s 03:50:13 03:50:13 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:14 #144 ... 03:50:14 03:50:14 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:50:14 #202 DONE 0.4s 03:50:14 03:50:14 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:14 #144 ... 03:50:14 03:50:14 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:50:15 #203 DONE 0.3s 03:50:15 03:50:15 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:15 #144 ... 03:50:15 03:50:15 #204 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:50:15 #204 DONE 0.4s 03:50:15 03:50:15 #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:50:15 #205 DONE 0.3s 03:50:15 03:50:15 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:50:15 #206 DONE 0.3s 03:50:15 03:50:15 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:50:15 #207 ... 03:50:15 03:50:15 #208 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:50:15 #208 DONE 0.8s 03:50:16 03:50:16 #209 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:50:16 #209 DONE 0.5s 03:50:16 03:50:16 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:50:16 #210 DONE 0.9s 03:50:16 03:50:16 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:50:16 #207 DONE 0.8s 03:50:16 03:50:16 #211 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:50:17 #211 DONE 0.4s 03:50:17 03:50:17 #212 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:50:17 #212 DONE 0.5s 03:50:17 03:50:17 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:50:17 #213 DONE 0.2s 03:50:17 03:50:17 #112 [core-metadata] exporting to image 03:50:17 #112 exporting layers 03:50:17 #112 exporting layers 1.2s done 03:50:17 #112 writing image sha256:b5a263a673b47c8535cc14bf102aa724a598521d651f046c439adaf2fe183eb5 done 03:50:17 #112 naming to docker.io/library/core-data-arm64 0.0s done 03:50:18 #112 exporting layers 0.9s done 03:50:18 #112 writing image sha256:ffa10813badbcdba793e985bd01a8316c0b795ccd1717e9e462adfb59a7c80a9 0.0s done 03:50:18 #112 naming to docker.io/library/core-keeper-arm64 done 03:50:18 #112 writing image sha256:f11640675bba3732eaa88555efd72900c9c9f46a42e9a14d5eede234a9c152c8 0.0s done 03:50:18 #112 naming to docker.io/library/core-metadata-arm64 done 03:50:18 #112 DONE 14.9s 03:50:18 03:50:18 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:44 #144 ... 03:50:44 03:50:44 #146 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:50:44 #146 DONE 2355.6s 03:50:44 03:50:44 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:44 #144 ... 03:50:44 03:50:44 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:50:44 #214 DONE 0.3s 03:50:44 03:50:44 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:45 #144 ... 03:50:45 03:50:45 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:50:45 #215 DONE 0.2s 03:50:45 03:50:45 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:50:45 #216 DONE 0.5s 03:50:45 03:50:45 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:50:45 #217 DONE 0.1s 03:50:45 03:50:45 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:45 #144 ... 03:50:45 03:50:45 #112 [support-scheduler] exporting to image 03:50:45 #112 exporting layers 03:50:46 #112 exporting layers 1.0s done 03:50:46 #112 writing image sha256:02a4956130807428a9792f7054caaf72d015fbaed20ba2b9537751af5a05c6d9 done 03:50:46 #112 naming to docker.io/library/support-scheduler-arm64 done 03:50:46 #112 DONE 15.8s 03:50:46 03:50:46 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:50:52 #144 DONE 2362.4s 03:50:52 03:50:52 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:50:52 #218 DONE 0.1s 03:50:52 03:50:52 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:50:52 #219 DONE 0.1s 03:50:52 03:50:52 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:50:52 #220 DONE 0.4s 03:50:52 03:50:52 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:50:52 #221 DONE 0.1s 03:50:52 03:50:52 #112 [support-notifications] exporting to image 03:50:52 #112 exporting layers 03:50:53 #112 exporting layers 0.6s done 03:50:53 #112 writing image sha256:4f0c6c318c5925a6a8b01950aac5520ce4ea5e1e09bb4dd5ada477d97ea8cfd0 done 03:50:53 #112 naming to docker.io/library/support-notifications-arm64 done 03:50:53 #112 DONE 16.4s 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:50:53 time="2025-12-26T03:08:46Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:50:53 $ docker stop --time=1 0e4fc304837c3c279434eae4f37759e11bb3bc70e7472985ff398d45292b4a6e 03:50:54 $ docker rm -f --volumes 0e4fc304837c3c279434eae4f37759e11bb3bc70e7472985ff398d45292b4a6e [Pipeline] // withDockerContainer [Pipeline] sh 03:50:55 + docker images 03:50:55 REPOSITORY TAG IMAGE ID CREATED SIZE 03:50:55 support-notifications-arm64 latest 4f0c6c318c59 3 seconds ago 54.3MB 03:50:55 support-scheduler-arm64 latest 02a495613080 10 seconds ago 50.4MB 03:50:55 core-keeper-arm64 latest ffa10813badb 39 seconds ago 45.1MB 03:50:55 core-data-arm64 latest b5a263a673b4 39 seconds ago 46.2MB 03:50:55 core-metadata-arm64 latest f11640675bba 39 seconds ago 46.3MB 03:50:55 security-proxy-auth-arm64 latest 5c47785229c0 47 seconds ago 45.4MB 03:50:55 security-spiffe-token-provider-arm64 latest c773fd4478bd About a minute ago 50.2MB 03:50:55 security-secretstore-setup-arm64 latest cf6af1f057ec 2 minutes ago 81.6MB 03:50:55 security-proxy-setup-arm64 latest d75b5a53ac4b 2 minutes ago 51.3MB 03:50:55 core-command-arm64 latest 403c86c114c2 3 minutes ago 40.9MB 03:50:55 security-bootstrapper-arm64 latest edd7b1ff2930 19 minutes ago 22.2MB 03:50:55 core-common-config-bootstrapper-arm64 latest 29bbb0a07fd8 19 minutes ago 21.1MB 03:50:55 security-spire-agent-arm64 latest 4db2ff39fca2 40 minutes ago 220MB 03:50:55 security-spire-server-arm64 latest 96c1dd66f72c 40 minutes ago 164MB 03:50:55 security-spire-config-arm64 latest 5bf0e4779d8a 40 minutes ago 163MB 03:50:55 ci-base-image-arm64 latest c7ec5ad02a03 42 minutes ago 927MB 03:50:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB 03:50:55 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 03:50:55 provisioning config files... 03:50:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/943@tmp/config4861713717291688695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:50:55 ---> ****-login.sh 03:50:55 nexus3.edgexfoundry.org:10001 03:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:56 Configure a credential helper to remove this warning. See 03:50:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:56 03:50:56 Login Succeeded 03:50:56 nexus3.edgexfoundry.org:10002 03:50:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:56 Configure a credential helper to remove this warning. See 03:50:56 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:56 03:50:56 Login Succeeded 03:50:56 nexus3.edgexfoundry.org:10003 03:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:57 Configure a credential helper to remove this warning. See 03:50:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:57 03:50:57 Login Succeeded 03:50:57 nexus3.edgexfoundry.org:10004 03:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:57 Configure a credential helper to remove this warning. See 03:50:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:57 03:50:57 Login Succeeded 03:50:57 ****.io 03:50:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:50:57 Configure a credential helper to remove this warning. See 03:50:57 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:50:57 03:50:57 Login Succeeded 03:50:57 ---> ****-login.sh ends [Pipeline] } 03:50:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:50:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:50:57 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:50:57 e746624fef212b0f4c77d3fdd5597b262518530b 03:50:57 latest 03:50:57 4.1.0-dev.88 03:50:57 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:50:57 main 03:50:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:50:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:50:58 4bd84f59812d: Preparing 03:50:58 3428ea16e554: Preparing 03:50:58 455d800d2b43: Preparing 03:50:58 cde82507d7ef: Preparing 03:50:58 8ecc8bfba6c2: Preparing 03:50:58 f26364988652: Preparing 03:50:58 0e64f2360a44: Preparing 03:50:58 f26364988652: Waiting 03:50:58 0e64f2360a44: Waiting 03:50:58 455d800d2b43: Pushed 03:50:58 cde82507d7ef: Pushed 03:50:58 4bd84f59812d: Pushed 03:50:58 0e64f2360a44: Layer already exists 03:50:58 f26364988652: Pushed 03:50:59 8ecc8bfba6c2: Pushed 03:51:05 3428ea16e554: Pushed 03:51:05 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:51:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:06 4bd84f59812d: Preparing 03:51:06 3428ea16e554: Preparing 03:51:06 455d800d2b43: Preparing 03:51:06 cde82507d7ef: Preparing 03:51:06 8ecc8bfba6c2: Preparing 03:51:06 f26364988652: Preparing 03:51:06 0e64f2360a44: Preparing 03:51:06 f26364988652: Waiting 03:51:06 0e64f2360a44: Waiting 03:51:06 4bd84f59812d: Layer already exists 03:51:06 455d800d2b43: Layer already exists 03:51:06 cde82507d7ef: Layer already exists 03:51:06 3428ea16e554: Layer already exists 03:51:06 8ecc8bfba6c2: Layer already exists 03:51:06 f26364988652: Layer already exists 03:51:06 0e64f2360a44: Layer already exists 03:51:06 latest: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:07 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:07 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 03:51:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:07 4bd84f59812d: Preparing 03:51:07 3428ea16e554: Preparing 03:51:07 455d800d2b43: Preparing 03:51:07 cde82507d7ef: Preparing 03:51:07 8ecc8bfba6c2: Preparing 03:51:07 f26364988652: Preparing 03:51:07 0e64f2360a44: Preparing 03:51:07 f26364988652: Waiting 03:51:07 0e64f2360a44: Waiting 03:51:07 455d800d2b43: Layer already exists 03:51:07 4bd84f59812d: Layer already exists 03:51:07 cde82507d7ef: Layer already exists 03:51:07 8ecc8bfba6c2: Layer already exists 03:51:07 3428ea16e554: Layer already exists 03:51:07 f26364988652: Layer already exists 03:51:07 0e64f2360a44: Layer already exists 03:51:07 4.1.0-dev.88: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:08 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:08 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:08 4bd84f59812d: Preparing 03:51:08 3428ea16e554: Preparing 03:51:08 455d800d2b43: Preparing 03:51:08 cde82507d7ef: Preparing 03:51:08 8ecc8bfba6c2: Preparing 03:51:08 f26364988652: Preparing 03:51:08 0e64f2360a44: Preparing 03:51:08 f26364988652: Waiting 03:51:08 0e64f2360a44: Waiting 03:51:08 455d800d2b43: Layer already exists 03:51:08 8ecc8bfba6c2: Layer already exists 03:51:08 cde82507d7ef: Layer already exists 03:51:08 4bd84f59812d: Layer already exists 03:51:08 3428ea16e554: Layer already exists 03:51:08 f26364988652: Layer already exists 03:51:08 0e64f2360a44: Layer already exists 03:51:08 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:08 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:09 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:51:09 4bd84f59812d: Preparing 03:51:09 3428ea16e554: Preparing 03:51:09 455d800d2b43: Preparing 03:51:09 cde82507d7ef: Preparing 03:51:09 8ecc8bfba6c2: Preparing 03:51:09 f26364988652: Preparing 03:51:09 0e64f2360a44: Preparing 03:51:09 f26364988652: Waiting 03:51:09 0e64f2360a44: Waiting 03:51:09 455d800d2b43: Layer already exists 03:51:09 8ecc8bfba6c2: Layer already exists 03:51:09 4bd84f59812d: Layer already exists 03:51:09 cde82507d7ef: Layer already exists 03:51:09 3428ea16e554: Layer already exists 03:51:09 0e64f2360a44: Layer already exists 03:51:09 f26364988652: Layer already exists 03:51:09 main: digest: sha256:577b4ab48c283b3f7f1f6052c23bdc3b67da767eb39456d1788d7026c7865aa3 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:09 ===================================================== [Pipeline] echo 03:51:09 taggedImages: 03:51:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:51:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 03:51:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:09 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:51:09 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:51:09 e746624fef212b0f4c77d3fdd5597b262518530b 03:51:09 latest 03:51:09 4.1.0-dev.88 03:51:09 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:09 main 03:51:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:10 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:10 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:10 6bbc3d3115bd: Preparing 03:51:10 a5b893ec72e7: Preparing 03:51:10 59264f9c34a1: Preparing 03:51:10 5bf5c1852635: Preparing 03:51:10 455d800d2b43: Preparing 03:51:10 cde82507d7ef: Preparing 03:51:10 8ecc8bfba6c2: Preparing 03:51:10 f26364988652: Preparing 03:51:10 0e64f2360a44: Preparing 03:51:10 cde82507d7ef: Waiting 03:51:10 8ecc8bfba6c2: Waiting 03:51:10 f26364988652: Waiting 03:51:10 0e64f2360a44: Waiting 03:51:10 455d800d2b43: Layer already exists 03:51:10 cde82507d7ef: Layer already exists 03:51:10 59264f9c34a1: Pushed 03:51:10 8ecc8bfba6c2: Layer already exists 03:51:10 f26364988652: Layer already exists 03:51:10 a5b893ec72e7: Pushed 03:51:10 0e64f2360a44: Layer already exists 03:51:10 6bbc3d3115bd: Pushed 03:51:13 5bf5c1852635: Pushed 03:51:13 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:13 + 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 03:51:16 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:51:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:16 6bbc3d3115bd: Preparing 03:51:16 a5b893ec72e7: Preparing 03:51:16 59264f9c34a1: Preparing 03:51:16 5bf5c1852635: Preparing 03:51:16 455d800d2b43: Preparing 03:51:16 cde82507d7ef: Preparing 03:51:16 8ecc8bfba6c2: Preparing 03:51:16 f26364988652: Preparing 03:51:16 0e64f2360a44: Preparing 03:51:16 cde82507d7ef: Waiting 03:51:16 8ecc8bfba6c2: Waiting 03:51:16 f26364988652: Waiting 03:51:16 0e64f2360a44: Waiting 03:51:16 a5b893ec72e7: Layer already exists 03:51:16 5bf5c1852635: Layer already exists 03:51:16 6bbc3d3115bd: Layer already exists 03:51:16 59264f9c34a1: Layer already exists 03:51:16 455d800d2b43: Layer already exists 03:51:16 0e64f2360a44: Layer already exists 03:51:16 cde82507d7ef: Layer already exists 03:51:16 f26364988652: Layer already exists 03:51:16 8ecc8bfba6c2: Layer already exists 03:51:16 latest: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:16 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 03:51:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:17 6bbc3d3115bd: Preparing 03:51:17 a5b893ec72e7: Preparing 03:51:17 59264f9c34a1: Preparing 03:51:17 5bf5c1852635: Preparing 03:51:17 455d800d2b43: Preparing 03:51:17 cde82507d7ef: Preparing 03:51:17 8ecc8bfba6c2: Preparing 03:51:17 f26364988652: Preparing 03:51:17 0e64f2360a44: Preparing 03:51:17 cde82507d7ef: Waiting 03:51:17 8ecc8bfba6c2: Waiting 03:51:17 f26364988652: Waiting 03:51:17 0e64f2360a44: Waiting 03:51:17 455d800d2b43: Layer already exists 03:51:17 6bbc3d3115bd: Layer already exists 03:51:17 5bf5c1852635: Layer already exists 03:51:17 59264f9c34a1: Layer already exists 03:51:17 a5b893ec72e7: Layer already exists 03:51:17 cde82507d7ef: Layer already exists 03:51:17 8ecc8bfba6c2: Layer already exists 03:51:17 0e64f2360a44: Layer already exists 03:51:17 f26364988652: Layer already exists 03:51:17 4.1.0-dev.88: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:17 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:18 6bbc3d3115bd: Preparing 03:51:18 a5b893ec72e7: Preparing 03:51:18 59264f9c34a1: Preparing 03:51:18 5bf5c1852635: Preparing 03:51:18 455d800d2b43: Preparing 03:51:18 cde82507d7ef: Preparing 03:51:18 8ecc8bfba6c2: Preparing 03:51:18 f26364988652: Preparing 03:51:18 0e64f2360a44: Preparing 03:51:18 8ecc8bfba6c2: Waiting 03:51:18 f26364988652: Waiting 03:51:18 0e64f2360a44: Waiting 03:51:18 cde82507d7ef: Waiting 03:51:18 6bbc3d3115bd: Layer already exists 03:51:18 59264f9c34a1: Layer already exists 03:51:18 5bf5c1852635: Layer already exists 03:51:18 a5b893ec72e7: Layer already exists 03:51:18 455d800d2b43: Layer already exists 03:51:18 8ecc8bfba6c2: Layer already exists 03:51:18 cde82507d7ef: Layer already exists 03:51:18 f26364988652: Layer already exists 03:51:18 0e64f2360a44: Layer already exists 03:51:18 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:18 + 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 03:51:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:51:18 6bbc3d3115bd: Preparing 03:51:18 a5b893ec72e7: Preparing 03:51:18 59264f9c34a1: Preparing 03:51:18 5bf5c1852635: Preparing 03:51:18 455d800d2b43: Preparing 03:51:18 cde82507d7ef: Preparing 03:51:18 8ecc8bfba6c2: Preparing 03:51:18 f26364988652: Preparing 03:51:18 0e64f2360a44: Preparing 03:51:18 8ecc8bfba6c2: Waiting 03:51:18 f26364988652: Waiting 03:51:18 0e64f2360a44: Waiting 03:51:18 6bbc3d3115bd: Layer already exists 03:51:18 455d800d2b43: Layer already exists 03:51:18 a5b893ec72e7: Layer already exists 03:51:18 5bf5c1852635: Layer already exists 03:51:18 59264f9c34a1: Layer already exists 03:51:18 f26364988652: Layer already exists 03:51:18 8ecc8bfba6c2: Layer already exists 03:51:18 cde82507d7ef: Layer already exists 03:51:18 0e64f2360a44: Layer already exists 03:51:19 main: digest: sha256:646d484a62fb38755dfb2b2aa19e596bf6e3c2cb0694a53637737b90a1b05e07 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:19 ===================================================== [Pipeline] echo 03:51:19 taggedImages: 03:51:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:51:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 03:51:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:19 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:51:19 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:51:19 e746624fef212b0f4c77d3fdd5597b262518530b 03:51:19 latest 03:51:19 4.1.0-dev.88 03:51:19 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:19 main 03:51:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:19 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:19 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:19 5235021e9337: Preparing 03:51:19 6e6b95f939d4: Preparing 03:51:19 455d800d2b43: Preparing 03:51:19 cde82507d7ef: Preparing 03:51:19 8ecc8bfba6c2: Preparing 03:51:19 82e5138f888b: Preparing 03:51:19 0e64f2360a44: Preparing 03:51:19 82e5138f888b: Waiting 03:51:19 cde82507d7ef: Layer already exists 03:51:19 8ecc8bfba6c2: Layer already exists 03:51:19 455d800d2b43: Layer already exists 03:51:20 0e64f2360a44: Layer already exists 03:51:20 5235021e9337: Pushed 03:51:20 82e5138f888b: Pushed 03:51:28 6e6b95f939d4: Pushed 03:51:28 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:29 5235021e9337: Preparing 03:51:29 6e6b95f939d4: Preparing 03:51:29 455d800d2b43: Preparing 03:51:29 cde82507d7ef: Preparing 03:51:29 8ecc8bfba6c2: Preparing 03:51:29 82e5138f888b: Preparing 03:51:29 0e64f2360a44: Preparing 03:51:29 82e5138f888b: Waiting 03:51:29 0e64f2360a44: Waiting 03:51:29 455d800d2b43: Layer already exists 03:51:29 8ecc8bfba6c2: Layer already exists 03:51:29 6e6b95f939d4: Layer already exists 03:51:29 5235021e9337: Layer already exists 03:51:29 cde82507d7ef: Layer already exists 03:51:29 0e64f2360a44: Layer already exists 03:51:29 82e5138f888b: Layer already exists 03:51:29 latest: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:30 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:30 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 03:51:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:30 5235021e9337: Preparing 03:51:30 6e6b95f939d4: Preparing 03:51:30 455d800d2b43: Preparing 03:51:30 cde82507d7ef: Preparing 03:51:30 8ecc8bfba6c2: Preparing 03:51:30 82e5138f888b: Preparing 03:51:30 0e64f2360a44: Preparing 03:51:30 82e5138f888b: Waiting 03:51:30 0e64f2360a44: Waiting 03:51:30 8ecc8bfba6c2: Layer already exists 03:51:30 5235021e9337: Layer already exists 03:51:30 6e6b95f939d4: Layer already exists 03:51:30 cde82507d7ef: Layer already exists 03:51:30 455d800d2b43: Layer already exists 03:51:30 0e64f2360a44: Layer already exists 03:51:30 82e5138f888b: Layer already exists 03:51:30 4.1.0-dev.88: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:31 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:31 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:31 5235021e9337: Preparing 03:51:31 6e6b95f939d4: Preparing 03:51:31 455d800d2b43: Preparing 03:51:31 cde82507d7ef: Preparing 03:51:31 8ecc8bfba6c2: Preparing 03:51:31 82e5138f888b: Preparing 03:51:31 0e64f2360a44: Preparing 03:51:31 82e5138f888b: Waiting 03:51:31 0e64f2360a44: Waiting 03:51:31 455d800d2b43: Layer already exists 03:51:31 6e6b95f939d4: Layer already exists 03:51:31 5235021e9337: Layer already exists 03:51:31 cde82507d7ef: Layer already exists 03:51:31 8ecc8bfba6c2: Layer already exists 03:51:31 0e64f2360a44: Layer already exists 03:51:31 82e5138f888b: Layer already exists 03:51:31 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:32 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:51:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:51:32 5235021e9337: Preparing 03:51:32 6e6b95f939d4: Preparing 03:51:32 455d800d2b43: Preparing 03:51:32 cde82507d7ef: Preparing 03:51:32 8ecc8bfba6c2: Preparing 03:51:32 82e5138f888b: Preparing 03:51:32 0e64f2360a44: Preparing 03:51:32 0e64f2360a44: Waiting 03:51:32 82e5138f888b: Waiting 03:51:32 6e6b95f939d4: Layer already exists 03:51:32 5235021e9337: Layer already exists 03:51:32 8ecc8bfba6c2: Layer already exists 03:51:32 455d800d2b43: Layer already exists 03:51:32 cde82507d7ef: Layer already exists 03:51:32 82e5138f888b: Layer already exists 03:51:32 0e64f2360a44: Layer already exists 03:51:32 main: digest: sha256:cbd02d8818ec81afc997351466cfda4e15c3468a273d934bc9e9b4957e94339e size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:32 ===================================================== [Pipeline] echo 03:51:32 taggedImages: 03:51:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:51:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 03:51:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:32 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:51:32 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 03:51:32 e746624fef212b0f4c77d3fdd5597b262518530b 03:51:32 latest 03:51:32 4.1.0-dev.88 03:51:32 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:32 main 03:51:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:33 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:33 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:51:33 b87eb574949e: Preparing 03:51:33 b361beebd094: Preparing 03:51:33 cde82507d7ef: Preparing 03:51:33 204cccc712b0: Preparing 03:51:33 9e40ab55a193: Preparing 03:51:33 0e64f2360a44: Preparing 03:51:33 0e64f2360a44: Waiting 03:51:33 cde82507d7ef: Layer already exists 03:51:33 0e64f2360a44: Layer already exists 03:51:33 9e40ab55a193: Pushed 03:51:33 b87eb574949e: Pushed 03:51:33 204cccc712b0: Pushed 03:51:42 b361beebd094: Pushed 03:51:42 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:42 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:42 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:51:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:51:42 b87eb574949e: Preparing 03:51:42 b361beebd094: Preparing 03:51:42 cde82507d7ef: Preparing 03:51:42 204cccc712b0: Preparing 03:51:42 9e40ab55a193: Preparing 03:51:42 0e64f2360a44: Preparing 03:51:42 0e64f2360a44: Waiting 03:51:42 204cccc712b0: Layer already exists 03:51:42 cde82507d7ef: Layer already exists 03:51:42 9e40ab55a193: Layer already exists 03:51:42 b87eb574949e: Layer already exists 03:51:42 b361beebd094: Layer already exists 03:51:42 0e64f2360a44: Layer already exists 03:51:42 latest: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:43 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:43 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 03:51:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:51:43 b87eb574949e: Preparing 03:51:43 b361beebd094: Preparing 03:51:43 cde82507d7ef: Preparing 03:51:43 204cccc712b0: Preparing 03:51:43 9e40ab55a193: Preparing 03:51:43 0e64f2360a44: Preparing 03:51:43 0e64f2360a44: Waiting 03:51:43 b87eb574949e: Layer already exists 03:51:43 9e40ab55a193: Layer already exists 03:51:43 204cccc712b0: Layer already exists 03:51:43 b361beebd094: Layer already exists 03:51:43 cde82507d7ef: Layer already exists 03:51:43 0e64f2360a44: Layer already exists 03:51:43 4.1.0-dev.88: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:44 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:51:44 b87eb574949e: Preparing 03:51:44 b361beebd094: Preparing 03:51:44 cde82507d7ef: Preparing 03:51:44 204cccc712b0: Preparing 03:51:44 9e40ab55a193: Preparing 03:51:44 0e64f2360a44: Preparing 03:51:44 0e64f2360a44: Waiting 03:51:44 204cccc712b0: Layer already exists 03:51:44 b87eb574949e: Layer already exists 03:51:44 9e40ab55a193: Layer already exists 03:51:44 cde82507d7ef: Layer already exists 03:51:44 b361beebd094: Layer already exists 03:51:44 0e64f2360a44: Layer already exists 03:51:44 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:45 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 03:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:51:45 b87eb574949e: Preparing 03:51:45 b361beebd094: Preparing 03:51:45 cde82507d7ef: Preparing 03:51:45 204cccc712b0: Preparing 03:51:45 9e40ab55a193: Preparing 03:51:45 0e64f2360a44: Preparing 03:51:45 0e64f2360a44: Waiting 03:51:45 b361beebd094: Layer already exists 03:51:45 cde82507d7ef: Layer already exists 03:51:45 9e40ab55a193: Layer already exists 03:51:45 b87eb574949e: Layer already exists 03:51:45 204cccc712b0: Layer already exists 03:51:45 0e64f2360a44: Layer already exists 03:51:45 main: digest: sha256:ac770e99d0725ed6f4b7b87a023922410bee8c09d01f8f86fdb445d239ee944c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:46 ===================================================== [Pipeline] echo 03:51:46 taggedImages: 03:51:46 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:46 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:51:46 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 03:51:46 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:46 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:51:46 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:51:46 e746624fef212b0f4c77d3fdd5597b262518530b 03:51:46 latest 03:51:46 4.1.0-dev.88 03:51:46 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:46 main 03:51:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:51:46 35c1e9592e1d: Preparing 03:51:46 d8d626cadafc: Preparing 03:51:46 27ff77056e75: Preparing 03:51:46 455d800d2b43: Preparing 03:51:46 cde82507d7ef: Preparing 03:51:46 8ecc8bfba6c2: Preparing 03:51:46 f26364988652: Preparing 03:51:46 0e64f2360a44: Preparing 03:51:46 8ecc8bfba6c2: Waiting 03:51:46 f26364988652: Waiting 03:51:46 0e64f2360a44: Waiting 03:51:46 455d800d2b43: Layer already exists 03:51:46 cde82507d7ef: Layer already exists 03:51:46 8ecc8bfba6c2: Layer already exists 03:51:47 f26364988652: Layer already exists 03:51:47 0e64f2360a44: Layer already exists 03:51:47 d8d626cadafc: Pushed 03:51:47 35c1e9592e1d: Pushed 03:51:55 27ff77056e75: Pushed 03:51:55 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:51:56 35c1e9592e1d: Preparing 03:51:56 d8d626cadafc: Preparing 03:51:56 27ff77056e75: Preparing 03:51:56 455d800d2b43: Preparing 03:51:56 cde82507d7ef: Preparing 03:51:56 8ecc8bfba6c2: Preparing 03:51:56 f26364988652: Preparing 03:51:56 0e64f2360a44: Preparing 03:51:56 8ecc8bfba6c2: Waiting 03:51:56 f26364988652: Waiting 03:51:56 0e64f2360a44: Waiting 03:51:56 35c1e9592e1d: Layer already exists 03:51:56 27ff77056e75: Layer already exists 03:51:56 455d800d2b43: Layer already exists 03:51:56 cde82507d7ef: Layer already exists 03:51:56 d8d626cadafc: Layer already exists 03:51:56 8ecc8bfba6c2: Layer already exists 03:51:56 0e64f2360a44: Layer already exists 03:51:56 f26364988652: Layer already exists 03:51:56 latest: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 03:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:51:56 35c1e9592e1d: Preparing 03:51:56 d8d626cadafc: Preparing 03:51:56 27ff77056e75: Preparing 03:51:56 455d800d2b43: Preparing 03:51:56 cde82507d7ef: Preparing 03:51:56 8ecc8bfba6c2: Preparing 03:51:56 f26364988652: Preparing 03:51:56 0e64f2360a44: Preparing 03:51:56 f26364988652: Waiting 03:51:56 0e64f2360a44: Waiting 03:51:56 8ecc8bfba6c2: Waiting 03:51:56 35c1e9592e1d: Layer already exists 03:51:56 d8d626cadafc: Layer already exists 03:51:56 27ff77056e75: Layer already exists 03:51:56 cde82507d7ef: Layer already exists 03:51:56 455d800d2b43: Layer already exists 03:51:56 f26364988652: Layer already exists 03:51:56 0e64f2360a44: Layer already exists 03:51:56 8ecc8bfba6c2: Layer already exists 03:51:57 4.1.0-dev.88: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:51:57 35c1e9592e1d: Preparing 03:51:57 d8d626cadafc: Preparing 03:51:57 27ff77056e75: Preparing 03:51:57 455d800d2b43: Preparing 03:51:57 cde82507d7ef: Preparing 03:51:57 8ecc8bfba6c2: Preparing 03:51:57 f26364988652: Preparing 03:51:57 0e64f2360a44: Preparing 03:51:57 8ecc8bfba6c2: Waiting 03:51:57 f26364988652: Waiting 03:51:57 0e64f2360a44: Waiting 03:51:57 d8d626cadafc: Layer already exists 03:51:57 cde82507d7ef: Layer already exists 03:51:57 455d800d2b43: Layer already exists 03:51:57 35c1e9592e1d: Layer already exists 03:51:57 27ff77056e75: Layer already exists 03:51:57 f26364988652: Layer already exists 03:51:57 0e64f2360a44: Layer already exists 03:51:57 8ecc8bfba6c2: Layer already exists 03:51:57 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:51:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:51:58 35c1e9592e1d: Preparing 03:51:58 d8d626cadafc: Preparing 03:51:58 27ff77056e75: Preparing 03:51:58 455d800d2b43: Preparing 03:51:58 cde82507d7ef: Preparing 03:51:58 8ecc8bfba6c2: Preparing 03:51:58 f26364988652: Preparing 03:51:58 0e64f2360a44: Preparing 03:51:58 8ecc8bfba6c2: Waiting 03:51:58 f26364988652: Waiting 03:51:58 0e64f2360a44: Waiting 03:51:58 27ff77056e75: Layer already exists 03:51:58 d8d626cadafc: Layer already exists 03:51:58 35c1e9592e1d: Layer already exists 03:51:58 cde82507d7ef: Layer already exists 03:51:58 455d800d2b43: Layer already exists 03:51:58 8ecc8bfba6c2: Layer already exists 03:51:58 0e64f2360a44: Layer already exists 03:51:58 f26364988652: Layer already exists 03:51:58 main: digest: sha256:2425b03f8727e9934eecfb145b347833aaedc18e062bbc422760ec650d9c4f8e size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:51:59 ===================================================== [Pipeline] echo 03:51:59 taggedImages: 03:51:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:51:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 03:51:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:59 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:51:59 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:51:59 e746624fef212b0f4c77d3fdd5597b262518530b 03:51:59 latest 03:51:59 4.1.0-dev.88 03:51:59 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:51:59 main 03:51:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:59 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:59 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:51:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:51:59 979aef178578: Preparing 03:51:59 15999109a6de: Preparing 03:51:59 bdad74b02de1: Preparing 03:51:59 51208a00f949: Preparing 03:51:59 f93d1ff11636: Preparing 03:51:59 571d6a4806dd: Preparing 03:51:59 d8ccb101b61e: Preparing 03:51:59 455d800d2b43: Preparing 03:51:59 cde82507d7ef: Preparing 03:51:59 706a647317f2: Preparing 03:51:59 cc2b6e086973: Preparing 03:51:59 5f70bf18a086: Preparing 03:51:59 c3dc83feb404: Preparing 03:51:59 74cb85c07044: Preparing 03:51:59 1551b3feed3c: Preparing 03:51:59 0e64f2360a44: Preparing 03:51:59 571d6a4806dd: Waiting 03:51:59 d8ccb101b61e: Waiting 03:51:59 455d800d2b43: Waiting 03:51:59 cde82507d7ef: Waiting 03:51:59 706a647317f2: Waiting 03:51:59 5f70bf18a086: Waiting 03:51:59 c3dc83feb404: Waiting 03:51:59 74cb85c07044: Waiting 03:51:59 1551b3feed3c: Waiting 03:51:59 0e64f2360a44: Waiting 03:51:59 cc2b6e086973: Waiting 03:52:00 bdad74b02de1: Pushed 03:52:00 979aef178578: Pushed 03:52:00 15999109a6de: Pushed 03:52:00 51208a00f949: Pushed 03:52:00 f93d1ff11636: Pushed 03:52:00 455d800d2b43: Layer already exists 03:52:00 cde82507d7ef: Layer already exists 03:52:00 571d6a4806dd: Pushed 03:52:00 5f70bf18a086: Layer already exists 03:52:00 cc2b6e086973: Pushed 03:52:00 706a647317f2: Pushed 03:52:00 0e64f2360a44: Layer already exists 03:52:00 c3dc83feb404: Pushed 03:52:00 1551b3feed3c: Pushed 03:52:00 74cb85c07044: Pushed 03:52:03 d8ccb101b61e: Pushed 03:52:03 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:52:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:04 979aef178578: Preparing 03:52:04 15999109a6de: Preparing 03:52:04 bdad74b02de1: Preparing 03:52:04 51208a00f949: Preparing 03:52:04 f93d1ff11636: Preparing 03:52:04 571d6a4806dd: Preparing 03:52:04 571d6a4806dd: Waiting 03:52:04 d8ccb101b61e: Preparing 03:52:04 455d800d2b43: Preparing 03:52:04 cde82507d7ef: Preparing 03:52:04 706a647317f2: Preparing 03:52:04 cc2b6e086973: Preparing 03:52:04 5f70bf18a086: Preparing 03:52:04 c3dc83feb404: Preparing 03:52:04 74cb85c07044: Preparing 03:52:04 1551b3feed3c: Preparing 03:52:04 0e64f2360a44: Preparing 03:52:04 d8ccb101b61e: Waiting 03:52:04 455d800d2b43: Waiting 03:52:04 cde82507d7ef: Waiting 03:52:04 706a647317f2: Waiting 03:52:04 cc2b6e086973: Waiting 03:52:04 5f70bf18a086: Waiting 03:52:04 c3dc83feb404: Waiting 03:52:04 74cb85c07044: Waiting 03:52:04 1551b3feed3c: Waiting 03:52:04 0e64f2360a44: Waiting 03:52:04 bdad74b02de1: Layer already exists 03:52:04 f93d1ff11636: Layer already exists 03:52:04 15999109a6de: Layer already exists 03:52:04 51208a00f949: Layer already exists 03:52:04 979aef178578: Layer already exists 03:52:04 571d6a4806dd: Layer already exists 03:52:04 d8ccb101b61e: Layer already exists 03:52:04 455d800d2b43: Layer already exists 03:52:04 706a647317f2: Layer already exists 03:52:04 cde82507d7ef: Layer already exists 03:52:04 5f70bf18a086: Layer already exists 03:52:04 cc2b6e086973: Layer already exists 03:52:04 74cb85c07044: Layer already exists 03:52:04 1551b3feed3c: Layer already exists 03:52:04 c3dc83feb404: Layer already exists 03:52:04 0e64f2360a44: Layer already exists 03:52:04 latest: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 03:52:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:05 979aef178578: Preparing 03:52:05 15999109a6de: Preparing 03:52:05 bdad74b02de1: Preparing 03:52:05 51208a00f949: Preparing 03:52:05 f93d1ff11636: Preparing 03:52:05 571d6a4806dd: Preparing 03:52:05 d8ccb101b61e: Preparing 03:52:05 455d800d2b43: Preparing 03:52:05 cde82507d7ef: Preparing 03:52:05 706a647317f2: Preparing 03:52:05 cc2b6e086973: Preparing 03:52:05 5f70bf18a086: Preparing 03:52:05 c3dc83feb404: Preparing 03:52:05 74cb85c07044: Preparing 03:52:05 1551b3feed3c: Preparing 03:52:05 0e64f2360a44: Preparing 03:52:05 cc2b6e086973: Waiting 03:52:05 571d6a4806dd: Waiting 03:52:05 5f70bf18a086: Waiting 03:52:05 c3dc83feb404: Waiting 03:52:05 74cb85c07044: Waiting 03:52:05 1551b3feed3c: Waiting 03:52:05 0e64f2360a44: Waiting 03:52:05 d8ccb101b61e: Waiting 03:52:05 455d800d2b43: Waiting 03:52:05 706a647317f2: Waiting 03:52:05 cde82507d7ef: Waiting 03:52:05 979aef178578: Layer already exists 03:52:05 bdad74b02de1: Layer already exists 03:52:05 15999109a6de: Layer already exists 03:52:05 51208a00f949: Layer already exists 03:52:05 f93d1ff11636: Layer already exists 03:52:05 455d800d2b43: Layer already exists 03:52:05 d8ccb101b61e: Layer already exists 03:52:05 571d6a4806dd: Layer already exists 03:52:05 706a647317f2: Layer already exists 03:52:05 cde82507d7ef: Layer already exists 03:52:05 5f70bf18a086: Layer already exists 03:52:05 c3dc83feb404: Layer already exists 03:52:05 cc2b6e086973: Layer already exists 03:52:05 74cb85c07044: Layer already exists 03:52:05 1551b3feed3c: Layer already exists 03:52:05 0e64f2360a44: Layer already exists 03:52:05 4.1.0-dev.88: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:06 979aef178578: Preparing 03:52:06 15999109a6de: Preparing 03:52:06 bdad74b02de1: Preparing 03:52:06 51208a00f949: Preparing 03:52:06 f93d1ff11636: Preparing 03:52:06 571d6a4806dd: Preparing 03:52:06 d8ccb101b61e: Preparing 03:52:06 455d800d2b43: Preparing 03:52:06 571d6a4806dd: Waiting 03:52:06 d8ccb101b61e: Waiting 03:52:06 cde82507d7ef: Preparing 03:52:06 455d800d2b43: Waiting 03:52:06 706a647317f2: Preparing 03:52:06 cc2b6e086973: Preparing 03:52:06 5f70bf18a086: Preparing 03:52:06 c3dc83feb404: Preparing 03:52:06 74cb85c07044: Preparing 03:52:06 cde82507d7ef: Waiting 03:52:06 1551b3feed3c: Preparing 03:52:06 0e64f2360a44: Preparing 03:52:06 706a647317f2: Waiting 03:52:06 cc2b6e086973: Waiting 03:52:06 74cb85c07044: Waiting 03:52:06 5f70bf18a086: Waiting 03:52:06 1551b3feed3c: Waiting 03:52:06 c3dc83feb404: Waiting 03:52:06 0e64f2360a44: Waiting 03:52:06 bdad74b02de1: Layer already exists 03:52:06 51208a00f949: Layer already exists 03:52:06 979aef178578: Layer already exists 03:52:06 15999109a6de: Layer already exists 03:52:06 f93d1ff11636: Layer already exists 03:52:06 706a647317f2: Layer already exists 03:52:06 d8ccb101b61e: Layer already exists 03:52:06 455d800d2b43: Layer already exists 03:52:06 cde82507d7ef: Layer already exists 03:52:06 571d6a4806dd: Layer already exists 03:52:06 c3dc83feb404: Layer already exists 03:52:06 74cb85c07044: Layer already exists 03:52:06 5f70bf18a086: Layer already exists 03:52:06 cc2b6e086973: Layer already exists 03:52:06 1551b3feed3c: Layer already exists 03:52:06 0e64f2360a44: Layer already exists 03:52:06 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:07 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:52:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:52:07 979aef178578: Preparing 03:52:07 15999109a6de: Preparing 03:52:07 bdad74b02de1: Preparing 03:52:07 51208a00f949: Preparing 03:52:07 f93d1ff11636: Preparing 03:52:07 571d6a4806dd: Preparing 03:52:07 d8ccb101b61e: Preparing 03:52:07 455d800d2b43: Preparing 03:52:07 cde82507d7ef: Preparing 03:52:07 706a647317f2: Preparing 03:52:07 cc2b6e086973: Preparing 03:52:07 5f70bf18a086: Preparing 03:52:07 c3dc83feb404: Preparing 03:52:07 74cb85c07044: Preparing 03:52:07 1551b3feed3c: Preparing 03:52:07 0e64f2360a44: Preparing 03:52:07 706a647317f2: Waiting 03:52:07 cc2b6e086973: Waiting 03:52:07 5f70bf18a086: Waiting 03:52:07 c3dc83feb404: Waiting 03:52:07 1551b3feed3c: Waiting 03:52:07 0e64f2360a44: Waiting 03:52:07 571d6a4806dd: Waiting 03:52:07 d8ccb101b61e: Waiting 03:52:07 455d800d2b43: Waiting 03:52:07 cde82507d7ef: Waiting 03:52:07 15999109a6de: Layer already exists 03:52:07 979aef178578: Layer already exists 03:52:07 51208a00f949: Layer already exists 03:52:07 f93d1ff11636: Layer already exists 03:52:07 bdad74b02de1: Layer already exists 03:52:07 d8ccb101b61e: Layer already exists 03:52:07 571d6a4806dd: Layer already exists 03:52:07 455d800d2b43: Layer already exists 03:52:07 706a647317f2: Layer already exists 03:52:07 cde82507d7ef: Layer already exists 03:52:07 cc2b6e086973: Layer already exists 03:52:07 c3dc83feb404: Layer already exists 03:52:07 5f70bf18a086: Layer already exists 03:52:07 1551b3feed3c: Layer already exists 03:52:07 74cb85c07044: Layer already exists 03:52:07 0e64f2360a44: Layer already exists 03:52:07 main: digest: sha256:210d589de86ef754d2f6935f5b58a67c677513341ec60b11c6aeae1d7f50e837 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:07 ===================================================== [Pipeline] echo 03:52:07 taggedImages: 03:52:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:52:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 03:52:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:07 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:52:07 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:52:07 e746624fef212b0f4c77d3fdd5597b262518530b 03:52:07 latest 03:52:07 4.1.0-dev.88 03:52:07 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:07 main 03:52:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:08 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:08 5ea0ae9d1b13: Preparing 03:52:08 de205ea8ec57: Preparing 03:52:08 217427b5e6de: Preparing 03:52:08 ee56d762cc08: Preparing 03:52:08 455d800d2b43: Preparing 03:52:08 cde82507d7ef: Preparing 03:52:08 8ecc8bfba6c2: Preparing 03:52:08 f26364988652: Preparing 03:52:08 0e64f2360a44: Preparing 03:52:08 cde82507d7ef: Waiting 03:52:08 8ecc8bfba6c2: Waiting 03:52:08 f26364988652: Waiting 03:52:08 0e64f2360a44: Waiting 03:52:08 455d800d2b43: Layer already exists 03:52:08 cde82507d7ef: Layer already exists 03:52:08 217427b5e6de: Pushed 03:52:08 de205ea8ec57: Pushed 03:52:08 8ecc8bfba6c2: Layer already exists 03:52:08 f26364988652: Layer already exists 03:52:08 5ea0ae9d1b13: Pushed 03:52:08 0e64f2360a44: Layer already exists 03:52:17 ee56d762cc08: Pushed 03:52:17 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:17 + 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 03:52:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:17 5ea0ae9d1b13: Preparing 03:52:17 de205ea8ec57: Preparing 03:52:17 217427b5e6de: Preparing 03:52:17 ee56d762cc08: Preparing 03:52:17 455d800d2b43: Preparing 03:52:17 cde82507d7ef: Preparing 03:52:17 8ecc8bfba6c2: Preparing 03:52:17 f26364988652: Preparing 03:52:17 0e64f2360a44: Preparing 03:52:17 8ecc8bfba6c2: Waiting 03:52:17 f26364988652: Waiting 03:52:17 0e64f2360a44: Waiting 03:52:17 cde82507d7ef: Waiting 03:52:17 ee56d762cc08: Layer already exists 03:52:17 217427b5e6de: Layer already exists 03:52:17 455d800d2b43: Layer already exists 03:52:17 5ea0ae9d1b13: Layer already exists 03:52:17 de205ea8ec57: Layer already exists 03:52:17 8ecc8bfba6c2: Layer already exists 03:52:17 cde82507d7ef: Layer already exists 03:52:17 f26364988652: Layer already exists 03:52:17 0e64f2360a44: Layer already exists 03:52:17 latest: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 03:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:18 5ea0ae9d1b13: Preparing 03:52:18 de205ea8ec57: Preparing 03:52:18 217427b5e6de: Preparing 03:52:18 ee56d762cc08: Preparing 03:52:18 455d800d2b43: Preparing 03:52:18 cde82507d7ef: Preparing 03:52:18 8ecc8bfba6c2: Preparing 03:52:18 f26364988652: Preparing 03:52:18 0e64f2360a44: Preparing 03:52:18 cde82507d7ef: Waiting 03:52:18 8ecc8bfba6c2: Waiting 03:52:18 f26364988652: Waiting 03:52:18 0e64f2360a44: Waiting 03:52:18 455d800d2b43: Layer already exists 03:52:18 de205ea8ec57: Layer already exists 03:52:18 217427b5e6de: Layer already exists 03:52:18 5ea0ae9d1b13: Layer already exists 03:52:18 ee56d762cc08: Layer already exists 03:52:18 f26364988652: Layer already exists 03:52:18 8ecc8bfba6c2: Layer already exists 03:52:18 cde82507d7ef: Layer already exists 03:52:18 0e64f2360a44: Layer already exists 03:52:18 4.1.0-dev.88: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:19 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:19 5ea0ae9d1b13: Preparing 03:52:19 de205ea8ec57: Preparing 03:52:19 217427b5e6de: Preparing 03:52:19 ee56d762cc08: Preparing 03:52:19 455d800d2b43: Preparing 03:52:19 cde82507d7ef: Preparing 03:52:19 8ecc8bfba6c2: Preparing 03:52:19 f26364988652: Preparing 03:52:19 0e64f2360a44: Preparing 03:52:19 cde82507d7ef: Waiting 03:52:19 8ecc8bfba6c2: Waiting 03:52:19 f26364988652: Waiting 03:52:19 0e64f2360a44: Waiting 03:52:19 217427b5e6de: Layer already exists 03:52:19 ee56d762cc08: Layer already exists 03:52:19 455d800d2b43: Layer already exists 03:52:19 5ea0ae9d1b13: Layer already exists 03:52:19 de205ea8ec57: Layer already exists 03:52:19 8ecc8bfba6c2: Layer already exists 03:52:19 cde82507d7ef: Layer already exists 03:52:19 f26364988652: Layer already exists 03:52:19 0e64f2360a44: Layer already exists 03:52:19 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:20 + 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 03:52:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:52:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:52:20 5ea0ae9d1b13: Preparing 03:52:20 de205ea8ec57: Preparing 03:52:20 217427b5e6de: Preparing 03:52:20 ee56d762cc08: Preparing 03:52:20 455d800d2b43: Preparing 03:52:20 cde82507d7ef: Preparing 03:52:20 8ecc8bfba6c2: Preparing 03:52:20 cde82507d7ef: Waiting 03:52:20 f26364988652: Preparing 03:52:20 8ecc8bfba6c2: Waiting 03:52:20 0e64f2360a44: Preparing 03:52:20 f26364988652: Waiting 03:52:20 0e64f2360a44: Waiting 03:52:20 455d800d2b43: Layer already exists 03:52:20 5ea0ae9d1b13: Layer already exists 03:52:20 217427b5e6de: Layer already exists 03:52:20 ee56d762cc08: Layer already exists 03:52:20 de205ea8ec57: Layer already exists 03:52:20 cde82507d7ef: Layer already exists 03:52:20 8ecc8bfba6c2: Layer already exists 03:52:20 f26364988652: Layer already exists 03:52:20 0e64f2360a44: Layer already exists 03:52:20 main: digest: sha256:bb8e4a41a5892ca6a07e3a162a85edcb6225fb2f7cfdbe1c0999ffb7011a9ffa size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:20 ===================================================== [Pipeline] echo 03:52:20 taggedImages: 03:52:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:52:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 03:52:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:20 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:52:20 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:52:20 e746624fef212b0f4c77d3fdd5597b262518530b 03:52:20 latest 03:52:20 4.1.0-dev.88 03:52:20 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:20 main 03:52:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:21 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:21 c40cd9e0212a: Preparing 03:52:21 d9a64d39966d: Preparing 03:52:21 76500b20e75e: Preparing 03:52:21 3665ac47c508: Preparing 03:52:21 45f4a876cbde: Preparing 03:52:21 455d800d2b43: Preparing 03:52:21 cde82507d7ef: Preparing 03:52:21 8c847acfb534: Preparing 03:52:21 904ee6f8c6e6: Preparing 03:52:21 f7c0bafc59cc: Preparing 03:52:21 0e64f2360a44: Preparing 03:52:21 8c847acfb534: Waiting 03:52:21 f7c0bafc59cc: Waiting 03:52:21 455d800d2b43: Waiting 03:52:21 0e64f2360a44: Waiting 03:52:21 904ee6f8c6e6: Waiting 03:52:21 45f4a876cbde: Pushed 03:52:21 d9a64d39966d: Pushed 03:52:21 3665ac47c508: Pushed 03:52:21 c40cd9e0212a: Pushed 03:52:21 455d800d2b43: Layer already exists 03:52:21 cde82507d7ef: Layer already exists 03:52:21 0e64f2360a44: Layer already exists 03:52:21 8c847acfb534: Pushed 03:52:22 904ee6f8c6e6: Pushed 03:52:25 f7c0bafc59cc: Pushed 03:52:28 76500b20e75e: Pushed 03:52:30 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:31 + 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 03:52:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:52:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:31 c40cd9e0212a: Preparing 03:52:31 d9a64d39966d: Preparing 03:52:31 76500b20e75e: Preparing 03:52:31 3665ac47c508: Preparing 03:52:31 45f4a876cbde: Preparing 03:52:31 455d800d2b43: Preparing 03:52:31 cde82507d7ef: Preparing 03:52:31 8c847acfb534: Preparing 03:52:31 904ee6f8c6e6: Preparing 03:52:31 f7c0bafc59cc: Preparing 03:52:31 0e64f2360a44: Preparing 03:52:31 455d800d2b43: Waiting 03:52:31 cde82507d7ef: Waiting 03:52:31 8c847acfb534: Waiting 03:52:31 904ee6f8c6e6: Waiting 03:52:31 0e64f2360a44: Waiting 03:52:31 f7c0bafc59cc: Waiting 03:52:31 76500b20e75e: Layer already exists 03:52:31 3665ac47c508: Layer already exists 03:52:31 c40cd9e0212a: Layer already exists 03:52:31 45f4a876cbde: Layer already exists 03:52:31 d9a64d39966d: Layer already exists 03:52:31 455d800d2b43: Layer already exists 03:52:31 cde82507d7ef: Layer already exists 03:52:31 904ee6f8c6e6: Layer already exists 03:52:31 8c847acfb534: Layer already exists 03:52:31 f7c0bafc59cc: Layer already exists 03:52:31 0e64f2360a44: Layer already exists 03:52:31 latest: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:32 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 03:52:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:32 c40cd9e0212a: Preparing 03:52:32 d9a64d39966d: Preparing 03:52:32 76500b20e75e: Preparing 03:52:32 3665ac47c508: Preparing 03:52:32 45f4a876cbde: Preparing 03:52:32 455d800d2b43: Preparing 03:52:32 cde82507d7ef: Preparing 03:52:32 8c847acfb534: Preparing 03:52:32 904ee6f8c6e6: Preparing 03:52:32 f7c0bafc59cc: Preparing 03:52:32 0e64f2360a44: Preparing 03:52:32 8c847acfb534: Waiting 03:52:32 904ee6f8c6e6: Waiting 03:52:32 f7c0bafc59cc: Waiting 03:52:32 0e64f2360a44: Waiting 03:52:32 455d800d2b43: Waiting 03:52:32 cde82507d7ef: Waiting 03:52:32 c40cd9e0212a: Layer already exists 03:52:32 d9a64d39966d: Layer already exists 03:52:32 76500b20e75e: Layer already exists 03:52:32 45f4a876cbde: Layer already exists 03:52:32 3665ac47c508: Layer already exists 03:52:32 455d800d2b43: Layer already exists 03:52:32 cde82507d7ef: Layer already exists 03:52:32 8c847acfb534: Layer already exists 03:52:32 904ee6f8c6e6: Layer already exists 03:52:32 f7c0bafc59cc: Layer already exists 03:52:32 0e64f2360a44: Layer already exists 03:52:32 4.1.0-dev.88: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:33 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:33 c40cd9e0212a: Preparing 03:52:33 d9a64d39966d: Preparing 03:52:33 76500b20e75e: Preparing 03:52:33 3665ac47c508: Preparing 03:52:33 45f4a876cbde: Preparing 03:52:33 455d800d2b43: Preparing 03:52:33 cde82507d7ef: Preparing 03:52:33 8c847acfb534: Preparing 03:52:33 904ee6f8c6e6: Preparing 03:52:33 f7c0bafc59cc: Preparing 03:52:33 0e64f2360a44: Preparing 03:52:33 455d800d2b43: Waiting 03:52:33 8c847acfb534: Waiting 03:52:33 904ee6f8c6e6: Waiting 03:52:33 cde82507d7ef: Waiting 03:52:33 0e64f2360a44: Waiting 03:52:33 f7c0bafc59cc: Waiting 03:52:33 3665ac47c508: Layer already exists 03:52:33 c40cd9e0212a: Layer already exists 03:52:33 d9a64d39966d: Layer already exists 03:52:33 45f4a876cbde: Layer already exists 03:52:33 76500b20e75e: Layer already exists 03:52:33 cde82507d7ef: Layer already exists 03:52:33 455d800d2b43: Layer already exists 03:52:33 f7c0bafc59cc: Layer already exists 03:52:33 8c847acfb534: Layer already exists 03:52:33 904ee6f8c6e6: Layer already exists 03:52:33 0e64f2360a44: Layer already exists 03:52:33 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:34 + 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 03:52:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:52:34 c40cd9e0212a: Preparing 03:52:34 d9a64d39966d: Preparing 03:52:34 76500b20e75e: Preparing 03:52:34 3665ac47c508: Preparing 03:52:34 45f4a876cbde: Preparing 03:52:34 455d800d2b43: Preparing 03:52:34 cde82507d7ef: Preparing 03:52:34 8c847acfb534: Preparing 03:52:34 904ee6f8c6e6: Preparing 03:52:34 f7c0bafc59cc: Preparing 03:52:34 0e64f2360a44: Preparing 03:52:34 cde82507d7ef: Waiting 03:52:34 455d800d2b43: Waiting 03:52:34 8c847acfb534: Waiting 03:52:34 904ee6f8c6e6: Waiting 03:52:34 f7c0bafc59cc: Waiting 03:52:34 0e64f2360a44: Waiting 03:52:34 d9a64d39966d: Layer already exists 03:52:34 c40cd9e0212a: Layer already exists 03:52:34 45f4a876cbde: Layer already exists 03:52:34 76500b20e75e: Layer already exists 03:52:34 3665ac47c508: Layer already exists 03:52:34 904ee6f8c6e6: Layer already exists 03:52:34 8c847acfb534: Layer already exists 03:52:34 455d800d2b43: Layer already exists 03:52:34 cde82507d7ef: Layer already exists 03:52:34 f7c0bafc59cc: Layer already exists 03:52:34 0e64f2360a44: Layer already exists 03:52:34 main: digest: sha256:1f7b7420bbacf6d4f772e5603cc38385d965644d990a5b19a405c03f72536fbe size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:34 ===================================================== [Pipeline] echo 03:52:34 taggedImages: 03:52:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:52:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 03:52:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:34 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:52:34 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:52:34 e746624fef212b0f4c77d3fdd5597b262518530b 03:52:34 latest 03:52:34 4.1.0-dev.88 03:52:34 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:34 main 03:52:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:35 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:35 bd6c73b550ab: Preparing 03:52:35 0496c76e214e: Preparing 03:52:35 b7ba4111dbd5: Preparing 03:52:35 8b1bceea6fd8: Preparing 03:52:35 6d9cd5f77a48: Preparing 03:52:35 f5a694d5f39c: Preparing 03:52:35 373bd823fcb8: Preparing 03:52:35 f5a694d5f39c: Waiting 03:52:35 373bd823fcb8: Waiting 03:52:35 455d800d2b43: Preparing 03:52:35 455d800d2b43: Waiting 03:52:35 cde82507d7ef: Preparing 03:52:35 b1ce12638b05: Preparing 03:52:35 62fa9d22e410: Preparing 03:52:35 0e64f2360a44: Preparing 03:52:35 cde82507d7ef: Waiting 03:52:35 62fa9d22e410: Waiting 03:52:35 b1ce12638b05: Waiting 03:52:35 0e64f2360a44: Waiting 03:52:35 6d9cd5f77a48: Pushed 03:52:35 bd6c73b550ab: Pushed 03:52:35 0496c76e214e: Pushed 03:52:35 455d800d2b43: Layer already exists 03:52:35 cde82507d7ef: Layer already exists 03:52:35 373bd823fcb8: Pushed 03:52:35 f5a694d5f39c: Pushed 03:52:36 0e64f2360a44: Layer already exists 03:52:36 b1ce12638b05: Pushed 03:52:39 62fa9d22e410: Pushed 03:52:42 8b1bceea6fd8: Pushed 03:52:42 b7ba4111dbd5: Pushed 03:52:42 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:42 + 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 03:52:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:52:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:44 bd6c73b550ab: Preparing 03:52:44 0496c76e214e: Preparing 03:52:44 b7ba4111dbd5: Preparing 03:52:44 8b1bceea6fd8: Preparing 03:52:44 6d9cd5f77a48: Preparing 03:52:44 f5a694d5f39c: Preparing 03:52:44 373bd823fcb8: Preparing 03:52:44 455d800d2b43: Preparing 03:52:44 cde82507d7ef: Preparing 03:52:44 b1ce12638b05: Preparing 03:52:44 62fa9d22e410: Preparing 03:52:44 0e64f2360a44: Preparing 03:52:44 373bd823fcb8: Waiting 03:52:44 62fa9d22e410: Waiting 03:52:44 cde82507d7ef: Waiting 03:52:44 0e64f2360a44: Waiting 03:52:44 b1ce12638b05: Waiting 03:52:44 455d800d2b43: Waiting 03:52:44 b7ba4111dbd5: Layer already exists 03:52:44 8b1bceea6fd8: Layer already exists 03:52:44 0496c76e214e: Layer already exists 03:52:44 6d9cd5f77a48: Layer already exists 03:52:44 bd6c73b550ab: Layer already exists 03:52:44 cde82507d7ef: Layer already exists 03:52:44 455d800d2b43: Layer already exists 03:52:44 f5a694d5f39c: Layer already exists 03:52:44 373bd823fcb8: Layer already exists 03:52:44 b1ce12638b05: Layer already exists 03:52:44 62fa9d22e410: Layer already exists 03:52:44 0e64f2360a44: Layer already exists 03:52:44 latest: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 03:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:45 bd6c73b550ab: Preparing 03:52:45 0496c76e214e: Preparing 03:52:45 b7ba4111dbd5: Preparing 03:52:45 8b1bceea6fd8: Preparing 03:52:45 6d9cd5f77a48: Preparing 03:52:45 f5a694d5f39c: Preparing 03:52:45 373bd823fcb8: Preparing 03:52:45 455d800d2b43: Preparing 03:52:45 cde82507d7ef: Preparing 03:52:45 b1ce12638b05: Preparing 03:52:45 62fa9d22e410: Preparing 03:52:45 0e64f2360a44: Preparing 03:52:45 cde82507d7ef: Waiting 03:52:45 b1ce12638b05: Waiting 03:52:45 62fa9d22e410: Waiting 03:52:45 0e64f2360a44: Waiting 03:52:45 f5a694d5f39c: Waiting 03:52:45 373bd823fcb8: Waiting 03:52:45 455d800d2b43: Waiting 03:52:45 6d9cd5f77a48: Layer already exists 03:52:45 bd6c73b550ab: Layer already exists 03:52:45 0496c76e214e: Layer already exists 03:52:45 8b1bceea6fd8: Layer already exists 03:52:45 b7ba4111dbd5: Layer already exists 03:52:45 455d800d2b43: Layer already exists 03:52:45 373bd823fcb8: Layer already exists 03:52:45 f5a694d5f39c: Layer already exists 03:52:45 b1ce12638b05: Layer already exists 03:52:45 cde82507d7ef: Layer already exists 03:52:45 62fa9d22e410: Layer already exists 03:52:45 0e64f2360a44: Layer already exists 03:52:45 4.1.0-dev.88: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:45 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:46 bd6c73b550ab: Preparing 03:52:46 0496c76e214e: Preparing 03:52:46 b7ba4111dbd5: Preparing 03:52:46 8b1bceea6fd8: Preparing 03:52:46 6d9cd5f77a48: Preparing 03:52:46 f5a694d5f39c: Preparing 03:52:46 373bd823fcb8: Preparing 03:52:46 455d800d2b43: Preparing 03:52:46 cde82507d7ef: Preparing 03:52:46 b1ce12638b05: Preparing 03:52:46 62fa9d22e410: Preparing 03:52:46 0e64f2360a44: Preparing 03:52:46 cde82507d7ef: Waiting 03:52:46 b1ce12638b05: Waiting 03:52:46 0e64f2360a44: Waiting 03:52:46 62fa9d22e410: Waiting 03:52:46 f5a694d5f39c: Waiting 03:52:46 373bd823fcb8: Waiting 03:52:46 455d800d2b43: Waiting 03:52:46 b7ba4111dbd5: Layer already exists 03:52:46 0496c76e214e: Layer already exists 03:52:46 bd6c73b550ab: Layer already exists 03:52:46 8b1bceea6fd8: Layer already exists 03:52:46 6d9cd5f77a48: Layer already exists 03:52:46 cde82507d7ef: Layer already exists 03:52:46 f5a694d5f39c: Layer already exists 03:52:46 373bd823fcb8: Layer already exists 03:52:46 455d800d2b43: Layer already exists 03:52:46 b1ce12638b05: Layer already exists 03:52:46 0e64f2360a44: Layer already exists 03:52:46 62fa9d22e410: Layer already exists 03:52:46 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:46 + 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 03:52:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:52:47 bd6c73b550ab: Preparing 03:52:47 0496c76e214e: Preparing 03:52:47 b7ba4111dbd5: Preparing 03:52:47 8b1bceea6fd8: Preparing 03:52:47 6d9cd5f77a48: Preparing 03:52:47 f5a694d5f39c: Preparing 03:52:47 373bd823fcb8: Preparing 03:52:47 455d800d2b43: Preparing 03:52:47 cde82507d7ef: Preparing 03:52:47 b1ce12638b05: Preparing 03:52:47 62fa9d22e410: Preparing 03:52:47 0e64f2360a44: Preparing 03:52:47 cde82507d7ef: Waiting 03:52:47 b1ce12638b05: Waiting 03:52:47 62fa9d22e410: Waiting 03:52:47 f5a694d5f39c: Waiting 03:52:47 0e64f2360a44: Waiting 03:52:47 373bd823fcb8: Waiting 03:52:47 455d800d2b43: Waiting 03:52:47 bd6c73b550ab: Layer already exists 03:52:47 6d9cd5f77a48: Layer already exists 03:52:47 8b1bceea6fd8: Layer already exists 03:52:47 0496c76e214e: Layer already exists 03:52:47 b7ba4111dbd5: Layer already exists 03:52:47 373bd823fcb8: Layer already exists 03:52:47 f5a694d5f39c: Layer already exists 03:52:47 455d800d2b43: Layer already exists 03:52:47 cde82507d7ef: Layer already exists 03:52:47 b1ce12638b05: Layer already exists 03:52:47 62fa9d22e410: Layer already exists 03:52:47 0e64f2360a44: Layer already exists 03:52:47 main: digest: sha256:b592e4098cb441629874684949f090c41d5b3861df552ce3a035e2caf9b8bc1d size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:52:47 ===================================================== [Pipeline] echo 03:52:47 taggedImages: 03:52:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:52:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 03:52:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:47 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:52:47 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:52:47 e746624fef212b0f4c77d3fdd5597b262518530b 03:52:47 latest 03:52:47 4.1.0-dev.88 03:52:47 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:47 main 03:52:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:47 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:48 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:52:48 30536221fa70: Preparing 03:52:48 762f47c41aa4: Preparing 03:52:48 455d800d2b43: Preparing 03:52:48 cde82507d7ef: Preparing 03:52:48 456a62364cfc: Preparing 03:52:48 0f72b7225d59: Preparing 03:52:48 0e64f2360a44: Preparing 03:52:48 0f72b7225d59: Waiting 03:52:48 0e64f2360a44: Waiting 03:52:48 cde82507d7ef: Layer already exists 03:52:48 455d800d2b43: Layer already exists 03:52:48 0e64f2360a44: Layer already exists 03:52:48 30536221fa70: Pushed 03:52:48 456a62364cfc: Pushed 03:52:50 0f72b7225d59: Pushed 03:52:55 762f47c41aa4: Pushed 03:52:56 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:57 + 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 03:52:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:52:57 30536221fa70: Preparing 03:52:57 762f47c41aa4: Preparing 03:52:57 455d800d2b43: Preparing 03:52:57 cde82507d7ef: Preparing 03:52:57 456a62364cfc: Preparing 03:52:57 0f72b7225d59: Preparing 03:52:57 0e64f2360a44: Preparing 03:52:57 0f72b7225d59: Waiting 03:52:57 30536221fa70: Layer already exists 03:52:57 cde82507d7ef: Layer already exists 03:52:57 762f47c41aa4: Layer already exists 03:52:57 455d800d2b43: Layer already exists 03:52:57 456a62364cfc: Layer already exists 03:52:57 0f72b7225d59: Layer already exists 03:52:57 0e64f2360a44: Layer already exists 03:52:57 latest: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:58 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 03:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:52:58 30536221fa70: Preparing 03:52:58 762f47c41aa4: Preparing 03:52:58 455d800d2b43: Preparing 03:52:58 cde82507d7ef: Preparing 03:52:58 456a62364cfc: Preparing 03:52:58 0f72b7225d59: Preparing 03:52:58 0e64f2360a44: Preparing 03:52:58 0f72b7225d59: Waiting 03:52:58 0e64f2360a44: Waiting 03:52:58 30536221fa70: Layer already exists 03:52:58 762f47c41aa4: Layer already exists 03:52:58 455d800d2b43: Layer already exists 03:52:58 cde82507d7ef: Layer already exists 03:52:58 456a62364cfc: Layer already exists 03:52:58 0f72b7225d59: Layer already exists 03:52:58 0e64f2360a44: Layer already exists 03:52:58 4.1.0-dev.88: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:52:59 30536221fa70: Preparing 03:52:59 762f47c41aa4: Preparing 03:52:59 455d800d2b43: Preparing 03:52:59 cde82507d7ef: Preparing 03:52:59 456a62364cfc: Preparing 03:52:59 0f72b7225d59: Preparing 03:52:59 0e64f2360a44: Preparing 03:52:59 0f72b7225d59: Waiting 03:52:59 0e64f2360a44: Waiting 03:52:59 30536221fa70: Layer already exists 03:52:59 762f47c41aa4: Layer already exists 03:52:59 cde82507d7ef: Layer already exists 03:52:59 455d800d2b43: Layer already exists 03:52:59 456a62364cfc: Layer already exists 03:52:59 0e64f2360a44: Layer already exists 03:52:59 0f72b7225d59: Layer already exists 03:52:59 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:00 + 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 03:53:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:53:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:53:00 30536221fa70: Preparing 03:53:00 762f47c41aa4: Preparing 03:53:00 455d800d2b43: Preparing 03:53:00 cde82507d7ef: Preparing 03:53:00 456a62364cfc: Preparing 03:53:00 0f72b7225d59: Preparing 03:53:00 0e64f2360a44: Preparing 03:53:00 0f72b7225d59: Waiting 03:53:00 0e64f2360a44: Waiting 03:53:00 455d800d2b43: Layer already exists 03:53:00 762f47c41aa4: Layer already exists 03:53:00 30536221fa70: Layer already exists 03:53:00 cde82507d7ef: Layer already exists 03:53:00 456a62364cfc: Layer already exists 03:53:00 0f72b7225d59: Layer already exists 03:53:00 0e64f2360a44: Layer already exists 03:53:00 main: digest: sha256:4862b13e556487f093dbe9d61e9db5d6fbc7d5bda6459a1f5bc1baf496088137 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:53:00 ===================================================== [Pipeline] echo 03:53:00 taggedImages: 03:53:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:53:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:53:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 03:53:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:53:00 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:53:00 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:53:00 e746624fef212b0f4c77d3fdd5597b262518530b 03:53:00 latest 03:53:00 4.1.0-dev.88 03:53:00 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:53:00 main 03:53:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:53:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:01 18a5fc56360d: Preparing 03:53:01 09125145400c: Preparing 03:53:01 778be4af526e: Preparing 03:53:01 455d800d2b43: Preparing 03:53:01 cde82507d7ef: Preparing 03:53:01 e8f22b646d94: Preparing 03:53:01 77f43ca8b666: Preparing 03:53:01 dd7b7ce48d68: Preparing 03:53:01 2b2645cf97fa: Preparing 03:53:01 0e64f2360a44: Preparing 03:53:01 e8f22b646d94: Waiting 03:53:01 77f43ca8b666: Waiting 03:53:01 dd7b7ce48d68: Waiting 03:53:01 2b2645cf97fa: Waiting 03:53:01 0e64f2360a44: Waiting 03:53:01 cde82507d7ef: Layer already exists 03:53:01 455d800d2b43: Layer already exists 03:53:01 778be4af526e: Pushed 03:53:01 09125145400c: Pushed 03:53:01 18a5fc56360d: Pushed 03:53:01 0e64f2360a44: Layer already exists 03:53:02 dd7b7ce48d68: Pushed 03:53:02 2b2645cf97fa: Pushed 03:53:15 77f43ca8b666: Pushed 03:53:29 e8f22b646d94: Pushed 03:53:29 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:30 + 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 03:53:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:53:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:30 18a5fc56360d: Preparing 03:53:30 09125145400c: Preparing 03:53:30 778be4af526e: Preparing 03:53:30 455d800d2b43: Preparing 03:53:30 cde82507d7ef: Preparing 03:53:30 e8f22b646d94: Preparing 03:53:30 77f43ca8b666: Preparing 03:53:30 dd7b7ce48d68: Preparing 03:53:30 2b2645cf97fa: Preparing 03:53:30 0e64f2360a44: Preparing 03:53:30 77f43ca8b666: Waiting 03:53:30 e8f22b646d94: Waiting 03:53:30 2b2645cf97fa: Waiting 03:53:30 778be4af526e: Layer already exists 03:53:30 09125145400c: Layer already exists 03:53:30 cde82507d7ef: Layer already exists 03:53:30 455d800d2b43: Layer already exists 03:53:30 18a5fc56360d: Layer already exists 03:53:30 dd7b7ce48d68: Layer already exists 03:53:30 77f43ca8b666: Layer already exists 03:53:30 e8f22b646d94: Layer already exists 03:53:30 2b2645cf97fa: Layer already exists 03:53:30 0e64f2360a44: Layer already exists 03:53:30 latest: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:31 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 03:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:31 18a5fc56360d: Preparing 03:53:31 09125145400c: Preparing 03:53:31 778be4af526e: Preparing 03:53:31 455d800d2b43: Preparing 03:53:31 cde82507d7ef: Preparing 03:53:31 e8f22b646d94: Preparing 03:53:31 77f43ca8b666: Preparing 03:53:31 dd7b7ce48d68: Preparing 03:53:31 2b2645cf97fa: Preparing 03:53:31 0e64f2360a44: Preparing 03:53:31 77f43ca8b666: Waiting 03:53:31 dd7b7ce48d68: Waiting 03:53:31 2b2645cf97fa: Waiting 03:53:31 0e64f2360a44: Waiting 03:53:31 e8f22b646d94: Waiting 03:53:31 778be4af526e: Layer already exists 03:53:31 18a5fc56360d: Layer already exists 03:53:31 cde82507d7ef: Layer already exists 03:53:31 455d800d2b43: Layer already exists 03:53:31 09125145400c: Layer already exists 03:53:31 2b2645cf97fa: Layer already exists 03:53:31 77f43ca8b666: Layer already exists 03:53:31 dd7b7ce48d68: Layer already exists 03:53:31 e8f22b646d94: Layer already exists 03:53:31 0e64f2360a44: Layer already exists 03:53:32 4.1.0-dev.88: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:32 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:34 18a5fc56360d: Preparing 03:53:34 09125145400c: Preparing 03:53:34 778be4af526e: Preparing 03:53:34 455d800d2b43: Preparing 03:53:34 cde82507d7ef: Preparing 03:53:34 e8f22b646d94: Preparing 03:53:34 77f43ca8b666: Preparing 03:53:34 dd7b7ce48d68: Preparing 03:53:34 2b2645cf97fa: Preparing 03:53:34 0e64f2360a44: Preparing 03:53:34 77f43ca8b666: Waiting 03:53:34 dd7b7ce48d68: Waiting 03:53:34 2b2645cf97fa: Waiting 03:53:34 e8f22b646d94: Waiting 03:53:34 0e64f2360a44: Waiting 03:53:34 18a5fc56360d: Layer already exists 03:53:34 778be4af526e: Layer already exists 03:53:34 cde82507d7ef: Layer already exists 03:53:34 09125145400c: Layer already exists 03:53:34 455d800d2b43: Layer already exists 03:53:34 77f43ca8b666: Layer already exists 03:53:34 e8f22b646d94: Layer already exists 03:53:34 dd7b7ce48d68: Layer already exists 03:53:34 2b2645cf97fa: Layer already exists 03:53:34 0e64f2360a44: Layer already exists 03:53:34 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:35 + 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 03:53:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:53:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:53:35 18a5fc56360d: Preparing 03:53:35 09125145400c: Preparing 03:53:35 778be4af526e: Preparing 03:53:35 455d800d2b43: Preparing 03:53:35 cde82507d7ef: Preparing 03:53:35 e8f22b646d94: Preparing 03:53:35 77f43ca8b666: Preparing 03:53:35 dd7b7ce48d68: Preparing 03:53:35 2b2645cf97fa: Preparing 03:53:35 0e64f2360a44: Preparing 03:53:35 e8f22b646d94: Waiting 03:53:35 77f43ca8b666: Waiting 03:53:35 dd7b7ce48d68: Waiting 03:53:35 2b2645cf97fa: Waiting 03:53:35 0e64f2360a44: Waiting 03:53:35 455d800d2b43: Layer already exists 03:53:35 778be4af526e: Layer already exists 03:53:35 18a5fc56360d: Layer already exists 03:53:35 09125145400c: Layer already exists 03:53:35 cde82507d7ef: Layer already exists 03:53:35 e8f22b646d94: Layer already exists 03:53:35 77f43ca8b666: Layer already exists 03:53:35 dd7b7ce48d68: Layer already exists 03:53:35 2b2645cf97fa: Layer already exists 03:53:35 0e64f2360a44: Layer already exists 03:53:35 main: digest: sha256:3282c8296a69aee7d5923a3c3b7c1e1e5fac25d6526952b1fea4dc4826b4d413 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:53:36 ===================================================== [Pipeline] echo 03:53:36 taggedImages: 03:53:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:53:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:53:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 03:53:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:53:36 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:53:36 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:53:36 e746624fef212b0f4c77d3fdd5597b262518530b 03:53:36 latest 03:53:36 4.1.0-dev.88 03:53:36 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:53:36 main 03:53:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:36 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:53:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:53:36 091d084a8a77: Preparing 03:53:36 02c85d08bb0a: Preparing 03:53:36 6fb4d0e23b63: Preparing 03:53:36 455d800d2b43: Preparing 03:53:36 cde82507d7ef: Preparing 03:53:36 da2f6449c506: Preparing 03:53:36 55b6dcc881f2: Preparing 03:53:36 6ed78a9e7f88: Preparing 03:53:36 0e64f2360a44: Preparing 03:53:36 55b6dcc881f2: Waiting 03:53:36 6ed78a9e7f88: Waiting 03:53:36 da2f6449c506: Waiting 03:53:36 0e64f2360a44: Waiting 03:53:36 455d800d2b43: Layer already exists 03:53:36 cde82507d7ef: Layer already exists 03:53:37 02c85d08bb0a: Pushed 03:53:37 6fb4d0e23b63: Pushed 03:53:37 091d084a8a77: Pushed 03:53:37 0e64f2360a44: Layer already exists 03:53:37 55b6dcc881f2: Pushed 03:53:38 6ed78a9e7f88: Pushed 03:54:04 da2f6449c506: Pushed 03:54:04 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:05 + 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 03:54:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:54:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:05 091d084a8a77: Preparing 03:54:05 02c85d08bb0a: Preparing 03:54:05 6fb4d0e23b63: Preparing 03:54:05 455d800d2b43: Preparing 03:54:05 cde82507d7ef: Preparing 03:54:05 da2f6449c506: Preparing 03:54:05 55b6dcc881f2: Preparing 03:54:05 6ed78a9e7f88: Preparing 03:54:05 0e64f2360a44: Preparing 03:54:05 55b6dcc881f2: Waiting 03:54:05 6ed78a9e7f88: Waiting 03:54:05 0e64f2360a44: Waiting 03:54:05 da2f6449c506: Waiting 03:54:05 091d084a8a77: Layer already exists 03:54:05 02c85d08bb0a: Layer already exists 03:54:05 455d800d2b43: Layer already exists 03:54:05 6fb4d0e23b63: Layer already exists 03:54:05 cde82507d7ef: Layer already exists 03:54:05 55b6dcc881f2: Layer already exists 03:54:05 da2f6449c506: Layer already exists 03:54:05 6ed78a9e7f88: Layer already exists 03:54:05 0e64f2360a44: Layer already exists 03:54:05 latest: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 03:54:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:06 091d084a8a77: Preparing 03:54:06 02c85d08bb0a: Preparing 03:54:06 6fb4d0e23b63: Preparing 03:54:06 455d800d2b43: Preparing 03:54:06 cde82507d7ef: Preparing 03:54:06 da2f6449c506: Preparing 03:54:06 55b6dcc881f2: Preparing 03:54:06 6ed78a9e7f88: Preparing 03:54:06 0e64f2360a44: Preparing 03:54:06 55b6dcc881f2: Waiting 03:54:06 6ed78a9e7f88: Waiting 03:54:06 da2f6449c506: Waiting 03:54:06 02c85d08bb0a: Layer already exists 03:54:06 6fb4d0e23b63: Layer already exists 03:54:06 455d800d2b43: Layer already exists 03:54:06 091d084a8a77: Layer already exists 03:54:06 cde82507d7ef: Layer already exists 03:54:06 da2f6449c506: Layer already exists 03:54:06 55b6dcc881f2: Layer already exists 03:54:06 6ed78a9e7f88: Layer already exists 03:54:06 0e64f2360a44: Layer already exists 03:54:06 4.1.0-dev.88: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:07 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:07 091d084a8a77: Preparing 03:54:07 02c85d08bb0a: Preparing 03:54:07 6fb4d0e23b63: Preparing 03:54:07 455d800d2b43: Preparing 03:54:07 cde82507d7ef: Preparing 03:54:07 da2f6449c506: Preparing 03:54:07 55b6dcc881f2: Preparing 03:54:07 6ed78a9e7f88: Preparing 03:54:07 0e64f2360a44: Preparing 03:54:07 55b6dcc881f2: Waiting 03:54:07 6ed78a9e7f88: Waiting 03:54:07 0e64f2360a44: Waiting 03:54:07 da2f6449c506: Waiting 03:54:07 02c85d08bb0a: Layer already exists 03:54:07 091d084a8a77: Layer already exists 03:54:07 455d800d2b43: Layer already exists 03:54:07 6fb4d0e23b63: Layer already exists 03:54:07 cde82507d7ef: Layer already exists 03:54:07 da2f6449c506: Layer already exists 03:54:07 55b6dcc881f2: Layer already exists 03:54:07 0e64f2360a44: Layer already exists 03:54:07 6ed78a9e7f88: Layer already exists 03:54:07 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:08 + 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 03:54:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:54:08 091d084a8a77: Preparing 03:54:08 02c85d08bb0a: Preparing 03:54:08 6fb4d0e23b63: Preparing 03:54:08 455d800d2b43: Preparing 03:54:08 cde82507d7ef: Preparing 03:54:08 da2f6449c506: Preparing 03:54:08 55b6dcc881f2: Preparing 03:54:08 6ed78a9e7f88: Preparing 03:54:08 0e64f2360a44: Preparing 03:54:08 da2f6449c506: Waiting 03:54:08 55b6dcc881f2: Waiting 03:54:08 6ed78a9e7f88: Waiting 03:54:08 0e64f2360a44: Waiting 03:54:08 091d084a8a77: Layer already exists 03:54:08 455d800d2b43: Layer already exists 03:54:08 02c85d08bb0a: Layer already exists 03:54:08 6fb4d0e23b63: Layer already exists 03:54:08 cde82507d7ef: Layer already exists 03:54:08 55b6dcc881f2: Layer already exists 03:54:08 da2f6449c506: Layer already exists 03:54:08 0e64f2360a44: Layer already exists 03:54:08 6ed78a9e7f88: Layer already exists 03:54:08 main: digest: sha256:baaa8f0aabb903e402c49c2e8648a3f2d4a71c2a13db5011bc9bf9271315759f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:08 ===================================================== [Pipeline] echo 03:54:08 taggedImages: 03:54:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:54:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 03:54:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:08 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:54:08 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:54:08 e746624fef212b0f4c77d3fdd5597b262518530b 03:54:08 latest 03:54:08 4.1.0-dev.88 03:54:08 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:08 main 03:54:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:09 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:09 473a850a3df6: Preparing 03:54:09 bea13e532139: Preparing 03:54:09 32ce56405b9e: Preparing 03:54:09 455d800d2b43: Preparing 03:54:09 cde82507d7ef: Preparing 03:54:09 da2f6449c506: Preparing 03:54:09 dd7b7ce48d68: Preparing 03:54:09 2b2645cf97fa: Preparing 03:54:09 0e64f2360a44: Preparing 03:54:09 dd7b7ce48d68: Waiting 03:54:09 da2f6449c506: Waiting 03:54:09 2b2645cf97fa: Waiting 03:54:09 0e64f2360a44: Waiting 03:54:09 32ce56405b9e: Pushed 03:54:09 bea13e532139: Pushed 03:54:10 455d800d2b43: Layer already exists 03:54:10 cde82507d7ef: Layer already exists 03:54:10 da2f6449c506: Layer already exists 03:54:10 dd7b7ce48d68: Layer already exists 03:54:10 0e64f2360a44: Layer already exists 03:54:10 473a850a3df6: Pushed 03:54:10 2b2645cf97fa: Layer already exists 03:54:10 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:11 + 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 03:54:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:11 473a850a3df6: Preparing 03:54:11 bea13e532139: Preparing 03:54:11 32ce56405b9e: Preparing 03:54:11 455d800d2b43: Preparing 03:54:11 cde82507d7ef: Preparing 03:54:11 da2f6449c506: Preparing 03:54:11 dd7b7ce48d68: Preparing 03:54:11 2b2645cf97fa: Preparing 03:54:11 0e64f2360a44: Preparing 03:54:11 dd7b7ce48d68: Waiting 03:54:11 0e64f2360a44: Waiting 03:54:11 da2f6449c506: Waiting 03:54:11 2b2645cf97fa: Waiting 03:54:11 bea13e532139: Layer already exists 03:54:11 455d800d2b43: Layer already exists 03:54:11 cde82507d7ef: Layer already exists 03:54:11 32ce56405b9e: Layer already exists 03:54:11 473a850a3df6: Layer already exists 03:54:11 da2f6449c506: Layer already exists 03:54:11 0e64f2360a44: Layer already exists 03:54:11 dd7b7ce48d68: Layer already exists 03:54:11 2b2645cf97fa: Layer already exists 03:54:11 latest: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:12 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 03:54:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:12 473a850a3df6: Preparing 03:54:12 bea13e532139: Preparing 03:54:12 32ce56405b9e: Preparing 03:54:12 455d800d2b43: Preparing 03:54:12 cde82507d7ef: Preparing 03:54:12 da2f6449c506: Preparing 03:54:12 dd7b7ce48d68: Preparing 03:54:12 2b2645cf97fa: Preparing 03:54:12 0e64f2360a44: Preparing 03:54:12 da2f6449c506: Waiting 03:54:12 dd7b7ce48d68: Waiting 03:54:12 2b2645cf97fa: Waiting 03:54:12 0e64f2360a44: Waiting 03:54:12 455d800d2b43: Layer already exists 03:54:12 473a850a3df6: Layer already exists 03:54:12 32ce56405b9e: Layer already exists 03:54:12 cde82507d7ef: Layer already exists 03:54:12 bea13e532139: Layer already exists 03:54:12 dd7b7ce48d68: Layer already exists 03:54:12 da2f6449c506: Layer already exists 03:54:12 2b2645cf97fa: Layer already exists 03:54:12 0e64f2360a44: Layer already exists 03:54:12 4.1.0-dev.88: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:13 473a850a3df6: Preparing 03:54:13 bea13e532139: Preparing 03:54:13 32ce56405b9e: Preparing 03:54:13 455d800d2b43: Preparing 03:54:13 cde82507d7ef: Preparing 03:54:13 da2f6449c506: Preparing 03:54:13 dd7b7ce48d68: Preparing 03:54:13 2b2645cf97fa: Preparing 03:54:13 0e64f2360a44: Preparing 03:54:13 da2f6449c506: Waiting 03:54:13 dd7b7ce48d68: Waiting 03:54:13 2b2645cf97fa: Waiting 03:54:13 0e64f2360a44: Waiting 03:54:13 455d800d2b43: Layer already exists 03:54:13 cde82507d7ef: Layer already exists 03:54:13 473a850a3df6: Layer already exists 03:54:13 32ce56405b9e: Layer already exists 03:54:13 bea13e532139: Layer already exists 03:54:13 da2f6449c506: Layer already exists 03:54:13 dd7b7ce48d68: Layer already exists 03:54:13 0e64f2360a44: Layer already exists 03:54:13 2b2645cf97fa: Layer already exists 03:54:13 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:14 + 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 03:54:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:54:14 473a850a3df6: Preparing 03:54:14 bea13e532139: Preparing 03:54:14 32ce56405b9e: Preparing 03:54:14 455d800d2b43: Preparing 03:54:14 cde82507d7ef: Preparing 03:54:14 da2f6449c506: Preparing 03:54:14 dd7b7ce48d68: Preparing 03:54:14 2b2645cf97fa: Preparing 03:54:14 0e64f2360a44: Preparing 03:54:14 da2f6449c506: Waiting 03:54:14 dd7b7ce48d68: Waiting 03:54:14 2b2645cf97fa: Waiting 03:54:14 0e64f2360a44: Waiting 03:54:14 473a850a3df6: Layer already exists 03:54:14 32ce56405b9e: Layer already exists 03:54:14 bea13e532139: Layer already exists 03:54:14 455d800d2b43: Layer already exists 03:54:14 cde82507d7ef: Layer already exists 03:54:14 2b2645cf97fa: Layer already exists 03:54:14 da2f6449c506: Layer already exists 03:54:14 dd7b7ce48d68: Layer already exists 03:54:14 0e64f2360a44: Layer already exists 03:54:14 main: digest: sha256:f4b34d3ed24e826671f7e0687a6353b3ea5b8798ae3a3d96a1351cc7d7a36e0a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:14 ===================================================== [Pipeline] echo 03:54:14 taggedImages: 03:54:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:54:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 03:54:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:14 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:54:14 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:54:14 e746624fef212b0f4c77d3fdd5597b262518530b 03:54:14 latest 03:54:14 4.1.0-dev.88 03:54:14 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:14 main 03:54:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:15 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:15 ff1ad37ab880: Preparing 03:54:15 c23072bb2523: Preparing 03:54:15 455d800d2b43: Preparing 03:54:15 cde82507d7ef: Preparing 03:54:15 f6fc9e661a6c: Preparing 03:54:15 269358c4888b: Preparing 03:54:15 0e64f2360a44: Preparing 03:54:15 269358c4888b: Waiting 03:54:15 0e64f2360a44: Waiting 03:54:15 cde82507d7ef: Layer already exists 03:54:15 455d800d2b43: Layer already exists 03:54:15 0e64f2360a44: Layer already exists 03:54:15 ff1ad37ab880: Pushed 03:54:15 f6fc9e661a6c: Pushed 03:54:16 269358c4888b: Pushed 03:54:25 c23072bb2523: Pushed 03:54:25 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:25 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:54:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:25 ff1ad37ab880: Preparing 03:54:25 c23072bb2523: Preparing 03:54:25 455d800d2b43: Preparing 03:54:25 cde82507d7ef: Preparing 03:54:25 f6fc9e661a6c: Preparing 03:54:25 269358c4888b: Preparing 03:54:25 0e64f2360a44: Preparing 03:54:25 269358c4888b: Waiting 03:54:25 0e64f2360a44: Waiting 03:54:25 f6fc9e661a6c: Layer already exists 03:54:25 c23072bb2523: Layer already exists 03:54:25 ff1ad37ab880: Layer already exists 03:54:25 cde82507d7ef: Layer already exists 03:54:25 455d800d2b43: Layer already exists 03:54:25 269358c4888b: Layer already exists 03:54:25 0e64f2360a44: Layer already exists 03:54:26 latest: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 03:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:26 ff1ad37ab880: Preparing 03:54:26 c23072bb2523: Preparing 03:54:26 455d800d2b43: Preparing 03:54:26 cde82507d7ef: Preparing 03:54:26 f6fc9e661a6c: Preparing 03:54:26 269358c4888b: Preparing 03:54:26 0e64f2360a44: Preparing 03:54:26 269358c4888b: Waiting 03:54:26 0e64f2360a44: Waiting 03:54:26 ff1ad37ab880: Layer already exists 03:54:26 455d800d2b43: Layer already exists 03:54:26 c23072bb2523: Layer already exists 03:54:26 f6fc9e661a6c: Layer already exists 03:54:26 cde82507d7ef: Layer already exists 03:54:26 269358c4888b: Layer already exists 03:54:26 0e64f2360a44: Layer already exists 03:54:27 4.1.0-dev.88: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:27 ff1ad37ab880: Preparing 03:54:27 c23072bb2523: Preparing 03:54:27 455d800d2b43: Preparing 03:54:27 cde82507d7ef: Preparing 03:54:27 f6fc9e661a6c: Preparing 03:54:27 269358c4888b: Preparing 03:54:27 0e64f2360a44: Preparing 03:54:27 269358c4888b: Waiting 03:54:27 0e64f2360a44: Waiting 03:54:27 cde82507d7ef: Layer already exists 03:54:27 ff1ad37ab880: Layer already exists 03:54:27 455d800d2b43: Layer already exists 03:54:27 c23072bb2523: Layer already exists 03:54:27 f6fc9e661a6c: Layer already exists 03:54:27 269358c4888b: Layer already exists 03:54:27 0e64f2360a44: Layer already exists 03:54:27 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:54:28 ff1ad37ab880: Preparing 03:54:28 c23072bb2523: Preparing 03:54:28 455d800d2b43: Preparing 03:54:28 cde82507d7ef: Preparing 03:54:28 f6fc9e661a6c: Preparing 03:54:28 269358c4888b: Preparing 03:54:28 0e64f2360a44: Preparing 03:54:28 269358c4888b: Waiting 03:54:28 0e64f2360a44: Waiting 03:54:28 f6fc9e661a6c: Layer already exists 03:54:28 c23072bb2523: Layer already exists 03:54:28 cde82507d7ef: Layer already exists 03:54:28 455d800d2b43: Layer already exists 03:54:28 ff1ad37ab880: Layer already exists 03:54:28 269358c4888b: Layer already exists 03:54:28 0e64f2360a44: Layer already exists 03:54:28 main: digest: sha256:c11a634ad10e060a159646ed9705b50edee60606a4456f3c2b2cd2ba7a1e2c93 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:29 ===================================================== [Pipeline] echo 03:54:29 taggedImages: 03:54:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:54:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 03:54:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:29 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:54:29 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:54:29 e746624fef212b0f4c77d3fdd5597b262518530b 03:54:29 latest 03:54:29 4.1.0-dev.88 03:54:29 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:29 main 03:54:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:54:29 2429e8276809: Preparing 03:54:29 8b473630c9ad: Preparing 03:54:29 455d800d2b43: Preparing 03:54:29 cde82507d7ef: Preparing 03:54:29 4a590e93c0cc: Preparing 03:54:29 f451f446d989: Preparing 03:54:29 0e64f2360a44: Preparing 03:54:29 f451f446d989: Waiting 03:54:29 0e64f2360a44: Waiting 03:54:29 455d800d2b43: Layer already exists 03:54:29 cde82507d7ef: Layer already exists 03:54:30 0e64f2360a44: Layer already exists 03:54:30 2429e8276809: Pushed 03:54:30 4a590e93c0cc: Pushed 03:54:30 f451f446d989: Pushed 03:54:38 8b473630c9ad: Pushed 03:54:38 e746624fef212b0f4c77d3fdd5597b262518530b: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:54:39 2429e8276809: Preparing 03:54:39 8b473630c9ad: Preparing 03:54:39 455d800d2b43: Preparing 03:54:39 cde82507d7ef: Preparing 03:54:39 4a590e93c0cc: Preparing 03:54:39 f451f446d989: Preparing 03:54:39 0e64f2360a44: Preparing 03:54:39 f451f446d989: Waiting 03:54:39 0e64f2360a44: Waiting 03:54:39 8b473630c9ad: Layer already exists 03:54:39 cde82507d7ef: Layer already exists 03:54:39 455d800d2b43: Layer already exists 03:54:39 2429e8276809: Layer already exists 03:54:39 4a590e93c0cc: Layer already exists 03:54:39 f451f446d989: Layer already exists 03:54:39 0e64f2360a44: Layer already exists 03:54:39 latest: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:40 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 03:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:54:40 2429e8276809: Preparing 03:54:40 8b473630c9ad: Preparing 03:54:40 455d800d2b43: Preparing 03:54:40 cde82507d7ef: Preparing 03:54:40 4a590e93c0cc: Preparing 03:54:40 f451f446d989: Preparing 03:54:40 0e64f2360a44: Preparing 03:54:40 f451f446d989: Waiting 03:54:40 0e64f2360a44: Waiting 03:54:40 2429e8276809: Layer already exists 03:54:40 cde82507d7ef: Layer already exists 03:54:40 8b473630c9ad: Layer already exists 03:54:40 4a590e93c0cc: Layer already exists 03:54:40 455d800d2b43: Layer already exists 03:54:40 f451f446d989: Layer already exists 03:54:40 0e64f2360a44: Layer already exists 03:54:40 4.1.0-dev.88: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:41 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:54:41 2429e8276809: Preparing 03:54:41 8b473630c9ad: Preparing 03:54:41 455d800d2b43: Preparing 03:54:41 cde82507d7ef: Preparing 03:54:41 4a590e93c0cc: Preparing 03:54:41 f451f446d989: Preparing 03:54:41 0e64f2360a44: Preparing 03:54:41 f451f446d989: Waiting 03:54:41 0e64f2360a44: Waiting 03:54:41 2429e8276809: Layer already exists 03:54:41 8b473630c9ad: Layer already exists 03:54:41 4a590e93c0cc: Layer already exists 03:54:41 cde82507d7ef: Layer already exists 03:54:41 455d800d2b43: Layer already exists 03:54:41 f451f446d989: Layer already exists 03:54:41 0e64f2360a44: Layer already exists 03:54:41 e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:42 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:54:42 2429e8276809: Preparing 03:54:42 8b473630c9ad: Preparing 03:54:42 455d800d2b43: Preparing 03:54:42 cde82507d7ef: Preparing 03:54:42 4a590e93c0cc: Preparing 03:54:42 f451f446d989: Preparing 03:54:42 0e64f2360a44: Preparing 03:54:42 f451f446d989: Waiting 03:54:42 0e64f2360a44: Waiting 03:54:42 455d800d2b43: Layer already exists 03:54:42 cde82507d7ef: Layer already exists 03:54:42 2429e8276809: Layer already exists 03:54:42 8b473630c9ad: Layer already exists 03:54:42 4a590e93c0cc: Layer already exists 03:54:42 f451f446d989: Layer already exists 03:54:42 0e64f2360a44: Layer already exists 03:54:42 main: digest: sha256:183cc7994da15d4491c0ed8b6afc5780a3424bfdbe8c1225ff405df847310c1b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:54:42 ===================================================== [Pipeline] echo 03:54:42 taggedImages: 03:54:42 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b 03:54:42 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:54:42 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 03:54:42 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 03:54:42 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:54:42 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.88 [Pipeline] echo 03:54:43 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:e746624fef212b0f4c77d3fdd5597b262518530b-4.1.0-dev.88 [Pipeline] echo 03:54:43 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 03:54:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:54:44 03:54:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:54:44 arm64: Pulling from edgex-lftools-log-publisher 03:54:44 8998bd30e6a1: Pulling fs layer 03:54:44 04944245beec: Pulling fs layer 03:54:44 699f458cf7ca: Pulling fs layer 03:54:44 765212b225bb: Pulling fs layer 03:54:44 f23df028b6ca: Pulling fs layer 03:54:44 d65c8cfc05b1: Pulling fs layer 03:54:44 2437ff75d9bd: Pulling fs layer 03:54:44 f23df028b6ca: Waiting 03:54:44 d65c8cfc05b1: Waiting 03:54:44 765212b225bb: Waiting 03:54:44 2437ff75d9bd: Waiting 03:54:44 04944245beec: Verifying Checksum 03:54:44 04944245beec: Download complete 03:54:44 f23df028b6ca: Verifying Checksum 03:54:44 f23df028b6ca: Download complete 03:54:44 d65c8cfc05b1: Verifying Checksum 03:54:44 d65c8cfc05b1: Download complete 03:54:45 699f458cf7ca: Verifying Checksum 03:54:45 699f458cf7ca: Download complete 03:54:45 8998bd30e6a1: Verifying Checksum 03:54:45 8998bd30e6a1: Download complete 03:54:48 2437ff75d9bd: Verifying Checksum 03:54:48 2437ff75d9bd: Download complete 03:54:50 8998bd30e6a1: Pull complete 03:54:50 04944245beec: Pull complete 03:54:52 699f458cf7ca: Pull complete 03:54:52 765212b225bb: Pull complete 03:54:53 f23df028b6ca: Pull complete 03:54:53 d65c8cfc05b1: Pull complete 03:55:12 2437ff75d9bd: Pull complete 03:55:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:55:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:55:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:14 prd-ubuntu20.04-docker-arm64-4c-16g-775721 does not seem to be running inside a container 03:55:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:55:17 $ docker top 9538005b1c9bcde4cf451958ac6ef32a539ea9b1caeae1d3c15caa42cee73119 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:18 ---> job-cost.sh 03:55:18 lf-activate-venv: SKIPPING 03:55:18 INFO: No Stack... 03:55:18 INFO: Retrieving Pricing Info for: v3-standard-4 03:55:19 INFO: Archiving Costs [Pipeline] sh 03:55:20 + cat /w/workspace/edgex-go/943/archives/cost.csv 03:55:20 + cut -d, -f6 [Pipeline] lock 03:55:20 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-943-stack-cost] 03:55:20 Resource [jenkins-edgexfoundry-edgex-go-main-943-stack-cost] did not exist. Created. 03:55:20 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-943-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:55:21 + echo total: 0.10999999940395355 [Pipeline] stash 03:55:21 Stashed 1 file(s) [Pipeline] } 03:55:21 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-943-stack-cost] [Pipeline] // lock [Pipeline] } 03:55:21 $ docker stop --time=1 9538005b1c9bcde4cf451958ac6ef32a539ea9b1caeae1d3c15caa42cee73119 03:55:23 $ docker rm -f --volumes 9538005b1c9bcde4cf451958ac6ef32a539ea9b1caeae1d3c15caa42cee73119 [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 03:55:23 provisioning config files... 03:55:23 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/943@tmp/config13459777560617552329tmp [Pipeline] { [Pipeline] sh 03:55:24 + set +x 03:55:24 + curl -s https://codecov.io/bash 03:55:24 + bash -s -- 03:55:24 03:55:24 _____ _ 03:55:24 / ____| | | 03:55:24 | | ___ __| | ___ ___ _____ __ 03:55:24 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:55:24 | |___| (_) | (_| | __/ (_| (_) \ V / 03:55:24 \_____\___/ \__,_|\___|\___\___/ \_/ 03:55:24 Bash-1.0.6 03:55:24 03:55:24 03:55:24 ==> git version 2.25.1 found 03:55:24 ==> 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 03:55:24 Release-Date: 2020-01-08 03:55:24 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:55:24 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:55:24 ==> Jenkins CI detected. 03:55:24 current dir:  /w/workspace/edgex-go/943 03:55:24 project root: . 03:55:24 --> token set from env 03:55:24 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:55:24 ==> Running gcov in . (disable via -X gcov) 03:55:24 ==> Python coveragepy not found 03:55:24 ==> Searching for coverage reports in: 03:55:24 + . 03:55:24 -> Found 1 reports 03:55:24 ==> Detecting git/mercurial file structure 03:55:24 ==> Reading reports 03:55:24 + ./coverage.out bytes=1043597 03:55:24 ==> Appending adjustments 03:55:24 https://docs.codecov.io/docs/fixing-reports 03:55:25 + Found adjustments 03:55:25 ==> Gzipping contents 03:55:25 108K /tmp/codecov.wCwjUB.gz 03:55:25 ==> Uploading reports 03:55:25 url: https://codecov.io 03:55:25 query: branch=main&commit=e746624fef212b0f4c77d3fdd5597b262518530b&build=943&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F943%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:55:25 -> Pinging Codecov 03:55:25 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=e746624fef212b0f4c77d3fdd5597b262518530b&build=943&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F943%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:55:26 -> Uploading to 03:55:26 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/e746624fef212b0f4c77d3fdd5597b262518530b/46e25ced-f055-4b16-aa01-d6d320d4eeed.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251226%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251226T035525Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f204a59890212958ea1f7edb12ef4be402419eb5af445906d95a8ea8fa68afa0 03:55:26 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:26 Dload Upload Total Spent Left Speed 03:55:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 343k --:--:-- --:--:-- --:--:-- 343k 03:55:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/e746624fef212b0f4c77d3fdd5597b262518530b [Pipeline] } 03:55:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:55:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:55:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:55:26 03:55:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:55:27 latest: Pulling from edgex-devops/edgex-snyk-go 03:55:27 2d35ebdb57d9: Already exists 03:55:27 85e8836fcdb2: Pulling fs layer 03:55:27 91631faa732a: Pulling fs layer 03:55:27 f3f5ae8826fa: Pulling fs layer 03:55:27 4f4fb700ef54: Pulling fs layer 03:55:27 7861252a18e6: Pulling fs layer 03:55:27 9130f900ef6f: Pulling fs layer 03:55:27 7861252a18e6: Waiting 03:55:27 9130f900ef6f: Waiting 03:55:27 4f4fb700ef54: Waiting 03:55:27 f3f5ae8826fa: Verifying Checksum 03:55:27 f3f5ae8826fa: Download complete 03:55:27 85e8836fcdb2: Verifying Checksum 03:55:27 85e8836fcdb2: Download complete 03:55:27 4f4fb700ef54: Download complete 03:55:27 85e8836fcdb2: Pull complete 03:55:27 7861252a18e6: Download complete 03:55:28 91631faa732a: Verifying Checksum 03:55:28 91631faa732a: Download complete 03:55:28 9130f900ef6f: Download complete 03:55:32 91631faa732a: Pull complete 03:55:32 f3f5ae8826fa: Pull complete 03:55:32 4f4fb700ef54: Pull complete 03:55:33 7861252a18e6: Pull complete 03:55:38 9130f900ef6f: Pull complete 03:55:38 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 03:55:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:55:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:38 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:55:38 $ 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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:55:41 $ docker top fe470c8d07a81f6921bb173c5ea143782e26bdfbce2aea6646d4ae55c69e75ab -eo pid,comm [Pipeline] { [Pipeline] sh 03:55:41 + git config --global --add safe.directory /w/workspace/edgex-go/943 [Pipeline] echo 03:55:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:55:42 + set -o pipefail 03:55:42 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:55:52 03:55:52 Monitoring /w/workspace/edgex-go/943 (github.com/edgexfoundry/edgex-go)... 03:55:52 03:55:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/a1aa1075-99ec-492a-a634-3f7395aa4ce9 03:55:52 03:55:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:55:52 [Pipeline] } 03:55:52 $ docker stop --time=1 fe470c8d07a81f6921bb173c5ea143782e26bdfbce2aea6646d4ae55c69e75ab 03:55:54 $ docker rm -f --volumes fe470c8d07a81f6921bb173c5ea143782e26bdfbce2aea6646d4ae55c69e75ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:55:55 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:55:55 provisioning config files... 03:55:55 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/943@tmp/config2399323452921709852tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:55:55 --> edgex-publish-swagger.sh 03:55:55 === Publish openapi API === 03:55:55 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 03:55:55 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/943/openapi/core-command.yaml] 03:55:55 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:55 Dload Upload Total Spent Left Speed 03:55:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 330 163k --:--:-- --:--:-- --:--:-- 163k 03:55:55 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:55 03:55:55 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/943/openapi/core-data.yaml] 03:55:55 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:55 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 390 435k --:--:-- --:--:-- --:--:-- 435k 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 03:55:56 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/943/openapi/core-keeper.yaml] 03:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:56 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 559 250k --:--:-- --:--:-- --:--:-- 250k 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 03:55:56 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/943/openapi/core-metadata.yaml] 03:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:56 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 388 940k --:--:-- --:--:-- --:--:-- 946k 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 03:55:56 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/943/openapi/security-proxy-auth.yaml] 03:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:56 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 666 241k --:--:-- --:--:-- --:--:-- 242k 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 03:55:56 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/943/openapi/security-secretstore-setup.yaml] 03:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:56 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 622 36915 --:--:-- --:--:-- --:--:-- 37186 100 3979 100 66 100 3913 622 36915 --:--:-- --:--:-- --:--:-- 37186 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 03:55:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/943/openapi/support-notifications.yaml] 03:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:56 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 507 751k --:--:-- --:--:-- --:--:-- 751k 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 03:55:56 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/943/openapi/support-scheduler.yaml] 03:55:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:55:56 Dload Upload Total Spent Left Speed 03:55:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 568 426k --:--:-- --:--:-- --:--:-- 427k 03:55:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:55:56 [Pipeline] } 03:55:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:55:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:55:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:55:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:55:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:55:57 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:55:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:55:58 $ docker top 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 -eo pid,comm 03:55:58 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). 03:55:58 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:55:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:55:58 [ssh-agent] Looking for ssh-agent implementation... 03:55:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:55:58 $ docker exec 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 ssh-agent 03:55:58 SSH_AUTH_SOCK=/tmp/ssh-ZXjMyf0JlMHt/agent.33 03:55:58 SSH_AGENT_PID=39 03:55:58 Running ssh-add (command line suppressed) 03:55:58 Identity added: /w/workspace/edgex-go/943@tmp/private_key_2816082542144855068.key (/w/workspace/edgex-go/943@tmp/private_key_2816082542144855068.key) 03:55:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:55:58 + git semver tag 03:55:59 2025-12-26 03:55:59,082 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:55:59 2025-12-26 03:55:59,086 [run_tag] DEBUG tag force:False 03:55:59 2025-12-26 03:55:59,087 [check_head_tag] DEBUG check head tag 03:55:59 2025-12-26 03:55:59,088 [execute] INFO git cat-file --batch-check 03:55:59 2025-12-26 03:55:59,088 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/943, stdin=, shell=False, universal_newlines=False) 03:55:59 2025-12-26 03:55:59,091 [execute] INFO git cat-file --batch 03:55:59 2025-12-26 03:55:59,091 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/943, stdin=, shell=False, universal_newlines=False) 03:55:59 2025-12-26 03:55:59,120 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:55:59 2025-12-26 03:55:59,120 [execute] INFO git tag -a v4.1.0-dev.88 -m v4.1.0-dev.88 03:55:59 2025-12-26 03:55:59,120 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.88', '-m', 'v4.1.0-dev.88'], cwd=/w/workspace/edgex-go/943, stdin=None, shell=False, universal_newlines=False) 03:55:59 2025-12-26 03:55:59,123 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:55:59 4.1.0-dev.88 [Pipeline] } 03:55:59 $ docker exec --env ******** --env ******** 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 ssh-agent -k 03:55:59 unset SSH_AUTH_SOCK; 03:55:59 unset SSH_AGENT_PID; 03:55:59 echo Agent pid 39 killed; 03:55:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:55:59 + git semver [Pipeline] } 03:56:00 $ docker stop --time=1 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 03:56:01 $ docker rm -f --volumes 9fbd78da94fa165504561970dabf9fbd13c3bcf64cc63942197bc147817c7e23 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:01 03:56:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:02 0.23.1-centos7: Pulling from edgex-lftools 03:56:02 ab5ef0e58194: Pulling fs layer 03:56:02 9712f1f96733: Pulling fs layer 03:56:02 63f879dbbcfc: Pulling fs layer 03:56:02 0d9ebad4ef96: Pulling fs layer 03:56:02 e9a5061849ea: Pulling fs layer 03:56:02 d747dcd14b5f: Pulling fs layer 03:56:02 2de7ff778b66: Pulling fs layer 03:56:02 e9a5061849ea: Waiting 03:56:02 d747dcd14b5f: Waiting 03:56:02 2de7ff778b66: Waiting 03:56:02 0d9ebad4ef96: Waiting 03:56:02 9712f1f96733: Verifying Checksum 03:56:02 9712f1f96733: Download complete 03:56:02 63f879dbbcfc: Verifying Checksum 03:56:02 63f879dbbcfc: Download complete 03:56:02 e9a5061849ea: Verifying Checksum 03:56:02 e9a5061849ea: Download complete 03:56:02 d747dcd14b5f: Download complete 03:56:02 2de7ff778b66: Download complete 03:56:02 ab5ef0e58194: Verifying Checksum 03:56:02 ab5ef0e58194: Download complete 03:56:02 0d9ebad4ef96: Verifying Checksum 03:56:02 0d9ebad4ef96: Download complete 03:56:07 ab5ef0e58194: Pull complete 03:56:07 9712f1f96733: Pull complete 03:56:07 63f879dbbcfc: Pull complete 03:56:14 0d9ebad4ef96: Pull complete 03:56:14 e9a5061849ea: Pull complete 03:56:14 d747dcd14b5f: Pull complete 03:56:15 2de7ff778b66: Pull complete 03:56:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:56:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:56:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:15 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:56:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:56:18 $ docker top 9276f9116da64ce7c6c66a0a588c9b9de3dee308c33949df031975c348acee84 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:56:18 provisioning config files... 03:56:18 copy managed file [sigul-config] to file:/w/workspace/edgex-go/943@tmp/config4303573631916972984tmp 03:56:18 copy managed file [sigul-password] to file:/w/workspace/edgex-go/943@tmp/config16077627955414430338tmp 03:56:18 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/943@tmp/config14630394751985721534tmp [Pipeline] { [Pipeline] echo 03:56:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:56:18 ---> sigul-configuration.sh 03:56:18 gpg: directory `/root/.gnupg' created 03:56:18 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:56:18 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:56:18 gpg: keyring `/root/.gnupg/secring.gpg' created 03:56:18 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:56:18 gpg: CAST5 encrypted data 03:56:18 gpg: encrypted with 1 passphrase 03:56:18 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:56:18 + mkdir /home/jenkins 03:56:18 + mkdir /home/jenkins/sigul [Pipeline] sh 03:56:19 + 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 03:56:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:56:19 ---> sigul-install.sh 03:56:19 Sigul already installed; skipping installation. [Pipeline] sh 03:56:19 + git tag --list 03:56:19 0.6.0 03:56:19 0.6.1 03:56:19 0.7.0 03:56:19 0.7.1 03:56:19 v1.0.0 03:56:19 v1.0.1 03:56:19 v1.1.0 03:56:19 v1.2.0 03:56:19 v1.2.1 03:56:19 v1.3.0 03:56:19 v1.3.1 03:56:19 v2.0.0 03:56:19 v2.1.0 03:56:19 v2.1.1 03:56:19 v2.2.0 03:56:19 v2.3.0 03:56:19 v3.0 03:56:19 v3.0.0 03:56:19 v3.1 03:56:19 v3.1.0 03:56:19 v3.1.1 03:56:19 v4.0 03:56:19 v4.0.0 03:56:19 v4.0.1 03:56:19 v4.0.1-dev.1 03:56:19 v4.0.1-dev.2 03:56:19 v4.0.2-dev.1 03:56:19 v4.1.0-dev.1 03:56:19 v4.1.0-dev.10 03:56:19 v4.1.0-dev.11 03:56:19 v4.1.0-dev.12 03:56:19 v4.1.0-dev.13 03:56:19 v4.1.0-dev.14 03:56:19 v4.1.0-dev.15 03:56:19 v4.1.0-dev.16 03:56:19 v4.1.0-dev.17 03:56:19 v4.1.0-dev.18 03:56:19 v4.1.0-dev.19 03:56:19 v4.1.0-dev.2 03:56:19 v4.1.0-dev.20 03:56:19 v4.1.0-dev.21 03:56:19 v4.1.0-dev.22 03:56:19 v4.1.0-dev.23 03:56:19 v4.1.0-dev.24 03:56:19 v4.1.0-dev.25 03:56:19 v4.1.0-dev.26 03:56:19 v4.1.0-dev.27 03:56:19 v4.1.0-dev.28 03:56:19 v4.1.0-dev.29 03:56:19 v4.1.0-dev.3 03:56:19 v4.1.0-dev.30 03:56:19 v4.1.0-dev.31 03:56:19 v4.1.0-dev.32 03:56:19 v4.1.0-dev.33 03:56:19 v4.1.0-dev.34 03:56:19 v4.1.0-dev.35 03:56:19 v4.1.0-dev.36 03:56:19 v4.1.0-dev.37 03:56:19 v4.1.0-dev.38 03:56:19 v4.1.0-dev.39 03:56:19 v4.1.0-dev.4 03:56:19 v4.1.0-dev.40 03:56:19 v4.1.0-dev.41 03:56:19 v4.1.0-dev.42 03:56:19 v4.1.0-dev.43 03:56:19 v4.1.0-dev.44 03:56:19 v4.1.0-dev.45 03:56:19 v4.1.0-dev.46 03:56:19 v4.1.0-dev.47 03:56:19 v4.1.0-dev.48 03:56:19 v4.1.0-dev.49 03:56:19 v4.1.0-dev.5 03:56:19 v4.1.0-dev.50 03:56:19 v4.1.0-dev.51 03:56:19 v4.1.0-dev.52 03:56:19 v4.1.0-dev.53 03:56:19 v4.1.0-dev.54 03:56:19 v4.1.0-dev.55 03:56:19 v4.1.0-dev.56 03:56:19 v4.1.0-dev.57 03:56:19 v4.1.0-dev.58 03:56:19 v4.1.0-dev.59 03:56:19 v4.1.0-dev.6 03:56:19 v4.1.0-dev.60 03:56:19 v4.1.0-dev.61 03:56:19 v4.1.0-dev.62 03:56:19 v4.1.0-dev.63 03:56:19 v4.1.0-dev.64 03:56:19 v4.1.0-dev.65 03:56:19 v4.1.0-dev.66 03:56:19 v4.1.0-dev.67 03:56:19 v4.1.0-dev.68 03:56:19 v4.1.0-dev.69 03:56:19 v4.1.0-dev.7 03:56:19 v4.1.0-dev.70 03:56:19 v4.1.0-dev.71 03:56:19 v4.1.0-dev.72 03:56:19 v4.1.0-dev.73 03:56:19 v4.1.0-dev.74 03:56:19 v4.1.0-dev.75 03:56:19 v4.1.0-dev.76 03:56:19 v4.1.0-dev.77 03:56:19 v4.1.0-dev.78 03:56:19 v4.1.0-dev.79 03:56:19 v4.1.0-dev.8 03:56:19 v4.1.0-dev.80 03:56:19 v4.1.0-dev.81 03:56:19 v4.1.0-dev.82 03:56:19 v4.1.0-dev.83 03:56:19 v4.1.0-dev.84 03:56:19 v4.1.0-dev.85 03:56:19 v4.1.0-dev.86 03:56:19 v4.1.0-dev.87 03:56:19 v4.1.0-dev.88 03:56:19 v4.1.0-dev.9 [Pipeline] sh 03:56:19 + lftools sign git-tag v4.1.0-dev.88 03:56:20 Signing Git tag with Sigul... 03:56:20 Signing v4.1.0-dev.88 [Pipeline] echo 03:56:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:56:21 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:56:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:56:21 $ docker stop --time=1 9276f9116da64ce7c6c66a0a588c9b9de3dee308c33949df031975c348acee84 03:56:22 $ docker rm -f --volumes 9276f9116da64ce7c6c66a0a588c9b9de3dee308c33949df031975c348acee84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:56:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:56:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:56:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:23 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:56:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:56:23 $ docker top 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 -eo pid,comm 03:56:23 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:56:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:56:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:56:23 [ssh-agent] Looking for ssh-agent implementation... 03:56:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:56:23 $ docker exec 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 ssh-agent 03:56:23 SSH_AUTH_SOCK=/tmp/ssh-5tZvdB9NjGiZ/agent.32 03:56:23 SSH_AGENT_PID=38 03:56:23 Running ssh-add (command line suppressed) 03:56:23 Identity added: /w/workspace/edgex-go/943@tmp/private_key_5566887770076167721.key (/w/workspace/edgex-go/943@tmp/private_key_5566887770076167721.key) 03:56:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:56:24 + git semver bump pre 03:56:24 2025-12-26 03:56:24,485 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:56:24 2025-12-26 03:56:24,488 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:56:24 2025-12-26 03:56:24,488 [bump_version] DEBUG bumping version:4.1.0-dev.88 on axis:pre with prefix:dev 03:56:24 2025-12-26 03:56:24,488 [bump_version] DEBUG bumped version:4.1.0-dev.89 03:56:24 2025-12-26 03:56:24,488 [write_version] DEBUG write version:4.1.0-dev.89 to path:/w/workspace/edgex-go/943/.semver/main with force:True 03:56:24 2025-12-26 03:56:24,488 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:56:24 2025-12-26 03:56:24,488 [write_file] DEBUG write to file:/w/workspace/edgex-go/943/.semver/main 03:56:24 2025-12-26 03:56:24,490 [execute] INFO git cat-file --batch-check 03:56:24 2025-12-26 03:56:24,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/943/.semver, stdin=, shell=False, universal_newlines=False) 03:56:24 2025-12-26 03:56:24,494 [execute] INFO git cat-file --batch 03:56:24 2025-12-26 03:56:24,494 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/943/.semver, stdin=, shell=False, universal_newlines=False) 03:56:24 2025-12-26 03:56:24,497 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:56:24 4.1.0-dev.89 [Pipeline] } 03:56:24 $ docker exec --env ******** --env ******** 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 ssh-agent -k 03:56:24 unset SSH_AUTH_SOCK; 03:56:24 unset SSH_AGENT_PID; 03:56:24 echo Agent pid 38 killed; 03:56:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:24 + git semver [Pipeline] } 03:56:25 $ docker stop --time=1 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 03:56:26 $ docker rm -f --volumes 600ddb5b7b9b318d111c8de09f0ffbd73f3e068b94fb36fc6bbe859796b30f16 [Pipeline] // withDockerContainer [Pipeline] sh 03:56:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:56:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:56:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:27 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:56:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:56:27 $ docker top f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 -eo pid,comm 03:56:27 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). 03:56:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:56:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:56:27 [ssh-agent] Looking for ssh-agent implementation... 03:56:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:56:27 $ docker exec f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 ssh-agent 03:56:27 SSH_AUTH_SOCK=/tmp/ssh-wbODRFejYvWO/agent.32 03:56:27 SSH_AGENT_PID=38 03:56:27 Running ssh-add (command line suppressed) 03:56:27 Identity added: /w/workspace/edgex-go/943@tmp/private_key_7871565323542974691.key (/w/workspace/edgex-go/943@tmp/private_key_7871565323542974691.key) 03:56:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:56:28 + git semver push 03:56:28 2025-12-26 03:56:28,461 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:56:28 2025-12-26 03:56:28,465 [run_push] DEBUG push 03:56:28 2025-12-26 03:56:28,466 [execute] INFO git cat-file --batch-check 03:56:28 2025-12-26 03:56:28,466 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/943/.semver, stdin=, shell=False, universal_newlines=False) 03:56:28 2025-12-26 03:56:28,468 [execute] INFO git rev-list f09838838341c8d0d3e74d5e21be765278b9871b -- 03:56:28 2025-12-26 03:56:28,468 [execute] DEBUG Popen(['git', 'rev-list', 'f09838838341c8d0d3e74d5e21be765278b9871b', '--'], cwd=/w/workspace/edgex-go/943/.semver, stdin=None, shell=False, universal_newlines=False) 03:56:28 2025-12-26 03:56:28,489 [execute] INFO git fetch -v -- origin 03:56:28 2025-12-26 03:56:28,489 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/943/.semver, stdin=None, shell=False, universal_newlines=True) 03:56:29 2025-12-26 03:56:29,047 [run_push] DEBUG no remote changes detected 03:56:29 2025-12-26 03:56:29,047 [execute] INFO git push origin semver 03:56:29 2025-12-26 03:56:29,047 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/943/.semver, stdin=None, shell=False, universal_newlines=False) 03:56:30 2025-12-26 03:56:29,977 [run_push] DEBUG push all version tags 03:56:30 2025-12-26 03:56:29,977 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:56:30 2025-12-26 03:56:29,978 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/943, stdin=None, shell=False, universal_newlines=False) 03:56:30 2025-12-26 03:56:30,693 [read_version] DEBUG read version from /w/workspace/edgex-go/943/.semver/main 03:56:30 4.1.0-dev.89 [Pipeline] } 03:56:30 $ docker exec --env ******** --env ******** f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 ssh-agent -k 03:56:31 unset SSH_AUTH_SOCK; 03:56:31 unset SSH_AGENT_PID; 03:56:31 echo Agent pid 38 killed; 03:56:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:56:31 + git semver [Pipeline] } 03:56:31 $ docker stop --time=1 f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 03:56:32 $ docker rm -f --volumes f89bcdc21f7107b2dbb4555f6e12804cbffa7c1f0a543fb7300d135839710fd7 [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 03:56:33 + [ -d /w/workspace/edgex-go/943/archives ] [Pipeline] libraryResource [Pipeline] sh 03:56:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:56:34 ---> package-listing.sh 03:56:34 ++ facter osfamily 03:56:34 ++ tr '[:upper:]' '[:lower:]' 03:56:34 + OS_FAMILY=debian 03:56:34 + workspace=/w/workspace/edgex-go/943 03:56:34 + START_PACKAGES=/tmp/packages_start.txt 03:56:34 + END_PACKAGES=/tmp/packages_end.txt 03:56:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:56:34 + PACKAGES=/tmp/packages_start.txt 03:56:34 + '[' /w/workspace/edgex-go/943 ']' 03:56:34 + PACKAGES=/tmp/packages_end.txt 03:56:34 + case "${OS_FAMILY}" in 03:56:34 + dpkg -l 03:56:34 + grep '^ii' 03:56:34 + '[' -f /tmp/packages_start.txt ']' 03:56:34 + '[' -f /tmp/packages_end.txt ']' 03:56:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:56:34 + '[' /w/workspace/edgex-go/943 ']' 03:56:34 + mkdir -p /w/workspace/edgex-go/943/archives/ 03:56:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/943/archives/ [Pipeline] echo 03:56:34 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/943/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:56:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:35 03:56:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:36 latest: Pulling from edgex-lftools-log-publisher 03:56:36 5eb5b503b376: Pulling fs layer 03:56:36 5c69ac0246d0: Pulling fs layer 03:56:36 ec43610c2a17: Pulling fs layer 03:56:36 3a2ae6a8a46f: Pulling fs layer 03:56:36 33b1e0a273af: Pulling fs layer 03:56:36 5d3b04190fa2: Pulling fs layer 03:56:36 2f39f015ded8: Pulling fs layer 03:56:36 3a2ae6a8a46f: Waiting 03:56:36 33b1e0a273af: Waiting 03:56:36 5d3b04190fa2: Waiting 03:56:36 2f39f015ded8: Waiting 03:56:36 5c69ac0246d0: Verifying Checksum 03:56:36 5c69ac0246d0: Download complete 03:56:36 3a2ae6a8a46f: Verifying Checksum 03:56:36 3a2ae6a8a46f: Download complete 03:56:36 33b1e0a273af: Verifying Checksum 03:56:36 33b1e0a273af: Download complete 03:56:36 5d3b04190fa2: Verifying Checksum 03:56:36 5d3b04190fa2: Download complete 03:56:36 ec43610c2a17: Verifying Checksum 03:56:36 ec43610c2a17: Download complete 03:56:36 5eb5b503b376: Verifying Checksum 03:56:36 5eb5b503b376: Download complete 03:56:36 2f39f015ded8: Download complete 03:56:37 5eb5b503b376: Pull complete 03:56:37 5c69ac0246d0: Pull complete 03:56:38 ec43610c2a17: Pull complete 03:56:38 3a2ae6a8a46f: Pull complete 03:56:38 33b1e0a273af: Pull complete 03:56:38 5d3b04190fa2: Pull complete 03:56:45 2f39f015ded8: Pull complete 03:56:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:56:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:56:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:45 prd-ubuntu20.04-docker-8c-8g-775719 does not seem to be running inside a container 03:56:45 $ 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/943/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/943 -v /w/workspace/edgex-go/943:/w/workspace/edgex-go/943:rw,z -v /w/workspace/edgex-go/943@tmp:/w/workspace/edgex-go/943@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 03:56:47 $ docker top 42e9e807fce5cd907a6c135b873babf2facc41aaed06c31f4a21812658782d3f -eo pid,comm [Pipeline] { [Pipeline] sh 03:56:47 + touch /tmp/pre-build-complete [Pipeline] sh 03:56:47 + mkdir -p /var/log/sysstat [Pipeline] sh 03:56:48 + ls /var/log/sa-host 03:56:48 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:56:48 provisioning config files... 03:56:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/943@tmp/config13648001368143075110tmp [Pipeline] { [Pipeline] echo 03:56:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:56:48 ---> create-netrc.sh [Pipeline] } 03:56:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:56:48 ---> python-tools-install.sh [Pipeline] echo 03:56:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:56:49 ---> sudo-logs.sh 03:56:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:56:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:56:49 ---> job-cost.sh 03:56:49 lf-activate-venv: SKIPPING 03:56:49 DEBUG: total: 0.10999999940395355 03:56:49 INFO: Retrieving Stack Cost... 03:56:49 INFO: Retrieving Pricing Info for: v3-standard-8 03:56:49 INFO: Archiving Costs [Pipeline] echo 03:56:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:56:50 ---> logs-deploy.sh 03:56:50 lf-activate-venv: SKIPPING 03:56:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/943 03:56:50 INFO: archiving workspace using pattern(s): 03:56:51 Archives upload complete. 03:56:51 INFO: archiving logs to Nexus 03:56:52 ---> uname -a: 03:56:52 Linux prd-ubuntu20-04-docker-8c-8g-775719 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 03:56:52 03:56:52 03:56:52 ---> lscpu: 03:56:52 Architecture: x86_64 03:56:52 CPU op-mode(s): 32-bit, 64-bit 03:56:52 Byte Order: Little Endian 03:56:52 Address sizes: 40 bits physical, 48 bits virtual 03:56:52 CPU(s): 8 03:56:52 On-line CPU(s) list: 0-7 03:56:52 Thread(s) per core: 1 03:56:52 Core(s) per socket: 1 03:56:52 Socket(s): 8 03:56:52 NUMA node(s): 1 03:56:52 Vendor ID: AuthenticAMD 03:56:52 CPU family: 23 03:56:52 Model: 49 03:56:52 Model name: AMD EPYC-Rome Processor 03:56:52 Stepping: 0 03:56:52 CPU MHz: 2800.000 03:56:52 BogoMIPS: 5600.00 03:56:52 Virtualization: AMD-V 03:56:52 Hypervisor vendor: KVM 03:56:52 Virtualization type: full 03:56:52 L1d cache: 256 KiB 03:56:52 L1i cache: 256 KiB 03:56:52 L2 cache: 4 MiB 03:56:52 L3 cache: 128 MiB 03:56:52 NUMA node0 CPU(s): 0-7 03:56:52 Vulnerability Gather data sampling: Not affected 03:56:52 Vulnerability Itlb multihit: Not affected 03:56:52 Vulnerability L1tf: Not affected 03:56:52 Vulnerability Mds: Not affected 03:56:52 Vulnerability Meltdown: Not affected 03:56:52 Vulnerability Mmio stale data: Not affected 03:56:52 Vulnerability Retbleed: Vulnerable 03:56:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:56:52 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:56:52 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 03:56:52 Vulnerability Srbds: Not affected 03:56:52 Vulnerability Tsx async abort: Not affected 03:56:52 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 03:56:52 03:56:52 03:56:52 ---> nproc: 03:56:52 8 03:56:52 03:56:52 03:56:52 ---> df -h: 03:56:52 Filesystem Size Used Avail Use% Mounted on 03:56:52 overlay 155G 34G 122G 22% / 03:56:52 tmpfs 64M 0 64M 0% /dev 03:56:52 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:56:52 shm 64M 0 64M 0% /dev/shm 03:56:52 /dev/vda1 155G 34G 122G 22% /facter-os 03:56:52 03:56:52 03:56:52 ---> sar -b -r -n DEV: 03:56:52 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775719) 12/26/25 _x86_64_ (8 CPU) 03:56:52 03:56:52 03:03:02 LINUX RESTART (8 CPU) 03:56:52 03:56:52 03:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:56:52 03:05:01 216.03 13.71 202.32 0.00 2183.24 67856.02 0.00 03:56:52 03:06:01 42.54 0.12 42.43 0.00 4.67 37409.52 0.00 03:56:52 03:07:01 54.76 0.23 54.52 0.00 2.80 21371.10 0.00 03:56:52 03:08:01 229.01 0.22 228.80 0.00 32.93 139949.34 0.00 03:56:52 03:09:01 931.03 24.38 906.65 0.00 232.76 371431.43 0.00 03:56:52 03:10:01 346.71 4.18 342.53 0.00 4258.27 100244.54 0.00 03:56:52 03:11:01 419.42 0.08 419.34 0.00 0.67 132291.59 0.00 03:56:52 03:12:01 246.52 14.20 232.32 0.00 287.58 103109.42 0.00 03:56:52 03:13:01 400.63 23.61 377.02 0.00 1091.15 30406.00 0.00 03:56:52 03:14:01 26.76 2.17 24.59 0.00 276.57 655.91 0.00 03:56:52 03:15:01 8.38 0.00 8.38 0.00 0.00 201.83 0.00 03:56:52 03:16:01 1.62 0.00 1.62 0.00 0.00 24.13 0.00 03:56:52 03:17:01 0.98 0.05 0.93 0.00 1.07 10.26 0.00 03:56:52 03:18:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 03:56:52 03:19:01 3.92 2.32 1.60 0.00 21.06 22.53 0.00 03:56:52 03:20:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 03:56:52 03:21:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 03:56:52 03:22:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 03:56:52 03:23:01 1.02 0.00 1.02 0.00 0.00 12.66 0.00 03:56:52 03:24:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 03:56:52 03:25:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 03:56:52 03:26:01 1.12 0.00 1.12 0.00 0.00 13.99 0.00 03:56:52 03:27:01 1.07 0.00 1.07 0.00 0.00 12.80 0.00 03:56:52 03:28:01 1.32 0.00 1.32 0.00 0.00 16.13 0.00 03:56:52 03:29:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 03:56:52 03:30:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 03:56:52 03:31:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 03:56:52 03:32:01 1.15 0.00 1.15 0.00 0.00 15.46 0.00 03:56:52 03:33:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 03:56:52 03:34:01 1.32 0.00 1.32 0.00 0.00 17.33 0.00 03:56:52 03:35:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 03:56:52 03:36:01 1.37 0.00 1.37 0.00 0.00 17.33 0.00 03:56:52 03:37:01 1.00 0.00 1.00 0.00 0.00 11.46 0.00 03:56:52 03:38:01 1.60 0.00 1.60 0.00 0.00 18.39 0.00 03:56:52 03:39:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 03:56:52 03:40:01 1.28 0.00 1.28 0.00 0.00 16.00 0.00 03:56:52 03:41:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 03:56:52 03:42:01 1.17 0.00 1.17 0.00 0.00 15.33 0.00 03:56:52 03:43:01 1.43 0.30 1.13 0.00 16.79 14.66 0.00 03:56:52 03:44:01 2.90 1.42 1.48 0.00 29.06 19.60 0.00 03:56:52 03:45:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 03:56:52 03:46:01 1.58 0.00 1.58 0.00 0.00 18.66 0.00 03:56:52 03:47:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 03:56:52 03:48:01 1.32 0.00 1.32 0.00 0.00 14.93 0.00 03:56:52 03:49:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 03:56:52 03:50:01 1.28 0.00 1.28 0.00 0.00 15.46 0.00 03:56:52 03:51:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 03:56:52 03:52:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 03:56:52 03:53:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 03:56:52 03:54:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 03:56:52 03:55:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 03:56:52 03:56:01 100.25 2.77 97.48 0.00 155.71 40220.10 0.00 03:56:52 Average: 59.13 1.73 57.40 0.00 165.30 20111.87 0.00 03:56:52 03:56:52 03:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:56:52 03:05:01 27326576 31348340 929400 2.83 121252 4076100 2186660 6.45 1513580 3516420 89124 03:56:52 03:06:01 26078616 31330408 942560 2.87 129832 5226764 2269992 6.69 2161040 4043836 128696 03:56:52 03:07:01 25428436 31217284 1053584 3.21 136864 5711152 2329200 6.87 2114040 4693784 620980 03:56:52 03:08:01 21034000 31366068 900056 2.74 145548 10148616 2333220 6.88 2182132 8909364 2558224 03:56:52 03:09:01 10675944 31368276 870628 2.65 379468 19684472 2264064 6.67 3137000 17694376 1674148 03:56:52 03:10:01 4496060 28088536 4066564 12.37 437692 22156068 11445096 33.74 7576276 18942844 1418356 03:56:52 03:11:01 930184 26981528 5182572 15.77 453504 24506576 11048752 32.57 9714552 20288120 304448 03:56:52 03:12:01 5764676 31294912 927800 2.82 451664 24152764 2323388 6.85 3752796 21662772 372464 03:56:52 03:13:01 5406360 31376476 851852 2.59 459284 24577036 2131148 6.28 4016196 21763944 220 03:56:52 03:14:01 5405512 31385236 843000 2.56 460360 24585616 2012564 5.93 4524320 21258680 156 03:56:52 03:15:01 5407960 31387772 840320 2.56 460680 24585668 2014820 5.94 4609984 21168296 8 03:56:52 03:16:01 5407836 31387672 840708 2.56 460732 24585672 2014820 5.94 4610704 21168292 4 03:56:52 03:17:01 5424548 31404436 824036 2.51 460764 24585668 2014820 5.94 4593992 21168184 12 03:56:52 03:18:01 5424912 31404948 823668 2.51 460808 24585696 2014820 5.94 4594068 21168200 8 03:56:52 03:19:01 5426564 31407156 821540 2.50 461300 24585864 2043424 6.02 4591904 21168240 8 03:56:52 03:20:01 5426372 31407008 821532 2.50 461328 24585864 2043424 6.02 4591936 21168240 12 03:56:52 03:21:01 5426332 31406980 821484 2.50 461352 24585868 2043424 6.02 4591900 21168244 24 03:56:52 03:22:01 5426420 31407128 821444 2.50 461376 24585868 2043424 6.02 4591936 21168244 4 03:56:52 03:23:01 5426396 31407156 821392 2.50 461404 24585876 2043424 6.02 4591984 21168248 44 03:56:52 03:24:01 5426940 31407736 820804 2.50 461428 24585880 2043424 6.02 4591452 21168200 20 03:56:52 03:25:01 5427184 31407992 820484 2.50 461444 24585880 2043424 6.02 4591396 21168200 8 03:56:52 03:26:01 5427136 31407956 820452 2.50 461460 24585884 2043424 6.02 4591404 21168204 28 03:56:52 03:27:01 5427088 31407932 820424 2.50 461468 24585892 2043424 6.02 4591696 21168212 8 03:56:52 03:28:01 5427292 31408136 820132 2.50 461508 24585880 2043424 6.02 4591712 21168212 8 03:56:52 03:29:01 5427212 31408116 820120 2.49 461524 24585896 2043424 6.02 4591836 21168216 4 03:56:52 03:30:01 5426848 31407784 820388 2.50 461556 24585900 2043424 6.02 4591504 21168220 8 03:56:52 03:31:01 5426540 31407480 820616 2.50 461572 24585904 2043424 6.02 4591504 21168224 8 03:56:52 03:32:01 5426532 31407504 820540 2.50 461592 24585908 2043424 6.02 4591532 21168228 28 03:56:52 03:33:01 5426476 31407468 820508 2.50 461612 24585908 2043424 6.02 4591556 21168228 8 03:56:52 03:34:01 5426168 31407212 820708 2.50 461648 24585912 2043424 6.02 4591676 21168232 28 03:56:52 03:35:01 5426584 31407640 820672 2.50 461668 24585912 2043424 6.02 4591612 21168232 8 03:56:52 03:36:01 5426696 31407904 820416 2.50 461692 24586044 2043424 6.02 4591776 21168364 16 03:56:52 03:37:01 5426260 31407528 820652 2.50 461704 24586048 2043424 6.02 4592020 21168368 176 03:56:52 03:38:01 5427260 31408528 819608 2.49 461720 24586044 2043424 6.02 4591688 21168364 12 03:56:52 03:39:01 5426920 31408212 819896 2.49 461744 24586052 2043424 6.02 4591772 21168368 8 03:56:52 03:40:01 5426800 31408152 819852 2.49 461760 24586060 2043424 6.02 4591728 21168372 8 03:56:52 03:41:01 5426444 31407816 820116 2.49 461776 24586060 2043424 6.02 4591756 21168376 4 03:56:52 03:42:01 5426652 31408044 820056 2.49 461792 24586064 2043424 6.02 4591760 21168380 8 03:56:52 03:43:01 5426180 31408096 819984 2.49 461832 24586568 2043424 6.02 4594712 21168708 52 03:56:52 03:44:01 5419492 31403480 824328 2.51 461864 24587448 2043424 6.02 4599680 21168748 204 03:56:52 03:45:01 5419136 31403140 824644 2.51 461880 24587452 2043424 6.02 4599284 21168752 24 03:56:52 03:46:01 5418348 31402368 825344 2.51 461916 24587452 2043424 6.02 4599096 21168732 8 03:56:52 03:47:01 5419372 31403428 824256 2.51 461944 24587456 2059472 6.07 4598808 21168736 28 03:56:52 03:48:01 5419032 31403148 824520 2.51 461952 24587456 2059472 6.07 4598884 21168736 4 03:56:52 03:49:01 5417992 31402144 825476 2.51 461976 24587464 2059472 6.07 4599292 21168744 188 03:56:52 03:50:01 5418152 31402344 825540 2.51 462012 24587468 2059472 6.07 4599308 21168748 208 03:56:52 03:51:01 5418412 31402604 825288 2.51 462024 24587468 2059472 6.07 4598940 21168748 12 03:56:52 03:52:01 5418428 31402644 825224 2.51 462052 24587472 2059472 6.07 4598976 21168752 8 03:56:52 03:53:01 5418380 31402768 825064 2.51 462084 24587596 2059472 6.07 4599016 21168884 32 03:56:52 03:54:01 5418364 31402768 824996 2.51 462100 24587604 2059472 6.07 4599092 21168884 12 03:56:52 03:55:01 5418308 31402728 824972 2.51 462108 24587608 2042796 6.02 4599048 21168888 4 03:56:52 03:56:01 4557296 31356552 869252 2.64 500320 25303028 2117800 6.24 4704828 21860552 216 03:56:52 Average: 6912685 31244705 984221 2.99 434653 23041728 2427992 7.16 4495975 19856541 137853 03:56:52 03:56:52 03:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:56:52 03:05:01 ens3 1020.38 940.78 8081.80 136.39 0.00 0.00 0.00 0.00 03:56:52 03:05:01 veth6ba4117 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:56:52 03:05:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 03:56:52 03:05:01 docker0 832.33 849.26 63.15 4684.43 0.00 0.00 0.00 0.00 03:56:52 03:06:01 ens3 22.31 14.43 17.71 9.96 0.00 0.00 0.00 0.00 03:56:52 03:06:01 veth6ba4117 0.57 0.62 0.05 0.06 0.00 0.00 0.00 0.00 03:56:52 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:06:01 docker0 0.57 0.57 0.04 0.05 0.00 0.00 0.00 0.00 03:56:52 03:07:01 ens3 24.21 14.45 22.70 10.40 0.00 0.00 0.00 0.00 03:56:52 03:07:01 veth6ba4117 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 03:56:52 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:07:01 docker0 0.67 0.67 0.05 0.06 0.00 0.00 0.00 0.00 03:56:52 03:08:01 vethc203400 1.98 4.78 0.16 43.24 0.00 0.00 0.00 0.00 03:56:52 03:08:01 veth2b3e684 1.52 3.65 0.14 48.76 0.00 0.00 0.00 0.00 03:56:52 03:08:01 veth0d6fc60 1.38 2.98 0.12 43.12 0.00 0.00 0.00 0.00 03:56:52 03:08:01 vethf4f938a 8.65 4.82 125.05 0.42 0.00 0.00 0.00 0.00 03:56:52 03:08:01 veth83505be 2.87 5.73 0.24 69.97 0.00 0.00 0.00 0.01 03:56:52 03:08:01 veth7c1b62a 4.78 1.98 43.24 0.16 0.00 0.00 0.00 0.00 03:56:52 03:08:01 ens3 150.76 89.44 2805.34 23.46 0.00 0.00 0.00 0.00 03:56:52 03:08:01 veth434fc22 4.82 8.65 0.42 125.05 0.00 0.00 0.00 0.01 03:56:52 03:08:01 lo 1.33 1.33 0.13 0.13 0.00 0.00 0.00 0.00 03:56:52 03:08:01 veth7624a49 2.67 7.67 0.22 122.90 0.00 0.00 0.00 0.01 03:56:52 03:08:01 veth95cea36 0.63 1.13 0.06 0.26 0.00 0.00 0.00 0.00 03:56:52 03:08:01 docker0 19.01 38.94 1.35 579.13 0.00 0.00 0.00 0.00 03:56:52 03:09:01 ens3 1008.40 672.25 10831.62 79.74 0.00 0.00 0.00 0.00 03:56:52 03:09:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 03:56:52 03:09:01 veth95cea36 0.05 2.13 0.00 0.09 0.00 0.00 0.00 0.00 03:56:52 03:09:01 docker0 584.94 856.61 51.61 8932.10 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth5ddec9e 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 vethd83ad45 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth8b7194f 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 ens3 115.68 69.37 2130.59 10.60 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth6495860 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 lo 0.67 0.67 0.07 0.07 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth1de8d54 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 vethf0b39f6 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth7f12232 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth95cea36 0.08 0.68 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth7c8e999 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 veth0425910 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 vethd66ec19 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 vethfb7b9de 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:10:01 docker0 0.68 0.07 0.02 0.00 0.00 0.00 0.00 0.00 03:56:52 03:10:01 vethb12b4d9 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 03:56:52 03:11:01 vethd83ad45 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth8b7194f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 ens3 4.03 2.85 2.98 1.76 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth6495860 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth1de8d54 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 vethf0b39f6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth7f12232 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth95cea36 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth7c8e999 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 veth0425910 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 vethd66ec19 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:11:01 vethb12b4d9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 vethd83ad45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 ens3 6.81 4.23 5.46 3.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 veth1cd2227 0.72 0.05 0.04 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:12:01 vethf0b39f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 veth7f12232 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 veth95cea36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 veth489417f 0.72 0.05 0.04 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:12:01 veth43c5592 0.70 0.05 0.04 0.00 0.00 0.00 0.00 0.00 03:56:52 03:13:01 ens3 328.28 342.14 181.67 1389.71 0.00 0.00 0.00 0.00 03:56:52 03:13:01 lo 33.59 33.59 3.30 3.30 0.00 0.00 0.00 0.00 03:56:52 03:13:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:14:01 ens3 427.34 436.72 157.62 2886.23 0.00 0.00 0.00 0.00 03:56:52 03:14:01 lo 27.86 27.86 2.72 2.72 0.00 0.00 0.00 0.00 03:56:52 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:15:01 ens3 95.63 87.74 44.68 498.02 0.00 0.00 0.00 0.00 03:56:52 03:15:01 lo 7.73 7.73 0.76 0.76 0.00 0.00 0.00 0.00 03:56:52 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:16:01 ens3 2.12 1.00 4.35 0.32 0.00 0.00 0.00 0.00 03:56:52 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:17:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:18:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:19:01 ens3 0.20 0.13 0.09 0.07 0.00 0.00 0.00 0.00 03:56:52 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:20:01 ens3 0.22 0.15 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:21:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:22:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:23:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:24:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 03:56:52 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:25:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:26:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:27:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:28:01 ens3 0.25 0.13 0.13 0.01 0.00 0.00 0.00 0.00 03:56:52 03:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:29:01 ens3 0.20 0.12 0.09 0.07 0.00 0.00 0.00 0.00 03:56:52 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:30:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:31:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:32:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:33:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:34:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 03:56:52 03:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:35:01 ens3 0.03 0.02 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:36:01 ens3 0.63 0.43 0.28 0.22 0.00 0.00 0.00 0.00 03:56:52 03:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:37:01 ens3 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:38:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:39:01 ens3 0.20 0.18 0.09 0.07 0.00 0.00 0.00 0.00 03:56:52 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:40:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:41:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:42:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:43:01 ens3 1.07 0.72 1.00 0.38 0.00 0.00 0.00 0.00 03:56:52 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:44:01 ens3 5.73 4.28 3.81 4.84 0.00 0.00 0.00 0.00 03:56:52 03:44:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:56:52 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:45:01 ens3 1.87 1.52 1.04 1.22 0.00 0.00 0.00 0.00 03:56:52 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:46:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:47:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:48:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 03:56:52 03:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:49:01 ens3 0.28 0.25 0.10 0.08 0.00 0.00 0.00 0.00 03:56:52 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:50:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:52:01 ens3 0.28 0.18 0.08 0.01 0.00 0.00 0.00 0.00 03:56:52 03:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:53:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:54:01 ens3 0.32 0.30 0.15 0.08 0.00 0.00 0.00 0.00 03:56:52 03:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:56:52 03:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:55:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 03:56:52 03:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:56:52 03:56:01 ens3 262.37 165.97 4965.26 39.63 0.00 0.00 0.00 0.00 03:56:52 03:56:01 lo 1.77 1.77 0.16 0.16 0.00 0.00 0.00 0.00 03:56:52 03:56:01 docker0 73.05 96.27 6.58 904.32 0.00 0.00 0.00 0.00 03:56:52 Average: ens3 66.96 54.83 562.65 98.01 0.00 0.00 0.00 0.00 03:56:52 Average: lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 03:56:52 Average: docker0 29.06 35.43 2.36 290.37 0.00 0.00 0.00 0.00 03:56:52 03:56:52 03:56:52 ---> sar -P ALL: 03:56:52 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-775719) 12/26/25 _x86_64_ (8 CPU) 03:56:52 03:56:52 03:03:02 LINUX RESTART (8 CPU) 03:56:52 03:56:52 03:04:01 CPU %user %nice %system %iowait %steal %idle 03:56:52 03:05:01 all 10.83 0.00 3.59 2.08 0.08 83.43 03:56:52 03:05:01 0 10.79 0.00 4.19 0.49 0.07 84.46 03:56:52 03:05:01 1 9.88 0.00 3.21 5.68 0.07 81.17 03:56:52 03:05:01 2 11.81 0.00 4.16 1.96 0.08 81.98 03:56:52 03:05:01 3 11.80 0.00 3.02 0.12 0.08 84.98 03:56:52 03:05:01 4 11.04 0.00 3.06 0.12 0.07 85.71 03:56:52 03:05:01 5 12.40 0.00 2.96 1.16 0.07 83.41 03:56:52 03:05:01 6 9.15 0.00 4.50 3.21 0.10 83.03 03:56:52 03:05:01 7 9.73 0.00 3.62 3.91 0.07 82.67 03:56:52 03:06:01 all 46.46 0.00 8.15 0.75 0.10 44.55 03:56:52 03:06:01 0 44.23 0.00 8.91 4.13 0.10 42.63 03:56:52 03:06:01 1 45.73 0.00 8.05 0.71 0.12 45.39 03:56:52 03:06:01 2 46.65 0.00 8.24 0.74 0.10 44.27 03:56:52 03:06:01 3 48.54 0.00 7.99 0.07 0.10 43.30 03:56:52 03:06:01 4 47.01 0.00 7.87 0.10 0.08 44.93 03:56:52 03:06:01 5 44.07 0.00 8.59 0.07 0.10 47.17 03:56:52 03:06:01 6 48.21 0.00 8.19 0.15 0.08 43.36 03:56:52 03:06:01 7 47.21 0.00 7.33 0.05 0.08 45.32 03:56:52 03:07:01 all 64.27 0.00 8.07 0.15 0.11 27.41 03:56:52 03:07:01 0 63.44 0.00 8.42 0.03 0.10 28.00 03:56:52 03:07:01 1 65.07 0.00 8.08 0.10 0.10 26.65 03:56:52 03:07:01 2 64.53 0.00 7.93 0.03 0.10 27.40 03:56:52 03:07:01 3 64.67 0.00 7.75 0.08 0.10 27.39 03:56:52 03:07:01 4 63.55 0.00 8.39 0.03 0.10 27.92 03:56:52 03:07:01 5 64.74 0.00 7.86 0.82 0.12 26.46 03:56:52 03:07:01 6 63.98 0.00 7.96 0.03 0.10 27.93 03:56:52 03:07:01 7 64.18 0.00 8.18 0.03 0.12 27.49 03:56:52 03:08:01 all 24.64 0.00 6.61 7.94 0.08 60.73 03:56:52 03:08:01 0 23.93 0.00 6.19 8.02 0.10 61.76 03:56:52 03:08:01 1 26.89 0.00 6.72 8.26 0.07 58.06 03:56:52 03:08:01 2 25.31 0.00 5.59 5.77 0.08 63.24 03:56:52 03:08:01 3 26.46 0.00 6.71 5.17 0.08 61.58 03:56:52 03:08:01 4 22.16 0.00 6.92 15.11 0.08 55.73 03:56:52 03:08:01 5 23.96 0.00 6.90 7.73 0.07 61.35 03:56:52 03:08:01 6 25.47 0.00 6.46 1.69 0.08 66.30 03:56:52 03:08:01 7 22.92 0.00 7.38 11.80 0.07 57.83 03:56:52 03:09:01 all 15.10 0.00 8.77 28.83 0.09 47.21 03:56:52 03:09:01 0 15.37 0.00 7.49 19.48 0.07 57.60 03:56:52 03:09:01 1 15.53 0.00 8.24 35.11 0.10 41.02 03:56:52 03:09:01 2 15.64 0.00 8.90 31.68 0.08 43.70 03:56:52 03:09:01 3 15.08 0.00 9.25 27.57 0.12 47.99 03:56:52 03:09:01 4 14.50 0.00 7.97 26.23 0.07 51.23 03:56:52 03:09:01 5 15.13 0.00 8.91 21.48 0.08 54.39 03:56:52 03:09:01 6 15.03 0.00 10.23 32.56 0.08 42.10 03:56:52 03:09:01 7 14.51 0.00 9.15 36.62 0.10 39.62 03:56:52 03:10:01 all 76.05 0.00 10.56 3.98 0.12 9.29 03:56:52 03:10:01 0 75.93 0.00 10.69 0.79 0.13 12.46 03:56:52 03:10:01 1 76.98 0.00 9.65 1.47 0.12 11.78 03:56:52 03:10:01 2 75.71 0.00 11.07 10.50 0.12 2.60 03:56:52 03:10:01 3 76.19 0.00 10.27 1.19 0.10 12.25 03:56:52 03:10:01 4 75.16 0.00 12.06 12.02 0.12 0.64 03:56:52 03:10:01 5 75.96 0.00 10.70 1.92 0.12 11.30 03:56:52 03:10:01 6 75.67 0.00 10.79 2.21 0.13 11.19 03:56:52 03:10:01 7 76.80 0.00 9.24 1.72 0.12 12.13 03:56:52 03:11:01 all 91.11 0.00 8.76 0.00 0.12 0.00 03:56:52 03:11:01 0 91.06 0.00 8.84 0.00 0.10 0.00 03:56:52 03:11:01 1 91.26 0.00 8.63 0.00 0.12 0.00 03:56:52 03:11:01 2 91.40 0.00 8.47 0.00 0.13 0.00 03:56:52 03:11:01 3 90.07 0.00 9.82 0.00 0.12 0.00 03:56:52 03:11:01 4 90.31 0.00 9.57 0.00 0.12 0.00 03:56:52 03:11:01 5 91.59 0.00 8.28 0.00 0.13 0.00 03:56:52 03:11:01 6 92.12 0.00 7.76 0.00 0.12 0.00 03:56:52 03:11:01 7 91.11 0.00 8.75 0.00 0.13 0.00 03:56:52 03:12:01 all 76.33 0.00 8.45 3.84 0.12 11.25 03:56:52 03:12:01 0 76.09 0.00 8.45 12.18 0.12 3.16 03:56:52 03:12:01 1 76.98 0.00 8.16 0.27 0.13 14.45 03:56:52 03:12:01 2 75.98 0.00 8.55 1.10 0.12 14.25 03:56:52 03:12:01 3 76.03 0.00 8.76 1.86 0.13 13.21 03:56:52 03:12:01 4 76.07 0.00 8.75 3.71 0.13 11.34 03:56:52 03:12:01 5 76.77 0.00 8.20 2.32 0.13 12.58 03:56:52 03:12:01 6 76.29 0.00 8.15 5.16 0.12 10.29 03:56:52 03:12:01 7 76.39 0.00 8.61 4.14 0.10 10.77 03:56:52 03:13:01 all 6.74 0.00 1.42 3.44 0.07 88.34 03:56:52 03:13:01 0 9.71 0.00 1.44 0.94 0.05 87.86 03:56:52 03:13:01 1 3.87 0.00 1.30 0.67 0.05 94.11 03:56:52 03:13:01 2 7.72 0.00 1.35 0.60 0.07 90.26 03:56:52 03:13:01 3 4.95 0.00 1.44 8.37 0.07 85.17 03:56:52 03:13:01 4 6.10 0.00 1.54 3.12 0.07 89.17 03:56:52 03:13:01 5 3.22 0.00 1.33 4.30 0.07 91.09 03:56:52 03:13:01 6 9.76 0.00 1.59 6.32 0.08 82.24 03:56:52 03:13:01 7 8.59 0.00 1.34 3.20 0.08 86.79 03:56:52 03:14:01 all 11.55 0.00 0.87 0.07 0.06 87.44 03:56:52 03:14:01 0 14.51 0.00 1.21 0.08 0.08 84.12 03:56:52 03:14:01 1 5.86 0.00 0.76 0.00 0.05 93.34 03:56:52 03:14:01 2 7.86 0.00 0.65 0.02 0.07 91.40 03:56:52 03:14:01 3 10.45 0.00 0.78 0.28 0.05 88.44 03:56:52 03:14:01 4 10.85 0.00 0.77 0.02 0.07 88.30 03:56:52 03:14:01 5 14.49 0.00 0.73 0.02 0.07 84.70 03:56:52 03:14:01 6 16.56 0.00 1.07 0.05 0.08 82.23 03:56:52 03:14:01 7 11.83 0.00 1.00 0.10 0.05 87.02 03:56:52 03:15:01 all 2.25 0.00 0.25 0.02 0.03 97.45 03:56:52 03:15:01 0 3.20 0.00 0.32 0.05 0.03 96.40 03:56:52 03:15:01 1 0.69 0.00 0.22 0.00 0.03 99.06 03:56:52 03:15:01 2 2.19 0.00 0.27 0.00 0.02 97.53 03:56:52 03:15:01 3 1.90 0.00 0.22 0.07 0.02 97.80 03:56:52 03:15:01 4 1.43 0.00 0.22 0.02 0.02 98.32 03:56:52 03:15:01 5 1.59 0.00 0.15 0.00 0.02 98.25 03:56:52 03:15:01 6 3.54 0.00 0.32 0.02 0.03 96.09 03:56:52 03:15:01 7 3.47 0.00 0.32 0.00 0.03 96.18 03:56:52 03:56:52 03:15:01 CPU %user %nice %system %iowait %steal %idle 03:56:52 03:16:01 all 0.22 0.00 0.01 0.01 0.01 99.74 03:56:52 03:16:01 0 0.03 0.00 0.03 0.07 0.03 99.83 03:56:52 03:16:01 1 1.55 0.00 0.07 0.00 0.02 98.37 03:56:52 03:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 03:56:52 03:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:16:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:16:01 6 0.03 0.00 0.02 0.02 0.02 99.92 03:56:52 03:16:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:17:01 all 0.27 0.00 0.02 0.01 0.01 99.69 03:56:52 03:17:01 0 0.03 0.00 0.03 0.02 0.02 99.90 03:56:52 03:17:01 1 1.99 0.00 0.03 0.00 0.02 97.96 03:56:52 03:17:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:56:52 03:17:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:52 03:17:01 5 0.03 0.00 0.00 0.02 0.00 99.95 03:56:52 03:17:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:56:52 03:17:01 7 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:18:01 all 0.09 0.00 0.02 0.00 0.02 99.87 03:56:52 03:18:01 0 0.03 0.00 0.03 0.00 0.03 99.90 03:56:52 03:18:01 1 0.55 0.00 0.12 0.00 0.03 99.30 03:56:52 03:18:01 2 0.05 0.00 0.00 0.00 0.02 99.93 03:56:52 03:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:18:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:18:01 5 0.00 0.00 0.00 0.02 0.02 99.97 03:56:52 03:18:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:18:01 7 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:19:01 all 0.04 0.00 0.02 0.01 0.01 99.92 03:56:52 03:19:01 0 0.08 0.00 0.03 0.03 0.03 99.82 03:56:52 03:19:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:19:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:56:52 03:19:01 5 0.03 0.00 0.00 0.03 0.00 99.93 03:56:52 03:19:01 6 0.07 0.00 0.02 0.02 0.02 99.88 03:56:52 03:19:01 7 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:52 03:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:20:01 2 0.05 0.00 0.00 0.00 0.02 99.93 03:56:52 03:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:20:01 6 0.05 0.00 0.03 0.02 0.00 99.90 03:56:52 03:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:21:01 all 0.03 0.00 0.02 0.00 0.01 99.94 03:56:52 03:21:01 0 0.02 0.00 0.05 0.02 0.03 99.88 03:56:52 03:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:21:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:21:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:21:01 6 0.08 0.00 0.02 0.00 0.02 99.88 03:56:52 03:21:01 7 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:22:01 all 0.03 0.00 0.02 0.00 0.02 99.94 03:56:52 03:22:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:22:01 1 0.03 0.00 0.05 0.00 0.03 99.88 03:56:52 03:22:01 2 0.05 0.00 0.00 0.00 0.02 99.93 03:56:52 03:22:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:22:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:22:01 5 0.00 0.00 0.00 0.02 0.02 99.97 03:56:52 03:22:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:23:01 all 0.04 0.00 0.02 0.00 0.01 99.93 03:56:52 03:23:01 0 0.07 0.00 0.05 0.02 0.03 99.83 03:56:52 03:23:01 1 0.07 0.00 0.00 0.00 0.02 99.92 03:56:52 03:23:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:56:52 03:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:23:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:23:01 5 0.00 0.00 0.02 0.02 0.00 99.97 03:56:52 03:23:01 6 0.12 0.00 0.02 0.00 0.00 99.87 03:56:52 03:23:01 7 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:24:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:56:52 03:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:24:01 1 0.28 0.00 0.03 0.00 0.03 99.65 03:56:52 03:24:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:24:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:24:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:56:52 03:25:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:56:52 03:25:01 0 0.03 0.00 0.02 0.00 0.03 99.92 03:56:52 03:25:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:25:01 2 0.07 0.00 0.00 0.00 0.02 99.92 03:56:52 03:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:25:01 4 0.02 0.00 0.02 0.02 0.02 99.93 03:56:52 03:25:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:26:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:56:52 03:26:01 0 0.05 0.00 0.03 0.02 0.03 99.87 03:56:52 03:26:01 1 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 03:56:52 03:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:26:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:26:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:26:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:26:01 7 0.00 0.00 0.03 0.00 0.02 99.95 03:56:52 03:56:52 03:26:01 CPU %user %nice %system %iowait %steal %idle 03:56:52 03:27:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:56:52 03:27:01 0 0.02 0.00 0.03 0.02 0.02 99.92 03:56:52 03:27:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:27:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:27:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:27:01 4 0.03 0.00 0.03 0.00 0.00 99.93 03:56:52 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:27:01 7 0.00 0.00 0.00 0.02 0.02 99.97 03:56:52 03:28:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:56:52 03:28:01 0 0.03 0.00 0.02 0.00 0.03 99.92 03:56:52 03:28:01 1 0.07 0.00 0.00 0.00 0.02 99.92 03:56:52 03:28:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:56:52 03:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:28:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:28:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:28:01 6 0.07 0.00 0.00 0.00 0.00 99.93 03:56:52 03:28:01 7 0.00 0.00 0.02 0.02 0.02 99.95 03:56:52 03:29:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:56:52 03:29:01 0 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:29:01 1 0.15 0.00 0.02 0.00 0.02 99.82 03:56:52 03:29:01 2 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:29:01 3 0.00 0.00 0.03 0.00 0.00 99.97 03:56:52 03:29:01 4 0.03 0.00 0.02 0.00 0.00 99.95 03:56:52 03:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:29:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:56:52 03:29:01 7 0.03 0.00 0.02 0.02 0.02 99.92 03:56:52 03:30:01 all 0.08 0.00 0.01 0.00 0.01 99.89 03:56:52 03:30:01 0 0.02 0.00 0.03 0.02 0.03 99.90 03:56:52 03:30:01 1 0.57 0.00 0.02 0.00 0.02 99.40 03:56:52 03:30:01 2 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:30:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:30:01 7 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:31:01 all 0.27 0.00 0.03 0.00 0.01 99.68 03:56:52 03:31:01 0 0.07 0.00 0.03 0.02 0.03 99.85 03:56:52 03:31:01 1 1.99 0.00 0.03 0.00 0.02 97.96 03:56:52 03:31:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:56:52 03:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 03:56:52 03:31:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:31:01 7 0.02 0.00 0.05 0.02 0.02 99.90 03:56:52 03:32:01 all 0.16 0.00 0.02 0.00 0.01 99.80 03:56:52 03:32:01 0 0.08 0.00 0.03 0.00 0.02 99.87 03:56:52 03:32:01 1 1.09 0.00 0.10 0.00 0.02 98.79 03:56:52 03:32:01 2 0.08 0.00 0.02 0.00 0.02 99.88 03:56:52 03:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:32:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:56:52 03:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:32:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:32:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:33:01 all 0.07 0.00 0.01 0.01 0.01 99.89 03:56:52 03:33:01 0 0.02 0.00 0.07 0.05 0.03 99.83 03:56:52 03:33:01 1 0.38 0.00 0.00 0.00 0.02 99.60 03:56:52 03:33:01 2 0.08 0.00 0.02 0.00 0.02 99.88 03:56:52 03:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:52 03:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:33:01 6 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:33:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:34:01 all 0.03 0.00 0.02 0.02 0.01 99.91 03:56:52 03:34:01 0 0.05 0.00 0.05 0.13 0.03 99.73 03:56:52 03:34:01 1 0.12 0.00 0.00 0.00 0.02 99.87 03:56:52 03:34:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:34:01 3 0.00 0.00 0.03 0.00 0.02 99.95 03:56:52 03:34:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:34:01 6 0.05 0.00 0.02 0.03 0.00 99.90 03:56:52 03:34:01 7 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:35:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:52 03:35:01 0 0.03 0.00 0.02 0.02 0.02 99.92 03:56:52 03:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:35:01 2 0.05 0.00 0.00 0.00 0.03 99.92 03:56:52 03:35:01 3 0.05 0.00 0.00 0.00 0.00 99.95 03:56:52 03:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:35:01 6 0.00 0.00 0.03 0.00 0.02 99.95 03:56:52 03:35:01 7 0.03 0.00 0.03 0.02 0.02 99.90 03:56:52 03:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:56:52 03:36:01 0 0.02 0.00 0.02 0.02 0.03 99.92 03:56:52 03:36:01 1 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:36:01 2 0.08 0.00 0.07 0.00 0.02 99.83 03:56:52 03:36:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:36:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:36:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:36:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:36:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:56:52 03:37:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:56:52 03:37:01 0 0.02 0.00 0.02 0.00 0.03 99.93 03:56:52 03:37:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:56:52 03:37:01 2 0.07 0.00 0.05 0.00 0.03 99.85 03:56:52 03:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:37:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:37:01 5 0.05 0.00 0.00 0.00 0.02 99.93 03:56:52 03:37:01 6 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:37:01 7 0.02 0.00 0.00 0.02 0.00 99.97 03:56:52 03:56:52 03:37:01 CPU %user %nice %system %iowait %steal %idle 03:56:52 03:38:01 all 0.26 0.00 0.02 0.01 0.01 99.70 03:56:52 03:38:01 0 0.03 0.00 0.03 0.02 0.03 99.88 03:56:52 03:38:01 1 1.97 0.00 0.02 0.00 0.02 98.00 03:56:52 03:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:38:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:38:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:38:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:38:01 7 0.00 0.00 0.00 0.05 0.02 99.93 03:56:52 03:39:01 all 0.09 0.00 0.01 0.00 0.01 99.89 03:56:52 03:39:01 0 0.05 0.00 0.00 0.00 0.02 99.93 03:56:52 03:39:01 1 0.48 0.00 0.00 0.00 0.02 99.50 03:56:52 03:39:01 2 0.05 0.00 0.02 0.00 0.03 99.90 03:56:52 03:39:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:39:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:52 03:39:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:39:01 6 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:39:01 7 0.02 0.00 0.03 0.00 0.00 99.95 03:56:52 03:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:52 03:40:01 0 0.03 0.00 0.00 0.02 0.02 99.93 03:56:52 03:40:01 1 0.08 0.00 0.02 0.00 0.02 99.88 03:56:52 03:40:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:40:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:52 03:40:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:40:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:56:52 03:40:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:41:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:56:52 03:41:01 0 0.03 0.00 0.03 0.02 0.03 99.88 03:56:52 03:41:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:41:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:41:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:41:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:41:01 6 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:41:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:42:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:52 03:42:01 0 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:42:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:42:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:56:52 03:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 03:56:52 03:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:42:01 6 0.05 0.00 0.03 0.00 0.02 99.90 03:56:52 03:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:43:01 all 0.09 0.00 0.02 0.00 0.02 99.87 03:56:52 03:43:01 0 0.07 0.00 0.03 0.02 0.03 99.85 03:56:52 03:43:01 1 0.07 0.00 0.00 0.00 0.02 99.92 03:56:52 03:43:01 2 0.12 0.00 0.02 0.00 0.03 99.83 03:56:52 03:43:01 3 0.17 0.00 0.02 0.00 0.02 99.80 03:56:52 03:43:01 4 0.15 0.00 0.03 0.00 0.02 99.80 03:56:52 03:43:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:43:01 6 0.12 0.00 0.07 0.00 0.00 99.82 03:56:52 03:43:01 7 0.02 0.00 0.02 0.02 0.02 99.93 03:56:52 03:44:01 all 0.32 0.00 0.04 0.01 0.01 99.61 03:56:52 03:44:01 0 0.18 0.00 0.03 0.02 0.00 99.77 03:56:52 03:44:01 1 1.17 0.00 0.05 0.00 0.02 98.76 03:56:52 03:44:01 2 0.03 0.00 0.03 0.02 0.02 99.90 03:56:52 03:44:01 3 0.62 0.00 0.02 0.00 0.02 99.35 03:56:52 03:44:01 4 0.02 0.00 0.00 0.02 0.00 99.97 03:56:52 03:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 03:56:52 03:44:01 6 0.33 0.00 0.08 0.02 0.02 99.55 03:56:52 03:44:01 7 0.18 0.00 0.08 0.02 0.02 99.70 03:56:52 03:45:01 all 0.09 0.00 0.03 0.00 0.01 99.87 03:56:52 03:45:01 0 0.00 0.00 0.03 0.00 0.02 99.95 03:56:52 03:45:01 1 0.27 0.00 0.05 0.00 0.02 99.67 03:56:52 03:45:01 2 0.02 0.00 0.05 0.00 0.02 99.92 03:56:52 03:45:01 3 0.25 0.00 0.02 0.00 0.00 99.73 03:56:52 03:45:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:56:52 03:45:01 5 0.07 0.00 0.02 0.00 0.00 99.92 03:56:52 03:45:01 6 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:45:01 7 0.03 0.00 0.02 0.02 0.02 99.92 03:56:52 03:46:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:56:52 03:46:01 0 0.00 0.00 0.02 0.02 0.00 99.97 03:56:52 03:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:46:01 2 0.07 0.00 0.00 0.00 0.03 99.90 03:56:52 03:46:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:46:01 4 0.00 0.00 0.02 0.02 0.02 99.95 03:56:52 03:46:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:46:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:46:01 7 0.05 0.00 0.02 0.00 0.03 99.90 03:56:52 03:47:01 all 0.02 0.00 0.01 0.00 0.01 99.96 03:56:52 03:47:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:56:52 03:47:01 1 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:47:01 2 0.05 0.00 0.02 0.00 0.02 99.92 03:56:52 03:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:47:01 4 0.03 0.00 0.00 0.02 0.00 99.95 03:56:52 03:47:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:47:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:47:01 7 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:48:01 all 0.01 0.00 0.01 0.00 0.02 99.95 03:56:52 03:48:01 0 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:48:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 03:56:52 03:48:01 3 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:48:01 4 0.02 0.00 0.00 0.02 0.02 99.95 03:56:52 03:48:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:48:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:48:01 7 0.02 0.00 0.03 0.00 0.03 99.92 03:56:52 03:56:52 03:48:01 CPU %user %nice %system %iowait %steal %idle 03:56:52 03:49:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:52 03:49:01 0 0.02 0.00 0.02 0.02 0.00 99.95 03:56:52 03:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:49:01 2 0.08 0.00 0.05 0.00 0.03 99.83 03:56:52 03:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:49:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:56:52 03:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:49:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:49:01 7 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:50:01 all 0.01 0.00 0.01 0.00 0.02 99.96 03:56:52 03:50:01 0 0.00 0.00 0.02 0.02 0.00 99.97 03:56:52 03:50:01 1 0.00 0.00 0.00 0.00 0.03 99.97 03:56:52 03:50:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:50:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:50:01 4 0.02 0.00 0.02 0.02 0.00 99.95 03:56:52 03:50:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:50:01 6 0.03 0.00 0.00 0.00 0.02 99.95 03:56:52 03:50:01 7 0.02 0.00 0.02 0.00 0.03 99.93 03:56:52 03:51:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:56:52 03:51:01 0 0.02 0.00 0.03 0.02 0.02 99.92 03:56:52 03:51:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 03:56:52 03:51:01 4 0.03 0.00 0.00 0.02 0.02 99.93 03:56:52 03:51:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:51:01 6 0.08 0.00 0.02 0.00 0.03 99.87 03:56:52 03:51:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:52:01 all 0.01 0.00 0.01 0.00 0.01 99.96 03:56:52 03:52:01 0 0.02 0.00 0.00 0.02 0.00 99.97 03:56:52 03:52:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:52:01 2 0.03 0.00 0.03 0.00 0.02 99.92 03:56:52 03:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:52:01 5 0.00 0.00 0.00 0.02 0.00 99.98 03:56:52 03:52:01 6 0.03 0.00 0.03 0.00 0.03 99.90 03:56:52 03:52:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:56:52 03:53:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:56:52 03:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 03:56:52 03:53:01 1 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:53:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:53:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:56:52 03:53:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:56:52 03:53:01 6 0.03 0.00 0.02 0.00 0.03 99.92 03:56:52 03:53:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:56:52 03:54:01 0 0.03 0.00 0.00 0.02 0.00 99.95 03:56:52 03:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 03:56:52 03:54:01 2 0.07 0.00 0.02 0.00 0.03 99.88 03:56:52 03:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:54:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:56:52 03:54:01 5 0.02 0.00 0.02 0.02 0.00 99.95 03:56:52 03:54:01 6 0.03 0.00 0.03 0.00 0.03 99.90 03:56:52 03:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:56:52 03:55:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:56:52 03:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:55:01 1 0.00 0.00 0.00 0.00 0.00 100.00 03:56:52 03:55:01 2 0.07 0.00 0.02 0.00 0.02 99.90 03:56:52 03:55:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 03:56:52 03:55:01 5 0.00 0.00 0.00 0.02 0.02 99.97 03:56:52 03:55:01 6 0.00 0.00 0.00 0.00 0.03 99.97 03:56:52 03:55:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:56:52 03:56:01 all 6.12 0.00 2.29 0.79 0.05 90.75 03:56:52 03:56:01 0 4.76 0.00 2.55 0.72 0.03 91.93 03:56:52 03:56:01 1 6.58 0.00 2.02 0.03 0.05 91.32 03:56:52 03:56:01 2 7.09 0.00 2.12 0.07 0.05 90.68 03:56:52 03:56:01 3 7.32 0.00 2.70 0.27 0.07 89.64 03:56:52 03:56:01 4 6.68 0.00 2.58 0.08 0.05 90.61 03:56:52 03:56:01 5 4.52 0.00 2.79 5.13 0.05 87.51 03:56:52 03:56:01 6 6.06 0.00 1.64 0.03 0.07 92.20 03:56:52 03:56:01 7 5.95 0.00 1.93 0.02 0.03 92.07 03:56:52 Average: all 8.31 0.00 1.31 0.99 0.03 89.36 03:56:52 Average: 0 8.32 0.00 1.33 0.91 0.03 89.41 03:56:52 Average: 1 8.41 0.00 1.26 0.99 0.03 89.31 03:56:52 Average: 2 8.31 0.00 1.30 1.00 0.03 89.35 03:56:52 Average: 3 8.31 0.00 1.32 0.86 0.03 89.48 03:56:52 Average: 4 8.14 0.00 1.34 1.15 0.03 89.34 03:56:52 Average: 5 8.22 0.00 1.29 0.86 0.02 89.61 03:56:52 Average: 6 8.50 0.00 1.33 0.98 0.03 89.16 03:56:52 Average: 7 8.30 0.00 1.29 1.17 0.03 89.21 03:56:52 03:56:52 03:56:52