Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d985e1d3b4acfc9bf250ab2c44447925927054e8 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-ssh7125065565953278507.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-ssh15045798864361020381.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-ssh11879193907579459630.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-ssh15829834208752841467.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-ssh1234999103614320259.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-235’ Running on prd-ubuntu20.04-docker-8c-8g-239 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/946 [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/946 # 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 d985e1d3b4acfc9bf250ab2c44447925927054e8 (main) Commit message: "Merge pull request #5342 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.15.0" > 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 d985e1d3b4acfc9bf250ab2c44447925927054e8 # timeout=10 > git rev-list --no-walk 57ffbae0593651cdf4e9b2c2f004fd8eda187fd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:25:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:25:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:25:02 ========================================================= 08:25:02 EdgeX Global Pipelines Version Info 08:25:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:25:03 ------------------- 08:25:03 stable info: 08:25:03 ------------------- 08:25:03 Commited By: Cherry Wang cherry@iotechsys.com 08:25:03 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 08:25:03 Message: update stable to v1.0.278 08:25:04 ------------------- 08:25:04 experimental info: 08:25:04 ------------------- 08:25:04 Commited By: **** collab-it+edgex@linuxfoundation.org 08:25:04 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 08:25:04 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d985e1d [Pipeline] echo 08:25:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:25:04 provisioning config files... 08:25:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config16631356131162278778tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:25:05 ---> ****-login.sh 08:25:05 nexus3.edgexfoundry.org:10001 08:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:05 08:25:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:25:05 Configure a credential helper to remove this warning. See 08:25:05 https://docs.****.com/go/credential-store/ 08:25:05 08:25:05 Login Succeeded 08:25:05 nexus3.edgexfoundry.org:10002 08:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:05 08:25:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:25:05 Configure a credential helper to remove this warning. See 08:25:05 https://docs.****.com/go/credential-store/ 08:25:05 08:25:05 Login Succeeded 08:25:05 nexus3.edgexfoundry.org:10003 08:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:05 08:25:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:25:05 Configure a credential helper to remove this warning. See 08:25:05 https://docs.****.com/go/credential-store/ 08:25:05 08:25:05 Login Succeeded 08:25:05 nexus3.edgexfoundry.org:10004 08:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:05 08:25:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:25:05 Configure a credential helper to remove this warning. See 08:25:05 https://docs.****.com/go/credential-store/ 08:25:05 08:25:05 Login Succeeded 08:25:05 ****.io 08:25:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:05 08:25:05 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 08:25:05 Configure a credential helper to remove this warning. See 08:25:05 https://docs.****.com/go/credential-store/ 08:25:05 08:25:05 Login Succeeded 08:25:05 ---> ****-login.sh ends [Pipeline] } 08:25:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:25:06 + 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 08:25:06 + dirname cmd/core-command/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo core-command,cmd/core-command/Dockerfile 08:25:06 + + dirname cmd/core-common-config-bootstrapper/Dockerfile 08:25:06 cut -d/ -f2 08:25:06 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 08:25:06 + dirname cmd/core-data/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo core-data,cmd/core-data/Dockerfile 08:25:06 + dirname cmd/core-keeper/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo core-keeper,cmd/core-keeper/Dockerfile 08:25:06 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 08:25:06 -f2 08:25:06 + echo core-metadata,cmd/core-metadata/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + dirname cmd/security-bootstrapper/Dockerfile 08:25:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:25:06 + dirname cmd/security-proxy-auth/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 08:25:06 + dirname cmd/security-proxy-setup/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:25:06 + dirname cmd/security-secretstore-setup/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:25:06 + dirname cmd/security-spiffe-token-provider/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 08:25:06 + dirname cmd/security-spire-agent/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 08:25:06 + + cut -d/ -f2dirname 08:25:06 cmd/security-spire-config/Dockerfile 08:25:06 + echo security-spire-config,cmd/security-spire-config/Dockerfile 08:25:06 + dirname cmd/security-spire-server/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo security-spire-server,cmd/security-spire-server/Dockerfile 08:25:06 + dirname cmd/support-notifications/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo support-notifications,cmd/support-notifications/Dockerfile 08:25:06 + dirname cmd/support-scheduler/Dockerfile 08:25:06 + cut -d/ -f2 08:25:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 08:25:06 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 08:25:06 + git rev-list -1 --merges d985e1d3b4acfc9bf250ab2c44447925927054e8~1..d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 08:25:06 -----------> git rev-list -1 --merges d985e1d3b4acfc9bf250ab2c44447925927054e8~1..d985e1d3b4acfc9bf250ab2c44447925927054e8 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:25:06 d985e1d3b4acfc9bf250ab2c44447925927054e8 [false] [Pipeline] sh 08:25:06 + git log --format=format:%s -1 d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 08:25:06 ========================================================= 08:25:06 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:25:06 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 08:25:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:25:07 + grep -v github /etc/ssh/ssh_known_hosts 08:25:07 + [ -e /tmp/ssh_known_hosts ] 08:25:07 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:25:07 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:25:07 + sudo tee -a /etc/ssh/ssh_known_hosts 08:25:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:25:07 08:25:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:25:08 0.1.4: Pulling from edgex-devops/py-git-semver 08:25:08 3dae71ba6b94: Pulling fs layer 08:25:08 6bf1a483ea7c: Pulling fs layer 08:25:08 f5dfc541a4d3: Pulling fs layer 08:25:08 461d9e800cba: Pulling fs layer 08:25:08 80192f66455f: Pulling fs layer 08:25:08 2e8e34ca0e6c: Pulling fs layer 08:25:08 a29436f7fd5d: Pulling fs layer 08:25:08 923cac83aea3: Pulling fs layer 08:25:08 25ad8b0a4227: Pulling fs layer 08:25:08 db01528c6b51: Pulling fs layer 08:25:08 28988de357af: Pulling fs layer 08:25:08 80192f66455f: Waiting 08:25:08 2e8e34ca0e6c: Waiting 08:25:08 db01528c6b51: Waiting 08:25:08 28988de357af: Waiting 08:25:08 25ad8b0a4227: Waiting 08:25:08 a29436f7fd5d: Waiting 08:25:08 923cac83aea3: Waiting 08:25:08 461d9e800cba: Waiting 08:25:08 6bf1a483ea7c: Verifying Checksum 08:25:08 6bf1a483ea7c: Download complete 08:25:08 461d9e800cba: Download complete 08:25:08 f5dfc541a4d3: Verifying Checksum 08:25:08 f5dfc541a4d3: Download complete 08:25:08 3dae71ba6b94: Verifying Checksum 08:25:08 3dae71ba6b94: Download complete 08:25:08 923cac83aea3: Verifying Checksum 08:25:08 923cac83aea3: Download complete 08:25:08 25ad8b0a4227: Verifying Checksum 08:25:08 25ad8b0a4227: Download complete 08:25:08 db01528c6b51: Verifying Checksum 08:25:08 db01528c6b51: Download complete 08:25:08 28988de357af: Verifying Checksum 08:25:08 28988de357af: Download complete 08:25:08 a29436f7fd5d: Verifying Checksum 08:25:08 a29436f7fd5d: Download complete 08:25:09 2e8e34ca0e6c: Verifying Checksum 08:25:09 2e8e34ca0e6c: Download complete 08:25:10 3dae71ba6b94: Pull complete 08:25:10 6bf1a483ea7c: Pull complete 08:25:11 f5dfc541a4d3: Pull complete 08:25:11 461d9e800cba: Pull complete 08:25:11 80192f66455f: Pull complete 08:25:16 2e8e34ca0e6c: Pull complete 08:25:16 a29436f7fd5d: Pull complete 08:25:16 923cac83aea3: Pull complete 08:25:16 25ad8b0a4227: Pull complete 08:25:16 db01528c6b51: Pull complete 08:25:16 28988de357af: Pull complete 08:25:16 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 08:25:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:25:16 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:25:16 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 08:25:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 08:25:18 $ docker top bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f -eo pid,comm 08:25:18 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). 08:25:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:25:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:18 [ssh-agent] Looking for ssh-agent implementation... 08:25:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:18 $ docker exec bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent 08:25:18 SSH_AUTH_SOCK=/tmp/ssh-2jjtm8geSUJJ/agent.32 08:25:18 SSH_AGENT_PID=38 08:25:18 Running ssh-add (command line suppressed) 08:25:18 Identity added: /w/workspace/edgex-go/946@tmp/private_key_3848238736926874901.key (/w/workspace/edgex-go/946@tmp/private_key_3848238736926874901.key) 08:25:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:19 + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] sh 08:25:19 + git tag --points-at HEAD [Pipeline] } 08:25:19 $ docker exec --env ******** --env ******** bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent -k 08:25:19 unset SSH_AUTH_SOCK; 08:25:19 unset SSH_AGENT_PID; 08:25:19 echo Agent pid 38 killed; 08:25:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:25:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:19 [ssh-agent] Looking for ssh-agent implementation... 08:25:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:19 $ docker exec bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent 08:25:19 SSH_AUTH_SOCK=/tmp/ssh-LArINC85PRkf/agent.85 08:25:19 SSH_AGENT_PID=91 08:25:19 Running ssh-add (command line suppressed) 08:25:20 Identity added: /w/workspace/edgex-go/946@tmp/private_key_3961348760512847268.key (/w/workspace/edgex-go/946@tmp/private_key_3961348760512847268.key) 08:25:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:20 + git semver init 08:25:20 2026-01-07 08:25:20,575 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 08:25:20 2026-01-07 08:25:20,580 [run_init] DEBUG init version:0.0.0 force:False 08:25:20 2026-01-07 08:25:20,580 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/946/.semver 08:25:20 2026-01-07 08:25:20,581 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/946/.semver 08:25:20 2026-01-07 08:25:20,581 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/946/.semver'], cwd=/w/workspace/edgex-go/946, stdin=None, shell=False, universal_newlines=False) 08:25:25 2026-01-07 08:25:25,249 [append_file] DEBUG append to file:/w/workspace/edgex-go/946/.git/info/exclude 08:25:25 2026-01-07 08:25:25,250 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/946/.semver/main with force:False 08:25:25 2026-01-07 08:25:25,250 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 08:25:25 2026-01-07 08:25:25,251 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 08:25:25 4.1.0-dev.91 [Pipeline] } 08:25:25 $ docker exec --env ******** --env ******** bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f ssh-agent -k 08:25:26 unset SSH_AUTH_SOCK; 08:25:26 unset SSH_AGENT_PID; 08:25:26 echo Agent pid 91 killed; 08:25:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:25:26 + git semver [Pipeline] } 08:25:26 $ docker stop --time=1 bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f 08:25:27 $ docker rm -f --volumes bc16a3ff40062f9c26d57128192fcbc46c80c559f22f491c4b4d3171eb1ec03f [Pipeline] // withDockerContainer [Pipeline] sh 08:25:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:25:28 Stashed 1 file(s) [Pipeline] echo 08:25:28 [edgeXSemver]: initialized semver on version 4.1.0-dev.91 [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 08:25:28 + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] echo 08:25:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:25:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:25:28 ========================================================= 08:25:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 08:25:28 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:25:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 08:25:29 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 08:25:29 2d35ebdb57d9: Pulling fs layer 08:25:29 c35fb4624d26: Pulling fs layer 08:25:29 4e2aec7ef170: Pulling fs layer 08:25:29 333b49ad6fbf: Pulling fs layer 08:25:29 4f4fb700ef54: Pulling fs layer 08:25:29 c3e65509a76b: Pulling fs layer 08:25:29 7cf9ebb963bd: Pulling fs layer 08:25:29 bb34ca984cfb: Pulling fs layer 08:25:29 151cf03bc807: Pulling fs layer 08:25:29 333b49ad6fbf: Waiting 08:25:29 bb34ca984cfb: Waiting 08:25:29 4f4fb700ef54: Waiting 08:25:29 c3e65509a76b: Waiting 08:25:29 7cf9ebb963bd: Waiting 08:25:29 151cf03bc807: Waiting 08:25:29 c35fb4624d26: Download complete 08:25:29 333b49ad6fbf: Verifying Checksum 08:25:29 333b49ad6fbf: Download complete 08:25:29 4f4fb700ef54: Verifying Checksum 08:25:29 4f4fb700ef54: Download complete 08:25:29 c3e65509a76b: Download complete 08:25:29 2d35ebdb57d9: Download complete 08:25:29 7cf9ebb963bd: Download complete 08:25:29 2d35ebdb57d9: Pull complete 08:25:29 c35fb4624d26: Pull complete 08:25:29 4e2aec7ef170: Verifying Checksum 08:25:29 4e2aec7ef170: Download complete 08:25:29 151cf03bc807: Verifying Checksum 08:25:29 151cf03bc807: Download complete 08:25:30 bb34ca984cfb: Verifying Checksum 08:25:30 bb34ca984cfb: Download complete 08:25:35 4e2aec7ef170: Pull complete 08:25:35 333b49ad6fbf: Pull complete 08:25:35 4f4fb700ef54: Pull complete 08:25:35 c3e65509a76b: Pull complete 08:25:35 7cf9ebb963bd: Pull complete 08:25:38 bb34ca984cfb: Pull complete 08:25:39 151cf03bc807: Pull complete 08:25:39 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 08:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 08:25:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 08:25:39 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 08:25:39 WORKDIR /edgex 08:25:39 COPY go.mod . 08:25:39 RUN go mod download 08:25:39 + docker build -t ci-base-image-x86_64 -f - . 08:25:40 #0 building with "default" instance using docker driver 08:25:40 08:25:40 #1 [internal] load build definition from Dockerfile 08:25:40 #1 transferring dockerfile: 164B done 08:25:40 #1 DONE 0.0s 08:25:40 08:25:40 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 08:25:40 #2 DONE 0.0s 08:25:40 08:25:40 #3 [internal] load .dockerignore 08:25:40 #3 transferring context: 50B done 08:25:40 #3 DONE 0.0s 08:25:40 08:25:40 #4 [internal] load build context 08:25:40 #4 transferring context: 7.11kB done 08:25:40 #4 DONE 0.0s 08:25:40 08:25:40 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 08:25:40 #5 DONE 0.1s 08:25:40 08:25:40 #6 [2/4] WORKDIR /edgex 08:25:41 #6 DONE 1.3s 08:25:41 08:25:41 #7 [3/4] COPY go.mod . 08:25:41 #7 DONE 0.0s 08:25:41 08:25:41 #8 [4/4] RUN go mod download 08:25:43 Still waiting to schedule task 08:25:43 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:25:49 #8 DONE 7.2s 08:25:49 08:25:49 #9 exporting to image 08:25:49 #9 exporting layers 08:25:53 #9 exporting layers 3.8s done 08:25:53 #9 writing image sha256:9a86e5c7d5f08931f29bbf1e4696f2138ad236f3bfd4d8d78baeb1cc8483a331 08:25:53 #9 writing image sha256:9a86e5c7d5f08931f29bbf1e4696f2138ad236f3bfd4d8d78baeb1cc8483a331 done 08:25:53 #9 naming to docker.io/library/ci-base-image-x86_64 done 08:25:53 #9 DONE 3.8s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:53 + docker inspect -f . ci-base-image-x86_64 08:25:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:25:53 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 08:25:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 08:25:53 $ docker top e7bc966c31f4083f5259c7edd986ae1a10bbcd17dee34fa402032c13ea131628 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:54 + go version 08:25:54 go version go1.25.2 linux/amd64 [Pipeline] } 08:25:54 $ docker stop --time=1 e7bc966c31f4083f5259c7edd986ae1a10bbcd17dee34fa402032c13ea131628 08:25:55 $ docker rm -f --volumes e7bc966c31f4083f5259c7edd986ae1a10bbcd17dee34fa402032c13ea131628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:55 + docker inspect -f . ci-base-image-x86_64 08:25:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:25:55 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 08:25:55 $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 08:25:56 $ docker top 0012abe2d09fe9a8fb96e92212ff58006404b8f5823a60f83ee0b652490f42f9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:25:56 ========================================================= 08:25:56 [edgeXBuildGoParallel] Running Tests and Build... 08:25:56 ========================================================= [Pipeline] sh 08:25:56 + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] fileExists [Pipeline] sh 08:25:56 + make test 08:25:56 go test -race -coverprofile=coverage.out ./... 08:26:06 ? github.com/edgexfoundry/edgex-go [no test files] 08:26:38 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 08:26:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:26:38 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 08:26:38 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 08:26:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.062s coverage: 97.0% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.049s coverage: 69.4% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.042s coverage: 4.8% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 57.6% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.032s coverage: 86.5% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.241s coverage: 94.2% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 08:26:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 08:26:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 08:26:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 08:26:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.104s coverage: 90.7% of statements 08:26:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 08:26:42 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:26:42 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/registry 1.037s coverage: 0.0% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 08:26:42 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 08:26:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.050s coverage: 8.3% of statements 08:26:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 08:26:43 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 08:26:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.401s coverage: 95.9% of statements 08:26:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 08:26:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 08:26:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 08:26:46 ok github.com/edgexfoundry/edgex-go/internal/io 1.046s coverage: 72.2% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 08:26:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 08:26:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 08:26:46 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 08:26:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 08:26:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.058s coverage: 3.5% of statements 08:26:48 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/mocks coverage: 0.0% of statements 08:26:48 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 08:26:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements 08:26:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 08:26:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.040s coverage: 38.2% of statements 08:26:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements 08:26:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 08:26:48 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 08:26:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 08:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.041s coverage: 40.0% of statements 08:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements 08:26:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 89.5% of statements 08:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.202s coverage: 93.1% of statements 08:26:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements 08:27:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.042s coverage: 94.4% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.050s coverage: 92.9% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.033s coverage: 68.8% of statements 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.031s coverage: 62.3% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.034s coverage: 47.4% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.028s coverage: 87.2% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.023s coverage: 15.5% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.038s coverage: 33.3% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.161s coverage: 54.8% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.025s coverage: 89.6% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.042s coverage: 20.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.030s coverage: 88.6% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.042s coverage: 96.8% of statements 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.022s coverage: 100.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.144s coverage: 29.2% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 93.8% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 08:27:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 3.1% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.023s coverage: 76.2% of statements 08:27:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.029s coverage: 54.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 08:27:12 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 08:27:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.1% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 08:27:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.143s coverage: 94.9% of statements 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 08:27:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.026s coverage: 9.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 08:27:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 97.7% of statements 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 08:27:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.029s coverage: 43.6% of statements 08:27:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 08:27:17 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 08:27:17 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 08:27:17 running golangci-lint 08:27:17 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 08:27:17 go version go1.25.2 linux/amd64 08:27:17 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 08:27:17 level=info msg="[config_reader] Used config file .golangci.yml" 08:27:17 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 08:27:17 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 08:27:17 level=info msg="[goenv] Read go env for 4.826528ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 08:27:17 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 08:27:28 Running on prd-ubuntu20.04-docker-arm64-4c-16g-240 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 08:27:28 Running in /w/workspace/edgex-go/946 [Pipeline] { [Pipeline] checkout 08:27:32 The recommended git tool is: git 08:27:36 using credential edgex-jenkins-ssh 08:27:36 Cloning the remote Git repository 08:27:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:27:36 > git init /w/workspace/edgex-go/946 # timeout=10 08:27:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:27:36 > git --version # timeout=10 08:27:36 > git --version # 'git version 2.25.1' 08:27:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:27:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:27:44 level=info msg="[loader] Go packages loading at mode 8767 (exports_file|files|types_sizes|deps|imports|name|compiled_files) took 23.365512944s" 08:27:44 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.596491ms" 08:27:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:27:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:27:54 Avoid second fetch 08:27:54 Checking out Revision d985e1d3b4acfc9bf250ab2c44447925927054e8 (main) 08:27:55 Commit message: "Merge pull request #5342 from edgexfoundry/dependabot/go_modules/github.com/labstack/echo/v4-4.15.0" 08:27:54 > git config core.sparsecheckout # timeout=10 08:27:54 > git checkout -f d985e1d3b4acfc9bf250ab2c44447925927054e8 # timeout=10 08:27:56 level=info msg="[linters_context/goanalysis] analyzers took 2m15.512760388s with top 10 stages: buildir: 1m14.49499642s, gosec: 4.107816242s, inspect: 2.988897359s, fact_deprecated: 2.273240806s, printf: 2.126049944s, ctrlflow: 1.783509361s, fact_purity: 1.605108613s, QF1004: 1.570955401s, nilness: 1.493532682s, S1038: 1.439688299s" 08:27:56 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 08:27:56 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 08:27:56 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 08:27:56 level=info msg="[runner] Issues before processing: 35, after processing: 0" 08:27:56 level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, nolint_filter: 21/0, generated_file_filter: 35/22, cgo: 35/35, filename_unadjuster: 35/35, invalid_issue: 35/35, path_relativity: 35/35, exclusion_paths: 35/35, exclusion_rules: 22/21" 08:27:56 level=info msg="[runner] processing took 17.871987ms with stages: nolint_filter: 16.837399ms, generated_file_filter: 757.566µs, exclusion_rules: 125.241µs, exclusion_paths: 93.96µs, path_relativity: 35.89µs, cgo: 5.63µs, invalid_issue: 4.07µs, path_absoluter: 3.73µs, sort_results: 3.44µs, filename_unadjuster: 1.03µs, max_same_issues: 770ns, max_from_linter: 591ns, diff: 580ns, fixer: 490ns, path_prettifier: 410ns, uniq_by_line: 340ns, severity-rules: 330ns, source_code: 210ns, max_per_file_from_linter: 180ns, path_shortener: 130ns" 08:27:56 level=info msg="[runner] linters took 15.09668667s with stages: goanalysis_metalinter: 15.078693333s" 08:27:56 0 issues. 08:27:56 level=info msg="File cache stats: 0 entries of total size 0B" 08:27:56 level=info msg="Memory: 386 samples, avg is 361.2MB, max is 1272.7MB" 08:27:56 level=info msg="Execution took 38.51164081s" 08:27:56 go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:27:59 provisioning config files... 08:27:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config8663929063262463035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:00 ---> ****-login.sh 08:28:00 nexus3.edgexfoundry.org:10001 08:28:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:01 Configure a credential helper to remove this warning. See 08:28:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:01 08:28:01 Login Succeeded 08:28:01 nexus3.edgexfoundry.org:10002 08:28:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:01 Configure a credential helper to remove this warning. See 08:28:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:01 08:28:01 Login Succeeded 08:28:01 nexus3.edgexfoundry.org:10003 08:28:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:01 Configure a credential helper to remove this warning. See 08:28:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:01 08:28:01 Login Succeeded 08:28:01 nexus3.edgexfoundry.org:10004 08:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:02 Configure a credential helper to remove this warning. See 08:28:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:02 08:28:02 Login Succeeded 08:28:02 ****.io 08:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:28:02 Configure a credential helper to remove this warning. See 08:28:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:28:02 08:28:02 Login Succeeded 08:28:02 ---> ****-login.sh ends [Pipeline] } 08:28:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 08:28:03 + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] echo 08:28:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:28:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:28:03 ========================================================= 08:28:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 08:28:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 08:28:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 08:28:03 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:28:03 6b59a28fa201: Pulling fs layer 08:28:03 d32bb0dddca7: Pulling fs layer 08:28:03 5dab1238d3d9: Pulling fs layer 08:28:03 196fd7d83e7d: Pulling fs layer 08:28:03 4f4fb700ef54: Pulling fs layer 08:28:03 8ba94037c8f0: Pulling fs layer 08:28:03 deaec5988b04: Pulling fs layer 08:28:03 9f65657bb879: Pulling fs layer 08:28:03 8ba94037c8f0: Waiting 08:28:03 deaec5988b04: Waiting 08:28:03 9f65657bb879: Waiting 08:28:03 196fd7d83e7d: Waiting 08:28:03 4f4fb700ef54: Waiting 08:28:04 d32bb0dddca7: Verifying Checksum 08:28:04 d32bb0dddca7: Download complete 08:28:04 196fd7d83e7d: Verifying Checksum 08:28:04 196fd7d83e7d: Download complete 08:28:04 4f4fb700ef54: Verifying Checksum 08:28:04 4f4fb700ef54: Download complete 08:28:04 8ba94037c8f0: Verifying Checksum 08:28:04 8ba94037c8f0: Download complete 08:28:04 6b59a28fa201: Verifying Checksum 08:28:04 6b59a28fa201: Download complete 08:28:04 9f65657bb879: Verifying Checksum 08:28:04 9f65657bb879: Download complete 08:28:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:28:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:28:04 ./bin/test-attribution-txt.sh [Pipeline] echo 08:28:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 08:28:04 6b59a28fa201: Pull complete 08:28:05 + ls -al . 08:28:05 total 1392 08:28:05 drwxrwxr-x 11 1001 1001 4096 Jan 7 08:25 . 08:28:05 drwxr-xr-x 4 root root 4096 Jan 7 08:25 .. 08:28:05 drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 .blubracket 08:28:05 -rw-rw-r-- 1 1001 1001 10 Jan 7 08:24 .dockerignore 08:28:05 drwxrwxr-x 8 1001 1001 4096 Jan 7 08:27 .git 08:28:05 drwxrwxr-x 3 1001 1001 4096 Jan 7 08:24 .github 08:28:05 -rw-rw-r-- 1 1001 1001 909 Jan 7 08:24 .gitignore 08:28:05 -rw-rw-r-- 1 1001 1001 359 Jan 7 08:24 .golangci.yml 08:28:05 -rw-rw-r-- 1 1001 1001 100 Jan 7 08:24 .hadolint.yml 08:28:05 drwxr-xr-x 3 1001 1001 4096 Jan 7 08:25 .semver 08:28:05 -rw-rw-r-- 1 1001 1001 155 Jan 7 08:24 .sonarcloud.properties 08:28:05 -rw-rw-r-- 1 1001 1001 1171 Jan 7 08:24 ADOPTERS.md 08:28:05 -rw-rw-r-- 1 1001 1001 20017 Jan 7 08:24 Attribution.txt 08:28:05 -rw-rw-r-- 1 1001 1001 108018 Jan 7 08:24 CHANGELOG.md 08:28:05 -rw-rw-r-- 1 1001 1001 3804 Jan 7 08:24 CONTRIBUTING.md 08:28:05 -rw-rw-r-- 1 1001 1001 677 Jan 7 08:24 GOVERNANCE.md 08:28:05 -rw-rw-r-- 1 1001 1001 886 Jan 7 08:24 Jenkinsfile 08:28:05 -rw-rw-r-- 1 1001 1001 10775 Jan 7 08:24 LICENSE 08:28:05 -rw-rw-r-- 1 1001 1001 16743 Jan 7 08:24 Makefile 08:28:05 -rw-rw-r-- 1 1001 1001 582 Jan 7 08:24 OWNERS.md 08:28:05 -rw-rw-r-- 1 1001 1001 9932 Jan 7 08:24 README.md 08:28:05 -rw-rw-r-- 1 1001 1001 789 Jan 7 08:24 SECURITY.md 08:28:05 -rw-rw-r-- 1 1001 1001 12 Jan 7 08:25 VERSION 08:28:05 drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 bin 08:28:05 drwxrwxr-x 19 1001 1001 4096 Jan 7 08:24 cmd 08:28:05 -rw-r--r-- 1 root root 1043597 Jan 7 08:27 coverage.out 08:28:05 drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 fuzz_test 08:28:05 -rw-rw-r-- 1 1001 1001 7070 Jan 7 08:24 go.mod 08:28:05 -rw-rw-r-- 1 1001 1001 90674 Jan 7 08:24 go.sum 08:28:05 drwxrwxr-x 7 1001 1001 4096 Jan 7 08:24 internal 08:28:05 drwxrwxr-x 2 1001 1001 4096 Jan 7 08:24 openapi 08:28:05 -rw-rw-r-- 1 1001 1001 584 Jan 7 08:24 security.txt 08:28:05 -rw-rw-r-- 1 1001 1001 204 Jan 7 08:24 version.go [Pipeline] sh 08:28:05 + '[' -e coverage.out ] 08:28:05 + chown 1001:1001 coverage.out [Pipeline] stash 08:28:05 d32bb0dddca7: Pull complete 08:28:05 5dab1238d3d9: Verifying Checksum 08:28:05 5dab1238d3d9: Download complete 08:28:05 Stashed 1 file(s) [Pipeline] sh 08:28:05 + make build 08:28:05 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 08:28:07 deaec5988b04: Verifying Checksum 08:28:07 deaec5988b04: Download complete 08:28:19 5dab1238d3d9: Pull complete 08:28:19 196fd7d83e7d: Pull complete 08:28:19 4f4fb700ef54: Pull complete 08:28:19 8ba94037c8f0: Pull complete 08:28:29 deaec5988b04: Pull complete 08:28:31 9f65657bb879: Pull complete 08:28:31 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 08:28:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 08:28:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 08:28:31 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 08:28:31 WORKDIR /edgex 08:28:31 COPY go.mod . 08:28:31 RUN go mod download 08:28:31 + docker build -t ci-base-image-arm64 -f - . 08:28:32 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:28:32 Sending build context to Docker daemon 3.887MB 08:28:32 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 08:28:32 ---> 334268110677 08:28:32 Step 2/4 : WORKDIR /edgex 08:28:33 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 08:28:34 ---> Running in b2d28c8126c9 08:28:34 Removing intermediate container b2d28c8126c9 08:28:34 ---> 1706fea5afd5 08:28:34 Step 3/4 : COPY go.mod . 08:28:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:28:35 ---> c0a9df369824 08:28:35 Step 4/4 : RUN go mod download 08:28:35 ---> Running in 41f8d0a1395e 08:28:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 08:28:38 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:28:43 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:28:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:28:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:28:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:28:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 08:28:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:28:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 08:28:58 $ docker stop --time=1 0012abe2d09fe9a8fb96e92212ff58006404b8f5823a60f83ee0b652490f42f9 08:29:00 $ docker rm -f --volumes 0012abe2d09fe9a8fb96e92212ff58006404b8f5823a60f83ee0b652490f42f9 [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 08:29:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:29:01 08:29:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:29:02 latest: Pulling from edgex-devops/edgex-compose 08:29:02 91d30c5bc195: Pulling fs layer 08:29:02 2e9b0aa3be6d: Pulling fs layer 08:29:02 9c61dcf015f6: Pulling fs layer 08:29:02 4698f68db338: Pulling fs layer 08:29:02 2a2f49069b9e: Pulling fs layer 08:29:02 e0025b399a48: Pulling fs layer 08:29:02 4698f68db338: Waiting 08:29:02 2a2f49069b9e: Waiting 08:29:02 e0025b399a48: Waiting 08:29:02 91d30c5bc195: Download complete 08:29:02 4698f68db338: Verifying Checksum 08:29:02 4698f68db338: Download complete 08:29:02 2e9b0aa3be6d: Verifying Checksum 08:29:02 2e9b0aa3be6d: Download complete 08:29:02 e0025b399a48: Download complete 08:29:02 91d30c5bc195: Pull complete 08:29:02 2a2f49069b9e: Download complete 08:29:02 2e9b0aa3be6d: Pull complete 08:29:03 9c61dcf015f6: Download complete 08:29:07 9c61dcf015f6: Pull complete 08:29:07 4698f68db338: Pull complete 08:29:07 2a2f49069b9e: Pull complete 08:29:07 e0025b399a48: Pull complete 08:29:07 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 08:29:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:29:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:07 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 08:29:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 08:29:08 $ docker top 4a60b8ecb6554d6b52d8044382adda3c585d3f1fb8797318810e54953d1c01ea -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:08 + docker compose -f ./docker-compose-build.yml build --parallel 08:29:09 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:29:09 #1 transferring dockerfile: 2.23kB done 08:29:09 #1 DONE 0.1s 08:29:09 08:29:09 #2 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.22 08:29:09 #2 ... 08:29:09 08:29:09 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:29:09 #3 transferring dockerfile: 1.89kB done 08:29:09 #3 DONE 0.1s 08:29:09 08:29:09 #4 [core-command internal] load build definition from Dockerfile 08:29:09 #4 transferring dockerfile: 1.94kB done 08:29:09 #4 DONE 0.1s 08:29:09 08:29:09 #5 [core-keeper internal] load build definition from Dockerfile 08:29:09 #5 transferring dockerfile: 2.01kB done 08:29:09 #5 DONE 0.1s 08:29:09 08:29:09 #6 [security-secretstore-setup internal] load build definition from Dockerfile 08:29:09 #6 transferring dockerfile: 2.49kB done 08:29:09 #6 DONE 0.2s 08:29:09 08:29:09 #7 [core-metadata internal] load build definition from Dockerfile 08:29:09 #7 transferring dockerfile: 2.10kB done 08:29:09 #7 DONE 0.2s 08:29:09 08:29:09 #8 [security-proxy-setup internal] load build definition from Dockerfile 08:29:09 #8 transferring dockerfile: 2.50kB done 08:29:09 #8 DONE 0.2s 08:29:09 08:29:09 #9 [security-proxy-auth internal] load build definition from Dockerfile 08:29:09 #9 transferring dockerfile: 2.14kB done 08:29:09 #9 DONE 0.2s 08:29:09 08:29:09 #10 [security-secretstore-setup internal] load .dockerignore 08:29:09 #10 DONE 0.0s 08:29:09 08:29:09 #11 [core-command internal] load .dockerignore 08:29:09 #11 DONE 0.0s 08:29:09 08:29:09 #12 [core-metadata internal] load .dockerignore 08:29:09 #12 DONE 0.0s 08:29:09 08:29:09 #13 [core-keeper internal] load .dockerignore 08:29:09 #13 DONE 0.0s 08:29:09 08:29:09 #14 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:29:09 #14 DONE 0.0s 08:29:09 08:29:09 #15 [support-scheduler internal] load build definition from Dockerfile 08:29:09 #15 transferring dockerfile: 1.83kB done 08:29:09 #15 DONE 0.2s 08:29:09 08:29:09 #16 [security-spire-config internal] load build definition from Dockerfile 08:29:09 #16 transferring dockerfile: 1.69kB done 08:29:09 #16 DONE 0.2s 08:29:09 08:29:09 #17 [security-bootstrapper internal] load build definition from Dockerfile 08:29:09 #17 transferring dockerfile: 3.02kB done 08:29:09 #17 DONE 0.2s 08:29:09 08:29:09 #2 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 08:29:09 #2 DONE 0.2s 08:29:09 08:29:09 #18 [security-spire-server internal] load build definition from Dockerfile 08:29:09 #18 transferring dockerfile: 1.70kB done 08:29:09 #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 08:29:09 #18 DONE 0.2s 08:29:09 08:29:09 #19 [support-notifications internal] load build definition from Dockerfile 08:29:09 #19 transferring dockerfile: 2.02kB done 08:29:09 #19 DONE 0.2s 08:29:09 08:29:09 #20 [security-spire-agent internal] load build definition from Dockerfile 08:29:09 #20 transferring dockerfile: 1.81kB done 08:29:09 #20 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 08:29:09 #20 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 08:29:09 #20 DONE 0.2s 08:29:09 08:29:09 #21 [core-data internal] load build definition from Dockerfile 08:29:09 #21 transferring dockerfile: 2.04kB done 08:29:09 #21 DONE 0.2s 08:29:09 08:29:09 #14 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 08:29:09 #14 DONE 0.0s 08:29:09 08:29:09 #10 [security-secretstore-setup internal] load .dockerignore 08:29:09 #10 transferring context: 50B done 08:29:09 #10 DONE 0.0s 08:29:09 08:29:09 #22 [security-secretstore-setup stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:29:09 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 08:29:09 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:29:09 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 08:29:09 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 08:29:09 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 08:29:09 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:29:09 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 08:29:09 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 08:29:09 #22 DONE 0.1s 08:29:09 08:29:09 #12 [core-metadata internal] load .dockerignore 08:29:09 #12 transferring context: 50B done 08:29:09 #12 DONE 0.1s 08:29:09 08:29:09 #11 [core-command internal] load .dockerignore 08:29:09 #11 transferring context: 50B done 08:29:09 #11 DONE 0.1s 08:29:09 08:29:09 #13 [core-keeper internal] load .dockerignore 08:29:09 #13 transferring context: 50B done 08:29:09 #13 DONE 0.1s 08:29:09 08:29:09 #23 [security-spiffe-token-provider internal] load .dockerignore 08:29:09 #23 transferring context: 50B done 08:29:09 #23 DONE 0.1s 08:29:09 08:29:09 #24 [core-common-config-bootstrapper internal] load .dockerignore 08:29:09 #24 transferring context: 50B done 08:29:09 #24 DONE 0.1s 08:29:09 08:29:09 #25 [security-proxy-setup internal] load .dockerignore 08:29:09 #25 transferring context: 50B done 08:29:09 #25 DONE 0.1s 08:29:09 08:29:09 #26 [security-proxy-auth internal] load .dockerignore 08:29:09 #26 transferring context: 50B done 08:29:09 #26 DONE 0.1s 08:29:09 08:29:09 #27 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 08:29:09 #27 ... 08:29:09 08:29:09 #28 [security-bootstrapper internal] load .dockerignore 08:29:09 #28 transferring context: 50B done 08:29:09 #28 DONE 0.2s 08:29:09 08:29:09 #22 [security-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:29:09 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 08:29:09 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:29:09 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 08:29:09 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 08:29:09 #22 DONE 0.1s 08:29:09 08:29:09 #29 [core-keeper internal] load build context 08:29:09 #29 ... 08:29:09 08:29:09 #30 [support-scheduler internal] load .dockerignore 08:29:09 #30 transferring context: 50B 0.0s done 08:29:09 #30 DONE 0.4s 08:29:09 08:29:09 #31 [core-data internal] load .dockerignore 08:29:09 #31 transferring context: 50B done 08:29:09 #31 DONE 0.4s 08:29:09 08:29:09 #32 [support-notifications internal] load .dockerignore 08:29:09 #32 transferring context: 50B 0.0s done 08:29:09 #32 DONE 0.4s 08:29:09 08:29:09 #29 [core-keeper internal] load build context 08:29:09 #29 ... 08:29:09 08:29:09 #22 [core-data stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:29:09 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 08:29:09 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:29:09 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 08:29:09 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 08:29:09 #22 DONE 0.1s 08:29:09 08:29:09 #29 [core-keeper internal] load build context 08:29:09 #29 ... 08:29:09 08:29:09 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 08:29:09 #33 DONE 0.7s 08:29:09 08:29:09 #27 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 08:29:09 #27 DONE 0.7s 08:29:09 08:29:09 #29 [core-keeper internal] load build context 08:29:10 #29 ... 08:29:10 08:29:10 #34 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 08:29:10 #34 DONE 1.3s 08:29:10 08:29:10 #29 [core-keeper internal] load build context 08:29:10 #29 ... 08:29:10 08:29:10 #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 08:29:10 #35 DONE 0.7s 08:29:10 08:29:10 #29 [core-keeper internal] load build context 08:29:10 #29 ... 08:29:10 08:29:10 #36 [security-spire-server internal] load .dockerignore 08:29:10 #36 transferring context: 50B 0.0s done 08:29:10 #36 DONE 0.4s 08:29:10 08:29:10 #29 [core-keeper internal] load build context 08:29:11 #29 ... 08:29:11 08:29:11 #22 [security-spire-server stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:29:11 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 08:29:11 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:29:11 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 08:29:11 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 08:29:11 #22 DONE 0.1s 08:29:11 08:29:11 #29 [core-keeper internal] load build context 08:29:12 #29 ... 08:29:12 08:29:12 #37 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:12 #37 DONE 2.7s 08:29:12 08:29:12 #29 [core-keeper internal] load build context 08:29:12 #29 ... 08:29:12 08:29:12 #22 [security-spire-config stage-1 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:29:12 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 08:29:12 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:29:12 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 08:29:12 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 08:29:12 #22 DONE 0.1s 08:29:12 08:29:12 #38 [security-spire-agent internal] load .dockerignore 08:29:12 #38 transferring context: 50B 0.1s done 08:29:12 #38 DONE 1.6s 08:29:12 08:29:12 #39 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:29:12 #0 1.033 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.541 (1/4) Installing dumb-init (1.2.5-r3) 08:29:12 #0 1.548 (2/4) Installing openssl (3.5.4-r0) 08:29:12 #0 1.560 (3/4) Installing su-exec (0.2-r3) 08:29:12 #0 1.568 (4/4) Installing yq-go (4.47.2-r2) 08:29:12 #0 1.648 Executing busybox-1.37.0-r19.trigger 08:29:12 #0 1.656 OK: 20 MiB in 20 packages 08:29:12 #39 DONE 2.8s 08:29:12 08:29:12 #40 [security-spire-config internal] load .dockerignore 08:29:12 #40 transferring context: 50B 0.1s done 08:29:12 #40 DONE 1.6s 08:29:12 08:29:12 #41 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:29:12 #0 0.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:12 #0 0.779 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.228 (1/1) Installing dumb-init (1.2.5-r3) 08:29:12 #0 1.233 Executing busybox-1.37.0-r19.trigger 08:29:12 #0 1.258 OK: 7 MiB in 17 packages 08:29:12 #41 DONE 2.8s 08:29:12 08:29:12 #42 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:29:12 #0 0.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:12 #0 0.775 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.201 (1/4) Installing ca-certificates (20250911-r0) 08:29:12 #0 1.226 (2/4) Installing dumb-init (1.2.5-r3) 08:29:12 #0 1.233 (3/4) Installing su-exec (0.2-r3) 08:29:12 #0 1.241 (4/4) Installing yq-go (4.47.2-r2) 08:29:12 #0 1.363 Executing busybox-1.37.0-r19.trigger 08:29:12 #0 1.379 Executing ca-certificates-20250911-r0.trigger 08:29:12 #0 1.443 OK: 20 MiB in 20 packages 08:29:12 #42 DONE 2.9s 08:29:12 08:29:12 #43 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:29:12 #0 0.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:12 #0 0.783 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.220 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:29:12 #0 1.220 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:29:12 #0 1.220 OK: 26327 distinct packages available 08:29:12 #0 1.307 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.769 (1/13) Installing brotli-libs (1.1.0-r2) 08:29:12 #0 1.792 (2/13) Installing c-ares (1.34.6-r0) 08:29:12 #0 1.792 (3/13) Installing libunistring (1.3-r0) 08:29:12 #0 1.806 (4/13) Installing libidn2 (2.3.7-r0) 08:29:12 #0 1.814 (5/13) Installing nghttp2-libs (1.65.0-r0) 08:29:12 #0 1.814 (6/13) Installing libpsl (0.21.5-r3) 08:29:12 #0 1.818 (7/13) Installing zstd-libs (1.5.7-r0) 08:29:12 #0 1.826 (8/13) Installing libcurl (8.14.1-r2) 08:29:12 #0 1.837 (9/13) Installing curl (8.14.1-r2) 08:29:12 #0 1.842 (10/13) Installing dumb-init (1.2.5-r3) 08:29:12 #0 1.845 (11/13) Installing musl-obstack (1.2.3-r2) 08:29:12 #0 1.850 (12/13) Installing libucontext (1.3.2-r0) 08:29:12 #0 1.850 (13/13) Installing gcompat (1.1.0-r4) 08:29:12 #0 1.854 Executing busybox-1.37.0-r19.trigger 08:29:12 #0 1.865 OK: 13 MiB in 29 packages 08:29:12 #43 DONE 2.9s 08:29:12 08:29:12 #29 [core-keeper internal] load build context 08:29:12 #29 ... 08:29:12 08:29:12 #44 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:29:12 #0 1.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.233 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:12 #0 1.574 (1/2) Installing dumb-init (1.2.5-r3) 08:29:12 #0 1.575 (2/2) Installing su-exec (0.2-r3) 08:29:12 #0 1.586 Executing busybox-1.37.0-r19.trigger 08:29:12 #0 1.606 OK: 7 MiB in 18 packages 08:29:12 #44 DONE 2.7s 08:29:12 08:29:12 #29 [core-keeper internal] load build context 08:29:12 #29 ... 08:29:12 08:29:12 #45 [security-spire-server internal] load build context 08:29:12 #45 transferring context: 26.44kB 0.0s done 08:29:12 #45 DONE 1.0s 08:29:12 08:29:12 #29 [core-keeper internal] load build context 08:29:13 #29 ... 08:29:13 08:29:13 #46 [security-spire-agent internal] load build context 08:29:13 #46 transferring context: 25.98kB 0.0s done 08:29:13 #46 DONE 1.1s 08:29:13 08:29:13 #29 [core-keeper internal] load build context 08:29:13 #29 ... 08:29:13 08:29:13 #47 [security-spire-config internal] load build context 08:29:13 #47 transferring context: 24.70kB 0.0s done 08:29:13 #47 DONE 1.6s 08:29:13 08:29:13 #29 [core-keeper internal] load build context 08:29:14 #29 ... 08:29:14 08:29:14 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:29:14 #0 2.343 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.757 (1/1) Installing dumb-init (1.2.5-r3) 08:29:14 #0 2.762 Executing busybox-1.37.0-r19.trigger 08:29:14 #0 2.771 OK: 7 MiB in 17 packages 08:29:14 #48 DONE 5.0s 08:29:14 08:29:14 #49 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:29:14 #0 2.331 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.797 (1/3) Installing ca-certificates (20250911-r0) 08:29:14 #0 2.810 (2/3) Installing dumb-init (1.2.5-r3) 08:29:14 #0 2.814 (3/3) Installing tzdata (2025c-r0) 08:29:14 #0 2.867 Executing busybox-1.37.0-r19.trigger 08:29:14 #0 2.869 Executing ca-certificates-20250911-r0.trigger 08:29:14 #0 2.936 OK: 8 MiB in 19 packages 08:29:14 #49 DONE 5.1s 08:29:14 08:29:14 #50 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 08:29:14 #0 2.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.929 OK: 265 MiB in 60 packages 08:29:14 #50 DONE 4.2s 08:29:14 08:29:14 #51 [core-data builder 3/7] RUN apk add --update --no-cache make git 08:29:14 #0 3.290 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:14 #0 3.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:14 #0 3.690 OK: 265 MiB in 60 packages 08:29:14 #51 DONE 4.3s 08:29:14 08:29:14 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:29:14 #0 2.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:14 #0 2.757 (1/7) Installing ca-certificates (20250911-r0) 08:29:14 #0 2.778 (2/7) Installing dumb-init (1.2.5-r3) 08:29:14 #0 2.784 (3/7) Installing libgcc (14.2.0-r6) 08:29:14 #0 2.792 (4/7) Installing libsodium (1.0.20-r1) 08:29:14 #0 2.806 (5/7) Installing libstdc++ (14.2.0-r6) 08:29:14 #0 2.825 (6/7) Installing libzmq (4.3.5-r2) 08:29:14 #0 2.838 (7/7) Installing zeromq (4.3.5-r2) 08:29:14 #0 2.840 Executing busybox-1.37.0-r19.trigger 08:29:14 #0 2.861 Executing ca-certificates-20250911-r0.trigger 08:29:14 #0 2.922 OK: 12 MiB in 23 packages 08:29:14 #52 DONE 5.1s 08:29:14 08:29:14 #29 [core-keeper internal] load build context 08:29:18 #29 transferring context: 235.51MB 8.4s 08:29:18 #29 ... 08:29:18 08:29:18 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:18 #53 DONE 7.2s 08:29:18 08:29:18 #29 [core-keeper internal] load build context 08:29:19 #29 ... 08:29:19 08:29:19 #54 [security-secretstore-setup internal] load build context 08:29:19 #54 ... 08:29:19 08:29:19 #55 [security-spiffe-token-provider internal] load build context 08:29:19 #55 ... 08:29:19 08:29:19 #56 [core-metadata internal] load build context 08:29:19 #56 ... 08:29:19 08:29:19 #57 [core-common-config-bootstrapper internal] load build context 08:29:19 #57 ... 08:29:19 08:29:19 #58 [support-notifications internal] load build context 08:29:20 #58 ... 08:29:20 08:29:20 #59 [core-data internal] load build context 08:29:20 #59 ... 08:29:20 08:29:20 #60 [support-scheduler internal] load build context 08:29:20 #60 ... 08:29:20 08:29:20 #61 [security-proxy-auth internal] load build context 08:29:20 #61 ... 08:29:20 08:29:20 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:29:20 #0 5.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.124 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.492 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:29:20 #0 5.492 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:29:20 #0 5.492 OK: 26331 distinct packages available 08:29:20 #0 5.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 6.007 OK: 265 MiB in 60 packages 08:29:20 #62 DONE 9.5s 08:29:20 08:29:20 #63 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:29:20 #0 5.118 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.559 OK: 265 MiB in 60 packages 08:29:20 #63 DONE 9.5s 08:29:20 08:29:20 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:29:20 #0 5.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.547 OK: 265 MiB in 60 packages 08:29:20 #64 DONE 9.5s 08:29:20 08:29:20 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:29:20 #0 6.417 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 6.791 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 7.223 (1/1) Installing dumb-init (1.2.5-r3) 08:29:20 #0 7.402 Executing busybox-1.37.0-r19.trigger 08:29:20 #0 7.436 OK: 7 MiB in 17 packages 08:29:20 #65 DONE 8.0s 08:29:20 08:29:20 #66 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:29:20 #0 5.147 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.265 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.586 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:29:20 #0 5.586 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:29:20 #0 5.586 OK: 26327 distinct packages available 08:29:20 #0 5.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:20 #0 5.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:20 #0 6.124 (1/5) Installing dumb-init (1.2.5-r3) 08:29:20 #0 6.129 (2/5) Installing musl-obstack (1.2.3-r2) 08:29:20 #0 6.132 (3/5) Installing libucontext (1.3.2-r0) 08:29:20 #0 6.137 (4/5) Installing gcompat (1.1.0-r4) 08:29:20 #0 6.145 (5/5) Installing openssl (3.5.4-r0) 08:29:20 #0 6.150 Executing busybox-1.37.0-r19.trigger 08:29:20 #0 6.156 OK: 8 MiB in 21 packages 08:29:20 #66 DONE 8.5s 08:29:20 08:29:20 #61 [security-proxy-auth internal] load build context 08:29:20 #61 ... 08:29:20 08:29:20 #67 [core-command internal] load build context 08:29:20 #67 ... 08:29:20 08:29:20 #68 [security-proxy-setup internal] load build context 08:29:20 #68 ... 08:29:20 08:29:20 #69 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:29:20 #69 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 0.3s done 08:29:20 #69 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 08:29:20 #69 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 08:29:20 #69 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 0.1s done 08:29:20 #69 sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 19.17MB / 19.17MB 1.0s done 08:29:20 #69 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 08:29:20 #69 sha256:f3f75cbd8e89aaeaf217da4f23120881d5cf2db177a9095099ab1c09bcacbbff 1.05kB / 1.05kB done 08:29:20 #69 sha256:85fdd50c7a5e4921364e1448e85c8bf3593e78ec983c9336afa844644b6f45d1 1.72kB / 1.72kB done 08:29:20 #69 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 08:29:20 #69 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a done 08:29:20 #69 extracting sha256:01bda00f80487bf4a688e49be6da5f8ee1d7eecd31dea469f60d2c70f8de35b0 2.5s done 08:29:20 #69 DONE 8.2s 08:29:20 08:29:20 #68 [security-proxy-setup internal] load build context 08:29:20 #68 ... 08:29:20 08:29:20 #70 [security-bootstrapper internal] load build context 08:29:20 #70 ... 08:29:20 08:29:20 #71 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:29:20 #71 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done 08:29:20 #71 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.2s done 08:29:20 #71 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 08:29:20 #71 sha256:9f8a255617307da6b53c9d6487246bf5b49d3512bb30f5b733ea11aa6c9ca192 1.05kB / 1.05kB done 08:29:20 #71 sha256:310211bc494e8d41e03aed8667c76bf95c9be121e0a59409aa32f7da7c671a50 1.74kB / 1.74kB done 08:29:20 #71 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.2s done 08:29:20 #71 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 0.2s done 08:29:20 #71 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done 08:29:20 #71 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.0s done 08:29:20 #71 sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 41.51MB / 41.51MB 1.5s done 08:29:20 #71 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 done 08:29:20 #71 extracting sha256:3d146fa02748e7f5139ee9dd5f6bd77571302bcabdbb9a97c5096d08cda5df2d 4.2s done 08:29:20 #71 DONE 8.8s 08:29:20 08:29:20 #70 [security-bootstrapper internal] load build context 08:29:20 #70 ... 08:29:20 08:29:20 #58 [support-notifications internal] load build context 08:29:22 #58 ... 08:29:22 08:29:22 #72 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:29:22 #0 7.618 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:22 #0 7.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.106 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 8.112 Executing busybox-1.37.0-r20.post-upgrade 08:29:22 #0 8.192 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 8.200 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 8.200 Executing busybox-1.37.0-r20.trigger 08:29:22 #0 8.227 OK: 20 MiB in 20 packages 08:29:22 #72 DONE 10.1s 08:29:22 08:29:22 #73 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:29:22 #0 7.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:22 #0 7.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.126 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:29:22 #0 8.126 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:29:22 #0 8.126 OK: 26327 distinct packages available 08:29:22 #0 8.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.700 (1/4) Installing dumb-init (1.2.5-r3) 08:29:22 #0 8.705 (2/4) Installing musl-obstack (1.2.3-r2) 08:29:22 #0 8.709 (3/4) Installing libucontext (1.3.2-r0) 08:29:22 #0 8.717 (4/4) Installing gcompat (1.1.0-r4) 08:29:22 #0 8.721 Executing busybox-1.37.0-r19.trigger 08:29:22 #0 8.734 OK: 8 MiB in 20 packages 08:29:22 #73 DONE 10.1s 08:29:22 08:29:22 #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 08:29:22 #0 8.028 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.657 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 8.674 Executing busybox-1.37.0-r20.post-upgrade 08:29:22 #0 10.06 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 10.07 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 10.07 Executing busybox-1.37.0-r20.trigger 08:29:22 #0 10.08 OK: 7 MiB in 17 packages 08:29:22 #74 ... 08:29:22 08:29:22 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:29:22 #75 ... 08:29:22 08:29:22 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:29:22 #0 8.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:22 #0 9.073 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:22 #0 9.421 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 9.438 Executing busybox-1.37.0-r20.post-upgrade 08:29:22 #0 10.05 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 10.06 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 10.06 Executing busybox-1.37.0-r20.trigger 08:29:22 #0 10.11 OK: 13 MiB in 29 packages 08:29:22 #76 ... 08:29:22 08:29:22 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:29:22 #0 8.361 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.434 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:22 #0 8.753 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 8.767 Executing busybox-1.37.0-r20.post-upgrade 08:29:22 #0 10.05 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 10.05 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:22 #0 10.06 Executing busybox-1.37.0-r20.trigger 08:29:22 #0 10.07 OK: 20 MiB in 20 packages 08:29:22 #77 ... 08:29:22 08:29:22 #58 [support-notifications internal] load build context 08:29:22 #58 transferring context: 476.88MB 12.8s 08:29:23 #58 ... 08:29:23 08:29:23 #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:29:23 #78 DONE 1.2s 08:29:23 08:29:23 #58 [support-notifications internal] load build context 08:29:23 #58 ... 08:29:23 08:29:23 #74 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 08:29:23 #74 DONE 11.4s 08:29:23 08:29:23 #58 [support-notifications internal] load build context 08:29:23 #58 ... 08:29:23 08:29:23 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:29:23 #77 DONE 11.5s 08:29:23 08:29:23 #79 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:29:23 #0 6.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:23 #0 6.473 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:23 #0 6.827 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:23 #0 6.845 Executing busybox-1.37.0-r20.post-upgrade 08:29:23 #0 7.438 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:23 #0 7.445 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:23 #0 7.452 Executing busybox-1.37.0-r20.trigger 08:29:23 #0 7.463 OK: 8 MiB in 19 packages 08:29:23 #79 DONE 8.9s 08:29:23 08:29:23 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:29:23 #76 DONE 11.5s 08:29:23 08:29:23 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:29:23 #0 6.409 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:23 #0 6.489 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:23 #0 6.871 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:23 #0 7.097 Executing busybox-1.37.0-r20.post-upgrade 08:29:23 #0 7.455 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:23 #0 7.459 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:23 #0 7.463 Executing busybox-1.37.0-r20.trigger 08:29:23 #0 7.474 OK: 7 MiB in 17 packages 08:29:23 #80 DONE 8.9s 08:29:23 08:29:23 #58 [support-notifications internal] load build context 08:29:25 #58 ... 08:29:25 08:29:25 #68 [security-proxy-setup internal] load build context 08:29:25 #68 transferring context: 608.53MB 14.3s done 08:29:25 #68 DONE 15.4s 08:29:25 08:29:25 #58 [support-notifications internal] load build context 08:29:25 #58 ... 08:29:25 08:29:25 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:29:25 #0 7.261 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:25 #0 7.328 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:25 #0 7.783 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #0 7.800 Executing busybox-1.37.0-r20.post-upgrade 08:29:25 #0 8.817 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #0 8.817 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #0 8.828 Executing busybox-1.37.0-r20.trigger 08:29:25 #0 8.828 OK: 12 MiB in 23 packages 08:29:25 #81 ... 08:29:25 08:29:25 #58 [support-notifications internal] load build context 08:29:25 #58 ... 08:29:25 08:29:25 #67 [core-command internal] load build context 08:29:25 #67 transferring context: 608.53MB 14.5s done 08:29:25 #67 DONE 15.8s 08:29:25 08:29:25 #82 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:29:25 #0 5.292 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:25 #0 5.481 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:25 #0 6.090 OK: 265 MiB in 60 packages 08:29:25 #82 DONE 7.2s 08:29:25 08:29:25 #83 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 08:29:25 #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:25 #0 3.231 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:25 #0 3.583 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #0 3.597 Executing busybox-1.37.0-r20.post-upgrade 08:29:25 #0 3.708 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #0 3.714 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #0 3.721 Executing busybox-1.37.0-r20.trigger 08:29:25 #0 3.731 OK: 8 MiB in 21 packages 08:29:25 #83 DONE 5.0s 08:29:25 08:29:25 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:29:25 #75 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:25 #75 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:25 #75 11.32 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #75 11.34 Executing busybox-1.37.0-r20.post-upgrade 08:29:25 #75 11.52 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #75 11.52 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:25 #75 11.52 Executing busybox-1.37.0-r20.trigger 08:29:25 #75 11.53 OK: 7 MiB in 18 packages 08:29:25 #75 DONE 12.9s 08:29:25 08:29:25 #58 [support-notifications internal] load build context 08:29:25 #58 ... 08:29:25 08:29:25 #60 [support-scheduler internal] load build context 08:29:25 #60 transferring context: 608.53MB 14.3s done 08:29:25 #60 DONE 15.4s 08:29:25 08:29:25 #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:29:25 #81 DONE 10.3s 08:29:25 08:29:25 #59 [core-data internal] load build context 08:29:25 #59 transferring context: 608.53MB 14.5s done 08:29:25 #59 DONE 15.4s 08:29:25 08:29:25 #70 [security-bootstrapper internal] load build context 08:29:25 #70 transferring context: 608.53MB 15.3s done 08:29:25 #70 DONE 15.7s 08:29:25 08:29:25 #58 [support-notifications internal] load build context 08:29:25 #58 transferring context: 608.53MB 15.4s done 08:29:26 #58 DONE 16.7s 08:29:26 08:29:26 #57 [core-common-config-bootstrapper internal] load build context 08:29:26 #57 transferring context: 608.53MB 15.8s done 08:29:26 #57 DONE 17.2s 08:29:26 08:29:26 #56 [core-metadata internal] load build context 08:29:26 #56 transferring context: 608.53MB 16.0s done 08:29:26 #56 DONE 17.2s 08:29:26 08:29:26 #61 [security-proxy-auth internal] load build context 08:29:26 #61 transferring context: 608.53MB 15.8s done 08:29:26 #61 DONE 17.2s 08:29:26 08:29:26 #55 [security-spiffe-token-provider internal] load build context 08:29:26 #55 transferring context: 608.53MB 16.3s done 08:29:26 #55 DONE 17.2s 08:29:26 08:29:26 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:29:26 #84 ... 08:29:26 08:29:26 #85 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:29:26 #85 DONE 1.4s 08:29:26 08:29:26 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:29:26 #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 08:29:26 #0 2.693 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 08:29:26 #0 3.034 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:29:26 #0 3.034 Executing busybox-1.37.0-r20.post-upgrade 08:29:26 #0 3.446 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:29:26 #0 3.450 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:29:26 #0 3.454 Executing busybox-1.37.0-r20.trigger 08:29:26 #0 3.460 OK: 8 MiB in 20 packages 08:29:26 #86 DONE 4.3s 08:29:26 08:29:26 #54 [security-secretstore-setup internal] load build context 08:29:26 #54 transferring context: 608.53MB 16.7s done 08:29:26 #54 DONE 17.3s 08:29:26 08:29:26 #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:29:26 #87 DONE 1.5s 08:29:26 08:29:26 #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:29:26 #88 DONE 1.5s 08:29:26 08:29:26 #29 [core-keeper internal] load build context 08:29:26 #29 transferring context: 608.53MB 17.1s done 08:29:26 #29 DONE 17.3s 08:29:26 08:29:26 #89 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:29:26 #89 DONE 1.4s 08:29:26 08:29:26 #90 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:29:26 #90 DONE 1.4s 08:29:26 08:29:26 #91 [core-data builder 4/7] COPY go.mod vendor* ./ 08:29:26 #91 CACHED 08:29:26 08:29:26 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:29:26 #84 DONE 0.2s 08:29:26 08:29:26 #92 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:26 #92 ... 08:29:26 08:29:26 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:29:26 #93 DONE 0.3s 08:29:26 08:29:26 #94 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:29:26 #94 DONE 1.7s 08:29:27 08:29:27 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:29:27 #95 ... 08:29:27 08:29:27 #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:29:27 #96 DONE 0.7s 08:29:27 08:29:27 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 08:29:27 #97 DONE 0.7s 08:29:27 08:29:27 #98 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:29:27 #98 DONE 0.8s 08:29:27 08:29:27 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:29:27 #99 DONE 0.8s 08:29:27 08:29:27 #95 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:29:27 #95 DONE 0.3s 08:29:27 08:29:27 #100 [security-spire-server stage-2 6/9] COPY security.txt / 08:29:27 #100 DONE 0.2s 08:29:27 08:29:27 #101 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 08:29:27 #101 DONE 0.2s 08:29:27 08:29:27 #102 [security-spire-config stage-2 5/10] COPY Attribution.txt / 08:29:27 #102 DONE 0.2s 08:29:27 08:29:27 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:29:27 #103 DONE 0.1s 08:29:27 08:29:27 #104 [security-spire-config stage-2 6/10] COPY security.txt / 08:29:27 #104 DONE 0.1s 08:29:27 08:29:27 #105 [security-spire-agent stage-3 7/10] COPY security.txt / 08:29:27 #105 DONE 0.1s 08:29:27 08:29:27 #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:29:27 #106 DONE 0.1s 08:29:27 08:29:27 #107 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:29:27 #107 DONE 0.1s 08:29:27 08:29:27 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:29:27 #108 DONE 0.1s 08:29:27 08:29:27 #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:29:27 #109 DONE 0.1s 08:29:27 08:29:27 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:29:28 #110 DONE 0.1s 08:29:28 08:29:28 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:29:28 #111 DONE 0.1s 08:29:28 08:29:28 #112 [security-spire-server] exporting to image 08:29:28 #112 exporting layers 08:29:28 #112 ... 08:29:28 08:29:28 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:29:28 #113 DONE 0.2s 08:29:28 08:29:28 #114 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:29:28 #114 DONE 0.2s 08:29:28 08:29:28 #115 [security-spire-config] exporting to image 08:29:30 #115 ... 08:29:30 08:29:30 #112 [security-spire-server] exporting to image 08:29:30 #112 exporting layers 1.5s done 08:29:30 #112 writing image sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 0.1s done 08:29:30 #112 naming to docker.io/library/security-spire-server 0.0s done 08:29:30 #112 DONE 1.6s 08:29:30 08:29:30 #115 [security-spire-config] exporting to image 08:29:30 #115 exporting layers 1.5s done 08:29:30 #115 writing image sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done 08:29:30 #115 naming to docker.io/library/security-spire-config 0.0s done 08:29:30 #115 DONE 2.2s 08:29:30 08:29:30 #116 [security-spire-agent] exporting to image 08:29:30 #116 exporting layers 1.5s done 08:29:30 #116 writing image sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 0.0s done 08:29:30 #116 naming to docker.io/library/security-spire-agent 0.0s done 08:29:30 #116 DONE 2.2s 08:29:30 08:29:30 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:31 Removing intermediate container 41f8d0a1395e 08:29:31 ---> 39263c34355b 08:29:31 Successfully built 39263c34355b 08:29:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:32 + docker inspect -f . ci-base-image-arm64 08:29:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:32 prd-ubuntu20.04-docker-arm64-4c-16g-240 does not seem to be running inside a container 08:29:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 08:29:33 $ docker top 7425635e9d54482c63ce766ce61beba55d88ba7116efaf31239ea0a1808fd6bd -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:34 + go version 08:29:34 go version go1.25.3 linux/arm64 [Pipeline] } 08:29:34 $ docker stop --time=1 7425635e9d54482c63ce766ce61beba55d88ba7116efaf31239ea0a1808fd6bd 08:29:36 $ docker rm -f --volumes 7425635e9d54482c63ce766ce61beba55d88ba7116efaf31239ea0a1808fd6bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:29:36 08:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:29:37 #117 ... 08:29:37 08:29:37 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:37 #118 ... 08:29:37 08:29:37 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:37 #119 ... 08:29:37 08:29:37 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:29:37 latest: Pulling from edgex-devops/edgex-compose-arm64 08:29:37 547446be3368: Pulling fs layer 08:29:37 d125d8839a47: Pulling fs layer 08:29:37 3e85d5ac6304: Pulling fs layer 08:29:37 c3105a71a48b: Pulling fs layer 08:29:37 0f093f025ec4: Pulling fs layer 08:29:37 c3105a71a48b: Waiting 08:29:37 c3106fc0e877: Pulling fs layer 08:29:37 0f093f025ec4: Waiting 08:29:37 #120 ... 08:29:37 08:29:37 #121 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:37 547446be3368: Verifying Checksum 08:29:37 547446be3368: Download complete 08:29:37 c3105a71a48b: Verifying Checksum 08:29:37 c3105a71a48b: Download complete 08:29:37 d125d8839a47: Verifying Checksum 08:29:37 d125d8839a47: Download complete 08:29:37 c3106fc0e877: Verifying Checksum 08:29:37 c3106fc0e877: Download complete 08:29:38 0f093f025ec4: Verifying Checksum 08:29:38 0f093f025ec4: Download complete 08:29:38 547446be3368: Pull complete 08:29:39 d125d8839a47: Pull complete 08:29:39 3e85d5ac6304: Verifying Checksum 08:29:39 3e85d5ac6304: Download complete 08:29:45 #121 DONE 17.6s 08:29:45 08:29:45 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:45 #117 DONE 18.4s 08:29:45 08:29:45 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:45 #118 DONE 18.4s 08:29:45 08:29:45 #120 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:45 #120 DONE 18.0s 08:29:45 08:29:45 #119 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:45 #119 DONE 18.2s 08:29:45 08:29:45 #92 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:45 #92 DONE 18.4s 08:29:45 08:29:45 #122 [core-data builder 6/7] COPY . . 08:29:49 3e85d5ac6304: Pull complete 08:29:49 c3105a71a48b: Pull complete 08:29:51 0f093f025ec4: Pull complete 08:29:51 c3106fc0e877: Pull complete 08:29:51 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 08:29:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:29:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:29:51 prd-ubuntu20.04-docker-arm64-4c-16g-240 does not seem to be running inside a container 08:29:51 $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 08:29:51 #122 ... 08:29:51 08:29:51 #123 [support-notifications builder 6/7] COPY . . 08:29:51 #123 DONE 6.4s 08:29:51 08:29:51 #124 [security-bootstrapper builder 6/7] COPY . . 08:29:51 #124 DONE 6.5s 08:29:51 08:29:51 #125 [core-keeper builder 7/8] COPY . . 08:29:51 #125 DONE 6.4s 08:29:51 08:29:51 #126 [security-spiffe-token-provider builder 6/7] COPY . . 08:29:51 #126 DONE 6.4s 08:29:51 08:29:51 #122 [core-data builder 6/7] COPY . . 08:29:51 #122 DONE 6.4s 08:29:51 08:29:51 #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:51 #127 CACHED 08:29:51 08:29:51 #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:29:51 #128 CACHED 08:29:51 08:29:51 #129 [security-proxy-auth builder 6/7] COPY . . 08:29:51 #129 CACHED 08:29:51 08:29:51 #130 [core-command builder 6/7] COPY . . 08:29:51 #130 CACHED 08:29:51 08:29:51 #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:51 #131 CACHED 08:29:51 08:29:51 #132 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:29:51 #132 CACHED 08:29:51 08:29:51 #133 [core-metadata builder 6/7] COPY . . 08:29:51 #133 CACHED 08:29:51 08:29:51 #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:51 #134 CACHED 08:29:51 08:29:51 #135 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:29:51 #135 CACHED 08:29:51 08:29:51 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 08:29:51 #136 CACHED 08:29:51 08:29:51 #137 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:51 #137 CACHED 08:29:51 08:29:51 #138 [support-scheduler builder 6/7] COPY . . 08:29:51 #138 DONE 6.4s 08:29:51 08:29:51 #139 [security-secretstore-setup builder 6/7] COPY . . 08:29:51 #139 CACHED 08:29:51 08:29:51 #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:29:51 #140 CACHED 08:29:51 08:29:51 #141 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:51 #141 CACHED 08:29:51 08:29:51 #142 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:29:51 #142 CACHED 08:29:51 08:29:51 #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:29:51 #143 CACHED 08:29:51 08:29:51 #144 [security-bootstrapper builder 6/7] COPY . . 08:29:51 #144 CACHED 08:29:51 08:29:51 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:29:52 #145 1.078 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:29:54 $ docker top 2fe3f82f8381f5c5314b3804b056618b0c732ae06dcd5be4be7ed9fcceef7496 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:54 + docker compose -f ./docker-compose-build.yml build --parallel 08:30:02 #145 ... 08:30:02 08:30:02 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:30:02 #0 1.096 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:30:02 #146 ... 08:30:02 08:30:02 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:30:02 #0 1.078 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:30:02 #147 ... 08:30:02 08:30:02 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:30:02 #0 0.779 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 08:30:02 #148 ... 08:30:02 08:30:02 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:30:02 #0 0.767 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:30:02 #149 ... 08:30:02 08:30:02 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:30:02 #0 1.108 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:30:02 #150 ... 08:30:02 08:30:02 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:30:02 #0 0.865 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:30:02 #151 ... 08:30:02 08:30:02 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:30:02 #0 0.773 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 08:30:02 #152 ... 08:30:02 08:30:02 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:30:02 #0 1.094 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 08:30:02 #153 ... 08:30:02 08:30:02 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:30:02 #0 1.080 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:30:02 #154 ... 08:30:02 08:30:02 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:30:02 #0 0.759 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 08:30:02 #155 ... 08:30:02 08:30:02 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:30:02 #0 0.443 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:30:04 #1 [core-metadata internal] load build definition from Dockerfile 08:30:04 #1 transferring dockerfile: 2.10kB 0.0s done 08:30:04 #1 DONE 0.1s 08:30:04 08:30:04 #2 [security-secretstore-setup internal] load build definition from Dockerfile 08:30:04 #2 transferring dockerfile: 2.49kB done 08:30:04 #2 DONE 0.0s 08:30:04 08:30:04 #3 [security-spire-server internal] load build definition from Dockerfile 08:30:04 #3 transferring dockerfile: 1.70kB done 08:30:04 #3 DONE 0.1s 08:30:04 08:30:04 #4 [core-keeper internal] load build definition from Dockerfile 08:30:04 #4 transferring dockerfile: 2.01kB done 08:30:04 #4 DONE 0.1s 08:30:04 08:30:04 #5 [support-notifications internal] load build definition from Dockerfile 08:30:04 #5 transferring dockerfile: 2.02kB 0.0s done 08:30:04 #5 DONE 0.1s 08:30:04 08:30:04 #6 [core-command internal] load build definition from Dockerfile 08:30:04 #6 transferring dockerfile: 1.94kB 0.0s done 08:30:04 #6 DONE 0.1s 08:30:04 08:30:04 #7 [core-data internal] load build definition from Dockerfile 08:30:04 #7 transferring dockerfile: 2.04kB done 08:30:04 #7 DONE 0.1s 08:30:04 08:30:04 #8 [security-proxy-auth internal] load build definition from Dockerfile 08:30:04 #8 transferring dockerfile: 2.14kB done 08:30:04 #8 DONE 0.1s 08:30:04 08:30:04 #9 [security-spire-agent internal] load build definition from Dockerfile 08:30:04 #9 transferring dockerfile: 1.81kB 0.0s done 08:30:04 #9 DONE 0.1s 08:30:04 08:30:04 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 08:30:04 #10 transferring dockerfile: 1.89kB done 08:30:04 #10 DONE 0.1s 08:30:04 08:30:04 #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile 08:30:04 #11 transferring dockerfile: 2.23kB done 08:30:04 #11 DONE 0.1s 08:30:04 08:30:04 #12 [security-spire-config internal] load build definition from Dockerfile 08:30:04 #12 transferring dockerfile: 1.69kB 0.0s done 08:30:04 #12 DONE 0.1s 08:30:04 08:30:04 #13 [support-scheduler internal] load build definition from Dockerfile 08:30:04 #13 transferring dockerfile: 1.83kB done 08:30:04 #13 DONE 0.1s 08:30:04 08:30:04 #14 [security-proxy-setup internal] load build definition from Dockerfile 08:30:04 #14 transferring dockerfile: 2.50kB done 08:30:04 #14 DONE 0.1s 08:30:04 08:30:04 #15 [security-bootstrapper internal] load build definition from Dockerfile 08:30:04 #15 transferring dockerfile: 3.02kB 0.0s done 08:30:04 #15 DONE 0.1s 08:30:04 08:30:04 #16 [core-metadata internal] load .dockerignore 08:30:04 #16 DONE 0.0s 08:30:05 08:30:05 #16 [core-metadata internal] load .dockerignore 08:30:05 #16 transferring context: 50B done 08:30:05 #16 DONE 0.1s 08:30:05 08:30:05 #17 [security-secretstore-setup internal] load .dockerignore 08:30:05 #17 transferring context: 50B done 08:30:05 #17 DONE 0.1s 08:30:05 08:30:05 #18 [security-spire-server internal] load .dockerignore 08:30:06 #18 transferring context: 50B done 08:30:06 #18 DONE 0.0s 08:30:06 08:30:06 #19 [support-notifications internal] load .dockerignore 08:30:06 #19 DONE 0.0s 08:30:06 08:30:06 #20 [core-keeper internal] load .dockerignore 08:30:06 #20 transferring context: 50B 0.0s done 08:30:06 #20 DONE 0.1s 08:30:06 08:30:06 #19 [support-notifications internal] load .dockerignore 08:30:06 #19 transferring context: 50B 0.0s done 08:30:06 #19 DONE 0.1s 08:30:06 08:30:06 #21 [core-command internal] load .dockerignore 08:30:06 #21 transferring context: 50B 0.0s done 08:30:06 #21 DONE 0.1s 08:30:06 08:30:06 #22 [core-data internal] load .dockerignore 08:30:06 #22 transferring context: 50B done 08:30:06 #22 DONE 0.1s 08:30:06 08:30:06 #23 [security-proxy-auth internal] load .dockerignore 08:30:06 #23 transferring context: 50B done 08:30:06 #23 DONE 0.1s 08:30:06 08:30:06 #24 [security-spire-agent internal] load .dockerignore 08:30:06 #24 transferring context: 50B 0.0s done 08:30:06 #24 DONE 0.1s 08:30:06 08:30:06 #25 [security-spiffe-token-provider internal] load .dockerignore 08:30:06 #25 transferring context: 50B done 08:30:06 #25 DONE 0.1s 08:30:06 08:30:06 #26 [core-common-config-bootstrapper internal] load .dockerignore 08:30:06 #26 transferring context: 50B done 08:30:06 #26 DONE 0.1s 08:30:06 08:30:06 #27 [security-spire-config internal] load .dockerignore 08:30:06 #27 transferring context: 50B done 08:30:06 #27 DONE 0.1s 08:30:06 08:30:06 #28 [support-scheduler internal] load .dockerignore 08:30:06 #28 transferring context: 50B done 08:30:06 #28 DONE 0.1s 08:30:06 08:30:06 #29 [security-proxy-setup internal] load .dockerignore 08:30:06 #29 transferring context: 50B done 08:30:06 #29 DONE 0.0s 08:30:06 08:30:06 #30 [security-bootstrapper internal] load .dockerignore 08:30:06 #30 transferring context: 50B 0.0s done 08:30:06 #30 DONE 0.1s 08:30:06 08:30:06 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:06 #31 DONE 0.0s 08:30:06 08:30:06 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.22 08:30:07 #32 ... 08:30:07 08:30:07 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:07 #31 DONE 0.0s 08:30:07 08:30:07 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.22 08:30:07 #32 DONE 0.6s 08:30:07 08:30:07 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:07 #31 DONE 0.0s 08:30:07 08:30:07 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:30:07 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 08:30:07 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 08:30:07 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 08:30:07 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:30:07 #33 ... 08:30:07 08:30:07 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:07 #31 DONE 0.0s 08:30:07 08:30:07 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:30:07 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 08:30:07 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 08:30:07 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 08:30:07 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:30:07 #33 ... 08:30:07 08:30:07 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:07 #31 DONE 0.0s 08:30:07 08:30:07 #33 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:30:07 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 08:30:07 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 08:30:07 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 08:30:07 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:30:07 #33 ... 08:30:07 08:30:07 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:07 #31 DONE 0.0s 08:30:07 08:30:07 #34 [core-metadata internal] load build context 08:30:07 #34 ... 08:30:07 08:30:07 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:07 #31 DONE 0.0s 08:30:07 08:30:07 #34 [core-metadata internal] load build context 08:30:08 #34 ... 08:30:08 08:30:08 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:08 #31 DONE 0.0s 08:30:08 08:30:08 #34 [core-metadata internal] load build context 08:30:08 #34 ... 08:30:08 08:30:08 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:08 #31 DONE 0.0s 08:30:08 08:30:08 #34 [core-metadata internal] load build context 08:30:09 #34 ... 08:30:09 08:30:09 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.22 08:30:09 #32 DONE 1.6s 08:30:09 08:30:09 #34 [core-metadata internal] load build context 08:30:09 #34 ... 08:30:09 08:30:09 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:09 #31 DONE 0.0s 08:30:09 08:30:09 #34 [core-metadata internal] load build context 08:30:09 #34 transferring context: 3.39MB 1.8s done 08:30:09 #34 ... 08:30:09 08:30:09 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:09 #31 DONE 0.0s 08:30:09 08:30:09 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 08:30:09 #31 DONE 0.0s 08:30:09 08:30:09 #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:30:09 #35 ... 08:30:09 08:30:09 #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.13.3 08:30:09 #36 DONE 2.3s 08:30:09 08:30:09 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:09 #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:10 #37 ... 08:30:10 08:30:10 #34 [core-metadata internal] load build context 08:30:10 #34 DONE 2.8s 08:30:10 08:30:10 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 08:30:10 #32 DONE 2.6s 08:30:10 08:30:10 #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.13.3 08:30:10 #38 DONE 1.9s 08:30:10 08:30:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:10 #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done 08:30:10 #37 ... 08:30:10 08:30:10 #39 [core-keeper internal] load build context 08:30:10 #39 transferring context: 3.39MB 1.7s done 08:30:10 #39 DONE 2.8s 08:30:10 08:30:10 #40 [security-secretstore-setup internal] load build context 08:30:10 #40 transferring context: 3.39MB 2.2s done 08:30:10 #40 DONE 2.9s 08:30:10 08:30:10 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 08:30:10 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 08:30:10 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 08:30:10 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 08:30:10 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:30:10 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 08:30:10 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 08:30:10 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 08:30:10 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:30:10 #33 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 08:30:10 #33 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 08:30:10 #33 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 08:30:10 #33 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 08:30:11 #33 ... 08:30:11 08:30:11 #41 [security-bootstrapper internal] load build context 08:30:11 #41 DONE 0.0s 08:30:11 08:30:11 #42 [support-scheduler internal] load build context 08:30:11 #42 DONE 0.0s 08:30:11 08:30:11 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:11 #37 resolve ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 0.5s done 08:30:11 #37 sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 1.61kB / 1.61kB done 08:30:11 #37 sha256:ced6f785f25e808285239e1b330e8c366d2ae62fa852094f1d3fd326b1132165 1.05kB / 1.05kB done 08:30:11 #37 sha256:8a58b3969bfd5b13870680e9e86bf50468e927db3e6261cf8014eefe02e15b75 1.74kB / 1.74kB done 08:30:11 #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.4s 08:30:11 #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0B / 113B 0.4s 08:30:11 #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 0.7s 08:30:11 #37 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB 0.7s done 08:30:11 #37 extracting sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 0.0s done 08:30:11 #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0B / 299B 1.0s 08:30:11 #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.1s 08:30:12 #37 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B 1.5s done 08:30:12 #37 sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 299B / 299B 1.5s done 08:30:12 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 0B / 37.02MB 1.8s 08:30:12 #37 ... 08:30:12 08:30:12 #43 [core-command internal] load build context 08:30:12 #43 transferring context: 3.39MB 1.7s done 08:30:12 #43 DONE 4.8s 08:30:12 08:30:12 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:12 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 2.10MB / 37.02MB 2.2s 08:30:13 #37 ... 08:30:13 08:30:13 #44 [support-notifications internal] load build context 08:30:13 #44 transferring context: 3.39MB 2.5s done 08:30:13 #44 DONE 5.2s 08:30:13 08:30:13 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:13 #37 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 08:30:13 #37 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 0.1s done 08:30:13 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 4.19MB / 37.02MB 2.7s 08:30:13 #37 ... 08:30:13 08:30:13 #45 [core-data internal] load build context 08:30:13 #45 transferring context: 3.39MB 2.5s done 08:30:13 #45 DONE 5.8s 08:30:14 08:30:14 #46 [security-proxy-auth internal] load build context 08:30:14 #46 transferring context: 3.39MB 3.2s done 08:30:14 #46 DONE 4.6s 08:30:14 08:30:14 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:14 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 6.16MB / 37.02MB 3.5s 08:30:14 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.39MB / 37.02MB 4.2s 08:30:15 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 10.49MB / 37.02MB 4.7s 08:30:15 #37 ... 08:30:15 08:30:15 #47 [security-spire-config internal] load build context 08:30:15 #47 transferring context: 24.70kB 0.2s done 08:30:15 #47 DONE 5.9s 08:30:15 08:30:15 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:15 #37 extracting sha256:24f8d98e710ec511c4a3098020f89de80c0697755d82f1e3072138b21b768d87 0.0s done 08:30:15 #37 ... 08:30:15 08:30:15 #48 [security-spire-server internal] load build context 08:30:15 #48 transferring context: 26.44kB 0.3s done 08:30:15 #48 DONE 6.1s 08:30:15 08:30:15 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:16 #37 ... 08:30:16 08:30:16 #49 [security-spiffe-token-provider internal] load build context 08:30:16 #49 transferring context: 3.39MB 4.4s done 08:30:16 #49 DONE 7.0s 08:30:16 08:30:16 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:16 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 12.58MB / 37.02MB 5.4s 08:30:16 #37 ... 08:30:16 08:30:16 #50 [core-common-config-bootstrapper internal] load build context 08:30:16 #50 transferring context: 3.39MB 4.7s done 08:30:16 #50 DONE 7.2s 08:30:16 08:30:16 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:16 #37 ... 08:30:16 08:30:16 #51 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:16 #51 DONE 8.5s 08:30:16 08:30:16 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:17 #37 ... 08:30:17 08:30:17 #52 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:30:17 #52 ... 08:30:17 08:30:17 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:17 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 14.68MB / 37.02MB 6.7s 08:30:18 #37 ... 08:30:18 08:30:18 #52 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 08:30:18 #52 DONE 11.6s 08:30:18 08:30:18 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:18 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 16.78MB / 37.02MB 7.4s 08:30:18 #37 ... 08:30:18 08:30:18 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:30:18 #0 6.638 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:18 #0 7.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:18 #53 ... 08:30:18 08:30:18 #54 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:30:18 #0 6.100 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:18 #0 6.623 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:18 #0 10.01 (1/1) Installing dumb-init (1.2.5-r3) 08:30:18 #0 10.01 Executing busybox-1.37.0-r19.trigger 08:30:18 #0 10.12 OK: 8 MiB in 17 packages 08:30:18 #54 ... 08:30:18 08:30:18 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:30:18 #0 8.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:18 #0 9.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:18 #55 ... 08:30:18 08:30:18 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:30:18 #56 10.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:18 #56 ... 08:30:18 08:30:18 #57 [support-notifications builder 2/7] WORKDIR /edgex-go 08:30:18 #57 ... 08:30:18 08:30:18 #58 [security-spire-agent internal] load build context 08:30:18 #58 transferring context: 25.98kB 0.5s done 08:30:18 #58 DONE 7.8s 08:30:19 08:30:19 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:19 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 18.87MB / 37.02MB 7.9s 08:30:20 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 20.97MB / 37.02MB 9.3s 08:30:20 #37 ... 08:30:20 08:30:20 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:20 #59 ... 08:30:20 08:30:20 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:30:20 #60 ... 08:30:20 08:30:20 #54 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 08:30:20 #54 DONE 13.0s 08:30:20 08:30:20 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:20 #37 ... 08:30:20 08:30:20 #57 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 08:30:20 #57 DONE 3.2s 08:30:20 08:30:20 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:20 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 23.07MB / 37.02MB 10.0s 08:30:21 #37 ... 08:30:21 08:30:21 #41 [security-bootstrapper internal] load build context 08:30:21 #41 ... 08:30:21 08:30:21 #42 [support-scheduler internal] load build context 08:30:21 #42 ... 08:30:21 08:30:21 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:30:21 #61 resolve ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.6s done 08:30:21 #61 sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 1.61kB / 1.61kB done 08:30:21 #61 sha256:6aa7068b88c14fccece3eddd5cf3f031d84f4d6dc184b3aac222cb195ca19d73 1.05kB / 1.05kB done 08:30:21 #61 sha256:5e54a974612164920e65f185ec25fe1cca508e77b756a468d4f5f5adcf30deb0 1.72kB / 1.72kB done 08:30:21 #61 sha256:daaa341512c07906e23ac301c48cc06d89d3a6d638e3a4537d54c018fe59cc76 126.89kB / 126.89kB done 08:30:21 #61 sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 113B / 113B done 08:30:21 #61 extracting sha256:5ccb1f45faf8911f0261ce968d644385be95e6822c6f63e6e5f8307538586854 done 08:30:21 #61 sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 295B / 295B 1.2s done 08:30:21 #61 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 8.0s 08:30:21 #61 extracting sha256:11c34c645755ac7be7c6fa877bc3e7833b292e24d4987f3cbf807f8ab517202a 0.1s done 08:30:21 #61 ... 08:30:21 08:30:21 #62 [security-proxy-setup internal] load build context 08:30:21 #62 ... 08:30:21 08:30:21 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:30:21 #61 sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.33MB / 17.33MB 8.5s done 08:30:22 #61 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 08:30:22 #61 ... 08:30:22 08:30:22 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:30:22 #63 ... 08:30:22 08:30:22 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:30:22 #64 ... 08:30:22 08:30:22 #42 [support-scheduler internal] load build context 08:30:22 #42 transferring context: 3.39MB 5.7s done 08:30:22 #42 DONE 11.3s 08:30:22 08:30:22 #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:30:22 #65 ... 08:30:22 08:30:22 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:22 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 27.26MB / 37.02MB 11.9s 08:30:23 #37 ... 08:30:23 08:30:23 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 08:30:23 #53 11.38 (1/7) Installing ca-certificates (20250911-r0) 08:30:23 #53 11.38 (2/7) Installing dumb-init (1.2.5-r3) 08:30:23 #53 11.38 (3/7) Installing libgcc (14.2.0-r6) 08:30:23 #53 11.49 (4/7) Installing libsodium (1.0.20-r1) 08:30:23 #53 11.49 (5/7) Installing libstdc++ (14.2.0-r6) 08:30:23 #53 11.66 (6/7) Installing libzmq (4.3.5-r2) 08:30:23 #53 11.67 (7/7) Installing zeromq (4.3.5-r2) 08:30:23 #53 11.83 Executing busybox-1.37.0-r19.trigger 08:30:23 #53 11.90 Executing ca-certificates-20250911-r0.trigger 08:30:23 #53 12.57 OK: 12 MiB in 23 packages 08:30:23 #53 DONE 15.4s 08:30:23 08:30:23 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:23 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 29.36MB / 37.02MB 13.0s 08:30:24 #37 ... 08:30:24 08:30:24 #41 [security-bootstrapper internal] load build context 08:30:24 #41 transferring context: 3.39MB 6.7s done 08:30:24 #41 DONE 13.4s 08:30:24 08:30:24 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:24 #37 ... 08:30:24 08:30:24 #62 [security-proxy-setup internal] load build context 08:30:24 #62 transferring context: 3.39MB 7.2s done 08:30:24 #62 DONE 13.6s 08:30:24 08:30:24 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:24 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 31.46MB / 37.02MB 14.1s 08:30:25 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 33.55MB / 37.02MB 14.9s 08:30:26 #37 ... 08:30:26 08:30:26 #56 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 08:30:26 #56 11.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:26 #56 16.10 (1/1) Installing dumb-init (1.2.5-r3) 08:30:26 #56 16.10 Executing busybox-1.37.0-r19.trigger 08:30:26 #56 16.21 OK: 8 MiB in 17 packages 08:30:26 #56 DONE 18.4s 08:30:26 08:30:26 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:26 #37 ... 08:30:26 08:30:26 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:30:26 #66 ... 08:30:26 08:30:26 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:27 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 35.65MB / 37.02MB 16.4s 08:30:28 #37 ... 08:30:28 08:30:28 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 08:30:28 #55 14.74 (1/4) Installing ca-certificates (20250911-r0) 08:30:28 #55 15.11 (2/4) Installing dumb-init (1.2.5-r3) 08:30:28 #55 15.11 (3/4) Installing su-exec (0.2-r3) 08:30:28 #55 15.11 (4/4) Installing yq-go (4.47.2-r2) 08:30:28 #55 16.43 Executing busybox-1.37.0-r19.trigger 08:30:28 #55 16.58 Executing ca-certificates-20250911-r0.trigger 08:30:28 #55 17.92 OK: 19 MiB in 20 packages 08:30:28 #55 DONE 20.0s 08:30:28 08:30:28 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:28 #37 sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 37.02MB / 37.02MB 17.5s done 08:30:30 #37 ... 08:30:30 08:30:30 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 08:30:30 #67 ... 08:30:30 08:30:30 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:30 #68 ... 08:30:30 08:30:30 #69 [core-data builder 3/7] RUN apk add --update --no-cache make git 08:30:30 #69 ... 08:30:30 08:30:30 #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:30:30 #35 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:30 #35 12.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:30 #35 20.09 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:30:30 #35 20.09 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:30:30 #35 20.09 OK: 26168 distinct packages available 08:30:30 #35 21.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:31 #35 ... 08:30:31 08:30:31 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:30:31 #70 ... 08:30:31 08:30:31 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:30:31 #71 ... 08:30:31 08:30:31 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:30:31 #72 ... 08:30:31 08:30:31 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:30:31 #60 11.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:31 #60 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:31 #60 20.28 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:30:31 #60 20.28 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:30:31 #60 20.28 OK: 26168 distinct packages available 08:30:31 #60 21.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:31 #60 ... 08:30:31 08:30:31 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 08:30:31 #73 ... 08:30:31 08:30:31 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:31 #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 08:30:33 #37 ... 08:30:33 08:30:33 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:30:33 #63 10.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:33 #63 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:33 #63 18.98 (1/4) Installing dumb-init (1.2.5-r3) 08:30:33 #63 19.00 (2/4) Installing openssl (3.5.4-r0) 08:30:33 #63 19.07 (3/4) Installing su-exec (0.2-r3) 08:30:33 #63 19.08 (4/4) Installing yq-go (4.47.2-r2) 08:30:33 #63 19.84 Executing busybox-1.37.0-r19.trigger 08:30:33 #63 20.02 OK: 20 MiB in 20 packages 08:30:33 #63 ... 08:30:33 08:30:33 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:30:33 #70 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:33 #70 ... 08:30:33 08:30:33 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:30:33 #64 10.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:33 #64 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:33 #64 18.58 (1/3) Installing ca-certificates (20250911-r0) 08:30:33 #64 18.89 (2/3) Installing dumb-init (1.2.5-r3) 08:30:33 #64 18.91 (3/3) Installing tzdata (2025c-r0) 08:30:33 #64 19.88 Executing busybox-1.37.0-r19.trigger 08:30:33 #64 19.97 Executing ca-certificates-20250911-r0.trigger 08:30:33 #64 20.83 OK: 8 MiB in 19 packages 08:30:33 #64 ... 08:30:33 08:30:33 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 08:30:33 #73 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:33 #73 ... 08:30:33 08:30:33 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:30:33 #0 8.862 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:34 #74 ... 08:30:34 08:30:34 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:35 #37 ... 08:30:35 08:30:35 #63 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 08:30:35 #63 DONE 22.9s 08:30:35 08:30:35 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:35 #37 ... 08:30:35 08:30:35 #65 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 08:30:35 #65 13.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:35 #65 14.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:35 #65 20.64 (1/2) Installing dumb-init (1.2.5-r3) 08:30:35 #65 20.67 (2/2) Installing su-exec (0.2-r3) 08:30:35 #65 20.69 Executing busybox-1.37.0-r19.trigger 08:30:35 #65 20.95 OK: 8 MiB in 18 packages 08:30:35 #65 DONE 23.3s 08:30:35 08:30:35 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:35 #59 15.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:35 #59 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:35 #59 24.13 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:30:35 #59 24.13 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:30:35 #59 24.13 OK: 26168 distinct packages available 08:30:35 #59 ... 08:30:35 08:30:35 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:30:35 #61 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 13.3s 08:30:35 #61 ... 08:30:35 08:30:35 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:30:36 #75 ... 08:30:36 08:30:36 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 08:30:36 #64 DONE 23.7s 08:30:36 08:30:36 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:36 #68 DONE 15.3s 08:30:36 08:30:36 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:30:37 #61 ... 08:30:37 08:30:37 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:30:37 #0 8.658 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:37 #76 ... 08:30:37 08:30:37 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:37 #59 27.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:38 #59 ... 08:30:38 08:30:38 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:30:38 #0 7.484 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:38 #77 ... 08:30:38 08:30:38 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:30:39 #61 extracting sha256:8d642446c24e14a815b7b44c6837a95181df3501ac389b35873831c0a7a9e8d4 17.7s done 08:30:40 #61 ... 08:30:40 08:30:40 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:30:40 #66 13.26 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:40 #66 17.87 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:40 #66 ... 08:30:40 08:30:40 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:40 #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 8.4s 08:30:41 #37 ... 08:30:41 08:30:41 #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:30:41 #35 22.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:41 #35 ... 08:30:41 08:30:41 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:42 #37 ... 08:30:42 08:30:42 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:30:42 #60 22.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:42 #60 ... 08:30:42 08:30:42 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:44 #37 ... 08:30:44 08:30:44 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:30:44 #72 13.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:44 #72 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:44 #72 ... 08:30:44 08:30:44 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:44 #37 ... 08:30:44 08:30:44 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 08:30:44 #67 13.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:44 #67 15.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:44 #67 ... 08:30:44 08:30:44 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:30:44 #74 10.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:44 #74 ... 08:30:44 08:30:44 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 08:30:44 #71 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:44 #71 16.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:44 #71 ... 08:30:44 08:30:44 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:44 #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 13.3s 08:30:45 #37 ... 08:30:45 08:30:45 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:30:45 #0 6.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:45 #0 8.344 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:45 #78 ... 08:30:45 08:30:45 #69 [core-data builder 3/7] RUN apk add --update --no-cache make git 08:30:45 #69 14.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:45 #69 16.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:45 #69 ... 08:30:45 08:30:45 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:30:45 #70 14.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:45 #70 ... 08:30:45 08:30:45 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:46 #37 ... 08:30:46 08:30:46 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 08:30:46 #73 15.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:46 #73 ... 08:30:46 08:30:46 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:30:46 #0 6.463 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:46 #0 8.577 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:46 #79 ... 08:30:46 08:30:46 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:30:46 #0 6.341 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:46 #0 7.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:46 #80 ... 08:30:46 08:30:46 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.13.3@sha256:16607dd148640cecbfba5cc620d0ba346350eacd5bc4105448fed867f6c08c77 08:30:46 #37 extracting sha256:3b3a2e4b748f3265e41df1f2cf7de37202db5afa1c8b9fd4889efc7430977fe8 15.3s done 08:30:47 #37 DONE 37.7s 08:30:47 08:30:47 #35 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 08:30:47 #35 34.08 (1/13) Installing brotli-libs (1.1.0-r2) 08:30:47 #35 34.31 (2/13) Installing c-ares (1.34.6-r0) 08:30:47 #35 34.39 (3/13) Installing libunistring (1.3-r0) 08:30:47 #35 34.78 (4/13) Installing libidn2 (2.3.7-r0) 08:30:47 #35 34.81 (5/13) Installing nghttp2-libs (1.65.0-r0) 08:30:47 #35 34.83 (6/13) Installing libpsl (0.21.5-r3) 08:30:47 #35 34.85 (7/13) Installing zstd-libs (1.5.7-r0) 08:30:47 #35 34.98 (8/13) Installing libcurl (8.14.1-r2) 08:30:47 #35 35.11 (9/13) Installing curl (8.14.1-r2) 08:30:47 #35 35.19 (10/13) Installing dumb-init (1.2.5-r3) 08:30:47 #35 35.20 (11/13) Installing musl-obstack (1.2.3-r2) 08:30:47 #35 35.21 (12/13) Installing libucontext (1.3.2-r0) 08:30:47 #35 35.22 (13/13) Installing gcompat (1.1.0-r4) 08:30:47 #35 35.32 Executing busybox-1.37.0-r19.trigger 08:30:47 #35 35.46 OK: 13 MiB in 29 packages 08:30:47 #35 DONE 38.0s 08:30:47 08:30:47 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:30:47 #70 27.17 v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 08:30:47 #70 27.17 v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 08:30:47 #70 27.17 OK: 26172 distinct packages available 08:30:48 #70 ... 08:30:48 08:30:48 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:30:48 #76 11.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:48 #76 ... 08:30:48 08:30:48 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 08:30:48 #60 35.60 (1/4) Installing dumb-init (1.2.5-r3) 08:30:48 #60 35.62 (2/4) Installing musl-obstack (1.2.3-r2) 08:30:48 #60 35.63 (3/4) Installing libucontext (1.3.2-r0) 08:30:48 #60 35.64 (4/4) Installing gcompat (1.1.0-r4) 08:30:48 #60 35.67 Executing busybox-1.37.0-r19.trigger 08:30:48 #60 35.78 OK: 8 MiB in 20 packages 08:30:48 #60 DONE 38.3s 08:30:48 08:30:48 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:30:48 #81 ... 08:30:48 08:30:48 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:30:48 #77 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:48 #77 ... 08:30:48 08:30:48 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:30:48 #74 24.61 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:48 #74 24.97 Executing busybox-1.37.0-r20.post-upgrade 08:30:49 #74 25.70 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:49 #74 25.72 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:49 #74 25.79 Executing busybox-1.37.0-r20.trigger 08:30:49 #74 ... 08:30:49 08:30:49 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:49 #59 29.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:49 #59 ... 08:30:49 08:30:49 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:30:49 #74 25.90 OK: 12 MiB in 23 packages 08:30:50 #74 ... 08:30:50 08:30:50 #61 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.13.3@sha256:df9502625d910710f48b27eb861345ffeb3cd91c79a874f989f2150c391fd9f9 08:30:50 #61 ... 08:30:50 08:30:50 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 08:30:50 #67 29.13 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:50 #67 29.38 Executing busybox-1.37.0-r20.post-upgrade 08:30:50 #67 30.20 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:50 #67 30.21 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:50 #67 30.22 Executing busybox-1.37.0-r20.trigger 08:30:50 #67 30.44 OK: 8 MiB in 17 packages 08:30:52 #67 ... 08:30:52 08:30:52 #72 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 08:30:52 #72 28.99 OK: 255 MiB in 60 packages 08:30:52 #72 DONE 31.5s 08:30:52 08:30:52 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:30:52 #75 6.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:52 #75 8.049 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:52 #75 ... 08:30:52 08:30:52 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:30:52 #82 ... 08:30:52 08:30:52 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 08:30:52 #73 29.43 OK: 255 MiB in 60 packages 08:30:52 #73 DONE 31.9s 08:30:52 08:30:52 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:30:52 #81 4.183 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:52 #81 ... 08:30:52 08:30:52 #74 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 08:30:52 #74 DONE 29.1s 08:30:53 08:30:53 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 08:30:53 #82 DONE 1.1s 08:30:53 08:30:53 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:30:53 #83 ... 08:30:53 08:30:53 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 08:30:53 #71 29.86 OK: 255 MiB in 60 packages 08:30:53 #71 DONE 33.1s 08:30:53 08:30:53 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 08:30:53 #84 DONE 1.1s 08:30:53 08:30:53 #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:30:54 #85 ... 08:30:54 08:30:54 #66 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 08:30:54 #66 33.01 (1/1) Installing dumb-init (1.2.5-r3) 08:30:54 #66 33.72 Executing busybox-1.37.0-r19.trigger 08:30:54 #66 34.04 OK: 8 MiB in 17 packages 08:30:54 #66 DONE 37.4s 08:30:54 08:30:54 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:54 #59 43.12 (1/5) Installing dumb-init (1.2.5-r3) 08:30:54 #59 43.15 (2/5) Installing musl-obstack (1.2.3-r2) 08:30:54 #59 43.19 (3/5) Installing libucontext (1.3.2-r0) 08:30:54 #59 43.25 (4/5) Installing gcompat (1.1.0-r4) 08:30:54 #59 43.32 (5/5) Installing openssl (3.5.4-r0) 08:30:54 #59 43.57 Executing busybox-1.37.0-r19.trigger 08:30:54 #59 43.87 OK: 9 MiB in 21 packages 08:30:54 #59 ... 08:30:54 08:30:54 #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 08:30:54 #77 21.68 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:54 #77 21.90 Executing busybox-1.37.0-r20.post-upgrade 08:30:54 #77 22.81 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:54 #77 22.82 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:54 #77 22.84 Executing busybox-1.37.0-r20.trigger 08:30:54 #77 23.05 OK: 19 MiB in 20 packages 08:30:54 #77 DONE 26.3s 08:30:54 08:30:54 #67 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 08:30:54 #67 DONE 34.9s 08:30:54 08:30:54 #86 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 08:30:54 #86 DONE 1.2s 08:30:54 08:30:54 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:30:54 #76 24.53 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:54 #76 24.77 Executing busybox-1.37.0-r20.post-upgrade 08:30:54 #76 25.76 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:54 #76 25.76 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:54 #76 25.85 Executing busybox-1.37.0-r20.trigger 08:30:54 #76 26.19 OK: 8 MiB in 17 packages 08:30:55 #76 ... 08:30:55 08:30:55 #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 08:30:55 #69 31.82 OK: 255 MiB in 60 packages 08:30:55 #69 DONE 35.9s 08:30:55 08:30:55 #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:30:56 #87 ... 08:30:56 08:30:56 #59 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 08:30:56 #59 DONE 46.5s 08:30:56 08:30:56 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:30:56 #75 20.81 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:56 #75 20.92 Executing busybox-1.37.0-r20.post-upgrade 08:30:56 #75 ... 08:30:56 08:30:56 #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade 08:30:56 #76 DONE 29.6s 08:30:56 08:30:56 #87 [core-metadata builder 4/7] COPY go.mod vendor* ./ 08:30:56 #87 DONE 1.1s 08:30:56 08:30:56 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:30:56 #80 20.84 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:56 #80 21.00 Executing busybox-1.37.0-r20.post-upgrade 08:30:57 #80 21.44 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:57 #80 21.44 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:57 #80 21.50 Executing busybox-1.37.0-r20.trigger 08:30:57 #80 21.60 OK: 8 MiB in 19 packages 08:30:57 #80 ... 08:30:57 08:30:57 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:30:57 #0 4.635 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:30:57 #0 6.782 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:30:57 #88 ... 08:30:57 08:30:57 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 08:30:57 #75 21.42 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:57 #75 21.45 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:57 #75 21.47 Executing busybox-1.37.0-r20.trigger 08:30:57 #75 21.54 OK: 8 MiB in 18 packages 08:30:59 #75 DONE 23.2s 08:30:59 08:30:59 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:30:59 #89 ... 08:30:59 08:30:59 #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 08:30:59 #78 21.49 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:30:59 #78 21.69 Executing busybox-1.37.0-r20.post-upgrade 08:30:59 #78 22.18 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:30:59 #78 22.20 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:30:59 #78 22.25 Executing busybox-1.37.0-r20.trigger 08:30:59 #78 22.32 OK: 20 MiB in 20 packages 08:30:59 #78 DONE 24.6s 08:31:00 08:31:00 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:31:00 #90 ... 08:31:00 08:31:00 #79 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 08:31:00 #79 22.69 OK: 255 MiB in 60 packages 08:31:00 #79 DONE 24.1s 08:31:00 08:31:00 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:31:00 #70 29.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:31:00 #70 32.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:31:00 #70 ... 08:31:00 08:31:00 #80 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 08:31:00 #80 DONE 24.4s 08:31:00 08:31:00 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 08:31:01 #91 ... 08:31:01 08:31:01 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 08:31:01 #90 DONE 1.2s 08:31:01 08:31:01 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:31:01 #88 13.40 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:31:01 #88 13.50 Executing busybox-1.37.0-r20.post-upgrade 08:31:01 #88 ... 08:31:01 08:31:01 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 08:31:01 #91 DONE 1.2s 08:31:01 08:31:01 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:02 #92 ... 08:31:02 08:31:02 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 08:31:02 #70 40.54 OK: 255 MiB in 60 packages 08:31:02 #70 DONE 41.6s 08:31:02 08:31:02 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 08:31:03 #93 DONE 0.8s 08:31:03 08:31:03 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:03 #94 ... 08:31:03 08:31:03 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 08:31:03 #88 14.00 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:31:03 #88 14.00 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:31:03 #88 14.00 Executing busybox-1.37.0-r20.trigger 08:31:03 #88 14.04 OK: 13 MiB in 29 packages 08:31:03 #88 DONE 15.4s 08:31:03 08:31:03 #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 08:31:03 #81 6.663 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:31:03 #81 13.47 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:31:03 #81 13.67 Executing busybox-1.37.0-r20.post-upgrade 08:31:03 #81 14.08 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:31:03 #81 14.08 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:31:03 #81 14.10 Executing busybox-1.37.0-r20.trigger 08:31:03 #81 14.22 OK: 8 MiB in 20 packages 08:31:04 #81 DONE 15.6s 08:31:04 08:31:04 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:31:04 #95 ... 08:31:04 08:31:04 #89 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 08:31:04 #89 DONE 5.6s 08:31:04 08:31:04 #96 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 08:31:04 #96 DONE 0.2s 08:31:04 08:31:04 #97 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 08:31:04 #0 6.787 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 08:31:04 #0 7.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 08:31:04 #97 ... 08:31:04 08:31:04 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:05 #98 ... 08:31:05 08:31:05 #99 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:07 #99 ... 08:31:07 08:31:07 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:31:07 #95 DONE 2.6s 08:31:07 08:31:07 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 08:31:07 #100 DONE 0.1s 08:31:07 08:31:07 #101 [security-spire-config stage-2 6/10] COPY security.txt / 08:31:07 #101 DONE 0.2s 08:31:07 08:31:07 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 08:31:07 #102 DONE 0.1s 08:31:07 08:31:07 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:07 #94 ... 08:31:07 08:31:07 #103 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 08:31:07 #103 DONE 0.1s 08:31:07 08:31:07 #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 08:31:07 #104 DONE 0.1s 08:31:07 08:31:07 #105 [security-spire-config] exporting to image 08:31:07 #105 exporting layers 08:31:09 #105 exporting layers 2.2s done 08:31:09 #105 writing image sha256:ce8e8ce08a42bf248fff2ce104c13e8f36c560d06b7ee6cf4180787b7ef8862c done 08:31:09 #105 naming to docker.io/library/security-spire-config-arm64 done 08:31:09 #105 DONE 2.2s 08:31:09 08:31:09 #97 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 08:31:09 #97 11.73 (1/3) Upgrading busybox (1.37.0-r19 -> 1.37.0-r20) 08:31:09 #97 11.85 Executing busybox-1.37.0-r20.post-upgrade 08:31:09 #97 12.09 (2/3) Upgrading busybox-binsh (1.37.0-r19 -> 1.37.0-r20) 08:31:09 #97 12.10 (3/3) Upgrading ssl_client (1.37.0-r19 -> 1.37.0-r20) 08:31:09 #97 12.11 Executing busybox-1.37.0-r20.trigger 08:31:09 #97 12.17 OK: 9 MiB in 21 packages 08:31:09 #97 DONE 13.3s 08:31:09 08:31:09 #106 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:31:11 #106 ... 08:31:11 08:31:11 #107 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 08:31:11 #107 DONE 1.3s 08:31:11 08:31:11 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:31:11 #108 ... 08:31:11 08:31:11 #106 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:31:11 #106 DONE 2.1s 08:31:11 08:31:11 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 08:31:12 #109 DONE 0.2s 08:31:12 08:31:12 #110 [security-spire-server stage-2 6/9] COPY security.txt / 08:31:12 #110 DONE 0.2s 08:31:12 08:31:12 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:12 #94 ... 08:31:12 08:31:12 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 08:31:12 #111 DONE 0.4s 08:31:12 08:31:12 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:12 #98 ... 08:31:12 08:31:12 #112 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 08:31:13 #112 DONE 0.2s 08:31:13 08:31:13 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:31:13 #113 ... 08:31:13 08:31:13 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 08:31:13 #108 DONE 1.9s 08:31:13 08:31:13 #113 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 08:31:13 #113 DONE 0.2s 08:31:13 08:31:13 #105 [security-spire-server] exporting to image 08:31:13 #105 ... 08:31:13 08:31:13 #114 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 08:31:13 #114 DONE 0.2s 08:31:13 08:31:13 #115 [security-spire-agent stage-3 7/10] COPY security.txt / 08:31:13 #115 DONE 0.5s 08:31:13 08:31:13 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 08:31:14 #116 DONE 0.2s 08:31:14 08:31:14 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:14 #94 ... 08:31:14 08:31:14 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 08:31:14 #117 DONE 0.3s 08:31:14 08:31:14 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 08:31:14 #118 DONE 0.4s 08:31:14 08:31:14 #105 [security-spire-agent] exporting to image 08:31:14 #105 exporting layers 08:31:17 #105 exporting layers 4.2s done 08:31:17 #105 writing image sha256:0514c0ab900eb788ca726757dbf6594ffb302e9107f4794ce23bdd4a546c16d8 08:31:17 #105 writing image sha256:0514c0ab900eb788ca726757dbf6594ffb302e9107f4794ce23bdd4a546c16d8 0.0s done 08:31:17 #105 naming to docker.io/library/security-spire-server-arm64 0.0s done 08:31:18 #105 exporting layers 3.4s done 08:31:18 #105 writing image sha256:579aa975601209ff53a8b1afade4c06ba6f6bee5ab3d47f914f50f603d52e74f done 08:31:18 #105 naming to docker.io/library/security-spire-agent-arm64 done 08:31:18 #105 DONE 6.8s 08:31:18 08:31:18 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:31:39 #156 ... 08:31:39 08:31:39 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:31:39 #151 DONE 98.5s 08:31:39 08:31:39 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:31:39 #157 DONE 0.1s 08:31:39 08:31:39 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:31:39 #158 DONE 0.1s 08:31:39 08:31:39 #159 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:31:39 #159 DONE 0.1s 08:31:39 08:31:39 #160 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 08:31:39 #160 DONE 0.0s 08:31:39 08:31:39 #161 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:31:39 #161 DONE 0.0s 08:31:39 08:31:39 #162 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:31:39 #162 DONE 0.9s 08:31:39 08:31:39 #163 [core-common-config-bootstrapper] exporting to image 08:31:39 #163 exporting layers 08:31:39 #163 exporting layers 0.5s done 08:31:39 #163 writing image sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done 08:31:39 #163 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 08:31:39 #163 DONE 0.6s 08:31:39 08:31:39 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:31:39 #156 ... 08:31:39 08:31:39 #154 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:31:39 #154 DONE 103.1s 08:31:39 08:31:39 #164 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:31:39 #164 DONE 0.2s 08:31:39 08:31:39 #165 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:31:39 #165 DONE 1.0s 08:31:39 08:31:39 #166 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:31:39 #166 DONE 0.2s 08:31:39 08:31:39 #167 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:31:39 #167 DONE 0.0s 08:31:39 08:31:39 #168 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:31:39 #168 DONE 0.1s 08:31:39 08:31:39 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:31:39 #169 DONE 0.0s 08:31:39 08:31:39 #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/ 08:31:39 #170 DONE 0.0s 08:31:39 08:31:39 #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/ 08:31:39 #171 DONE 0.0s 08:31:39 08:31:39 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:31:39 #146 ... 08:31:39 08:31:39 #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/ 08:31:39 #172 DONE 0.0s 08:31:39 08:31:39 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:31:39 #173 DONE 0.0s 08:31:39 08:31:39 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:31:39 #174 DONE 0.8s 08:31:39 08:31:39 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:31:39 #156 ... 08:31:39 08:31:39 #175 [security-bootstrapper] exporting to image 08:31:39 #175 exporting layers 08:31:39 #175 exporting layers 0.6s done 08:31:39 #175 writing image sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done 08:31:39 #175 naming to docker.io/library/security-bootstrapper 0.0s done 08:31:39 #175 DONE 0.6s 08:31:39 08:31:39 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:39 #98 ... 08:32:39 08:32:39 #83 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:39 #83 DONE 104.7s 08:32:39 08:32:39 #85 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:39 #85 DONE 104.2s 08:32:39 08:32:39 #119 [support-scheduler builder 6/7] COPY . . 08:32:39 #119 ... 08:32:39 08:32:39 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:39 #94 DONE 95.0s 08:32:39 08:32:39 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:39 #98 DONE 103.2s 08:32:39 08:32:39 #99 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:39 #99 DONE 101.2s 08:32:39 08:32:39 #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:39 #92 DONE 96.5s 08:32:39 08:32:39 #120 [core-keeper builder 7/8] COPY . . 08:32:40 #120 DONE 2.6s 08:32:40 08:32:40 #121 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:40 #121 CACHED 08:32:40 08:32:40 #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:32:40 #122 CACHED 08:32:40 08:32:40 #123 [security-bootstrapper builder 6/7] COPY . . 08:32:40 #123 CACHED 08:32:40 08:32:40 #124 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:40 #124 CACHED 08:32:40 08:32:40 #125 [security-proxy-setup builder 6/7] COPY . . 08:32:40 #125 CACHED 08:32:40 08:32:40 #126 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 08:32:40 #126 CACHED 08:32:40 08:32:40 #119 [support-scheduler builder 6/7] COPY . . 08:32:40 #119 DONE 2.7s 08:32:40 08:32:40 #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 08:32:40 #127 CACHED 08:32:40 08:32:40 #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:40 #128 CACHED 08:32:40 08:32:40 #129 [core-common-config-bootstrapper builder 6/7] COPY . . 08:32:40 #129 CACHED 08:32:40 08:32:40 #130 [security-spiffe-token-provider builder 6/7] COPY . . 08:32:40 #130 DONE 2.6s 08:32:40 08:32:40 #131 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:40 #131 CACHED 08:32:40 08:32:40 #132 [security-proxy-auth builder 6/7] COPY . . 08:32:40 #132 CACHED 08:32:40 08:32:40 #133 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 08:32:40 #133 CACHED 08:32:40 08:32:40 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 08:32:40 #134 CACHED 08:32:40 08:32:40 #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:40 #135 CACHED 08:32:40 08:32:40 #136 [core-data builder 6/7] COPY . . 08:32:40 #136 CACHED 08:32:40 08:32:40 #137 [security-secretstore-setup builder 6/7] COPY . . 08:32:40 #137 DONE 2.6s 08:32:40 08:32:40 #138 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:32:40 #138 CACHED 08:32:40 08:32:40 #139 [core-command builder 4/7] COPY go.mod vendor* ./ 08:32:40 #139 CACHED 08:32:40 08:32:40 #140 [core-command builder 6/7] COPY . . 08:32:40 #140 CACHED 08:32:40 08:32:40 #141 [core-metadata builder 6/7] COPY . . 08:32:40 #141 DONE 2.7s 08:32:40 08:32:40 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:32:40 #142 ... 08:32:40 08:32:40 #143 [support-notifications builder 6/7] COPY . . 08:32:40 #143 DONE 2.8s 08:32:41 08:32:41 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:32:46 #144 ... 08:32:46 08:32:46 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:32:46 #0 5.227 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 08:32:46 #145 ... 08:32:46 08:32:46 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:32:46 #0 5.479 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 08:32:46 #146 ... 08:32:46 08:32:46 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:32:46 #142 5.894 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 08:32:47 #146 ... 08:32:47 08:32:47 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:32:47 #155 DONE 170.7s 08:32:47 08:32:47 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 08:32:47 #176 DONE 0.1s 08:32:47 08:32:47 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 08:32:47 #177 DONE 0.1s 08:32:47 08:32:47 #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:32:47 #178 DONE 0.2s 08:32:47 08:32:47 #179 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 08:32:47 #179 DONE 0.1s 08:32:47 08:32:47 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:32:47 #156 ... 08:32:47 08:32:47 #180 [core-command] exporting to image 08:32:47 #180 exporting layers 0.1s done 08:32:47 #180 writing image sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done 08:32:47 #180 naming to docker.io/library/core-command done 08:32:47 #180 DONE 0.1s 08:32:47 08:32:47 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:47 #146 ... 08:32:47 08:32:47 #153 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:32:47 #153 DONE 174.1s 08:32:47 08:32:47 #181 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 08:32:47 #181 DONE 0.1s 08:32:47 08:32:47 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:47 #146 ... 08:32:47 08:32:47 #182 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 08:32:47 #182 DONE 0.0s 08:32:47 08:32:47 #183 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 08:32:47 #183 DONE 0.1s 08:32:47 08:32:47 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 08:32:47 #184 DONE 0.1s 08:32:47 08:32:47 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:32:47 #185 DONE 0.2s 08:32:47 08:32:47 #186 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 08:32:47 #186 DONE 0.2s 08:32:47 08:32:47 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:32:47 #145 174.7 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:32:47 #145 ... 08:32:47 08:32:47 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 08:32:47 #149 DONE 175.8s 08:32:47 08:32:47 #187 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:47 #187 DONE 1.0s 08:32:47 08:32:47 #188 [security-proxy-setup] exporting to image 08:32:47 #188 ... 08:32:47 08:32:47 #189 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:32:47 #189 DONE 0.2s 08:32:47 08:32:47 #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:32:47 #190 DONE 0.1s 08:32:47 08:32:47 #188 [security-proxy-setup] exporting to image 08:32:47 #188 exporting layers 0.4s done 08:32:47 #188 writing image sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 0.0s done 08:32:47 #188 naming to docker.io/library/security-proxy-setup done 08:32:47 #188 DONE 0.4s 08:32:47 08:32:47 #191 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 08:32:47 #191 DONE 0.2s 08:32:47 08:32:47 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:48 #146 ... 08:32:48 08:32:48 #192 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 08:32:48 #192 DONE 0.1s 08:32:48 08:32:48 #193 [security-spiffe-token-provider] exporting to image 08:32:48 #193 exporting layers 0.1s done 08:32:48 #193 writing image sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done 08:32:48 #193 naming to docker.io/library/security-spiffe-token-provider done 08:32:48 #193 DONE 0.1s 08:32:48 08:32:48 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:49 #146 ... 08:32:49 08:32:49 #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:32:49 #145 DONE 177.9s 08:32:49 08:32:49 #194 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 08:32:49 #194 DONE 0.1s 08:32:49 08:32:49 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 08:32:49 #195 DONE 0.1s 08:32:49 08:32:49 #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 08:32:49 #196 DONE 0.0s 08:32:49 08:32:49 #197 [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 08:32:49 #197 DONE 0.0s 08:32:49 08:32:49 #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 08:32:49 #198 DONE 0.1s 08:32:49 08:32:49 #199 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:32:49 #199 DONE 0.2s 08:32:49 08:32:49 #200 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:32:50 #200 DONE 0.2s 08:32:50 08:32:50 #201 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:32:50 #201 DONE 0.0s 08:32:50 08:32:50 #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:50 #142 ... 08:32:50 08:32:50 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 08:32:50 #0 6.139 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 08:32:50 #202 ... 08:32:50 08:32:50 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:32:50 #152 DONE 179.1s 08:32:50 08:32:50 #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 08:32:50 #203 DONE 0.0s 08:32:50 08:32:50 #204 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 08:32:50 #147 ... 08:32:50 08:32:50 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:32:50 #0 4.069 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:32:50 #148 ... 08:32:50 08:32:50 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:32:50 #0 6.571 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 08:32:51 #204 DONE 0.3s 08:32:51 08:32:51 #202 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:51 #202 DONE 0.7s 08:32:51 08:32:51 #205 [security-secretstore-setup] exporting to image 08:32:51 #149 ... 08:32:51 08:32:51 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:32:51 #0 6.533 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:32:51 #150 ... 08:32:51 08:32:51 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:32:51 #0 5.108 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 08:32:51 #205 ... 08:32:51 08:32:51 #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 08:32:51 #206 DONE 0.1s 08:32:51 08:32:51 #148 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:32:51 #148 DONE 179.9s 08:32:51 08:32:51 #207 [core-keeper] exporting to image 08:32:51 #207 exporting layers 0.2s done 08:32:51 #207 writing image sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done 08:32:51 #207 naming to docker.io/library/core-keeper done 08:32:51 #207 DONE 0.2s 08:32:51 08:32:51 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:32:51 #151 ... 08:32:51 08:32:51 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:32:51 #0 4.239 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:32:51 #147 ... 08:32:51 08:32:51 #205 [security-secretstore-setup] exporting to image 08:32:51 #205 exporting layers 0.4s done 08:32:51 #205 writing image sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done 08:32:51 #205 naming to docker.io/library/security-secretstore-setup done 08:32:51 #205 DONE 0.4s 08:32:51 08:32:51 #208 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:32:51 #208 DONE 0.1s 08:32:51 08:32:51 #209 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:32:51 #209 DONE 0.1s 08:32:51 08:32:51 #210 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:32:51 #152 ... 08:32:51 08:32:51 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:32:51 #0 6.650 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:32:51 #210 DONE 0.1s 08:32:51 08:32:51 #211 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 08:32:51 #211 DONE 0.0s 08:32:51 08:32:51 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:32:51 #147 ... 08:32:51 08:32:51 #212 [core-data] exporting to image 08:32:51 #212 exporting layers 0.1s done 08:32:51 #212 writing image sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done 08:32:51 #212 naming to docker.io/library/core-data 08:32:52 #212 naming to docker.io/library/core-data done 08:32:52 #212 DONE 0.1s 08:32:52 08:32:52 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:32:52 #153 ... 08:32:52 08:32:52 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:52 #0 6.616 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 08:32:52 #154 ... 08:32:52 08:32:52 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:32:52 #144 5.916 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:32:53 #147 ... 08:32:53 08:32:53 #146 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 08:32:53 #146 DONE 181.6s 08:32:53 08:32:53 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:32:53 #150 DONE 181.6s 08:32:53 08:32:53 #213 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:32:53 #213 DONE 0.1s 08:32:53 08:32:53 #214 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:32:53 #214 DONE 0.0s 08:32:53 08:32:53 #215 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:32:53 #215 ... 08:32:53 08:32:53 #216 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:32:53 #216 CACHED 08:32:53 08:32:53 #217 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:32:53 #217 CACHED 08:32:53 08:32:53 #218 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:32:53 #218 DONE 0.2s 08:32:53 08:32:53 #156 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 08:32:53 #156 DONE 182.0s 08:32:53 08:32:53 #215 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 08:32:53 #215 DONE 0.2s 08:32:53 08:32:53 #219 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 08:32:53 #219 DONE 0.1s 08:32:53 08:32:53 #220 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 08:32:53 #220 DONE 0.0s 08:32:53 08:32:53 #221 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 08:32:53 #221 DONE 0.1s 08:32:53 08:32:53 #222 [core-metadata] exporting to image 08:32:53 #222 ... 08:32:53 08:32:53 #223 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 08:32:53 #223 DONE 0.1s 08:32:53 08:32:53 #224 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:32:53 #224 DONE 0.1s 08:32:53 08:32:53 #225 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:32:53 #225 DONE 0.0s 08:32:53 08:32:53 #222 [core-metadata] exporting to image 08:32:53 #222 exporting layers 0.2s done 08:32:53 #222 writing image sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done 08:32:53 #222 naming to docker.io/library/core-metadata done 08:32:53 #222 DONE 0.2s 08:32:53 08:32:53 #226 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:32:53 #226 DONE 0.2s 08:32:53 08:32:53 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:54 #227 DONE 0.3s 08:32:54 08:32:54 #228 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 08:32:54 #228 DONE 0.0s 08:32:54 08:32:54 #229 [security-proxy-auth] exporting to image 08:32:54 #229 exporting layers 0.2s done 08:32:54 #229 writing image sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done 08:32:54 #229 naming to docker.io/library/security-proxy-auth done 08:32:54 #229 DONE 0.3s 08:32:54 08:32:54 #230 [support-notifications] exporting to image 08:32:54 #230 exporting layers 0.2s done 08:32:54 #230 writing image sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done 08:32:54 #230 naming to docker.io/library/support-notifications done 08:32:54 #230 DONE 0.2s 08:32:54 08:32:54 #147 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:32:54 #147 DONE 183.4s 08:32:54 08:32:54 #231 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 08:32:54 #231 DONE 0.0s 08:32:55 08:32:55 #232 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 08:32:55 #232 DONE 0.0s 08:32:55 08:32:55 #233 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:32:55 #233 DONE 0.1s 08:32:55 08:32:55 #234 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 08:32:55 #234 DONE 0.0s 08:32:55 08:32:55 #235 [support-scheduler] exporting to image 08:32:55 #235 exporting layers 0.3s done 08:32:55 #235 writing image sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done 08:32:55 #235 naming to docker.io/library/support-scheduler done 08:32:55 #235 DONE 0.3s 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 08:32:55 time="2026-01-07T08:29:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 08:32:55 $ docker stop --time=1 4a60b8ecb6554d6b52d8044382adda3c585d3f1fb8797318810e54953d1c01ea 08:32:56 $ docker rm -f --volumes 4a60b8ecb6554d6b52d8044382adda3c585d3f1fb8797318810e54953d1c01ea [Pipeline] // withDockerContainer [Pipeline] sh 08:32:57 + docker images 08:32:57 REPOSITORY TAG IMAGE ID CREATED SIZE 08:32:57 support-scheduler latest 57508d81c4c3 2 seconds ago 52MB 08:32:57 support-notifications latest fb40b3155eb4 4 seconds ago 55.7MB 08:32:57 security-proxy-auth latest 853f2f32e01a 4 seconds ago 47MB 08:32:57 core-metadata latest dac313c7a350 4 seconds ago 48MB 08:32:57 core-data latest bd66befc2095 6 seconds ago 47.9MB 08:32:57 core-keeper latest 4d0feb8c1dbb 7 seconds ago 46.8MB 08:32:57 security-secretstore-setup latest 20b62825639f 7 seconds ago 84.5MB 08:32:57 security-proxy-setup latest 2eba252dd7cc 10 seconds ago 52.8MB 08:32:57 security-spiffe-token-provider latest 7088bf16a5f1 10 seconds ago 51MB 08:32:57 core-command latest 18d1645ee991 15 seconds ago 42.1MB 08:32:57 security-bootstrapper latest 6d3853d8655c About a minute ago 22.4MB 08:32:57 core-common-config-bootstrapper latest 53bbaeda8dd2 About a minute ago 21.3MB 08:32:57 security-spire-agent latest 2cb733debbab 3 minutes ago 238MB 08:32:57 security-spire-config latest aa892547baaa 3 minutes ago 178MB 08:32:57 security-spire-server latest c1b5431ca8f8 3 minutes ago 178MB 08:32:57 ci-base-image-x86_64 latest 9a86e5c7d5f0 7 minutes ago 999MB 08:32:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 months ago 636MB 08:32:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 7 months ago 573MB 08:32:57 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 08:32:57 provisioning config files... 08:32:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config5026639305768288496tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:57 ---> ****-login.sh 08:32:57 nexus3.edgexfoundry.org:10001 08:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:57 Login Succeeded 08:32:57 nexus3.edgexfoundry.org:10002 08:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:57 Login Succeeded 08:32:57 nexus3.edgexfoundry.org:10003 08:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:57 Login Succeeded 08:32:57 nexus3.edgexfoundry.org:10004 08:32:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:57 Login Succeeded 08:32:57 ****.io 08:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:58 Login Succeeded 08:32:58 ---> ****-login.sh ends [Pipeline] } 08:32:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:32:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 08:32:58 [edgeXDocker.push] Tagging docker image core-command with the following tags: 08:32:58 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:32:58 latest 08:32:58 4.1.0-dev.91 08:32:58 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:32:58 main 08:32:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:32:58 + docker push nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:32:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:32:58 d7a7ca9c37b2: Preparing 08:32:58 bd2c8e609b21: Preparing 08:32:58 32dbbc08d624: Preparing 08:32:58 ca67c7ff607e: Preparing 08:32:58 25d7dea7ba11: Preparing 08:32:58 8ee03a1a8f47: Preparing 08:32:58 256f393e029f: Preparing 08:32:58 256f393e029f: Waiting 08:32:58 8ee03a1a8f47: Waiting 08:32:58 ca67c7ff607e: Pushed 08:32:58 d7a7ca9c37b2: Pushed 08:32:58 32dbbc08d624: Pushed 08:32:58 256f393e029f: Layer already exists 08:32:58 25d7dea7ba11: Pushed 08:32:59 8ee03a1a8f47: Pushed 08:33:02 bd2c8e609b21: Pushed 08:33:02 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:02 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:03 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 08:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:33:03 d7a7ca9c37b2: Preparing 08:33:03 bd2c8e609b21: Preparing 08:33:03 32dbbc08d624: Preparing 08:33:03 ca67c7ff607e: Preparing 08:33:03 25d7dea7ba11: Preparing 08:33:03 8ee03a1a8f47: Preparing 08:33:03 256f393e029f: Preparing 08:33:03 8ee03a1a8f47: Waiting 08:33:03 256f393e029f: Waiting 08:33:03 25d7dea7ba11: Layer already exists 08:33:03 bd2c8e609b21: Layer already exists 08:33:03 ca67c7ff607e: Layer already exists 08:33:03 d7a7ca9c37b2: Layer already exists 08:33:03 32dbbc08d624: Layer already exists 08:33:03 256f393e029f: Layer already exists 08:33:03 8ee03a1a8f47: Layer already exists 08:33:03 latest: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:03 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:03 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 08:33:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:33:03 d7a7ca9c37b2: Preparing 08:33:03 bd2c8e609b21: Preparing 08:33:03 32dbbc08d624: Preparing 08:33:03 ca67c7ff607e: Preparing 08:33:03 25d7dea7ba11: Preparing 08:33:03 8ee03a1a8f47: Preparing 08:33:03 256f393e029f: Preparing 08:33:03 8ee03a1a8f47: Waiting 08:33:03 256f393e029f: Waiting 08:33:03 d7a7ca9c37b2: Layer already exists 08:33:03 bd2c8e609b21: Layer already exists 08:33:03 32dbbc08d624: Layer already exists 08:33:03 ca67c7ff607e: Layer already exists 08:33:03 25d7dea7ba11: Layer already exists 08:33:03 8ee03a1a8f47: Layer already exists 08:33:03 256f393e029f: Layer already exists 08:33:03 4.1.0-dev.91: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:04 + docker push nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:33:04 d7a7ca9c37b2: Preparing 08:33:04 bd2c8e609b21: Preparing 08:33:04 32dbbc08d624: Preparing 08:33:04 ca67c7ff607e: Preparing 08:33:04 25d7dea7ba11: Preparing 08:33:04 8ee03a1a8f47: Preparing 08:33:04 256f393e029f: Preparing 08:33:04 8ee03a1a8f47: Waiting 08:33:04 256f393e029f: Waiting 08:33:04 d7a7ca9c37b2: Layer already exists 08:33:04 32dbbc08d624: Layer already exists 08:33:04 bd2c8e609b21: Layer already exists 08:33:04 25d7dea7ba11: Layer already exists 08:33:04 ca67c7ff607e: Layer already exists 08:33:04 8ee03a1a8f47: Layer already exists 08:33:04 256f393e029f: Layer already exists 08:33:04 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:04 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:04 + docker push nexus3.edgexfoundry.org:10004/core-command:main 08:33:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 08:33:04 d7a7ca9c37b2: Preparing 08:33:04 bd2c8e609b21: Preparing 08:33:04 32dbbc08d624: Preparing 08:33:04 ca67c7ff607e: Preparing 08:33:04 25d7dea7ba11: Preparing 08:33:04 8ee03a1a8f47: Preparing 08:33:04 256f393e029f: Preparing 08:33:04 8ee03a1a8f47: Waiting 08:33:04 256f393e029f: Waiting 08:33:04 ca67c7ff607e: Layer already exists 08:33:04 bd2c8e609b21: Layer already exists 08:33:04 32dbbc08d624: Layer already exists 08:33:04 d7a7ca9c37b2: Layer already exists 08:33:04 25d7dea7ba11: Layer already exists 08:33:04 8ee03a1a8f47: Layer already exists 08:33:04 256f393e029f: Layer already exists 08:33:04 main: digest: sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:05 ===================================================== [Pipeline] echo 08:33:05 taggedImages: 08:33:05 - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:05 - nexus3.edgexfoundry.org:10004/core-command:latest 08:33:05 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 08:33:05 - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:05 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 08:33:05 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 08:33:05 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:05 latest 08:33:05 4.1.0-dev.91 08:33:05 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:05 main 08:33:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:05 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:33:05 7355b029751c: Preparing 08:33:05 0f9f1928557f: Preparing 08:33:05 b47cffb82a86: Preparing 08:33:05 32978a28fcd9: Preparing 08:33:05 32dbbc08d624: Preparing 08:33:05 ca67c7ff607e: Preparing 08:33:05 25d7dea7ba11: Preparing 08:33:05 8ee03a1a8f47: Preparing 08:33:05 256f393e029f: Preparing 08:33:05 ca67c7ff607e: Waiting 08:33:05 25d7dea7ba11: Waiting 08:33:05 8ee03a1a8f47: Waiting 08:33:05 256f393e029f: Waiting 08:33:05 32dbbc08d624: Layer already exists 08:33:05 ca67c7ff607e: Layer already exists 08:33:05 25d7dea7ba11: Layer already exists 08:33:05 b47cffb82a86: Pushed 08:33:05 8ee03a1a8f47: Layer already exists 08:33:05 0f9f1928557f: Pushed 08:33:05 7355b029751c: Pushed 08:33:05 256f393e029f: Layer already exists 08:33:07 32978a28fcd9: Pushed 08:33:07 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:07 + 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 08:33:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:33:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:33:07 7355b029751c: Preparing 08:33:07 0f9f1928557f: Preparing 08:33:07 b47cffb82a86: Preparing 08:33:07 32978a28fcd9: Preparing 08:33:07 32dbbc08d624: Preparing 08:33:07 ca67c7ff607e: Preparing 08:33:07 25d7dea7ba11: Preparing 08:33:07 8ee03a1a8f47: Preparing 08:33:07 256f393e029f: Preparing 08:33:07 8ee03a1a8f47: Waiting 08:33:07 ca67c7ff607e: Waiting 08:33:07 256f393e029f: Waiting 08:33:07 25d7dea7ba11: Waiting 08:33:07 0f9f1928557f: Layer already exists 08:33:07 32978a28fcd9: Layer already exists 08:33:07 b47cffb82a86: Layer already exists 08:33:07 32dbbc08d624: Layer already exists 08:33:07 7355b029751c: Layer already exists 08:33:07 ca67c7ff607e: Layer already exists 08:33:07 25d7dea7ba11: Layer already exists 08:33:07 8ee03a1a8f47: Layer already exists 08:33:07 256f393e029f: Layer already exists 08:33:07 latest: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:08 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:08 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 08:33:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:33:08 7355b029751c: Preparing 08:33:08 0f9f1928557f: Preparing 08:33:08 b47cffb82a86: Preparing 08:33:08 32978a28fcd9: Preparing 08:33:08 32dbbc08d624: Preparing 08:33:08 ca67c7ff607e: Preparing 08:33:08 25d7dea7ba11: Preparing 08:33:08 8ee03a1a8f47: Preparing 08:33:08 256f393e029f: Preparing 08:33:08 8ee03a1a8f47: Waiting 08:33:08 ca67c7ff607e: Waiting 08:33:08 256f393e029f: Waiting 08:33:08 25d7dea7ba11: Waiting 08:33:08 0f9f1928557f: Layer already exists 08:33:08 7355b029751c: Layer already exists 08:33:08 32dbbc08d624: Layer already exists 08:33:08 32978a28fcd9: Layer already exists 08:33:08 b47cffb82a86: Layer already exists 08:33:08 25d7dea7ba11: Layer already exists 08:33:08 ca67c7ff607e: Layer already exists 08:33:08 8ee03a1a8f47: Layer already exists 08:33:08 256f393e029f: Layer already exists 08:33:08 4.1.0-dev.91: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:08 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:33:09 7355b029751c: Preparing 08:33:09 0f9f1928557f: Preparing 08:33:09 b47cffb82a86: Preparing 08:33:09 32978a28fcd9: Preparing 08:33:09 32dbbc08d624: Preparing 08:33:09 ca67c7ff607e: Preparing 08:33:09 25d7dea7ba11: Preparing 08:33:09 8ee03a1a8f47: Preparing 08:33:09 256f393e029f: Preparing 08:33:09 ca67c7ff607e: Waiting 08:33:09 25d7dea7ba11: Waiting 08:33:09 8ee03a1a8f47: Waiting 08:33:09 256f393e029f: Waiting 08:33:09 7355b029751c: Layer already exists 08:33:09 0f9f1928557f: Layer already exists 08:33:09 32dbbc08d624: Layer already exists 08:33:09 32978a28fcd9: Layer already exists 08:33:09 b47cffb82a86: Layer already exists 08:33:09 ca67c7ff607e: Layer already exists 08:33:09 8ee03a1a8f47: Layer already exists 08:33:09 25d7dea7ba11: Layer already exists 08:33:09 256f393e029f: Layer already exists 08:33:09 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:09 + 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 08:33:09 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 08:33:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 08:33:09 7355b029751c: Preparing 08:33:09 0f9f1928557f: Preparing 08:33:09 b47cffb82a86: Preparing 08:33:09 32978a28fcd9: Preparing 08:33:09 32dbbc08d624: Preparing 08:33:09 ca67c7ff607e: Preparing 08:33:09 25d7dea7ba11: Preparing 08:33:09 8ee03a1a8f47: Preparing 08:33:09 256f393e029f: Preparing 08:33:09 8ee03a1a8f47: Waiting 08:33:09 256f393e029f: Waiting 08:33:09 ca67c7ff607e: Waiting 08:33:09 25d7dea7ba11: Waiting 08:33:09 32dbbc08d624: Layer already exists 08:33:09 0f9f1928557f: Layer already exists 08:33:09 7355b029751c: Layer already exists 08:33:09 32978a28fcd9: Layer already exists 08:33:09 b47cffb82a86: Layer already exists 08:33:09 8ee03a1a8f47: Layer already exists 08:33:09 256f393e029f: Layer already exists 08:33:09 25d7dea7ba11: Layer already exists 08:33:09 ca67c7ff607e: Layer already exists 08:33:09 main: digest: sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:09 ===================================================== [Pipeline] echo 08:33:09 taggedImages: 08:33:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:33:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 08:33:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:09 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 08:33:09 [edgeXDocker.push] Tagging docker image core-data with the following tags: 08:33:09 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:09 latest 08:33:09 4.1.0-dev.91 08:33:09 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:09 main 08:33:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:10 + docker push nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:33:10 cd778158d284: Preparing 08:33:10 6d70e666ce3a: Preparing 08:33:10 32dbbc08d624: Preparing 08:33:10 ca67c7ff607e: Preparing 08:33:10 5ce5cec29455: Preparing 08:33:10 22e65b9af7f6: Preparing 08:33:10 256f393e029f: Preparing 08:33:10 22e65b9af7f6: Waiting 08:33:10 256f393e029f: Waiting 08:33:10 32dbbc08d624: Layer already exists 08:33:10 ca67c7ff607e: Layer already exists 08:33:10 256f393e029f: Layer already exists 08:33:10 cd778158d284: Pushed 08:33:10 22e65b9af7f6: Pushed 08:33:10 5ce5cec29455: Pushed 08:33:14 6d70e666ce3a: Pushed 08:33:14 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:15 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 08:33:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:33:15 cd778158d284: Preparing 08:33:15 6d70e666ce3a: Preparing 08:33:15 32dbbc08d624: Preparing 08:33:15 ca67c7ff607e: Preparing 08:33:15 5ce5cec29455: Preparing 08:33:15 22e65b9af7f6: Preparing 08:33:15 256f393e029f: Preparing 08:33:15 22e65b9af7f6: Waiting 08:33:15 256f393e029f: Waiting 08:33:15 32dbbc08d624: Layer already exists 08:33:15 ca67c7ff607e: Layer already exists 08:33:15 6d70e666ce3a: Layer already exists 08:33:15 5ce5cec29455: Layer already exists 08:33:15 cd778158d284: Layer already exists 08:33:15 22e65b9af7f6: Layer already exists 08:33:15 256f393e029f: Layer already exists 08:33:15 latest: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:16 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 08:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:33:16 cd778158d284: Preparing 08:33:16 6d70e666ce3a: Preparing 08:33:16 32dbbc08d624: Preparing 08:33:16 ca67c7ff607e: Preparing 08:33:16 5ce5cec29455: Preparing 08:33:16 22e65b9af7f6: Preparing 08:33:16 256f393e029f: Preparing 08:33:16 22e65b9af7f6: Waiting 08:33:16 256f393e029f: Waiting 08:33:16 ca67c7ff607e: Layer already exists 08:33:16 cd778158d284: Layer already exists 08:33:16 32dbbc08d624: Layer already exists 08:33:16 6d70e666ce3a: Layer already exists 08:33:16 5ce5cec29455: Layer already exists 08:33:16 256f393e029f: Layer already exists 08:33:16 22e65b9af7f6: Layer already exists 08:33:16 4.1.0-dev.91: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:16 + docker push nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:33:16 cd778158d284: Preparing 08:33:16 6d70e666ce3a: Preparing 08:33:16 32dbbc08d624: Preparing 08:33:16 ca67c7ff607e: Preparing 08:33:16 5ce5cec29455: Preparing 08:33:16 22e65b9af7f6: Preparing 08:33:16 256f393e029f: Preparing 08:33:16 256f393e029f: Waiting 08:33:16 22e65b9af7f6: Waiting 08:33:16 5ce5cec29455: Layer already exists 08:33:16 ca67c7ff607e: Layer already exists 08:33:16 6d70e666ce3a: Layer already exists 08:33:16 cd778158d284: Layer already exists 08:33:16 32dbbc08d624: Layer already exists 08:33:16 22e65b9af7f6: Layer already exists 08:33:16 256f393e029f: Layer already exists 08:33:16 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:17 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:17 + docker push nexus3.edgexfoundry.org:10004/core-data:main 08:33:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 08:33:17 cd778158d284: Preparing 08:33:17 6d70e666ce3a: Preparing 08:33:17 32dbbc08d624: Preparing 08:33:17 ca67c7ff607e: Preparing 08:33:17 5ce5cec29455: Preparing 08:33:17 22e65b9af7f6: Preparing 08:33:17 256f393e029f: Preparing 08:33:17 256f393e029f: Waiting 08:33:17 22e65b9af7f6: Waiting 08:33:17 32dbbc08d624: Layer already exists 08:33:17 6d70e666ce3a: Layer already exists 08:33:17 ca67c7ff607e: Layer already exists 08:33:17 cd778158d284: Layer already exists 08:33:17 5ce5cec29455: Layer already exists 08:33:17 22e65b9af7f6: Layer already exists 08:33:17 256f393e029f: Layer already exists 08:33:17 main: digest: sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:17 ===================================================== [Pipeline] echo 08:33:17 taggedImages: 08:33:17 - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:17 - nexus3.edgexfoundry.org:10004/core-data:latest 08:33:17 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 08:33:17 - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:17 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 08:33:17 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 08:33:17 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:17 latest 08:33:17 4.1.0-dev.91 08:33:17 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:17 main 08:33:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:33:18 1ac270fba355: Preparing 08:33:18 d246396fc2d5: Preparing 08:33:18 ca67c7ff607e: Preparing 08:33:18 114d23d10740: Preparing 08:33:18 b87ca9d870c1: Preparing 08:33:18 256f393e029f: Preparing 08:33:18 256f393e029f: Waiting 08:33:18 ca67c7ff607e: Layer already exists 08:33:18 256f393e029f: Layer already exists 08:33:18 b87ca9d870c1: Pushed 08:33:18 1ac270fba355: Pushed 08:33:18 114d23d10740: Pushed 08:33:22 d246396fc2d5: Pushed 08:33:22 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:22 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 08:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:33:23 1ac270fba355: Preparing 08:33:23 d246396fc2d5: Preparing 08:33:23 ca67c7ff607e: Preparing 08:33:23 114d23d10740: Preparing 08:33:23 b87ca9d870c1: Preparing 08:33:23 256f393e029f: Preparing 08:33:23 256f393e029f: Waiting 08:33:23 1ac270fba355: Layer already exists 08:33:23 ca67c7ff607e: Layer already exists 08:33:23 114d23d10740: Layer already exists 08:33:23 b87ca9d870c1: Layer already exists 08:33:23 d246396fc2d5: Layer already exists 08:33:23 256f393e029f: Layer already exists 08:33:23 latest: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:23 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:23 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 08:33:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:33:23 1ac270fba355: Preparing 08:33:23 d246396fc2d5: Preparing 08:33:23 ca67c7ff607e: Preparing 08:33:23 114d23d10740: Preparing 08:33:23 b87ca9d870c1: Preparing 08:33:23 256f393e029f: Preparing 08:33:23 256f393e029f: Waiting 08:33:23 1ac270fba355: Layer already exists 08:33:23 d246396fc2d5: Layer already exists 08:33:23 ca67c7ff607e: Layer already exists 08:33:23 114d23d10740: Layer already exists 08:33:23 b87ca9d870c1: Layer already exists 08:33:23 256f393e029f: Layer already exists 08:33:23 4.1.0-dev.91: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:24 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:24 + docker push nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:33:24 1ac270fba355: Preparing 08:33:24 d246396fc2d5: Preparing 08:33:24 ca67c7ff607e: Preparing 08:33:24 114d23d10740: Preparing 08:33:24 b87ca9d870c1: Preparing 08:33:24 256f393e029f: Preparing 08:33:24 256f393e029f: Waiting 08:33:24 ca67c7ff607e: Layer already exists 08:33:24 b87ca9d870c1: Layer already exists 08:33:24 d246396fc2d5: Layer already exists 08:33:24 114d23d10740: Layer already exists 08:33:24 1ac270fba355: Layer already exists 08:33:24 256f393e029f: Layer already exists 08:33:24 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:24 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:25 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 08:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 08:33:25 1ac270fba355: Preparing 08:33:25 d246396fc2d5: Preparing 08:33:25 ca67c7ff607e: Preparing 08:33:25 114d23d10740: Preparing 08:33:25 b87ca9d870c1: Preparing 08:33:25 256f393e029f: Preparing 08:33:25 256f393e029f: Waiting 08:33:25 114d23d10740: Layer already exists 08:33:25 1ac270fba355: Layer already exists 08:33:25 b87ca9d870c1: Layer already exists 08:33:25 d246396fc2d5: Layer already exists 08:33:25 ca67c7ff607e: Layer already exists 08:33:25 256f393e029f: Layer already exists 08:33:25 main: digest: sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:25 ===================================================== [Pipeline] echo 08:33:25 taggedImages: 08:33:25 - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:25 - nexus3.edgexfoundry.org:10004/core-keeper:latest 08:33:25 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 08:33:25 - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:25 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 08:33:25 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 08:33:25 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:25 latest 08:33:25 4.1.0-dev.91 08:33:25 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:25 main 08:33:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:33:25 7ca9a3eee15a: Preparing 08:33:25 f713654cb70f: Preparing 08:33:25 9d6c98e27eab: Preparing 08:33:25 32dbbc08d624: Preparing 08:33:25 ca67c7ff607e: Preparing 08:33:25 25d7dea7ba11: Preparing 08:33:25 8ee03a1a8f47: Preparing 08:33:25 256f393e029f: Preparing 08:33:25 8ee03a1a8f47: Waiting 08:33:25 25d7dea7ba11: Waiting 08:33:25 256f393e029f: Waiting 08:33:25 ca67c7ff607e: Layer already exists 08:33:25 32dbbc08d624: Layer already exists 08:33:25 25d7dea7ba11: Layer already exists 08:33:25 8ee03a1a8f47: Layer already exists 08:33:25 256f393e029f: Layer already exists 08:33:25 f713654cb70f: Pushed 08:33:25 7ca9a3eee15a: Pushed 08:33:29 9d6c98e27eab: Pushed 08:33:29 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 08:33:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:33:30 7ca9a3eee15a: Preparing 08:33:30 f713654cb70f: Preparing 08:33:30 9d6c98e27eab: Preparing 08:33:30 32dbbc08d624: Preparing 08:33:30 ca67c7ff607e: Preparing 08:33:30 25d7dea7ba11: Preparing 08:33:30 8ee03a1a8f47: Preparing 08:33:30 256f393e029f: Preparing 08:33:30 25d7dea7ba11: Waiting 08:33:30 8ee03a1a8f47: Waiting 08:33:30 256f393e029f: Waiting 08:33:30 f713654cb70f: Layer already exists 08:33:30 9d6c98e27eab: Layer already exists 08:33:30 32dbbc08d624: Layer already exists 08:33:30 7ca9a3eee15a: Layer already exists 08:33:30 ca67c7ff607e: Layer already exists 08:33:30 25d7dea7ba11: Layer already exists 08:33:30 256f393e029f: Layer already exists 08:33:30 8ee03a1a8f47: Layer already exists 08:33:30 latest: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 08:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:33:31 7ca9a3eee15a: Preparing 08:33:31 f713654cb70f: Preparing 08:33:31 9d6c98e27eab: Preparing 08:33:31 32dbbc08d624: Preparing 08:33:31 ca67c7ff607e: Preparing 08:33:31 25d7dea7ba11: Preparing 08:33:31 8ee03a1a8f47: Preparing 08:33:31 256f393e029f: Preparing 08:33:31 25d7dea7ba11: Waiting 08:33:31 8ee03a1a8f47: Waiting 08:33:31 256f393e029f: Waiting 08:33:31 7ca9a3eee15a: Layer already exists 08:33:31 ca67c7ff607e: Layer already exists 08:33:31 f713654cb70f: Layer already exists 08:33:31 32dbbc08d624: Layer already exists 08:33:31 9d6c98e27eab: Layer already exists 08:33:31 8ee03a1a8f47: Layer already exists 08:33:31 256f393e029f: Layer already exists 08:33:31 25d7dea7ba11: Layer already exists 08:33:31 4.1.0-dev.91: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:33:31 7ca9a3eee15a: Preparing 08:33:31 f713654cb70f: Preparing 08:33:31 9d6c98e27eab: Preparing 08:33:31 32dbbc08d624: Preparing 08:33:31 ca67c7ff607e: Preparing 08:33:31 25d7dea7ba11: Preparing 08:33:31 8ee03a1a8f47: Preparing 08:33:31 256f393e029f: Preparing 08:33:31 8ee03a1a8f47: Waiting 08:33:31 256f393e029f: Waiting 08:33:31 25d7dea7ba11: Waiting 08:33:31 32dbbc08d624: Layer already exists 08:33:31 ca67c7ff607e: Layer already exists 08:33:31 7ca9a3eee15a: Layer already exists 08:33:31 9d6c98e27eab: Layer already exists 08:33:31 f713654cb70f: Layer already exists 08:33:31 8ee03a1a8f47: Layer already exists 08:33:31 256f393e029f: Layer already exists 08:33:31 25d7dea7ba11: Layer already exists 08:33:31 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 08:33:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 08:33:32 7ca9a3eee15a: Preparing 08:33:32 f713654cb70f: Preparing 08:33:32 9d6c98e27eab: Preparing 08:33:32 32dbbc08d624: Preparing 08:33:32 ca67c7ff607e: Preparing 08:33:32 25d7dea7ba11: Preparing 08:33:32 8ee03a1a8f47: Preparing 08:33:32 256f393e029f: Preparing 08:33:32 25d7dea7ba11: Waiting 08:33:32 8ee03a1a8f47: Waiting 08:33:32 256f393e029f: Waiting 08:33:32 f713654cb70f: Layer already exists 08:33:32 9d6c98e27eab: Layer already exists 08:33:32 7ca9a3eee15a: Layer already exists 08:33:32 32dbbc08d624: Layer already exists 08:33:32 ca67c7ff607e: Layer already exists 08:33:32 256f393e029f: Layer already exists 08:33:32 25d7dea7ba11: Layer already exists 08:33:32 8ee03a1a8f47: Layer already exists 08:33:32 main: digest: sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:32 ===================================================== [Pipeline] echo 08:33:32 taggedImages: 08:33:32 - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:32 - nexus3.edgexfoundry.org:10004/core-metadata:latest 08:33:32 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 08:33:32 - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:32 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 08:33:32 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 08:33:32 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:32 latest 08:33:32 4.1.0-dev.91 08:33:32 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:32 main 08:33:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:33:33 09c87fd33e22: Preparing 08:33:33 d3e80e0446e9: Preparing 08:33:33 3b6674eb06ef: Preparing 08:33:33 65a341f78669: Preparing 08:33:33 e2d1cfc30329: Preparing 08:33:33 0f9304a3fd25: Preparing 08:33:33 254fb6ef61a7: Preparing 08:33:33 32dbbc08d624: Preparing 08:33:33 ca67c7ff607e: Preparing 08:33:33 46942eb9642b: Preparing 08:33:33 a27f97450503: Preparing 08:33:33 ca67c7ff607e: Waiting 08:33:33 32dbbc08d624: Waiting 08:33:33 46942eb9642b: Waiting 08:33:33 0f9304a3fd25: Waiting 08:33:33 254fb6ef61a7: Waiting 08:33:33 5f70bf18a086: Preparing 08:33:33 679d0d2db484: Preparing 08:33:33 448a49376088: Preparing 08:33:33 a27f97450503: Waiting 08:33:33 5f70bf18a086: Waiting 08:33:33 679d0d2db484: Waiting 08:33:33 f10446e453a6: Preparing 08:33:33 256f393e029f: Preparing 08:33:33 448a49376088: Waiting 08:33:33 256f393e029f: Waiting 08:33:33 f10446e453a6: Waiting 08:33:33 3b6674eb06ef: Pushed 08:33:33 e2d1cfc30329: Pushed 08:33:33 d3e80e0446e9: Pushed 08:33:33 65a341f78669: Pushed 08:33:33 09c87fd33e22: Pushed 08:33:33 32dbbc08d624: Layer already exists 08:33:33 ca67c7ff607e: Layer already exists 08:33:33 5f70bf18a086: Layer already exists 08:33:33 0f9304a3fd25: Pushed 08:33:33 46942eb9642b: Pushed 08:33:33 a27f97450503: Pushed 08:33:33 679d0d2db484: Pushed 08:33:33 256f393e029f: Layer already exists 08:33:33 f10446e453a6: Pushed 08:33:33 448a49376088: Pushed 08:33:34 254fb6ef61a7: Pushed 08:33:34 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:33:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:33:35 09c87fd33e22: Preparing 08:33:35 d3e80e0446e9: Preparing 08:33:35 3b6674eb06ef: Preparing 08:33:35 65a341f78669: Preparing 08:33:35 e2d1cfc30329: Preparing 08:33:35 0f9304a3fd25: Preparing 08:33:35 254fb6ef61a7: Preparing 08:33:35 32dbbc08d624: Preparing 08:33:35 ca67c7ff607e: Preparing 08:33:35 46942eb9642b: Preparing 08:33:35 a27f97450503: Preparing 08:33:35 5f70bf18a086: Preparing 08:33:35 679d0d2db484: Preparing 08:33:35 448a49376088: Preparing 08:33:35 f10446e453a6: Preparing 08:33:35 256f393e029f: Preparing 08:33:35 254fb6ef61a7: Waiting 08:33:35 32dbbc08d624: Waiting 08:33:35 ca67c7ff607e: Waiting 08:33:35 46942eb9642b: Waiting 08:33:35 a27f97450503: Waiting 08:33:35 5f70bf18a086: Waiting 08:33:35 679d0d2db484: Waiting 08:33:35 448a49376088: Waiting 08:33:35 f10446e453a6: Waiting 08:33:35 256f393e029f: Waiting 08:33:35 0f9304a3fd25: Waiting 08:33:35 d3e80e0446e9: Layer already exists 08:33:35 09c87fd33e22: Layer already exists 08:33:35 65a341f78669: Layer already exists 08:33:35 e2d1cfc30329: Layer already exists 08:33:35 3b6674eb06ef: Layer already exists 08:33:35 254fb6ef61a7: Layer already exists 08:33:35 0f9304a3fd25: Layer already exists 08:33:35 32dbbc08d624: Layer already exists 08:33:35 46942eb9642b: Layer already exists 08:33:35 ca67c7ff607e: Layer already exists 08:33:35 a27f97450503: Layer already exists 08:33:35 5f70bf18a086: Layer already exists 08:33:35 679d0d2db484: Layer already exists 08:33:35 f10446e453a6: Layer already exists 08:33:35 448a49376088: Layer already exists 08:33:35 256f393e029f: Layer already exists 08:33:35 latest: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 08:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:33:36 09c87fd33e22: Preparing 08:33:36 d3e80e0446e9: Preparing 08:33:36 3b6674eb06ef: Preparing 08:33:36 65a341f78669: Preparing 08:33:36 e2d1cfc30329: Preparing 08:33:36 0f9304a3fd25: Preparing 08:33:36 254fb6ef61a7: Preparing 08:33:36 32dbbc08d624: Preparing 08:33:36 ca67c7ff607e: Preparing 08:33:36 46942eb9642b: Preparing 08:33:36 0f9304a3fd25: Waiting 08:33:36 32dbbc08d624: Waiting 08:33:36 ca67c7ff607e: Waiting 08:33:36 254fb6ef61a7: Waiting 08:33:36 a27f97450503: Preparing 08:33:36 46942eb9642b: Waiting 08:33:36 5f70bf18a086: Preparing 08:33:36 a27f97450503: Waiting 08:33:36 679d0d2db484: Preparing 08:33:36 448a49376088: Preparing 08:33:36 5f70bf18a086: Waiting 08:33:36 679d0d2db484: Waiting 08:33:36 f10446e453a6: Preparing 08:33:36 448a49376088: Waiting 08:33:36 256f393e029f: Preparing 08:33:36 f10446e453a6: Waiting 08:33:36 256f393e029f: Waiting 08:33:36 65a341f78669: Layer already exists 08:33:36 d3e80e0446e9: Layer already exists 08:33:36 3b6674eb06ef: Layer already exists 08:33:36 09c87fd33e22: Layer already exists 08:33:36 e2d1cfc30329: Layer already exists 08:33:36 0f9304a3fd25: Layer already exists 08:33:36 46942eb9642b: Layer already exists 08:33:36 254fb6ef61a7: Layer already exists 08:33:36 32dbbc08d624: Layer already exists 08:33:36 ca67c7ff607e: Layer already exists 08:33:36 a27f97450503: Layer already exists 08:33:36 5f70bf18a086: Layer already exists 08:33:36 679d0d2db484: Layer already exists 08:33:36 448a49376088: Layer already exists 08:33:36 f10446e453a6: Layer already exists 08:33:36 256f393e029f: Layer already exists 08:33:36 4.1.0-dev.91: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:33:36 09c87fd33e22: Preparing 08:33:36 d3e80e0446e9: Preparing 08:33:36 3b6674eb06ef: Preparing 08:33:36 65a341f78669: Preparing 08:33:36 e2d1cfc30329: Preparing 08:33:36 0f9304a3fd25: Preparing 08:33:36 254fb6ef61a7: Preparing 08:33:36 32dbbc08d624: Preparing 08:33:36 ca67c7ff607e: Preparing 08:33:36 46942eb9642b: Preparing 08:33:36 a27f97450503: Preparing 08:33:36 5f70bf18a086: Preparing 08:33:36 0f9304a3fd25: Waiting 08:33:36 679d0d2db484: Preparing 08:33:36 254fb6ef61a7: Waiting 08:33:36 448a49376088: Preparing 08:33:36 f10446e453a6: Preparing 08:33:36 32dbbc08d624: Waiting 08:33:36 256f393e029f: Preparing 08:33:36 ca67c7ff607e: Waiting 08:33:36 46942eb9642b: Waiting 08:33:36 a27f97450503: Waiting 08:33:36 5f70bf18a086: Waiting 08:33:36 679d0d2db484: Waiting 08:33:36 448a49376088: Waiting 08:33:36 f10446e453a6: Waiting 08:33:36 256f393e029f: Waiting 08:33:36 d3e80e0446e9: Layer already exists 08:33:36 09c87fd33e22: Layer already exists 08:33:36 3b6674eb06ef: Layer already exists 08:33:36 65a341f78669: Layer already exists 08:33:36 e2d1cfc30329: Layer already exists 08:33:36 0f9304a3fd25: Layer already exists 08:33:36 254fb6ef61a7: Layer already exists 08:33:36 ca67c7ff607e: Layer already exists 08:33:36 32dbbc08d624: Layer already exists 08:33:36 5f70bf18a086: Layer already exists 08:33:36 679d0d2db484: Layer already exists 08:33:36 46942eb9642b: Layer already exists 08:33:36 a27f97450503: Layer already exists 08:33:36 448a49376088: Layer already exists 08:33:36 f10446e453a6: Layer already exists 08:33:36 256f393e029f: Layer already exists 08:33:36 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 08:33:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 08:33:37 09c87fd33e22: Preparing 08:33:37 d3e80e0446e9: Preparing 08:33:37 3b6674eb06ef: Preparing 08:33:37 65a341f78669: Preparing 08:33:37 e2d1cfc30329: Preparing 08:33:37 0f9304a3fd25: Preparing 08:33:37 254fb6ef61a7: Preparing 08:33:37 32dbbc08d624: Preparing 08:33:37 ca67c7ff607e: Preparing 08:33:37 46942eb9642b: Preparing 08:33:37 a27f97450503: Preparing 08:33:37 5f70bf18a086: Preparing 08:33:37 679d0d2db484: Preparing 08:33:37 448a49376088: Preparing 08:33:37 f10446e453a6: Preparing 08:33:37 256f393e029f: Preparing 08:33:37 0f9304a3fd25: Waiting 08:33:37 254fb6ef61a7: Waiting 08:33:37 32dbbc08d624: Waiting 08:33:37 ca67c7ff607e: Waiting 08:33:37 46942eb9642b: Waiting 08:33:37 a27f97450503: Waiting 08:33:37 5f70bf18a086: Waiting 08:33:37 679d0d2db484: Waiting 08:33:37 448a49376088: Waiting 08:33:37 f10446e453a6: Waiting 08:33:37 256f393e029f: Waiting 08:33:37 d3e80e0446e9: Layer already exists 08:33:37 65a341f78669: Layer already exists 08:33:37 e2d1cfc30329: Layer already exists 08:33:37 3b6674eb06ef: Layer already exists 08:33:37 09c87fd33e22: Layer already exists 08:33:37 0f9304a3fd25: Layer already exists 08:33:37 32dbbc08d624: Layer already exists 08:33:37 254fb6ef61a7: Layer already exists 08:33:37 ca67c7ff607e: Layer already exists 08:33:37 46942eb9642b: Layer already exists 08:33:37 a27f97450503: Layer already exists 08:33:37 f10446e453a6: Layer already exists 08:33:37 679d0d2db484: Layer already exists 08:33:37 448a49376088: Layer already exists 08:33:37 5f70bf18a086: Layer already exists 08:33:37 256f393e029f: Layer already exists 08:33:37 main: digest: sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:37 ===================================================== [Pipeline] echo 08:33:37 taggedImages: 08:33:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:33:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 08:33:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 08:33:37 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 08:33:37 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:37 latest 08:33:37 4.1.0-dev.91 08:33:37 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:37 main 08:33:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:33:38 30b54e1f335c: Preparing 08:33:38 6400b7f579d6: Preparing 08:33:38 0109944049ba: Preparing 08:33:38 dfac7f271dc8: Preparing 08:33:38 32dbbc08d624: Preparing 08:33:38 ca67c7ff607e: Preparing 08:33:38 25d7dea7ba11: Preparing 08:33:38 8ee03a1a8f47: Preparing 08:33:38 256f393e029f: Preparing 08:33:38 ca67c7ff607e: Waiting 08:33:38 25d7dea7ba11: Waiting 08:33:38 8ee03a1a8f47: Waiting 08:33:38 256f393e029f: Waiting 08:33:38 32dbbc08d624: Layer already exists 08:33:38 ca67c7ff607e: Layer already exists 08:33:38 25d7dea7ba11: Layer already exists 08:33:38 8ee03a1a8f47: Layer already exists 08:33:38 6400b7f579d6: Pushed 08:33:38 256f393e029f: Layer already exists 08:33:38 0109944049ba: Pushed 08:33:38 30b54e1f335c: Pushed 08:33:42 dfac7f271dc8: Pushed 08:33:42 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:33:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:33:42 30b54e1f335c: Preparing 08:33:42 6400b7f579d6: Preparing 08:33:42 0109944049ba: Preparing 08:33:42 dfac7f271dc8: Preparing 08:33:42 32dbbc08d624: Preparing 08:33:42 ca67c7ff607e: Preparing 08:33:42 25d7dea7ba11: Preparing 08:33:42 8ee03a1a8f47: Preparing 08:33:42 256f393e029f: Preparing 08:33:42 ca67c7ff607e: Waiting 08:33:42 25d7dea7ba11: Waiting 08:33:42 256f393e029f: Waiting 08:33:42 8ee03a1a8f47: Waiting 08:33:42 0109944049ba: Layer already exists 08:33:42 dfac7f271dc8: Layer already exists 08:33:42 6400b7f579d6: Layer already exists 08:33:42 32dbbc08d624: Layer already exists 08:33:42 30b54e1f335c: Layer already exists 08:33:42 ca67c7ff607e: Layer already exists 08:33:42 8ee03a1a8f47: Layer already exists 08:33:42 25d7dea7ba11: Layer already exists 08:33:42 256f393e029f: Layer already exists 08:33:42 latest: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 08:33:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:33:43 30b54e1f335c: Preparing 08:33:43 6400b7f579d6: Preparing 08:33:43 0109944049ba: Preparing 08:33:43 dfac7f271dc8: Preparing 08:33:43 32dbbc08d624: Preparing 08:33:43 ca67c7ff607e: Preparing 08:33:43 25d7dea7ba11: Preparing 08:33:43 8ee03a1a8f47: Preparing 08:33:43 256f393e029f: Preparing 08:33:43 ca67c7ff607e: Waiting 08:33:43 25d7dea7ba11: Waiting 08:33:43 8ee03a1a8f47: Waiting 08:33:43 256f393e029f: Waiting 08:33:43 dfac7f271dc8: Layer already exists 08:33:43 6400b7f579d6: Layer already exists 08:33:43 32dbbc08d624: Layer already exists 08:33:43 0109944049ba: Layer already exists 08:33:43 30b54e1f335c: Layer already exists 08:33:43 256f393e029f: Layer already exists 08:33:43 25d7dea7ba11: Layer already exists 08:33:43 8ee03a1a8f47: Layer already exists 08:33:43 ca67c7ff607e: Layer already exists 08:33:43 4.1.0-dev.91: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:33:44 30b54e1f335c: Preparing 08:33:44 6400b7f579d6: Preparing 08:33:44 0109944049ba: Preparing 08:33:44 dfac7f271dc8: Preparing 08:33:44 32dbbc08d624: Preparing 08:33:44 ca67c7ff607e: Preparing 08:33:44 25d7dea7ba11: Preparing 08:33:44 8ee03a1a8f47: Preparing 08:33:44 256f393e029f: Preparing 08:33:44 ca67c7ff607e: Waiting 08:33:44 25d7dea7ba11: Waiting 08:33:44 8ee03a1a8f47: Waiting 08:33:44 256f393e029f: Waiting 08:33:44 30b54e1f335c: Layer already exists 08:33:44 dfac7f271dc8: Layer already exists 08:33:44 0109944049ba: Layer already exists 08:33:44 6400b7f579d6: Layer already exists 08:33:44 32dbbc08d624: Layer already exists 08:33:44 256f393e029f: Layer already exists 08:33:44 ca67c7ff607e: Layer already exists 08:33:44 8ee03a1a8f47: Layer already exists 08:33:44 25d7dea7ba11: Layer already exists 08:33:44 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 08:33:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 08:33:44 30b54e1f335c: Preparing 08:33:44 6400b7f579d6: Preparing 08:33:44 0109944049ba: Preparing 08:33:44 dfac7f271dc8: Preparing 08:33:44 32dbbc08d624: Preparing 08:33:44 ca67c7ff607e: Preparing 08:33:44 25d7dea7ba11: Preparing 08:33:44 8ee03a1a8f47: Preparing 08:33:44 256f393e029f: Preparing 08:33:44 25d7dea7ba11: Waiting 08:33:44 ca67c7ff607e: Waiting 08:33:44 8ee03a1a8f47: Waiting 08:33:44 256f393e029f: Waiting 08:33:44 32dbbc08d624: Layer already exists 08:33:44 dfac7f271dc8: Layer already exists 08:33:44 30b54e1f335c: Layer already exists 08:33:44 0109944049ba: Layer already exists 08:33:44 6400b7f579d6: Layer already exists 08:33:44 256f393e029f: Layer already exists 08:33:44 ca67c7ff607e: Layer already exists 08:33:44 25d7dea7ba11: Layer already exists 08:33:44 8ee03a1a8f47: Layer already exists 08:33:44 main: digest: sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:44 ===================================================== [Pipeline] echo 08:33:44 taggedImages: 08:33:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:33:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 08:33:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 08:33:44 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 08:33:44 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:44 latest 08:33:44 4.1.0-dev.91 08:33:44 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:44 main 08:33:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:33:45 5e711ef071f4: Preparing 08:33:45 cc2f314453ef: Preparing 08:33:45 d9b91d31cc22: Preparing 08:33:45 ea1fc609d16e: Preparing 08:33:45 b3c98583f35b: Preparing 08:33:45 32dbbc08d624: Preparing 08:33:45 ca67c7ff607e: Preparing 08:33:45 1d9a95e79421: Preparing 08:33:45 8d1f4facff3a: Preparing 08:33:45 37de3b0971ab: Preparing 08:33:45 256f393e029f: Preparing 08:33:45 32dbbc08d624: Waiting 08:33:45 37de3b0971ab: Waiting 08:33:45 1d9a95e79421: Waiting 08:33:45 256f393e029f: Waiting 08:33:45 ca67c7ff607e: Waiting 08:33:45 8d1f4facff3a: Waiting 08:33:45 b3c98583f35b: Pushed 08:33:45 cc2f314453ef: Pushed 08:33:45 ea1fc609d16e: Pushed 08:33:45 32dbbc08d624: Layer already exists 08:33:45 ca67c7ff607e: Layer already exists 08:33:45 5e711ef071f4: Pushed 08:33:45 256f393e029f: Layer already exists 08:33:45 1d9a95e79421: Pushed 08:33:45 8d1f4facff3a: Pushed 08:33:47 37de3b0971ab: Pushed 08:33:48 d9b91d31cc22: Pushed 08:33:48 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:33:49 5e711ef071f4: Preparing 08:33:49 cc2f314453ef: Preparing 08:33:49 d9b91d31cc22: Preparing 08:33:49 ea1fc609d16e: Preparing 08:33:49 b3c98583f35b: Preparing 08:33:49 32dbbc08d624: Preparing 08:33:49 ca67c7ff607e: Preparing 08:33:49 1d9a95e79421: Preparing 08:33:49 8d1f4facff3a: Preparing 08:33:49 37de3b0971ab: Preparing 08:33:49 256f393e029f: Preparing 08:33:49 1d9a95e79421: Waiting 08:33:49 8d1f4facff3a: Waiting 08:33:49 37de3b0971ab: Waiting 08:33:49 32dbbc08d624: Waiting 08:33:49 256f393e029f: Waiting 08:33:49 ca67c7ff607e: Waiting 08:33:49 5e711ef071f4: Layer already exists 08:33:49 ea1fc609d16e: Layer already exists 08:33:49 b3c98583f35b: Layer already exists 08:33:49 d9b91d31cc22: Layer already exists 08:33:49 cc2f314453ef: Layer already exists 08:33:49 32dbbc08d624: Layer already exists 08:33:49 1d9a95e79421: Layer already exists 08:33:49 ca67c7ff607e: Layer already exists 08:33:49 37de3b0971ab: Layer already exists 08:33:49 8d1f4facff3a: Layer already exists 08:33:49 256f393e029f: Layer already exists 08:33:49 latest: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 08:33:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:33:49 5e711ef071f4: Preparing 08:33:49 cc2f314453ef: Preparing 08:33:49 d9b91d31cc22: Preparing 08:33:49 ea1fc609d16e: Preparing 08:33:49 b3c98583f35b: Preparing 08:33:49 32dbbc08d624: Preparing 08:33:49 ca67c7ff607e: Preparing 08:33:49 1d9a95e79421: Preparing 08:33:49 8d1f4facff3a: Preparing 08:33:49 37de3b0971ab: Preparing 08:33:49 256f393e029f: Preparing 08:33:49 1d9a95e79421: Waiting 08:33:49 8d1f4facff3a: Waiting 08:33:49 37de3b0971ab: Waiting 08:33:49 256f393e029f: Waiting 08:33:49 32dbbc08d624: Waiting 08:33:49 ca67c7ff607e: Waiting 08:33:49 b3c98583f35b: Layer already exists 08:33:49 cc2f314453ef: Layer already exists 08:33:49 d9b91d31cc22: Layer already exists 08:33:49 ea1fc609d16e: Layer already exists 08:33:49 5e711ef071f4: Layer already exists 08:33:49 32dbbc08d624: Layer already exists 08:33:49 8d1f4facff3a: Layer already exists 08:33:49 ca67c7ff607e: Layer already exists 08:33:49 37de3b0971ab: Layer already exists 08:33:49 1d9a95e79421: Layer already exists 08:33:49 256f393e029f: Layer already exists 08:33:49 4.1.0-dev.91: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:33:50 5e711ef071f4: Preparing 08:33:50 cc2f314453ef: Preparing 08:33:50 d9b91d31cc22: Preparing 08:33:50 ea1fc609d16e: Preparing 08:33:50 b3c98583f35b: Preparing 08:33:50 32dbbc08d624: Preparing 08:33:50 ca67c7ff607e: Preparing 08:33:50 1d9a95e79421: Preparing 08:33:50 8d1f4facff3a: Preparing 08:33:50 37de3b0971ab: Preparing 08:33:50 256f393e029f: Preparing 08:33:50 ca67c7ff607e: Waiting 08:33:50 37de3b0971ab: Waiting 08:33:50 1d9a95e79421: Waiting 08:33:50 8d1f4facff3a: Waiting 08:33:50 256f393e029f: Waiting 08:33:50 32dbbc08d624: Waiting 08:33:50 d9b91d31cc22: Layer already exists 08:33:50 5e711ef071f4: Layer already exists 08:33:50 cc2f314453ef: Layer already exists 08:33:50 ea1fc609d16e: Layer already exists 08:33:50 b3c98583f35b: Layer already exists 08:33:50 32dbbc08d624: Layer already exists 08:33:50 1d9a95e79421: Layer already exists 08:33:50 8d1f4facff3a: Layer already exists 08:33:50 37de3b0971ab: Layer already exists 08:33:50 ca67c7ff607e: Layer already exists 08:33:50 256f393e029f: Layer already exists 08:33:50 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:50 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 08:33:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 08:33:51 5e711ef071f4: Preparing 08:33:51 cc2f314453ef: Preparing 08:33:51 d9b91d31cc22: Preparing 08:33:51 ea1fc609d16e: Preparing 08:33:51 b3c98583f35b: Preparing 08:33:51 32dbbc08d624: Preparing 08:33:51 ca67c7ff607e: Preparing 08:33:51 1d9a95e79421: Preparing 08:33:51 8d1f4facff3a: Preparing 08:33:51 37de3b0971ab: Preparing 08:33:51 256f393e029f: Preparing 08:33:51 32dbbc08d624: Waiting 08:33:51 ca67c7ff607e: Waiting 08:33:51 1d9a95e79421: Waiting 08:33:51 8d1f4facff3a: Waiting 08:33:51 37de3b0971ab: Waiting 08:33:51 256f393e029f: Waiting 08:33:51 d9b91d31cc22: Layer already exists 08:33:51 ea1fc609d16e: Layer already exists 08:33:51 cc2f314453ef: Layer already exists 08:33:51 b3c98583f35b: Layer already exists 08:33:51 5e711ef071f4: Layer already exists 08:33:51 ca67c7ff607e: Layer already exists 08:33:51 8d1f4facff3a: Layer already exists 08:33:51 32dbbc08d624: Layer already exists 08:33:51 1d9a95e79421: Layer already exists 08:33:51 37de3b0971ab: Layer already exists 08:33:51 256f393e029f: Layer already exists 08:33:51 main: digest: sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:51 ===================================================== [Pipeline] echo 08:33:51 taggedImages: 08:33:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:33:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 08:33:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:51 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 08:33:51 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 08:33:51 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:51 latest 08:33:51 4.1.0-dev.91 08:33:51 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:51 main 08:33:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:33:51 194d2b38e362: Preparing 08:33:51 1c95fe5587f8: Preparing 08:33:51 cdbc37c5bd98: Preparing 08:33:51 6aaba5a4350e: Preparing 08:33:51 7613b921f8a3: Preparing 08:33:51 c360283a1cca: Preparing 08:33:51 f3a21b683681: Preparing 08:33:51 32dbbc08d624: Preparing 08:33:51 ca67c7ff607e: Preparing 08:33:51 62d3c21b86c3: Preparing 08:33:51 902bb379cfda: Preparing 08:33:51 256f393e029f: Preparing 08:33:51 c360283a1cca: Waiting 08:33:51 ca67c7ff607e: Waiting 08:33:51 62d3c21b86c3: Waiting 08:33:51 f3a21b683681: Waiting 08:33:51 902bb379cfda: Waiting 08:33:51 32dbbc08d624: Waiting 08:33:51 256f393e029f: Waiting 08:33:51 1c95fe5587f8: Pushed 08:33:51 7613b921f8a3: Pushed 08:33:51 194d2b38e362: Pushed 08:33:51 32dbbc08d624: Layer already exists 08:33:51 ca67c7ff607e: Layer already exists 08:33:51 c360283a1cca: Pushed 08:33:51 f3a21b683681: Pushed 08:33:52 256f393e029f: Layer already exists 08:33:52 62d3c21b86c3: Pushed 08:33:53 902bb379cfda: Pushed 08:33:54 6aaba5a4350e: Pushed 08:33:54 cdbc37c5bd98: Pushed 08:33:54 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:33:55 194d2b38e362: Preparing 08:33:55 1c95fe5587f8: Preparing 08:33:55 cdbc37c5bd98: Preparing 08:33:55 6aaba5a4350e: Preparing 08:33:55 7613b921f8a3: Preparing 08:33:55 c360283a1cca: Preparing 08:33:55 f3a21b683681: Preparing 08:33:55 32dbbc08d624: Preparing 08:33:55 ca67c7ff607e: Preparing 08:33:55 62d3c21b86c3: Preparing 08:33:55 902bb379cfda: Preparing 08:33:55 256f393e029f: Preparing 08:33:55 ca67c7ff607e: Waiting 08:33:55 902bb379cfda: Waiting 08:33:55 f3a21b683681: Waiting 08:33:55 c360283a1cca: Waiting 08:33:55 32dbbc08d624: Waiting 08:33:55 62d3c21b86c3: Waiting 08:33:55 256f393e029f: Waiting 08:33:55 1c95fe5587f8: Layer already exists 08:33:55 7613b921f8a3: Layer already exists 08:33:55 cdbc37c5bd98: Layer already exists 08:33:55 6aaba5a4350e: Layer already exists 08:33:55 194d2b38e362: Layer already exists 08:33:55 c360283a1cca: Layer already exists 08:33:55 32dbbc08d624: Layer already exists 08:33:55 ca67c7ff607e: Layer already exists 08:33:55 62d3c21b86c3: Layer already exists 08:33:55 f3a21b683681: Layer already exists 08:33:55 902bb379cfda: Layer already exists 08:33:55 256f393e029f: Layer already exists 08:33:55 latest: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 08:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:33:56 194d2b38e362: Preparing 08:33:56 1c95fe5587f8: Preparing 08:33:56 cdbc37c5bd98: Preparing 08:33:56 6aaba5a4350e: Preparing 08:33:56 7613b921f8a3: Preparing 08:33:56 c360283a1cca: Preparing 08:33:56 f3a21b683681: Preparing 08:33:56 c360283a1cca: Waiting 08:33:56 32dbbc08d624: Preparing 08:33:56 ca67c7ff607e: Preparing 08:33:56 f3a21b683681: Waiting 08:33:56 32dbbc08d624: Waiting 08:33:56 ca67c7ff607e: Waiting 08:33:56 62d3c21b86c3: Preparing 08:33:56 902bb379cfda: Preparing 08:33:56 256f393e029f: Preparing 08:33:56 62d3c21b86c3: Waiting 08:33:56 902bb379cfda: Waiting 08:33:56 256f393e029f: Waiting 08:33:56 194d2b38e362: Layer already exists 08:33:56 6aaba5a4350e: Layer already exists 08:33:56 1c95fe5587f8: Layer already exists 08:33:56 cdbc37c5bd98: Layer already exists 08:33:56 7613b921f8a3: Layer already exists 08:33:56 ca67c7ff607e: Layer already exists 08:33:56 32dbbc08d624: Layer already exists 08:33:56 c360283a1cca: Layer already exists 08:33:56 f3a21b683681: Layer already exists 08:33:56 62d3c21b86c3: Layer already exists 08:33:56 902bb379cfda: Layer already exists 08:33:56 256f393e029f: Layer already exists 08:33:56 4.1.0-dev.91: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:33:56 194d2b38e362: Preparing 08:33:56 1c95fe5587f8: Preparing 08:33:56 cdbc37c5bd98: Preparing 08:33:56 6aaba5a4350e: Preparing 08:33:56 7613b921f8a3: Preparing 08:33:56 c360283a1cca: Preparing 08:33:56 f3a21b683681: Preparing 08:33:56 32dbbc08d624: Preparing 08:33:56 ca67c7ff607e: Preparing 08:33:56 62d3c21b86c3: Preparing 08:33:56 902bb379cfda: Preparing 08:33:56 256f393e029f: Preparing 08:33:56 f3a21b683681: Waiting 08:33:56 32dbbc08d624: Waiting 08:33:56 ca67c7ff607e: Waiting 08:33:56 62d3c21b86c3: Waiting 08:33:56 902bb379cfda: Waiting 08:33:56 256f393e029f: Waiting 08:33:56 c360283a1cca: Waiting 08:33:56 7613b921f8a3: Layer already exists 08:33:56 1c95fe5587f8: Layer already exists 08:33:56 6aaba5a4350e: Layer already exists 08:33:56 cdbc37c5bd98: Layer already exists 08:33:56 194d2b38e362: Layer already exists 08:33:56 f3a21b683681: Layer already exists 08:33:56 c360283a1cca: Layer already exists 08:33:56 32dbbc08d624: Layer already exists 08:33:56 ca67c7ff607e: Layer already exists 08:33:56 62d3c21b86c3: Layer already exists 08:33:56 902bb379cfda: Layer already exists 08:33:56 256f393e029f: Layer already exists 08:33:56 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 08:33:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 08:33:57 194d2b38e362: Preparing 08:33:57 1c95fe5587f8: Preparing 08:33:57 cdbc37c5bd98: Preparing 08:33:57 6aaba5a4350e: Preparing 08:33:57 7613b921f8a3: Preparing 08:33:57 c360283a1cca: Preparing 08:33:57 f3a21b683681: Preparing 08:33:57 32dbbc08d624: Preparing 08:33:57 ca67c7ff607e: Preparing 08:33:57 62d3c21b86c3: Preparing 08:33:57 902bb379cfda: Preparing 08:33:57 256f393e029f: Preparing 08:33:57 f3a21b683681: Waiting 08:33:57 32dbbc08d624: Waiting 08:33:57 ca67c7ff607e: Waiting 08:33:57 62d3c21b86c3: Waiting 08:33:57 902bb379cfda: Waiting 08:33:57 256f393e029f: Waiting 08:33:57 c360283a1cca: Waiting 08:33:57 7613b921f8a3: Layer already exists 08:33:57 194d2b38e362: Layer already exists 08:33:57 6aaba5a4350e: Layer already exists 08:33:57 cdbc37c5bd98: Layer already exists 08:33:57 1c95fe5587f8: Layer already exists 08:33:57 c360283a1cca: Layer already exists 08:33:57 f3a21b683681: Layer already exists 08:33:57 ca67c7ff607e: Layer already exists 08:33:57 32dbbc08d624: Layer already exists 08:33:57 62d3c21b86c3: Layer already exists 08:33:57 902bb379cfda: Layer already exists 08:33:57 256f393e029f: Layer already exists 08:33:57 main: digest: sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:33:57 ===================================================== [Pipeline] echo 08:33:57 taggedImages: 08:33:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:33:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 08:33:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:57 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 08:33:57 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 08:33:57 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:57 latest 08:33:57 4.1.0-dev.91 08:33:57 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:33:57 main 08:33:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:33:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:33:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:33:58 0b5c4f9e0ad1: Preparing 08:33:58 677e6bcb6425: Preparing 08:33:58 32dbbc08d624: Preparing 08:33:58 ca67c7ff607e: Preparing 08:33:58 e35b4e8ea7f4: Preparing 08:33:58 d41b50ae448c: Preparing 08:33:58 256f393e029f: Preparing 08:33:58 d41b50ae448c: Waiting 08:33:58 256f393e029f: Waiting 08:33:58 32dbbc08d624: Layer already exists 08:33:58 ca67c7ff607e: Layer already exists 08:33:58 256f393e029f: Layer already exists 08:33:58 0b5c4f9e0ad1: Pushed 08:33:58 e35b4e8ea7f4: Pushed 08:33:59 d41b50ae448c: Pushed 08:34:01 677e6bcb6425: Pushed 08:34:01 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:02 + 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 08:34:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:34:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:34:02 0b5c4f9e0ad1: Preparing 08:34:02 677e6bcb6425: Preparing 08:34:02 32dbbc08d624: Preparing 08:34:02 ca67c7ff607e: Preparing 08:34:02 e35b4e8ea7f4: Preparing 08:34:02 d41b50ae448c: Preparing 08:34:02 256f393e029f: Preparing 08:34:02 d41b50ae448c: Waiting 08:34:02 256f393e029f: Waiting 08:34:02 ca67c7ff607e: Layer already exists 08:34:02 32dbbc08d624: Layer already exists 08:34:02 0b5c4f9e0ad1: Layer already exists 08:34:02 e35b4e8ea7f4: Layer already exists 08:34:02 677e6bcb6425: Layer already exists 08:34:02 d41b50ae448c: Layer already exists 08:34:02 256f393e029f: Layer already exists 08:34:02 latest: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 08:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:34:03 0b5c4f9e0ad1: Preparing 08:34:03 677e6bcb6425: Preparing 08:34:03 32dbbc08d624: Preparing 08:34:03 ca67c7ff607e: Preparing 08:34:03 e35b4e8ea7f4: Preparing 08:34:03 d41b50ae448c: Preparing 08:34:03 256f393e029f: Preparing 08:34:03 d41b50ae448c: Waiting 08:34:03 256f393e029f: Waiting 08:34:03 32dbbc08d624: Layer already exists 08:34:03 677e6bcb6425: Layer already exists 08:34:03 ca67c7ff607e: Layer already exists 08:34:03 e35b4e8ea7f4: Layer already exists 08:34:03 0b5c4f9e0ad1: Layer already exists 08:34:03 256f393e029f: Layer already exists 08:34:03 d41b50ae448c: Layer already exists 08:34:03 4.1.0-dev.91: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:03 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:34:03 0b5c4f9e0ad1: Preparing 08:34:03 677e6bcb6425: Preparing 08:34:03 32dbbc08d624: Preparing 08:34:03 ca67c7ff607e: Preparing 08:34:03 e35b4e8ea7f4: Preparing 08:34:03 d41b50ae448c: Preparing 08:34:03 256f393e029f: Preparing 08:34:03 d41b50ae448c: Waiting 08:34:03 256f393e029f: Waiting 08:34:03 32dbbc08d624: Layer already exists 08:34:03 e35b4e8ea7f4: Layer already exists 08:34:03 677e6bcb6425: Layer already exists 08:34:03 0b5c4f9e0ad1: Layer already exists 08:34:03 ca67c7ff607e: Layer already exists 08:34:03 256f393e029f: Layer already exists 08:34:03 d41b50ae448c: Layer already exists 08:34:03 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:04 + 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 08:34:04 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 08:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 08:34:04 0b5c4f9e0ad1: Preparing 08:34:04 677e6bcb6425: Preparing 08:34:04 32dbbc08d624: Preparing 08:34:04 ca67c7ff607e: Preparing 08:34:04 e35b4e8ea7f4: Preparing 08:34:04 d41b50ae448c: Preparing 08:34:04 256f393e029f: Preparing 08:34:04 d41b50ae448c: Waiting 08:34:04 256f393e029f: Waiting 08:34:04 e35b4e8ea7f4: Layer already exists 08:34:04 677e6bcb6425: Layer already exists 08:34:04 32dbbc08d624: Layer already exists 08:34:04 0b5c4f9e0ad1: Layer already exists 08:34:04 ca67c7ff607e: Layer already exists 08:34:04 d41b50ae448c: Layer already exists 08:34:04 256f393e029f: Layer already exists 08:34:04 main: digest: sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:04 ===================================================== [Pipeline] echo 08:34:04 taggedImages: 08:34:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:34:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 08:34:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:04 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 08:34:04 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 08:34:04 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:04 latest 08:34:04 4.1.0-dev.91 08:34:04 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:04 main 08:34:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:34:05 6042c3a377ef: Preparing 08:34:05 5fa3558fe7bd: Preparing 08:34:05 44e0698174c1: Preparing 08:34:05 32dbbc08d624: Preparing 08:34:05 ca67c7ff607e: Preparing 08:34:05 58d68dc43a6c: Preparing 08:34:05 197ff0c772c9: Preparing 08:34:05 0e1094175f6f: Preparing 08:34:05 3852e90e9131: Preparing 08:34:05 256f393e029f: Preparing 08:34:05 58d68dc43a6c: Waiting 08:34:05 0e1094175f6f: Waiting 08:34:05 256f393e029f: Waiting 08:34:05 197ff0c772c9: Waiting 08:34:05 3852e90e9131: Waiting 08:34:05 ca67c7ff607e: Layer already exists 08:34:05 32dbbc08d624: Layer already exists 08:34:05 5fa3558fe7bd: Pushed 08:34:05 44e0698174c1: Pushed 08:34:05 6042c3a377ef: Pushed 08:34:05 256f393e029f: Layer already exists 08:34:05 0e1094175f6f: Pushed 08:34:05 3852e90e9131: Pushed 08:34:11 197ff0c772c9: Pushed 08:34:19 58d68dc43a6c: Pushed 08:34:19 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:19 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:34:20 6042c3a377ef: Preparing 08:34:20 5fa3558fe7bd: Preparing 08:34:20 44e0698174c1: Preparing 08:34:20 32dbbc08d624: Preparing 08:34:20 ca67c7ff607e: Preparing 08:34:20 58d68dc43a6c: Preparing 08:34:20 197ff0c772c9: Preparing 08:34:20 0e1094175f6f: Preparing 08:34:20 3852e90e9131: Preparing 08:34:20 256f393e029f: Preparing 08:34:20 197ff0c772c9: Waiting 08:34:20 3852e90e9131: Waiting 08:34:20 0e1094175f6f: Waiting 08:34:20 256f393e029f: Waiting 08:34:20 58d68dc43a6c: Waiting 08:34:20 32dbbc08d624: Layer already exists 08:34:20 5fa3558fe7bd: Layer already exists 08:34:20 ca67c7ff607e: Layer already exists 08:34:20 6042c3a377ef: Layer already exists 08:34:20 44e0698174c1: Layer already exists 08:34:20 58d68dc43a6c: Layer already exists 08:34:20 197ff0c772c9: Layer already exists 08:34:20 3852e90e9131: Layer already exists 08:34:20 256f393e029f: Layer already exists 08:34:20 0e1094175f6f: Layer already exists 08:34:20 latest: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:20 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 08:34:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:34:20 6042c3a377ef: Preparing 08:34:20 5fa3558fe7bd: Preparing 08:34:20 44e0698174c1: Preparing 08:34:20 32dbbc08d624: Preparing 08:34:20 ca67c7ff607e: Preparing 08:34:20 58d68dc43a6c: Preparing 08:34:20 197ff0c772c9: Preparing 08:34:20 0e1094175f6f: Preparing 08:34:20 3852e90e9131: Preparing 08:34:20 256f393e029f: Preparing 08:34:20 58d68dc43a6c: Waiting 08:34:20 0e1094175f6f: Waiting 08:34:20 197ff0c772c9: Waiting 08:34:20 3852e90e9131: Waiting 08:34:20 256f393e029f: Waiting 08:34:20 44e0698174c1: Layer already exists 08:34:20 5fa3558fe7bd: Layer already exists 08:34:20 32dbbc08d624: Layer already exists 08:34:20 ca67c7ff607e: Layer already exists 08:34:20 6042c3a377ef: Layer already exists 08:34:20 58d68dc43a6c: Layer already exists 08:34:20 197ff0c772c9: Layer already exists 08:34:20 3852e90e9131: Layer already exists 08:34:20 256f393e029f: Layer already exists 08:34:20 0e1094175f6f: Layer already exists 08:34:20 4.1.0-dev.91: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:34:21 6042c3a377ef: Preparing 08:34:21 5fa3558fe7bd: Preparing 08:34:21 44e0698174c1: Preparing 08:34:21 32dbbc08d624: Preparing 08:34:21 ca67c7ff607e: Preparing 08:34:21 58d68dc43a6c: Preparing 08:34:21 197ff0c772c9: Preparing 08:34:21 0e1094175f6f: Preparing 08:34:21 3852e90e9131: Preparing 08:34:21 256f393e029f: Preparing 08:34:21 197ff0c772c9: Waiting 08:34:21 0e1094175f6f: Waiting 08:34:21 3852e90e9131: Waiting 08:34:21 256f393e029f: Waiting 08:34:21 58d68dc43a6c: Waiting 08:34:21 32dbbc08d624: Layer already exists 08:34:21 44e0698174c1: Layer already exists 08:34:21 5fa3558fe7bd: Layer already exists 08:34:21 ca67c7ff607e: Layer already exists 08:34:21 6042c3a377ef: Layer already exists 08:34:21 197ff0c772c9: Layer already exists 08:34:21 3852e90e9131: Layer already exists 08:34:21 58d68dc43a6c: Layer already exists 08:34:21 0e1094175f6f: Layer already exists 08:34:21 256f393e029f: Layer already exists 08:34:21 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:21 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 08:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 08:34:22 6042c3a377ef: Preparing 08:34:22 5fa3558fe7bd: Preparing 08:34:22 44e0698174c1: Preparing 08:34:22 32dbbc08d624: Preparing 08:34:22 ca67c7ff607e: Preparing 08:34:22 58d68dc43a6c: Preparing 08:34:22 197ff0c772c9: Preparing 08:34:22 0e1094175f6f: Preparing 08:34:22 3852e90e9131: Preparing 08:34:22 256f393e029f: Preparing 08:34:22 0e1094175f6f: Waiting 08:34:22 197ff0c772c9: Waiting 08:34:22 256f393e029f: Waiting 08:34:22 3852e90e9131: Waiting 08:34:22 58d68dc43a6c: Waiting 08:34:22 6042c3a377ef: Layer already exists 08:34:22 5fa3558fe7bd: Layer already exists 08:34:22 44e0698174c1: Layer already exists 08:34:22 ca67c7ff607e: Layer already exists 08:34:22 32dbbc08d624: Layer already exists 08:34:22 58d68dc43a6c: Layer already exists 08:34:22 3852e90e9131: Layer already exists 08:34:22 197ff0c772c9: Layer already exists 08:34:22 0e1094175f6f: Layer already exists 08:34:22 256f393e029f: Layer already exists 08:34:22 main: digest: sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:22 ===================================================== [Pipeline] echo 08:34:22 taggedImages: 08:34:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:34:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 08:34:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:22 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 08:34:22 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 08:34:22 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:22 latest 08:34:22 4.1.0-dev.91 08:34:22 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:22 main 08:34:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:22 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:34:22 f00b8c3321db: Preparing 08:34:22 40740749970e: Preparing 08:34:22 8748288072ce: Preparing 08:34:22 32dbbc08d624: Preparing 08:34:22 ca67c7ff607e: Preparing 08:34:22 58d68dc43a6c: Preparing 08:34:22 770a922a440d: Preparing 08:34:22 f0a991e8e7c7: Preparing 08:34:22 256f393e029f: Preparing 08:34:22 770a922a440d: Waiting 08:34:22 f0a991e8e7c7: Waiting 08:34:22 256f393e029f: Waiting 08:34:22 58d68dc43a6c: Waiting 08:34:22 ca67c7ff607e: Layer already exists 08:34:22 32dbbc08d624: Layer already exists 08:34:22 58d68dc43a6c: Layer already exists 08:34:22 40740749970e: Pushed 08:34:22 f00b8c3321db: Pushed 08:34:22 8748288072ce: Pushed 08:34:22 256f393e029f: Layer already exists 08:34:23 770a922a440d: Pushed 08:34:23 f0a991e8e7c7: Pushed 08:34:23 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:34:24 f00b8c3321db: Preparing 08:34:24 40740749970e: Preparing 08:34:24 8748288072ce: Preparing 08:34:24 32dbbc08d624: Preparing 08:34:24 ca67c7ff607e: Preparing 08:34:24 58d68dc43a6c: Preparing 08:34:24 770a922a440d: Preparing 08:34:24 f0a991e8e7c7: Preparing 08:34:24 256f393e029f: Preparing 08:34:24 770a922a440d: Waiting 08:34:24 f0a991e8e7c7: Waiting 08:34:24 256f393e029f: Waiting 08:34:24 58d68dc43a6c: Waiting 08:34:24 f00b8c3321db: Layer already exists 08:34:24 ca67c7ff607e: Layer already exists 08:34:24 40740749970e: Layer already exists 08:34:24 8748288072ce: Layer already exists 08:34:24 32dbbc08d624: Layer already exists 08:34:24 770a922a440d: Layer already exists 08:34:24 58d68dc43a6c: Layer already exists 08:34:24 f0a991e8e7c7: Layer already exists 08:34:24 256f393e029f: Layer already exists 08:34:24 latest: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 08:34:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:34:24 f00b8c3321db: Preparing 08:34:24 40740749970e: Preparing 08:34:24 8748288072ce: Preparing 08:34:24 32dbbc08d624: Preparing 08:34:24 ca67c7ff607e: Preparing 08:34:24 58d68dc43a6c: Preparing 08:34:24 770a922a440d: Preparing 08:34:24 f0a991e8e7c7: Preparing 08:34:24 256f393e029f: Preparing 08:34:24 770a922a440d: Waiting 08:34:24 f0a991e8e7c7: Waiting 08:34:24 256f393e029f: Waiting 08:34:24 58d68dc43a6c: Waiting 08:34:24 ca67c7ff607e: Layer already exists 08:34:24 32dbbc08d624: Layer already exists 08:34:24 f00b8c3321db: Layer already exists 08:34:24 8748288072ce: Layer already exists 08:34:24 40740749970e: Layer already exists 08:34:24 58d68dc43a6c: Layer already exists 08:34:24 256f393e029f: Layer already exists 08:34:24 770a922a440d: Layer already exists 08:34:24 f0a991e8e7c7: Layer already exists 08:34:24 4.1.0-dev.91: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:34:25 f00b8c3321db: Preparing 08:34:25 40740749970e: Preparing 08:34:25 8748288072ce: Preparing 08:34:25 32dbbc08d624: Preparing 08:34:25 ca67c7ff607e: Preparing 08:34:25 58d68dc43a6c: Preparing 08:34:25 770a922a440d: Preparing 08:34:25 f0a991e8e7c7: Preparing 08:34:25 256f393e029f: Preparing 08:34:25 58d68dc43a6c: Waiting 08:34:25 770a922a440d: Waiting 08:34:25 f0a991e8e7c7: Waiting 08:34:25 256f393e029f: Waiting 08:34:25 ca67c7ff607e: Layer already exists 08:34:25 8748288072ce: Layer already exists 08:34:25 32dbbc08d624: Layer already exists 08:34:25 40740749970e: Layer already exists 08:34:25 f00b8c3321db: Layer already exists 08:34:25 58d68dc43a6c: Layer already exists 08:34:25 770a922a440d: Layer already exists 08:34:25 256f393e029f: Layer already exists 08:34:25 f0a991e8e7c7: Layer already exists 08:34:25 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 08:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 08:34:25 f00b8c3321db: Preparing 08:34:25 40740749970e: Preparing 08:34:25 8748288072ce: Preparing 08:34:25 32dbbc08d624: Preparing 08:34:25 ca67c7ff607e: Preparing 08:34:25 58d68dc43a6c: Preparing 08:34:25 770a922a440d: Preparing 08:34:25 f0a991e8e7c7: Preparing 08:34:25 256f393e029f: Preparing 08:34:25 58d68dc43a6c: Waiting 08:34:25 256f393e029f: Waiting 08:34:25 770a922a440d: Waiting 08:34:25 f0a991e8e7c7: Waiting 08:34:25 32dbbc08d624: Layer already exists 08:34:25 40740749970e: Layer already exists 08:34:25 ca67c7ff607e: Layer already exists 08:34:25 f00b8c3321db: Layer already exists 08:34:25 8748288072ce: Layer already exists 08:34:25 770a922a440d: Layer already exists 08:34:25 58d68dc43a6c: Layer already exists 08:34:25 f0a991e8e7c7: Layer already exists 08:34:25 256f393e029f: Layer already exists 08:34:25 main: digest: sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:25 ===================================================== [Pipeline] echo 08:34:25 taggedImages: 08:34:25 - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:25 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:34:25 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 08:34:25 - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:25 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 08:34:26 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 08:34:26 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:26 latest 08:34:26 4.1.0-dev.91 08:34:26 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:26 main 08:34:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:26 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:34:26 6042c3a377ef: Preparing 08:34:26 ac73b7623fa8: Preparing 08:34:26 7294531ebb52: Preparing 08:34:26 32dbbc08d624: Preparing 08:34:26 ca67c7ff607e: Preparing 08:34:26 fc52ee11d400: Preparing 08:34:26 0e1094175f6f: Preparing 08:34:26 3852e90e9131: Preparing 08:34:26 256f393e029f: Preparing 08:34:26 fc52ee11d400: Waiting 08:34:26 0e1094175f6f: Waiting 08:34:26 3852e90e9131: Waiting 08:34:26 256f393e029f: Waiting 08:34:26 6042c3a377ef: Layer already exists 08:34:26 32dbbc08d624: Layer already exists 08:34:26 ca67c7ff607e: Layer already exists 08:34:26 0e1094175f6f: Layer already exists 08:34:26 3852e90e9131: Layer already exists 08:34:26 256f393e029f: Layer already exists 08:34:26 ac73b7623fa8: Pushed 08:34:26 7294531ebb52: Pushed 08:34:41 fc52ee11d400: Pushed 08:34:41 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:41 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:34:42 6042c3a377ef: Preparing 08:34:42 ac73b7623fa8: Preparing 08:34:42 7294531ebb52: Preparing 08:34:42 32dbbc08d624: Preparing 08:34:42 ca67c7ff607e: Preparing 08:34:42 fc52ee11d400: Preparing 08:34:42 0e1094175f6f: Preparing 08:34:42 3852e90e9131: Preparing 08:34:42 256f393e029f: Preparing 08:34:42 3852e90e9131: Waiting 08:34:42 256f393e029f: Waiting 08:34:42 0e1094175f6f: Waiting 08:34:42 fc52ee11d400: Waiting 08:34:42 ca67c7ff607e: Layer already exists 08:34:42 ac73b7623fa8: Layer already exists 08:34:42 7294531ebb52: Layer already exists 08:34:42 32dbbc08d624: Layer already exists 08:34:42 6042c3a377ef: Layer already exists 08:34:42 fc52ee11d400: Layer already exists 08:34:42 0e1094175f6f: Layer already exists 08:34:42 3852e90e9131: Layer already exists 08:34:42 256f393e029f: Layer already exists 08:34:42 latest: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:42 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 08:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:34:42 6042c3a377ef: Preparing 08:34:42 ac73b7623fa8: Preparing 08:34:42 7294531ebb52: Preparing 08:34:42 32dbbc08d624: Preparing 08:34:42 ca67c7ff607e: Preparing 08:34:42 fc52ee11d400: Preparing 08:34:42 0e1094175f6f: Preparing 08:34:42 3852e90e9131: Preparing 08:34:42 256f393e029f: Preparing 08:34:42 fc52ee11d400: Waiting 08:34:42 0e1094175f6f: Waiting 08:34:42 3852e90e9131: Waiting 08:34:42 256f393e029f: Waiting 08:34:42 7294531ebb52: Layer already exists 08:34:42 ca67c7ff607e: Layer already exists 08:34:42 ac73b7623fa8: Layer already exists 08:34:42 6042c3a377ef: Layer already exists 08:34:42 32dbbc08d624: Layer already exists 08:34:42 0e1094175f6f: Layer already exists 08:34:42 fc52ee11d400: Layer already exists 08:34:42 256f393e029f: Layer already exists 08:34:42 3852e90e9131: Layer already exists 08:34:42 4.1.0-dev.91: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:34:43 6042c3a377ef: Preparing 08:34:43 ac73b7623fa8: Preparing 08:34:43 7294531ebb52: Preparing 08:34:43 32dbbc08d624: Preparing 08:34:43 ca67c7ff607e: Preparing 08:34:43 fc52ee11d400: Preparing 08:34:43 0e1094175f6f: Preparing 08:34:43 3852e90e9131: Preparing 08:34:43 256f393e029f: Preparing 08:34:43 256f393e029f: Waiting 08:34:43 0e1094175f6f: Waiting 08:34:43 3852e90e9131: Waiting 08:34:43 fc52ee11d400: Waiting 08:34:43 ca67c7ff607e: Layer already exists 08:34:43 7294531ebb52: Layer already exists 08:34:43 6042c3a377ef: Layer already exists 08:34:43 ac73b7623fa8: Layer already exists 08:34:43 32dbbc08d624: Layer already exists 08:34:43 fc52ee11d400: Layer already exists 08:34:43 0e1094175f6f: Layer already exists 08:34:43 256f393e029f: Layer already exists 08:34:43 3852e90e9131: Layer already exists 08:34:43 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:43 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 08:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 08:34:44 6042c3a377ef: Preparing 08:34:44 ac73b7623fa8: Preparing 08:34:44 7294531ebb52: Preparing 08:34:44 32dbbc08d624: Preparing 08:34:44 ca67c7ff607e: Preparing 08:34:44 fc52ee11d400: Preparing 08:34:44 0e1094175f6f: Preparing 08:34:44 3852e90e9131: Preparing 08:34:44 256f393e029f: Preparing 08:34:44 fc52ee11d400: Waiting 08:34:44 0e1094175f6f: Waiting 08:34:44 3852e90e9131: Waiting 08:34:44 256f393e029f: Waiting 08:34:44 32dbbc08d624: Layer already exists 08:34:44 ac73b7623fa8: Layer already exists 08:34:44 6042c3a377ef: Layer already exists 08:34:44 ca67c7ff607e: Layer already exists 08:34:44 7294531ebb52: Layer already exists 08:34:44 3852e90e9131: Layer already exists 08:34:44 0e1094175f6f: Layer already exists 08:34:44 256f393e029f: Layer already exists 08:34:44 fc52ee11d400: Layer already exists 08:34:44 main: digest: sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:44 ===================================================== [Pipeline] echo 08:34:44 taggedImages: 08:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 08:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:44 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 08:34:44 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 08:34:44 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:44 latest 08:34:44 4.1.0-dev.91 08:34:44 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:44 main 08:34:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:34:44 2cff194e5355: Preparing 08:34:44 597e58564b9a: Preparing 08:34:44 32dbbc08d624: Preparing 08:34:44 ca67c7ff607e: Preparing 08:34:44 5c236a4177c4: Preparing 08:34:44 ff56c47ae045: Preparing 08:34:44 256f393e029f: Preparing 08:34:44 ff56c47ae045: Waiting 08:34:44 256f393e029f: Waiting 08:34:44 ca67c7ff607e: Layer already exists 08:34:44 32dbbc08d624: Layer already exists 08:34:44 256f393e029f: Layer already exists 08:34:44 2cff194e5355: Pushed 08:34:44 5c236a4177c4: Pushed 08:34:45 ff56c47ae045: Pushed 08:34:49 597e58564b9a: Pushed 08:34:49 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:49 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 08:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:34:50 2cff194e5355: Preparing 08:34:50 597e58564b9a: Preparing 08:34:50 32dbbc08d624: Preparing 08:34:50 ca67c7ff607e: Preparing 08:34:50 5c236a4177c4: Preparing 08:34:50 ff56c47ae045: Preparing 08:34:50 256f393e029f: Preparing 08:34:50 ff56c47ae045: Waiting 08:34:50 256f393e029f: Waiting 08:34:50 ca67c7ff607e: Layer already exists 08:34:50 32dbbc08d624: Layer already exists 08:34:50 2cff194e5355: Layer already exists 08:34:50 597e58564b9a: Layer already exists 08:34:50 5c236a4177c4: Layer already exists 08:34:50 256f393e029f: Layer already exists 08:34:50 ff56c47ae045: Layer already exists 08:34:50 latest: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:50 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 08:34:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:34:50 2cff194e5355: Preparing 08:34:50 597e58564b9a: Preparing 08:34:50 32dbbc08d624: Preparing 08:34:50 ca67c7ff607e: Preparing 08:34:50 5c236a4177c4: Preparing 08:34:50 ff56c47ae045: Preparing 08:34:50 256f393e029f: Preparing 08:34:50 256f393e029f: Waiting 08:34:50 ff56c47ae045: Waiting 08:34:50 5c236a4177c4: Layer already exists 08:34:50 ca67c7ff607e: Layer already exists 08:34:50 597e58564b9a: Layer already exists 08:34:50 32dbbc08d624: Layer already exists 08:34:50 2cff194e5355: Layer already exists 08:34:50 256f393e029f: Layer already exists 08:34:50 ff56c47ae045: Layer already exists 08:34:50 4.1.0-dev.91: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:34:51 2cff194e5355: Preparing 08:34:51 597e58564b9a: Preparing 08:34:51 32dbbc08d624: Preparing 08:34:51 ca67c7ff607e: Preparing 08:34:51 5c236a4177c4: Preparing 08:34:51 ff56c47ae045: Preparing 08:34:51 256f393e029f: Preparing 08:34:51 ff56c47ae045: Waiting 08:34:51 256f393e029f: Waiting 08:34:51 2cff194e5355: Layer already exists 08:34:51 ca67c7ff607e: Layer already exists 08:34:51 5c236a4177c4: Layer already exists 08:34:51 597e58564b9a: Layer already exists 08:34:51 32dbbc08d624: Layer already exists 08:34:51 ff56c47ae045: Layer already exists 08:34:51 256f393e029f: Layer already exists 08:34:51 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:51 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:52 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 08:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 08:34:52 2cff194e5355: Preparing 08:34:52 597e58564b9a: Preparing 08:34:52 32dbbc08d624: Preparing 08:34:52 ca67c7ff607e: Preparing 08:34:52 5c236a4177c4: Preparing 08:34:52 ff56c47ae045: Preparing 08:34:52 256f393e029f: Preparing 08:34:52 ff56c47ae045: Waiting 08:34:52 256f393e029f: Waiting 08:34:52 ca67c7ff607e: Layer already exists 08:34:52 597e58564b9a: Layer already exists 08:34:52 32dbbc08d624: Layer already exists 08:34:52 5c236a4177c4: Layer already exists 08:34:52 2cff194e5355: Layer already exists 08:34:52 256f393e029f: Layer already exists 08:34:52 ff56c47ae045: Layer already exists 08:34:52 main: digest: sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:52 ===================================================== [Pipeline] echo 08:34:52 taggedImages: 08:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:latest 08:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 08:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:52 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 08:34:52 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 08:34:52 d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:52 latest 08:34:52 4.1.0-dev.91 08:34:52 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:52 main 08:34:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:34:52 b3011a405e89: Preparing 08:34:52 6338d583807e: Preparing 08:34:52 32dbbc08d624: Preparing 08:34:52 ca67c7ff607e: Preparing 08:34:52 ee64e405c89f: Preparing 08:34:52 6e125ddb05c9: Preparing 08:34:52 256f393e029f: Preparing 08:34:52 6e125ddb05c9: Waiting 08:34:52 256f393e029f: Waiting 08:34:52 32dbbc08d624: Layer already exists 08:34:52 ca67c7ff607e: Layer already exists 08:34:52 256f393e029f: Layer already exists 08:34:52 b3011a405e89: Pushed 08:34:53 ee64e405c89f: Pushed 08:34:53 6e125ddb05c9: Pushed 08:34:57 6338d583807e: Pushed 08:34:57 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:57 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:34:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:34:57 b3011a405e89: Preparing 08:34:57 6338d583807e: Preparing 08:34:57 32dbbc08d624: Preparing 08:34:57 ca67c7ff607e: Preparing 08:34:57 ee64e405c89f: Preparing 08:34:57 6e125ddb05c9: Preparing 08:34:57 256f393e029f: Preparing 08:34:57 6e125ddb05c9: Waiting 08:34:57 256f393e029f: Waiting 08:34:57 ee64e405c89f: Layer already exists 08:34:57 b3011a405e89: Layer already exists 08:34:57 6338d583807e: Layer already exists 08:34:57 32dbbc08d624: Layer already exists 08:34:57 ca67c7ff607e: Layer already exists 08:34:57 6e125ddb05c9: Layer already exists 08:34:57 256f393e029f: Layer already exists 08:34:57 latest: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 08:34:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:34:58 b3011a405e89: Preparing 08:34:58 6338d583807e: Preparing 08:34:58 32dbbc08d624: Preparing 08:34:58 ca67c7ff607e: Preparing 08:34:58 ee64e405c89f: Preparing 08:34:58 6e125ddb05c9: Preparing 08:34:58 256f393e029f: Preparing 08:34:58 6e125ddb05c9: Waiting 08:34:58 256f393e029f: Waiting 08:34:58 ca67c7ff607e: Layer already exists 08:34:58 b3011a405e89: Layer already exists 08:34:58 6338d583807e: Layer already exists 08:34:58 32dbbc08d624: Layer already exists 08:34:58 ee64e405c89f: Layer already exists 08:34:58 6e125ddb05c9: Layer already exists 08:34:58 256f393e029f: Layer already exists 08:34:58 4.1.0-dev.91: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:58 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:34:59 b3011a405e89: Preparing 08:34:59 6338d583807e: Preparing 08:34:59 32dbbc08d624: Preparing 08:34:59 ca67c7ff607e: Preparing 08:34:59 ee64e405c89f: Preparing 08:34:59 6e125ddb05c9: Preparing 08:34:59 256f393e029f: Preparing 08:34:59 6e125ddb05c9: Waiting 08:34:59 256f393e029f: Waiting 08:34:59 6338d583807e: Layer already exists 08:34:59 ee64e405c89f: Layer already exists 08:34:59 b3011a405e89: Layer already exists 08:34:59 ca67c7ff607e: Layer already exists 08:34:59 32dbbc08d624: Layer already exists 08:34:59 256f393e029f: Layer already exists 08:34:59 6e125ddb05c9: Layer already exists 08:34:59 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:59 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:34:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 08:34:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 08:34:59 b3011a405e89: Preparing 08:34:59 6338d583807e: Preparing 08:34:59 32dbbc08d624: Preparing 08:34:59 ca67c7ff607e: Preparing 08:34:59 ee64e405c89f: Preparing 08:34:59 6e125ddb05c9: Preparing 08:34:59 256f393e029f: Preparing 08:34:59 6e125ddb05c9: Waiting 08:34:59 256f393e029f: Waiting 08:34:59 b3011a405e89: Layer already exists 08:34:59 ca67c7ff607e: Layer already exists 08:34:59 ee64e405c89f: Layer already exists 08:34:59 32dbbc08d624: Layer already exists 08:34:59 6338d583807e: Layer already exists 08:34:59 6e125ddb05c9: Layer already exists 08:34:59 256f393e029f: Layer already exists 08:34:59 main: digest: sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:34:59 ===================================================== [Pipeline] echo 08:34:59 taggedImages: 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 08:34:59 ========================================================= 08:34:59 [edgeXBuildMultiArch] RAW Config: 08:34:59 images: 08:34:59 - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/core-command:latest 08:34:59 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-command:main 08:34:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:34:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 08:34:59 - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/core-data:latest 08:34:59 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-data:main 08:34:59 - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/core-keeper:latest 08:34:59 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-keeper:main 08:34:59 - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/core-metadata:latest 08:34:59 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/core-metadata:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-config:main 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/security-spire-server:main 08:34:59 - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/support-notifications:latest 08:34:59 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/support-notifications:main 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:34:59 - nexus3.edgexfoundry.org:10004/support-scheduler:main 08:34:59 settingsFile: 08:34:59 edgex-go-settings 08:34:59 ========================================================= [Pipeline] node 08:35:14 Still waiting to schedule task 08:35:14 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-237’ 08:37:57 Running on prd-centos7-docker-4c-2g-243 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:37:57 provisioning config files... 08:37:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13746725119580519253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:37:58 ---> ****-login.sh 08:37:58 nexus3.edgexfoundry.org:10001 08:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:37:58 Configure a credential helper to remove this warning. See 08:37:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:37:58 08:37:58 Login Succeeded 08:37:58 nexus3.edgexfoundry.org:10002 08:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:37:58 Configure a credential helper to remove this warning. See 08:37:58 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:37:58 08:37:58 Login Succeeded 08:37:58 nexus3.edgexfoundry.org:10003 08:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:37:59 Configure a credential helper to remove this warning. See 08:37:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:37:59 08:37:59 Login Succeeded 08:37:59 nexus3.edgexfoundry.org:10004 08:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:37:59 Configure a credential helper to remove this warning. See 08:37:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:37:59 08:37:59 Login Succeeded 08:37:59 ****.io 08:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 08:37:59 Configure a credential helper to remove this warning. See 08:37:59 https://docs.****.com/engine/reference/commandline/login/#credentials-store 08:37:59 08:37:59 Login Succeeded 08:37:59 ---> ****-login.sh ends [Pipeline] } 08:37:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:37:59 + docker buildx ls 08:37:59 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 08:37:59 default * docker 08:37:59 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 08:38:00 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 08:38:00 edgex-builder [Pipeline] sh 08:38:00 + docker buildx inspect --bootstrap 08:38:00 #1 [internal] booting buildkit 08:38:00 #1 pulling image moby/buildkit:buildx-stable-1 08:38:03 #1 pulling image moby/buildkit:buildx-stable-1 3.1s done 08:38:04 #1 creating container buildx_buildkit_edgex-builder0 08:38:07 #1 creating container buildx_buildkit_edgex-builder0 2.9s done 08:38:07 #1 DONE 6.0s 08:38:07 Name: edgex-builder 08:38:07 Driver: docker-container 08:38:07 08:38:07 Nodes: 08:38:07 Name: edgex-builder0 08:38:07 Endpoint: unix:///var/run/docker.sock 08:38:07 Status: running 08:38:07 Buildkit: v0.26.2 08:38:07 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 08:38:07 + docker buildx ls 08:38:07 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 08:38:07 edgex-builder * docker-container 08:38:07 edgex-builder0 unix:///var/run/docker.sock running v0.26.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 08:38:07 default docker 08:38:07 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 08:38:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:08 #1 [internal] load build definition from Dockerfile 08:38:08 #1 transferring dockerfile: 197B done 08:38:08 #1 DONE 0.1s 08:38:08 08:38:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:08 #2 DONE 0.1s 08:38:08 08:38:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:08 #3 DONE 0.1s 08:38:08 08:38:08 #4 [internal] load .dockerignore 08:38:08 #4 transferring context: 2B done 08:38:08 #4 DONE 0.0s 08:38:08 08:38:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:08 #5 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:08 #5 DONE 0.0s 08:38:08 08:38:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:08 #6 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:08 #6 DONE 0.1s 08:38:08 08:38:08 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 08:38:08 #7 DONE 0.0s 08:38:08 08:38:08 #8 exporting to image 08:38:08 #8 exporting layers done 08:38:08 #8 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f 0.0s done 08:38:08 #8 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done 08:38:08 #8 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 0.0s done 08:38:08 #8 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done 08:38:08 #8 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done 08:38:08 #8 pushing layers 0.1s done 08:38:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 08:38:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done 08:38:08 #8 DONE 0.2s 08:38:08 08:38:08 1 warning found (use --debug to expand): 08:38:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 08:38:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 08:38:09 #1 [internal] load build definition from Dockerfile 08:38:09 #1 transferring dockerfile: 163B done 08:38:09 #1 DONE 0.0s 08:38:09 08:38:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 08:38:09 #2 DONE 0.0s 08:38:09 08:38:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 08:38:09 #3 DONE 0.0s 08:38:09 08:38:09 #4 [internal] load .dockerignore 08:38:09 #4 transferring context: 2B done 08:38:09 #4 DONE 0.0s 08:38:09 08:38:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:09 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 done 08:38:09 #5 CACHED 08:38:09 08:38:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:09 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:09 #6 CACHED 08:38:09 08:38:09 #7 exporting to image 08:38:09 #7 exporting layers done 08:38:09 #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done 08:38:09 #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done 08:38:09 #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done 08:38:09 #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done 08:38:09 #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done 08:38:09 #7 pushing layers 0.0s done 08:38:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 08:38:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done 08:38:09 #7 DONE 0.1s 08:38:09 08:38:09 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 08:38:09 #8 DONE 0.0s 08:38:09 08:38:09 1 warning found (use --debug to expand): 08:38:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91' 08:38:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 --push - 08:38:09 #1 [internal] load build definition from Dockerfile 08:38:09 #1 transferring dockerfile: 169B done 08:38:09 #1 DONE 0.0s 08:38:09 08:38:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 08:38:09 #2 DONE 0.0s 08:38:09 08:38:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91 08:38:09 #3 DONE 0.0s 08:38:09 08:38:09 #4 [internal] load .dockerignore 08:38:09 #4 transferring context: 2B done 08:38:09 #4 DONE 0.0s 08:38:09 08:38:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:09 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:09 #5 CACHED 08:38:09 08:38:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:09 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:09 #6 CACHED 08:38:09 08:38:09 #7 exporting to image 08:38:09 #7 exporting layers done 08:38:09 #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done 08:38:09 #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done 08:38:09 #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done 08:38:09 #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done 08:38:09 #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done 08:38:09 #7 pushing layers 0.0s done 08:38:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 08:38:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.91@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done 08:38:09 #7 DONE 0.1s 08:38:09 08:38:09 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 08:38:09 #8 DONE 0.0s 08:38:09 08:38:09 1 warning found (use --debug to expand): 08:38:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:09 #1 [internal] load build definition from Dockerfile 08:38:09 #1 transferring dockerfile: 210B done 08:38:09 #1 DONE 0.0s 08:38:09 08:38:09 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:09 #2 DONE 0.0s 08:38:09 08:38:09 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:09 #3 DONE 0.0s 08:38:09 08:38:09 #4 [internal] load .dockerignore 08:38:09 #4 transferring context: 2B done 08:38:09 #4 DONE 0.0s 08:38:09 08:38:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:09 #5 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:09 #5 CACHED 08:38:09 08:38:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:09 #6 resolve nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:09 #6 CACHED 08:38:09 08:38:09 #7 exporting to image 08:38:09 #7 exporting layers done 08:38:09 #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done 08:38:09 #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done 08:38:09 #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done 08:38:09 #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done 08:38:09 #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done 08:38:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:10 #7 pushing layers 0.0s done 08:38:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done 08:38:10 #7 DONE 0.1s 08:38:10 08:38:10 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 08:38:10 #8 DONE 0.0s 08:38:10 08:38:10 1 warning found (use --debug to expand): 08:38:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 08:38:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 08:38:10 #1 [internal] load build definition from Dockerfile 08:38:10 #1 transferring dockerfile: 161B done 08:38:10 #1 DONE 0.0s 08:38:10 08:38:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 08:38:10 #2 DONE 0.0s 08:38:10 08:38:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 08:38:10 #3 DONE 0.0s 08:38:10 08:38:10 #4 [internal] load .dockerignore 08:38:10 #4 transferring context: 2B done 08:38:10 #4 DONE 0.0s 08:38:10 08:38:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:10 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:10 #5 CACHED 08:38:10 08:38:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 08:38:10 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:7dc36328e111cc0288b07dcc9645737502ad4cf5fab6b72652fa048bd620ac86 0.0s done 08:38:10 #6 CACHED 08:38:10 08:38:10 #7 exporting to image 08:38:10 #7 exporting layers done 08:38:10 #7 exporting manifest sha256:35f115c0102d562a1b0e4ac6829781cf3c53ff15a49980c6328f70571f05d24f done 08:38:10 #7 exporting config sha256:18d1645ee991e214ce1e18f8a70cc4f510e23ecabd6772ff2551bfb2857c8400 done 08:38:10 #7 exporting manifest sha256:0afb897860be0f88efd7e5c8296b9f2c8cc5ecf365e1b44a5e6cd3ea33224979 done 08:38:10 #7 exporting config sha256:75017fce3397add4d25fead98ea9d9d2aec79dbd4413559196ca8ab9aa351a5a done 08:38:10 #7 exporting manifest list sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 done 08:38:10 #7 pushing layers 0.0s done 08:38:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 08:38:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:03050ae789e709b95d70dc103e528b9e3d31d06c11200c6f1c14c794a39e3b94 0.1s done 08:38:10 #7 DONE 0.1s 08:38:10 08:38:10 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 08:38:10 #8 DONE 0.0s 08:38:10 08:38:10 1 warning found (use --debug to expand): 08:38:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:11 #1 [internal] load build definition from Dockerfile 08:38:11 #1 transferring dockerfile: 216B done 08:38:11 #1 DONE 0.0s 08:38:11 08:38:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:11 #2 DONE 0.0s 08:38:11 08:38:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:11 #3 DONE 0.0s 08:38:11 08:38:11 #4 [internal] load .dockerignore 08:38:11 #4 transferring context: 2B done 08:38:11 #4 DONE 0.0s 08:38:11 08:38:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:11 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:11 #5 DONE 0.0s 08:38:11 08:38:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:11 #6 DONE 0.0s 08:38:11 08:38:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:11 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:11 #5 DONE 0.1s 08:38:11 08:38:11 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:11 #7 DONE 0.0s 08:38:11 08:38:11 #8 exporting to image 08:38:11 #8 exporting layers done 08:38:11 #8 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done 08:38:11 #8 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done 08:38:11 #8 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done 08:38:11 #8 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done 08:38:11 #8 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done 08:38:11 #8 pushing layers 08:38:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:11 #8 pushing layers 0.1s done 08:38:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done 08:38:11 #8 DONE 0.2s 08:38:11 08:38:11 1 warning found (use --debug to expand): 08:38:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 08:38:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 08:38:12 #1 [internal] load build definition from Dockerfile 08:38:12 #1 transferring dockerfile: 182B done 08:38:12 #1 DONE 0.0s 08:38:12 08:38:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:38:12 #2 DONE 0.0s 08:38:12 08:38:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 08:38:12 #3 DONE 0.0s 08:38:12 08:38:12 #4 [internal] load .dockerignore 08:38:12 #4 transferring context: 2B done 08:38:12 #4 DONE 0.0s 08:38:12 08:38:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:12 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 done 08:38:12 #5 CACHED 08:38:12 08:38:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:12 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 done 08:38:12 #6 CACHED 08:38:12 08:38:12 #7 exporting to image 08:38:12 #7 exporting layers done 08:38:12 #7 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done 08:38:12 #7 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done 08:38:12 #7 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done 08:38:12 #7 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done 08:38:12 #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 08:38:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:12 #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done 08:38:12 #7 pushing layers 0.0s done 08:38:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done 08:38:12 #7 DONE 0.1s 08:38:12 08:38:12 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:12 #8 DONE 0.0s 08:38:12 08:38:12 1 warning found (use --debug to expand): 08:38:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91' 08:38:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 --push - 08:38:12 #1 [internal] load build definition from Dockerfile 08:38:12 #1 transferring dockerfile: 188B done 08:38:12 #1 DONE 0.0s 08:38:12 08:38:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 08:38:12 #2 DONE 0.0s 08:38:12 08:38:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91 08:38:12 #3 DONE 0.0s 08:38:12 08:38:12 #4 [internal] load .dockerignore 08:38:12 #4 transferring context: 2B done 08:38:12 #4 DONE 0.0s 08:38:12 08:38:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:12 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:12 #5 CACHED 08:38:12 08:38:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:12 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:12 #6 CACHED 08:38:12 08:38:12 #7 exporting to image 08:38:12 #7 exporting layers done 08:38:12 #7 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done 08:38:12 #7 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done 08:38:12 #7 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done 08:38:12 #7 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done 08:38:12 #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done 08:38:12 #7 pushing layers 0.0s done 08:38:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 08:38:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.91@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done 08:38:12 #7 DONE 0.1s 08:38:12 08:38:12 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:12 #8 DONE 0.0s 08:38:12 08:38:12 1 warning found (use --debug to expand): 08:38:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:12 #1 [internal] load build definition from Dockerfile 08:38:12 #1 transferring dockerfile: 229B done 08:38:12 #1 DONE 0.0s 08:38:12 08:38:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:12 #2 DONE 0.0s 08:38:12 08:38:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:12 #3 DONE 0.0s 08:38:12 08:38:12 #4 [internal] load .dockerignore 08:38:12 #4 transferring context: 2B done 08:38:12 #4 DONE 0.0s 08:38:12 08:38:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:12 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:12 #5 DONE 0.0s 08:38:12 08:38:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:13 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:13 #6 CACHED 08:38:13 08:38:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:13 #5 CACHED 08:38:13 08:38:13 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:13 #7 DONE 0.0s 08:38:13 08:38:13 #8 exporting to image 08:38:13 #8 exporting layers done 08:38:13 #8 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done 08:38:13 #8 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done 08:38:13 #8 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done 08:38:13 #8 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done 08:38:13 #8 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done 08:38:13 #8 pushing layers 0.0s done 08:38:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done 08:38:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:13 #8 DONE 0.1s 08:38:13 08:38:13 1 warning found (use --debug to expand): 08:38:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 08:38:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 08:38:13 #1 [internal] load build definition from Dockerfile 08:38:13 #1 transferring dockerfile: 180B done 08:38:13 #1 DONE 0.0s 08:38:13 08:38:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 08:38:13 #2 DONE 0.0s 08:38:13 08:38:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 08:38:13 #3 DONE 0.0s 08:38:13 08:38:13 #4 [internal] load .dockerignore 08:38:13 #4 transferring context: 2B done 08:38:13 #4 DONE 0.0s 08:38:13 08:38:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:13 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:13 #5 CACHED 08:38:13 08:38:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 08:38:13 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:860da90980476cf2d69cb00bb02023a8bd641d7034d0f586a8f1d5563a582a24 0.0s done 08:38:13 #6 CACHED 08:38:13 08:38:13 #7 exporting to image 08:38:13 #7 exporting layers done 08:38:13 #7 exporting manifest sha256:2fc6259eb9a4b8eb77e16f9ba0a282d76770efdf0d85ea97d2f11c2d962b7fda done 08:38:13 #7 exporting config sha256:53bbaeda8dd2f74ad9346835b4769325813309e2042c6ab878dad283393423ba done 08:38:13 #7 exporting manifest sha256:89693b14baa116564028466250d2ea801e788ae78139670e2dda4ab8ee201728 done 08:38:13 #7 exporting config sha256:7a21f40aab5e9c6b818ca1b18eec78e50d1a87c53d1dc8afcf695eb1f68cdef8 done 08:38:13 #7 exporting manifest list sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b done 08:38:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:13 #7 pushing layers 0.0s done 08:38:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4c6960f1fe26289094b721449f301920dd59a10e7c901babb91ca5275ca64b4b 0.1s done 08:38:13 #7 DONE 0.1s 08:38:13 08:38:13 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:13 #8 DONE 0.0s 08:38:13 08:38:13 1 warning found (use --debug to expand): 08:38:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:14 #1 [internal] load build definition from Dockerfile 08:38:14 #1 transferring dockerfile: 194B done 08:38:14 #1 DONE 0.0s 08:38:14 08:38:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:14 #2 DONE 0.0s 08:38:14 08:38:14 #3 [internal] load .dockerignore 08:38:14 #3 transferring context: 2B done 08:38:14 #3 DONE 0.0s 08:38:14 08:38:14 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:14 #4 DONE 0.1s 08:38:14 08:38:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:14 #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:14 #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:14 #5 DONE 0.1s 08:38:14 08:38:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:14 #6 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:14 #6 DONE 0.0s 08:38:14 08:38:14 #7 exporting to image 08:38:14 #7 exporting layers done 08:38:14 #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done 08:38:14 #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done 08:38:14 #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done 08:38:14 #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done 08:38:14 #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 08:38:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:14 #7 ... 08:38:14 08:38:14 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 08:38:14 #8 DONE 0.0s 08:38:14 08:38:14 #7 exporting to image 08:38:14 #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done 08:38:14 #7 pushing layers 0.1s done 08:38:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 08:38:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 11.8s done 08:38:26 #7 DONE 12.0s 08:38:26 08:38:26 1 warning found (use --debug to expand): 08:38:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 08:38:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 08:38:26 #1 [internal] load build definition from Dockerfile 08:38:26 #1 transferring dockerfile: 160B done 08:38:26 #1 DONE 0.0s 08:38:26 08:38:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 08:38:26 #2 DONE 0.0s 08:38:26 08:38:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 08:38:26 #3 DONE 0.0s 08:38:26 08:38:26 #4 [internal] load .dockerignore 08:38:26 #4 transferring context: 2B done 08:38:26 #4 DONE 0.0s 08:38:26 08:38:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:26 #5 CACHED 08:38:26 08:38:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:26 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:26 #6 CACHED 08:38:26 08:38:26 #7 exporting to image 08:38:26 #7 exporting layers 08:38:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:27 #7 exporting layers done 08:38:27 #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done 08:38:27 #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done 08:38:27 #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done 08:38:27 #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done 08:38:27 #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done 08:38:27 #7 pushing layers 0.0s done 08:38:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done 08:38:27 #7 DONE 0.1s 08:38:27 08:38:27 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 08:38:27 #8 DONE 0.0s 08:38:27 08:38:27 1 warning found (use --debug to expand): 08:38:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91' 08:38:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 --push - 08:38:27 #1 [internal] load build definition from Dockerfile 08:38:27 #1 transferring dockerfile: 166B done 08:38:27 #1 DONE 0.0s 08:38:27 08:38:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 08:38:27 #2 DONE 0.0s 08:38:27 08:38:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91 08:38:27 #3 DONE 0.0s 08:38:27 08:38:27 #4 [internal] load .dockerignore 08:38:27 #4 transferring context: 2B done 08:38:27 #4 DONE 0.0s 08:38:27 08:38:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:27 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:27 #5 CACHED 08:38:27 08:38:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:27 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:27 #6 CACHED 08:38:27 08:38:27 #7 exporting to image 08:38:27 #7 exporting layers done 08:38:27 #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done 08:38:27 #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done 08:38:27 #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done 08:38:27 #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done 08:38:27 #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done 08:38:27 #7 pushing layers 0.0s done 08:38:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 08:38:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.91@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done 08:38:27 #7 DONE 0.1s 08:38:27 08:38:27 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 08:38:27 #8 DONE 0.0s 08:38:27 08:38:27 1 warning found (use --debug to expand): 08:38:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:28 #1 [internal] load build definition from Dockerfile 08:38:28 #1 transferring dockerfile: 207B done 08:38:28 #1 DONE 0.0s 08:38:28 08:38:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:28 #2 DONE 0.0s 08:38:28 08:38:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:28 #3 DONE 0.0s 08:38:28 08:38:28 #4 [internal] load .dockerignore 08:38:28 #4 transferring context: 2B done 08:38:28 #4 DONE 0.0s 08:38:28 08:38:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:28 #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:28 #5 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 done 08:38:28 #5 CACHED 08:38:28 08:38:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:28 #6 resolve nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:28 #6 CACHED 08:38:28 08:38:28 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 08:38:28 #7 DONE 0.0s 08:38:28 08:38:28 #8 exporting to image 08:38:28 #8 exporting layers done 08:38:28 #8 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done 08:38:28 #8 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done 08:38:28 #8 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done 08:38:28 #8 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done 08:38:28 #8 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done 08:38:28 #8 pushing layers 0.0s done 08:38:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done 08:38:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:28 #8 DONE 0.1s 08:38:28 08:38:28 1 warning found (use --debug to expand): 08:38:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 08:38:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 08:38:28 #1 [internal] load build definition from Dockerfile 08:38:28 #1 transferring dockerfile: 158B done 08:38:28 #1 DONE 0.0s 08:38:28 08:38:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 08:38:28 #2 DONE 0.0s 08:38:28 08:38:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 08:38:28 #3 DONE 0.0s 08:38:28 08:38:28 #4 [internal] load .dockerignore 08:38:28 #4 transferring context: 2B done 08:38:28 #4 DONE 0.0s 08:38:28 08:38:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:28 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:28 #5 CACHED 08:38:28 08:38:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 08:38:28 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:767bb60f7ff271dfeef0b3e4aaeb1136bce1fade0b2355f0f6405310ef6475f7 0.0s done 08:38:28 #6 CACHED 08:38:28 08:38:28 #7 exporting to image 08:38:28 #7 exporting layers done 08:38:28 #7 exporting manifest sha256:20a8119e426ade9c03a53f66659492c520b7f1341b92f93f5ede5ae2b16d9aeb done 08:38:28 #7 exporting config sha256:bd66befc2095a7fb5fb3172d48102fa3592401e09f40e5d350610b6712e42a1a done 08:38:28 #7 exporting manifest sha256:67ec84d697ba46f23f3799dbd3147014c7fb284877ae92fd4002836cf3ddc3ba done 08:38:28 #7 exporting config sha256:8d6817e61206e4876f60f00a00c3e449e65f54c0c3dfb681295fa090315171f7 done 08:38:28 #7 exporting manifest list sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 done 08:38:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:28 #7 pushing layers 0.0s done 08:38:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:70f4b9544f4202ecedabc85cae10cc5271692625060d713015801abfaca6b742 0.1s done 08:38:28 #7 DONE 0.1s 08:38:28 08:38:28 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 08:38:28 #8 DONE 0.0s 08:38:28 08:38:28 1 warning found (use --debug to expand): 08:38:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:29 #1 [internal] load build definition from Dockerfile 08:38:29 #1 transferring dockerfile: 196B done 08:38:29 #1 DONE 0.0s 08:38:29 08:38:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:29 #2 DONE 0.1s 08:38:29 08:38:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:29 #3 DONE 0.1s 08:38:29 08:38:29 #4 [internal] load .dockerignore 08:38:29 #4 transferring context: 2B done 08:38:29 #4 DONE 0.0s 08:38:29 08:38:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done 08:38:29 #5 DONE 0.0s 08:38:29 08:38:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done 08:38:29 #6 DONE 0.1s 08:38:29 08:38:29 #7 exporting to image 08:38:29 #7 exporting layers done 08:38:29 #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done 08:38:29 #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 08:38:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:29 #7 ... 08:38:29 08:38:29 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:29 #8 DONE 0.0s 08:38:29 08:38:29 #7 exporting to image 08:38:29 #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done 08:38:29 #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 0.0s done 08:38:29 #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done 08:38:29 #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done 08:38:29 #7 pushing layers 0.1s done 08:38:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 08:38:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done 08:38:29 #7 DONE 0.2s 08:38:29 08:38:29 1 warning found (use --debug to expand): 08:38:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 08:38:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 08:38:29 #1 [internal] load build definition from Dockerfile 08:38:29 #1 transferring dockerfile: 162B done 08:38:29 #1 DONE 0.0s 08:38:29 08:38:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 08:38:29 #2 DONE 0.0s 08:38:29 08:38:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 08:38:29 #3 DONE 0.0s 08:38:29 08:38:29 #4 [internal] load .dockerignore 08:38:29 #4 transferring context: 2B done 08:38:29 #4 DONE 0.0s 08:38:29 08:38:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done 08:38:29 #5 CACHED 08:38:29 08:38:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done 08:38:29 #6 CACHED 08:38:29 08:38:29 #7 exporting to image 08:38:29 #7 exporting layers done 08:38:29 #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done 08:38:29 #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done 08:38:29 #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done 08:38:29 #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba 08:38:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:30 #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done 08:38:30 #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done 08:38:30 #7 pushing layers 0.0s done 08:38:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done 08:38:30 #7 DONE 0.1s 08:38:30 08:38:30 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:30 #8 DONE 0.0s 08:38:30 08:38:30 1 warning found (use --debug to expand): 08:38:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91' 08:38:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 --push - 08:38:30 #1 [internal] load build definition from Dockerfile 08:38:30 #1 transferring dockerfile: 168B done 08:38:30 #1 DONE 0.0s 08:38:30 08:38:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 08:38:30 #2 DONE 0.0s 08:38:30 08:38:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91 08:38:30 #3 DONE 0.0s 08:38:30 08:38:30 #4 [internal] load .dockerignore 08:38:30 #4 transferring context: 2B done 08:38:30 #4 DONE 0.0s 08:38:30 08:38:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:30 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done 08:38:30 #5 CACHED 08:38:30 08:38:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:30 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done 08:38:30 #6 CACHED 08:38:30 08:38:30 #7 exporting to image 08:38:30 #7 exporting layers done 08:38:30 #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done 08:38:30 #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done 08:38:30 #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done 08:38:30 #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done 08:38:30 #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 08:38:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:30 #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done 08:38:30 #7 pushing layers 0.0s done 08:38:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.91@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done 08:38:30 #7 DONE 0.1s 08:38:30 08:38:30 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:30 #8 DONE 0.0s 08:38:30 08:38:30 1 warning found (use --debug to expand): 08:38:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:30 #1 [internal] load build definition from Dockerfile 08:38:30 #1 transferring dockerfile: 209B done 08:38:30 #1 DONE 0.0s 08:38:30 08:38:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:30 #2 DONE 0.0s 08:38:30 08:38:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:30 #3 DONE 0.0s 08:38:30 08:38:30 #4 [internal] load .dockerignore 08:38:30 #4 transferring context: 2B done 08:38:30 #4 DONE 0.0s 08:38:30 08:38:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:30 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad done 08:38:30 #5 CACHED 08:38:30 08:38:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:30 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done 08:38:30 #6 CACHED 08:38:30 08:38:30 #7 exporting to image 08:38:30 #7 exporting layers done 08:38:30 #7 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done 08:38:30 #7 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done 08:38:30 #7 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done 08:38:30 #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba 08:38:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:31 #7 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done 08:38:31 #7 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done 08:38:31 #7 pushing layers 0.0s done 08:38:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done 08:38:31 #7 DONE 0.1s 08:38:31 08:38:31 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:31 #8 DONE 0.0s 08:38:31 08:38:31 1 warning found (use --debug to expand): 08:38:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 08:38:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 08:38:31 #1 [internal] load build definition from Dockerfile 08:38:31 #1 transferring dockerfile: 160B done 08:38:31 #1 DONE 0.0s 08:38:31 08:38:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 08:38:31 #2 DONE 0.0s 08:38:31 08:38:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 08:38:31 #3 DONE 0.0s 08:38:31 08:38:31 #4 [internal] load .dockerignore 08:38:31 #4 transferring context: 2B done 08:38:31 #4 DONE 0.0s 08:38:31 08:38:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:31 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done 08:38:31 #5 CACHED 08:38:31 08:38:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 08:38:31 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:46d5198fbb4a5e018b4899ee55abaef352fb7a3c07ffcaacbff4b2d50b72f6ad 0.0s done 08:38:31 #6 CACHED 08:38:31 08:38:31 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:31 #7 DONE 0.0s 08:38:31 08:38:31 #8 exporting to image 08:38:31 #8 exporting layers done 08:38:31 #8 exporting manifest sha256:c09285c963845c6c2c58d02ec6dc8367a535d00bdb9dda8fe6ff1c476b08a151 done 08:38:31 #8 exporting config sha256:4d0feb8c1dbb430a866b93f4855eb2a85555f4d553b6042c81510d0b3d4bf286 done 08:38:31 #8 exporting manifest sha256:f13afe849bea34ca2da14867ccadd37cd84ef43ea35a86e841a55df797823b08 done 08:38:31 #8 exporting config sha256:9cdd00087c3b2e7994863faaa4ee4960b7877a3ec930c82613ab92b0735606ba done 08:38:31 #8 exporting manifest list sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 done 08:38:31 #8 pushing layers 0.0s done 08:38:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:276429f2a08455ad2b010e99cf6b55ed01b912b5d00b68b23857dfbdf9526d77 0.1s done 08:38:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:31 #8 DONE 0.1s 08:38:31 08:38:31 1 warning found (use --debug to expand): 08:38:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:32 #1 [internal] load build definition from Dockerfile 08:38:32 #1 transferring dockerfile: 198B done 08:38:32 #1 DONE 0.0s 08:38:32 08:38:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:32 #2 DONE 0.0s 08:38:32 08:38:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:32 #3 DONE 0.0s 08:38:32 08:38:32 #4 [internal] load .dockerignore 08:38:32 #4 transferring context: 2B done 08:38:32 #4 DONE 0.0s 08:38:32 08:38:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:32 #5 ... 08:38:32 08:38:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done 08:38:32 #6 DONE 0.1s 08:38:32 08:38:32 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 08:38:32 #7 DONE 0.0s 08:38:32 08:38:32 #8 exporting to image 08:38:32 #8 exporting layers done 08:38:32 #8 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done 08:38:32 #8 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done 08:38:32 #8 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done 08:38:32 #8 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done 08:38:32 #8 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done 08:38:32 #8 pushing layers 0.1s done 08:38:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done 08:38:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:32 #8 DONE 0.2s 08:38:32 08:38:32 1 warning found (use --debug to expand): 08:38:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 08:38:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 08:38:32 #1 [internal] load build definition from Dockerfile 08:38:32 #1 transferring dockerfile: 164B done 08:38:32 #1 DONE 0.0s 08:38:32 08:38:32 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 08:38:32 #2 DONE 0.0s 08:38:32 08:38:32 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 08:38:32 #3 DONE 0.0s 08:38:32 08:38:32 #4 [internal] load .dockerignore 08:38:32 #4 transferring context: 2B done 08:38:32 #4 DONE 0.0s 08:38:32 08:38:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done 08:38:32 #5 CACHED 08:38:32 08:38:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done 08:38:32 #6 CACHED 08:38:32 08:38:32 #7 exporting to image 08:38:32 #7 exporting layers 08:38:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:33 #7 exporting layers done 08:38:33 #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done 08:38:33 #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done 08:38:33 #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done 08:38:33 #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done 08:38:33 #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done 08:38:33 #7 pushing layers 0.0s done 08:38:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done 08:38:33 #7 DONE 0.1s 08:38:33 08:38:33 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 08:38:33 #8 DONE 0.0s 08:38:33 08:38:33 1 warning found (use --debug to expand): 08:38:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91' 08:38:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 --push - 08:38:33 #1 [internal] load build definition from Dockerfile 08:38:33 #1 transferring dockerfile: 170B done 08:38:33 #1 DONE 0.0s 08:38:33 08:38:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 08:38:33 #2 DONE 0.0s 08:38:33 08:38:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91 08:38:33 #3 DONE 0.0s 08:38:33 08:38:33 #4 [internal] load .dockerignore 08:38:33 #4 transferring context: 2B done 08:38:33 #4 DONE 0.0s 08:38:33 08:38:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:33 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done 08:38:33 #5 CACHED 08:38:33 08:38:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:33 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 done 08:38:33 #6 CACHED 08:38:33 08:38:33 #7 exporting to image 08:38:33 #7 exporting layers done 08:38:33 #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done 08:38:33 #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done 08:38:33 #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done 08:38:33 #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done 08:38:33 #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done 08:38:33 #7 pushing layers 0.0s done 08:38:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 08:38:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done 08:38:33 #7 DONE 0.1s 08:38:33 08:38:33 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 08:38:33 #8 DONE 0.0s 08:38:33 08:38:33 1 warning found (use --debug to expand): 08:38:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:33 #1 [internal] load build definition from Dockerfile 08:38:33 #1 transferring dockerfile: 211B done 08:38:33 #1 DONE 0.0s 08:38:33 08:38:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:33 #2 DONE 0.0s 08:38:33 08:38:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:33 #3 DONE 0.0s 08:38:33 08:38:33 #4 [internal] load .dockerignore 08:38:33 #4 transferring context: 2B done 08:38:33 #4 DONE 0.0s 08:38:33 08:38:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:33 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done 08:38:33 #5 CACHED 08:38:33 08:38:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:33 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done 08:38:33 #6 CACHED 08:38:33 08:38:33 #7 exporting to image 08:38:33 #7 exporting layers done 08:38:33 #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done 08:38:33 #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done 08:38:33 #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done 08:38:33 #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done 08:38:33 #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done 08:38:33 #7 pushing layers 0.0s done 08:38:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 08:38:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done 08:38:34 #7 DONE 0.1s 08:38:34 08:38:34 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 08:38:34 #8 DONE 0.0s 08:38:34 08:38:34 1 warning found (use --debug to expand): 08:38:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 08:38:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 08:38:34 #1 [internal] load build definition from Dockerfile 08:38:34 #1 transferring dockerfile: 162B done 08:38:34 #1 DONE 0.0s 08:38:34 08:38:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 08:38:34 #2 DONE 0.0s 08:38:34 08:38:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 08:38:34 #3 DONE 0.0s 08:38:34 08:38:34 #4 [internal] load .dockerignore 08:38:34 #4 transferring context: 2B done 08:38:34 #4 DONE 0.0s 08:38:34 08:38:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:34 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done 08:38:34 #5 CACHED 08:38:34 08:38:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 08:38:34 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:dcaa7ca37e0d9e5be771b80e4cec868ea5d8002c816ee7358812c874bedd4e30 0.0s done 08:38:34 #6 CACHED 08:38:34 08:38:34 #7 exporting to image 08:38:34 #7 exporting layers done 08:38:34 #7 exporting manifest sha256:335b9431ad85f347e8ac7336a5eaf6c5cf95ee63615cc733f91bb098aad1f0e4 done 08:38:34 #7 exporting config sha256:dac313c7a35006ed9a231d5a4b2bf7dc7a70146b837ddf453e479bd9a6514a7f done 08:38:34 #7 exporting manifest sha256:00653b4e1e77c12afb9826b7dcbc7327579bbf16b32b34cb6ef01e1f654e6ee3 done 08:38:34 #7 exporting config sha256:7f3b2d8c64860e260ba4861734292d440eac49a36c02839abaecb64dbff92fd3 done 08:38:34 #7 exporting manifest list sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 done 08:38:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:34 #7 pushing layers 0.0s done 08:38:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:e3bebde24372b0a2d080531f513301474cbc083bd3dfdbd03382f0d827da0743 0.1s done 08:38:34 #7 DONE 0.1s 08:38:34 08:38:34 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 08:38:34 #8 DONE 0.0s 08:38:34 08:38:34 1 warning found (use --debug to expand): 08:38:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:35 #1 [internal] load build definition from Dockerfile 08:38:35 #1 transferring dockerfile: 206B done 08:38:35 #1 DONE 0.0s 08:38:35 08:38:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:35 #2 DONE 0.0s 08:38:35 08:38:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:35 #3 DONE 0.0s 08:38:35 08:38:35 #4 [internal] load .dockerignore 08:38:35 #4 transferring context: 2B done 08:38:35 #4 DONE 0.0s 08:38:35 08:38:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:35 #5 DONE 0.0s 08:38:35 08:38:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:35 #6 DONE 0.2s 08:38:35 08:38:35 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:35 #7 DONE 0.0s 08:38:35 08:38:35 #8 exporting to image 08:38:35 #8 exporting layers done 08:38:35 #8 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done 08:38:35 #8 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done 08:38:35 #8 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done 08:38:35 #8 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done 08:38:35 #8 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done 08:38:35 #8 pushing layers 0.1s done 08:38:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 08:38:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done 08:38:35 #8 DONE 0.2s 08:38:35 08:38:35 1 warning found (use --debug to expand): 08:38:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 08:38:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 08:38:36 #1 [internal] load build definition from Dockerfile 08:38:36 #1 transferring dockerfile: 172B done 08:38:36 #1 DONE 0.0s 08:38:36 08:38:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:38:36 #2 DONE 0.0s 08:38:36 08:38:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 08:38:36 #3 DONE 0.0s 08:38:36 08:38:36 #4 [internal] load .dockerignore 08:38:36 #4 transferring context: 2B done 08:38:36 #4 DONE 0.0s 08:38:36 08:38:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:36 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:36 #5 CACHED 08:38:36 08:38:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:36 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:36 #6 CACHED 08:38:36 08:38:36 #7 exporting to image 08:38:36 #7 exporting layers done 08:38:36 #7 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done 08:38:36 #7 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done 08:38:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:36 #7 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done 08:38:36 #7 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done 08:38:36 #7 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done 08:38:36 #7 pushing layers 0.0s done 08:38:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done 08:38:36 #7 DONE 0.1s 08:38:36 08:38:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:36 #8 DONE 0.0s 08:38:36 08:38:36 1 warning found (use --debug to expand): 08:38:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91' 08:38:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 --push - 08:38:36 #1 [internal] load build definition from Dockerfile 08:38:36 #1 transferring dockerfile: 178B done 08:38:36 #1 DONE 0.0s 08:38:36 08:38:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 08:38:36 #2 DONE 0.0s 08:38:36 08:38:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91 08:38:36 #3 DONE 0.0s 08:38:36 08:38:36 #4 [internal] load .dockerignore 08:38:36 #4 transferring context: 2B done 08:38:36 #4 DONE 0.0s 08:38:36 08:38:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:36 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:36 #5 CACHED 08:38:36 08:38:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:36 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:36 #6 CACHED 08:38:36 08:38:36 #7 exporting to image 08:38:36 #7 exporting layers done 08:38:36 #7 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done 08:38:36 #7 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done 08:38:36 #7 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done 08:38:36 #7 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done 08:38:36 #7 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 08:38:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:36 #7 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done 08:38:36 #7 pushing layers 0.0s done 08:38:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.91@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done 08:38:36 #7 DONE 0.1s 08:38:36 08:38:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:36 #8 DONE 0.0s 08:38:36 08:38:36 1 warning found (use --debug to expand): 08:38:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:37 #1 [internal] load build definition from Dockerfile 08:38:37 #1 transferring dockerfile: 219B done 08:38:37 #1 DONE 0.0s 08:38:37 08:38:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:37 #2 DONE 0.0s 08:38:37 08:38:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:37 #3 DONE 0.0s 08:38:37 08:38:37 #4 [internal] load .dockerignore 08:38:37 #4 transferring context: 2B done 08:38:37 #4 DONE 0.0s 08:38:37 08:38:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:37 #5 DONE 0.0s 08:38:37 08:38:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:37 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:37 #6 CACHED 08:38:37 08:38:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:37 #5 CACHED 08:38:37 08:38:37 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:37 #7 DONE 0.0s 08:38:37 08:38:37 #8 exporting to image 08:38:37 #8 exporting layers done 08:38:37 #8 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done 08:38:37 #8 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done 08:38:37 #8 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done 08:38:37 #8 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done 08:38:37 #8 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done 08:38:37 #8 pushing layers 0.0s done 08:38:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done 08:38:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:37 #8 DONE 0.1s 08:38:37 08:38:37 1 warning found (use --debug to expand): 08:38:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 08:38:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 08:38:37 #1 [internal] load build definition from Dockerfile 08:38:37 #1 transferring dockerfile: 170B done 08:38:37 #1 DONE 0.0s 08:38:37 08:38:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 08:38:37 #2 DONE 0.0s 08:38:37 08:38:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 08:38:37 #3 DONE 0.0s 08:38:37 08:38:37 #4 [internal] load .dockerignore 08:38:37 #4 transferring context: 2B done 08:38:37 #4 DONE 0.0s 08:38:37 08:38:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:37 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 done 08:38:37 #5 CACHED 08:38:37 08:38:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 08:38:37 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:4c07c63c8cdc6a845fbf0dbce850562ecc2037bb0a52ea3f1a2feafb5c757979 0.0s done 08:38:37 #6 CACHED 08:38:37 08:38:37 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 08:38:37 #7 DONE 0.0s 08:38:37 08:38:37 #8 exporting to image 08:38:37 #8 exporting layers done 08:38:37 #8 exporting manifest sha256:bff89949c170b5e04807106744a094b131aac94ceacabb5c4e85570e5d113198 done 08:38:37 #8 exporting config sha256:6d3853d8655ceba3ff8b3472fade81f4fcfdeb0eaf9426ebdb6de838c35a723e done 08:38:37 #8 exporting manifest sha256:50a7a5f32678e2711e5d1f53ac8c687518488f6f6032ec2a94657b9564d611b7 done 08:38:37 #8 exporting config sha256:3753f6bc8ef159efa2fd6a40fcf3dc89632d527de825ccc1b4be93c1ff77e047 done 08:38:37 #8 exporting manifest list sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab done 08:38:37 #8 pushing layers 0.0s done 08:38:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:91d203d7924b238b7c3ff6b498fe26ce651ee1018847c1bfe865f9926f8a2fab 0.1s done 08:38:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:37 #8 DONE 0.1s 08:38:37 08:38:37 1 warning found (use --debug to expand): 08:38:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:38 #1 [internal] load build definition from Dockerfile 08:38:38 #1 transferring dockerfile: 204B done 08:38:38 #1 DONE 0.0s 08:38:38 08:38:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:38 #2 DONE 0.0s 08:38:38 08:38:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:38 #3 DONE 0.0s 08:38:38 08:38:38 #4 [internal] load .dockerignore 08:38:38 #4 transferring context: 2B done 08:38:38 #4 DONE 0.0s 08:38:38 08:38:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:38 #5 DONE 0.0s 08:38:38 08:38:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:38 #6 DONE 0.0s 08:38:38 08:38:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:38 #5 DONE 0.1s 08:38:38 08:38:38 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 08:38:38 #7 DONE 0.0s 08:38:38 08:38:38 #8 exporting to image 08:38:38 #8 exporting layers done 08:38:38 #8 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 0.0s done 08:38:38 #8 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done 08:38:38 #8 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done 08:38:38 #8 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done 08:38:38 #8 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done 08:38:38 #8 pushing layers 0.1s done 08:38:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done 08:38:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:38 #8 DONE 0.2s 08:38:38 08:38:38 1 warning found (use --debug to expand): 08:38:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 08:38:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 08:38:39 #1 [internal] load build definition from Dockerfile 08:38:39 #1 transferring dockerfile: 170B done 08:38:39 #1 DONE 0.0s 08:38:39 08:38:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:38:39 #2 DONE 0.0s 08:38:39 08:38:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 08:38:39 #3 DONE 0.0s 08:38:39 08:38:39 #4 [internal] load .dockerignore 08:38:39 #4 transferring context: 2B done 08:38:39 #4 DONE 0.0s 08:38:39 08:38:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:39 #5 CACHED 08:38:39 08:38:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:39 #6 CACHED 08:38:39 08:38:39 #7 exporting to image 08:38:39 #7 exporting layers 08:38:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:39 #7 exporting layers done 08:38:39 #7 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done 08:38:39 #7 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done 08:38:39 #7 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done 08:38:39 #7 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done 08:38:39 #7 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done 08:38:39 #7 pushing layers 0.0s done 08:38:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done 08:38:39 #7 DONE 0.1s 08:38:39 08:38:39 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 08:38:39 #8 DONE 0.0s 08:38:39 08:38:39 1 warning found (use --debug to expand): 08:38:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91' 08:38:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 --push - 08:38:39 #1 [internal] load build definition from Dockerfile 08:38:39 #1 transferring dockerfile: 176B done 08:38:39 #1 DONE 0.0s 08:38:39 08:38:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 08:38:39 #2 DONE 0.0s 08:38:39 08:38:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91 08:38:39 #3 DONE 0.0s 08:38:39 08:38:39 #4 [internal] load .dockerignore 08:38:39 #4 transferring context: 2B done 08:38:39 #4 DONE 0.0s 08:38:39 08:38:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:39 #5 DONE 0.0s 08:38:39 08:38:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:39 #6 CACHED 08:38:39 08:38:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:39 #5 CACHED 08:38:39 08:38:39 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 08:38:39 #7 DONE 0.0s 08:38:39 08:38:39 #8 exporting to image 08:38:39 #8 exporting layers done 08:38:39 #8 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done 08:38:39 #8 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done 08:38:39 #8 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done 08:38:39 #8 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done 08:38:39 #8 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done 08:38:39 #8 pushing layers 0.0s done 08:38:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.91@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done 08:38:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:39 #8 DONE 0.1s 08:38:39 08:38:39 1 warning found (use --debug to expand): 08:38:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:40 #1 [internal] load build definition from Dockerfile 08:38:40 #1 transferring dockerfile: 217B done 08:38:40 #1 DONE 0.0s 08:38:40 08:38:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:40 #2 DONE 0.0s 08:38:40 08:38:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:40 #3 DONE 0.0s 08:38:40 08:38:40 #4 [internal] load .dockerignore 08:38:40 #4 transferring context: 2B done 08:38:40 #4 DONE 0.0s 08:38:40 08:38:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:40 #5 CACHED 08:38:40 08:38:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 0.0s done 08:38:40 #6 CACHED 08:38:40 08:38:40 #7 exporting to image 08:38:40 #7 exporting layers done 08:38:40 #7 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done 08:38:40 #7 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done 08:38:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:40 #7 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done 08:38:40 #7 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done 08:38:40 #7 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done 08:38:40 #7 pushing layers 0.0s done 08:38:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done 08:38:40 #7 DONE 0.1s 08:38:40 08:38:40 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 08:38:40 #8 DONE 0.0s 08:38:40 08:38:40 1 warning found (use --debug to expand): 08:38:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 08:38:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 08:38:40 #1 [internal] load build definition from Dockerfile 08:38:40 #1 transferring dockerfile: 168B done 08:38:40 #1 DONE 0.0s 08:38:40 08:38:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 08:38:40 #2 DONE 0.0s 08:38:40 08:38:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 08:38:40 #3 DONE 0.0s 08:38:40 08:38:40 #4 [internal] load .dockerignore 08:38:40 #4 transferring context: 2B done 08:38:40 #4 DONE 0.0s 08:38:40 08:38:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 done 08:38:40 #5 CACHED 08:38:40 08:38:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 08:38:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:6dacd941bb48660420782c0b784b8b8479ce248e6c42521b4e381c19e4269ad2 done 08:38:40 #6 CACHED 08:38:40 08:38:40 #7 exporting to image 08:38:40 #7 exporting layers done 08:38:40 #7 exporting manifest sha256:8f106a373e3e03e3d9d237f9e24f3c2a0e5f8a692ade222472e861d3cde98630 done 08:38:40 #7 exporting config sha256:853f2f32e01a101c7453e59fe44a6351788a971dbec5307469db2f8532679729 done 08:38:40 #7 exporting manifest sha256:c5da578babff95f34a7e5a925892afae18ea39b76766eb78ad9ffce22ee97f76 done 08:38:40 #7 exporting config sha256:61166a1f8b26f35b7006cc483523cfdf94ae6d62782702c35636e4b5a5185ccf done 08:38:40 #7 exporting manifest list sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb done 08:38:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:40 #7 pushing layers 0.0s done 08:38:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:4e7fb28d194c9bff885d65295c2ce654793a556bcc440b84096b84c04acacdeb 0.1s done 08:38:40 #7 DONE 0.1s 08:38:40 08:38:40 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 08:38:40 #8 DONE 0.0s 08:38:40 08:38:40 1 warning found (use --debug to expand): 08:38:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:41 #1 [internal] load build definition from Dockerfile 08:38:41 #1 transferring dockerfile: 205B done 08:38:41 #1 DONE 0.0s 08:38:41 08:38:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:41 #2 DONE 0.0s 08:38:41 08:38:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:41 #3 DONE 0.0s 08:38:41 08:38:41 #4 [internal] load .dockerignore 08:38:41 #4 transferring context: 2B done 08:38:41 #4 DONE 0.0s 08:38:41 08:38:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb done 08:38:41 #5 DONE 0.0s 08:38:41 08:38:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:41 #6 DONE 0.0s 08:38:41 08:38:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb done 08:38:41 #5 DONE 0.2s 08:38:41 08:38:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:41 #7 DONE 0.0s 08:38:41 08:38:41 #8 exporting to image 08:38:41 #8 exporting layers done 08:38:41 #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done 08:38:41 #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done 08:38:41 #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done 08:38:41 #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done 08:38:41 #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done 08:38:41 #8 pushing layers 0.1s done 08:38:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 08:38:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done 08:38:41 #8 DONE 0.2s 08:38:41 08:38:41 1 warning found (use --debug to expand): 08:38:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 08:38:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 08:38:42 #1 [internal] load build definition from Dockerfile 08:38:42 #1 transferring dockerfile: 171B done 08:38:42 #1 DONE 0.0s 08:38:42 08:38:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:38:42 #2 DONE 0.0s 08:38:42 08:38:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 08:38:42 #3 DONE 0.0s 08:38:42 08:38:42 #4 [internal] load .dockerignore 08:38:42 #4 transferring context: 2B done 08:38:42 #4 DONE 0.0s 08:38:42 08:38:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb done 08:38:42 #5 DONE 0.0s 08:38:42 08:38:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:42 #6 CACHED 08:38:42 08:38:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:42 #5 CACHED 08:38:42 08:38:42 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:42 #7 DONE 0.0s 08:38:42 08:38:42 #8 exporting to image 08:38:42 #8 exporting layers done 08:38:42 #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done 08:38:42 #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done 08:38:42 #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done 08:38:42 #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done 08:38:42 #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done 08:38:42 #8 pushing layers 0.0s done 08:38:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done 08:38:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:42 #8 DONE 0.1s 08:38:42 08:38:42 1 warning found (use --debug to expand): 08:38:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91' 08:38:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 --push - 08:38:42 #1 [internal] load build definition from Dockerfile 08:38:42 #1 transferring dockerfile: 177B done 08:38:42 #1 DONE 0.0s 08:38:42 08:38:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 08:38:42 #2 DONE 0.0s 08:38:42 08:38:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91 08:38:42 #3 DONE 0.0s 08:38:42 08:38:42 #4 [internal] load .dockerignore 08:38:42 #4 transferring context: 2B done 08:38:42 #4 DONE 0.0s 08:38:42 08:38:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:42 #5 CACHED 08:38:42 08:38:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:42 #6 CACHED 08:38:42 08:38:42 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:42 #7 DONE 0.0s 08:38:42 08:38:42 #8 exporting to image 08:38:42 #8 exporting layers done 08:38:42 #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done 08:38:42 #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done 08:38:42 #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done 08:38:42 #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done 08:38:42 #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done 08:38:42 #8 pushing layers 0.0s done 08:38:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.91@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done 08:38:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:42 #8 DONE 0.1s 08:38:42 08:38:42 1 warning found (use --debug to expand): 08:38:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:43 #1 [internal] load build definition from Dockerfile 08:38:43 #1 transferring dockerfile: 218B 0.0s done 08:38:43 #1 DONE 0.1s 08:38:43 08:38:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:43 #2 DONE 0.0s 08:38:43 08:38:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:43 #3 DONE 0.0s 08:38:43 08:38:43 #4 [internal] load .dockerignore 08:38:43 #4 transferring context: 2B done 08:38:43 #4 DONE 0.1s 08:38:43 08:38:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:43 #5 CACHED 08:38:43 08:38:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:43 #6 CACHED 08:38:43 08:38:43 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:43 #7 DONE 0.0s 08:38:43 08:38:43 #8 exporting to image 08:38:43 #8 exporting layers done 08:38:43 #8 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done 08:38:43 #8 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done 08:38:43 #8 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done 08:38:43 #8 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done 08:38:43 #8 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done 08:38:43 #8 pushing layers 0.0s done 08:38:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done 08:38:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:43 #8 DONE 0.1s 08:38:43 08:38:43 1 warning found (use --debug to expand): 08:38:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 08:38:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 08:38:44 #1 [internal] load build definition from Dockerfile 08:38:44 #1 transferring dockerfile: 169B done 08:38:44 #1 DONE 0.0s 08:38:44 08:38:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 08:38:44 #2 DONE 0.0s 08:38:44 08:38:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 08:38:44 #3 DONE 0.0s 08:38:44 08:38:44 #4 [internal] load .dockerignore 08:38:44 #4 transferring context: 2B done 08:38:44 #4 DONE 0.0s 08:38:44 08:38:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:44 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:44 #5 CACHED 08:38:44 08:38:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 08:38:44 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b0d966f1d7faf7eb24cf9663637c03f447ffc2514060c343a6c8c5cb8044d2eb 0.0s done 08:38:44 #6 CACHED 08:38:44 08:38:44 #7 exporting to image 08:38:44 #7 exporting layers done 08:38:44 #7 exporting manifest sha256:2216dad6a4d45bf1150de61f579492bcdfba26ec57c3c919c4f36a34a0547d60 done 08:38:44 #7 exporting config sha256:2eba252dd7ccb965209aa64b61c688c8c4db39d5d193537e22691ac4c22eb7f0 done 08:38:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:44 #7 exporting manifest sha256:1e7acc6e8219954979dd18832d3a2134b86a00e0cddb789df85a2570c88cc144 done 08:38:44 #7 exporting config sha256:a895831303f7fb58742793721b0769245a8f2876be8434d3ea825a91833a5333 done 08:38:44 #7 exporting manifest list sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 done 08:38:44 #7 pushing layers 0.0s done 08:38:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bc591a2db66c50908f7e2dd9da1c81ed48c1fd444a18e0bdc9528a1335ac3428 0.1s done 08:38:44 #7 DONE 0.1s 08:38:44 08:38:44 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:44 #8 DONE 0.0s 08:38:44 08:38:44 1 warning found (use --debug to expand): 08:38:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:44 #1 [internal] load build definition from Dockerfile 08:38:44 #1 transferring dockerfile: 211B done 08:38:44 #1 DONE 0.0s 08:38:44 08:38:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:44 #2 DONE 0.0s 08:38:44 08:38:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:44 #3 DONE 0.0s 08:38:44 08:38:44 #4 [internal] load .dockerignore 08:38:44 #4 transferring context: 2B done 08:38:44 #4 DONE 0.0s 08:38:44 08:38:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:44 #5 DONE 0.0s 08:38:44 08:38:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:44 #6 DONE 0.0s 08:38:44 08:38:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:44 #5 DONE 0.1s 08:38:44 08:38:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:44 #7 DONE 0.0s 08:38:44 08:38:44 #8 exporting to image 08:38:44 #8 exporting layers done 08:38:44 #8 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done 08:38:44 #8 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done 08:38:44 #8 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done 08:38:44 #8 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done 08:38:44 #8 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done 08:38:44 #8 pushing layers 0.1s done 08:38:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 08:38:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done 08:38:45 #8 DONE 0.2s 08:38:45 08:38:45 1 warning found (use --debug to expand): 08:38:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 08:38:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 08:38:45 #1 [internal] load build definition from Dockerfile 08:38:45 #1 transferring dockerfile: 177B done 08:38:45 #1 DONE 0.0s 08:38:45 08:38:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:38:45 #2 DONE 0.0s 08:38:45 08:38:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 08:38:45 #3 DONE 0.0s 08:38:45 08:38:45 #4 [internal] load .dockerignore 08:38:45 #4 transferring context: 2B done 08:38:45 #4 DONE 0.0s 08:38:45 08:38:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:45 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done 08:38:45 #5 CACHED 08:38:45 08:38:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:45 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done 08:38:45 #6 CACHED 08:38:45 08:38:45 #7 exporting to image 08:38:45 #7 exporting layers 08:38:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:45 #7 exporting layers done 08:38:45 #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done 08:38:45 #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done 08:38:45 #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done 08:38:45 #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done 08:38:45 #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done 08:38:45 #7 pushing layers 0.0s done 08:38:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done 08:38:45 #7 DONE 0.1s 08:38:45 08:38:45 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:45 #8 DONE 0.0s 08:38:45 08:38:45 1 warning found (use --debug to expand): 08:38:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91' 08:38:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 --push - 08:38:45 #1 [internal] load build definition from Dockerfile 08:38:45 #1 transferring dockerfile: 183B done 08:38:45 #1 DONE 0.0s 08:38:45 08:38:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 08:38:45 #2 DONE 0.0s 08:38:45 08:38:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91 08:38:45 #3 DONE 0.0s 08:38:45 08:38:45 #4 [internal] load .dockerignore 08:38:45 #4 transferring context: 2B done 08:38:45 #4 DONE 0.0s 08:38:45 08:38:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:45 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:45 #5 CACHED 08:38:45 08:38:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:45 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:45 #6 CACHED 08:38:45 08:38:45 #7 exporting to image 08:38:45 #7 exporting layers done 08:38:45 #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done 08:38:45 #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done 08:38:45 #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done 08:38:45 #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done 08:38:45 #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done 08:38:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:46 #7 pushing layers 0.0s done 08:38:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.91@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done 08:38:46 #7 DONE 0.1s 08:38:46 08:38:46 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:46 #8 DONE 0.0s 08:38:46 08:38:46 1 warning found (use --debug to expand): 08:38:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:46 #1 [internal] load build definition from Dockerfile 08:38:46 #1 transferring dockerfile: 224B done 08:38:46 #1 DONE 0.0s 08:38:46 08:38:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:46 #2 DONE 0.0s 08:38:46 08:38:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:46 #3 DONE 0.0s 08:38:46 08:38:46 #4 [internal] load .dockerignore 08:38:46 #4 transferring context: 2B done 08:38:46 #4 DONE 0.0s 08:38:46 08:38:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:46 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:46 #5 CACHED 08:38:46 08:38:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:46 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 0.0s done 08:38:46 #6 CACHED 08:38:46 08:38:46 #7 exporting to image 08:38:46 #7 exporting layers done 08:38:46 #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done 08:38:46 #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done 08:38:46 #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done 08:38:46 #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done 08:38:46 #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done 08:38:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:46 #7 pushing layers 0.0s done 08:38:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done 08:38:46 #7 DONE 0.1s 08:38:46 08:38:46 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:46 #8 DONE 0.0s 08:38:46 08:38:46 1 warning found (use --debug to expand): 08:38:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 08:38:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 08:38:46 #1 [internal] load build definition from Dockerfile 08:38:46 #1 transferring dockerfile: 175B done 08:38:46 #1 DONE 0.0s 08:38:46 08:38:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 08:38:46 #2 DONE 0.0s 08:38:46 08:38:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 08:38:46 #3 DONE 0.0s 08:38:46 08:38:46 #4 [internal] load .dockerignore 08:38:46 #4 transferring context: 2B done 08:38:46 #4 DONE 0.0s 08:38:46 08:38:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:46 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done 08:38:46 #5 CACHED 08:38:46 08:38:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade 08:38:46 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:8629be10b05f99005e30a1eb974316c2a47af16959544663e5e374ced2044ade done 08:38:46 #6 CACHED 08:38:46 08:38:46 #7 exporting to image 08:38:46 #7 exporting layers done 08:38:46 #7 exporting manifest sha256:2137cbe745f6ec3c8f670ff3135f1ef78137ce6185d91e2ed6649ae5dd51ca9c done 08:38:46 #7 exporting config sha256:20b62825639f44adcc42850578d0fb7a44e1523de5ee8a774f8199cbeb1c9a3a done 08:38:46 #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 08:38:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:47 #7 exporting manifest sha256:9d2b589e9e7be759156010019f16d777408d0d9ef562be0e98b37d252a442b76 done 08:38:47 #7 exporting config sha256:f9ac74c9eb17c2a3f7476a5839ecb9af6b37fcf965ca887c428521d8a59fa400 done 08:38:47 #7 exporting manifest list sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb done 08:38:47 #7 pushing layers 0.0s done 08:38:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f370fcd16d06f3df3184e80690f5bc50b4cdd40721eb31a1cbe53bf25b0d30bb 0.1s done 08:38:47 #7 DONE 0.1s 08:38:47 08:38:47 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 08:38:47 #8 DONE 0.0s 08:38:47 08:38:47 1 warning found (use --debug to expand): 08:38:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:47 #1 [internal] load build definition from Dockerfile 08:38:47 #1 transferring dockerfile: 215B done 08:38:47 #1 DONE 0.0s 08:38:47 08:38:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:47 #2 DONE 0.0s 08:38:47 08:38:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:47 #3 DONE 0.1s 08:38:47 08:38:47 #4 [internal] load .dockerignore 08:38:47 #4 transferring context: 2B done 08:38:47 #4 DONE 0.0s 08:38:47 08:38:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done 08:38:47 #5 DONE 0.0s 08:38:47 08:38:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done 08:38:47 #6 DONE 0.0s 08:38:47 08:38:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done 08:38:47 #5 DONE 0.1s 08:38:47 08:38:47 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 08:38:47 #7 DONE 0.0s 08:38:47 08:38:47 #8 exporting to image 08:38:47 #8 exporting layers done 08:38:47 #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done 08:38:47 #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done 08:38:47 #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done 08:38:47 #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done 08:38:47 #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done 08:38:47 #8 pushing layers 0.1s done 08:38:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done 08:38:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:47 #8 DONE 0.2s 08:38:48 08:38:48 1 warning found (use --debug to expand): 08:38:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 08:38:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 08:38:48 #1 [internal] load build definition from Dockerfile 08:38:48 #1 transferring dockerfile: 181B 0.0s done 08:38:48 #1 DONE 0.0s 08:38:48 08:38:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:38:48 #2 DONE 0.0s 08:38:48 08:38:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 08:38:48 #3 DONE 0.0s 08:38:48 08:38:48 #4 [internal] load .dockerignore 08:38:48 #4 transferring context: 2B done 08:38:48 #4 DONE 0.0s 08:38:48 08:38:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done 08:38:48 #5 CACHED 08:38:48 08:38:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:48 #6 CACHED 08:38:48 08:38:48 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 08:38:48 #7 DONE 0.0s 08:38:48 08:38:48 #8 exporting to image 08:38:48 #8 exporting layers done 08:38:48 #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done 08:38:48 #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done 08:38:48 #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done 08:38:48 #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done 08:38:48 #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done 08:38:48 #8 pushing layers 0.0s done 08:38:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done 08:38:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:48 #8 DONE 0.1s 08:38:48 08:38:48 1 warning found (use --debug to expand): 08:38:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91' 08:38:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 --push - 08:38:49 #1 [internal] load build definition from Dockerfile 08:38:49 #1 transferring dockerfile: 187B done 08:38:49 #1 DONE 0.0s 08:38:49 08:38:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 08:38:49 #2 DONE 0.1s 08:38:49 08:38:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91 08:38:49 #3 DONE 0.1s 08:38:49 08:38:49 #4 [internal] load .dockerignore 08:38:49 #4 transferring context: 2B done 08:38:49 #4 DONE 0.0s 08:38:49 08:38:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done 08:38:49 #5 CACHED 08:38:49 08:38:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done 08:38:49 #6 CACHED 08:38:49 08:38:49 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 08:38:49 #7 DONE 0.0s 08:38:49 08:38:49 #8 exporting to image 08:38:49 #8 exporting layers done 08:38:49 #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done 08:38:49 #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done 08:38:49 #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done 08:38:49 #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done 08:38:49 #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done 08:38:49 #8 pushing layers 0.0s done 08:38:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.91@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done 08:38:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:49 #8 DONE 0.1s 08:38:49 08:38:49 1 warning found (use --debug to expand): 08:38:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:49 #1 [internal] load build definition from Dockerfile 08:38:49 #1 transferring dockerfile: 228B done 08:38:49 #1 DONE 0.2s 08:38:49 08:38:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:50 #2 DONE 0.6s 08:38:50 08:38:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:50 #3 DONE 0.5s 08:38:50 08:38:50 #4 [internal] load .dockerignore 08:38:50 #4 transferring context: 2B done 08:38:50 #4 DONE 0.2s 08:38:50 08:38:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done 08:38:50 #5 DONE 0.0s 08:38:50 08:38:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done 08:38:50 #6 CACHED 08:38:50 08:38:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:50 #5 CACHED 08:38:50 08:38:50 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 08:38:50 #7 DONE 0.0s 08:38:50 08:38:50 #8 exporting to image 08:38:50 #8 exporting layers done 08:38:50 #8 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done 08:38:50 #8 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done 08:38:50 #8 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done 08:38:50 #8 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done 08:38:50 #8 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done 08:38:50 #8 pushing layers 0.0s done 08:38:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done 08:38:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:50 #8 DONE 0.1s 08:38:50 08:38:50 1 warning found (use --debug to expand): 08:38:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 08:38:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 08:38:51 #1 [internal] load build definition from Dockerfile 08:38:51 #1 transferring dockerfile: 179B done 08:38:51 #1 DONE 0.0s 08:38:51 08:38:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 08:38:51 #2 DONE 0.0s 08:38:51 08:38:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 08:38:51 #3 DONE 0.0s 08:38:51 08:38:51 #4 [internal] load .dockerignore 08:38:51 #4 transferring context: 2B done 08:38:51 #4 DONE 0.0s 08:38:51 08:38:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 done 08:38:51 #5 CACHED 08:38:51 08:38:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 08:38:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:17ae72977322075d000a0c03bdf8b3e0a5e964686373c7dd578ab917b72d8395 0.0s done 08:38:51 #6 CACHED 08:38:51 08:38:51 #7 exporting to image 08:38:51 #7 exporting layers done 08:38:51 #7 exporting manifest sha256:ffec4657f18a29775ee00066e37f15f6c9a374ef21fd335da032c858be47d385 done 08:38:51 #7 exporting config sha256:7088bf16a5f144211638178e44a4aa9a1a28449375d5ea7a76a4715f330d0593 done 08:38:51 #7 exporting manifest sha256:be7c77fbc981de76e86ecba7e05fbd6b1819899483e3c8e7678387bbfdb42a8b done 08:38:51 #7 exporting config sha256:0e4246704c91ea4ab2447cd4e1171d5644709d5d5f1eb0a66dbd3c6f594775ba done 08:38:51 #7 exporting manifest list sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a done 08:38:51 #7 pushing layers 0.0s done 08:38:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 08:38:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:379ab9f4e5e2741c1bd2b6082ad21854484238553ec124748edb3b84292f180a 0.1s done 08:38:51 #7 DONE 0.1s 08:38:51 08:38:51 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 08:38:51 #8 DONE 0.0s 08:38:51 08:38:51 1 warning found (use --debug to expand): 08:38:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:51 #1 [internal] load build definition from Dockerfile 08:38:52 #1 transferring dockerfile: 205B done 08:38:52 #1 DONE 0.0s 08:38:52 08:38:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:52 #2 DONE 0.0s 08:38:52 08:38:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:52 #3 DONE 0.0s 08:38:52 08:38:52 #4 [internal] load .dockerignore 08:38:52 #4 transferring context: 2B done 08:38:52 #4 DONE 0.0s 08:38:52 08:38:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done 08:38:52 #5 DONE 0.0s 08:38:52 08:38:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done 08:38:52 #6 DONE 0.1s 08:38:52 08:38:52 #7 exporting to image 08:38:52 #7 exporting layers done 08:38:52 #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done 08:38:52 #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done 08:38:52 #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done 08:38:52 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d 08:38:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:52 #7 ... 08:38:52 08:38:52 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 08:38:52 #8 DONE 0.0s 08:38:52 08:38:52 #7 exporting to image 08:38:52 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done 08:38:52 #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done 08:38:52 #7 pushing layers 0.1s done 08:38:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 08:38:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done 08:38:52 #7 DONE 0.2s 08:38:52 08:38:52 1 warning found (use --debug to expand): 08:38:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 08:38:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 08:38:52 #1 [internal] load build definition from Dockerfile 08:38:52 #1 transferring dockerfile: 171B done 08:38:52 #1 DONE 0.0s 08:38:52 08:38:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:38:52 #2 DONE 0.0s 08:38:52 08:38:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 08:38:52 #3 DONE 0.0s 08:38:52 08:38:52 #4 [internal] load .dockerignore 08:38:52 #4 transferring context: 2B done 08:38:52 #4 DONE 0.0s 08:38:52 08:38:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done 08:38:52 #5 CACHED 08:38:52 08:38:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done 08:38:52 #6 CACHED 08:38:52 08:38:52 #7 exporting to image 08:38:52 #7 exporting layers done 08:38:52 #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done 08:38:52 #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done 08:38:52 #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done 08:38:52 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d 08:38:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:52 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done 08:38:52 #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done 08:38:52 #7 pushing layers 0.0s done 08:38:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done 08:38:52 #7 DONE 0.1s 08:38:52 08:38:52 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 08:38:52 #8 DONE 0.0s 08:38:52 08:38:52 1 warning found (use --debug to expand): 08:38:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91' 08:38:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 --push - 08:38:53 #1 [internal] load build definition from Dockerfile 08:38:53 #1 transferring dockerfile: 177B done 08:38:53 #1 DONE 0.0s 08:38:53 08:38:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 08:38:53 #2 DONE 0.0s 08:38:53 08:38:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91 08:38:53 #3 DONE 0.0s 08:38:53 08:38:53 #4 [internal] load .dockerignore 08:38:53 #4 transferring context: 2B done 08:38:53 #4 DONE 0.0s 08:38:53 08:38:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done 08:38:53 #5 CACHED 08:38:53 08:38:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done 08:38:53 #6 CACHED 08:38:53 08:38:53 #7 exporting to image 08:38:53 #7 exporting layers done 08:38:53 #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done 08:38:53 #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done 08:38:53 #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done 08:38:53 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done 08:38:53 #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done 08:38:53 #7 pushing layers 0.0s done 08:38:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 08:38:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done 08:38:53 #7 DONE 0.1s 08:38:53 08:38:53 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 08:38:53 #8 DONE 0.0s 08:38:53 08:38:53 1 warning found (use --debug to expand): 08:38:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:53 #1 [internal] load build definition from Dockerfile 08:38:53 #1 transferring dockerfile: 218B done 08:38:53 #1 DONE 0.0s 08:38:53 08:38:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:53 #2 DONE 0.0s 08:38:53 08:38:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:53 #3 DONE 0.0s 08:38:53 08:38:53 #4 [internal] load .dockerignore 08:38:53 #4 transferring context: 2B done 08:38:53 #4 DONE 0.0s 08:38:53 08:38:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done 08:38:53 #5 CACHED 08:38:53 08:38:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done 08:38:53 #6 CACHED 08:38:53 08:38:53 #7 exporting to image 08:38:53 #7 exporting layers done 08:38:53 #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done 08:38:53 #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done 08:38:53 #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done 08:38:53 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done 08:38:53 #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done 08:38:53 #7 pushing layers 0.0s done 08:38:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 08:38:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done 08:38:53 #7 DONE 0.1s 08:38:53 08:38:53 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 08:38:53 #8 DONE 0.0s 08:38:53 08:38:53 1 warning found (use --debug to expand): 08:38:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 08:38:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 08:38:54 #1 [internal] load build definition from Dockerfile 08:38:54 #1 transferring dockerfile: 169B done 08:38:54 #1 DONE 0.0s 08:38:54 08:38:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 08:38:54 #2 DONE 0.0s 08:38:54 08:38:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 08:38:54 #3 DONE 0.0s 08:38:54 08:38:54 #4 [internal] load .dockerignore 08:38:54 #4 transferring context: 2B done 08:38:54 #4 DONE 0.0s 08:38:54 08:38:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 done 08:38:54 #5 CACHED 08:38:54 08:38:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 08:38:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9bb09bee14b5d648e259c60ebb7e709dd82446970a124516e3f626c16ee910f4 0.0s done 08:38:54 #6 CACHED 08:38:54 08:38:54 #7 exporting to image 08:38:54 #7 exporting layers done 08:38:54 #7 exporting manifest sha256:ad73c3a808349b712859c1f0f8ad16e5978e1cd09aad3b810c81c1bce6b5a294 done 08:38:54 #7 exporting config sha256:2cb733debbab37897e073e9e9d638a641a034b9370fcc5e1d0b899edd81e7b13 done 08:38:54 #7 exporting manifest sha256:986eaeafec558ee4dcf76e2a25b483a281c53ef598d15b82ad4b500cc6c47160 done 08:38:54 #7 exporting config sha256:31071dc7c7289ced6486a20a6622f92af5f475227cbcfedd26834d40c445034d done 08:38:54 #7 exporting manifest list sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 done 08:38:54 #7 pushing layers 0.0s done 08:38:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 08:38:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:6c7eeb3ddab720df22ab89e04d7e3f42ad1c66a87679f515755763ead9563e33 0.1s done 08:38:54 #7 DONE 0.1s 08:38:54 08:38:54 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 08:38:54 #8 DONE 0.0s 08:38:54 08:38:54 1 warning found (use --debug to expand): 08:38:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:54 #1 [internal] load build definition from Dockerfile 08:38:54 #1 transferring dockerfile: 206B done 08:38:54 #1 DONE 0.0s 08:38:54 08:38:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:54 #2 DONE 0.0s 08:38:54 08:38:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:54 #3 DONE 0.0s 08:38:54 08:38:54 #4 [internal] load .dockerignore 08:38:54 #4 transferring context: 2B done 08:38:54 #4 DONE 0.0s 08:38:54 08:38:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done 08:38:54 #5 DONE 0.0s 08:38:54 08:38:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done 08:38:54 #6 DONE 0.1s 08:38:54 08:38:54 #7 exporting to image 08:38:54 #7 exporting layers done 08:38:54 #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done 08:38:54 #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done 08:38:54 #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done 08:38:54 #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done 08:38:54 #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 08:38:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:54 #7 ... 08:38:54 08:38:54 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 08:38:54 #8 DONE 0.0s 08:38:54 08:38:54 #7 exporting to image 08:38:54 #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done 08:38:54 #7 pushing layers 0.1s done 08:38:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 08:38:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done 08:38:55 #7 DONE 0.2s 08:38:55 08:38:55 1 warning found (use --debug to expand): 08:38:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 08:38:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 08:38:55 #1 [internal] load build definition from Dockerfile 08:38:55 #1 transferring dockerfile: 172B done 08:38:55 #1 DONE 0.0s 08:38:55 08:38:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:38:55 #2 DONE 0.0s 08:38:55 08:38:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 08:38:55 #3 DONE 0.0s 08:38:55 08:38:55 #4 [internal] load .dockerignore 08:38:55 #4 transferring context: 2B done 08:38:55 #4 DONE 0.0s 08:38:55 08:38:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done 08:38:55 #5 CACHED 08:38:55 08:38:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done 08:38:55 #6 CACHED 08:38:55 08:38:55 #7 exporting to image 08:38:55 #7 exporting layers 08:38:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:55 #7 exporting layers done 08:38:55 #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done 08:38:55 #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done 08:38:55 #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done 08:38:55 #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done 08:38:55 #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done 08:38:55 #7 pushing layers 0.0s done 08:38:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done 08:38:55 #7 DONE 0.1s 08:38:55 08:38:55 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 08:38:55 #8 DONE 0.0s 08:38:55 08:38:55 1 warning found (use --debug to expand): 08:38:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91' 08:38:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 --push - 08:38:56 #1 [internal] load build definition from Dockerfile 08:38:56 #1 transferring dockerfile: 178B done 08:38:56 #1 DONE 0.0s 08:38:56 08:38:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 08:38:56 #2 DONE 0.0s 08:38:56 08:38:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91 08:38:56 #3 DONE 0.0s 08:38:56 08:38:56 #4 [internal] load .dockerignore 08:38:56 #4 transferring context: 2B done 08:38:56 #4 DONE 0.0s 08:38:56 08:38:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done 08:38:56 #5 CACHED 08:38:56 08:38:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done 08:38:56 #6 CACHED 08:38:56 08:38:56 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 08:38:56 #7 DONE 0.0s 08:38:56 08:38:56 #8 exporting to image 08:38:56 #8 exporting layers done 08:38:56 #8 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done 08:38:56 #8 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done 08:38:56 #8 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done 08:38:56 #8 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done 08:38:56 #8 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done 08:38:56 #8 pushing layers 0.0s done 08:38:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.91@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done 08:38:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:56 #8 DONE 0.1s 08:38:56 08:38:56 1 warning found (use --debug to expand): 08:38:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:56 #1 [internal] load build definition from Dockerfile 08:38:56 #1 transferring dockerfile: 219B done 08:38:56 #1 DONE 0.0s 08:38:56 08:38:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:56 #2 DONE 0.0s 08:38:56 08:38:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:56 #3 DONE 0.0s 08:38:56 08:38:56 #4 [internal] load .dockerignore 08:38:56 #4 transferring context: 2B done 08:38:56 #4 DONE 0.0s 08:38:56 08:38:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done 08:38:56 #5 CACHED 08:38:56 08:38:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done 08:38:56 #6 CACHED 08:38:56 08:38:56 #7 exporting to image 08:38:56 #7 exporting layers done 08:38:56 #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done 08:38:56 #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done 08:38:56 #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done 08:38:56 #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done 08:38:56 #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done 08:38:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:56 #7 pushing layers 0.0s done 08:38:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done 08:38:56 #7 DONE 0.1s 08:38:56 08:38:56 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 08:38:56 #8 DONE 0.0s 08:38:56 08:38:56 1 warning found (use --debug to expand): 08:38:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 08:38:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 08:38:57 #1 [internal] load build definition from Dockerfile 08:38:57 #1 transferring dockerfile: 170B done 08:38:57 #1 DONE 0.0s 08:38:57 08:38:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 08:38:57 #2 DONE 0.0s 08:38:57 08:38:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 08:38:57 #3 DONE 0.0s 08:38:57 08:38:57 #4 [internal] load .dockerignore 08:38:57 #4 transferring context: 2B done 08:38:57 #4 DONE 0.0s 08:38:57 08:38:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f done 08:38:57 #5 CACHED 08:38:57 08:38:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 08:38:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:780bc610e113ebfc77ce5ff968b40a343d608fa7985b685e0ebcd88585678c5f 0.0s done 08:38:57 #6 CACHED 08:38:57 08:38:57 #7 exporting to image 08:38:57 #7 exporting layers done 08:38:57 #7 exporting manifest sha256:e7506fb18310ca556c5a7f8a1d3590cfd402d662c963f569d1bdcefe2437ff51 done 08:38:57 #7 exporting config sha256:aa892547baaaa0c38b7636d83ff4317d8fec82daa8df54c833a14115e6a3a9d5 done 08:38:57 #7 exporting manifest sha256:9e2c0a346ef349aa8d23a9deccdda2a2cf7a114889c9221e8b4d0aed35716c0a done 08:38:57 #7 exporting config sha256:02d689085b7aa22d72f60e2452ed4a979b8d29fb62b28d7e26b7b35eb20524d5 done 08:38:57 #7 exporting manifest list sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f done 08:38:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:57 #7 pushing layers 0.0s done 08:38:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f3f6f581d927bc065aa662fa58894a0c4fe8e4c8aa29e2120a2ea68f3e4e3d7f 0.1s done 08:38:57 #7 DONE 0.1s 08:38:57 08:38:57 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 08:38:57 #8 DONE 0.0s 08:38:57 08:38:57 1 warning found (use --debug to expand): 08:38:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:38:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:38:57 #1 [internal] load build definition from Dockerfile 08:38:57 #1 transferring dockerfile: 206B done 08:38:57 #1 DONE 0.0s 08:38:57 08:38:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:57 #2 DONE 0.0s 08:38:57 08:38:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:38:57 #3 DONE 0.1s 08:38:57 08:38:57 #4 [internal] load .dockerignore 08:38:57 #4 transferring context: 2B done 08:38:57 #4 DONE 0.0s 08:38:57 08:38:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done 08:38:57 #5 DONE 0.1s 08:38:57 08:38:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:57 #6 DONE 0.0s 08:38:57 08:38:57 #7 exporting to image 08:38:57 #7 exporting layers done 08:38:57 #7 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done 08:38:57 #7 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done 08:38:57 #7 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done 08:38:57 #7 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 0.0s done 08:38:57 #7 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done 08:38:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:57 #7 ... 08:38:57 08:38:57 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 08:38:57 #8 DONE 0.0s 08:38:57 08:38:57 #7 exporting to image 08:38:57 #7 pushing layers 0.1s done 08:38:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 08:38:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done 08:38:58 #7 DONE 0.2s 08:38:58 08:38:58 1 warning found (use --debug to expand): 08:38:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 08:38:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 08:38:58 #1 [internal] load build definition from Dockerfile 08:38:58 #1 transferring dockerfile: 172B done 08:38:58 #1 DONE 0.0s 08:38:58 08:38:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:38:58 #2 DONE 0.0s 08:38:58 08:38:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 08:38:58 #3 DONE 0.0s 08:38:58 08:38:58 #4 [internal] load .dockerignore 08:38:58 #4 transferring context: 2B done 08:38:58 #4 DONE 0.0s 08:38:58 08:38:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done 08:38:58 #5 CACHED 08:38:58 08:38:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done 08:38:58 #6 CACHED 08:38:58 08:38:58 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 08:38:58 #7 DONE 0.0s 08:38:58 08:38:58 #8 exporting to image 08:38:58 #8 exporting layers done 08:38:58 #8 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done 08:38:58 #8 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done 08:38:58 #8 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done 08:38:58 #8 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done 08:38:58 #8 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done 08:38:58 #8 pushing layers 0.0s done 08:38:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done 08:38:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:58 #8 DONE 0.1s 08:38:58 08:38:58 1 warning found (use --debug to expand): 08:38:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91' 08:38:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 --push - 08:38:59 #1 [internal] load build definition from Dockerfile 08:38:59 #1 transferring dockerfile: 178B done 08:38:59 #1 DONE 0.0s 08:38:59 08:38:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 08:38:59 #2 DONE 0.0s 08:38:59 08:38:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91 08:38:59 #3 DONE 0.0s 08:38:59 08:38:59 #4 [internal] load .dockerignore 08:38:59 #4 transferring context: 2B done 08:38:59 #4 DONE 0.0s 08:38:59 08:38:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done 08:38:59 #5 CACHED 08:38:59 08:38:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done 08:38:59 #6 CACHED 08:38:59 08:38:59 #7 exporting to image 08:38:59 #7 exporting layers 08:38:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:59 #7 exporting layers done 08:38:59 #7 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done 08:38:59 #7 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done 08:38:59 #7 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done 08:38:59 #7 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done 08:38:59 #7 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done 08:38:59 #7 pushing layers 0.0s done 08:38:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.91@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done 08:38:59 #7 DONE 0.1s 08:38:59 08:38:59 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 08:38:59 #8 DONE 0.0s 08:38:59 08:38:59 1 warning found (use --debug to expand): 08:38:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:38:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:38:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:38:59 #1 [internal] load build definition from Dockerfile 08:38:59 #1 transferring dockerfile: 219B done 08:38:59 #1 DONE 0.0s 08:38:59 08:38:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:59 #2 DONE 0.0s 08:38:59 08:38:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:38:59 #3 DONE 0.0s 08:38:59 08:38:59 #4 [internal] load .dockerignore 08:38:59 #4 transferring context: 2B done 08:38:59 #4 DONE 0.0s 08:38:59 08:38:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done 08:38:59 #5 DONE 0.0s 08:38:59 08:38:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done 08:38:59 #6 CACHED 08:38:59 08:38:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:38:59 #5 CACHED 08:38:59 08:38:59 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 08:38:59 #7 DONE 0.0s 08:38:59 08:38:59 #8 exporting to image 08:38:59 #8 exporting layers done 08:38:59 #8 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done 08:38:59 #8 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done 08:38:59 #8 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done 08:38:59 #8 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done 08:38:59 #8 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done 08:38:59 #8 pushing layers 0.0s done 08:38:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done 08:38:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:38:59 #8 DONE 0.1s 08:38:59 08:38:59 1 warning found (use --debug to expand): 08:38:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 08:39:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 08:39:00 #1 [internal] load build definition from Dockerfile 08:39:00 #1 transferring dockerfile: 170B done 08:39:00 #1 DONE 0.0s 08:39:00 08:39:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 08:39:00 #2 DONE 0.0s 08:39:00 08:39:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 08:39:00 #3 DONE 0.0s 08:39:00 08:39:00 #4 [internal] load .dockerignore 08:39:00 #4 transferring context: 2B done 08:39:00 #4 DONE 0.0s 08:39:00 08:39:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:39:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 done 08:39:00 #5 DONE 0.0s 08:39:00 08:39:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:39:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 0.0s done 08:39:00 #6 CACHED 08:39:00 08:39:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:f4c817340ba184b345e2ef3a0ec8d7e290167e73f8a4b8b9bf823523f6ece6a8 08:39:00 #5 CACHED 08:39:00 08:39:00 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 08:39:00 #7 DONE 0.0s 08:39:00 08:39:00 #8 exporting to image 08:39:00 #8 exporting layers done 08:39:00 #8 exporting manifest sha256:9b8fb7695b1d684ae324df853a682eff392334d323cc4732b19dc56ff72899f2 done 08:39:00 #8 exporting config sha256:c1b5431ca8f8cdb697aa948b64b58563d7b8eba0b040a67ac74b14245ee79f25 done 08:39:00 #8 exporting manifest sha256:b6b23cb24e8ce6046eee5f29e1f5984789fb5742b05a9ed223b13c499275fc61 done 08:39:00 #8 exporting config sha256:631f2dbd6ee0a9cc6c046e6a3ec58d2e031f600d4e358c908dd676c3519f3ec5 done 08:39:00 #8 exporting manifest list sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 done 08:39:00 #8 pushing layers 0.0s done 08:39:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:dbc725faecea70ae0e5715ba31160f37258f6cd2a3a2a6aa1315fbec207c00e3 0.1s done 08:39:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:00 #8 DONE 0.1s 08:39:00 08:39:00 1 warning found (use --debug to expand): 08:39:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:39:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:39:00 #1 [internal] load build definition from Dockerfile 08:39:00 #1 transferring dockerfile: 206B done 08:39:00 #1 DONE 0.0s 08:39:00 08:39:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:39:00 #2 DONE 0.1s 08:39:00 08:39:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:39:00 #3 DONE 0.1s 08:39:00 08:39:00 #4 [internal] load .dockerignore 08:39:00 #4 transferring context: 2B done 08:39:00 #4 DONE 0.0s 08:39:00 08:39:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:00 #5 ... 08:39:00 08:39:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:00 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done 08:39:00 #6 DONE 0.1s 08:39:00 08:39:00 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 08:39:00 #7 DONE 0.0s 08:39:00 08:39:00 #8 exporting to image 08:39:00 #8 exporting layers done 08:39:00 #8 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done 08:39:00 #8 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done 08:39:00 #8 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done 08:39:00 #8 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done 08:39:00 #8 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done 08:39:00 #8 pushing layers 0.1s done 08:39:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 08:39:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done 08:39:01 #8 DONE 0.2s 08:39:01 08:39:01 1 warning found (use --debug to expand): 08:39:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 08:39:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 08:39:01 #1 [internal] load build definition from Dockerfile 08:39:01 #1 transferring dockerfile: 172B done 08:39:01 #1 DONE 0.0s 08:39:01 08:39:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 08:39:01 #2 DONE 0.0s 08:39:01 08:39:01 #3 [internal] load .dockerignore 08:39:01 #3 transferring context: 2B done 08:39:01 #3 DONE 0.0s 08:39:01 08:39:01 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 08:39:01 #4 DONE 0.0s 08:39:01 08:39:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:01 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done 08:39:01 #5 CACHED 08:39:01 08:39:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:01 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done 08:39:01 #6 CACHED 08:39:01 08:39:01 #7 exporting to image 08:39:01 #7 exporting layers done 08:39:01 #7 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done 08:39:01 #7 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done 08:39:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:02 #7 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done 08:39:02 #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done 08:39:02 #7 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done 08:39:02 #7 pushing layers 0.0s done 08:39:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done 08:39:02 #7 DONE 0.1s 08:39:02 08:39:02 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 08:39:02 #8 DONE 0.0s 08:39:02 08:39:02 1 warning found (use --debug to expand): 08:39:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 --push - 08:39:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91' 08:39:02 #1 [internal] load build definition from Dockerfile 08:39:02 #1 DONE 0.0s 08:39:02 08:39:02 #1 [internal] load build definition from Dockerfile 08:39:02 #1 transferring dockerfile: 178B done 08:39:02 #1 DONE 0.0s 08:39:02 08:39:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 08:39:02 #2 DONE 0.0s 08:39:02 08:39:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91 08:39:02 #3 DONE 0.0s 08:39:02 08:39:02 #4 [internal] load .dockerignore 08:39:02 #4 transferring context: 2B done 08:39:02 #4 DONE 0.0s 08:39:02 08:39:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:02 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done 08:39:02 #5 CACHED 08:39:02 08:39:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:02 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done 08:39:02 #6 CACHED 08:39:02 08:39:02 #7 exporting to image 08:39:02 #7 exporting layers done 08:39:02 #7 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done 08:39:02 #7 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done 08:39:02 #7 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done 08:39:02 #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c 08:39:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:02 #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done 08:39:02 #7 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done 08:39:02 #7 pushing layers 0.0s done 08:39:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.91@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done 08:39:02 #7 DONE 0.1s 08:39:02 08:39:02 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 08:39:02 #8 DONE 0.0s 08:39:02 08:39:02 1 warning found (use --debug to expand): 08:39:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:39:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:39:02 #1 [internal] load build definition from Dockerfile 08:39:02 #1 transferring dockerfile: 219B done 08:39:02 #1 DONE 0.0s 08:39:02 08:39:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:39:02 #2 DONE 0.0s 08:39:02 08:39:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:39:02 #3 DONE 0.0s 08:39:02 08:39:02 #4 [internal] load .dockerignore 08:39:02 #4 transferring context: 2B done 08:39:02 #4 DONE 0.0s 08:39:02 08:39:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:02 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done 08:39:02 #5 CACHED 08:39:02 08:39:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:03 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 0.0s done 08:39:03 #6 CACHED 08:39:03 08:39:03 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 08:39:03 #7 DONE 0.0s 08:39:03 08:39:03 #8 exporting to image 08:39:03 #8 exporting layers done 08:39:03 #8 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done 08:39:03 #8 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done 08:39:03 #8 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done 08:39:03 #8 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done 08:39:03 #8 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done 08:39:03 #8 pushing layers 0.0s done 08:39:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done 08:39:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:03 #8 DONE 0.1s 08:39:03 08:39:03 1 warning found (use --debug to expand): 08:39:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 08:39:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 08:39:03 #1 [internal] load build definition from Dockerfile 08:39:03 #1 transferring dockerfile: 170B done 08:39:03 #1 DONE 0.0s 08:39:03 08:39:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 08:39:03 #2 DONE 0.0s 08:39:03 08:39:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 08:39:03 #3 DONE 0.0s 08:39:03 08:39:03 #4 [internal] load .dockerignore 08:39:03 #4 transferring context: 2B done 08:39:03 #4 DONE 0.0s 08:39:03 08:39:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:03 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done 08:39:03 #5 CACHED 08:39:03 08:39:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 08:39:03 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a9021d0fa0968d196d8410271542a9a30712fb9dc744477a2ee8e1dac44524b2 done 08:39:03 #6 CACHED 08:39:03 08:39:03 #7 exporting to image 08:39:03 #7 exporting layers done 08:39:03 #7 exporting manifest sha256:258821a6e88ca368e9bc2dda759af0a23bedd29146d2826a1297a260426e64ef done 08:39:03 #7 exporting config sha256:fb40b3155eb42149626bf7b1a7d874e7a8dbe42d12fe72c50e13390ad91ec17c done 08:39:03 #7 exporting manifest sha256:b0d6a9e0a47130107cdf3343315e9568fa1767878d1c000b9dce77c852e964b3 done 08:39:03 #7 exporting config sha256:d2c466cb50ab9c912b712c68066161b2603c947fa916de80d4fc1ebf19752d5c done 08:39:03 #7 exporting manifest list sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 done 08:39:03 #7 pushing layers 08:39:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:03 #7 pushing layers 0.0s done 08:39:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:22016d275a91c4a83ae982f1f8b371b8dbecdce45fb27192b7bd21c236429723 0.1s done 08:39:03 #7 DONE 0.1s 08:39:03 08:39:03 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 08:39:03 #8 DONE 0.0s 08:39:03 08:39:03 1 warning found (use --debug to expand): 08:39:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8' 08:39:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 --push - 08:39:04 #1 [internal] load build definition from Dockerfile 08:39:04 #1 transferring dockerfile: 202B done 08:39:04 #1 DONE 0.0s 08:39:04 08:39:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:39:04 #2 DONE 0.0s 08:39:04 08:39:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8 08:39:04 #3 DONE 0.0s 08:39:04 08:39:04 #4 [internal] load .dockerignore 08:39:04 #4 transferring context: 2B done 08:39:04 #4 DONE 0.0s 08:39:04 08:39:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:04 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done 08:39:04 #5 DONE 0.0s 08:39:04 08:39:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:04 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done 08:39:04 #6 DONE 0.1s 08:39:04 08:39:04 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 08:39:04 #7 DONE 0.0s 08:39:04 08:39:04 #8 exporting to image 08:39:04 #8 exporting layers done 08:39:04 #8 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done 08:39:04 #8 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done 08:39:04 #8 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done 08:39:04 #8 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done 08:39:04 #8 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done 08:39:04 #8 pushing layers 0.1s done 08:39:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 08:39:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done 08:39:04 #8 DONE 0.2s 08:39:04 08:39:04 1 warning found (use --debug to expand): 08:39:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 08:39:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 08:39:04 #1 [internal] load build definition from Dockerfile 08:39:04 #1 transferring dockerfile: 168B done 08:39:04 #1 DONE 0.0s 08:39:04 08:39:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:39:04 #2 DONE 0.0s 08:39:04 08:39:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 08:39:04 #3 DONE 0.0s 08:39:04 08:39:04 #4 [internal] load .dockerignore 08:39:04 #4 transferring context: 2B done 08:39:04 #4 DONE 0.0s 08:39:04 08:39:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:04 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done 08:39:04 #5 CACHED 08:39:04 08:39:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:04 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done 08:39:04 #6 CACHED 08:39:04 08:39:04 #7 exporting to image 08:39:04 #7 exporting layers 08:39:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:04 #7 exporting layers done 08:39:04 #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done 08:39:04 #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done 08:39:04 #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done 08:39:04 #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done 08:39:04 #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done 08:39:04 #7 pushing layers 0.0s done 08:39:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done 08:39:04 #7 DONE 0.1s 08:39:04 08:39:04 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 08:39:04 #8 DONE 0.0s 08:39:04 08:39:04 1 warning found (use --debug to expand): 08:39:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 --push - 08:39:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91' 08:39:05 #1 [internal] load build definition from Dockerfile 08:39:05 #1 transferring dockerfile: 174B done 08:39:05 #1 DONE 0.0s 08:39:05 08:39:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 08:39:05 #2 DONE 0.0s 08:39:05 08:39:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91 08:39:05 #3 DONE 0.0s 08:39:05 08:39:05 #4 [internal] load .dockerignore 08:39:05 #4 transferring context: 2B done 08:39:05 #4 DONE 0.0s 08:39:05 08:39:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:05 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done 08:39:05 #5 CACHED 08:39:05 08:39:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:05 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done 08:39:05 #6 CACHED 08:39:05 08:39:05 #7 exporting to image 08:39:05 #7 exporting layers done 08:39:05 #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done 08:39:05 #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done 08:39:05 #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done 08:39:05 #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done 08:39:05 #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done 08:39:05 #7 pushing layers 0.0s done 08:39:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 08:39:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.91@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done 08:39:05 #7 DONE 0.1s 08:39:05 08:39:05 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 08:39:05 #8 DONE 0.0s 08:39:05 08:39:05 1 warning found (use --debug to expand): 08:39:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91' 08:39:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 --push - 08:39:05 #1 [internal] load build definition from Dockerfile 08:39:05 #1 transferring dockerfile: 215B done 08:39:05 #1 DONE 0.0s 08:39:05 08:39:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:39:05 #2 DONE 0.0s 08:39:05 08:39:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 08:39:05 #3 DONE 0.0s 08:39:05 08:39:05 #4 [internal] load .dockerignore 08:39:05 #4 transferring context: 2B done 08:39:05 #4 DONE 0.0s 08:39:05 08:39:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:05 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done 08:39:05 #5 CACHED 08:39:05 08:39:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:05 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 0.0s done 08:39:05 #6 CACHED 08:39:05 08:39:05 #7 exporting to image 08:39:05 #7 exporting layers done 08:39:05 #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done 08:39:05 #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 08:39:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:06 #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done 08:39:06 #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done 08:39:06 #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done 08:39:06 #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done 08:39:06 #7 pushing layers 0.0s done 08:39:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done 08:39:06 #7 DONE 0.1s 08:39:06 08:39:06 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 08:39:06 #8 DONE 0.0s 08:39:06 08:39:06 1 warning found (use --debug to expand): 08:39:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 08:39:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 08:39:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 08:39:06 #1 [internal] load build definition from Dockerfile 08:39:06 #1 transferring dockerfile: 166B done 08:39:06 #1 DONE 0.0s 08:39:06 08:39:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 08:39:06 #2 DONE 0.0s 08:39:06 08:39:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 08:39:06 #3 DONE 0.0s 08:39:06 08:39:06 #4 [internal] load .dockerignore 08:39:06 #4 transferring context: 2B done 08:39:06 #4 DONE 0.0s 08:39:06 08:39:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:06 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done 08:39:06 #5 CACHED 08:39:06 08:39:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab 08:39:06 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:0f5ab44f2e1e1d8bdc4677efe5a881dc8d4eaf885172907a9a4f005220dcdfab done 08:39:06 #6 CACHED 08:39:06 08:39:06 #7 exporting to image 08:39:06 #7 exporting layers 08:39:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 08:39:06 #7 exporting layers done 08:39:06 #7 exporting manifest sha256:197c08ad5be629b475e6a0d59af9e6cab9b44edd267745cfca248b7e60342996 done 08:39:06 #7 exporting config sha256:57508d81c4c34a1b5008679a7534c07abd2426f50c0454ec7f70a0dea0d67348 done 08:39:06 #7 exporting manifest sha256:a628773e9752d8c24538b6b76ec0f67383f25598451adeaf6dd6867a77a47be5 done 08:39:06 #7 exporting config sha256:d62cd6ace8de861b8e6c71714c2a6a6906cfe9cf999f0db666ea1a98a22f32c8 done 08:39:06 #7 exporting manifest list sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 done 08:39:06 #7 pushing layers 0.0s done 08:39:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:bcfd7df53b3530971a2e590d6ceb35a99dd0c91a8daa2589b3817951554a6249 0.1s done 08:39:06 #7 DONE 0.1s 08:39:06 08:39:06 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 08:39:06 #8 DONE 0.0s 08:39:06 08:39:06 1 warning found (use --debug to expand): 08:39:06  - 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 08:39:06 + '[' -d /w/workspace/edgex-go/946/archives ']' [Pipeline] libraryResource [Pipeline] sh 08:39:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:39:07 ---> package-listing.sh 08:39:07 ++ facter osfamily 08:39:07 ++ tr '[:upper:]' '[:lower:]' 08:39:08 + OS_FAMILY=redhat 08:39:08 + workspace=/w/workspace/edgex-go/946 08:39:08 + START_PACKAGES=/tmp/packages_start.txt 08:39:08 + END_PACKAGES=/tmp/packages_end.txt 08:39:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:39:08 + PACKAGES=/tmp/packages_start.txt 08:39:08 + '[' /w/workspace/edgex-go/946 ']' 08:39:08 + PACKAGES=/tmp/packages_end.txt 08:39:08 + case "${OS_FAMILY}" in 08:39:08 + sort 08:39:08 + rpm -qa 08:39:08 + '[' -f /tmp/packages_start.txt ']' 08:39:08 + '[' -f /tmp/packages_end.txt ']' 08:39:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:39:08 + '[' /w/workspace/edgex-go/946 ']' 08:39:08 + mkdir -p /w/workspace/edgex-go/946/archives/ 08:39:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/946/archives/ [Pipeline] echo 08:39:08 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/946/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:39:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:39:09 08:39:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:39:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:39:09 latest: Pulling from edgex-lftools-log-publisher 08:39:09 5eb5b503b376: Pulling fs layer 08:39:09 5c69ac0246d0: Pulling fs layer 08:39:09 ec43610c2a17: Pulling fs layer 08:39:09 3a2ae6a8a46f: Pulling fs layer 08:39:09 33b1e0a273af: Pulling fs layer 08:39:09 5d3b04190fa2: Pulling fs layer 08:39:09 2f39f015ded8: Pulling fs layer 08:39:09 3a2ae6a8a46f: Waiting 08:39:09 33b1e0a273af: Waiting 08:39:09 5d3b04190fa2: Waiting 08:39:09 2f39f015ded8: Waiting 08:39:09 5c69ac0246d0: Verifying Checksum 08:39:09 5c69ac0246d0: Download complete 08:39:09 3a2ae6a8a46f: Verifying Checksum 08:39:09 3a2ae6a8a46f: Download complete 08:39:09 33b1e0a273af: Verifying Checksum 08:39:09 33b1e0a273af: Download complete 08:39:09 ec43610c2a17: Verifying Checksum 08:39:09 ec43610c2a17: Download complete 08:39:09 5d3b04190fa2: Verifying Checksum 08:39:09 5d3b04190fa2: Download complete 08:39:10 5eb5b503b376: Verifying Checksum 08:39:10 5eb5b503b376: Download complete 08:39:10 2f39f015ded8: Verifying Checksum 08:39:10 2f39f015ded8: Download complete 08:39:11 5eb5b503b376: Pull complete 08:39:11 5c69ac0246d0: Pull complete 08:39:11 ec43610c2a17: Pull complete 08:39:11 3a2ae6a8a46f: Pull complete 08:39:12 33b1e0a273af: Pull complete 08:39:12 5d3b04190fa2: Pull complete 08:39:16 2f39f015ded8: Pull complete 08:39:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:39:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:39:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:39:16 prd-centos7-docker-4c-2g-243 does not seem to be running inside a container 08:39:16 $ 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/946/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 08:39:21 $ docker top c73da1d924f1bd79b6b00154ef9798af33f813558cc189b50d3edd590e0a44f8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:21 + touch /tmp/pre-build-complete [Pipeline] sh 08:39:22 + mkdir -p /var/log/sysstat [Pipeline] sh 08:39:22 + ls /var/log/sa-host 08:39:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:39:22 provisioning config files... 08:39:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config4084772098035982320tmp [Pipeline] { [Pipeline] echo 08:39:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:39:22 ---> create-netrc.sh [Pipeline] } 08:39:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:39:23 ---> python-tools-install.sh [Pipeline] echo 08:39:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:39:23 ---> sudo-logs.sh 08:39:23 Archiving 'sudo' log.. 08:39:23 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 08:39:23 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 08:39:23 $ docker stop --time=1 c73da1d924f1bd79b6b00154ef9798af33f813558cc189b50d3edd590e0a44f8 08:39:24 $ docker rm -f --volumes c73da1d924f1bd79b6b00154ef9798af33f813558cc189b50d3edd590e0a44f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 08:39:24 [WS-CLEANUP] Deleting project workspace... 08:39:24 [WS-CLEANUP] Deferred wipeout is used... 08:39:24 [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] } 08:52:30 #144 ... 08:52:30 08:52:30 #146 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 08:52:30 #146 DONE 1176.2s 08:52:30 08:52:30 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:52:30 #149 ... 08:52:30 08:52:30 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 08:52:30 #155 DONE 0.3s 08:52:30 08:52:30 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 08:52:30 #156 DONE 0.2s 08:52:30 08:52:30 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 08:52:30 #149 ... 08:52:30 08:52:30 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 08:52:30 #157 DONE 0.4s 08:52:30 08:52:30 #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 08:52:30 #158 DONE 0.1s 08:52:30 08:52:30 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 08:52:30 #159 DONE 0.1s 08:52:30 08:52:30 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:52:30 #160 DONE 2.2s 08:52:30 08:52:30 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 08:52:30 #150 ... 08:52:30 08:52:30 #105 [core-common-config-bootstrapper] exporting to image 08:52:30 #105 exporting layers 08:52:30 #105 exporting layers 0.9s done 08:52:30 #105 writing image sha256:630a056bfd9d18d98ea27d525455f648cd4b6445cc01a732eafbc964ffdc7c8f done 08:52:30 #105 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 08:52:30 #105 DONE 7.7s 08:52:30 08:52:30 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:52:30 #153 ... 08:52:30 08:52:30 #152 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 08:52:30 #152 DONE 1189.9s 08:52:30 08:52:30 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 08:52:30 #161 DONE 0.3s 08:52:30 08:52:30 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 08:52:30 #145 ... 08:52:30 08:52:30 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 08:52:33 #162 DONE 2.2s 08:52:33 08:52:33 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 08:52:33 #163 DONE 0.3s 08:52:33 08:52:33 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 08:52:33 #164 DONE 0.2s 08:52:33 08:52:33 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:52:34 #165 DONE 0.3s 08:52:34 08:52:34 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 08:52:34 #166 DONE 0.3s 08:52:34 08:52:34 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 08:52:34 #153 ... 08:52:34 08:52:34 #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/ 08:52:34 #167 DONE 0.2s 08:52:34 08:52:34 #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/ 08:52:34 #168 DONE 0.1s 08:52:34 08:52:34 #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/ 08:52:34 #169 DONE 0.1s 08:52:34 08:52:34 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 08:52:34 #151 ... 08:52:34 08:52:34 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:52:34 #170 DONE 0.1s 08:52:34 08:52:34 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 08:52:36 #171 DONE 2.2s 08:52:36 08:52:36 #105 [security-bootstrapper] exporting to image 08:52:36 #105 exporting layers 08:52:37 #105 exporting layers 0.9s done 08:52:37 #105 writing image sha256:4bcba6f599d561d28ae4b9738920ba2acfd2b4afdd05df351a022adcd54e8f1c done 08:52:37 #105 naming to docker.io/library/security-bootstrapper-arm64 done 08:52:37 #105 DONE 8.6s 08:52:37 08:52:37 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:08:48 #142 ... 09:08:48 09:08:48 #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 09:08:48 #147 DONE 2165.5s 09:08:48 09:08:48 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:08:48 #154 ... 09:08:48 09:08:48 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 09:08:48 #172 DONE 0.2s 09:08:48 09:08:48 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 09:08:48 #173 DONE 0.1s 09:08:48 09:08:48 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:08:48 #149 ... 09:08:48 09:08:48 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:08:48 #174 DONE 0.4s 09:08:48 09:08:48 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 09:08:48 #175 DONE 0.1s 09:08:48 09:08:48 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:08:48 #142 ... 09:08:48 09:08:48 #105 [core-command] exporting to image 09:08:48 #105 exporting layers 09:08:48 #105 exporting layers 0.6s done 09:08:48 #105 writing image sha256:fbe16e9c7c879e4ee34e81cf814c195dbc55a72deea262a6aa86d650c2b42d12 done 09:08:48 #105 naming to docker.io/library/core-command-arm64 done 09:08:48 #105 DONE 9.3s 09:08:48 09:08:48 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:09:03 #142 ... 09:09:03 09:09:03 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:09:03 #148 2181.5 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.91 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:09:04 #148 ... 09:09:04 09:09:04 #151 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 09:09:04 #151 DONE 2184.2s 09:09:04 09:09:04 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:09:05 #142 ... 09:09:05 09:09:05 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 09:09:05 #176 DONE 0.1s 09:09:05 09:09:05 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:09:05 #142 ... 09:09:05 09:09:05 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 09:09:05 #177 DONE 0.2s 09:09:05 09:09:05 #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 09:09:05 #178 DONE 0.1s 09:09:05 09:09:05 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:09:06 #150 ... 09:09:06 09:09:06 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 09:09:06 #179 DONE 0.2s 09:09:06 09:09:06 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:09:06 #180 DONE 0.5s 09:09:06 09:09:06 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 09:09:06 #181 DONE 0.1s 09:09:06 09:09:06 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:09:06 #145 ... 09:09:06 09:09:06 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:09:11 #182 DONE 3.8s 09:09:11 09:09:11 #105 [security-proxy-setup] exporting to image 09:09:11 #105 exporting layers 09:09:11 #105 exporting layers 0.9s done 09:09:11 #105 writing image sha256:a79130ed984bd91c7cf4b95326bb52b3eeac6c8df55653a318d63a7041061f45 done 09:09:11 #105 naming to docker.io/library/security-proxy-setup-arm64 done 09:09:11 #105 DONE 10.2s 09:09:11 09:09:11 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:09:38 #153 ... 09:09:38 09:09:38 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:09:38 #148 DONE 2214.4s 09:09:38 09:09:38 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:09:38 #142 ... 09:09:38 09:09:38 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 09:09:38 #183 DONE 0.1s 09:09:38 09:09:38 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:09:38 #142 ... 09:09:38 09:09:38 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 09:09:38 #184 DONE 0.1s 09:09:38 09:09:38 #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 09:09:38 #185 DONE 0.1s 09:09:38 09:09:38 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:09:38 #145 ... 09:09:38 09:09:38 #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 09:09:38 #186 DONE 0.1s 09:09:38 09:09:38 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 09:09:38 #187 DONE 0.1s 09:09:38 09:09:38 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:09:38 #149 ... 09:09:38 09:09:38 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:09:38 #188 DONE 0.5s 09:09:38 09:09:38 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:09:39 #189 DONE 0.5s 09:09:39 09:09:39 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:09:39 #190 DONE 0.2s 09:09:39 09:09:39 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:09:41 #191 DONE 1.9s 09:09:41 09:09:41 #105 [security-secretstore-setup] exporting to image 09:09:41 #105 exporting layers 09:09:43 #105 exporting layers 1.6s done 09:09:43 #105 writing image sha256:4f6e08a3cb0e6dbe17b6a27bbb78aee750e13eb95e853b30251a2b35bc1a6227 done 09:09:43 #105 naming to docker.io/library/security-secretstore-setup-arm64 done 09:09:43 #105 DONE 11.8s 09:09:43 09:09:43 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:10:39 #153 ... 09:10:39 09:10:39 #142 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 09:10:39 #142 DONE 2279.1s 09:10:40 09:10:40 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:10:40 #149 ... 09:10:40 09:10:40 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:10:40 #192 DONE 0.2s 09:10:40 09:10:40 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:10:40 #149 ... 09:10:40 09:10:40 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:10:40 #193 DONE 0.2s 09:10:40 09:10:40 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 09:10:41 #194 DONE 0.4s 09:10:41 09:10:41 #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 09:10:41 #195 DONE 0.1s 09:10:41 09:10:41 #105 [security-spiffe-token-provider] exporting to image 09:10:41 #105 exporting layers 09:10:41 #105 exporting layers 0.6s done 09:10:41 #105 writing image sha256:53551bfd97ea01e1d69cc577adc4bd8848bc841fa8501930f5fa38c55a06ff20 done 09:10:41 #105 naming to docker.io/library/security-spiffe-token-provider-arm64 done 09:10:41 #105 DONE 12.5s 09:10:41 09:10:41 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:11:28 #145 ... 09:11:28 09:11:28 #154 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 09:11:28 #154 DONE 2326.6s 09:11:28 09:11:28 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:11:28 #144 ... 09:11:28 09:11:28 #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 09:11:28 #145 DONE 2327.3s 09:11:28 09:11:28 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:11:28 #196 DONE 0.3s 09:11:28 09:11:28 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:11:28 #149 ... 09:11:28 09:11:28 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:11:29 #197 DONE 0.4s 09:11:29 09:11:29 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:11:29 #198 ... 09:11:29 09:11:29 #199 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 09:11:29 #199 DONE 0.3s 09:11:29 09:11:29 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:11:29 #200 ... 09:11:29 09:11:29 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 09:11:29 #198 DONE 0.8s 09:11:29 09:11:29 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 09:11:29 #201 DONE 0.2s 09:11:29 09:11:29 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:11:30 #144 ... 09:11:30 09:11:30 #200 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 09:11:30 #200 DONE 0.7s 09:11:30 09:11:30 #202 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 09:11:30 #202 DONE 0.2s 09:11:30 09:11:30 #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:11:30 #203 ... 09:11:30 09:11:30 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 09:11:30 #204 DONE 0.3s 09:11:30 09:11:30 #105 [core-keeper] exporting to image 09:11:30 #105 exporting layers 09:11:31 #105 exporting layers 1.0s done 09:11:31 #105 writing image sha256:602b8e4e3ba550d6bd9a10ff581d6e390dd2fbbeb8280251eeeec13e95a16c91 0.0s done 09:11:31 #105 naming to docker.io/library/core-keeper-arm64 done 09:11:31 #105 DONE 13.5s 09:11:31 09:11:31 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:11:32 #33 ... 09:11:32 09:11:32 #203 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:11:32 #203 DONE 2.0s 09:11:32 09:11:32 #105 [security-proxy-auth] exporting to image 09:11:32 #105 ... 09:11:32 09:11:32 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 09:11:32 #149 DONE 2332.0s 09:11:32 09:11:32 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:11:32 #153 ... 09:11:32 09:11:32 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 09:11:32 #150 DONE 2332.3s 09:11:33 09:11:33 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:11:34 #33 ... 09:11:34 09:11:34 #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 09:11:34 #205 CACHED 09:11:34 09:11:34 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 09:11:34 #206 CACHED 09:11:34 09:11:34 #105 [security-proxy-auth] exporting to image 09:11:34 #105 exporting layers 2.0s done 09:11:34 #105 writing image sha256:bd4d469f18125c02d20bb9d8e5d20213492479e23f5da37dddb0253ab75b7bac 0.0s done 09:11:34 #105 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 09:11:34 #105 DONE 15.6s 09:11:34 09:11:34 #207 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:11:34 #207 DONE 0.3s 09:11:34 09:11:34 #208 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:11:34 #208 DONE 0.2s 09:11:34 09:11:34 #209 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:11:34 #209 DONE 0.7s 09:11:34 09:11:34 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 09:11:34 #210 DONE 0.2s 09:11:34 09:11:34 #211 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 09:11:35 #211 DONE 0.3s 09:11:35 09:11:35 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:11:35 #212 DONE 0.6s 09:11:35 09:11:35 #105 [core-metadata] exporting to image 09:11:35 #105 ... 09:11:35 09:11:35 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 09:11:35 #213 DONE 0.2s 09:11:35 09:11:35 #105 [core-data] exporting to image 09:11:36 #105 exporting layers 0.9s done 09:11:36 #105 writing image sha256:af19c53033baf85a15f4446d5aeee364892f1bcba14814469ab6ebd89ee53441 done 09:11:36 #105 naming to docker.io/library/core-metadata-arm64 done 09:11:36 #105 exporting layers 0.9s done 09:11:36 #105 writing image sha256:5ce834bb5a141243c91ebc1a4416a016222400c35f9cb34fd066aefddb8ed27a done 09:11:36 #105 naming to docker.io/library/core-data-arm64 done 09:11:36 #105 DONE 17.1s 09:11:36 09:11:36 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:03 #33 ... 09:12:03 09:12:03 #153 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 09:12:03 #153 DONE 2362.3s 09:12:03 09:12:03 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:12:03 #144 ... 09:12:03 09:12:03 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:12:03 #214 DONE 0.1s 09:12:03 09:12:03 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:12:03 #215 DONE 0.1s 09:12:03 09:12:03 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:03 #33 ... 09:12:03 09:12:03 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:12:03 #216 DONE 0.5s 09:12:03 09:12:03 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:04 #33 ... 09:12:04 09:12:04 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 09:12:04 #217 DONE 0.1s 09:12:04 09:12:04 #105 [support-scheduler] exporting to image 09:12:04 #105 exporting layers 09:12:05 #105 exporting layers 1.0s done 09:12:05 #105 writing image sha256:545fb384588561b0ab17e704fbf0e009a8d647280914325801046f57f68c9575 done 09:12:05 #105 naming to docker.io/library/support-scheduler-arm64 done 09:12:05 #105 DONE 18.1s 09:12:05 09:12:05 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:09 #33 ... 09:12:09 09:12:09 #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 09:12:09 #144 DONE 2368.6s 09:12:09 09:12:09 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:09 #33 ... 09:12:09 09:12:09 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 09:12:09 #218 DONE 0.1s 09:12:09 09:12:09 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:09 #33 ... 09:12:09 09:12:09 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 09:12:09 #219 DONE 0.1s 09:12:09 09:12:09 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:12:10 #220 DONE 0.4s 09:12:10 09:12:10 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:10 #33 ... 09:12:10 09:12:10 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 09:12:10 #221 DONE 0.1s 09:12:10 09:12:10 #105 [support-notifications] exporting to image 09:12:10 #105 exporting layers 09:12:10 #105 exporting layers 0.6s done 09:12:10 #105 writing image sha256:00e69c35a4729796d6476e941da75b667a44df2428cba17f6d52f6977f78b9ef done 09:12:10 #105 naming to docker.io/library/support-notifications-arm64 09:12:10 #105 naming to docker.io/library/support-notifications-arm64 done 09:12:10 #105 DONE 18.7s 09:12:10 09:12:10 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 09:12:10 time="2026-01-07T08:29:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:55Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 09:12:10 time="2026-01-07T08:29:56Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 09:12:10 $ docker stop --time=1 2fe3f82f8381f5c5314b3804b056618b0c732ae06dcd5be4be7ed9fcceef7496 09:12:12 $ docker rm -f --volumes 2fe3f82f8381f5c5314b3804b056618b0c732ae06dcd5be4be7ed9fcceef7496 [Pipeline] // withDockerContainer [Pipeline] sh 09:12:12 + docker images 09:12:12 REPOSITORY TAG IMAGE ID CREATED SIZE 09:12:12 support-notifications-arm64 latest 00e69c35a472 2 seconds ago 54.3MB 09:12:12 support-scheduler-arm64 latest 545fb3845885 9 seconds ago 50.4MB 09:12:12 core-data-arm64 latest 5ce834bb5a14 37 seconds ago 46.2MB 09:12:12 core-metadata-arm64 latest af19c53033ba 37 seconds ago 46.4MB 09:12:12 security-proxy-auth-arm64 latest bd4d469f1812 40 seconds ago 45.4MB 09:12:12 core-keeper-arm64 latest 602b8e4e3ba5 42 seconds ago 45.1MB 09:12:12 security-spiffe-token-provider-arm64 latest 53551bfd97ea About a minute ago 50.2MB 09:12:12 security-secretstore-setup-arm64 latest 4f6e08a3cb0e 2 minutes ago 81.6MB 09:12:12 security-proxy-setup-arm64 latest a79130ed984b 3 minutes ago 51.3MB 09:12:12 core-command-arm64 latest fbe16e9c7c87 3 minutes ago 40.9MB 09:12:12 security-bootstrapper-arm64 latest 4bcba6f599d5 19 minutes ago 22.2MB 09:12:12 core-common-config-bootstrapper-arm64 latest 630a056bfd9d 19 minutes ago 21.1MB 09:12:12 security-spire-agent-arm64 latest 579aa9756012 40 minutes ago 220MB 09:12:12 security-spire-server-arm64 latest 0514c0ab900e 40 minutes ago 164MB 09:12:12 security-spire-config-arm64 latest ce8e8ce08a42 41 minutes ago 163MB 09:12:12 ci-base-image-arm64 latest 39263c34355b 42 minutes ago 927MB 09:12:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 months ago 564MB 09:12:12 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 09:12:13 provisioning config files... 09:12:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/946@tmp/config3137530466352295809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:12:13 ---> ****-login.sh 09:12:13 nexus3.edgexfoundry.org:10001 09:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:12:13 Configure a credential helper to remove this warning. See 09:12:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:12:13 09:12:13 Login Succeeded 09:12:13 nexus3.edgexfoundry.org:10002 09:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:12:14 Configure a credential helper to remove this warning. See 09:12:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:12:14 09:12:14 Login Succeeded 09:12:14 nexus3.edgexfoundry.org:10003 09:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:12:14 Configure a credential helper to remove this warning. See 09:12:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:12:14 09:12:14 Login Succeeded 09:12:14 nexus3.edgexfoundry.org:10004 09:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:12:14 Configure a credential helper to remove this warning. See 09:12:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:12:14 09:12:14 Login Succeeded 09:12:14 ****.io 09:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 09:12:15 Configure a credential helper to remove this warning. See 09:12:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 09:12:15 09:12:15 Login Succeeded 09:12:15 ---> ****-login.sh ends [Pipeline] } 09:12:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 09:12:15 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 09:12:15 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:15 latest 09:12:15 4.1.0-dev.91 09:12:15 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:15 main 09:12:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:12:16 49b7ce06a9a9: Preparing 09:12:16 1d75b9a06f55: Preparing 09:12:16 84c93feab3d1: Preparing 09:12:16 10a54f7901dd: Preparing 09:12:16 275c1f87f0d5: Preparing 09:12:16 704fb88fa842: Preparing 09:12:16 0e64f2360a44: Preparing 09:12:16 0e64f2360a44: Waiting 09:12:16 704fb88fa842: Waiting 09:12:16 84c93feab3d1: Pushed 09:12:16 10a54f7901dd: Pushed 09:12:16 49b7ce06a9a9: Pushed 09:12:16 0e64f2360a44: Layer already exists 09:12:16 704fb88fa842: Pushed 09:12:16 275c1f87f0d5: Pushed 09:12:23 1d75b9a06f55: Pushed 09:12:23 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:12:23 49b7ce06a9a9: Preparing 09:12:23 1d75b9a06f55: Preparing 09:12:23 84c93feab3d1: Preparing 09:12:23 10a54f7901dd: Preparing 09:12:23 275c1f87f0d5: Preparing 09:12:23 704fb88fa842: Preparing 09:12:23 0e64f2360a44: Preparing 09:12:23 704fb88fa842: Waiting 09:12:23 0e64f2360a44: Waiting 09:12:23 275c1f87f0d5: Layer already exists 09:12:23 84c93feab3d1: Layer already exists 09:12:23 10a54f7901dd: Layer already exists 09:12:23 49b7ce06a9a9: Layer already exists 09:12:23 1d75b9a06f55: Layer already exists 09:12:23 704fb88fa842: Layer already exists 09:12:23 0e64f2360a44: Layer already exists 09:12:24 latest: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 09:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:12:24 49b7ce06a9a9: Preparing 09:12:24 1d75b9a06f55: Preparing 09:12:24 84c93feab3d1: Preparing 09:12:24 10a54f7901dd: Preparing 09:12:24 275c1f87f0d5: Preparing 09:12:24 704fb88fa842: Preparing 09:12:24 0e64f2360a44: Preparing 09:12:24 704fb88fa842: Waiting 09:12:24 1d75b9a06f55: Layer already exists 09:12:24 10a54f7901dd: Layer already exists 09:12:24 275c1f87f0d5: Layer already exists 09:12:24 84c93feab3d1: Layer already exists 09:12:24 49b7ce06a9a9: Layer already exists 09:12:24 704fb88fa842: Layer already exists 09:12:24 0e64f2360a44: Layer already exists 09:12:25 4.1.0-dev.91: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:12:25 49b7ce06a9a9: Preparing 09:12:25 1d75b9a06f55: Preparing 09:12:25 84c93feab3d1: Preparing 09:12:25 10a54f7901dd: Preparing 09:12:25 275c1f87f0d5: Preparing 09:12:25 704fb88fa842: Preparing 09:12:25 0e64f2360a44: Preparing 09:12:25 704fb88fa842: Waiting 09:12:25 0e64f2360a44: Waiting 09:12:25 275c1f87f0d5: Layer already exists 09:12:25 1d75b9a06f55: Layer already exists 09:12:25 49b7ce06a9a9: Layer already exists 09:12:25 84c93feab3d1: Layer already exists 09:12:25 10a54f7901dd: Layer already exists 09:12:25 704fb88fa842: Layer already exists 09:12:25 0e64f2360a44: Layer already exists 09:12:25 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 09:12:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 09:12:26 49b7ce06a9a9: Preparing 09:12:26 1d75b9a06f55: Preparing 09:12:26 84c93feab3d1: Preparing 09:12:26 10a54f7901dd: Preparing 09:12:26 275c1f87f0d5: Preparing 09:12:26 704fb88fa842: Preparing 09:12:26 0e64f2360a44: Preparing 09:12:26 704fb88fa842: Waiting 09:12:26 0e64f2360a44: Waiting 09:12:26 84c93feab3d1: Layer already exists 09:12:26 10a54f7901dd: Layer already exists 09:12:26 1d75b9a06f55: Layer already exists 09:12:26 49b7ce06a9a9: Layer already exists 09:12:26 275c1f87f0d5: Layer already exists 09:12:26 704fb88fa842: Layer already exists 09:12:26 0e64f2360a44: Layer already exists 09:12:27 main: digest: sha256:8a41a6b8f5186e302070d7b488ab45e89d71e8ad2a9f9284231e3304883bd406 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:27 ===================================================== [Pipeline] echo 09:12:27 taggedImages: 09:12:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 09:12:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 09:12:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:27 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 09:12:27 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 09:12:27 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:27 latest 09:12:27 4.1.0-dev.91 09:12:27 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:27 main 09:12:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:12:27 5b28bcef8f7c: Preparing 09:12:27 f383d71aa5ed: Preparing 09:12:27 91b21ce12413: Preparing 09:12:27 12e1a1c694c2: Preparing 09:12:27 84c93feab3d1: Preparing 09:12:27 10a54f7901dd: Preparing 09:12:27 275c1f87f0d5: Preparing 09:12:27 704fb88fa842: Preparing 09:12:27 0e64f2360a44: Preparing 09:12:27 275c1f87f0d5: Waiting 09:12:27 704fb88fa842: Waiting 09:12:27 0e64f2360a44: Waiting 09:12:27 10a54f7901dd: Waiting 09:12:27 84c93feab3d1: Layer already exists 09:12:28 10a54f7901dd: Layer already exists 09:12:28 91b21ce12413: Pushed 09:12:28 275c1f87f0d5: Layer already exists 09:12:28 f383d71aa5ed: Pushed 09:12:28 704fb88fa842: Layer already exists 09:12:28 0e64f2360a44: Layer already exists 09:12:28 5b28bcef8f7c: Pushed 09:12:30 12e1a1c694c2: Pushed 09:12:31 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:31 + 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 09:12:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:12:31 5b28bcef8f7c: Preparing 09:12:31 f383d71aa5ed: Preparing 09:12:31 91b21ce12413: Preparing 09:12:31 12e1a1c694c2: Preparing 09:12:31 84c93feab3d1: Preparing 09:12:31 10a54f7901dd: Preparing 09:12:31 275c1f87f0d5: Preparing 09:12:31 704fb88fa842: Preparing 09:12:31 0e64f2360a44: Preparing 09:12:31 10a54f7901dd: Waiting 09:12:31 275c1f87f0d5: Waiting 09:12:31 704fb88fa842: Waiting 09:12:31 0e64f2360a44: Waiting 09:12:31 5b28bcef8f7c: Layer already exists 09:12:31 f383d71aa5ed: Layer already exists 09:12:31 84c93feab3d1: Layer already exists 09:12:31 12e1a1c694c2: Layer already exists 09:12:31 91b21ce12413: Layer already exists 09:12:31 10a54f7901dd: Layer already exists 09:12:31 0e64f2360a44: Layer already exists 09:12:31 704fb88fa842: Layer already exists 09:12:31 275c1f87f0d5: Layer already exists 09:12:32 latest: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 09:12:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:12:32 5b28bcef8f7c: Preparing 09:12:32 f383d71aa5ed: Preparing 09:12:32 91b21ce12413: Preparing 09:12:32 12e1a1c694c2: Preparing 09:12:32 84c93feab3d1: Preparing 09:12:32 10a54f7901dd: Preparing 09:12:32 275c1f87f0d5: Preparing 09:12:32 704fb88fa842: Preparing 09:12:32 0e64f2360a44: Preparing 09:12:32 10a54f7901dd: Waiting 09:12:32 275c1f87f0d5: Waiting 09:12:32 704fb88fa842: Waiting 09:12:32 0e64f2360a44: Waiting 09:12:32 5b28bcef8f7c: Layer already exists 09:12:32 12e1a1c694c2: Layer already exists 09:12:32 91b21ce12413: Layer already exists 09:12:32 84c93feab3d1: Layer already exists 09:12:32 f383d71aa5ed: Layer already exists 09:12:32 10a54f7901dd: Layer already exists 09:12:32 704fb88fa842: Layer already exists 09:12:32 0e64f2360a44: Layer already exists 09:12:33 275c1f87f0d5: Layer already exists 09:12:33 4.1.0-dev.91: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:12:33 5b28bcef8f7c: Preparing 09:12:33 f383d71aa5ed: Preparing 09:12:33 91b21ce12413: Preparing 09:12:33 12e1a1c694c2: Preparing 09:12:33 84c93feab3d1: Preparing 09:12:33 10a54f7901dd: Preparing 09:12:33 275c1f87f0d5: Preparing 09:12:33 704fb88fa842: Preparing 09:12:33 0e64f2360a44: Preparing 09:12:33 275c1f87f0d5: Waiting 09:12:33 704fb88fa842: Waiting 09:12:33 0e64f2360a44: Waiting 09:12:33 10a54f7901dd: Waiting 09:12:33 5b28bcef8f7c: Layer already exists 09:12:33 91b21ce12413: Layer already exists 09:12:33 12e1a1c694c2: Layer already exists 09:12:33 f383d71aa5ed: Layer already exists 09:12:33 84c93feab3d1: Layer already exists 09:12:33 10a54f7901dd: Layer already exists 09:12:33 0e64f2360a44: Layer already exists 09:12:33 704fb88fa842: Layer already exists 09:12:33 275c1f87f0d5: Layer already exists 09:12:33 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:34 + 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 09:12:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 09:12:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 09:12:34 5b28bcef8f7c: Preparing 09:12:34 f383d71aa5ed: Preparing 09:12:34 91b21ce12413: Preparing 09:12:34 12e1a1c694c2: Preparing 09:12:34 84c93feab3d1: Preparing 09:12:34 10a54f7901dd: Preparing 09:12:34 275c1f87f0d5: Preparing 09:12:34 704fb88fa842: Preparing 09:12:34 0e64f2360a44: Preparing 09:12:34 275c1f87f0d5: Waiting 09:12:34 704fb88fa842: Waiting 09:12:34 0e64f2360a44: Waiting 09:12:34 10a54f7901dd: Waiting 09:12:34 f383d71aa5ed: Layer already exists 09:12:34 91b21ce12413: Layer already exists 09:12:34 5b28bcef8f7c: Layer already exists 09:12:34 12e1a1c694c2: Layer already exists 09:12:34 84c93feab3d1: Layer already exists 09:12:34 275c1f87f0d5: Layer already exists 09:12:34 10a54f7901dd: Layer already exists 09:12:34 704fb88fa842: Layer already exists 09:12:34 0e64f2360a44: Layer already exists 09:12:34 main: digest: sha256:3097c52be795fb2c8062edaf465ee7883503167b53d3eb7c300e0185e7890225 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:35 ===================================================== [Pipeline] echo 09:12:35 taggedImages: 09:12:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 09:12:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 09:12:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 09:12:35 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 09:12:35 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:35 latest 09:12:35 4.1.0-dev.91 09:12:35 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:35 main 09:12:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:12:35 18741af2795c: Preparing 09:12:35 c8794f761aa4: Preparing 09:12:35 84c93feab3d1: Preparing 09:12:35 10a54f7901dd: Preparing 09:12:35 ee58668487fb: Preparing 09:12:35 93cdd28525b7: Preparing 09:12:35 0e64f2360a44: Preparing 09:12:35 93cdd28525b7: Waiting 09:12:35 0e64f2360a44: Waiting 09:12:35 84c93feab3d1: Layer already exists 09:12:35 10a54f7901dd: Layer already exists 09:12:36 0e64f2360a44: Layer already exists 09:12:36 18741af2795c: Pushed 09:12:36 93cdd28525b7: Pushed 09:12:36 ee58668487fb: Pushed 09:12:44 c8794f761aa4: Pushed 09:12:44 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:44 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:12:46 18741af2795c: Preparing 09:12:46 c8794f761aa4: Preparing 09:12:46 84c93feab3d1: Preparing 09:12:46 10a54f7901dd: Preparing 09:12:46 ee58668487fb: Preparing 09:12:46 93cdd28525b7: Preparing 09:12:46 0e64f2360a44: Preparing 09:12:46 93cdd28525b7: Waiting 09:12:46 0e64f2360a44: Waiting 09:12:46 ee58668487fb: Layer already exists 09:12:46 18741af2795c: Layer already exists 09:12:46 10a54f7901dd: Layer already exists 09:12:46 84c93feab3d1: Layer already exists 09:12:46 c8794f761aa4: Layer already exists 09:12:46 93cdd28525b7: Layer already exists 09:12:46 0e64f2360a44: Layer already exists 09:12:46 latest: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 09:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:12:47 18741af2795c: Preparing 09:12:47 c8794f761aa4: Preparing 09:12:47 84c93feab3d1: Preparing 09:12:47 10a54f7901dd: Preparing 09:12:47 ee58668487fb: Preparing 09:12:47 93cdd28525b7: Preparing 09:12:47 0e64f2360a44: Preparing 09:12:47 93cdd28525b7: Waiting 09:12:47 0e64f2360a44: Waiting 09:12:47 c8794f761aa4: Layer already exists 09:12:47 84c93feab3d1: Layer already exists 09:12:47 ee58668487fb: Layer already exists 09:12:47 10a54f7901dd: Layer already exists 09:12:47 18741af2795c: Layer already exists 09:12:47 93cdd28525b7: Layer already exists 09:12:47 0e64f2360a44: Layer already exists 09:12:47 4.1.0-dev.91: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:12:48 18741af2795c: Preparing 09:12:48 c8794f761aa4: Preparing 09:12:48 84c93feab3d1: Preparing 09:12:48 10a54f7901dd: Preparing 09:12:48 ee58668487fb: Preparing 09:12:48 93cdd28525b7: Preparing 09:12:48 0e64f2360a44: Preparing 09:12:48 93cdd28525b7: Waiting 09:12:48 0e64f2360a44: Waiting 09:12:48 ee58668487fb: Layer already exists 09:12:48 c8794f761aa4: Layer already exists 09:12:48 84c93feab3d1: Layer already exists 09:12:48 10a54f7901dd: Layer already exists 09:12:48 18741af2795c: Layer already exists 09:12:48 93cdd28525b7: Layer already exists 09:12:48 0e64f2360a44: Layer already exists 09:12:48 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:49 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 09:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 09:12:49 18741af2795c: Preparing 09:12:49 c8794f761aa4: Preparing 09:12:49 84c93feab3d1: Preparing 09:12:49 10a54f7901dd: Preparing 09:12:49 ee58668487fb: Preparing 09:12:49 93cdd28525b7: Preparing 09:12:49 0e64f2360a44: Preparing 09:12:49 93cdd28525b7: Waiting 09:12:49 0e64f2360a44: Waiting 09:12:49 10a54f7901dd: Layer already exists 09:12:49 84c93feab3d1: Layer already exists 09:12:49 ee58668487fb: Layer already exists 09:12:49 c8794f761aa4: Layer already exists 09:12:49 18741af2795c: Layer already exists 09:12:49 0e64f2360a44: Layer already exists 09:12:49 93cdd28525b7: Layer already exists 09:12:49 main: digest: sha256:dcc2a6cfe68c0ad3ca720044aa28a8556faeb1e6500a1b83e97dc93f85cae7db size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:12:49 ===================================================== [Pipeline] echo 09:12:49 taggedImages: 09:12:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 09:12:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 09:12:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 09:12:49 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 09:12:49 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:49 latest 09:12:49 4.1.0-dev.91 09:12:49 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:12:49 main 09:12:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:50 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:12:50 9c348a035a77: Preparing 09:12:50 518928474b7b: Preparing 09:12:50 10a54f7901dd: Preparing 09:12:50 36cad3d483b3: Preparing 09:12:50 7a2ebc6af071: Preparing 09:12:50 0e64f2360a44: Preparing 09:12:50 0e64f2360a44: Waiting 09:12:50 10a54f7901dd: Layer already exists 09:12:50 0e64f2360a44: Layer already exists 09:12:50 7a2ebc6af071: Pushed 09:12:50 9c348a035a77: Pushed 09:12:50 36cad3d483b3: Pushed 09:12:58 518928474b7b: Pushed 09:12:58 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 09:12:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:12:59 9c348a035a77: Preparing 09:12:59 518928474b7b: Preparing 09:12:59 10a54f7901dd: Preparing 09:12:59 36cad3d483b3: Preparing 09:12:59 7a2ebc6af071: Preparing 09:12:59 0e64f2360a44: Preparing 09:12:59 0e64f2360a44: Waiting 09:12:59 518928474b7b: Layer already exists 09:12:59 7a2ebc6af071: Layer already exists 09:12:59 9c348a035a77: Layer already exists 09:12:59 36cad3d483b3: Layer already exists 09:12:59 10a54f7901dd: Layer already exists 09:12:59 0e64f2360a44: Layer already exists 09:12:59 latest: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 09:13:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:13:00 9c348a035a77: Preparing 09:13:00 518928474b7b: Preparing 09:13:00 10a54f7901dd: Preparing 09:13:00 36cad3d483b3: Preparing 09:13:00 7a2ebc6af071: Preparing 09:13:00 0e64f2360a44: Preparing 09:13:00 0e64f2360a44: Waiting 09:13:00 36cad3d483b3: Layer already exists 09:13:00 518928474b7b: Layer already exists 09:13:00 9c348a035a77: Layer already exists 09:13:00 10a54f7901dd: Layer already exists 09:13:00 7a2ebc6af071: Layer already exists 09:13:00 0e64f2360a44: Layer already exists 09:13:00 4.1.0-dev.91: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:13:01 9c348a035a77: Preparing 09:13:01 518928474b7b: Preparing 09:13:01 10a54f7901dd: Preparing 09:13:01 36cad3d483b3: Preparing 09:13:01 7a2ebc6af071: Preparing 09:13:01 0e64f2360a44: Preparing 09:13:01 0e64f2360a44: Waiting 09:13:01 36cad3d483b3: Layer already exists 09:13:01 10a54f7901dd: Layer already exists 09:13:01 9c348a035a77: Layer already exists 09:13:01 7a2ebc6af071: Layer already exists 09:13:01 518928474b7b: Layer already exists 09:13:01 0e64f2360a44: Layer already exists 09:13:01 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:02 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 09:13:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 09:13:02 9c348a035a77: Preparing 09:13:02 518928474b7b: Preparing 09:13:02 10a54f7901dd: Preparing 09:13:02 36cad3d483b3: Preparing 09:13:02 7a2ebc6af071: Preparing 09:13:02 0e64f2360a44: Preparing 09:13:02 0e64f2360a44: Waiting 09:13:02 7a2ebc6af071: Layer already exists 09:13:02 9c348a035a77: Layer already exists 09:13:02 518928474b7b: Layer already exists 09:13:02 10a54f7901dd: Layer already exists 09:13:02 36cad3d483b3: Layer already exists 09:13:02 0e64f2360a44: Layer already exists 09:13:02 main: digest: sha256:a415361d765c9bd41c03e0428020b1fd9dc10fb5bbae18ac07b900b3e83daa6f size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:13:02 ===================================================== [Pipeline] echo 09:13:02 taggedImages: 09:13:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 09:13:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 09:13:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 09:13:02 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 09:13:02 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:02 latest 09:13:02 4.1.0-dev.91 09:13:02 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:02 main 09:13:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:13:03 32f9a529982e: Preparing 09:13:03 844cb2dcf60b: Preparing 09:13:03 c0506943ec02: Preparing 09:13:03 84c93feab3d1: Preparing 09:13:03 10a54f7901dd: Preparing 09:13:03 275c1f87f0d5: Preparing 09:13:03 704fb88fa842: Preparing 09:13:03 0e64f2360a44: Preparing 09:13:03 704fb88fa842: Waiting 09:13:03 0e64f2360a44: Waiting 09:13:03 275c1f87f0d5: Waiting 09:13:03 10a54f7901dd: Layer already exists 09:13:03 84c93feab3d1: Layer already exists 09:13:03 275c1f87f0d5: Layer already exists 09:13:03 844cb2dcf60b: Pushed 09:13:03 704fb88fa842: Layer already exists 09:13:03 0e64f2360a44: Layer already exists 09:13:03 32f9a529982e: Pushed 09:13:11 c0506943ec02: Pushed 09:13:11 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:13:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:13:12 32f9a529982e: Preparing 09:13:12 844cb2dcf60b: Preparing 09:13:12 c0506943ec02: Preparing 09:13:12 84c93feab3d1: Preparing 09:13:12 10a54f7901dd: Preparing 09:13:12 275c1f87f0d5: Preparing 09:13:12 704fb88fa842: Preparing 09:13:12 0e64f2360a44: Preparing 09:13:12 275c1f87f0d5: Waiting 09:13:12 704fb88fa842: Waiting 09:13:12 0e64f2360a44: Waiting 09:13:12 844cb2dcf60b: Layer already exists 09:13:12 c0506943ec02: Layer already exists 09:13:12 32f9a529982e: Layer already exists 09:13:12 84c93feab3d1: Layer already exists 09:13:12 10a54f7901dd: Layer already exists 09:13:12 275c1f87f0d5: Layer already exists 09:13:12 0e64f2360a44: Layer already exists 09:13:12 704fb88fa842: Layer already exists 09:13:12 latest: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 09:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:13:13 32f9a529982e: Preparing 09:13:13 844cb2dcf60b: Preparing 09:13:13 c0506943ec02: Preparing 09:13:13 84c93feab3d1: Preparing 09:13:13 10a54f7901dd: Preparing 09:13:13 275c1f87f0d5: Preparing 09:13:13 704fb88fa842: Preparing 09:13:13 275c1f87f0d5: Waiting 09:13:13 0e64f2360a44: Preparing 09:13:13 704fb88fa842: Waiting 09:13:13 c0506943ec02: Layer already exists 09:13:13 84c93feab3d1: Layer already exists 09:13:13 32f9a529982e: Layer already exists 09:13:13 10a54f7901dd: Layer already exists 09:13:13 844cb2dcf60b: Layer already exists 09:13:13 275c1f87f0d5: Layer already exists 09:13:13 0e64f2360a44: Layer already exists 09:13:13 704fb88fa842: Layer already exists 09:13:13 4.1.0-dev.91: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:13:13 32f9a529982e: Preparing 09:13:13 844cb2dcf60b: Preparing 09:13:13 c0506943ec02: Preparing 09:13:13 84c93feab3d1: Preparing 09:13:13 10a54f7901dd: Preparing 09:13:13 275c1f87f0d5: Preparing 09:13:13 704fb88fa842: Preparing 09:13:13 0e64f2360a44: Preparing 09:13:13 275c1f87f0d5: Waiting 09:13:13 704fb88fa842: Waiting 09:13:13 0e64f2360a44: Waiting 09:13:13 10a54f7901dd: Layer already exists 09:13:13 844cb2dcf60b: Layer already exists 09:13:13 32f9a529982e: Layer already exists 09:13:13 c0506943ec02: Layer already exists 09:13:13 84c93feab3d1: Layer already exists 09:13:13 704fb88fa842: Layer already exists 09:13:13 275c1f87f0d5: Layer already exists 09:13:13 0e64f2360a44: Layer already exists 09:13:13 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 09:13:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 09:13:14 32f9a529982e: Preparing 09:13:14 844cb2dcf60b: Preparing 09:13:14 c0506943ec02: Preparing 09:13:14 84c93feab3d1: Preparing 09:13:14 10a54f7901dd: Preparing 09:13:14 275c1f87f0d5: Preparing 09:13:14 704fb88fa842: Preparing 09:13:14 0e64f2360a44: Preparing 09:13:14 275c1f87f0d5: Waiting 09:13:14 704fb88fa842: Waiting 09:13:14 0e64f2360a44: Waiting 09:13:14 32f9a529982e: Layer already exists 09:13:14 10a54f7901dd: Layer already exists 09:13:14 844cb2dcf60b: Layer already exists 09:13:14 c0506943ec02: Layer already exists 09:13:14 84c93feab3d1: Layer already exists 09:13:14 275c1f87f0d5: Layer already exists 09:13:14 704fb88fa842: Layer already exists 09:13:14 0e64f2360a44: Layer already exists 09:13:14 main: digest: sha256:1145ee0c9672c4c7dbbb72f41ea471817a2b463f85506b92e55644cb65845929 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:13:14 ===================================================== [Pipeline] echo 09:13:14 taggedImages: 09:13:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 09:13:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 09:13:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:14 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 09:13:15 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 09:13:15 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:15 latest 09:13:15 4.1.0-dev.91 09:13:15 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:15 main 09:13:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:15 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:13:15 043db611d794: Preparing 09:13:15 3dbe253bcc4e: Preparing 09:13:15 4dbeaafebd3e: Preparing 09:13:15 6c9e012a5618: Preparing 09:13:15 37198a74d211: Preparing 09:13:15 1d4fc491648d: Preparing 09:13:15 ec46c042b797: Preparing 09:13:15 84c93feab3d1: Preparing 09:13:15 10a54f7901dd: Preparing 09:13:15 84f713d8983c: Preparing 09:13:15 bae0294117d1: Preparing 09:13:15 5f70bf18a086: Preparing 09:13:15 57a1273b3d89: Preparing 09:13:15 670f88607715: Preparing 09:13:15 5ac4a1fa80a3: Preparing 09:13:15 0e64f2360a44: Preparing 09:13:15 10a54f7901dd: Waiting 09:13:15 84f713d8983c: Waiting 09:13:15 bae0294117d1: Waiting 09:13:15 5f70bf18a086: Waiting 09:13:15 1d4fc491648d: Waiting 09:13:15 57a1273b3d89: Waiting 09:13:15 670f88607715: Waiting 09:13:15 5ac4a1fa80a3: Waiting 09:13:15 0e64f2360a44: Waiting 09:13:15 ec46c042b797: Waiting 09:13:15 84c93feab3d1: Waiting 09:13:15 37198a74d211: Pushed 09:13:15 3dbe253bcc4e: Pushed 09:13:15 4dbeaafebd3e: Pushed 09:13:15 6c9e012a5618: Pushed 09:13:15 043db611d794: Pushed 09:13:15 84c93feab3d1: Layer already exists 09:13:15 10a54f7901dd: Layer already exists 09:13:15 5f70bf18a086: Layer already exists 09:13:15 1d4fc491648d: Pushed 09:13:16 84f713d8983c: Pushed 09:13:16 bae0294117d1: Pushed 09:13:16 0e64f2360a44: Layer already exists 09:13:16 57a1273b3d89: Pushed 09:13:16 5ac4a1fa80a3: Pushed 09:13:16 670f88607715: Pushed 09:13:19 ec46c042b797: Pushed 09:13:19 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:19 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:13:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:13:19 043db611d794: Preparing 09:13:19 3dbe253bcc4e: Preparing 09:13:19 4dbeaafebd3e: Preparing 09:13:19 6c9e012a5618: Preparing 09:13:19 37198a74d211: Preparing 09:13:19 1d4fc491648d: Preparing 09:13:19 ec46c042b797: Preparing 09:13:19 84c93feab3d1: Preparing 09:13:19 10a54f7901dd: Preparing 09:13:19 84f713d8983c: Preparing 09:13:19 bae0294117d1: Preparing 09:13:19 5f70bf18a086: Preparing 09:13:19 57a1273b3d89: Preparing 09:13:19 670f88607715: Preparing 09:13:19 5ac4a1fa80a3: Preparing 09:13:19 0e64f2360a44: Preparing 09:13:19 84f713d8983c: Waiting 09:13:19 bae0294117d1: Waiting 09:13:19 5f70bf18a086: Waiting 09:13:19 57a1273b3d89: Waiting 09:13:19 670f88607715: Waiting 09:13:19 1d4fc491648d: Waiting 09:13:19 ec46c042b797: Waiting 09:13:19 84c93feab3d1: Waiting 09:13:19 10a54f7901dd: Waiting 09:13:19 5ac4a1fa80a3: Waiting 09:13:19 0e64f2360a44: Waiting 09:13:19 6c9e012a5618: Layer already exists 09:13:19 37198a74d211: Layer already exists 09:13:19 4dbeaafebd3e: Layer already exists 09:13:19 3dbe253bcc4e: Layer already exists 09:13:19 043db611d794: Layer already exists 09:13:19 84c93feab3d1: Layer already exists 09:13:19 1d4fc491648d: Layer already exists 09:13:19 ec46c042b797: Layer already exists 09:13:19 84f713d8983c: Layer already exists 09:13:19 10a54f7901dd: Layer already exists 09:13:19 5f70bf18a086: Layer already exists 09:13:19 bae0294117d1: Layer already exists 09:13:19 57a1273b3d89: Layer already exists 09:13:19 670f88607715: Layer already exists 09:13:19 5ac4a1fa80a3: Layer already exists 09:13:19 0e64f2360a44: Layer already exists 09:13:20 latest: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 09:13:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:13:20 043db611d794: Preparing 09:13:20 3dbe253bcc4e: Preparing 09:13:20 4dbeaafebd3e: Preparing 09:13:20 6c9e012a5618: Preparing 09:13:20 37198a74d211: Preparing 09:13:20 1d4fc491648d: Preparing 09:13:20 ec46c042b797: Preparing 09:13:20 84c93feab3d1: Preparing 09:13:20 10a54f7901dd: Preparing 09:13:20 84f713d8983c: Preparing 09:13:20 bae0294117d1: Preparing 09:13:20 5f70bf18a086: Preparing 09:13:20 57a1273b3d89: Preparing 09:13:20 670f88607715: Preparing 09:13:20 5ac4a1fa80a3: Preparing 09:13:20 0e64f2360a44: Preparing 09:13:20 bae0294117d1: Waiting 09:13:20 5f70bf18a086: Waiting 09:13:20 57a1273b3d89: Waiting 09:13:20 670f88607715: Waiting 09:13:20 5ac4a1fa80a3: Waiting 09:13:20 0e64f2360a44: Waiting 09:13:20 1d4fc491648d: Waiting 09:13:20 ec46c042b797: Waiting 09:13:20 84c93feab3d1: Waiting 09:13:20 10a54f7901dd: Waiting 09:13:20 84f713d8983c: Waiting 09:13:20 37198a74d211: Layer already exists 09:13:20 043db611d794: Layer already exists 09:13:20 4dbeaafebd3e: Layer already exists 09:13:20 6c9e012a5618: Layer already exists 09:13:20 3dbe253bcc4e: Layer already exists 09:13:20 1d4fc491648d: Layer already exists 09:13:20 84c93feab3d1: Layer already exists 09:13:20 10a54f7901dd: Layer already exists 09:13:20 84f713d8983c: Layer already exists 09:13:20 ec46c042b797: Layer already exists 09:13:20 bae0294117d1: Layer already exists 09:13:20 5f70bf18a086: Layer already exists 09:13:20 670f88607715: Layer already exists 09:13:20 57a1273b3d89: Layer already exists 09:13:20 0e64f2360a44: Layer already exists 09:13:20 5ac4a1fa80a3: Layer already exists 09:13:20 4.1.0-dev.91: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:13:24 043db611d794: Preparing 09:13:24 3dbe253bcc4e: Preparing 09:13:24 4dbeaafebd3e: Preparing 09:13:24 6c9e012a5618: Preparing 09:13:24 37198a74d211: Preparing 09:13:24 1d4fc491648d: Preparing 09:13:24 ec46c042b797: Preparing 09:13:24 84c93feab3d1: Preparing 09:13:24 10a54f7901dd: Preparing 09:13:24 84f713d8983c: Preparing 09:13:24 bae0294117d1: Preparing 09:13:24 5f70bf18a086: Preparing 09:13:24 57a1273b3d89: Preparing 09:13:24 670f88607715: Preparing 09:13:24 5ac4a1fa80a3: Preparing 09:13:24 0e64f2360a44: Preparing 09:13:24 10a54f7901dd: Waiting 09:13:24 84f713d8983c: Waiting 09:13:24 bae0294117d1: Waiting 09:13:24 5f70bf18a086: Waiting 09:13:24 57a1273b3d89: Waiting 09:13:24 5ac4a1fa80a3: Waiting 09:13:24 0e64f2360a44: Waiting 09:13:24 670f88607715: Waiting 09:13:24 ec46c042b797: Waiting 09:13:24 1d4fc491648d: Waiting 09:13:24 84c93feab3d1: Waiting 09:13:24 6c9e012a5618: Layer already exists 09:13:24 3dbe253bcc4e: Layer already exists 09:13:24 043db611d794: Layer already exists 09:13:24 37198a74d211: Layer already exists 09:13:24 4dbeaafebd3e: Layer already exists 09:13:24 ec46c042b797: Layer already exists 09:13:24 1d4fc491648d: Layer already exists 09:13:24 84c93feab3d1: Layer already exists 09:13:24 10a54f7901dd: Layer already exists 09:13:24 84f713d8983c: Layer already exists 09:13:24 670f88607715: Layer already exists 09:13:24 5ac4a1fa80a3: Layer already exists 09:13:24 5f70bf18a086: Layer already exists 09:13:24 bae0294117d1: Layer already exists 09:13:24 57a1273b3d89: Layer already exists 09:13:24 0e64f2360a44: Layer already exists 09:13:24 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 09:13:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 09:13:25 043db611d794: Preparing 09:13:25 3dbe253bcc4e: Preparing 09:13:25 4dbeaafebd3e: Preparing 09:13:25 6c9e012a5618: Preparing 09:13:25 37198a74d211: Preparing 09:13:25 1d4fc491648d: Preparing 09:13:25 ec46c042b797: Preparing 09:13:25 84c93feab3d1: Preparing 09:13:25 10a54f7901dd: Preparing 09:13:25 84f713d8983c: Preparing 09:13:25 bae0294117d1: Preparing 09:13:25 5f70bf18a086: Preparing 09:13:25 57a1273b3d89: Preparing 09:13:25 670f88607715: Preparing 09:13:25 5ac4a1fa80a3: Preparing 09:13:25 0e64f2360a44: Preparing 09:13:25 bae0294117d1: Waiting 09:13:25 5f70bf18a086: Waiting 09:13:25 57a1273b3d89: Waiting 09:13:25 670f88607715: Waiting 09:13:25 5ac4a1fa80a3: Waiting 09:13:25 0e64f2360a44: Waiting 09:13:25 1d4fc491648d: Waiting 09:13:25 ec46c042b797: Waiting 09:13:25 84c93feab3d1: Waiting 09:13:25 10a54f7901dd: Waiting 09:13:25 84f713d8983c: Waiting 09:13:25 37198a74d211: Layer already exists 09:13:25 4dbeaafebd3e: Layer already exists 09:13:25 6c9e012a5618: Layer already exists 09:13:25 043db611d794: Layer already exists 09:13:25 3dbe253bcc4e: Layer already exists 09:13:25 84c93feab3d1: Layer already exists 09:13:25 ec46c042b797: Layer already exists 09:13:25 10a54f7901dd: Layer already exists 09:13:25 1d4fc491648d: Layer already exists 09:13:25 84f713d8983c: Layer already exists 09:13:25 57a1273b3d89: Layer already exists 09:13:25 bae0294117d1: Layer already exists 09:13:25 5f70bf18a086: Layer already exists 09:13:25 5ac4a1fa80a3: Layer already exists 09:13:25 670f88607715: Layer already exists 09:13:25 0e64f2360a44: Layer already exists 09:13:25 main: digest: sha256:6a058875be0974e7cdd602274247a4cc46c8770e19b5a95ebf8130d191485ec7 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:13:25 ===================================================== [Pipeline] echo 09:13:25 taggedImages: 09:13:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 09:13:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 09:13:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:25 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 09:13:25 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 09:13:25 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:25 latest 09:13:25 4.1.0-dev.91 09:13:25 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:25 main 09:13:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:26 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:13:26 918db04ef51e: Preparing 09:13:26 39215032165c: Preparing 09:13:26 c294f6d80c2c: Preparing 09:13:26 17741b8b246b: Preparing 09:13:26 84c93feab3d1: Preparing 09:13:26 10a54f7901dd: Preparing 09:13:26 275c1f87f0d5: Preparing 09:13:26 704fb88fa842: Preparing 09:13:26 0e64f2360a44: Preparing 09:13:26 10a54f7901dd: Waiting 09:13:26 275c1f87f0d5: Waiting 09:13:26 704fb88fa842: Waiting 09:13:26 0e64f2360a44: Waiting 09:13:26 84c93feab3d1: Layer already exists 09:13:26 10a54f7901dd: Layer already exists 09:13:26 c294f6d80c2c: Pushed 09:13:26 39215032165c: Pushed 09:13:26 918db04ef51e: Pushed 09:13:26 275c1f87f0d5: Layer already exists 09:13:26 704fb88fa842: Layer already exists 09:13:26 0e64f2360a44: Layer already exists 09:13:34 17741b8b246b: Pushed 09:13:34 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:35 + 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 09:13:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 09:13:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:13:35 918db04ef51e: Preparing 09:13:35 39215032165c: Preparing 09:13:35 c294f6d80c2c: Preparing 09:13:35 17741b8b246b: Preparing 09:13:35 84c93feab3d1: Preparing 09:13:35 10a54f7901dd: Preparing 09:13:35 275c1f87f0d5: Preparing 09:13:35 704fb88fa842: Preparing 09:13:35 0e64f2360a44: Preparing 09:13:35 10a54f7901dd: Waiting 09:13:35 704fb88fa842: Waiting 09:13:35 275c1f87f0d5: Waiting 09:13:35 0e64f2360a44: Waiting 09:13:35 84c93feab3d1: Layer already exists 09:13:35 918db04ef51e: Layer already exists 09:13:35 c294f6d80c2c: Layer already exists 09:13:35 39215032165c: Layer already exists 09:13:35 17741b8b246b: Layer already exists 09:13:35 275c1f87f0d5: Layer already exists 09:13:35 704fb88fa842: Layer already exists 09:13:35 10a54f7901dd: Layer already exists 09:13:35 0e64f2360a44: Layer already exists 09:13:35 latest: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 09:13:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:13:36 918db04ef51e: Preparing 09:13:36 39215032165c: Preparing 09:13:36 c294f6d80c2c: Preparing 09:13:36 17741b8b246b: Preparing 09:13:36 84c93feab3d1: Preparing 09:13:36 10a54f7901dd: Preparing 09:13:36 275c1f87f0d5: Preparing 09:13:36 704fb88fa842: Preparing 09:13:36 0e64f2360a44: Preparing 09:13:36 275c1f87f0d5: Waiting 09:13:36 704fb88fa842: Waiting 09:13:36 0e64f2360a44: Waiting 09:13:36 10a54f7901dd: Waiting 09:13:36 17741b8b246b: Layer already exists 09:13:36 918db04ef51e: Layer already exists 09:13:36 84c93feab3d1: Layer already exists 09:13:36 c294f6d80c2c: Layer already exists 09:13:36 39215032165c: Layer already exists 09:13:36 10a54f7901dd: Layer already exists 09:13:36 0e64f2360a44: Layer already exists 09:13:36 275c1f87f0d5: Layer already exists 09:13:36 704fb88fa842: Layer already exists 09:13:36 4.1.0-dev.91: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:13:37 918db04ef51e: Preparing 09:13:37 39215032165c: Preparing 09:13:37 c294f6d80c2c: Preparing 09:13:37 17741b8b246b: Preparing 09:13:37 84c93feab3d1: Preparing 09:13:37 10a54f7901dd: Preparing 09:13:37 275c1f87f0d5: Preparing 09:13:37 704fb88fa842: Preparing 09:13:37 0e64f2360a44: Preparing 09:13:37 10a54f7901dd: Waiting 09:13:37 275c1f87f0d5: Waiting 09:13:37 704fb88fa842: Waiting 09:13:37 0e64f2360a44: Waiting 09:13:37 918db04ef51e: Layer already exists 09:13:37 17741b8b246b: Layer already exists 09:13:37 c294f6d80c2c: Layer already exists 09:13:37 84c93feab3d1: Layer already exists 09:13:37 39215032165c: Layer already exists 09:13:37 704fb88fa842: Layer already exists 09:13:37 275c1f87f0d5: Layer already exists 09:13:37 0e64f2360a44: Layer already exists 09:13:37 10a54f7901dd: Layer already exists 09:13:37 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:37 + 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 09:13:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 09:13:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 09:13:37 918db04ef51e: Preparing 09:13:37 39215032165c: Preparing 09:13:37 c294f6d80c2c: Preparing 09:13:37 17741b8b246b: Preparing 09:13:37 84c93feab3d1: Preparing 09:13:37 10a54f7901dd: Preparing 09:13:37 275c1f87f0d5: Preparing 09:13:37 704fb88fa842: Preparing 09:13:37 0e64f2360a44: Preparing 09:13:37 10a54f7901dd: Waiting 09:13:37 275c1f87f0d5: Waiting 09:13:37 704fb88fa842: Waiting 09:13:37 0e64f2360a44: Waiting 09:13:37 84c93feab3d1: Layer already exists 09:13:37 39215032165c: Layer already exists 09:13:37 918db04ef51e: Layer already exists 09:13:37 17741b8b246b: Layer already exists 09:13:37 c294f6d80c2c: Layer already exists 09:13:37 10a54f7901dd: Layer already exists 09:13:37 275c1f87f0d5: Layer already exists 09:13:37 704fb88fa842: Layer already exists 09:13:37 0e64f2360a44: Layer already exists 09:13:37 main: digest: sha256:821771be4d832875a0803010acbcd11a6084450ec287481c9db0a7d6f9d3f135 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:13:38 ===================================================== [Pipeline] echo 09:13:38 taggedImages: 09:13:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 09:13:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 09:13:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:38 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 09:13:38 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 09:13:38 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:38 latest 09:13:38 4.1.0-dev.91 09:13:38 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:38 main 09:13:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:38 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:13:39 53a28c264b0c: Preparing 09:13:39 49d2acafaac7: Preparing 09:13:39 03721b58c9b9: Preparing 09:13:39 ab8dc836312d: Preparing 09:13:39 f11584f0eb87: Preparing 09:13:39 84c93feab3d1: Preparing 09:13:39 10a54f7901dd: Preparing 09:13:39 c5b389d6d175: Preparing 09:13:39 bb75557c45cf: Preparing 09:13:39 08ce3082195b: Preparing 09:13:39 0e64f2360a44: Preparing 09:13:39 10a54f7901dd: Waiting 09:13:39 c5b389d6d175: Waiting 09:13:39 bb75557c45cf: Waiting 09:13:39 08ce3082195b: Waiting 09:13:39 0e64f2360a44: Waiting 09:13:39 84c93feab3d1: Waiting 09:13:39 ab8dc836312d: Pushed 09:13:39 f11584f0eb87: Pushed 09:13:39 49d2acafaac7: Pushed 09:13:39 53a28c264b0c: Pushed 09:13:39 10a54f7901dd: Layer already exists 09:13:39 84c93feab3d1: Layer already exists 09:13:39 0e64f2360a44: Layer already exists 09:13:39 c5b389d6d175: Pushed 09:13:39 bb75557c45cf: Pushed 09:13:42 08ce3082195b: Pushed 09:13:45 03721b58c9b9: Pushed 09:13:45 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:45 + 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 09:13:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 09:13:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:13:46 53a28c264b0c: Preparing 09:13:46 49d2acafaac7: Preparing 09:13:46 03721b58c9b9: Preparing 09:13:46 ab8dc836312d: Preparing 09:13:46 f11584f0eb87: Preparing 09:13:46 84c93feab3d1: Preparing 09:13:46 10a54f7901dd: Preparing 09:13:46 c5b389d6d175: Preparing 09:13:46 bb75557c45cf: Preparing 09:13:46 08ce3082195b: Preparing 09:13:46 0e64f2360a44: Preparing 09:13:46 10a54f7901dd: Waiting 09:13:46 c5b389d6d175: Waiting 09:13:46 bb75557c45cf: Waiting 09:13:46 08ce3082195b: Waiting 09:13:46 0e64f2360a44: Waiting 09:13:46 53a28c264b0c: Layer already exists 09:13:46 03721b58c9b9: Layer already exists 09:13:46 ab8dc836312d: Layer already exists 09:13:46 49d2acafaac7: Layer already exists 09:13:46 f11584f0eb87: Layer already exists 09:13:46 84c93feab3d1: Layer already exists 09:13:46 bb75557c45cf: Layer already exists 09:13:46 10a54f7901dd: Layer already exists 09:13:46 c5b389d6d175: Layer already exists 09:13:46 08ce3082195b: Layer already exists 09:13:46 0e64f2360a44: Layer already exists 09:13:46 latest: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:46 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 09:13:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:13:47 53a28c264b0c: Preparing 09:13:47 49d2acafaac7: Preparing 09:13:47 03721b58c9b9: Preparing 09:13:47 ab8dc836312d: Preparing 09:13:47 f11584f0eb87: Preparing 09:13:47 84c93feab3d1: Preparing 09:13:47 10a54f7901dd: Preparing 09:13:47 c5b389d6d175: Preparing 09:13:47 bb75557c45cf: Preparing 09:13:47 08ce3082195b: Preparing 09:13:47 0e64f2360a44: Preparing 09:13:47 bb75557c45cf: Waiting 09:13:47 08ce3082195b: Waiting 09:13:47 0e64f2360a44: Waiting 09:13:47 84c93feab3d1: Waiting 09:13:47 10a54f7901dd: Waiting 09:13:47 c5b389d6d175: Waiting 09:13:47 ab8dc836312d: Layer already exists 09:13:47 f11584f0eb87: Layer already exists 09:13:47 53a28c264b0c: Layer already exists 09:13:47 03721b58c9b9: Layer already exists 09:13:47 49d2acafaac7: Layer already exists 09:13:47 84c93feab3d1: Layer already exists 09:13:47 bb75557c45cf: Layer already exists 09:13:47 08ce3082195b: Layer already exists 09:13:47 c5b389d6d175: Layer already exists 09:13:47 10a54f7901dd: Layer already exists 09:13:47 0e64f2360a44: Layer already exists 09:13:47 4.1.0-dev.91: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:47 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:13:48 53a28c264b0c: Preparing 09:13:48 49d2acafaac7: Preparing 09:13:48 03721b58c9b9: Preparing 09:13:48 ab8dc836312d: Preparing 09:13:48 f11584f0eb87: Preparing 09:13:48 84c93feab3d1: Preparing 09:13:48 10a54f7901dd: Preparing 09:13:48 c5b389d6d175: Preparing 09:13:48 bb75557c45cf: Preparing 09:13:48 08ce3082195b: Preparing 09:13:48 0e64f2360a44: Preparing 09:13:48 c5b389d6d175: Waiting 09:13:48 bb75557c45cf: Waiting 09:13:48 08ce3082195b: Waiting 09:13:48 0e64f2360a44: Waiting 09:13:48 84c93feab3d1: Waiting 09:13:48 10a54f7901dd: Waiting 09:13:48 53a28c264b0c: Layer already exists 09:13:48 03721b58c9b9: Layer already exists 09:13:48 ab8dc836312d: Layer already exists 09:13:48 f11584f0eb87: Layer already exists 09:13:48 49d2acafaac7: Layer already exists 09:13:48 84c93feab3d1: Layer already exists 09:13:48 08ce3082195b: Layer already exists 09:13:48 bb75557c45cf: Layer already exists 09:13:48 10a54f7901dd: Layer already exists 09:13:48 c5b389d6d175: Layer already exists 09:13:48 0e64f2360a44: Layer already exists 09:13:49 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:49 + 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 09:13:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 09:13:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 09:13:49 53a28c264b0c: Preparing 09:13:49 49d2acafaac7: Preparing 09:13:49 03721b58c9b9: Preparing 09:13:49 ab8dc836312d: Preparing 09:13:49 f11584f0eb87: Preparing 09:13:49 84c93feab3d1: Preparing 09:13:49 10a54f7901dd: Preparing 09:13:49 84c93feab3d1: Waiting 09:13:49 c5b389d6d175: Preparing 09:13:49 10a54f7901dd: Waiting 09:13:49 bb75557c45cf: Preparing 09:13:49 c5b389d6d175: Waiting 09:13:49 08ce3082195b: Preparing 09:13:49 0e64f2360a44: Preparing 09:13:49 08ce3082195b: Waiting 09:13:49 0e64f2360a44: Waiting 09:13:49 ab8dc836312d: Layer already exists 09:13:49 53a28c264b0c: Layer already exists 09:13:49 f11584f0eb87: Layer already exists 09:13:49 49d2acafaac7: Layer already exists 09:13:49 03721b58c9b9: Layer already exists 09:13:49 10a54f7901dd: Layer already exists 09:13:49 08ce3082195b: Layer already exists 09:13:49 c5b389d6d175: Layer already exists 09:13:49 84c93feab3d1: Layer already exists 09:13:49 bb75557c45cf: Layer already exists 09:13:49 0e64f2360a44: Layer already exists 09:13:50 main: digest: sha256:b34c9e4da15c90399b704e63439d75d209c9826e8caea923418179c27b13de4c size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:13:50 ===================================================== [Pipeline] echo 09:13:50 taggedImages: 09:13:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 09:13:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 09:13:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:50 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 09:13:50 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 09:13:50 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:50 latest 09:13:50 4.1.0-dev.91 09:13:50 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:13:50 main 09:13:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:13:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:13:50 c23dbcee64f5: Preparing 09:13:50 3b9578db6c1a: Preparing 09:13:50 c4b096bd793c: Preparing 09:13:50 8db61e4f99d3: Preparing 09:13:50 92160b34e9de: Preparing 09:13:50 d8cf16f5e8e5: Preparing 09:13:50 94d93cf2f5b8: Preparing 09:13:50 84c93feab3d1: Preparing 09:13:50 10a54f7901dd: Preparing 09:13:50 3816a9c69467: Preparing 09:13:50 a0e769248626: Preparing 09:13:50 0e64f2360a44: Preparing 09:13:50 84c93feab3d1: Waiting 09:13:50 10a54f7901dd: Waiting 09:13:50 a0e769248626: Waiting 09:13:50 0e64f2360a44: Waiting 09:13:50 3816a9c69467: Waiting 09:13:50 d8cf16f5e8e5: Waiting 09:13:50 94d93cf2f5b8: Waiting 09:13:51 3b9578db6c1a: Pushed 09:13:51 c23dbcee64f5: Pushed 09:13:51 92160b34e9de: Pushed 09:13:51 84c93feab3d1: Layer already exists 09:13:51 d8cf16f5e8e5: Pushed 09:13:51 10a54f7901dd: Layer already exists 09:13:51 94d93cf2f5b8: Pushed 09:13:51 0e64f2360a44: Layer already exists 09:13:51 3816a9c69467: Pushed 09:13:55 a0e769248626: Pushed 09:13:57 8db61e4f99d3: Pushed 09:13:57 c4b096bd793c: Pushed 09:13:58 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:58 + 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 09:13:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 09:13:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:13:58 c23dbcee64f5: Preparing 09:13:58 3b9578db6c1a: Preparing 09:13:58 c4b096bd793c: Preparing 09:13:58 8db61e4f99d3: Preparing 09:13:58 92160b34e9de: Preparing 09:13:58 d8cf16f5e8e5: Preparing 09:13:58 94d93cf2f5b8: Preparing 09:13:58 84c93feab3d1: Preparing 09:13:58 10a54f7901dd: Preparing 09:13:58 3816a9c69467: Preparing 09:13:58 a0e769248626: Preparing 09:13:58 0e64f2360a44: Preparing 09:13:58 d8cf16f5e8e5: Waiting 09:13:58 94d93cf2f5b8: Waiting 09:13:58 84c93feab3d1: Waiting 09:13:58 10a54f7901dd: Waiting 09:13:58 3816a9c69467: Waiting 09:13:58 a0e769248626: Waiting 09:13:58 0e64f2360a44: Waiting 09:13:58 3b9578db6c1a: Layer already exists 09:13:58 c23dbcee64f5: Layer already exists 09:13:58 92160b34e9de: Layer already exists 09:13:58 8db61e4f99d3: Layer already exists 09:13:58 c4b096bd793c: Layer already exists 09:13:58 d8cf16f5e8e5: Layer already exists 09:13:58 94d93cf2f5b8: Layer already exists 09:13:58 84c93feab3d1: Layer already exists 09:13:58 10a54f7901dd: Layer already exists 09:13:58 3816a9c69467: Layer already exists 09:13:58 a0e769248626: Layer already exists 09:13:58 0e64f2360a44: Layer already exists 09:13:59 latest: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:59 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:13:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 09:13:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:13:59 c23dbcee64f5: Preparing 09:13:59 3b9578db6c1a: Preparing 09:13:59 c4b096bd793c: Preparing 09:13:59 8db61e4f99d3: Preparing 09:13:59 92160b34e9de: Preparing 09:13:59 d8cf16f5e8e5: Preparing 09:13:59 94d93cf2f5b8: Preparing 09:13:59 84c93feab3d1: Preparing 09:13:59 10a54f7901dd: Preparing 09:13:59 3816a9c69467: Preparing 09:13:59 a0e769248626: Preparing 09:13:59 0e64f2360a44: Preparing 09:13:59 d8cf16f5e8e5: Waiting 09:13:59 3816a9c69467: Waiting 09:13:59 a0e769248626: Waiting 09:13:59 0e64f2360a44: Waiting 09:13:59 94d93cf2f5b8: Waiting 09:13:59 84c93feab3d1: Waiting 09:13:59 10a54f7901dd: Waiting 09:13:59 c4b096bd793c: Layer already exists 09:13:59 8db61e4f99d3: Layer already exists 09:13:59 92160b34e9de: Layer already exists 09:13:59 c23dbcee64f5: Layer already exists 09:13:59 3b9578db6c1a: Layer already exists 09:13:59 d8cf16f5e8e5: Layer already exists 09:13:59 94d93cf2f5b8: Layer already exists 09:13:59 3816a9c69467: Layer already exists 09:13:59 10a54f7901dd: Layer already exists 09:13:59 84c93feab3d1: Layer already exists 09:13:59 a0e769248626: Layer already exists 09:13:59 0e64f2360a44: Layer already exists 09:14:00 4.1.0-dev.91: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:00 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:14:00 c23dbcee64f5: Preparing 09:14:00 3b9578db6c1a: Preparing 09:14:00 c4b096bd793c: Preparing 09:14:00 8db61e4f99d3: Preparing 09:14:00 92160b34e9de: Preparing 09:14:00 d8cf16f5e8e5: Preparing 09:14:00 94d93cf2f5b8: Preparing 09:14:00 d8cf16f5e8e5: Waiting 09:14:00 84c93feab3d1: Preparing 09:14:00 10a54f7901dd: Preparing 09:14:00 94d93cf2f5b8: Waiting 09:14:00 84c93feab3d1: Waiting 09:14:00 3816a9c69467: Preparing 09:14:00 10a54f7901dd: Waiting 09:14:00 a0e769248626: Preparing 09:14:00 0e64f2360a44: Preparing 09:14:00 3816a9c69467: Waiting 09:14:00 a0e769248626: Waiting 09:14:00 0e64f2360a44: Waiting 09:14:00 c4b096bd793c: Layer already exists 09:14:00 92160b34e9de: Layer already exists 09:14:00 8db61e4f99d3: Layer already exists 09:14:00 3b9578db6c1a: Layer already exists 09:14:00 c23dbcee64f5: Layer already exists 09:14:00 94d93cf2f5b8: Layer already exists 09:14:00 d8cf16f5e8e5: Layer already exists 09:14:00 10a54f7901dd: Layer already exists 09:14:00 84c93feab3d1: Layer already exists 09:14:00 3816a9c69467: Layer already exists 09:14:00 a0e769248626: Layer already exists 09:14:00 0e64f2360a44: Layer already exists 09:14:01 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:01 + 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 09:14:01 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 09:14:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 09:14:01 c23dbcee64f5: Preparing 09:14:01 3b9578db6c1a: Preparing 09:14:01 c4b096bd793c: Preparing 09:14:01 8db61e4f99d3: Preparing 09:14:01 92160b34e9de: Preparing 09:14:01 d8cf16f5e8e5: Preparing 09:14:01 94d93cf2f5b8: Preparing 09:14:01 84c93feab3d1: Preparing 09:14:01 10a54f7901dd: Preparing 09:14:01 3816a9c69467: Preparing 09:14:01 a0e769248626: Preparing 09:14:01 0e64f2360a44: Preparing 09:14:01 84c93feab3d1: Waiting 09:14:01 10a54f7901dd: Waiting 09:14:01 3816a9c69467: Waiting 09:14:01 a0e769248626: Waiting 09:14:01 0e64f2360a44: Waiting 09:14:01 d8cf16f5e8e5: Waiting 09:14:01 94d93cf2f5b8: Waiting 09:14:01 c23dbcee64f5: Layer already exists 09:14:01 3b9578db6c1a: Layer already exists 09:14:01 8db61e4f99d3: Layer already exists 09:14:01 92160b34e9de: Layer already exists 09:14:01 84c93feab3d1: Layer already exists 09:14:01 d8cf16f5e8e5: Layer already exists 09:14:01 c4b096bd793c: Layer already exists 09:14:01 94d93cf2f5b8: Layer already exists 09:14:01 10a54f7901dd: Layer already exists 09:14:01 3816a9c69467: Layer already exists 09:14:01 0e64f2360a44: Layer already exists 09:14:01 a0e769248626: Layer already exists 09:14:01 main: digest: sha256:df77bafb66b312125963e75e4218a6d322c7e9f4e12fc5c3d4ffde7f9341c180 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:14:02 ===================================================== [Pipeline] echo 09:14:02 taggedImages: 09:14:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 09:14:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 09:14:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:02 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 09:14:02 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 09:14:02 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:02 latest 09:14:02 4.1.0-dev.91 09:14:02 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:02 main 09:14:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:02 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:14:02 0d756aa6c871: Preparing 09:14:02 e014b62c5aa9: Preparing 09:14:02 84c93feab3d1: Preparing 09:14:02 10a54f7901dd: Preparing 09:14:02 0f30917435a0: Preparing 09:14:02 dbac9ce768a6: Preparing 09:14:02 0e64f2360a44: Preparing 09:14:02 dbac9ce768a6: Waiting 09:14:02 0e64f2360a44: Waiting 09:14:02 84c93feab3d1: Layer already exists 09:14:03 10a54f7901dd: Layer already exists 09:14:03 0e64f2360a44: Layer already exists 09:14:03 0d756aa6c871: Pushed 09:14:03 0f30917435a0: Pushed 09:14:05 dbac9ce768a6: Pushed 09:14:10 e014b62c5aa9: Pushed 09:14:10 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:10 + 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 09:14:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 09:14:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:14:11 0d756aa6c871: Preparing 09:14:11 e014b62c5aa9: Preparing 09:14:11 84c93feab3d1: Preparing 09:14:11 10a54f7901dd: Preparing 09:14:11 0f30917435a0: Preparing 09:14:11 dbac9ce768a6: Preparing 09:14:11 0e64f2360a44: Preparing 09:14:11 dbac9ce768a6: Waiting 09:14:11 0e64f2360a44: Waiting 09:14:11 10a54f7901dd: Layer already exists 09:14:11 0f30917435a0: Layer already exists 09:14:11 0d756aa6c871: Layer already exists 09:14:11 84c93feab3d1: Layer already exists 09:14:11 e014b62c5aa9: Layer already exists 09:14:11 0e64f2360a44: Layer already exists 09:14:11 dbac9ce768a6: Layer already exists 09:14:11 latest: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:11 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 09:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:14:14 0d756aa6c871: Preparing 09:14:14 e014b62c5aa9: Preparing 09:14:14 84c93feab3d1: Preparing 09:14:14 10a54f7901dd: Preparing 09:14:14 0f30917435a0: Preparing 09:14:14 dbac9ce768a6: Preparing 09:14:14 0e64f2360a44: Preparing 09:14:14 dbac9ce768a6: Waiting 09:14:14 0e64f2360a44: Waiting 09:14:14 0d756aa6c871: Layer already exists 09:14:14 0f30917435a0: Layer already exists 09:14:14 e014b62c5aa9: Layer already exists 09:14:14 84c93feab3d1: Layer already exists 09:14:14 10a54f7901dd: Layer already exists 09:14:14 dbac9ce768a6: Layer already exists 09:14:14 0e64f2360a44: Layer already exists 09:14:14 4.1.0-dev.91: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:14 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:15 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:14:15 0d756aa6c871: Preparing 09:14:15 e014b62c5aa9: Preparing 09:14:15 84c93feab3d1: Preparing 09:14:15 10a54f7901dd: Preparing 09:14:15 0f30917435a0: Preparing 09:14:15 dbac9ce768a6: Preparing 09:14:15 0e64f2360a44: Preparing 09:14:15 dbac9ce768a6: Waiting 09:14:15 e014b62c5aa9: Layer already exists 09:14:15 10a54f7901dd: Layer already exists 09:14:15 0d756aa6c871: Layer already exists 09:14:15 84c93feab3d1: Layer already exists 09:14:15 0f30917435a0: Layer already exists 09:14:15 dbac9ce768a6: Layer already exists 09:14:15 0e64f2360a44: Layer already exists 09:14:15 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:15 + 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 09:14:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 09:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 09:14:16 0d756aa6c871: Preparing 09:14:16 e014b62c5aa9: Preparing 09:14:16 84c93feab3d1: Preparing 09:14:16 10a54f7901dd: Preparing 09:14:16 0f30917435a0: Preparing 09:14:16 dbac9ce768a6: Preparing 09:14:16 0e64f2360a44: Preparing 09:14:16 dbac9ce768a6: Waiting 09:14:16 0e64f2360a44: Waiting 09:14:16 0d756aa6c871: Layer already exists 09:14:16 0f30917435a0: Layer already exists 09:14:16 84c93feab3d1: Layer already exists 09:14:16 e014b62c5aa9: Layer already exists 09:14:16 10a54f7901dd: Layer already exists 09:14:16 0e64f2360a44: Layer already exists 09:14:16 dbac9ce768a6: Layer already exists 09:14:16 main: digest: sha256:149cee8b3caa85ad645cb7257d665f0b9457eea27b1c5ed46cd41b25543d2c0b size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:14:16 ===================================================== [Pipeline] echo 09:14:16 taggedImages: 09:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 09:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 09:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:16 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 09:14:16 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 09:14:16 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:16 latest 09:14:16 4.1.0-dev.91 09:14:16 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:16 main 09:14:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:16 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:14:17 ab6a26960571: Preparing 09:14:17 eba2d1068b5b: Preparing 09:14:17 a81afc42c7c6: Preparing 09:14:17 84c93feab3d1: Preparing 09:14:17 10a54f7901dd: Preparing 09:14:17 46c026759857: Preparing 09:14:17 46956e0562ff: Preparing 09:14:17 25d2f42af847: Preparing 09:14:17 13b28a3f455d: Preparing 09:14:17 0e64f2360a44: Preparing 09:14:17 46c026759857: Waiting 09:14:17 46956e0562ff: Waiting 09:14:17 25d2f42af847: Waiting 09:14:17 13b28a3f455d: Waiting 09:14:17 0e64f2360a44: Waiting 09:14:17 10a54f7901dd: Layer already exists 09:14:17 84c93feab3d1: Layer already exists 09:14:17 eba2d1068b5b: Pushed 09:14:17 a81afc42c7c6: Pushed 09:14:17 ab6a26960571: Pushed 09:14:17 0e64f2360a44: Layer already exists 09:14:17 25d2f42af847: Pushed 09:14:18 13b28a3f455d: Pushed 09:14:30 46956e0562ff: Pushed 09:14:45 46c026759857: Pushed 09:14:45 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:46 + 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 09:14:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 09:14:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:14:46 ab6a26960571: Preparing 09:14:46 eba2d1068b5b: Preparing 09:14:46 a81afc42c7c6: Preparing 09:14:46 84c93feab3d1: Preparing 09:14:46 10a54f7901dd: Preparing 09:14:46 46c026759857: Preparing 09:14:46 46956e0562ff: Preparing 09:14:46 25d2f42af847: Preparing 09:14:46 13b28a3f455d: Preparing 09:14:46 0e64f2360a44: Preparing 09:14:46 46956e0562ff: Waiting 09:14:46 25d2f42af847: Waiting 09:14:46 13b28a3f455d: Waiting 09:14:46 46c026759857: Waiting 09:14:46 0e64f2360a44: Waiting 09:14:46 84c93feab3d1: Layer already exists 09:14:46 10a54f7901dd: Layer already exists 09:14:46 a81afc42c7c6: Layer already exists 09:14:46 ab6a26960571: Layer already exists 09:14:46 eba2d1068b5b: Layer already exists 09:14:46 13b28a3f455d: Layer already exists 09:14:46 46c026759857: Layer already exists 09:14:46 46956e0562ff: Layer already exists 09:14:46 25d2f42af847: Layer already exists 09:14:46 0e64f2360a44: Layer already exists 09:14:46 latest: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 09:14:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:14:47 ab6a26960571: Preparing 09:14:47 eba2d1068b5b: Preparing 09:14:47 a81afc42c7c6: Preparing 09:14:47 84c93feab3d1: Preparing 09:14:47 10a54f7901dd: Preparing 09:14:47 46c026759857: Preparing 09:14:47 46956e0562ff: Preparing 09:14:47 25d2f42af847: Preparing 09:14:47 13b28a3f455d: Preparing 09:14:47 0e64f2360a44: Preparing 09:14:47 46c026759857: Waiting 09:14:47 46956e0562ff: Waiting 09:14:47 25d2f42af847: Waiting 09:14:47 13b28a3f455d: Waiting 09:14:47 0e64f2360a44: Waiting 09:14:47 eba2d1068b5b: Layer already exists 09:14:47 ab6a26960571: Layer already exists 09:14:47 84c93feab3d1: Layer already exists 09:14:47 a81afc42c7c6: Layer already exists 09:14:47 10a54f7901dd: Layer already exists 09:14:47 46956e0562ff: Layer already exists 09:14:47 46c026759857: Layer already exists 09:14:47 0e64f2360a44: Layer already exists 09:14:47 25d2f42af847: Layer already exists 09:14:47 13b28a3f455d: Layer already exists 09:14:47 4.1.0-dev.91: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:47 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:14:48 ab6a26960571: Preparing 09:14:48 eba2d1068b5b: Preparing 09:14:48 a81afc42c7c6: Preparing 09:14:48 84c93feab3d1: Preparing 09:14:48 10a54f7901dd: Preparing 09:14:48 46c026759857: Preparing 09:14:48 46956e0562ff: Preparing 09:14:48 25d2f42af847: Preparing 09:14:48 13b28a3f455d: Preparing 09:14:48 0e64f2360a44: Preparing 09:14:48 46956e0562ff: Waiting 09:14:48 25d2f42af847: Waiting 09:14:48 13b28a3f455d: Waiting 09:14:48 0e64f2360a44: Waiting 09:14:48 46c026759857: Waiting 09:14:48 a81afc42c7c6: Layer already exists 09:14:48 eba2d1068b5b: Layer already exists 09:14:48 10a54f7901dd: Layer already exists 09:14:48 84c93feab3d1: Layer already exists 09:14:48 ab6a26960571: Layer already exists 09:14:48 46c026759857: Layer already exists 09:14:48 46956e0562ff: Layer already exists 09:14:48 25d2f42af847: Layer already exists 09:14:48 13b28a3f455d: Layer already exists 09:14:48 0e64f2360a44: Layer already exists 09:14:48 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:48 + 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 09:14:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 09:14:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 09:14:48 ab6a26960571: Preparing 09:14:48 eba2d1068b5b: Preparing 09:14:48 a81afc42c7c6: Preparing 09:14:48 84c93feab3d1: Preparing 09:14:48 10a54f7901dd: Preparing 09:14:48 46c026759857: Preparing 09:14:48 46956e0562ff: Preparing 09:14:48 25d2f42af847: Preparing 09:14:48 13b28a3f455d: Preparing 09:14:48 0e64f2360a44: Preparing 09:14:48 46c026759857: Waiting 09:14:48 25d2f42af847: Waiting 09:14:48 13b28a3f455d: Waiting 09:14:48 46956e0562ff: Waiting 09:14:48 0e64f2360a44: Waiting 09:14:48 10a54f7901dd: Layer already exists 09:14:48 ab6a26960571: Layer already exists 09:14:48 84c93feab3d1: Layer already exists 09:14:48 eba2d1068b5b: Layer already exists 09:14:48 a81afc42c7c6: Layer already exists 09:14:48 46956e0562ff: Layer already exists 09:14:48 25d2f42af847: Layer already exists 09:14:48 46c026759857: Layer already exists 09:14:48 13b28a3f455d: Layer already exists 09:14:48 0e64f2360a44: Layer already exists 09:14:49 main: digest: sha256:c8d0ba7ddcce2e173bb387628dd68c5ded2faceea6977ae9feffe9b0afe3ab8a size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:14:49 ===================================================== [Pipeline] echo 09:14:49 taggedImages: 09:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 09:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 09:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:49 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 09:14:49 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 09:14:49 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:49 latest 09:14:49 4.1.0-dev.91 09:14:49 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:14:49 main 09:14:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:14:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:14:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:14:51 61904d01d34c: Preparing 09:14:51 9ce3b62d2415: Preparing 09:14:51 f9c172ad72cf: Preparing 09:14:51 84c93feab3d1: Preparing 09:14:51 10a54f7901dd: Preparing 09:14:51 fa3c754a6597: Preparing 09:14:51 ef1380304c6d: Preparing 09:14:51 77105af5021e: Preparing 09:14:51 0e64f2360a44: Preparing 09:14:51 fa3c754a6597: Waiting 09:14:51 ef1380304c6d: Waiting 09:14:51 0e64f2360a44: Waiting 09:14:51 77105af5021e: Waiting 09:14:51 84c93feab3d1: Layer already exists 09:14:51 10a54f7901dd: Layer already exists 09:14:51 f9c172ad72cf: Pushed 09:14:51 61904d01d34c: Pushed 09:14:51 9ce3b62d2415: Pushed 09:14:51 0e64f2360a44: Layer already exists 09:14:51 ef1380304c6d: Pushed 09:14:52 77105af5021e: Pushed 09:15:24 fa3c754a6597: Pushed 09:15:24 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:24 + 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 09:15:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 09:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:15:24 61904d01d34c: Preparing 09:15:24 9ce3b62d2415: Preparing 09:15:24 f9c172ad72cf: Preparing 09:15:24 84c93feab3d1: Preparing 09:15:24 10a54f7901dd: Preparing 09:15:24 fa3c754a6597: Preparing 09:15:24 ef1380304c6d: Preparing 09:15:24 77105af5021e: Preparing 09:15:24 0e64f2360a44: Preparing 09:15:24 fa3c754a6597: Waiting 09:15:24 ef1380304c6d: Waiting 09:15:24 77105af5021e: Waiting 09:15:24 0e64f2360a44: Waiting 09:15:24 61904d01d34c: Layer already exists 09:15:24 84c93feab3d1: Layer already exists 09:15:24 9ce3b62d2415: Layer already exists 09:15:24 f9c172ad72cf: Layer already exists 09:15:24 10a54f7901dd: Layer already exists 09:15:24 0e64f2360a44: Layer already exists 09:15:24 ef1380304c6d: Layer already exists 09:15:24 77105af5021e: Layer already exists 09:15:24 fa3c754a6597: Layer already exists 09:15:25 latest: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 09:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:15:25 61904d01d34c: Preparing 09:15:25 9ce3b62d2415: Preparing 09:15:25 f9c172ad72cf: Preparing 09:15:25 84c93feab3d1: Preparing 09:15:25 10a54f7901dd: Preparing 09:15:25 fa3c754a6597: Preparing 09:15:25 ef1380304c6d: Preparing 09:15:25 77105af5021e: Preparing 09:15:25 0e64f2360a44: Preparing 09:15:25 ef1380304c6d: Waiting 09:15:25 77105af5021e: Waiting 09:15:25 0e64f2360a44: Waiting 09:15:25 fa3c754a6597: Waiting 09:15:25 10a54f7901dd: Layer already exists 09:15:25 9ce3b62d2415: Layer already exists 09:15:25 84c93feab3d1: Layer already exists 09:15:25 f9c172ad72cf: Layer already exists 09:15:25 61904d01d34c: Layer already exists 09:15:25 77105af5021e: Layer already exists 09:15:25 ef1380304c6d: Layer already exists 09:15:25 0e64f2360a44: Layer already exists 09:15:25 fa3c754a6597: Layer already exists 09:15:26 4.1.0-dev.91: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:26 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:15:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:15:26 61904d01d34c: Preparing 09:15:26 9ce3b62d2415: Preparing 09:15:26 f9c172ad72cf: Preparing 09:15:26 84c93feab3d1: Preparing 09:15:26 10a54f7901dd: Preparing 09:15:26 fa3c754a6597: Preparing 09:15:26 ef1380304c6d: Preparing 09:15:26 77105af5021e: Preparing 09:15:26 0e64f2360a44: Preparing 09:15:26 fa3c754a6597: Waiting 09:15:26 ef1380304c6d: Waiting 09:15:26 77105af5021e: Waiting 09:15:26 0e64f2360a44: Waiting 09:15:26 84c93feab3d1: Layer already exists 09:15:26 61904d01d34c: Layer already exists 09:15:26 f9c172ad72cf: Layer already exists 09:15:26 9ce3b62d2415: Layer already exists 09:15:26 10a54f7901dd: Layer already exists 09:15:26 ef1380304c6d: Layer already exists 09:15:26 fa3c754a6597: Layer already exists 09:15:26 77105af5021e: Layer already exists 09:15:26 0e64f2360a44: Layer already exists 09:15:27 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:27 + 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 09:15:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 09:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 09:15:28 61904d01d34c: Preparing 09:15:28 9ce3b62d2415: Preparing 09:15:28 f9c172ad72cf: Preparing 09:15:28 84c93feab3d1: Preparing 09:15:28 10a54f7901dd: Preparing 09:15:28 fa3c754a6597: Preparing 09:15:28 fa3c754a6597: Waiting 09:15:28 ef1380304c6d: Preparing 09:15:28 ef1380304c6d: Waiting 09:15:28 77105af5021e: Preparing 09:15:28 0e64f2360a44: Preparing 09:15:28 77105af5021e: Waiting 09:15:28 0e64f2360a44: Waiting 09:15:28 9ce3b62d2415: Layer already exists 09:15:28 61904d01d34c: Layer already exists 09:15:28 f9c172ad72cf: Layer already exists 09:15:28 10a54f7901dd: Layer already exists 09:15:28 84c93feab3d1: Layer already exists 09:15:28 ef1380304c6d: Layer already exists 09:15:28 fa3c754a6597: Layer already exists 09:15:28 77105af5021e: Layer already exists 09:15:28 0e64f2360a44: Layer already exists 09:15:29 main: digest: sha256:bcb5b569669e85fd627c2daaf857c96d65c4f23e0b957a4af6752b20c6f8a64a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:15:29 ===================================================== [Pipeline] echo 09:15:29 taggedImages: 09:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 09:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 09:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:15:29 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 09:15:29 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 09:15:29 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:15:29 latest 09:15:29 4.1.0-dev.91 09:15:29 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:15:29 main 09:15:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:29 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:15:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:15:29 6b2deffd114f: Preparing 09:15:29 ed01bfb0108b: Preparing 09:15:29 efd8795c9eb9: Preparing 09:15:29 84c93feab3d1: Preparing 09:15:29 10a54f7901dd: Preparing 09:15:29 e0c21a56de1b: Preparing 09:15:29 25d2f42af847: Preparing 09:15:29 13b28a3f455d: Preparing 09:15:29 0e64f2360a44: Preparing 09:15:29 25d2f42af847: Waiting 09:15:29 13b28a3f455d: Waiting 09:15:29 0e64f2360a44: Waiting 09:15:29 10a54f7901dd: Layer already exists 09:15:29 84c93feab3d1: Layer already exists 09:15:30 25d2f42af847: Layer already exists 09:15:30 13b28a3f455d: Layer already exists 09:15:30 ed01bfb0108b: Pushed 09:15:30 6b2deffd114f: Pushed 09:15:30 efd8795c9eb9: Pushed 09:15:30 0e64f2360a44: Layer already exists 09:16:02 e0c21a56de1b: Pushed 09:16:02 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:02 + 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 09:16:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 09:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:16:02 6b2deffd114f: Preparing 09:16:02 ed01bfb0108b: Preparing 09:16:02 efd8795c9eb9: Preparing 09:16:02 84c93feab3d1: Preparing 09:16:02 10a54f7901dd: Preparing 09:16:02 e0c21a56de1b: Preparing 09:16:02 25d2f42af847: Preparing 09:16:02 13b28a3f455d: Preparing 09:16:02 0e64f2360a44: Preparing 09:16:02 e0c21a56de1b: Waiting 09:16:02 25d2f42af847: Waiting 09:16:02 13b28a3f455d: Waiting 09:16:02 84c93feab3d1: Layer already exists 09:16:02 6b2deffd114f: Layer already exists 09:16:02 10a54f7901dd: Layer already exists 09:16:02 efd8795c9eb9: Layer already exists 09:16:02 ed01bfb0108b: Layer already exists 09:16:02 25d2f42af847: Layer already exists 09:16:02 13b28a3f455d: Layer already exists 09:16:02 e0c21a56de1b: Layer already exists 09:16:02 0e64f2360a44: Layer already exists 09:16:03 latest: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 09:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:16:03 6b2deffd114f: Preparing 09:16:03 ed01bfb0108b: Preparing 09:16:03 efd8795c9eb9: Preparing 09:16:03 84c93feab3d1: Preparing 09:16:03 10a54f7901dd: Preparing 09:16:03 e0c21a56de1b: Preparing 09:16:03 25d2f42af847: Preparing 09:16:03 13b28a3f455d: Preparing 09:16:03 0e64f2360a44: Preparing 09:16:03 e0c21a56de1b: Waiting 09:16:03 25d2f42af847: Waiting 09:16:03 13b28a3f455d: Waiting 09:16:03 0e64f2360a44: Waiting 09:16:03 10a54f7901dd: Layer already exists 09:16:03 efd8795c9eb9: Layer already exists 09:16:03 84c93feab3d1: Layer already exists 09:16:03 ed01bfb0108b: Layer already exists 09:16:03 6b2deffd114f: Layer already exists 09:16:03 e0c21a56de1b: Layer already exists 09:16:03 25d2f42af847: Layer already exists 09:16:03 13b28a3f455d: Layer already exists 09:16:03 0e64f2360a44: Layer already exists 09:16:06 4.1.0-dev.91: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:06 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:16:07 6b2deffd114f: Preparing 09:16:07 ed01bfb0108b: Preparing 09:16:07 efd8795c9eb9: Preparing 09:16:07 84c93feab3d1: Preparing 09:16:07 10a54f7901dd: Preparing 09:16:07 e0c21a56de1b: Preparing 09:16:07 25d2f42af847: Preparing 09:16:07 13b28a3f455d: Preparing 09:16:07 0e64f2360a44: Preparing 09:16:07 e0c21a56de1b: Waiting 09:16:07 25d2f42af847: Waiting 09:16:07 13b28a3f455d: Waiting 09:16:07 0e64f2360a44: Waiting 09:16:07 10a54f7901dd: Layer already exists 09:16:07 ed01bfb0108b: Layer already exists 09:16:07 84c93feab3d1: Layer already exists 09:16:07 6b2deffd114f: Layer already exists 09:16:07 efd8795c9eb9: Layer already exists 09:16:07 13b28a3f455d: Layer already exists 09:16:07 25d2f42af847: Layer already exists 09:16:07 0e64f2360a44: Layer already exists 09:16:07 e0c21a56de1b: Layer already exists 09:16:07 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:07 + 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 09:16:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 09:16:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 09:16:08 6b2deffd114f: Preparing 09:16:08 ed01bfb0108b: Preparing 09:16:08 efd8795c9eb9: Preparing 09:16:08 84c93feab3d1: Preparing 09:16:08 10a54f7901dd: Preparing 09:16:08 e0c21a56de1b: Preparing 09:16:08 25d2f42af847: Preparing 09:16:08 13b28a3f455d: Preparing 09:16:08 0e64f2360a44: Preparing 09:16:08 e0c21a56de1b: Waiting 09:16:08 25d2f42af847: Waiting 09:16:08 0e64f2360a44: Waiting 09:16:08 13b28a3f455d: Waiting 09:16:08 efd8795c9eb9: Layer already exists 09:16:08 ed01bfb0108b: Layer already exists 09:16:08 6b2deffd114f: Layer already exists 09:16:08 10a54f7901dd: Layer already exists 09:16:08 84c93feab3d1: Layer already exists 09:16:08 13b28a3f455d: Layer already exists 09:16:08 e0c21a56de1b: Layer already exists 09:16:08 0e64f2360a44: Layer already exists 09:16:08 25d2f42af847: Layer already exists 09:16:08 main: digest: sha256:f6bc8a799fc753f8a00dc5f006a9dbe809d04f28912823d7ddccea3fcda6ad68 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:16:08 ===================================================== [Pipeline] echo 09:16:08 taggedImages: 09:16:08 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:08 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 09:16:08 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 09:16:08 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:08 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 09:16:08 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 09:16:08 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:08 latest 09:16:08 4.1.0-dev.91 09:16:08 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:08 main 09:16:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:08 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:16:09 4907bfd1a263: Preparing 09:16:09 0ad7b85807c2: Preparing 09:16:09 84c93feab3d1: Preparing 09:16:09 10a54f7901dd: Preparing 09:16:09 7e02bee6ef4a: Preparing 09:16:09 bdbdcfeedd18: Preparing 09:16:09 0e64f2360a44: Preparing 09:16:09 bdbdcfeedd18: Waiting 09:16:09 0e64f2360a44: Waiting 09:16:09 10a54f7901dd: Layer already exists 09:16:09 84c93feab3d1: Layer already exists 09:16:09 0e64f2360a44: Layer already exists 09:16:09 4907bfd1a263: Pushed 09:16:09 7e02bee6ef4a: Pushed 09:16:10 bdbdcfeedd18: Pushed 09:16:17 0ad7b85807c2: Pushed 09:16:19 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 09:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:16:19 4907bfd1a263: Preparing 09:16:19 0ad7b85807c2: Preparing 09:16:19 84c93feab3d1: Preparing 09:16:19 10a54f7901dd: Preparing 09:16:19 7e02bee6ef4a: Preparing 09:16:19 bdbdcfeedd18: Preparing 09:16:19 0e64f2360a44: Preparing 09:16:19 bdbdcfeedd18: Waiting 09:16:19 0e64f2360a44: Waiting 09:16:19 0ad7b85807c2: Layer already exists 09:16:19 7e02bee6ef4a: Layer already exists 09:16:19 4907bfd1a263: Layer already exists 09:16:19 10a54f7901dd: Layer already exists 09:16:19 84c93feab3d1: Layer already exists 09:16:19 bdbdcfeedd18: Layer already exists 09:16:19 0e64f2360a44: Layer already exists 09:16:19 latest: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 09:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:16:20 4907bfd1a263: Preparing 09:16:20 0ad7b85807c2: Preparing 09:16:20 84c93feab3d1: Preparing 09:16:20 10a54f7901dd: Preparing 09:16:20 7e02bee6ef4a: Preparing 09:16:20 bdbdcfeedd18: Preparing 09:16:20 0e64f2360a44: Preparing 09:16:20 bdbdcfeedd18: Waiting 09:16:20 0e64f2360a44: Waiting 09:16:20 4907bfd1a263: Layer already exists 09:16:20 7e02bee6ef4a: Layer already exists 09:16:20 10a54f7901dd: Layer already exists 09:16:20 84c93feab3d1: Layer already exists 09:16:20 0ad7b85807c2: Layer already exists 09:16:20 bdbdcfeedd18: Layer already exists 09:16:20 0e64f2360a44: Layer already exists 09:16:20 4.1.0-dev.91: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:16:21 4907bfd1a263: Preparing 09:16:21 0ad7b85807c2: Preparing 09:16:21 84c93feab3d1: Preparing 09:16:21 10a54f7901dd: Preparing 09:16:21 7e02bee6ef4a: Preparing 09:16:21 bdbdcfeedd18: Preparing 09:16:21 0e64f2360a44: Preparing 09:16:21 bdbdcfeedd18: Waiting 09:16:21 0e64f2360a44: Waiting 09:16:21 4907bfd1a263: Layer already exists 09:16:21 7e02bee6ef4a: Layer already exists 09:16:21 0ad7b85807c2: Layer already exists 09:16:21 10a54f7901dd: Layer already exists 09:16:21 84c93feab3d1: Layer already exists 09:16:21 bdbdcfeedd18: Layer already exists 09:16:21 0e64f2360a44: Layer already exists 09:16:21 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 09:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 09:16:22 4907bfd1a263: Preparing 09:16:22 0ad7b85807c2: Preparing 09:16:22 84c93feab3d1: Preparing 09:16:22 10a54f7901dd: Preparing 09:16:22 7e02bee6ef4a: Preparing 09:16:22 bdbdcfeedd18: Preparing 09:16:22 0e64f2360a44: Preparing 09:16:22 bdbdcfeedd18: Waiting 09:16:22 0e64f2360a44: Waiting 09:16:22 4907bfd1a263: Layer already exists 09:16:22 7e02bee6ef4a: Layer already exists 09:16:22 0ad7b85807c2: Layer already exists 09:16:22 84c93feab3d1: Layer already exists 09:16:22 10a54f7901dd: Layer already exists 09:16:22 0e64f2360a44: Layer already exists 09:16:22 bdbdcfeedd18: Layer already exists 09:16:22 main: digest: sha256:aad7c830f8f33ecc11fa00f1f44d68659c1fcd8a4223cd71691448ea4f2bf501 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:16:22 ===================================================== [Pipeline] echo 09:16:22 taggedImages: 09:16:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 09:16:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 09:16:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:22 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 09:16:22 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 09:16:22 d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:22 latest 09:16:22 4.1.0-dev.91 09:16:22 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:22 main 09:16:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:16:23 2414e4a26316: Preparing 09:16:23 819424390319: Preparing 09:16:23 84c93feab3d1: Preparing 09:16:23 10a54f7901dd: Preparing 09:16:23 947574998100: Preparing 09:16:23 f34f999ff7d8: Preparing 09:16:23 0e64f2360a44: Preparing 09:16:23 f34f999ff7d8: Waiting 09:16:23 0e64f2360a44: Waiting 09:16:23 84c93feab3d1: Layer already exists 09:16:23 10a54f7901dd: Layer already exists 09:16:23 0e64f2360a44: Layer already exists 09:16:23 2414e4a26316: Pushed 09:16:23 947574998100: Pushed 09:16:24 f34f999ff7d8: Pushed 09:16:32 819424390319: Pushed 09:16:32 d985e1d3b4acfc9bf250ab2c44447925927054e8: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:32 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 09:16:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:16:32 2414e4a26316: Preparing 09:16:32 819424390319: Preparing 09:16:32 84c93feab3d1: Preparing 09:16:32 10a54f7901dd: Preparing 09:16:32 947574998100: Preparing 09:16:32 f34f999ff7d8: Preparing 09:16:32 0e64f2360a44: Preparing 09:16:32 f34f999ff7d8: Waiting 09:16:32 0e64f2360a44: Waiting 09:16:32 10a54f7901dd: Layer already exists 09:16:32 947574998100: Layer already exists 09:16:32 819424390319: Layer already exists 09:16:32 84c93feab3d1: Layer already exists 09:16:32 2414e4a26316: Layer already exists 09:16:32 0e64f2360a44: Layer already exists 09:16:32 f34f999ff7d8: Layer already exists 09:16:33 latest: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:33 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 09:16:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:16:33 2414e4a26316: Preparing 09:16:33 819424390319: Preparing 09:16:33 84c93feab3d1: Preparing 09:16:33 10a54f7901dd: Preparing 09:16:33 947574998100: Preparing 09:16:33 f34f999ff7d8: Preparing 09:16:33 0e64f2360a44: Preparing 09:16:33 0e64f2360a44: Waiting 09:16:33 f34f999ff7d8: Waiting 09:16:33 2414e4a26316: Layer already exists 09:16:33 819424390319: Layer already exists 09:16:33 947574998100: Layer already exists 09:16:33 84c93feab3d1: Layer already exists 09:16:33 10a54f7901dd: Layer already exists 09:16:33 0e64f2360a44: Layer already exists 09:16:33 f34f999ff7d8: Layer already exists 09:16:33 4.1.0-dev.91: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:16:34 2414e4a26316: Preparing 09:16:34 819424390319: Preparing 09:16:34 84c93feab3d1: Preparing 09:16:34 10a54f7901dd: Preparing 09:16:34 947574998100: Preparing 09:16:34 f34f999ff7d8: Preparing 09:16:34 0e64f2360a44: Preparing 09:16:34 f34f999ff7d8: Waiting 09:16:34 0e64f2360a44: Waiting 09:16:34 84c93feab3d1: Layer already exists 09:16:34 947574998100: Layer already exists 09:16:34 2414e4a26316: Layer already exists 09:16:34 819424390319: Layer already exists 09:16:34 10a54f7901dd: Layer already exists 09:16:34 f34f999ff7d8: Layer already exists 09:16:34 0e64f2360a44: Layer already exists 09:16:34 d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:35 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 09:16:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 09:16:35 2414e4a26316: Preparing 09:16:35 819424390319: Preparing 09:16:35 84c93feab3d1: Preparing 09:16:35 10a54f7901dd: Preparing 09:16:35 947574998100: Preparing 09:16:35 f34f999ff7d8: Preparing 09:16:35 0e64f2360a44: Preparing 09:16:35 f34f999ff7d8: Waiting 09:16:35 0e64f2360a44: Waiting 09:16:35 947574998100: Layer already exists 09:16:35 819424390319: Layer already exists 09:16:35 84c93feab3d1: Layer already exists 09:16:35 2414e4a26316: Layer already exists 09:16:35 10a54f7901dd: Layer already exists 09:16:35 f34f999ff7d8: Layer already exists 09:16:35 0e64f2360a44: Layer already exists 09:16:35 main: digest: sha256:0668da4ae17cc2a49cba43147d3115c56b7d731b4ec70a1a1511008e0fadcb96 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:16:35 ===================================================== [Pipeline] echo 09:16:35 taggedImages: 09:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 09:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 09:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 09:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 09:16:35 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:35 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.91 [Pipeline] echo 09:16:36 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:d985e1d3b4acfc9bf250ab2c44447925927054e8-4.1.0-dev.91 [Pipeline] echo 09:16:36 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 09:16:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:16:36 09:16:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:16:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:16:37 arm64: Pulling from edgex-lftools-log-publisher 09:16:37 8998bd30e6a1: Pulling fs layer 09:16:37 04944245beec: Pulling fs layer 09:16:37 699f458cf7ca: Pulling fs layer 09:16:37 765212b225bb: Pulling fs layer 09:16:37 f23df028b6ca: Pulling fs layer 09:16:37 d65c8cfc05b1: Pulling fs layer 09:16:37 2437ff75d9bd: Pulling fs layer 09:16:37 765212b225bb: Waiting 09:16:37 f23df028b6ca: Waiting 09:16:37 d65c8cfc05b1: Waiting 09:16:37 2437ff75d9bd: Waiting 09:16:37 04944245beec: Verifying Checksum 09:16:37 04944245beec: Download complete 09:16:37 765212b225bb: Verifying Checksum 09:16:37 765212b225bb: Download complete 09:16:37 f23df028b6ca: Verifying Checksum 09:16:37 f23df028b6ca: Download complete 09:16:37 d65c8cfc05b1: Verifying Checksum 09:16:37 d65c8cfc05b1: Download complete 09:16:37 699f458cf7ca: Verifying Checksum 09:16:37 699f458cf7ca: Download complete 09:16:38 8998bd30e6a1: Verifying Checksum 09:16:38 8998bd30e6a1: Download complete 09:16:40 2437ff75d9bd: Verifying Checksum 09:16:40 2437ff75d9bd: Download complete 09:16:42 8998bd30e6a1: Pull complete 09:16:44 04944245beec: Pull complete 09:16:45 699f458cf7ca: Pull complete 09:16:45 765212b225bb: Pull complete 09:16:46 f23df028b6ca: Pull complete 09:16:46 d65c8cfc05b1: Pull complete 09:17:04 2437ff75d9bd: Pull complete 09:17:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:17:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:17:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:05 prd-ubuntu20.04-docker-arm64-4c-16g-240 does not seem to be running inside a container 09:17:05 $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 09:17:07 $ docker top 70d3a4d53b139db97fd1c5ef7da3c613c28541d5e00935821d6eb3746c9f94ea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:17:08 ---> job-cost.sh 09:17:08 lf-activate-venv: SKIPPING 09:17:08 INFO: No Stack... 09:17:09 INFO: Retrieving Pricing Info for: v3-standard-4 09:17:10 INFO: Archiving Costs [Pipeline] sh 09:17:10 + cut -d, -f6 09:17:10 + cat /w/workspace/edgex-go/946/archives/cost.csv [Pipeline] lock 09:17:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-946-stack-cost] 09:17:10 Resource [jenkins-edgexfoundry-edgex-go-main-946-stack-cost] did not exist. Created. 09:17:10 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-946-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:17:11 + echo total: 0.10999999940395355 [Pipeline] stash 09:17:11 Stashed 1 file(s) [Pipeline] } 09:17:11 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-946-stack-cost] [Pipeline] // lock [Pipeline] } 09:17:11 $ docker stop --time=1 70d3a4d53b139db97fd1c5ef7da3c613c28541d5e00935821d6eb3746c9f94ea 09:17:13 $ docker rm -f --volumes 70d3a4d53b139db97fd1c5ef7da3c613c28541d5e00935821d6eb3746c9f94ea [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 09:17:13 provisioning config files... 09:17:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/946@tmp/config4539122258804693778tmp [Pipeline] { [Pipeline] sh 09:17:14 + set +x 09:17:14 + curl -s https://codecov.io/bash 09:17:14 + bash -s -- 09:17:14 09:17:14 _____ _ 09:17:14 / ____| | | 09:17:14 | | ___ __| | ___ ___ _____ __ 09:17:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:17:14 | |___| (_) | (_| | __/ (_| (_) \ V / 09:17:14 \_____\___/ \__,_|\___|\___\___/ \_/ 09:17:14 Bash-1.0.6 09:17:14 09:17:14 09:17:14 ==> git version 2.25.1 found 09:17:14 ==> 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 09:17:14 Release-Date: 2020-01-08 09:17:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:17:14 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:17:14 ==> Jenkins CI detected. 09:17:14 current dir:  /w/workspace/edgex-go/946 09:17:14 project root: . 09:17:14 --> token set from env 09:17:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:17:14 ==> Running gcov in . (disable via -X gcov) 09:17:14 ==> Python coveragepy not found 09:17:14 ==> Searching for coverage reports in: 09:17:14 + . 09:17:14 -> Found 1 reports 09:17:14 ==> Detecting git/mercurial file structure 09:17:14 ==> Reading reports 09:17:14 + ./coverage.out bytes=1043597 09:17:14 ==> Appending adjustments 09:17:14 https://docs.codecov.io/docs/fixing-reports 09:17:15 + Found adjustments 09:17:15 ==> Gzipping contents 09:17:15 108K /tmp/codecov.dQvKlj.gz 09:17:15 ==> Uploading reports 09:17:15 url: https://codecov.io 09:17:15 query: branch=main&commit=d985e1d3b4acfc9bf250ab2c44447925927054e8&build=946&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F946%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:17:15 -> Pinging Codecov 09:17:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d985e1d3b4acfc9bf250ab2c44447925927054e8&build=946&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F946%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 09:17:16 -> Uploading to 09:17:16 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/d985e1d3b4acfc9bf250ab2c44447925927054e8/3875d239-8757-410f-9b17-c3516cdea9e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260107%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260107T091716Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=312471970bcec244f12728446d189575363a9b04bef4b981537a33ea33f347f0 09:17:16 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:16 Dload Upload Total Spent Left Speed 09:17:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 105k 0 0 100 105k 0 351k --:--:-- --:--:-- --:--:-- 351k 09:17:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/d985e1d3b4acfc9bf250ab2c44447925927054e8 [Pipeline] } 09:17:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 09:17:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:17:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:17:16 09:17:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:17:17 latest: Pulling from edgex-devops/edgex-snyk-go 09:17:17 2d35ebdb57d9: Already exists 09:17:17 85e8836fcdb2: Pulling fs layer 09:17:17 91631faa732a: Pulling fs layer 09:17:17 f3f5ae8826fa: Pulling fs layer 09:17:17 4f4fb700ef54: Pulling fs layer 09:17:17 7861252a18e6: Pulling fs layer 09:17:17 9130f900ef6f: Pulling fs layer 09:17:17 9130f900ef6f: Waiting 09:17:17 4f4fb700ef54: Waiting 09:17:17 7861252a18e6: Waiting 09:17:17 f3f5ae8826fa: Verifying Checksum 09:17:17 f3f5ae8826fa: Download complete 09:17:17 85e8836fcdb2: Verifying Checksum 09:17:17 85e8836fcdb2: Download complete 09:17:17 4f4fb700ef54: Verifying Checksum 09:17:17 4f4fb700ef54: Download complete 09:17:17 85e8836fcdb2: Pull complete 09:17:17 7861252a18e6: Verifying Checksum 09:17:17 7861252a18e6: Download complete 09:17:18 91631faa732a: Verifying Checksum 09:17:18 91631faa732a: Download complete 09:17:19 9130f900ef6f: Verifying Checksum 09:17:19 9130f900ef6f: Download complete 09:17:24 91631faa732a: Pull complete 09:17:24 f3f5ae8826fa: Pull complete 09:17:24 4f4fb700ef54: Pull complete 09:17:24 7861252a18e6: Pull complete 09:17:28 9130f900ef6f: Pull complete 09:17:28 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 09:17:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 09:17:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:28 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 09:17:28 $ 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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 09:17:30 $ docker top ad10ecd0f3f6b0074c4345cd33b6d139936aa3b1cc6642d04e7e66d8b4b497cd -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:30 + git config --global --add safe.directory /w/workspace/edgex-go/946 [Pipeline] echo 09:17:30 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 09:17:30 + set -o pipefail 09:17:30 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 09:17:40 09:17:40 Monitoring /w/workspace/edgex-go/946 (github.com/edgexfoundry/edgex-go)... 09:17:40 09:17:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/596c8b0c-cbde-4ecb-8e10-b5cf3fddd979 09:17:40 09:17:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:17:40 09:17:40 09:17:40 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 09:17:40 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 09:17:40 $ docker stop --time=1 ad10ecd0f3f6b0074c4345cd33b6d139936aa3b1cc6642d04e7e66d8b4b497cd 09:17:43 $ docker rm -f --volumes ad10ecd0f3f6b0074c4345cd33b6d139936aa3b1cc6642d04e7e66d8b4b497cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 09:17:43 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:17:43 provisioning config files... 09:17:43 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/946@tmp/config1166969035338300885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:17:43 --> edgex-publish-swagger.sh 09:17:43 === Publish openapi API === 09:17:43 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 09:17:43 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/946/openapi/core-command.yaml] 09:17:43 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:43 Dload Upload Total Spent Left Speed 09:17:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 284 140k --:--:-- --:--:-- --:--:-- 140k 09:17:43 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:43 09:17:44 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/946/openapi/core-data.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 442 493k --:--:-- --:--:-- --:--:-- 497k 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 09:17:44 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/946/openapi/core-keeper.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 523 234k --:--:-- --:--:-- --:--:-- 236k 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 09:17:44 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/946/openapi/core-metadata.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 159k 100 66 100 159k 481 1166k --:--:-- --:--:-- --:--:-- 1167k 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 09:17:44 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/946/openapi/security-proxy-auth.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 634 229k --:--:-- --:--:-- --:--:-- 230k 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 09:17:44 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/946/openapi/security-secretstore-setup.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 776 46035 --:--:-- --:--:-- --:--:-- 46811 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 09:17:44 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/946/openapi/support-notifications.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 434 642k --:--:-- --:--:-- --:--:-- 638k 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 09:17:44 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/946/openapi/support-scheduler.yaml] 09:17:44 % Total % Received % Xferd Average Speed Time Time Time Current 09:17:44 Dload Upload Total Spent Left Speed 09:17:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 481 361k --:--:-- --:--:-- --:--:-- 361k 09:17:44 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 09:17:44 [Pipeline] } 09:17:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 09:17:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:17:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:17:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:17:45 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 09:17:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 09:17:45 $ docker top e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 -eo pid,comm 09:17:46 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:17:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:17:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:17:46 [ssh-agent] Looking for ssh-agent implementation... 09:17:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:17:46 $ docker exec e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 ssh-agent 09:17:46 SSH_AUTH_SOCK=/tmp/ssh-i5XizHeRDqLb/agent.32 09:17:46 SSH_AGENT_PID=38 09:17:46 Running ssh-add (command line suppressed) 09:17:46 Identity added: /w/workspace/edgex-go/946@tmp/private_key_4472643588773734795.key (/w/workspace/edgex-go/946@tmp/private_key_4472643588773734795.key) 09:17:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:17:46 + git semver tag 09:17:47 2026-01-07 09:17:46,980 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:17:47 2026-01-07 09:17:46,983 [run_tag] DEBUG tag force:False 09:17:47 2026-01-07 09:17:46,983 [check_head_tag] DEBUG check head tag 09:17:47 2026-01-07 09:17:46,985 [execute] INFO git cat-file --batch-check 09:17:47 2026-01-07 09:17:46,985 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/946, stdin=, shell=False, universal_newlines=False) 09:17:47 2026-01-07 09:17:46,987 [execute] INFO git cat-file --batch 09:17:47 2026-01-07 09:17:46,987 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/946, stdin=, shell=False, universal_newlines=False) 09:17:47 2026-01-07 09:17:47,014 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 09:17:47 2026-01-07 09:17:47,014 [execute] INFO git tag -a v4.1.0-dev.91 -m v4.1.0-dev.91 09:17:47 2026-01-07 09:17:47,014 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.91', '-m', 'v4.1.0-dev.91'], cwd=/w/workspace/edgex-go/946, stdin=None, shell=False, universal_newlines=False) 09:17:47 2026-01-07 09:17:47,017 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 09:17:47 4.1.0-dev.91 [Pipeline] } 09:17:47 $ docker exec --env ******** --env ******** e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 ssh-agent -k 09:17:47 unset SSH_AUTH_SOCK; 09:17:47 unset SSH_AGENT_PID; 09:17:47 echo Agent pid 38 killed; 09:17:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:17:47 + git semver [Pipeline] } 09:17:47 $ docker stop --time=1 e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 09:17:49 $ docker rm -f --volumes e4d0fabd68f87e9e1cd201802ca9ec65ec5b27e36eaf8b2dda2b128992bd3248 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:17:49 09:17:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:17:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:17:49 0.23.1-centos7: Pulling from edgex-lftools 09:17:49 ab5ef0e58194: Pulling fs layer 09:17:49 9712f1f96733: Pulling fs layer 09:17:49 63f879dbbcfc: Pulling fs layer 09:17:49 0d9ebad4ef96: Pulling fs layer 09:17:49 e9a5061849ea: Pulling fs layer 09:17:49 d747dcd14b5f: Pulling fs layer 09:17:49 2de7ff778b66: Pulling fs layer 09:17:49 e9a5061849ea: Waiting 09:17:49 d747dcd14b5f: Waiting 09:17:49 2de7ff778b66: Waiting 09:17:49 0d9ebad4ef96: Waiting 09:17:49 9712f1f96733: Verifying Checksum 09:17:49 9712f1f96733: Download complete 09:17:50 63f879dbbcfc: Verifying Checksum 09:17:50 63f879dbbcfc: Download complete 09:17:50 e9a5061849ea: Verifying Checksum 09:17:50 e9a5061849ea: Download complete 09:17:50 d747dcd14b5f: Verifying Checksum 09:17:50 d747dcd14b5f: Download complete 09:17:50 2de7ff778b66: Verifying Checksum 09:17:50 2de7ff778b66: Download complete 09:17:50 0d9ebad4ef96: Verifying Checksum 09:17:50 0d9ebad4ef96: Download complete 09:17:50 ab5ef0e58194: Download complete 09:17:54 ab5ef0e58194: Pull complete 09:17:54 9712f1f96733: Pull complete 09:17:55 63f879dbbcfc: Pull complete 09:18:02 0d9ebad4ef96: Pull complete 09:18:02 e9a5061849ea: Pull complete 09:18:02 d747dcd14b5f: Pull complete 09:18:04 2de7ff778b66: Pull complete 09:18:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:18:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:18:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:18:04 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 09:18:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 09:18:05 $ docker top b6869be02eab9eaafb8bf03662dfb73eddc2b1443e5202f15b8d0f07125dc25c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:18:06 provisioning config files... 09:18:06 copy managed file [sigul-config] to file:/w/workspace/edgex-go/946@tmp/config17682129711783606534tmp 09:18:06 copy managed file [sigul-password] to file:/w/workspace/edgex-go/946@tmp/config10735058522787448932tmp 09:18:06 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/946@tmp/config9759162318235097075tmp [Pipeline] { [Pipeline] echo 09:18:06 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:18:06 ---> sigul-configuration.sh 09:18:06 gpg: directory `/root/.gnupg' created 09:18:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:18:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:18:06 gpg: keyring `/root/.gnupg/secring.gpg' created 09:18:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:18:06 gpg: CAST5 encrypted data 09:18:06 gpg: encrypted with 1 passphrase 09:18:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:18:06 + mkdir /home/jenkins 09:18:06 + mkdir /home/jenkins/sigul [Pipeline] sh 09:18:07 + 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 09:18:07 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:18:07 ---> sigul-install.sh 09:18:07 Sigul already installed; skipping installation. [Pipeline] sh 09:18:07 + git tag --list 09:18:07 0.6.0 09:18:07 0.6.1 09:18:07 0.7.0 09:18:07 0.7.1 09:18:07 v1.0.0 09:18:07 v1.0.1 09:18:07 v1.1.0 09:18:07 v1.2.0 09:18:07 v1.2.1 09:18:07 v1.3.0 09:18:07 v1.3.1 09:18:07 v2.0.0 09:18:07 v2.1.0 09:18:07 v2.1.1 09:18:07 v2.2.0 09:18:07 v2.3.0 09:18:07 v3.0 09:18:07 v3.0.0 09:18:07 v3.1 09:18:07 v3.1.0 09:18:07 v3.1.1 09:18:07 v4.0 09:18:07 v4.0.0 09:18:07 v4.0.1 09:18:07 v4.0.1-dev.1 09:18:07 v4.0.1-dev.2 09:18:07 v4.0.2-dev.1 09:18:07 v4.1.0-dev.1 09:18:07 v4.1.0-dev.10 09:18:07 v4.1.0-dev.11 09:18:07 v4.1.0-dev.12 09:18:07 v4.1.0-dev.13 09:18:07 v4.1.0-dev.14 09:18:07 v4.1.0-dev.15 09:18:07 v4.1.0-dev.16 09:18:07 v4.1.0-dev.17 09:18:07 v4.1.0-dev.18 09:18:07 v4.1.0-dev.19 09:18:07 v4.1.0-dev.2 09:18:07 v4.1.0-dev.20 09:18:07 v4.1.0-dev.21 09:18:07 v4.1.0-dev.22 09:18:07 v4.1.0-dev.23 09:18:07 v4.1.0-dev.24 09:18:07 v4.1.0-dev.25 09:18:07 v4.1.0-dev.26 09:18:07 v4.1.0-dev.27 09:18:07 v4.1.0-dev.28 09:18:07 v4.1.0-dev.29 09:18:07 v4.1.0-dev.3 09:18:07 v4.1.0-dev.30 09:18:07 v4.1.0-dev.31 09:18:07 v4.1.0-dev.32 09:18:07 v4.1.0-dev.33 09:18:07 v4.1.0-dev.34 09:18:07 v4.1.0-dev.35 09:18:07 v4.1.0-dev.36 09:18:07 v4.1.0-dev.37 09:18:07 v4.1.0-dev.38 09:18:07 v4.1.0-dev.39 09:18:07 v4.1.0-dev.4 09:18:07 v4.1.0-dev.40 09:18:07 v4.1.0-dev.41 09:18:07 v4.1.0-dev.42 09:18:07 v4.1.0-dev.43 09:18:07 v4.1.0-dev.44 09:18:07 v4.1.0-dev.45 09:18:07 v4.1.0-dev.46 09:18:07 v4.1.0-dev.47 09:18:07 v4.1.0-dev.48 09:18:07 v4.1.0-dev.49 09:18:07 v4.1.0-dev.5 09:18:07 v4.1.0-dev.50 09:18:07 v4.1.0-dev.51 09:18:07 v4.1.0-dev.52 09:18:07 v4.1.0-dev.53 09:18:07 v4.1.0-dev.54 09:18:07 v4.1.0-dev.55 09:18:07 v4.1.0-dev.56 09:18:07 v4.1.0-dev.57 09:18:07 v4.1.0-dev.58 09:18:07 v4.1.0-dev.59 09:18:07 v4.1.0-dev.6 09:18:07 v4.1.0-dev.60 09:18:07 v4.1.0-dev.61 09:18:07 v4.1.0-dev.62 09:18:07 v4.1.0-dev.63 09:18:07 v4.1.0-dev.64 09:18:07 v4.1.0-dev.65 09:18:07 v4.1.0-dev.66 09:18:07 v4.1.0-dev.67 09:18:07 v4.1.0-dev.68 09:18:07 v4.1.0-dev.69 09:18:07 v4.1.0-dev.7 09:18:07 v4.1.0-dev.70 09:18:07 v4.1.0-dev.71 09:18:07 v4.1.0-dev.72 09:18:07 v4.1.0-dev.73 09:18:07 v4.1.0-dev.74 09:18:07 v4.1.0-dev.75 09:18:07 v4.1.0-dev.76 09:18:07 v4.1.0-dev.77 09:18:07 v4.1.0-dev.78 09:18:07 v4.1.0-dev.79 09:18:07 v4.1.0-dev.8 09:18:07 v4.1.0-dev.80 09:18:07 v4.1.0-dev.81 09:18:07 v4.1.0-dev.82 09:18:07 v4.1.0-dev.83 09:18:07 v4.1.0-dev.84 09:18:07 v4.1.0-dev.85 09:18:07 v4.1.0-dev.86 09:18:07 v4.1.0-dev.87 09:18:07 v4.1.0-dev.88 09:18:07 v4.1.0-dev.89 09:18:07 v4.1.0-dev.9 09:18:07 v4.1.0-dev.90 09:18:07 v4.1.0-dev.91 [Pipeline] sh 09:18:07 + lftools sign git-tag v4.1.0-dev.91 09:18:08 Signing Git tag with Sigul... 09:18:08 Signing v4.1.0-dev.91 09:19:59 ERROR: I/O error: NSPR connection reset [Pipeline] echo 09:19:59 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:20:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:20:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:20:00 $ docker stop --time=1 b6869be02eab9eaafb8bf03662dfb73eddc2b1443e5202f15b8d0f07125dc25c 09:20:01 $ docker rm -f --volumes b6869be02eab9eaafb8bf03662dfb73eddc2b1443e5202f15b8d0f07125dc25c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:20:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:20:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:20:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:20:02 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 09:20:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 09:20:02 $ docker top 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 -eo pid,comm 09:20:02 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:20:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:20:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:20:02 [ssh-agent] Looking for ssh-agent implementation... 09:20:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:20:02 $ docker exec 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 ssh-agent 09:20:02 SSH_AUTH_SOCK=/tmp/ssh-xsIgEWX8tAH8/agent.32 09:20:02 SSH_AGENT_PID=38 09:20:02 Running ssh-add (command line suppressed) 09:20:03 Identity added: /w/workspace/edgex-go/946@tmp/private_key_7146834915775192581.key (/w/workspace/edgex-go/946@tmp/private_key_7146834915775192581.key) 09:20:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:20:03 + git semver bump pre 09:20:03 2026-01-07 09:20:03,624 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:20:03 2026-01-07 09:20:03,627 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 09:20:03 2026-01-07 09:20:03,627 [bump_version] DEBUG bumping version:4.1.0-dev.91 on axis:pre with prefix:dev 09:20:03 2026-01-07 09:20:03,627 [bump_version] DEBUG bumped version:4.1.0-dev.92 09:20:03 2026-01-07 09:20:03,627 [write_version] DEBUG write version:4.1.0-dev.92 to path:/w/workspace/edgex-go/946/.semver/main with force:True 09:20:03 2026-01-07 09:20:03,628 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 09:20:03 2026-01-07 09:20:03,628 [write_file] DEBUG write to file:/w/workspace/edgex-go/946/.semver/main 09:20:03 2026-01-07 09:20:03,631 [execute] INFO git cat-file --batch-check 09:20:03 2026-01-07 09:20:03,631 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/946/.semver, stdin=, shell=False, universal_newlines=False) 09:20:03 2026-01-07 09:20:03,635 [execute] INFO git cat-file --batch 09:20:03 2026-01-07 09:20:03,635 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/946/.semver, stdin=, shell=False, universal_newlines=False) 09:20:03 2026-01-07 09:20:03,638 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 09:20:03 4.1.0-dev.92 [Pipeline] } 09:20:03 $ docker exec --env ******** --env ******** 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 ssh-agent -k 09:20:04 unset SSH_AUTH_SOCK; 09:20:04 unset SSH_AGENT_PID; 09:20:04 echo Agent pid 38 killed; 09:20:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:20:04 + git semver [Pipeline] } 09:20:04 $ docker stop --time=1 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 09:20:05 $ docker rm -f --volumes 48eeaef3fb04e6ff3399bbd43d7fabcfa9704a880b13ef55fbec5c1bc56305f9 [Pipeline] // withDockerContainer [Pipeline] sh 09:20:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:20:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:20:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:20:06 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 09:20:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@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 09:20:06 $ docker top b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 -eo pid,comm 09:20: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). 09:20:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:20:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:20:07 [ssh-agent] Looking for ssh-agent implementation... 09:20:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:20:07 $ docker exec b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 ssh-agent 09:20:07 SSH_AUTH_SOCK=/tmp/ssh-7uFVFePPAmiw/agent.32 09:20:07 SSH_AGENT_PID=38 09:20:07 Running ssh-add (command line suppressed) 09:20:07 Identity added: /w/workspace/edgex-go/946@tmp/private_key_13555896140913231802.key (/w/workspace/edgex-go/946@tmp/private_key_13555896140913231802.key) 09:20:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:20:07 + git semver push 09:20:07 2026-01-07 09:20:07,877 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 09:20:07 2026-01-07 09:20:07,881 [run_push] DEBUG push 09:20:07 2026-01-07 09:20:07,882 [execute] INFO git cat-file --batch-check 09:20:07 2026-01-07 09:20:07,882 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/946/.semver, stdin=, shell=False, universal_newlines=False) 09:20:07 2026-01-07 09:20:07,884 [execute] INFO git rev-list 34869f4407640749c8a13cfb24d784f84f78de44 -- 09:20:07 2026-01-07 09:20:07,884 [execute] DEBUG Popen(['git', 'rev-list', '34869f4407640749c8a13cfb24d784f84f78de44', '--'], cwd=/w/workspace/edgex-go/946/.semver, stdin=None, shell=False, universal_newlines=False) 09:20:07 2026-01-07 09:20:07,903 [execute] INFO git fetch -v -- origin 09:20:07 2026-01-07 09:20:07,903 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/946/.semver, stdin=None, shell=False, universal_newlines=True) 09:20:08 2026-01-07 09:20:08,571 [run_push] DEBUG no remote changes detected 09:20:08 2026-01-07 09:20:08,571 [execute] INFO git push origin semver 09:20:08 2026-01-07 09:20:08,572 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/946/.semver, stdin=None, shell=False, universal_newlines=False) 09:20:09 2026-01-07 09:20:09,497 [run_push] DEBUG push all version tags 09:20:09 2026-01-07 09:20:09,498 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:20:09 2026-01-07 09:20:09,498 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/946, stdin=None, shell=False, universal_newlines=False) 09:20:10 2026-01-07 09:20:10,335 [read_version] DEBUG read version from /w/workspace/edgex-go/946/.semver/main 09:20:10 4.1.0-dev.92 [Pipeline] } 09:20:10 $ docker exec --env ******** --env ******** b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 ssh-agent -k 09:20:10 unset SSH_AUTH_SOCK; 09:20:10 unset SSH_AGENT_PID; 09:20:10 echo Agent pid 38 killed; 09:20:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:20:11 + git semver [Pipeline] } 09:20:11 $ docker stop --time=1 b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 09:20:12 $ docker rm -f --volumes b7aa818cdbae6f51bd23453f9a98100d215ee25e5a8a5fd52bfa7d2c76c05b47 [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 09:20:13 + [ -d /w/workspace/edgex-go/946/archives ] [Pipeline] libraryResource [Pipeline] sh 09:20:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:20:14 ---> package-listing.sh 09:20:14 ++ facter osfamily 09:20:14 ++ tr '[:upper:]' '[:lower:]' 09:20:14 + OS_FAMILY=debian 09:20:14 + workspace=/w/workspace/edgex-go/946 09:20:14 + START_PACKAGES=/tmp/packages_start.txt 09:20:14 + END_PACKAGES=/tmp/packages_end.txt 09:20:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:20:14 + PACKAGES=/tmp/packages_start.txt 09:20:14 + '[' /w/workspace/edgex-go/946 ']' 09:20:14 + PACKAGES=/tmp/packages_end.txt 09:20:14 + case "${OS_FAMILY}" in 09:20:14 + dpkg -l 09:20:14 + grep '^ii' 09:20:14 + '[' -f /tmp/packages_start.txt ']' 09:20:14 + '[' -f /tmp/packages_end.txt ']' 09:20:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:20:14 + '[' /w/workspace/edgex-go/946 ']' 09:20:14 + mkdir -p /w/workspace/edgex-go/946/archives/ 09:20:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/946/archives/ [Pipeline] echo 09:20:14 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/946/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:20:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:20:15 09:20:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:20:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:20:16 latest: Pulling from edgex-lftools-log-publisher 09:20:16 5eb5b503b376: Pulling fs layer 09:20:16 5c69ac0246d0: Pulling fs layer 09:20:16 ec43610c2a17: Pulling fs layer 09:20:16 3a2ae6a8a46f: Pulling fs layer 09:20:16 33b1e0a273af: Pulling fs layer 09:20:16 5d3b04190fa2: Pulling fs layer 09:20:16 2f39f015ded8: Pulling fs layer 09:20:16 5d3b04190fa2: Waiting 09:20:16 2f39f015ded8: Waiting 09:20:16 3a2ae6a8a46f: Waiting 09:20:16 33b1e0a273af: Waiting 09:20:16 5c69ac0246d0: Verifying Checksum 09:20:16 5c69ac0246d0: Download complete 09:20:16 3a2ae6a8a46f: Verifying Checksum 09:20:16 3a2ae6a8a46f: Download complete 09:20:16 33b1e0a273af: Verifying Checksum 09:20:16 33b1e0a273af: Download complete 09:20:16 5d3b04190fa2: Verifying Checksum 09:20:16 5d3b04190fa2: Download complete 09:20:16 ec43610c2a17: Verifying Checksum 09:20:16 ec43610c2a17: Download complete 09:20:16 5eb5b503b376: Verifying Checksum 09:20:16 5eb5b503b376: Download complete 09:20:16 2f39f015ded8: Verifying Checksum 09:20:16 2f39f015ded8: Download complete 09:20:17 5eb5b503b376: Pull complete 09:20:18 5c69ac0246d0: Pull complete 09:20:18 ec43610c2a17: Pull complete 09:20:18 3a2ae6a8a46f: Pull complete 09:20:18 33b1e0a273af: Pull complete 09:20:18 5d3b04190fa2: Pull complete 09:20:25 2f39f015ded8: Pull complete 09:20:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:20:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:20:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:20:25 prd-ubuntu20.04-docker-8c-8g-239 does not seem to be running inside a container 09:20:25 $ 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/946/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/946 -v /w/workspace/edgex-go/946:/w/workspace/edgex-go/946:rw,z -v /w/workspace/edgex-go/946@tmp:/w/workspace/edgex-go/946@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 09:20:26 $ docker top 6ceb4882e16693386e2775eec61bc72b2155b100cf316adc55553310a173e306 -eo pid,comm [Pipeline] { [Pipeline] sh 09:20:27 + touch /tmp/pre-build-complete [Pipeline] sh 09:20:27 + mkdir -p /var/log/sysstat [Pipeline] sh 09:20:27 + ls /var/log/sa-host 09:20:27 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:20:27 provisioning config files... 09:20:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/946@tmp/config4863898160935971124tmp [Pipeline] { [Pipeline] echo 09:20:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:20:28 ---> create-netrc.sh [Pipeline] } 09:20:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:20:28 ---> python-tools-install.sh [Pipeline] echo 09:20:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:20:28 ---> sudo-logs.sh 09:20:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:20:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:20:29 ---> job-cost.sh 09:20:29 lf-activate-venv: SKIPPING 09:20:29 DEBUG: total: 0.10999999940395355 09:20:29 INFO: Retrieving Stack Cost... 09:20:29 INFO: Retrieving Pricing Info for: v3-standard-8 09:20:29 INFO: Archiving Costs [Pipeline] echo 09:20:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:20:30 ---> logs-deploy.sh 09:20:30 lf-activate-venv: SKIPPING 09:20:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/946 09:20:30 INFO: archiving workspace using pattern(s): 09:20:31 Archives upload complete. 09:20:31 INFO: archiving logs to Nexus 09:20:32 ---> uname -a: 09:20:32 Linux prd-ubuntu20-04-docker-8c-8g-239 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 09:20:32 09:20:32 09:20:32 ---> lscpu: 09:20:32 Architecture: x86_64 09:20:32 CPU op-mode(s): 32-bit, 64-bit 09:20:32 Byte Order: Little Endian 09:20:32 Address sizes: 40 bits physical, 48 bits virtual 09:20:32 CPU(s): 8 09:20:32 On-line CPU(s) list: 0-7 09:20:32 Thread(s) per core: 1 09:20:32 Core(s) per socket: 1 09:20:32 Socket(s): 8 09:20:32 NUMA node(s): 1 09:20:32 Vendor ID: AuthenticAMD 09:20:32 CPU family: 23 09:20:32 Model: 49 09:20:32 Model name: AMD EPYC-Rome Processor 09:20:32 Stepping: 0 09:20:32 CPU MHz: 2799.998 09:20:32 BogoMIPS: 5599.99 09:20:32 Virtualization: AMD-V 09:20:32 Hypervisor vendor: KVM 09:20:32 Virtualization type: full 09:20:32 L1d cache: 256 KiB 09:20:32 L1i cache: 256 KiB 09:20:32 L2 cache: 4 MiB 09:20:32 L3 cache: 128 MiB 09:20:32 NUMA node0 CPU(s): 0-7 09:20:32 Vulnerability Gather data sampling: Not affected 09:20:32 Vulnerability Itlb multihit: Not affected 09:20:32 Vulnerability L1tf: Not affected 09:20:32 Vulnerability Mds: Not affected 09:20:32 Vulnerability Meltdown: Not affected 09:20:32 Vulnerability Mmio stale data: Not affected 09:20:32 Vulnerability Retbleed: Vulnerable 09:20:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:20:32 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:20:32 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 09:20:32 Vulnerability Srbds: Not affected 09:20:32 Vulnerability Tsx async abort: Not affected 09:20:32 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 09:20:32 09:20:32 09:20:32 ---> nproc: 09:20:32 8 09:20:32 09:20:32 09:20:32 ---> df -h: 09:20:32 Filesystem Size Used Avail Use% Mounted on 09:20:32 overlay 155G 34G 122G 22% / 09:20:32 tmpfs 64M 0 64M 0% /dev 09:20:32 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:20:32 shm 64M 0 64M 0% /dev/shm 09:20:32 /dev/vda1 155G 34G 122G 22% /facter-os 09:20:32 09:20:32 09:20:32 ---> sar -b -r -n DEV: 09:20:32 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-239) 01/07/26 _x86_64_ (8 CPU) 09:20:32 09:20:32 08:24:19 LINUX RESTART (8 CPU) 09:20:32 09:20:32 08:25:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:20:32 08:26:01 231.67 20.35 211.32 0.00 3241.48 69164.68 0.00 09:20:32 08:27:01 40.94 0.08 40.86 0.00 0.67 35108.30 0.00 09:20:32 08:28:01 34.44 0.10 34.34 0.00 3.73 13237.59 0.00 09:20:32 08:29:01 79.20 0.08 79.12 0.00 1.60 43039.36 0.00 09:20:32 08:30:01 1543.59 29.62 1513.96 0.00 4541.95 564062.91 0.00 09:20:32 08:31:01 95.00 0.13 94.87 0.00 1.07 40963.68 0.00 09:20:32 08:32:01 357.41 0.10 357.31 0.00 0.80 104347.62 0.00 09:20:32 08:33:01 915.28 25.50 889.77 0.00 966.72 184097.02 0.00 09:20:32 08:34:01 36.08 0.70 35.38 0.00 37.06 948.11 0.00 09:20:32 08:35:01 23.41 1.75 21.66 0.00 196.23 572.97 0.00 09:20:32 08:36:01 2.40 0.00 2.40 0.00 0.00 30.26 0.00 09:20:32 08:37:01 1.90 0.00 1.90 0.00 0.00 25.32 0.00 09:20:32 08:38:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 09:20:32 08:39:01 1.33 0.00 1.33 0.00 0.00 15.99 0.00 09:20:32 08:40:01 4.17 2.32 1.85 0.00 21.06 24.13 0.00 09:20:32 08:41:01 1.52 0.00 1.52 0.00 0.00 18.00 0.00 09:20:32 08:42:01 0.98 0.00 0.98 0.00 0.00 11.46 0.00 09:20:32 08:43:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 09:20:32 08:44:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 09:20:32 08:45:01 1.47 0.00 1.47 0.00 0.00 17.73 0.00 09:20:32 08:46:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 09:20:32 08:47:01 1.13 0.00 1.13 0.00 0.00 14.26 0.00 09:20:32 08:48:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 09:20:32 08:49:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 09:20:32 08:50:01 1.02 0.00 1.02 0.00 0.00 11.46 0.00 09:20:32 08:51:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 09:20:32 08:52:01 1.42 0.30 1.12 0.00 16.79 13.46 0.00 09:20:32 08:53:01 2.75 1.38 1.37 0.00 28.93 16.40 0.00 09:20:32 08:54:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 09:20:32 08:55:01 10.76 6.68 4.08 0.00 427.00 108.52 0.00 09:20:32 08:56:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 09:20:32 08:57:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 09:20:32 08:58:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 09:20:32 08:59:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 09:20:32 09:00:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 09:20:32 09:01:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 09:20:32 09:02:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 09:20:32 09:03:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 09:20:32 09:04:01 0.93 0.00 0.93 0.00 0.00 11.86 0.00 09:20:32 09:05:01 1.45 0.00 1.45 0.00 0.00 17.20 0.00 09:20:32 09:06:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 09:20:32 09:07:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 09:20:32 09:08:01 1.13 0.00 1.13 0.00 0.00 13.20 0.00 09:20:32 09:09:01 1.38 0.00 1.38 0.00 0.00 16.13 0.00 09:20:32 09:10:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 09:20:32 09:11:01 1.32 0.00 1.32 0.00 0.00 15.99 0.00 09:20:32 09:12:01 1.17 0.00 1.17 0.00 0.00 12.13 0.00 09:20:32 09:13:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 09:20:32 09:14:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 09:20:32 09:15:01 1.28 0.02 1.27 0.00 1.07 15.99 0.00 09:20:32 09:16:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 09:20:32 09:17:01 1.45 0.05 1.40 0.00 1.07 15.73 0.00 09:20:32 09:18:01 110.38 2.70 107.68 0.00 130.38 43551.41 0.00 09:20:32 09:19:01 50.02 0.00 50.02 0.00 0.00 21742.49 0.00 09:20:32 09:20:01 5.55 0.00 5.55 0.00 0.00 85.19 0.00 09:20:32 Average: 65.20 1.66 63.53 0.00 173.94 20379.93 0.00 09:20:32 09:20:32 08:25:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:20:32 08:26:01 27381084 31328916 950828 2.89 120540 4005180 2004948 5.91 1461844 3520880 22800 09:20:32 08:27:01 25964096 31286960 987908 3.01 129112 5300028 2370472 6.99 2315544 4006348 311104 09:20:32 08:28:01 26159728 31360528 913788 2.78 137068 5141356 2244384 6.62 1657184 4440768 366656 09:20:32 08:29:01 26700232 31511284 769304 2.34 139672 4786900 1816464 5.36 1585164 4018504 60 09:20:32 08:30:01 8104352 29594752 2572148 7.83 420108 20184652 7169888 21.14 5103264 17945776 58212 09:20:32 08:31:01 3902812 28027056 4133608 12.58 444172 22658392 11469680 33.81 7899428 19195940 1447060 09:20:32 08:32:01 879520 27575152 4591240 13.97 459980 25118676 11126604 32.80 9442692 20589004 1253868 09:20:32 08:33:01 5148392 31377744 854060 2.60 468232 24820964 2306492 6.80 3887772 22140600 512 09:20:32 08:34:01 5145532 31378036 853168 2.60 469388 24822684 2265468 6.68 4205024 21832108 508 09:20:32 08:35:01 5147560 31386964 843716 2.57 470200 24828760 2102444 6.20 4666180 21369144 596 09:20:32 08:36:01 5148512 31388028 842388 2.56 470212 24828764 2102444 6.20 4663904 21369140 24 09:20:32 08:37:01 5160056 31399612 831368 2.53 470232 24828764 2102444 6.20 4652340 21369136 8 09:20:32 08:38:01 5160856 31400444 830776 2.53 470248 24828768 2102444 6.20 4652376 21369136 24 09:20:32 08:39:01 5174180 31413792 817424 2.49 470256 24828776 2102444 6.20 4638460 21369140 60 09:20:32 08:40:01 5172740 31413088 817812 2.49 470724 24828932 2169360 6.40 4638860 21369212 68 09:20:32 08:41:01 5172732 31413084 817736 2.49 470748 24828932 2169360 6.40 4638800 21369216 68 09:20:32 08:42:01 5173220 31413600 817192 2.49 470772 24828940 2169360 6.40 4638848 21369220 28 09:20:32 08:43:01 5172896 31413304 817424 2.49 470788 24828940 2169360 6.40 4638880 21369220 12 09:20:32 08:44:01 5173180 31413592 817120 2.49 470800 24828944 2169360 6.40 4638936 21369224 24 09:20:32 08:45:01 5173976 31414428 816328 2.48 470808 24828948 2169360 6.40 4638544 21369228 16 09:20:32 08:46:01 5173472 31413924 816800 2.48 470828 24828948 2169360 6.40 4638484 21369228 12 09:20:32 08:47:01 5173108 31413564 817072 2.49 470852 24828956 2169360 6.40 4638488 21369232 64 09:20:32 08:48:01 5173092 31413552 817008 2.49 470864 24828960 2153212 6.35 4638488 21369232 24 09:20:32 08:49:01 5172824 31413348 817188 2.49 470888 24828964 2153212 6.35 4638544 21369240 8 09:20:32 08:50:01 5172776 31413332 817148 2.49 470912 24828968 2153212 6.35 4638508 21369240 4 09:20:32 08:51:01 5172688 31413260 817152 2.49 470936 24828968 2153212 6.35 4638464 21369240 12 09:20:32 08:52:01 5171848 31412972 817564 2.49 470960 24829472 2153212 6.35 4643868 21369572 184 09:20:32 08:53:01 5166164 31409192 821212 2.50 470984 24830344 2133376 6.29 4647972 21369664 48 09:20:32 08:54:01 5166124 31409164 821236 2.50 470996 24830348 2133376 6.29 4647692 21369636 16 09:20:32 08:55:01 5122864 31382296 844244 2.57 471404 24844584 2214900 6.53 4670796 21379208 36 09:20:32 08:56:01 5123280 31382772 843640 2.57 471440 24844600 2214900 6.53 4670900 21379212 188 09:20:32 08:57:01 5123264 31382764 843624 2.57 471464 24844604 2214900 6.53 4670640 21379216 60 09:20:32 08:58:01 5123468 31382996 843364 2.57 471496 24844600 2214900 6.53 4670972 21379216 24 09:20:32 08:59:01 5122956 31382484 843796 2.57 471524 24844604 2214900 6.53 4670972 21379216 4 09:20:32 09:00:01 5123760 31383360 842964 2.56 471540 24844616 2214900 6.53 4670776 21379220 36 09:20:32 09:01:01 5122964 31382580 843704 2.57 471568 24844616 2214900 6.53 4671052 21379220 212 09:20:32 09:02:01 5123476 31383124 843168 2.57 471588 24844620 2214900 6.53 4671048 21379224 28 09:20:32 09:03:01 5123232 31382884 843380 2.57 471604 24844624 2214900 6.53 4670756 21379228 24 09:20:32 09:04:01 5123556 31383224 843000 2.56 471624 24844620 2214900 6.53 4671352 21379236 48 09:20:32 09:05:01 5122964 31382732 843416 2.57 471652 24844632 2230948 6.58 4670892 21379244 12 09:20:32 09:06:01 5123200 31382988 843148 2.57 471668 24844632 2230948 6.58 4670844 21379244 16 09:20:32 09:07:01 5123116 31382924 843376 2.57 471692 24844636 2230948 6.58 4671124 21379244 204 09:20:32 09:08:01 5122752 31382564 843652 2.57 471716 24844640 2230948 6.58 4671124 21379248 208 09:20:32 09:09:01 5123200 31383176 842984 2.56 471740 24844772 2230948 6.58 4671256 21379352 196 09:20:32 09:10:01 5123488 31383496 842880 2.56 471760 24844776 2230948 6.58 4671064 21379384 16 09:20:32 09:11:01 5123236 31383280 843096 2.56 471792 24844780 2230948 6.58 4671056 21379384 64 09:20:32 09:12:01 5123228 31383304 843076 2.56 471812 24844780 2230948 6.58 4671216 21379384 12 09:20:32 09:13:01 5123148 31383248 843104 2.56 471844 24844784 2230948 6.58 4671012 21379388 8 09:20:32 09:14:01 5123620 31383752 842560 2.56 471872 24844784 2230948 6.58 4671224 21379388 8 09:20:32 09:15:01 5123156 31383320 843068 2.56 471900 24844816 2230948 6.58 4671132 21379392 60 09:20:32 09:16:01 5123140 31383312 843048 2.56 471912 24844824 2230948 6.58 4671096 21379400 28 09:20:32 09:17:01 5123408 31383620 842740 2.56 471940 24844820 2230948 6.58 4671136 21379400 4 09:20:32 09:18:01 3627944 31323108 900264 2.74 519232 26112384 2347084 6.92 4793700 22622672 581508 09:20:32 09:19:01 3479544 31249076 969612 2.95 523220 26163484 2302208 6.79 4879664 22663436 192 09:20:32 09:20:01 3547628 31314432 909276 2.77 523336 26163084 2183316 6.44 4827760 22657032 96 09:20:32 Average: 6568134 31223991 1004216 3.06 447575 23332490 2611968 7.70 4588529 20086218 73552 09:20:32 09:20:32 08:25:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:20:32 08:26:01 veth7bce7c6 0.05 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:20:32 08:26:01 docker0 832.54 824.20 61.74 4763.78 0.00 0.00 0.00 0.00 09:20:32 08:26:01 lo 4.07 4.07 0.41 0.41 0.00 0.00 0.00 0.00 09:20:32 08:26:01 ens3 1179.56 1052.16 12050.55 150.99 0.00 0.00 0.00 0.00 09:20:32 08:27:01 veth7bce7c6 0.23 0.30 0.02 0.03 0.00 0.00 0.00 0.00 09:20:32 08:27:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 09:20:32 08:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:27:01 ens3 18.11 11.68 14.42 8.16 0.00 0.00 0.00 0.00 09:20:32 08:28:01 veth7bce7c6 1.27 1.28 0.11 0.11 0.00 0.00 0.00 0.00 09:20:32 08:28:01 docker0 1.27 1.27 0.09 0.11 0.00 0.00 0.00 0.00 09:20:32 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:28:01 ens3 18.44 12.63 14.31 8.30 0.00 0.00 0.00 0.00 09:20:32 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:29:01 ens3 30.16 20.65 27.04 14.13 0.00 0.00 0.00 0.00 09:20:32 08:30:01 vethea96c0e 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth169bcce 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth234e1c4 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth564552f 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 vethae08a6b 0.05 0.48 0.00 0.02 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth6f6451e 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth16a55ba 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 vethab33174 0.67 4.00 0.06 0.38 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth900240f 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 docker0 566.23 963.25 50.74 9485.52 0.00 0.00 0.00 0.00 09:20:32 08:30:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 09:20:32 08:30:01 vethc1beb88 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 vetha2d73e5 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 ens3 1341.47 736.09 15656.42 88.49 0.00 0.00 0.00 0.00 09:20:32 08:30:01 veth1029176 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:30:01 vethc652b44 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 09:20:32 08:31:01 vethea96c0e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth169bcce 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth234e1c4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth564552f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 vethae08a6b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth6f6451e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth16a55ba 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 vethab33174 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth900240f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 docker0 0.12 0.08 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 09:20:32 08:31:01 vethc1beb88 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 vetha2d73e5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 ens3 8.11 6.15 6.34 3.72 0.00 0.00 0.00 0.00 09:20:32 08:31:01 veth1029176 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:31:01 vethc652b44 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 veth169bcce 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 veth234e1c4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 veth564552f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 vethae08a6b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 veth6f6451e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 veth16a55ba 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 vethab33174 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 veth900240f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 vethc1beb88 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 vetha2d73e5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:32:01 ens3 5.00 3.45 4.09 2.36 0.00 0.00 0.00 0.00 09:20:32 08:32:01 vethc652b44 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:33:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:33:01 lo 2.67 2.67 0.27 0.27 0.00 0.00 0.00 0.00 09:20:32 08:33:01 ens3 37.06 31.08 22.11 141.55 0.00 0.00 0.00 0.00 09:20:32 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:34:01 lo 42.19 42.19 4.13 4.13 0.00 0.00 0.00 0.00 09:20:32 08:34:01 ens3 469.14 469.46 218.10 2193.70 0.00 0.00 0.00 0.00 09:20:32 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:35:01 lo 24.33 24.33 2.37 2.37 0.00 0.00 0.00 0.00 09:20:32 08:35:01 ens3 390.85 388.25 148.97 2444.10 0.00 0.00 0.00 0.00 09:20:32 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:36:01 ens3 6.05 2.63 6.78 0.23 0.00 0.00 0.00 0.00 09:20:32 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:37:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:38:01 ens3 0.97 0.37 0.32 0.22 0.00 0.00 0.00 0.00 09:20:32 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:39:01 ens3 0.22 0.08 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:40:01 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 09:20:32 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:41:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:42:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:43:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:44:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:45:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 09:20:32 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:46:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:47:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:48:01 ens3 0.23 0.13 0.13 0.01 0.00 0.00 0.00 0.00 09:20:32 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:49:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:50:01 ens3 0.22 0.17 0.09 0.07 0.00 0.00 0.00 0.00 09:20:32 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:51:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:52:01 ens3 0.98 0.60 0.88 0.37 0.00 0.00 0.00 0.00 09:20:32 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:53:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:20:32 08:53:01 ens3 5.98 5.20 3.79 4.87 0.00 0.00 0.00 0.00 09:20:32 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:54:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:55:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:20:32 08:55:01 ens3 3.17 2.82 5.37 1.39 0.00 0.00 0.00 0.00 09:20:32 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:56:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:57:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:58:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 08:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 08:59:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:00:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 09:20:32 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:01:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:02:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:03:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:04:01 ens3 0.98 0.30 0.43 0.21 0.00 0.00 0.00 0.00 09:20:32 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:05:01 ens3 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 09:20:32 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:06:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:07:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:08:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:09:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:10:01 ens3 0.22 0.13 0.09 0.07 0.00 0.00 0.00 0.00 09:20:32 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:11:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:20:32 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:12:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:13:01 ens3 0.35 0.23 0.13 0.02 0.00 0.00 0.00 0.00 09:20:32 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:14:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:15:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 09:20:32 09:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:16:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:17:01 ens3 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:20:32 09:18:01 docker0 67.71 88.99 6.24 901.91 0.00 0.00 0.00 0.00 09:20:32 09:18:01 lo 2.33 2.33 0.22 0.22 0.00 0.00 0.00 0.00 09:20:32 09:18:01 ens3 359.87 227.40 8133.47 46.62 0.00 0.00 0.00 0.00 09:20:32 09:19:01 veth8f18644 0.35 0.32 0.05 0.02 0.00 0.00 0.00 0.00 09:20:32 09:19:01 docker0 0.35 0.17 0.05 0.01 0.00 0.00 0.00 0.00 09:20:32 09:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:20:32 09:19:01 ens3 54.53 56.66 38.64 108.27 0.00 0.00 0.00 0.00 09:20:32 09:20:01 docker0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 09:20:32 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:20:32 09:20:01 ens3 7.87 5.45 8.27 2.29 0.00 0.00 0.00 0.00 09:20:32 Average: docker0 26.46 33.91 2.14 274.12 0.00 0.00 0.00 0.00 09:20:32 Average: lo 1.51 1.51 0.15 0.15 0.00 0.00 0.00 0.00 09:20:32 Average: ens3 71.37 54.90 657.66 94.90 0.00 0.00 0.00 0.00 09:20:32 09:20:32 09:20:32 ---> sar -P ALL: 09:20:32 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-239) 01/07/26 _x86_64_ (8 CPU) 09:20:32 09:20:32 08:24:19 LINUX RESTART (8 CPU) 09:20:32 09:20:32 08:25:02 CPU %user %nice %system %iowait %steal %idle 09:20:32 08:26:01 all 11.72 0.00 4.50 1.13 0.07 82.58 09:20:32 08:26:01 0 11.43 0.00 4.13 0.26 0.07 84.11 09:20:32 08:26:01 1 11.68 0.00 4.77 0.16 0.09 83.30 09:20:32 08:26:01 2 11.95 0.00 4.52 3.01 0.07 80.45 09:20:32 08:26:01 3 12.65 0.00 5.77 0.34 0.07 81.17 09:20:32 08:26:01 4 12.11 0.00 4.09 0.70 0.07 83.03 09:20:32 08:26:01 5 11.46 0.00 4.41 0.52 0.07 83.54 09:20:32 08:26:01 6 12.45 0.00 4.12 0.84 0.07 82.51 09:20:32 08:26:01 7 9.97 0.00 4.20 3.25 0.07 82.51 09:20:32 08:27:01 all 51.24 0.00 9.25 0.25 0.08 39.18 09:20:32 08:27:01 0 51.75 0.00 8.97 0.02 0.08 39.19 09:20:32 08:27:01 1 50.54 0.00 9.27 0.56 0.08 39.54 09:20:32 08:27:01 2 52.22 0.00 9.52 0.59 0.08 37.58 09:20:32 08:27:01 3 50.89 0.00 8.68 0.44 0.08 39.91 09:20:32 08:27:01 4 54.22 0.00 10.52 0.08 0.10 35.07 09:20:32 08:27:01 5 50.36 0.00 8.85 0.19 0.07 40.53 09:20:32 08:27:01 6 53.14 0.00 8.45 0.05 0.07 38.29 09:20:32 08:27:01 7 46.79 0.00 9.74 0.05 0.08 43.33 09:20:32 08:28:01 all 59.35 0.00 7.75 0.08 0.07 32.75 09:20:32 08:28:01 0 59.11 0.00 7.97 0.02 0.08 32.82 09:20:32 08:28:01 1 60.47 0.00 7.81 0.00 0.07 31.65 09:20:32 08:28:01 2 59.07 0.00 7.60 0.44 0.07 32.82 09:20:32 08:28:01 3 58.48 0.00 7.88 0.15 0.07 33.42 09:20:32 08:28:01 4 58.96 0.00 8.02 0.02 0.07 32.93 09:20:32 08:28:01 5 58.36 0.00 7.51 0.05 0.08 33.99 09:20:32 08:28:01 6 59.64 0.00 7.52 0.00 0.07 32.77 09:20:32 08:28:01 7 60.65 0.00 7.69 0.00 0.07 31.59 09:20:32 08:29:01 all 39.08 0.00 6.90 0.33 0.08 53.61 09:20:32 08:29:01 0 42.85 0.00 7.30 0.02 0.08 49.75 09:20:32 08:29:01 1 37.95 0.00 7.30 0.03 0.07 54.65 09:20:32 08:29:01 2 39.13 0.00 6.37 1.21 0.08 53.21 09:20:32 08:29:01 3 37.57 0.00 7.35 1.24 0.08 53.76 09:20:32 08:29:01 4 39.58 0.00 6.96 0.03 0.08 53.34 09:20:32 08:29:01 5 38.20 0.00 6.93 0.10 0.07 54.70 09:20:32 08:29:01 6 38.03 0.00 6.61 0.00 0.08 55.28 09:20:32 08:29:01 7 39.29 0.00 6.42 0.00 0.08 54.20 09:20:32 08:30:01 all 39.12 0.00 16.77 10.81 0.10 33.20 09:20:32 08:30:01 0 39.61 0.00 16.94 16.17 0.10 27.18 09:20:32 08:30:01 1 39.34 0.00 17.43 9.21 0.10 33.92 09:20:32 08:30:01 2 39.12 0.00 15.93 10.71 0.08 34.15 09:20:32 08:30:01 3 36.68 0.00 18.16 7.79 0.10 37.27 09:20:32 08:30:01 4 38.90 0.00 17.30 9.26 0.08 34.45 09:20:32 08:30:01 5 37.98 0.00 16.78 9.57 0.10 35.57 09:20:32 08:30:01 6 40.67 0.00 14.91 11.80 0.10 32.51 09:20:32 08:30:01 7 40.64 0.00 16.75 11.98 0.10 30.53 09:20:32 08:31:01 all 89.35 0.00 10.53 0.00 0.12 0.00 09:20:32 08:31:01 0 89.71 0.00 10.16 0.00 0.13 0.00 09:20:32 08:31:01 1 89.42 0.00 10.46 0.00 0.12 0.00 09:20:32 08:31:01 2 89.82 0.00 10.06 0.00 0.12 0.00 09:20:32 08:31:01 3 90.05 0.00 9.83 0.00 0.12 0.00 09:20:32 08:31:01 4 88.89 0.00 10.98 0.00 0.13 0.00 09:20:32 08:31:01 5 88.42 0.00 11.46 0.00 0.12 0.00 09:20:32 08:31:01 6 90.24 0.00 9.65 0.00 0.12 0.00 09:20:32 08:31:01 7 88.29 0.00 11.61 0.00 0.10 0.00 09:20:32 08:32:01 all 90.56 0.00 9.33 0.00 0.11 0.00 09:20:32 08:32:01 0 90.95 0.00 8.95 0.00 0.10 0.00 09:20:32 08:32:01 1 91.14 0.00 8.74 0.00 0.12 0.00 09:20:32 08:32:01 2 91.00 0.00 8.88 0.00 0.12 0.00 09:20:32 08:32:01 3 89.84 0.00 10.06 0.00 0.10 0.00 09:20:32 08:32:01 4 90.75 0.00 9.15 0.00 0.10 0.00 09:20:32 08:32:01 5 89.64 0.00 10.26 0.00 0.10 0.00 09:20:32 08:32:01 6 91.44 0.00 8.45 0.00 0.12 0.00 09:20:32 08:32:01 7 89.72 0.00 10.18 0.00 0.10 0.00 09:20:32 08:33:01 all 76.74 0.00 9.98 0.52 0.10 12.66 09:20:32 08:33:01 0 77.70 0.00 9.42 0.88 0.10 11.90 09:20:32 08:33:01 1 77.30 0.00 9.10 0.48 0.10 13.01 09:20:32 08:33:01 2 78.27 0.00 9.05 0.57 0.10 12.01 09:20:32 08:33:01 3 76.61 0.00 10.45 0.72 0.10 12.12 09:20:32 08:33:01 4 75.71 0.00 10.57 0.20 0.10 13.43 09:20:32 08:33:01 5 76.46 0.00 11.21 0.20 0.12 12.01 09:20:32 08:33:01 6 76.82 0.00 9.05 0.42 0.10 13.61 09:20:32 08:33:01 7 75.03 0.00 10.98 0.72 0.10 13.17 09:20:32 08:34:01 all 9.37 0.00 1.11 0.14 0.06 89.33 09:20:32 08:34:01 0 12.64 0.00 1.33 0.86 0.07 85.10 09:20:32 08:34:01 1 6.51 0.00 1.07 0.03 0.03 92.35 09:20:32 08:34:01 2 13.46 0.00 1.04 0.05 0.07 85.39 09:20:32 08:34:01 3 7.04 0.00 1.09 0.03 0.07 91.77 09:20:32 08:34:01 4 9.46 0.00 1.02 0.02 0.07 89.44 09:20:32 08:34:01 5 10.21 0.00 0.97 0.02 0.05 88.76 09:20:32 08:34:01 6 7.37 0.00 1.22 0.03 0.07 91.31 09:20:32 08:34:01 7 8.23 0.00 1.14 0.03 0.05 90.55 09:20:32 08:35:01 all 10.61 0.00 0.77 0.10 0.06 88.46 09:20:32 08:35:01 0 12.42 0.00 0.95 0.59 0.07 85.97 09:20:32 08:35:01 1 5.60 0.00 0.58 0.03 0.03 93.75 09:20:32 08:35:01 2 13.75 0.00 1.06 0.07 0.07 85.06 09:20:32 08:35:01 3 10.58 0.00 0.75 0.03 0.05 88.59 09:20:32 08:35:01 4 15.36 0.00 0.77 0.03 0.07 83.77 09:20:32 08:35:01 5 7.42 0.00 0.68 0.03 0.07 91.80 09:20:32 08:35:01 6 9.12 0.00 0.75 0.02 0.07 90.04 09:20:32 08:35:01 7 10.62 0.00 0.64 0.02 0.07 88.66 09:20:32 08:36:01 all 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 08:36:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:36:01 1 0.05 0.00 0.07 0.00 0.03 99.85 09:20:32 08:36:01 2 0.12 0.00 0.03 0.03 0.02 99.80 09:20:32 08:36:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:36:01 4 0.07 0.00 0.03 0.00 0.03 99.87 09:20:32 08:36:01 5 0.03 0.00 0.02 0.00 0.00 99.95 09:20:32 08:36:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 08:36:01 7 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:20:32 08:36:01 CPU %user %nice %system %iowait %steal %idle 09:20:32 08:37:01 all 0.04 0.00 0.01 0.01 0.02 99.92 09:20:32 08:37:01 0 0.00 0.00 0.00 0.03 0.02 99.95 09:20:32 08:37:01 1 0.07 0.00 0.02 0.00 0.03 99.88 09:20:32 08:37:01 2 0.03 0.00 0.00 0.00 0.02 99.95 09:20:32 08:37:01 3 0.05 0.00 0.00 0.00 0.02 99.93 09:20:32 08:37:01 4 0.07 0.00 0.03 0.02 0.03 99.85 09:20:32 08:37:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 08:37:01 6 0.05 0.00 0.02 0.00 0.02 99.92 09:20:32 08:37:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:38:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:20:32 08:38:01 0 0.03 0.00 0.02 0.02 0.02 99.92 09:20:32 08:38:01 1 0.03 0.00 0.03 0.00 0.03 99.90 09:20:32 08:38:01 2 0.07 0.00 0.05 0.00 0.00 99.88 09:20:32 08:38:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:38:01 4 0.03 0.00 0.05 0.00 0.02 99.90 09:20:32 08:38:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:39:01 all 0.20 0.00 0.02 0.00 0.01 99.77 09:20:32 08:39:01 0 1.22 0.00 0.02 0.00 0.02 98.74 09:20:32 08:39:01 1 0.08 0.00 0.02 0.00 0.00 99.90 09:20:32 08:39:01 2 0.02 0.00 0.03 0.02 0.02 99.92 09:20:32 08:39:01 3 0.08 0.00 0.02 0.00 0.00 99.90 09:20:32 08:39:01 4 0.08 0.00 0.05 0.02 0.03 99.82 09:20:32 08:39:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:20:32 08:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:39:01 7 0.03 0.00 0.00 0.00 0.00 99.97 09:20:32 08:40:01 all 0.07 0.00 0.04 0.01 0.02 99.86 09:20:32 08:40:01 0 0.40 0.00 0.03 0.07 0.00 99.50 09:20:32 08:40:01 1 0.02 0.00 0.05 0.00 0.02 99.92 09:20:32 08:40:01 2 0.03 0.00 0.05 0.03 0.02 99.87 09:20:32 08:40:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:40:01 4 0.07 0.00 0.02 0.00 0.03 99.88 09:20:32 08:40:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 08:40:01 6 0.00 0.00 0.07 0.00 0.02 99.92 09:20:32 08:40:01 7 0.02 0.00 0.03 0.00 0.02 99.93 09:20:32 08:41:01 all 0.17 0.00 0.02 0.01 0.01 99.79 09:20:32 08:41:01 0 1.03 0.00 0.03 0.00 0.02 98.92 09:20:32 08:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:41:01 2 0.20 0.00 0.00 0.05 0.02 99.73 09:20:32 08:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:41:01 5 0.03 0.00 0.03 0.00 0.03 99.90 09:20:32 08:41:01 6 0.07 0.00 0.02 0.02 0.00 99.90 09:20:32 08:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:42:01 all 0.11 0.00 0.01 0.00 0.01 99.86 09:20:32 08:42:01 0 0.73 0.00 0.02 0.00 0.00 99.25 09:20:32 08:42:01 1 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 08:42:01 2 0.03 0.00 0.02 0.02 0.00 99.93 09:20:32 08:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:42:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 08:42:01 5 0.03 0.00 0.00 0.00 0.02 99.95 09:20:32 08:42:01 6 0.00 0.00 0.00 0.02 0.02 99.97 09:20:32 08:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:43:01 all 0.03 0.00 0.01 0.01 0.01 99.93 09:20:32 08:43:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 08:43:01 1 0.08 0.00 0.00 0.00 0.00 99.92 09:20:32 08:43:01 2 0.03 0.00 0.02 0.03 0.02 99.90 09:20:32 08:43:01 3 0.07 0.00 0.00 0.00 0.02 99.92 09:20:32 08:43:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:43:01 5 0.02 0.00 0.05 0.00 0.03 99.90 09:20:32 08:43:01 6 0.02 0.00 0.02 0.02 0.00 99.95 09:20:32 08:43:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:44:01 all 0.05 0.00 0.02 0.00 0.01 99.91 09:20:32 08:44:01 0 0.25 0.00 0.03 0.00 0.00 99.72 09:20:32 08:44:01 1 0.05 0.00 0.03 0.00 0.02 99.90 09:20:32 08:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 08:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:44:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:44:01 5 0.07 0.00 0.05 0.00 0.05 99.83 09:20:32 08:44:01 6 0.02 0.00 0.00 0.02 0.02 99.95 09:20:32 08:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 08:45:01 all 0.04 0.00 0.01 0.01 0.02 99.92 09:20:32 08:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:45:01 1 0.10 0.00 0.03 0.00 0.02 99.85 09:20:32 08:45:01 2 0.10 0.00 0.00 0.03 0.02 99.85 09:20:32 08:45:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 08:45:01 4 0.02 0.00 0.02 0.00 0.03 99.93 09:20:32 08:45:01 5 0.07 0.00 0.00 0.00 0.05 99.88 09:20:32 08:45:01 6 0.00 0.00 0.02 0.02 0.00 99.97 09:20:32 08:45:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:46:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:20:32 08:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:20:32 08:46:01 2 0.03 0.00 0.02 0.02 0.02 99.92 09:20:32 08:46:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:46:01 4 0.03 0.00 0.02 0.00 0.00 99.95 09:20:32 08:46:01 5 0.05 0.00 0.03 0.00 0.03 99.88 09:20:32 08:46:01 6 0.03 0.00 0.00 0.00 0.02 99.95 09:20:32 08:46:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 08:47:01 all 0.03 0.00 0.02 0.01 0.01 99.93 09:20:32 08:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 08:47:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:20:32 08:47:01 2 0.03 0.00 0.00 0.02 0.02 99.93 09:20:32 08:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:47:01 4 0.02 0.00 0.03 0.00 0.02 99.93 09:20:32 08:47:01 5 0.02 0.00 0.03 0.00 0.03 99.92 09:20:32 08:47:01 6 0.05 0.00 0.03 0.08 0.02 99.82 09:20:32 08:47:01 7 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:20:32 08:47:01 CPU %user %nice %system %iowait %steal %idle 09:20:32 08:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:20:32 08:48:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:48:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:48:01 2 0.03 0.00 0.03 0.02 0.00 99.92 09:20:32 08:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 08:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 08:48:01 5 0.03 0.00 0.02 0.00 0.03 99.92 09:20:32 08:48:01 6 0.00 0.00 0.00 0.02 0.00 99.98 09:20:32 08:48:01 7 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:49:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:20:32 08:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:49:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:49:01 2 0.07 0.00 0.02 0.02 0.02 99.88 09:20:32 08:49:01 3 0.05 0.00 0.00 0.00 0.00 99.95 09:20:32 08:49:01 4 0.03 0.00 0.02 0.00 0.03 99.92 09:20:32 08:49:01 5 0.02 0.00 0.05 0.00 0.03 99.90 09:20:32 08:49:01 6 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 08:49:01 7 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 08:50:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:20:32 08:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 08:50:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:50:01 2 0.05 0.00 0.02 0.02 0.00 99.92 09:20:32 08:50:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:50:01 4 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:50:01 5 0.03 0.00 0.02 0.00 0.03 99.92 09:20:32 08:50:01 6 0.00 0.00 0.02 0.02 0.00 99.97 09:20:32 08:50:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:51:01 all 0.03 0.00 0.02 0.00 0.01 99.94 09:20:32 08:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:51:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:51:01 2 0.03 0.00 0.02 0.02 0.02 99.92 09:20:32 08:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:51:01 4 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 08:51:01 5 0.10 0.00 0.03 0.00 0.03 99.83 09:20:32 08:51:01 6 0.05 0.00 0.02 0.02 0.02 99.90 09:20:32 08:51:01 7 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 08:52:01 all 0.09 0.00 0.03 0.01 0.01 99.86 09:20:32 08:52:01 0 0.08 0.00 0.02 0.00 0.02 99.88 09:20:32 08:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:52:01 2 0.18 0.00 0.02 0.02 0.00 99.78 09:20:32 08:52:01 3 0.03 0.00 0.00 0.00 0.02 99.95 09:20:32 08:52:01 4 0.12 0.00 0.07 0.02 0.02 99.78 09:20:32 08:52:01 5 0.15 0.00 0.07 0.00 0.03 99.75 09:20:32 08:52:01 6 0.12 0.00 0.00 0.02 0.00 99.87 09:20:32 08:52:01 7 0.05 0.00 0.02 0.00 0.02 99.92 09:20:32 08:53:01 all 0.19 0.00 0.04 0.01 0.01 99.74 09:20:32 08:53:01 0 0.05 0.00 0.03 0.02 0.00 99.90 09:20:32 08:53:01 1 0.08 0.00 0.07 0.00 0.00 99.85 09:20:32 08:53:01 2 0.62 0.00 0.00 0.03 0.00 99.35 09:20:32 08:53:01 3 0.23 0.00 0.05 0.02 0.02 99.68 09:20:32 08:53:01 4 0.25 0.00 0.05 0.02 0.02 99.67 09:20:32 08:53:01 5 0.23 0.00 0.03 0.00 0.05 99.68 09:20:32 08:53:01 6 0.02 0.00 0.05 0.00 0.02 99.92 09:20:32 08:53:01 7 0.05 0.00 0.03 0.02 0.02 99.88 09:20:32 08:54:01 all 0.02 0.00 0.01 0.00 0.02 99.95 09:20:32 08:54:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 08:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:54:01 2 0.03 0.00 0.03 0.02 0.02 99.90 09:20:32 08:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:54:01 4 0.02 0.00 0.03 0.00 0.03 99.92 09:20:32 08:54:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:54:01 6 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:54:01 7 0.03 0.00 0.02 0.02 0.03 99.90 09:20:32 08:55:01 all 0.36 0.00 0.10 0.05 0.02 99.48 09:20:32 08:55:01 0 1.06 0.00 0.07 0.00 0.02 98.86 09:20:32 08:55:01 1 0.13 0.00 0.07 0.07 0.02 99.72 09:20:32 08:55:01 2 0.22 0.00 0.10 0.07 0.00 99.62 09:20:32 08:55:01 3 0.13 0.00 0.10 0.00 0.02 99.75 09:20:32 08:55:01 4 0.28 0.00 0.10 0.02 0.02 99.58 09:20:32 08:55:01 5 0.87 0.00 0.15 0.17 0.02 98.80 09:20:32 08:55:01 6 0.10 0.00 0.10 0.05 0.02 99.73 09:20:32 08:55:01 7 0.08 0.00 0.10 0.00 0.03 99.78 09:20:32 08:56:01 all 0.15 0.00 0.02 0.00 0.01 99.81 09:20:32 08:56:01 0 1.09 0.00 0.08 0.00 0.00 98.83 09:20:32 08:56:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:56:01 2 0.00 0.00 0.00 0.02 0.02 99.97 09:20:32 08:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 08:56:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 08:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 08:56:01 6 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:56:01 7 0.03 0.00 0.03 0.02 0.02 99.90 09:20:32 08:57:01 all 0.04 0.00 0.01 0.00 0.01 99.93 09:20:32 08:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 08:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:57:01 2 0.07 0.00 0.00 0.02 0.00 99.92 09:20:32 08:57:01 3 0.10 0.00 0.00 0.00 0.02 99.88 09:20:32 08:57:01 4 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 08:57:01 5 0.03 0.00 0.00 0.00 0.00 99.97 09:20:32 08:57:01 6 0.02 0.00 0.03 0.02 0.02 99.92 09:20:32 08:57:01 7 0.05 0.00 0.05 0.00 0.03 99.87 09:20:32 08:58:01 all 0.23 0.00 0.01 0.00 0.01 99.74 09:20:32 08:58:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 08:58:01 1 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 08:58:01 2 0.00 0.00 0.02 0.02 0.00 99.97 09:20:32 08:58:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 08:58:01 4 0.08 0.00 0.02 0.00 0.02 99.88 09:20:32 08:58:01 5 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 08:58:01 6 0.03 0.00 0.03 0.00 0.00 99.93 09:20:32 08:58:01 7 1.71 0.00 0.02 0.00 0.03 98.24 09:20:32 09:20:32 08:58:01 CPU %user %nice %system %iowait %steal %idle 09:20:32 08:59:01 all 0.18 0.00 0.02 0.00 0.02 99.77 09:20:32 08:59:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:59:01 1 0.05 0.00 0.02 0.00 0.00 99.93 09:20:32 08:59:01 2 0.10 0.00 0.02 0.02 0.02 99.85 09:20:32 08:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 08:59:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:20:32 08:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 08:59:01 6 0.22 0.00 0.02 0.02 0.02 99.73 09:20:32 08:59:01 7 1.03 0.00 0.08 0.00 0.03 98.86 09:20:32 09:00:01 all 0.03 0.00 0.02 0.00 0.01 99.93 09:20:32 09:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 09:00:01 2 0.02 0.00 0.00 0.02 0.00 99.97 09:20:32 09:00:01 3 0.05 0.00 0.02 0.00 0.02 99.92 09:20:32 09:00:01 4 0.08 0.00 0.02 0.00 0.02 99.88 09:20:32 09:00:01 5 0.02 0.00 0.03 0.00 0.02 99.93 09:20:32 09:00:01 6 0.02 0.00 0.02 0.02 0.02 99.93 09:20:32 09:00:01 7 0.02 0.00 0.05 0.00 0.03 99.90 09:20:32 09:01:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:20:32 09:01:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:01:01 2 0.05 0.00 0.02 0.02 0.02 99.90 09:20:32 09:01:01 3 0.05 0.00 0.00 0.00 0.00 99.95 09:20:32 09:01:01 4 0.05 0.00 0.00 0.00 0.00 99.95 09:20:32 09:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:01:01 6 0.05 0.00 0.05 0.00 0.00 99.90 09:20:32 09:01:01 7 0.02 0.00 0.02 0.00 0.03 99.93 09:20:32 09:02:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:20:32 09:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:02:01 2 0.02 0.00 0.02 0.02 0.00 99.95 09:20:32 09:02:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 09:02:01 4 0.05 0.00 0.02 0.00 0.03 99.90 09:20:32 09:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:02:01 6 0.02 0.00 0.00 0.02 0.02 99.95 09:20:32 09:02:01 7 0.02 0.00 0.03 0.00 0.05 99.90 09:20:32 09:03:01 all 0.03 0.00 0.01 0.00 0.01 99.94 09:20:32 09:03:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:03:01 1 0.07 0.00 0.02 0.00 0.02 99.90 09:20:32 09:03:01 2 0.07 0.00 0.00 0.02 0.00 99.92 09:20:32 09:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:03:01 4 0.08 0.00 0.00 0.00 0.02 99.90 09:20:32 09:03:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 09:03:01 6 0.02 0.00 0.02 0.02 0.02 99.93 09:20:32 09:03:01 7 0.02 0.00 0.03 0.00 0.03 99.92 09:20:32 09:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 09:20:32 09:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:04:01 1 0.07 0.00 0.00 0.00 0.00 99.93 09:20:32 09:04:01 2 0.07 0.00 0.02 0.00 0.02 99.90 09:20:32 09:04:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 09:04:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 09:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:04:01 7 0.02 0.00 0.03 0.00 0.03 99.92 09:20:32 09:05:01 all 0.05 0.00 0.01 0.01 0.01 99.92 09:20:32 09:05:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:20:32 09:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:05:01 2 0.12 0.00 0.02 0.03 0.00 99.83 09:20:32 09:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:05:01 4 0.07 0.00 0.02 0.00 0.03 99.88 09:20:32 09:05:01 5 0.07 0.00 0.02 0.00 0.02 99.90 09:20:32 09:05:01 6 0.05 0.00 0.00 0.02 0.02 99.92 09:20:32 09:05:01 7 0.03 0.00 0.02 0.00 0.03 99.92 09:20:32 09:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 09:20:32 09:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 09:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 09:06:01 4 0.05 0.00 0.03 0.00 0.02 99.90 09:20:32 09:06:01 5 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 09:06:01 6 0.02 0.00 0.00 0.02 0.00 99.97 09:20:32 09:06:01 7 0.02 0.00 0.02 0.00 0.03 99.93 09:20:32 09:07:01 all 0.03 0.00 0.01 0.00 0.02 99.94 09:20:32 09:07:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 09:07:01 1 0.07 0.00 0.00 0.00 0.00 99.93 09:20:32 09:07:01 2 0.00 0.00 0.02 0.02 0.00 99.97 09:20:32 09:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:07:01 4 0.05 0.00 0.00 0.00 0.02 99.93 09:20:32 09:07:01 5 0.05 0.00 0.03 0.00 0.02 99.90 09:20:32 09:07:01 6 0.07 0.00 0.02 0.00 0.02 99.90 09:20:32 09:07:01 7 0.02 0.00 0.02 0.00 0.05 99.92 09:20:32 09:08:01 all 0.02 0.00 0.02 0.01 0.01 99.95 09:20:32 09:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:08:01 1 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:08:01 2 0.00 0.00 0.00 0.03 0.00 99.97 09:20:32 09:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:20:32 09:08:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 09:08:01 5 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 09:08:01 6 0.02 0.00 0.00 0.02 0.00 99.97 09:20:32 09:08:01 7 0.02 0.00 0.03 0.00 0.03 99.92 09:20:32 09:09:01 all 0.11 0.00 0.02 0.00 0.01 99.86 09:20:32 09:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:20:32 09:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:20:32 09:09:01 2 0.05 0.00 0.00 0.02 0.02 99.92 09:20:32 09:09:01 3 0.05 0.00 0.00 0.00 0.02 99.93 09:20:32 09:09:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 09:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:09:01 6 0.00 0.00 0.02 0.02 0.02 99.95 09:20:32 09:09:01 7 0.65 0.00 0.07 0.00 0.03 99.25 09:20:32 09:20:32 09:09:01 CPU %user %nice %system %iowait %steal %idle 09:20:32 09:10:01 all 0.25 0.00 0.02 0.13 0.02 99.58 09:20:32 09:10:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:20:32 09:10:01 1 0.02 0.00 0.02 0.00 0.05 99.92 09:20:32 09:10:01 2 0.02 0.00 0.00 0.77 0.00 99.22 09:20:32 09:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:10:01 4 0.10 0.00 0.07 0.00 0.03 99.80 09:20:32 09:10:01 5 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 09:10:01 6 0.00 0.00 0.00 0.30 0.00 99.70 09:20:32 09:10:01 7 1.76 0.00 0.05 0.00 0.05 98.14 09:20:32 09:11:01 all 0.08 0.00 0.03 0.06 0.01 99.81 09:20:32 09:11:01 0 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:11:01 1 0.02 0.00 0.02 0.07 0.02 99.88 09:20:32 09:11:01 2 0.05 0.00 0.02 0.35 0.00 99.58 09:20:32 09:11:01 3 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:11:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 09:11:01 5 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:11:01 6 0.07 0.00 0.03 0.05 0.02 99.83 09:20:32 09:11:01 7 0.43 0.00 0.10 0.05 0.03 99.38 09:20:32 09:12:01 all 0.27 0.00 0.01 0.00 0.01 99.71 09:20:32 09:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 09:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:20:32 09:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 09:20:32 09:12:01 4 0.03 0.00 0.03 0.00 0.02 99.92 09:20:32 09:12:01 5 0.05 0.00 0.00 0.00 0.02 99.93 09:20:32 09:12:01 6 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 09:12:01 7 2.02 0.00 0.03 0.00 0.02 97.93 09:20:32 09:13:01 all 0.30 0.00 0.02 0.00 0.01 99.67 09:20:32 09:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:20:32 09:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 09:20:32 09:13:01 3 0.05 0.00 0.00 0.00 0.00 99.95 09:20:32 09:13:01 4 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 09:13:01 5 0.02 0.00 0.00 0.00 0.02 99.97 09:20:32 09:13:01 6 0.13 0.00 0.02 0.02 0.02 99.82 09:20:32 09:13:01 7 2.04 0.00 0.07 0.00 0.03 97.87 09:20:32 09:14:01 all 0.12 0.00 0.01 0.10 0.01 99.75 09:20:32 09:14:01 0 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 09:14:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:20:32 09:14:01 2 0.02 0.00 0.02 0.45 0.00 99.52 09:20:32 09:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 09:14:01 4 0.03 0.00 0.03 0.00 0.00 99.93 09:20:32 09:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:14:01 6 0.05 0.00 0.00 0.35 0.02 99.58 09:20:32 09:14:01 7 0.86 0.00 0.05 0.00 0.03 99.05 09:20:32 09:15:01 all 0.04 0.00 0.02 0.00 0.01 99.93 09:20:32 09:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:15:01 1 0.03 0.00 0.00 0.00 0.00 99.97 09:20:32 09:15:01 2 0.07 0.00 0.00 0.03 0.00 99.90 09:20:32 09:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:20:32 09:15:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 09:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:20:32 09:15:01 6 0.08 0.00 0.03 0.00 0.00 99.88 09:20:32 09:15:01 7 0.02 0.00 0.03 0.00 0.03 99.92 09:20:32 09:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 09:20:32 09:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:20:32 09:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:16:01 2 0.00 0.00 0.02 0.00 0.02 99.97 09:20:32 09:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:20:32 09:16:01 4 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 09:16:01 5 0.03 0.00 0.03 0.00 0.00 99.93 09:20:32 09:16:01 6 0.00 0.00 0.02 0.02 0.02 99.95 09:20:32 09:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 09:17:01 all 0.04 0.00 0.02 0.00 0.01 99.93 09:20:32 09:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 09:20:32 09:17:01 1 0.03 0.00 0.02 0.00 0.02 99.93 09:20:32 09:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 09:20:32 09:17:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:20:32 09:17:01 4 0.03 0.00 0.03 0.00 0.00 99.93 09:20:32 09:17:01 5 0.05 0.00 0.02 0.00 0.02 99.92 09:20:32 09:17:01 6 0.07 0.00 0.03 0.02 0.00 99.88 09:20:32 09:17:01 7 0.07 0.00 0.03 0.00 0.02 99.88 09:20:32 09:18:01 all 9.93 0.00 3.84 0.52 0.06 85.66 09:20:32 09:18:01 0 10.31 0.00 4.51 0.10 0.05 85.03 09:20:32 09:18:01 1 9.70 0.00 3.54 0.42 0.05 86.29 09:20:32 09:18:01 2 10.72 0.00 3.48 0.44 0.05 85.31 09:20:32 09:18:01 3 9.82 0.00 2.61 0.07 0.07 87.43 09:20:32 09:18:01 4 8.14 0.00 4.31 0.27 0.07 87.22 09:20:32 09:18:01 5 11.21 0.00 3.82 0.03 0.05 84.89 09:20:32 09:18:01 6 10.00 0.00 4.34 2.74 0.05 82.87 09:20:32 09:18:01 7 9.52 0.00 4.08 0.05 0.08 86.26 09:20:32 09:19:01 all 0.91 0.00 0.48 0.19 0.02 98.40 09:20:32 09:19:01 0 0.69 0.00 0.37 0.00 0.02 98.93 09:20:32 09:19:01 1 1.18 0.00 0.38 0.00 0.02 98.42 09:20:32 09:19:01 2 0.97 0.00 0.35 0.00 0.03 98.65 09:20:32 09:19:01 3 0.87 0.00 0.49 0.10 0.00 98.54 09:20:32 09:19:01 4 0.27 0.00 0.27 0.25 0.00 99.22 09:20:32 09:19:01 5 1.54 0.00 0.55 0.00 0.03 97.88 09:20:32 09:19:01 6 0.69 0.00 0.85 1.21 0.02 97.24 09:20:32 09:19:01 7 1.05 0.00 0.57 0.00 0.02 98.36 09:20:32 09:20:01 all 0.13 0.00 0.09 0.01 0.01 99.76 09:20:32 09:20:01 0 0.22 0.00 0.10 0.00 0.02 99.67 09:20:32 09:20:01 1 0.10 0.00 0.07 0.00 0.00 99.83 09:20:32 09:20:01 2 0.15 0.00 0.12 0.00 0.02 99.72 09:20:32 09:20:01 3 0.10 0.00 0.03 0.00 0.02 99.85 09:20:32 09:20:01 4 0.07 0.00 0.05 0.05 0.00 99.83 09:20:32 09:20:01 5 0.15 0.00 0.12 0.00 0.03 99.70 09:20:32 09:20:01 6 0.08 0.00 0.10 0.02 0.02 99.78 09:20:32 09:20:01 7 0.15 0.00 0.13 0.02 0.02 99.68 09:20:32 09:20:32 Average: CPU %user %nice %system %iowait %steal %idle 09:20:32 Average: all 8.91 0.00 1.48 0.26 0.03 89.32 09:20:32 Average: 0 9.16 0.00 1.48 0.34 0.02 89.00 09:20:32 Average: 1 8.74 0.00 1.47 0.20 0.02 89.57 09:20:32 Average: 2 9.10 0.00 1.42 0.35 0.02 89.11 09:20:32 Average: 3 8.74 0.00 1.51 0.20 0.02 89.53 09:20:32 Average: 4 8.97 0.00 1.54 0.20 0.03 89.26 09:20:32 Average: 5 8.77 0.00 1.53 0.20 0.03 89.48 09:20:32 Average: 6 8.90 0.00 1.39 0.33 0.02 89.36 09:20:32 Average: 7 8.90 0.00 1.54 0.29 0.03 89.24 09:20:32 09:20:32 09:20:32