Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4d3e8805e5e9eb3f6c86d36552e13c375795480c 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-ssh6416946048830298413.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2415359775037227335.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9376864701270101977.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8499317718070424637.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-ssh14598733706124712900.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-116172’ is offline Running on prd-ubuntu20.04-docker-8c-8g-116848 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/909 [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/909 # 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 4d3e8805e5e9eb3f6c86d36552e13c375795480c (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5262)" > 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 4d3e8805e5e9eb3f6c86d36552e13c375795480c # timeout=10 > git rev-list --no-walk 369fcd6bf29aafe6b5d191e53436f801010b80d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:02:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:02:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:02:50 ========================================================= 11:02:50 EdgeX Global Pipelines Version Info 11:02:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:02:51 ------------------- 11:02:51 stable info: 11:02:51 ------------------- 11:02:51 Commited By: Cherry Wang cherry@iotechsys.com 11:02:51 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 11:02:51 Message: update stable to v1.0.276 11:02:51 ------------------- 11:02:51 experimental info: 11:02:51 ------------------- 11:02:51 Commited By: **** collab-it+edgex@linuxfoundation.org 11:02:51 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 11:02:51 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:02:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 11:02:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 11:02:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:02:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d3e880 [Pipeline] echo 11:02:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:02:52 provisioning config files... 11:02:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config14696650775698701222tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:02:53 ---> ****-login.sh 11:02:53 nexus3.edgexfoundry.org:10001 11:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:53 11:02:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:02:53 Configure a credential helper to remove this warning. See 11:02:53 https://docs.****.com/go/credential-store/ 11:02:53 11:02:53 Login Succeeded 11:02:53 nexus3.edgexfoundry.org:10002 11:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:53 11:02:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:02:53 Configure a credential helper to remove this warning. See 11:02:53 https://docs.****.com/go/credential-store/ 11:02:53 11:02:53 Login Succeeded 11:02:53 nexus3.edgexfoundry.org:10003 11:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:53 11:02:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:02:53 Configure a credential helper to remove this warning. See 11:02:53 https://docs.****.com/go/credential-store/ 11:02:53 11:02:53 Login Succeeded 11:02:53 nexus3.edgexfoundry.org:10004 11:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:53 11:02:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:02:53 Configure a credential helper to remove this warning. See 11:02:53 https://docs.****.com/go/credential-store/ 11:02:53 11:02:53 Login Succeeded 11:02:53 ****.io 11:02:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:02:53 11:02:53 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 11:02:53 Configure a credential helper to remove this warning. See 11:02:53 https://docs.****.com/go/credential-store/ 11:02:53 11:02:53 Login Succeeded 11:02:53 ---> ****-login.sh ends [Pipeline] } 11:02:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:02:54 + 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 11:02:54 + cut -d/ -f2 11:02:54 + dirname cmd/core-command/Dockerfile 11:02:54 + echo core-command,cmd/core-command/Dockerfile 11:02:54 + dirname cmd/core-common-config-bootstrapper/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 11:02:54 + dirname cmd/core-data/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo core-data,cmd/core-data/Dockerfile 11:02:54 + dirname cmd/core-keeper/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo core-keeper,cmd/core-keeper/Dockerfile 11:02:54 + dirname cmd/core-metadata/Dockerfile+ 11:02:54 cut -d/ -f2 11:02:54 + echo core-metadata,cmd/core-metadata/Dockerfile 11:02:54 + dirname cmd/security-bootstrapper/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 11:02:54 + dirname cmd/security-proxy-auth/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 11:02:54 + dirname cmd/security-proxy-setup/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 11:02:54 + dirname cmd/security-secretstore-setup/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 11:02:54 + + dirname cmd/security-spiffe-token-provider/Dockerfile 11:02:54 cut -d/ -f2 11:02:54 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 11:02:54 + dirname cmd/security-spire-agent/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 11:02:54 + dirname cmd/security-spire-config/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-spire-config,cmd/security-spire-config/Dockerfile 11:02:54 + dirname cmd/security-spire-server/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo security-spire-server,cmd/security-spire-server/Dockerfile 11:02:54 + dirname cmd/support-notifications/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo support-notifications,cmd/support-notifications/Dockerfile 11:02:54 + dirname cmd/support-scheduler/Dockerfile 11:02:54 + cut -d/ -f2 11:02:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 11:02:54 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 11:02:54 + git rev-list -1 --merges 4d3e8805e5e9eb3f6c86d36552e13c375795480c~1..4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:02:54 -----------> git rev-list -1 --merges 4d3e8805e5e9eb3f6c86d36552e13c375795480c~1..4d3e8805e5e9eb3f6c86d36552e13c375795480c 4d3e8805e5e9eb3f6c86d36552e13c375795480c [false] [Pipeline] sh 11:02:54 + git log --format=format:%s -1 4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:02:54 ========================================================= 11:02:54 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:02:54 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 11:02:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:02:55 + grep -v github /etc/ssh/ssh_known_hosts 11:02:55 + [ -e /tmp/ssh_known_hosts ] 11:02:55 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:02:55 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:02:55 + sudo tee -a /etc/ssh/ssh_known_hosts 11:02:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:02:55 11:02:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:02:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:02:56 0.1.4: Pulling from edgex-devops/py-git-semver 11:02:56 3dae71ba6b94: Pulling fs layer 11:02:56 6bf1a483ea7c: Pulling fs layer 11:02:56 f5dfc541a4d3: Pulling fs layer 11:02:56 461d9e800cba: Pulling fs layer 11:02:56 80192f66455f: Pulling fs layer 11:02:56 2e8e34ca0e6c: Pulling fs layer 11:02:56 a29436f7fd5d: Pulling fs layer 11:02:56 923cac83aea3: Pulling fs layer 11:02:56 25ad8b0a4227: Pulling fs layer 11:02:56 db01528c6b51: Pulling fs layer 11:02:56 28988de357af: Pulling fs layer 11:02:56 923cac83aea3: Waiting 11:02:56 461d9e800cba: Waiting 11:02:56 80192f66455f: Waiting 11:02:56 2e8e34ca0e6c: Waiting 11:02:56 a29436f7fd5d: Waiting 11:02:56 25ad8b0a4227: Waiting 11:02:56 db01528c6b51: Waiting 11:02:56 28988de357af: Waiting 11:02:56 6bf1a483ea7c: Verifying Checksum 11:02:56 6bf1a483ea7c: Download complete 11:02:56 461d9e800cba: Verifying Checksum 11:02:56 461d9e800cba: Download complete 11:02:56 80192f66455f: Verifying Checksum 11:02:56 80192f66455f: Download complete 11:02:56 f5dfc541a4d3: Verifying Checksum 11:02:56 f5dfc541a4d3: Download complete 11:02:56 3dae71ba6b94: Verifying Checksum 11:02:56 3dae71ba6b94: Download complete 11:02:56 923cac83aea3: Download complete 11:02:56 25ad8b0a4227: Verifying Checksum 11:02:56 25ad8b0a4227: Download complete 11:02:56 db01528c6b51: Verifying Checksum 11:02:56 db01528c6b51: Download complete 11:02:56 28988de357af: Verifying Checksum 11:02:56 28988de357af: Download complete 11:02:56 a29436f7fd5d: Download complete 11:02:57 2e8e34ca0e6c: Verifying Checksum 11:02:57 2e8e34ca0e6c: Download complete 11:02:57 3dae71ba6b94: Pull complete 11:02:58 6bf1a483ea7c: Pull complete 11:02:58 f5dfc541a4d3: Pull complete 11:02:58 461d9e800cba: Pull complete 11:02:58 80192f66455f: Pull complete 11:03:02 2e8e34ca0e6c: Pull complete 11:03:03 a29436f7fd5d: Pull complete 11:03:03 923cac83aea3: Pull complete 11:03:03 25ad8b0a4227: Pull complete 11:03:03 db01528c6b51: Pull complete 11:03:03 28988de357af: Pull complete 11:03:03 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 11:03:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:03:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:03 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:03:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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 11:03:06 $ docker top fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 -eo pid,comm 11:03:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:03:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:03:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:06 [ssh-agent] Looking for ssh-agent implementation... 11:03:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:07 $ docker exec fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent 11:03:06 SSH_AUTH_SOCK=/tmp/ssh-olcolkA1fguB/agent.33 11:03:06 SSH_AGENT_PID=39 11:03:06 Running ssh-add (command line suppressed) 11:03:07 Identity added: /w/workspace/edgex-go/909@tmp/private_key_16301008199760390099.key (/w/workspace/edgex-go/909@tmp/private_key_16301008199760390099.key) 11:03:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:06 + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] sh 11:03:07 + git tag --points-at HEAD [Pipeline] } 11:03:07 $ docker exec --env ******** --env ******** fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent -k 11:03:08 unset SSH_AUTH_SOCK; 11:03:08 unset SSH_AGENT_PID; 11:03:08 echo Agent pid 39 killed; 11:03:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:03:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:03:07 [ssh-agent] Looking for ssh-agent implementation... 11:03:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:03:08 $ docker exec fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent 11:03:07 SSH_AUTH_SOCK=/tmp/ssh-iLuApkaY5o0o/agent.86 11:03:07 SSH_AGENT_PID=92 11:03:07 Running ssh-add (command line suppressed) 11:03:08 Identity added: /w/workspace/edgex-go/909@tmp/private_key_1853926613554370402.key (/w/workspace/edgex-go/909@tmp/private_key_1853926613554370402.key) 11:03:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:03:07 + git semver init 11:03:08 2025-10-08 11:03:09,014 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:03:08 2025-10-08 11:03:09,092 [run_init] DEBUG init version:0.0.0 force:False 11:03:08 2025-10-08 11:03:09,094 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/909/.semver 11:03:08 2025-10-08 11:03:09,095 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/909/.semver 11:03:08 2025-10-08 11:03:09,095 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/909/.semver'], cwd=/w/workspace/edgex-go/909, stdin=None, shell=False, universal_newlines=False) 11:03:13 2025-10-08 11:03:14,441 [append_file] DEBUG append to file:/w/workspace/edgex-go/909/.git/info/exclude 11:03:13 2025-10-08 11:03:14,442 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/909/.semver/main with force:False 11:03:13 2025-10-08 11:03:14,442 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:03:13 2025-10-08 11:03:14,442 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:03:13 4.1.0-dev.65 [Pipeline] } 11:03:14 $ docker exec --env ******** --env ******** fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 ssh-agent -k 11:03:14 unset SSH_AUTH_SOCK; 11:03:14 unset SSH_AGENT_PID; 11:03:14 echo Agent pid 92 killed; 11:03:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:03:14 + git semver [Pipeline] } 11:03:15 $ docker stop --time=1 fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 11:03:16 $ docker rm -f --volumes fcdb8c67c75af4d2dba2b3b052692c421ef9333c6405744d049433b93d874f14 [Pipeline] // withDockerContainer [Pipeline] sh 11:03:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:03:16 Stashed 1 file(s) [Pipeline] echo 11:03:16 [edgeXSemver]: initialized semver on version 4.1.0-dev.65 [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 11:03:16 + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] echo 11:03:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:03:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:03:17 ========================================================= 11:03:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 11:03:17 ========================================================= [Pipeline] fileExists [Pipeline] sh 11:03:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:03:17 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 11:03:17 0a9a5dfd008f: Pulling fs layer 11:03:17 36466aa92d05: Pulling fs layer 11:03:17 e10405b45d13: Pulling fs layer 11:03:17 096b7ceb2af7: Pulling fs layer 11:03:17 4f4fb700ef54: Pulling fs layer 11:03:17 c451b95d7931: Pulling fs layer 11:03:17 9febf9df4401: Pulling fs layer 11:03:17 1477f019b032: Pulling fs layer 11:03:17 c7dc25521971: Pulling fs layer 11:03:17 096b7ceb2af7: Waiting 11:03:17 4f4fb700ef54: Waiting 11:03:17 c451b95d7931: Waiting 11:03:17 1477f019b032: Waiting 11:03:17 c7dc25521971: Waiting 11:03:17 9febf9df4401: Waiting 11:03:17 36466aa92d05: Verifying Checksum 11:03:17 36466aa92d05: Download complete 11:03:17 096b7ceb2af7: Verifying Checksum 11:03:17 096b7ceb2af7: Download complete 11:03:17 4f4fb700ef54: Verifying Checksum 11:03:17 4f4fb700ef54: Download complete 11:03:17 c451b95d7931: Verifying Checksum 11:03:17 c451b95d7931: Download complete 11:03:17 0a9a5dfd008f: Verifying Checksum 11:03:17 0a9a5dfd008f: Download complete 11:03:17 9febf9df4401: Verifying Checksum 11:03:17 9febf9df4401: Download complete 11:03:17 0a9a5dfd008f: Pull complete 11:03:17 36466aa92d05: Pull complete 11:03:17 c7dc25521971: Verifying Checksum 11:03:17 c7dc25521971: Download complete 11:03:18 e10405b45d13: Verifying Checksum 11:03:18 e10405b45d13: Download complete 11:03:18 1477f019b032: Verifying Checksum 11:03:18 1477f019b032: Download complete 11:03:22 e10405b45d13: Pull complete 11:03:22 096b7ceb2af7: Pull complete 11:03:22 4f4fb700ef54: Pull complete 11:03:22 c451b95d7931: Pull complete 11:03:22 9febf9df4401: Pull complete 11:03:24 1477f019b032: Pull complete 11:03:25 c7dc25521971: Pull complete 11:03:25 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 11:03:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:03:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 11:03:25 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:03:25 WORKDIR /edgex 11:03:25 COPY go.mod . 11:03:25 RUN go mod download 11:03:25 + docker build -t ci-base-image-x86_64 -f - . 11:03:26 #0 building with "default" instance using docker driver 11:03:26 11:03:26 #1 [internal] load build definition from Dockerfile 11:03:26 #1 transferring dockerfile: 164B done 11:03:26 #1 DONE 0.0s 11:03:26 11:03:26 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:03:26 #2 DONE 0.0s 11:03:26 11:03:26 #3 [internal] load .dockerignore 11:03:26 #3 transferring context: 50B done 11:03:26 #3 DONE 0.1s 11:03:26 11:03:26 #4 [internal] load build context 11:03:26 #4 transferring context: 6.57kB done 11:03:26 #4 DONE 0.0s 11:03:26 11:03:26 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 11:03:26 #5 DONE 0.1s 11:03:26 11:03:26 #6 [2/4] WORKDIR /edgex 11:03:28 #6 DONE 1.8s 11:03:28 11:03:28 #7 [3/4] COPY go.mod . 11:03:28 #7 DONE 0.0s 11:03:28 11:03:28 #8 [4/4] RUN go mod download 11:03:31 Still waiting to schedule task 11:03:31 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 11:03:36 #8 DONE 7.7s 11:03:36 11:03:36 #9 exporting to image 11:03:36 #9 exporting layers 11:03:39 #9 exporting layers 3.4s done 11:03:39 #9 writing image sha256:20ce253b82a8c36a1aa6608d409f72a6c313f3b58c1b170e76223d222ca0d72c done 11:03:39 #9 naming to docker.io/library/ci-base-image-x86_64 done 11:03:39 #9 DONE 3.4s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:39 + docker inspect -f . ci-base-image-x86_64 11:03:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:39 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:03:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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 11:03:40 $ docker top fa0876343aeeda0ba050514b4bd0b37fc8688d99cc8a13d02f1c538e60250bef -eo pid,comm [Pipeline] { [Pipeline] sh 11:03:40 + go version 11:03:40 go version go1.23.9 linux/amd64 [Pipeline] } 11:03:40 $ docker stop --time=1 fa0876343aeeda0ba050514b4bd0b37fc8688d99cc8a13d02f1c538e60250bef 11:03:41 $ docker rm -f --volumes fa0876343aeeda0ba050514b4bd0b37fc8688d99cc8a13d02f1c538e60250bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:03:42 + docker inspect -f . ci-base-image-x86_64 11:03:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:03:42 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:03:42 $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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 11:03:42 $ docker top b51af303ac07fb23384129c4170717aca4b1a7452521883351170fd5ea7a51c4 -eo pid,comm [Pipeline] { [Pipeline] echo 11:03:42 ========================================================= 11:03:42 [edgeXBuildGoParallel] Running Tests and Build... 11:03:42 ========================================================= [Pipeline] sh 11:03:42 + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] fileExists [Pipeline] sh 11:03:43 + make test 11:03:43 go test -race -coverprofile=coverage.out ./... 11:03:51 ? github.com/edgexfoundry/edgex-go [no test files] 11:04:13 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 11:04:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 11:04:13 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 11:04:13 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 11:04:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.032s coverage: 42.3% of statements 11:04:15 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 11:04:15 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 11:04:15 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 11:04:15 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 11:04:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements 11:04:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 11:04:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 11:04:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 11:04:16 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 11:04:16 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 11:04:17 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 11:04:17 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 11:04:17 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 11:04:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 11:04:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 11:04:17 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 11:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.041s coverage: 69.4% of statements 11:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.025s coverage: 4.8% of statements 11:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.068s coverage: 57.6% of statements 11:04:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.021s coverage: 86.5% of statements 11:04:19 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 11:04:19 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 11:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.606s coverage: 94.2% of statements 11:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.050s coverage: 92.4% of statements 11:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.039s coverage: 8.4% of statements 11:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 11:04:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 11:04:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 11:04:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 11:04:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 11:04:21 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 11:04:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.358s coverage: 95.8% of statements 11:04:22 ok github.com/edgexfoundry/edgex-go/internal/io 1.021s coverage: 72.2% of statements 11:04:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 11:04:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 11:04:23 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 11:04:23 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 11:04:23 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 2.4% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 1.0% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.028s coverage: 39.4% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.024s coverage: 68.8% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.029s coverage: 40.0% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.028s coverage: 87.1% of statements 11:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.022s coverage: 94.1% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.030s coverage: 96.3% of statements 11:04:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 11:04:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 11:04:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 11:04:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 11:04:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 11:04:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 11:04:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 11:04:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.016s coverage: 87.5% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 11:04:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 11:04:27 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 11:04:27 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 11:04:27 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 11:04:29 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 11:04:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 11:04:31 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 11:04:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 11:04:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 11:04:32 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 11:04:35 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 11:04:35 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 11:04:35 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 11:04:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 11:04:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 11:04:36 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 11:04:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.030s coverage: 94.4% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 11:04:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 11:04:38 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 11:04:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 11:04:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 11:04:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 11:04:40 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 11:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 11:04:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 11:04:41 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 11:04:41 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 11:04:41 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 11:04:41 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 11:04:41 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 11:04:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 11:04:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 11:04:42 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.042s coverage: 92.9% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.026s coverage: 47.4% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 15.5% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.015s coverage: 100.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.087s coverage: 81.8% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.076s coverage: 82.1% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.038s coverage: 6.8% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.054s coverage: 33.3% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.045s coverage: 100.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.184s coverage: 54.5% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.029s coverage: 100.0% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.138s coverage: 29.2% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.017s coverage: 76.2% of statements 11:04:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.018s coverage: 54.0% of statements 11:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.051s coverage: 17.0% of statements 11:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.116s coverage: 94.9% of statements 11:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.029s coverage: 9.0% of statements 11:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements 11:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 11:04:47 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 11:04:47 running golangci-lint 11:04:47 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 11:04:47 go version go1.23.9 linux/amd64 11:04:48 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 11:04:48 level=info msg="[config_reader] Used config file .golangci.yml" 11:04:48 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 11:05:04 Running on prd-ubuntu20.04-docker-arm64-4c-16g-116870 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 11:05:04 Running in /w/workspace/edgex-go/909 [Pipeline] { [Pipeline] checkout 11:05:07 The recommended git tool is: git 11:05:10 level=info msg="[loader] Go packages loading at mode 575 (compiled_files|deps|types_sizes|exports_file|files|imports|name) took 21.829936537s" 11:05:10 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 50.806577ms" 11:05:12 using credential edgex-jenkins-ssh 11:05:12 Cloning the remote Git repository 11:05:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:05:12 > git init /w/workspace/edgex-go/909 # timeout=10 11:05:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:05:12 > git --version # timeout=10 11:05:12 > git --version # 'git version 2.25.1' 11:05:12 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:22 level=info msg="[linters_context/goanalysis] analyzers took 1m55.522742055s with top 10 stages: buildir: 52.599246103s, gosec: 3.757798324s, fact_deprecated: 2.631915335s, inspect: 2.411322638s, ctrlflow: 1.668377178s, printf: 1.648603034s, fact_purity: 1.38757046s, nilness: 1.253591918s, S1038: 940.411435ms, typedness: 876.972349ms" 11:05:22 level=info msg="[runner] Issues before processing: 201, after processing: 0" 11:05:22 level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 201/20, exclude: 201/201, filename_unadjuster: 201/201, invalid_issue: 201/201, skip_dirs: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201, cgo: 201/201, path_prettifier: 201/201, nolint: 20/0, skip_files: 201/201" 11:05:22 level=info msg="[runner] processing took 18.197047ms with stages: nolint: 7.852757ms, identifier_marker: 4.019655ms, path_prettifier: 2.118995ms, exclude-rules: 1.789188ms, autogenerated_exclude: 1.299748ms, skip_dirs: 1.044342ms, cgo: 27.431µs, invalid_issue: 26.881µs, filename_unadjuster: 13.33µs, max_same_issues: 1.29µs, skip_files: 520ns, uniq_by_line: 440ns, fixer: 400ns, max_from_linter: 320ns, exclude: 320ns, diff: 260ns, path_prefixer: 260ns, path_shortener: 260ns, sort_results: 250ns, max_per_file_from_linter: 160ns, source_code: 140ns, severity-rules: 100ns" 11:05:22 level=info msg="[runner] linters took 11.236066333s with stages: goanalysis_metalinter: 11.217767674s" 11:05:22 level=info msg="File cache stats: 0 entries of total size 0B" 11:05:22 level=info msg="Memory: 330 samples, avg is 284.0MB, max is 1299.3MB" 11:05:22 level=info msg="Execution took 33.12565156s" 11:05:22 go vet ./... 11:05:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:05:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 11:05:27 ./bin/test-attribution-txt.sh 11:05:27 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 11:05:27 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 11:05:27 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 11:05:27 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 11:05:27 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 11:05:27 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 11:05:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 11:05:28 + ls -al . 11:05:28 total 2064 11:05:28 drwxrwxr-x 11 1001 1001 4096 Oct 8 11:03 . 11:05:28 drwxr-xr-x 4 root root 4096 Oct 8 11:03 .. 11:05:28 drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 .blubracket 11:05:28 -rw-rw-r-- 1 1001 1001 10 Oct 8 11:02 .dockerignore 11:05:28 drwxrwxr-x 8 1001 1001 4096 Oct 8 11:04 .git 11:05:28 drwxrwxr-x 3 1001 1001 4096 Oct 8 11:02 .github 11:05:28 -rw-rw-r-- 1 1001 1001 909 Oct 8 11:02 .gitignore 11:05:28 -rw-rw-r-- 1 1001 1001 218 Oct 8 11:02 .golangci.yml 11:05:28 -rw-rw-r-- 1 1001 1001 100 Oct 8 11:02 .hadolint.yml 11:05:28 drwxr-xr-x 3 1001 1001 4096 Oct 8 11:03 .semver 11:05:28 -rw-rw-r-- 1 1001 1001 155 Oct 8 11:02 .sonarcloud.properties 11:05:28 -rw-rw-r-- 1 1001 1001 1171 Oct 8 11:02 ADOPTERS.md 11:05:28 -rw-rw-r-- 1 1001 1001 17374 Oct 8 11:02 Attribution.txt 11:05:28 -rw-rw-r-- 1 1001 1001 108018 Oct 8 11:02 CHANGELOG.md 11:05:28 -rw-rw-r-- 1 1001 1001 3804 Oct 8 11:02 CONTRIBUTING.md 11:05:28 -rw-rw-r-- 1 1001 1001 677 Oct 8 11:02 GOVERNANCE.md 11:05:28 -rw-rw-r-- 1 1001 1001 858 Oct 8 11:02 Jenkinsfile 11:05:28 -rw-rw-r-- 1 1001 1001 10775 Oct 8 11:02 LICENSE 11:05:28 -rw-rw-r-- 1 1001 1001 16740 Oct 8 11:02 Makefile 11:05:28 -rw-rw-r-- 1 1001 1001 582 Oct 8 11:02 OWNERS.md 11:05:28 -rw-rw-r-- 1 1001 1001 9932 Oct 8 11:02 README.md 11:05:28 -rw-rw-r-- 1 1001 1001 789 Oct 8 11:02 SECURITY.md 11:05:28 -rw-rw-r-- 1 1001 1001 12 Oct 8 11:03 VERSION 11:05:28 drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 bin 11:05:28 drwxrwxr-x 19 1001 1001 4096 Oct 8 11:02 cmd 11:05:28 -rw-r--r-- 1 root root 1733635 Oct 8 11:04 coverage.out 11:05:28 drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 fuzz_test 11:05:28 -rw-rw-r-- 1 1001 1001 6539 Oct 8 11:02 go.mod 11:05:28 -rw-rw-r-- 1 1001 1001 88541 Oct 8 11:02 go.sum 11:05:28 drwxrwxr-x 7 1001 1001 4096 Oct 8 11:02 internal 11:05:28 drwxrwxr-x 2 1001 1001 4096 Oct 8 11:02 openapi 11:05:28 -rw-rw-r-- 1 1001 1001 584 Oct 8 11:02 security.txt 11:05:28 -rw-rw-r-- 1 1001 1001 204 Oct 8 11:02 version.go [Pipeline] sh 11:05:28 + '[' -e coverage.out ] 11:05:28 + chown 1001:1001 coverage.out [Pipeline] stash 11:05:28 Stashed 1 file(s) [Pipeline] sh 11:05:28 + make build 11:05:28 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 11:05:31 Avoid second fetch 11:05:31 Checking out Revision 4d3e8805e5e9eb3f6c86d36552e13c375795480c (main) 11:05:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:05:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:31 > git config core.sparsecheckout # timeout=10 11:05:31 > git checkout -f 4d3e8805e5e9eb3f6c86d36552e13c375795480c # timeout=10 11:05:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5262)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:05:36 provisioning config files... 11:05:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config17837447026412919490tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:05:37 ---> ****-login.sh 11:05:37 nexus3.edgexfoundry.org:10001 11:05:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:05:37 Configure a credential helper to remove this warning. See 11:05:37 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:05:37 11:05:37 Login Succeeded 11:05:37 nexus3.edgexfoundry.org:10002 11:05:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:05:38 Configure a credential helper to remove this warning. See 11:05:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:05:38 11:05:38 Login Succeeded 11:05:38 nexus3.edgexfoundry.org:10003 11:05:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:05:38 Configure a credential helper to remove this warning. See 11:05:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:05:38 11:05:38 Login Succeeded 11:05:38 nexus3.edgexfoundry.org:10004 11:05:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:05:38 Configure a credential helper to remove this warning. See 11:05:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:05:38 11:05:38 Login Succeeded 11:05:38 ****.io 11:05:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:05:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:05:39 Configure a credential helper to remove this warning. See 11:05:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:05:39 11:05:39 Login Succeeded 11:05:39 ---> ****-login.sh ends [Pipeline] } 11:05:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 11:05:40 + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] echo 11:05:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:05:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:05:40 ========================================================= 11:05:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 11:05:40 ========================================================= [Pipeline] fileExists [Pipeline] sh 11:05:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 11:05:40 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:05:40 94e9d8af2201: Pulling fs layer 11:05:40 a6c56e8762df: Pulling fs layer 11:05:40 f0f3c8884826: Pulling fs layer 11:05:40 c7e7622c144d: Pulling fs layer 11:05:40 4f4fb700ef54: Pulling fs layer 11:05:40 b4c3b6d88c5a: Pulling fs layer 11:05:40 ba8bce9d2590: Pulling fs layer 11:05:40 ca778ea9c289: Pulling fs layer 11:05:40 4f4fb700ef54: Waiting 11:05:40 b4c3b6d88c5a: Waiting 11:05:40 ba8bce9d2590: Waiting 11:05:40 ca778ea9c289: Waiting 11:05:40 c7e7622c144d: Waiting 11:05:40 a6c56e8762df: Verifying Checksum 11:05:40 a6c56e8762df: Download complete 11:05:40 c7e7622c144d: Verifying Checksum 11:05:40 c7e7622c144d: Download complete 11:05:40 4f4fb700ef54: Verifying Checksum 11:05:40 4f4fb700ef54: Download complete 11:05:40 b4c3b6d88c5a: Verifying Checksum 11:05:40 b4c3b6d88c5a: Download complete 11:05:40 94e9d8af2201: Verifying Checksum 11:05:40 94e9d8af2201: Download complete 11:05:41 ca778ea9c289: Verifying Checksum 11:05:41 ca778ea9c289: Download complete 11:05:41 94e9d8af2201: Pull complete 11:05:42 a6c56e8762df: Pull complete 11:05:42 f0f3c8884826: Verifying Checksum 11:05:42 f0f3c8884826: Download complete 11:05:43 ba8bce9d2590: Download complete 11:05:50 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:05:50 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 11:05:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 11:05:52 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 11:05:54 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 11:05:56 f0f3c8884826: Pull complete 11:05:56 c7e7622c144d: Pull complete 11:05:56 4f4fb700ef54: Pull complete 11:05:56 b4c3b6d88c5a: Pull complete 11:05:58 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:06:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 11:06:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:06:05 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:06:05 ba8bce9d2590: Pull complete 11:06:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 11:06:07 ca778ea9c289: Pull complete 11:06:07 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 11:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 11:06:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 11:06:07 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 11:06:07 WORKDIR /edgex 11:06:07 COPY go.mod . 11:06:07 RUN go mod download 11:06:07 docker build -t ci-base-image-arm64 -f - . 11:06:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:06:08 Sending build context to Docker daemon 3.845MB 11:06:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 11:06:08 ---> 47b25d7523d1 11:06:08 Step 2/4 : WORKDIR /edgex 11:06:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 11:06:10 $ docker stop --time=1 b51af303ac07fb23384129c4170717aca4b1a7452521883351170fd5ea7a51c4 11:06:10 ---> Running in f96bd17087c5 11:06:10 Removing intermediate container f96bd17087c5 11:06:10 ---> a21a661ffea3 11:06:10 Step 3/4 : COPY go.mod . 11:06:11 ---> 6ec8707e242d 11:06:11 Step 4/4 : RUN go mod download 11:06:11 ---> Running in be5c08893586 11:06:13 $ docker rm -f --volumes b51af303ac07fb23384129c4170717aca4b1a7452521883351170fd5ea7a51c4 [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 11:06:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:06:14 11:06:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:06:14 latest: Pulling from edgex-devops/edgex-compose 11:06:14 91d30c5bc195: Pulling fs layer 11:06:14 2e9b0aa3be6d: Pulling fs layer 11:06:14 9c61dcf015f6: Pulling fs layer 11:06:14 4698f68db338: Pulling fs layer 11:06:14 2a2f49069b9e: Pulling fs layer 11:06:14 e0025b399a48: Pulling fs layer 11:06:14 2a2f49069b9e: Waiting 11:06:14 e0025b399a48: Waiting 11:06:14 4698f68db338: Waiting 11:06:14 91d30c5bc195: Verifying Checksum 11:06:14 91d30c5bc195: Download complete 11:06:14 4698f68db338: Verifying Checksum 11:06:14 4698f68db338: Download complete 11:06:14 91d30c5bc195: Pull complete 11:06:14 2e9b0aa3be6d: Verifying Checksum 11:06:14 2e9b0aa3be6d: Download complete 11:06:14 e0025b399a48: Verifying Checksum 11:06:14 e0025b399a48: Download complete 11:06:14 2a2f49069b9e: Download complete 11:06:15 2e9b0aa3be6d: Pull complete 11:06:15 9c61dcf015f6: Verifying Checksum 11:06:15 9c61dcf015f6: Download complete 11:06:18 9c61dcf015f6: Pull complete 11:06:18 4698f68db338: Pull complete 11:06:18 2a2f49069b9e: Pull complete 11:06:18 e0025b399a48: Pull complete 11:06:18 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 11:06:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 11:06:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:19 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:06:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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 11:06:20 $ docker top 804d583a08def9193724ae065c6fa9f6cdd24ba646826e3c4aeb2ca3226ca1bd -eo pid,comm [Pipeline] { [Pipeline] sh 11:06:20 + docker compose -f ./docker-compose-build.yml build --parallel 11:06:20 #1 [support-scheduler internal] load build definition from Dockerfile 11:06:20 #1 transferring dockerfile: 1.83kB done 11:06:20 #1 DONE 0.1s 11:06:20 11:06:20 #2 [support-notifications internal] load build definition from Dockerfile 11:06:20 #2 transferring dockerfile: 2.00kB done 11:06:20 #2 DONE 0.1s 11:06:20 11:06:20 #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 11:06:20 #3 DONE 0.0s 11:06:20 11:06:20 #4 [core-command internal] load build definition from Dockerfile 11:06:20 #4 transferring dockerfile: 1.94kB done 11:06:20 #4 DONE 0.1s 11:06:20 11:06:20 #5 [security-spire-agent internal] load build definition from Dockerfile 11:06:20 #5 transferring dockerfile: 1.81kB done 11:06:20 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 11:06:20 #5 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 11:06:20 #5 DONE 0.1s 11:06:20 11:06:20 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 11:06:20 #6 transferring dockerfile: 2.23kB done 11:06:20 #6 DONE 0.1s 11:06:20 11:06:20 #7 [security-bootstrapper internal] load build definition from Dockerfile 11:06:20 #7 transferring dockerfile: 3.02kB done 11:06:20 #7 DONE 0.1s 11:06:20 11:06:20 #8 [security-spire-server internal] load build definition from Dockerfile 11:06:20 #8 transferring dockerfile: 1.70kB done 11:06:20 #8 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 11:06:20 #8 DONE 0.1s 11:06:20 11:06:20 #9 [core-data internal] load build definition from Dockerfile 11:06:20 #9 transferring dockerfile: 2.04kB done 11:06:20 #9 DONE 0.1s 11:06:20 11:06:20 #10 [security-proxy-auth internal] load build definition from Dockerfile 11:06:20 #10 transferring dockerfile: 2.14kB done 11:06:20 #10 DONE 0.1s 11:06:20 11:06:20 #11 [security-spire-config internal] load build definition from Dockerfile 11:06:20 #11 transferring dockerfile: 1.69kB done 11:06:20 #11 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 11:06:20 #11 DONE 0.2s 11:06:20 11:06:20 #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 11:06:20 #3 DONE 0.0s 11:06:20 11:06:20 #12 [security-bootstrapper internal] load .dockerignore 11:06:20 #12 DONE 0.0s 11:06:20 11:06:20 #13 [security-secretstore-setup internal] load build definition from Dockerfile 11:06:20 #13 transferring dockerfile: 2.49kB done 11:06:20 #13 DONE 0.2s 11:06:20 11:06:20 #14 [support-scheduler internal] load .dockerignore 11:06:20 #14 DONE 0.0s 11:06:20 11:06:20 #15 [core-metadata internal] load build definition from Dockerfile 11:06:20 #15 transferring dockerfile: 2.10kB done 11:06:20 #15 DONE 0.2s 11:06:20 11:06:20 #16 [support-notifications internal] load .dockerignore 11:06:20 #16 ... 11:06:20 11:06:20 #17 [security-proxy-setup internal] load build definition from Dockerfile 11:06:20 #17 transferring dockerfile: 2.50kB done 11:06:20 #17 DONE 0.2s 11:06:20 11:06:20 #18 [security-spiffe-token-provider internal] load build definition from Dockerfile 11:06:20 #18 transferring dockerfile: 1.89kB done 11:06:20 #18 DONE 0.2s 11:06:20 11:06:20 #19 [core-keeper internal] load build definition from Dockerfile 11:06:20 #19 transferring dockerfile: 2.01kB done 11:06:20 #19 DONE 0.2s 11:06:20 11:06:20 #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 11:06:20 #3 DONE 0.0s 11:06:20 11:06:20 #20 [core-command internal] load .dockerignore 11:06:20 #20 transferring context: 50B done 11:06:20 #20 DONE 0.0s 11:06:20 11:06:20 #21 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 11:06:20 #21 DONE 0.2s 11:06:20 11:06:20 #22 [core-common-config-bootstrapper internal] load .dockerignore 11:06:20 #22 transferring context: 50B done 11:06:20 #22 DONE 0.1s 11:06:20 11:06:20 #16 [support-notifications internal] load .dockerignore 11:06:20 #16 transferring context: 50B done 11:06:20 #16 DONE 0.1s 11:06:20 11:06:20 #12 [security-bootstrapper internal] load .dockerignore 11:06:20 #12 transferring context: 50B done 11:06:20 #12 DONE 0.1s 11:06:20 11:06:20 #14 [support-scheduler internal] load .dockerignore 11:06:20 #14 transferring context: 50B done 11:06:20 #14 DONE 0.1s 11:06:20 11:06:20 #23 [security-proxy-auth internal] load .dockerignore 11:06:20 #23 transferring context: 50B done 11:06:20 #23 DONE 0.1s 11:06:20 11:06:20 #24 [core-metadata internal] load .dockerignore 11:06:20 #24 transferring context: 50B done 11:06:20 #24 DONE 0.1s 11:06:20 11:06:20 #25 [core-data internal] load .dockerignore 11:06:20 #25 transferring context: 50B done 11:06:20 #25 DONE 0.2s 11:06:20 11:06:20 #26 [security-secretstore-setup internal] load .dockerignore 11:06:20 #26 transferring context: 50B done 11:06:20 #26 DONE 0.2s 11:06:20 11:06:20 #27 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:06:20 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:06:20 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 11:06:20 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:06:20 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:06:20 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:06:20 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:06:21 #27 ... 11:06:21 11:06:21 #28 [security-proxy-setup internal] load .dockerignore 11:06:21 #28 transferring context: 50B done 11:06:21 #28 DONE 0.3s 11:06:21 11:06:21 #29 [core-keeper internal] load .dockerignore 11:06:21 #29 transferring context: 50B done 11:06:21 #29 DONE 0.3s 11:06:21 11:06:21 #30 [security-spiffe-token-provider internal] load .dockerignore 11:06:21 #30 transferring context: 50B done 11:06:21 #30 DONE 0.3s 11:06:21 11:06:21 #27 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:06:21 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:06:21 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 11:06:21 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:06:21 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:06:21 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:06:21 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:06:21 #27 ... 11:06:21 11:06:21 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 11:06:21 #31 DONE 0.5s 11:06:21 11:06:21 #27 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:06:21 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:06:21 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 11:06:21 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:06:21 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:06:21 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:06:21 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:06:21 #27 DONE 0.6s 11:06:21 11:06:21 #32 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 11:06:21 #32 DONE 0.6s 11:06:21 11:06:21 #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 11:06:21 #33 DONE 0.5s 11:06:21 11:06:21 #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 11:06:21 #34 ... 11:06:21 11:06:21 #27 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:06:21 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:06:21 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 11:06:21 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:06:21 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:06:21 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:06:21 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:06:21 #27 DONE 0.6s 11:06:21 11:06:21 #35 [security-spire-config internal] load .dockerignore 11:06:21 #35 transferring context: 50B done 11:06:21 #35 DONE 0.2s 11:06:21 11:06:21 #36 [support-notifications builder 2/7] WORKDIR /edgex-go 11:06:22 #36 ... 11:06:22 11:06:22 #37 [security-spire-server internal] load .dockerignore 11:06:22 #37 transferring context: 50B done 11:06:22 #37 DONE 1.6s 11:06:22 11:06:22 #38 [core-keeper internal] load build context 11:06:22 #38 ... 11:06:22 11:06:22 #27 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:06:22 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:06:22 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 11:06:22 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:06:22 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:06:22 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:06:22 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:06:22 #27 DONE 0.6s 11:06:22 11:06:22 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 11:06:22 #36 DONE 1.6s 11:06:22 11:06:22 #38 [core-keeper internal] load build context 11:06:23 #38 ... 11:06:23 11:06:23 #39 [security-spire-config internal] load build context 11:06:23 #39 transferring context: 22.05kB 0.0s done 11:06:23 #39 DONE 1.9s 11:06:23 11:06:23 #40 [security-spire-agent internal] load .dockerignore 11:06:23 #40 transferring context: 50B 0.0s done 11:06:23 #40 DONE 2.0s 11:06:23 11:06:23 #38 [core-keeper internal] load build context 11:06:23 #38 ... 11:06:23 11:06:23 #27 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:06:23 #27 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:06:23 #27 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 11:06:23 #27 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 11:06:23 #27 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 11:06:23 #27 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 11:06:23 #27 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:06:23 #27 DONE 0.6s 11:06:23 11:06:23 #41 [security-spire-server internal] load build context 11:06:23 #41 transferring context: 23.80kB 0.0s done 11:06:23 #41 DONE 0.5s 11:06:23 11:06:23 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:06:23 #42 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.0s done 11:06:23 #42 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 11:06:23 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s 11:06:23 #42 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 11:06:23 #42 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 11:06:23 #42 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 11:06:23 #42 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.0s done 11:06:23 #42 ... 11:06:23 11:06:23 #43 [security-spire-agent internal] load build context 11:06:23 #43 transferring context: 23.33kB 0.0s done 11:06:23 #43 DONE 0.2s 11:06:23 11:06:23 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:06:23 #42 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 11:06:23 #42 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 11:06:23 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 0.2s 11:06:23 #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0B / 15.53MB 0.2s 11:06:23 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s 11:06:24 #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.15MB / 15.53MB 0.5s 11:06:24 #42 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done 11:06:24 #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.6s 11:06:24 #42 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done 11:06:24 #42 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 11:06:27 #42 ... 11:06:27 11:06:27 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:27 #44 DONE 5.9s 11:06:27 11:06:27 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:06:27 #45 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.7s done 11:06:27 #45 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 11:06:27 #45 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 11:06:27 #45 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 11:06:27 #45 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 11:06:27 #45 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 11:06:27 #45 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 11:06:27 #45 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 11:06:27 #45 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 11:06:27 #45 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.8s done 11:06:27 #45 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 11:06:29 #45 ... 11:06:29 11:06:29 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:06:29 #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 11:06:31 #42 ... 11:06:31 11:06:31 #46 [core-command internal] load build context 11:06:31 #46 transferring context: 288.02MB 9.9s 11:06:31 #46 ... 11:06:31 11:06:31 #47 [security-bootstrapper internal] load build context 11:06:31 #47 ... 11:06:31 11:06:31 #48 [security-proxy-auth internal] load build context 11:06:31 #48 ... 11:06:31 11:06:31 #49 [security-proxy-setup internal] load build context 11:06:31 #49 ... 11:06:31 11:06:31 #50 [core-metadata internal] load build context 11:06:31 #50 ... 11:06:31 11:06:31 #51 [support-scheduler internal] load build context 11:06:31 #51 ... 11:06:31 11:06:31 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 11:06:31 #0 2.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.384 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.688 (1/3) Installing ca-certificates (20250911-r0) 11:06:31 #0 2.707 (2/3) Installing dumb-init (1.2.5-r3) 11:06:31 #0 2.711 (3/3) Installing tzdata (2025b-r0) 11:06:31 #0 2.759 Executing busybox-1.36.1-r29.trigger 11:06:31 #0 2.769 Executing ca-certificates-20250911-r0.trigger 11:06:31 #0 2.821 OK: 10 MiB in 17 packages 11:06:31 #52 ... 11:06:31 11:06:31 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:06:31 #0 2.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.199 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.546 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:06:31 #0 2.546 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:06:31 #0 2.546 OK: 24177 distinct packages available 11:06:31 #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:31 #0 3.007 (1/14) Installing ca-certificates (20250911-r0) 11:06:31 #0 3.016 (2/14) Installing brotli-libs (1.1.0-r2) 11:06:31 #0 3.029 (3/14) Installing c-ares (1.33.1-r0) 11:06:31 #0 3.034 (4/14) Installing libunistring (1.2-r0) 11:06:31 #0 3.046 (5/14) Installing libidn2 (2.3.7-r0) 11:06:31 #0 3.050 (6/14) Installing nghttp2-libs (1.62.1-r0) 11:06:31 #0 3.055 (7/14) Installing libpsl (0.21.5-r1) 11:06:31 #0 3.058 (8/14) Installing zstd-libs (1.5.6-r0) 11:06:31 #0 3.079 (9/14) Installing libcurl (8.14.1-r2) 11:06:31 #0 3.093 (10/14) Installing curl (8.14.1-r2) 11:06:31 #0 3.100 (11/14) Installing dumb-init (1.2.5-r3) 11:06:31 #0 3.103 (12/14) Installing musl-obstack (1.2.3-r2) 11:06:31 #0 3.106 (13/14) Installing libucontext (1.2-r3) 11:06:31 #0 3.109 (14/14) Installing gcompat (1.1.0-r4) 11:06:31 #0 3.113 Executing busybox-1.36.1-r29.trigger 11:06:31 #0 3.119 Executing ca-certificates-20250911-r0.trigger 11:06:31 #0 3.169 OK: 13 MiB in 28 packages 11:06:31 #53 ... 11:06:31 11:06:31 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:06:31 #0 4.323 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:31 #0 4.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:31 #0 4.566 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:06:31 #0 4.566 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:06:31 #0 4.566 OK: 24177 distinct packages available 11:06:31 #0 4.621 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:31 #0 4.701 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:31 #0 4.950 (1/4) Installing dumb-init (1.2.5-r3) 11:06:31 #0 4.957 (2/4) Installing musl-obstack (1.2.3-r2) 11:06:31 #0 4.963 (3/4) Installing libucontext (1.2-r3) 11:06:31 #0 4.966 (4/4) Installing gcompat (1.1.0-r4) 11:06:31 #0 4.970 Executing busybox-1.36.1-r29.trigger 11:06:31 #0 4.977 OK: 8 MiB in 18 packages 11:06:31 #54 ... 11:06:31 11:06:31 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 11:06:31 #0 2.083 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.167 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:31 #0 2.506 (1/2) Installing dumb-init (1.2.5-r3) 11:06:31 #0 2.534 (2/2) Installing su-exec (0.2-r3) 11:06:31 #0 2.558 Executing busybox-1.36.1-r29.trigger 11:06:31 #0 2.569 OK: 8 MiB in 16 packages 11:06:31 #55 ... 11:06:31 11:06:31 #56 [core-data internal] load build context 11:06:32 #56 ... 11:06:32 11:06:32 #57 [support-notifications internal] load build context 11:06:32 #57 ... 11:06:32 11:06:32 #58 [core-common-config-bootstrapper internal] load build context 11:06:32 #58 ... 11:06:32 11:06:32 #59 [security-secretstore-setup internal] load build context 11:06:32 #59 ... 11:06:32 11:06:32 #60 [security-spiffe-token-provider internal] load build context 11:06:33 #60 ... 11:06:33 11:06:33 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 11:06:33 #0 2.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:33 #0 2.313 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:33 #0 2.650 (1/1) Installing dumb-init (1.2.5-r3) 11:06:33 #0 2.672 Executing busybox-1.36.1-r29.trigger 11:06:33 #0 2.681 OK: 8 MiB in 15 packages 11:06:33 #61 ... 11:06:33 11:06:33 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:06:33 #0 3.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:33 #0 3.851 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:33 #0 4.126 (1/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:33 #0 4.162 (2/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:33 #0 4.173 (3/6) Installing dumb-init (1.2.5-r3) 11:06:33 #0 4.178 (4/6) Installing openssl (3.3.5-r0) 11:06:33 #0 4.203 (5/6) Installing su-exec (0.2-r3) 11:06:33 #0 4.209 (6/6) Installing yq-go (4.44.1-r2) 11:06:33 #0 4.299 Executing busybox-1.36.1-r29.trigger 11:06:33 #0 4.305 OK: 19 MiB in 18 packages 11:06:33 #62 ... 11:06:33 11:06:33 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:06:33 #0 2.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:33 #0 2.764 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:33 #0 3.032 (1/7) Installing ca-certificates (20250911-r0) 11:06:33 #0 3.052 (2/7) Installing dumb-init (1.2.5-r3) 11:06:33 #0 3.056 (3/7) Installing libgcc (13.2.1_git20240309-r1) 11:06:33 #0 3.064 (4/7) Installing libsodium (1.0.19-r0) 11:06:33 #0 3.079 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 11:06:33 #0 3.112 (6/7) Installing libzmq (4.3.5-r2) 11:06:33 #0 3.122 (7/7) Installing zeromq (4.3.5-r2) 11:06:33 #0 3.129 Executing busybox-1.36.1-r29.trigger 11:06:33 #0 3.136 Executing ca-certificates-20250911-r0.trigger 11:06:33 #0 3.177 OK: 12 MiB in 21 packages 11:06:33 #63 ... 11:06:33 11:06:33 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:06:33 #64 ... 11:06:33 11:06:33 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:06:33 #0 4.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:33 #0 4.108 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:33 #0 4.394 (1/4) Installing ca-certificates (20250911-r0) 11:06:33 #0 4.409 (2/4) Installing dumb-init (1.2.5-r3) 11:06:33 #0 4.417 (3/4) Installing su-exec (0.2-r3) 11:06:33 #0 4.422 (4/4) Installing yq-go (4.44.1-r2) 11:06:33 #0 4.505 Executing busybox-1.36.1-r29.trigger 11:06:33 #0 4.505 Executing ca-certificates-20250911-r0.trigger 11:06:33 #0 4.535 OK: 19 MiB in 18 packages 11:06:33 #65 ... 11:06:33 11:06:33 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 11:06:33 #66 ... 11:06:33 11:06:33 #38 [core-keeper internal] load build context 11:06:33 #38 ... 11:06:33 11:06:33 #67 [core-data builder 3/7] RUN apk add --update --no-cache make git 11:06:33 #67 ... 11:06:33 11:06:33 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:06:33 #68 ... 11:06:33 11:06:33 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:33 #69 ... 11:06:33 11:06:33 #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 11:06:33 #70 ... 11:06:33 11:06:33 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:06:34 #71 ... 11:06:34 11:06:34 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:06:34 #45 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.8s done 11:06:34 #45 ... 11:06:34 11:06:34 #34 [core-command stage-1 2/8] RUN apk add --update --no-cache dumb-init 11:06:34 #34 3.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:34 #34 3.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:34 #34 3.638 (1/1) Installing dumb-init (1.2.5-r3) 11:06:34 #34 3.704 Executing busybox-1.36.1-r29.trigger 11:06:34 #34 3.747 OK: 8 MiB in 15 packages 11:06:34 #34 ... 11:06:34 11:06:34 #38 [core-keeper internal] load build context 11:06:35 #38 transferring context: 595.82MB 13.8s done 11:06:37 #38 ... 11:06:37 11:06:37 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 11:06:37 #72 ... 11:06:37 11:06:37 #46 [core-command internal] load build context 11:06:37 #46 transferring context: 595.82MB 15.5s done 11:06:40 #46 ... 11:06:40 11:06:40 #57 [support-notifications internal] load build context 11:06:40 #57 transferring context: 595.82MB 11.9s done 11:06:40 #57 DONE 18.6s 11:06:40 11:06:40 #51 [support-scheduler internal] load build context 11:06:40 #51 transferring context: 595.82MB 15.1s done 11:06:40 #51 ... 11:06:40 11:06:40 #48 [security-proxy-auth internal] load build context 11:06:40 #48 transferring context: 595.82MB 13.0s done 11:06:40 #48 DONE 18.7s 11:06:40 11:06:40 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:06:40 #65 DONE 18.2s 11:06:40 11:06:40 #34 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 11:06:40 #34 DONE 18.2s 11:06:40 11:06:40 #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:06:40 #53 DONE 18.2s 11:06:40 11:06:40 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 11:06:40 #55 DONE 18.2s 11:06:40 11:06:40 #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:06:40 #62 DONE 18.2s 11:06:40 11:06:40 #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:06:40 #54 DONE 18.2s 11:06:40 11:06:40 #61 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 11:06:40 #61 DONE 18.2s 11:06:40 11:06:40 #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:06:40 #63 DONE 18.3s 11:06:40 11:06:40 #52 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 11:06:40 #52 DONE 18.3s 11:06:40 11:06:40 #47 [security-bootstrapper internal] load build context 11:06:40 #47 transferring context: 595.82MB 13.5s done 11:06:40 #47 DONE 18.7s 11:06:40 11:06:40 #56 [core-data internal] load build context 11:06:40 #56 transferring context: 595.82MB 13.4s done 11:06:40 #56 DONE 18.7s 11:06:40 11:06:40 #50 [core-metadata internal] load build context 11:06:40 #50 transferring context: 595.82MB 13.5s done 11:06:40 #50 DONE 18.7s 11:06:40 11:06:40 #60 [security-spiffe-token-provider internal] load build context 11:06:40 #60 transferring context: 595.82MB 13.5s done 11:06:40 #60 DONE 18.5s 11:06:40 11:06:40 #49 [security-proxy-setup internal] load build context 11:06:40 #49 transferring context: 595.82MB 13.6s done 11:06:40 #49 DONE 18.5s 11:06:40 11:06:40 #38 [core-keeper internal] load build context 11:06:40 #38 DONE 18.5s 11:06:40 11:06:40 #73 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 11:06:40 #73 ... 11:06:40 11:06:40 #59 [security-secretstore-setup internal] load build context 11:06:40 #59 transferring context: 595.82MB 14.4s done 11:06:40 #59 DONE 18.7s 11:06:40 11:06:40 #58 [core-common-config-bootstrapper internal] load build context 11:06:40 #58 transferring context: 595.82MB 14.9s done 11:06:40 #58 DONE 18.8s 11:06:40 11:06:40 #51 [support-scheduler internal] load build context 11:06:40 #51 DONE 18.8s 11:06:40 11:06:40 #46 [core-command internal] load build context 11:06:40 #46 DONE 18.9s 11:06:40 11:06:40 #42 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:06:40 #42 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 2.3s done 11:06:40 #42 DONE 16.4s 11:06:40 11:06:40 #45 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:06:40 #45 DONE 18.4s 11:06:40 11:06:40 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:06:40 #74 ... 11:06:40 11:06:40 #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:40 #69 DONE 17.4s 11:06:40 11:06:40 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 11:06:40 #67 17.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:40 #67 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:40 #67 17.38 OK: 248 MiB in 58 packages 11:06:40 #67 DONE 17.6s 11:06:40 11:06:40 #75 [core-metadata builder 4/7] COPY go.mod vendor* ./ 11:06:40 #75 DONE 0.1s 11:06:40 11:06:40 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:06:40 #71 17.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:40 #71 17.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:40 #71 17.43 OK: 248 MiB in 58 packages 11:06:40 #71 DONE 17.6s 11:06:40 11:06:40 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 11:06:40 #76 DONE 0.1s 11:06:40 11:06:40 #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:40 #77 ... 11:06:40 11:06:40 #66 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 11:06:40 #66 17.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:40 #66 17.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:40 #66 17.76 OK: 248 MiB in 58 packages 11:06:40 #66 DONE 17.9s 11:06:40 11:06:40 #70 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 11:06:40 #70 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:40 #70 17.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:40 #70 17.79 OK: 248 MiB in 58 packages 11:06:40 #70 DONE 17.9s 11:06:40 11:06:40 #78 [support-notifications builder 4/7] COPY go.mod vendor* ./ 11:06:40 #78 DONE 0.1s 11:06:41 11:06:41 #79 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 11:06:41 #79 DONE 0.1s 11:06:41 11:06:41 #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:41 #80 ... 11:06:41 11:06:41 #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:06:41 #64 17.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:41 #64 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:41 #64 17.42 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:06:41 #64 17.42 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:06:41 #64 17.42 OK: 24177 distinct packages available 11:06:41 #64 17.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:41 #64 17.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:41 #64 17.91 (1/7) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:41 #64 17.96 (2/7) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:41 #64 17.97 (3/7) Installing dumb-init (1.2.5-r3) 11:06:41 #64 17.97 (4/7) Installing musl-obstack (1.2.3-r2) 11:06:41 #64 17.98 (5/7) Installing libucontext (1.2-r3) 11:06:41 #64 17.98 (6/7) Installing gcompat (1.1.0-r4) 11:06:41 #64 17.99 (7/7) Installing openssl (3.3.5-r0) 11:06:41 #64 18.01 Executing busybox-1.36.1-r29.trigger 11:06:41 #64 18.02 OK: 9 MiB in 19 packages 11:06:41 #64 DONE 18.1s 11:06:41 11:06:41 #81 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 11:06:41 #0 0.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:41 #0 0.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:41 #0 1.258 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:41 #0 1.282 Executing busybox-1.36.1-r30.post-upgrade 11:06:41 #0 1.331 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:41 #0 1.357 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:41 #0 1.376 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:41 #0 1.428 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:41 #0 1.438 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:41 #0 1.441 Executing busybox-1.36.1-r30.trigger 11:06:41 #0 1.446 Executing ca-certificates-20250911-r0.trigger 11:06:41 #0 1.492 OK: 13 MiB in 28 packages 11:06:41 #81 DONE 1.6s 11:06:41 11:06:41 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:06:41 #68 17.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:41 #68 17.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:41 #68 17.74 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:06:41 #68 17.74 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:06:41 #68 17.74 OK: 24181 distinct packages available 11:06:41 #68 17.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:41 #68 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:41 #68 18.15 OK: 248 MiB in 58 packages 11:06:41 #68 DONE 18.3s 11:06:41 11:06:41 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 11:06:41 #82 DONE 0.1s 11:06:41 11:06:41 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 11:06:41 #72 13.04 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:41 #72 13.44 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:41 #72 13.86 (1/1) Installing dumb-init (1.2.5-r3) 11:06:41 #72 13.98 Executing busybox-1.36.1-r29.trigger 11:06:41 #72 13.98 OK: 8 MiB in 15 packages 11:06:41 #72 DONE 14.1s 11:06:41 11:06:41 #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:42 #83 ... 11:06:42 11:06:42 #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 11:06:42 #0 1.944 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:42 #0 2.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:42 #0 2.269 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.287 Executing busybox-1.36.1-r30.post-upgrade 11:06:42 #0 2.329 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.332 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:42 #0 2.337 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.340 Executing busybox-1.36.1-r30.trigger 11:06:42 #0 2.351 OK: 19 MiB in 18 packages 11:06:42 #84 DONE 2.5s 11:06:42 11:06:42 #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 11:06:42 #85 DONE 0.1s 11:06:42 11:06:42 #73 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 11:06:42 #73 2.013 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:42 #73 2.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:42 #73 2.334 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #73 2.351 Executing busybox-1.36.1-r30.post-upgrade 11:06:42 #73 2.404 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #73 2.410 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:42 #73 2.420 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:42 #73 2.491 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:42 #73 2.510 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #73 2.510 Executing busybox-1.36.1-r30.trigger 11:06:42 #73 2.520 OK: 8 MiB in 15 packages 11:06:42 #73 DONE 2.7s 11:06:42 11:06:42 #86 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 11:06:42 #0 1.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:42 #0 2.006 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:42 #0 2.291 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.308 Executing busybox-1.36.1-r30.post-upgrade 11:06:42 #0 2.342 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.350 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:42 #0 2.360 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:42 #0 2.395 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:42 #0 2.407 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.419 Executing busybox-1.36.1-r30.trigger 11:06:42 #0 2.429 OK: 8 MiB in 18 packages 11:06:42 #86 DONE 2.7s 11:06:42 11:06:42 #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:06:42 #87 DONE 0.6s 11:06:42 11:06:42 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 11:06:42 #0 2.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:42 #0 2.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:42 #0 2.655 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.675 Executing busybox-1.36.1-r30.post-upgrade 11:06:42 #0 2.710 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.714 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:42 #0 2.724 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:42 #0 2.764 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:42 #0 2.775 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:42 #0 2.780 Executing busybox-1.36.1-r30.trigger 11:06:42 #0 2.783 Executing ca-certificates-20250911-r0.trigger 11:06:42 #0 2.825 OK: 19 MiB in 18 packages 11:06:42 #88 DONE 3.3s 11:06:42 11:06:42 #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / 11:06:43 #89 DONE 0.1s 11:06:43 11:06:43 #90 [security-spire-config stage-2 6/10] COPY security.txt / 11:06:43 #90 DONE 0.1s 11:06:43 11:06:43 #91 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 11:06:43 #0 2.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.841 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 2.858 Executing busybox-1.36.1-r30.post-upgrade 11:06:43 #0 3.314 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 3.317 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:43 #0 3.326 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #0 3.355 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #0 3.374 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 3.377 Executing busybox-1.36.1-r30.trigger 11:06:43 #0 3.382 OK: 8 MiB in 16 packages 11:06:43 #91 DONE 3.5s 11:06:43 11:06:43 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 11:06:43 #92 ... 11:06:43 11:06:43 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 11:06:43 #0 2.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.572 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.922 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 2.940 Executing busybox-1.36.1-r30.post-upgrade 11:06:43 #0 3.312 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 3.320 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:43 #0 3.326 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #0 3.381 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #0 3.400 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 3.400 Executing busybox-1.36.1-r30.trigger 11:06:43 #0 3.405 OK: 8 MiB in 15 packages 11:06:43 #93 DONE 3.6s 11:06:43 11:06:43 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:06:43 #74 2.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:43 #74 2.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:43 #74 2.865 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #74 2.879 Executing busybox-1.36.1-r30.post-upgrade 11:06:43 #74 3.282 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #74 3.287 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:43 #74 3.290 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #74 3.339 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #74 3.351 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #74 3.355 Executing busybox-1.36.1-r30.trigger 11:06:43 #74 3.357 Executing ca-certificates-20250911-r0.trigger 11:06:43 #74 3.410 OK: 10 MiB in 17 packages 11:06:43 #74 DONE 3.6s 11:06:43 11:06:43 #94 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 11:06:43 #0 2.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.853 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 2.875 Executing busybox-1.36.1-r30.post-upgrade 11:06:43 #0 3.286 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 3.290 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:43 #0 3.299 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #0 3.363 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:06:43 #0 3.370 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:43 #0 3.378 Executing busybox-1.36.1-r30.trigger 11:06:43 #0 3.378 Executing ca-certificates-20250911-r0.trigger 11:06:43 #0 3.409 OK: 12 MiB in 21 packages 11:06:43 #94 DONE 3.6s 11:06:43 11:06:43 #95 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 11:06:43 #95 DONE 0.1s 11:06:43 11:06:43 #96 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 11:06:43 #96 DONE 0.0s 11:06:43 11:06:43 #97 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 11:06:43 #97 DONE 0.0s 11:06:43 11:06:43 #98 [security-spire-config] exporting to image 11:06:43 #98 exporting layers 11:06:43 #98 exporting layers 0.4s done 11:06:43 #98 writing image sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done 11:06:43 #98 naming to docker.io/library/security-spire-config 0.0s done 11:06:43 #98 DONE 0.4s 11:06:43 11:06:43 #99 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 11:06:43 #0 2.545 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:43 #0 2.754 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:43 #0 3.196 OK: 248 MiB in 58 packages 11:06:43 #99 DONE 3.3s 11:06:43 11:06:43 #100 [core-keeper builder 5/8] COPY go.mod vendor* ./ 11:06:43 #100 DONE 0.1s 11:06:43 11:06:43 #101 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 11:06:43 #0 2.629 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 11:06:43 #101 2.705 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 11:06:44 #101 3.011 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:06:44 #101 3.028 Executing busybox-1.36.1-r30.post-upgrade 11:06:44 #101 3.058 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:06:44 #101 3.061 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:06:44 #101 ... 11:06:44 11:06:44 #92 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 11:06:44 #92 DONE 1.1s 11:06:44 11:06:44 #101 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 11:06:44 #101 3.071 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:06:44 #101 3.075 Executing busybox-1.36.1-r30.trigger 11:06:44 #101 3.088 OK: 9 MiB in 19 packages 11:06:44 #101 DONE 3.2s 11:06:44 11:06:44 #102 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 11:06:44 #102 DONE 0.0s 11:06:44 11:06:44 #103 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:06:44 #103 DONE 0.5s 11:06:44 11:06:44 #104 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 11:06:44 #104 DONE 0.5s 11:06:44 11:06:44 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 11:06:44 #105 DONE 0.0s 11:06:44 11:06:44 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:06:45 #106 ... 11:06:45 11:06:45 #107 [security-spire-server stage-2 6/9] COPY security.txt / 11:06:45 #107 DONE 0.1s 11:06:45 11:06:45 #108 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 11:06:45 #108 DONE 0.4s 11:06:45 11:06:45 #106 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:06:45 #106 DONE 0.5s 11:06:45 11:06:45 #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 11:06:45 #109 DONE 0.0s 11:06:45 11:06:45 #110 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 11:06:45 #110 DONE 0.0s 11:06:45 11:06:45 #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 11:06:45 #111 DONE 0.0s 11:06:45 11:06:45 #112 [security-spire-agent stage-3 7/10] COPY security.txt / 11:06:45 #112 DONE 0.0s 11:06:45 11:06:45 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 11:06:45 #113 DONE 0.1s 11:06:45 11:06:45 #114 [security-spire-server] exporting to image 11:06:45 #114 ... 11:06:45 11:06:45 #115 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 11:06:45 #115 DONE 0.0s 11:06:45 11:06:45 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 11:06:45 #116 DONE 0.0s 11:06:45 11:06:45 #117 [security-spire-agent] exporting to image 11:06:46 #117 ... 11:06:46 11:06:46 #114 [security-spire-server] exporting to image 11:06:46 #114 exporting layers 0.4s done 11:06:46 #114 writing image sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done 11:06:46 #114 naming to docker.io/library/security-spire-server done 11:06:46 #114 DONE 0.4s 11:06:46 11:06:46 #117 [security-spire-agent] exporting to image 11:06:46 #117 exporting layers 0.4s done 11:06:46 #117 writing image sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done 11:06:46 #117 naming to docker.io/library/security-spire-agent done 11:06:46 #117 DONE 0.4s 11:06:46 11:06:46 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:51 #118 ... 11:06:51 11:06:51 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:06:51 #119 ... 11:06:51 11:06:51 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:08 Removing intermediate container be5c08893586 11:07:08 ---> 6a8e83c94209 11:07:08 Successfully built 6a8e83c94209 11:07:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:08 + docker inspect -f . ci-base-image-arm64 11:07:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:07:08 prd-ubuntu20.04-docker-arm64-4c-16g-116870 does not seem to be running inside a container 11:07:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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 11:07:09 #120 ... 11:07:09 11:07:09 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:09 #118 DONE 23.1s 11:07:09 11:07:09 #77 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:09 #77 DONE 26.3s 11:07:09 11:07:09 #80 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:09 #80 DONE 25.9s 11:07:09 11:07:09 #83 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:09 #83 DONE 25.6s 11:07:09 11:07:09 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:09 #120 DONE 26.0s 11:07:09 11:07:09 #119 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:09 #119 DONE 26.3s 11:07:09 11:07:09 #121 [core-metadata builder 6/7] COPY . . 11:07:09 $ docker top 9bc6e8976eac0c12dd3450c07eb680f07f921830f4ee21d0ed34dfdb474047cf -eo pid,comm [Pipeline] { [Pipeline] sh 11:07:10 + go version 11:07:12 go version go1.23.9 linux/arm64 [Pipeline] } 11:07:12 $ docker stop --time=1 9bc6e8976eac0c12dd3450c07eb680f07f921830f4ee21d0ed34dfdb474047cf 11:07:13 $ docker rm -f --volumes 9bc6e8976eac0c12dd3450c07eb680f07f921830f4ee21d0ed34dfdb474047cf [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 11:07:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:07:14 11:07:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:07:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:07:14 latest: Pulling from edgex-devops/edgex-compose-arm64 11:07:14 547446be3368: Pulling fs layer 11:07:14 d125d8839a47: Pulling fs layer 11:07:14 3e85d5ac6304: Pulling fs layer 11:07:14 c3105a71a48b: Pulling fs layer 11:07:14 0f093f025ec4: Pulling fs layer 11:07:14 c3106fc0e877: Pulling fs layer 11:07:14 0f093f025ec4: Waiting 11:07:14 c3106fc0e877: Waiting 11:07:14 c3105a71a48b: Waiting 11:07:15 547446be3368: Verifying Checksum 11:07:15 547446be3368: Download complete 11:07:15 c3105a71a48b: Verifying Checksum 11:07:15 c3105a71a48b: Download complete 11:07:15 d125d8839a47: Verifying Checksum 11:07:15 d125d8839a47: Download complete 11:07:15 c3106fc0e877: Verifying Checksum 11:07:15 c3106fc0e877: Download complete 11:07:15 0f093f025ec4: Verifying Checksum 11:07:15 0f093f025ec4: Download complete 11:07:15 547446be3368: Pull complete 11:07:16 d125d8839a47: Pull complete 11:07:17 3e85d5ac6304: Verifying Checksum 11:07:17 3e85d5ac6304: Download complete 11:07:17 #121 DONE 9.6s 11:07:17 11:07:17 #122 [support-scheduler builder 6/7] COPY . . 11:07:17 #122 DONE 9.6s 11:07:17 11:07:17 #123 [security-spiffe-token-provider builder 6/7] COPY . . 11:07:17 #123 DONE 9.6s 11:07:17 11:07:17 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:07:17 #124 ... 11:07:17 11:07:17 #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:17 #125 CACHED 11:07:17 11:07:17 #126 [core-data builder 4/7] COPY go.mod vendor* ./ 11:07:17 #126 CACHED 11:07:17 11:07:17 #127 [core-data builder 6/7] COPY . . 11:07:17 #127 CACHED 11:07:17 11:07:17 #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 11:07:17 #128 CACHED 11:07:17 11:07:17 #129 [security-proxy-auth builder 6/7] COPY . . 11:07:17 #129 CACHED 11:07:17 11:07:17 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:17 #130 CACHED 11:07:17 11:07:17 #131 [core-common-config-bootstrapper builder 6/7] COPY . . 11:07:17 #131 CACHED 11:07:17 11:07:17 #132 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:17 #132 CACHED 11:07:17 11:07:17 #133 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 11:07:17 #133 CACHED 11:07:17 11:07:17 #134 [core-metadata builder 6/7] COPY . . 11:07:17 #134 CACHED 11:07:17 11:07:17 #135 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:17 #135 CACHED 11:07:17 11:07:17 #136 [core-metadata builder 4/7] COPY go.mod vendor* ./ 11:07:17 #136 CACHED 11:07:17 11:07:17 #137 [core-keeper builder 7/8] COPY . . 11:07:17 #137 DONE 9.6s 11:07:17 11:07:17 #138 [security-bootstrapper builder 6/7] COPY . . 11:07:17 #138 DONE 9.6s 11:07:17 11:07:17 #139 [support-notifications builder 6/7] COPY . . 11:07:17 #139 DONE 9.6s 11:07:17 11:07:17 #140 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 11:07:17 #140 CACHED 11:07:17 11:07:17 #141 [security-secretstore-setup builder 6/7] COPY . . 11:07:17 #141 CACHED 11:07:17 11:07:17 #142 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:17 #142 CACHED 11:07:17 11:07:17 #143 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 11:07:17 #143 CACHED 11:07:17 11:07:17 #144 [security-proxy-setup builder 6/7] COPY . . 11:07:17 #144 CACHED 11:07:17 11:07:17 #145 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:07:17 #145 CACHED 11:07:17 11:07:17 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:07:17 #146 1.141 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 11:07:27 3e85d5ac6304: Pull complete 11:07:27 c3105a71a48b: Pull complete 11:07:27 #146 ... 11:07:27 11:07:27 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:07:27 #0 0.766 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 11:07:27 #147 ... 11:07:27 11:07:27 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:07:27 #0 1.163 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 11:07:27 #148 ... 11:07:27 11:07:27 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:07:27 #0 0.623 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 11:07:27 #149 ... 11:07:27 11:07:27 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:07:27 #0 1.172 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 11:07:27 #150 ... 11:07:27 11:07:27 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:07:27 #0 1.184 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:07:27 #151 ... 11:07:27 11:07:27 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:07:27 #0 0.636 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:07:27 #152 ... 11:07:27 11:07:27 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:07:27 #0 1.180 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:07:27 #153 ... 11:07:27 11:07:27 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:07:27 #0 0.623 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 11:07:27 #154 ... 11:07:27 11:07:27 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:07:27 #0 1.170 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 11:07:28 #155 ... 11:07:28 11:07:28 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:07:28 #124 0.625 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:07:28 #124 ... 11:07:28 11:07:28 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:07:28 #0 1.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 11:07:28 0f093f025ec4: Pull complete 11:07:28 c3106fc0e877: Pull complete 11:07:28 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 11:07:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:07:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:07:29 prd-ubuntu20.04-docker-arm64-4c-16g-116870 does not seem to be running inside a container 11:07:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@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 11:07:31 $ docker top 2259739dcbc32abac43141a93ae1252db06d8cdbce4388a5ea71a58c15ac90e4 -eo pid,comm [Pipeline] { [Pipeline] sh 11:07:31 + docker compose -f ./docker-compose-build.yml build --parallel 11:07:41 #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile 11:07:41 #1 transferring dockerfile: 2.23kB done 11:07:41 #1 DONE 0.1s 11:07:41 11:07:41 #2 [security-secretstore-setup internal] load build definition from Dockerfile 11:07:41 #2 transferring dockerfile: 2.49kB done 11:07:41 #2 DONE 0.0s 11:07:41 11:07:41 #3 [core-data internal] load build definition from Dockerfile 11:07:41 #3 transferring dockerfile: 2.04kB done 11:07:41 #3 DONE 0.0s 11:07:41 11:07:41 #4 [core-keeper internal] load build definition from Dockerfile 11:07:41 #4 transferring dockerfile: 2.01kB done 11:07:41 #4 DONE 0.0s 11:07:41 11:07:41 #5 [security-proxy-setup internal] load build definition from Dockerfile 11:07:41 #5 transferring dockerfile: 2.50kB done 11:07:41 #5 DONE 0.1s 11:07:41 11:07:41 #6 [security-spiffe-token-provider internal] load build definition from Dockerfile 11:07:41 #6 transferring dockerfile: 1.89kB done 11:07:41 #6 DONE 0.1s 11:07:41 11:07:41 #7 [security-proxy-auth internal] load build definition from Dockerfile 11:07:41 #7 transferring dockerfile: 2.14kB 0.0s done 11:07:41 #7 DONE 0.1s 11:07:41 11:07:41 #8 [security-spire-agent internal] load build definition from Dockerfile 11:07:41 #8 transferring dockerfile: 1.81kB done 11:07:41 #8 DONE 0.0s 11:07:41 11:07:41 #9 [security-spire-config internal] load build definition from Dockerfile 11:07:41 #9 transferring dockerfile: 1.69kB done 11:07:41 #9 DONE 0.0s 11:07:41 11:07:41 #10 [security-bootstrapper internal] load build definition from Dockerfile 11:07:41 #10 transferring dockerfile: 3.02kB done 11:07:41 #10 DONE 0.0s 11:07:41 11:07:41 #11 [support-scheduler internal] load build definition from Dockerfile 11:07:41 #11 transferring dockerfile: 1.83kB done 11:07:41 #11 DONE 0.1s 11:07:41 11:07:41 #12 [security-spire-server internal] load build definition from Dockerfile 11:07:41 #12 transferring dockerfile: 1.70kB 0.0s done 11:07:41 #12 DONE 0.1s 11:07:41 11:07:41 #13 [core-command internal] load build definition from Dockerfile 11:07:41 #13 transferring dockerfile: 1.94kB done 11:07:41 #13 DONE 0.1s 11:07:41 11:07:41 #14 [core-metadata internal] load build definition from Dockerfile 11:07:41 #14 transferring dockerfile: 2.10kB 0.0s done 11:07:41 #14 DONE 0.1s 11:07:41 11:07:41 #15 [support-notifications internal] load build definition from Dockerfile 11:07:41 #15 transferring dockerfile: 2.00kB 0.0s done 11:07:41 #15 DONE 0.1s 11:07:41 11:07:41 #16 [core-common-config-bootstrapper internal] load .dockerignore 11:07:41 #16 transferring context: 50B 0.0s done 11:07:41 #16 DONE 0.1s 11:07:42 11:07:42 #17 [security-secretstore-setup internal] load .dockerignore 11:07:42 #17 transferring context: 50B done 11:07:42 #17 DONE 0.0s 11:07:42 11:07:42 #18 [core-data internal] load .dockerignore 11:07:42 #18 transferring context: 50B 0.0s done 11:07:42 #18 DONE 0.1s 11:07:42 11:07:42 #19 [core-keeper internal] load .dockerignore 11:07:42 #19 transferring context: 50B 0.0s done 11:07:42 #19 DONE 0.1s 11:07:42 11:07:42 #20 [security-proxy-setup internal] load .dockerignore 11:07:42 #20 transferring context: 50B done 11:07:42 #20 DONE 0.1s 11:07:42 11:07:42 #21 [security-spiffe-token-provider internal] load .dockerignore 11:07:42 #21 transferring context: 50B done 11:07:42 #21 DONE 0.1s 11:07:42 11:07:42 #22 [security-proxy-auth internal] load .dockerignore 11:07:42 #22 transferring context: 50B done 11:07:42 #22 DONE 0.1s 11:07:42 11:07:42 #23 [security-spire-agent internal] load .dockerignore 11:07:42 #23 transferring context: 50B done 11:07:43 #23 DONE 0.0s 11:07:43 11:07:43 #24 [security-spire-config internal] load .dockerignore 11:07:43 #24 transferring context: 50B done 11:07:43 #24 DONE 0.1s 11:07:43 11:07:43 #25 [security-bootstrapper internal] load .dockerignore 11:07:43 #25 transferring context: 50B done 11:07:43 #25 DONE 0.0s 11:07:43 11:07:43 #26 [support-scheduler internal] load .dockerignore 11:07:43 #26 transferring context: 50B 0.0s done 11:07:43 #26 DONE 0.1s 11:07:43 11:07:43 #27 [security-spire-server internal] load .dockerignore 11:07:43 #27 transferring context: 50B 0.0s done 11:07:43 #27 DONE 0.1s 11:07:43 11:07:43 #28 [core-command internal] load .dockerignore 11:07:43 #28 transferring context: 50B 0.0s done 11:07:43 #28 DONE 0.1s 11:07:43 11:07:43 #29 [core-metadata internal] load .dockerignore 11:07:43 #29 transferring context: 50B done 11:07:43 #29 DONE 0.0s 11:07:43 11:07:43 #30 [support-notifications internal] load .dockerignore 11:07:43 #30 transferring context: 50B 0.0s done 11:07:43 #30 DONE 0.0s 11:07:43 11:07:43 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:43 #31 DONE 0.0s 11:07:43 11:07:43 #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 11:07:43 #32 DONE 0.2s 11:07:43 11:07:43 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:43 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:43 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:43 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:43 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 1.05MB / 4.09MB 0.1s 11:07:43 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:43 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.2s 11:07:44 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:44 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 11:07:44 #33 ... 11:07:44 11:07:44 #34 [core-common-config-bootstrapper internal] load build context 11:07:44 #34 transferring context: 3.36MB 0.6s done 11:07:44 #34 DONE 0.8s 11:07:44 11:07:44 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:44 #33 ... 11:07:44 11:07:44 #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:44 #35 DONE 1.0s 11:07:44 11:07:44 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:44 #31 DONE 0.0s 11:07:44 11:07:44 #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 11:07:44 #32 DONE 0.2s 11:07:44 11:07:44 #36 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 11:07:44 #36 DONE 0.2s 11:07:44 11:07:44 #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:45 #33 ... 11:07:45 11:07:45 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:45 #31 DONE 0.0s 11:07:45 11:07:45 #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:45 #35 DONE 1.6s 11:07:45 11:07:45 #36 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 11:07:45 #36 DONE 0.3s 11:07:45 11:07:45 #33 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:45 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:45 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:45 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:45 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:45 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:45 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:45 #33 ... 11:07:45 11:07:45 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:45 #31 DONE 0.0s 11:07:45 11:07:45 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:45 #35 DONE 1.7s 11:07:45 11:07:45 #36 [core-keeper builder 2/7] WORKDIR /edgex-go 11:07:45 #36 DONE 0.4s 11:07:45 11:07:45 #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:45 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:45 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:45 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:45 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:45 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:45 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:45 #33 ... 11:07:45 11:07:45 #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:45 #31 DONE 0.0s 11:07:45 11:07:45 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 11:07:45 #32 DONE 0.5s 11:07:45 11:07:45 #37 [security-spiffe-token-provider internal] load build context 11:07:45 #37 DONE 0.0s 11:07:45 11:07:45 #35 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:45 #35 DONE 1.7s 11:07:45 11:07:45 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:45 #31 DONE 0.0s 11:07:45 11:07:45 #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 11:07:45 #36 DONE 0.4s 11:07:45 11:07:45 #33 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:45 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:45 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:45 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:45 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:45 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:45 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:45 #33 ... 11:07:45 11:07:45 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 11:07:45 #32 DONE 0.9s 11:07:45 11:07:45 #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:45 #35 DONE 1.7s 11:07:45 11:07:45 #36 [security-proxy-auth builder 2/7] WORKDIR /edgex-go 11:07:45 #36 DONE 0.4s 11:07:45 11:07:45 #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:45 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:45 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:45 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:45 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:45 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:45 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:47 #33 DONE 3.2s 11:07:47 11:07:47 #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 11:07:47 #32 DONE 1.3s 11:07:47 11:07:47 #38 [core-data internal] load build context 11:07:47 #38 ... 11:07:47 11:07:47 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:47 #31 DONE 0.0s 11:07:47 11:07:47 #38 [core-data internal] load build context 11:07:48 #38 transferring context: 3.36MB 3.2s done 11:07:48 #38 ... 11:07:48 11:07:48 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:48 #31 DONE 0.0s 11:07:48 11:07:48 #35 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:48 #35 DONE 1.8s 11:07:48 11:07:48 #36 [support-scheduler builder 2/7] WORKDIR /edgex-go 11:07:48 #36 DONE 0.5s 11:07:48 11:07:48 #33 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:48 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:48 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:48 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:48 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:48 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:48 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:48 #33 DONE 3.3s 11:07:48 11:07:48 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 11:07:48 #32 DONE 3.3s 11:07:48 11:07:48 #39 [security-secretstore-setup internal] load build context 11:07:48 #39 transferring context: 3.36MB 3.3s done 11:07:48 #39 DONE 3.6s 11:07:48 11:07:48 #35 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:48 #35 DONE 1.8s 11:07:48 11:07:48 #36 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 11:07:48 #36 DONE 0.5s 11:07:48 11:07:48 #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:48 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:48 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:48 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:48 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:48 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:48 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:48 #33 DONE 3.3s 11:07:48 11:07:48 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 11:07:48 #32 ... 11:07:48 11:07:48 #38 [core-data internal] load build context 11:07:48 #38 DONE 3.7s 11:07:48 11:07:48 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:48 #31 DONE 0.0s 11:07:48 11:07:48 #32 [core-command internal] load metadata for docker.io/library/alpine:3.20 11:07:48 #32 ... 11:07:48 11:07:48 #40 [core-keeper internal] load build context 11:07:48 #40 transferring context: 3.36MB 3.3s done 11:07:48 #40 DONE 3.8s 11:07:48 11:07:48 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:48 #31 DONE 0.0s 11:07:48 11:07:48 #41 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 11:07:49 #41 ... 11:07:49 11:07:49 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 11:07:49 #31 DONE 0.0s 11:07:49 11:07:49 #37 [security-spiffe-token-provider internal] load build context 11:07:49 #37 transferring context: 3.36MB 3.5s done 11:07:49 #37 DONE 3.9s 11:07:49 11:07:49 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 11:07:49 #32 ... 11:07:49 11:07:49 #42 [security-proxy-setup internal] load build context 11:07:49 #42 transferring context: 3.36MB 3.1s done 11:07:49 #42 DONE 4.2s 11:07:49 11:07:49 #43 [security-proxy-auth internal] load build context 11:07:49 #43 transferring context: 3.36MB 1.6s done 11:07:49 #43 DONE 4.1s 11:07:49 11:07:49 #44 [support-scheduler internal] load build context 11:07:50 #44 ... 11:07:50 11:07:50 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 11:07:50 #32 DONE 5.2s 11:07:50 11:07:50 #44 [support-scheduler internal] load build context 11:07:50 #44 ... 11:07:50 11:07:50 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:50 #35 DONE 1.9s 11:07:50 11:07:50 #36 [support-notifications builder 2/7] WORKDIR /edgex-go 11:07:50 #36 DONE 0.6s 11:07:50 11:07:50 #33 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:50 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:50 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:50 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:50 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:50 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:50 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:50 #33 DONE 3.4s 11:07:50 11:07:50 #45 [support-notifications internal] load build context 11:07:50 #45 DONE 0.0s 11:07:50 11:07:50 #44 [support-scheduler internal] load build context 11:07:50 #44 ... 11:07:50 11:07:50 #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 11:07:50 #35 DONE 1.9s 11:07:50 11:07:50 #36 [core-metadata builder 2/7] WORKDIR /edgex-go 11:07:50 #36 DONE 0.6s 11:07:50 11:07:50 #33 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:50 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:50 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:50 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:50 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:50 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:50 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:50 #33 DONE 3.4s 11:07:50 11:07:50 #44 [support-scheduler internal] load build context 11:07:50 #44 ... 11:07:50 11:07:50 #46 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 11:07:50 #46 DONE 5.3s 11:07:50 11:07:50 #47 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 11:07:50 #47 DONE 5.4s 11:07:50 11:07:50 #44 [support-scheduler internal] load build context 11:07:51 #44 ... 11:07:51 11:07:51 #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:51 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:51 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:51 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:51 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:51 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:51 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:51 #33 DONE 3.4s 11:07:51 11:07:51 #44 [support-scheduler internal] load build context 11:07:51 #44 ... 11:07:51 11:07:51 #33 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:51 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:51 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:51 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:51 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:51 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:51 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:51 #33 DONE 3.4s 11:07:51 11:07:51 #44 [support-scheduler internal] load build context 11:07:51 #44 ... 11:07:51 11:07:51 #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 11:07:51 #33 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 11:07:51 #33 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 11:07:51 #33 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 11:07:51 #33 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 11:07:51 #33 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 11:07:51 #33 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 0.8s done 11:07:51 #33 DONE 3.4s 11:07:51 11:07:51 #44 [support-scheduler internal] load build context 11:07:52 #44 ... 11:07:52 11:07:52 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:07:52 #48 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.2s done 11:07:52 #48 DONE 1.3s 11:07:52 11:07:52 #44 [support-scheduler internal] load build context 11:07:52 #44 transferring context: 3.36MB 3.5s done 11:07:53 #44 ... 11:07:53 11:07:53 #49 [security-spire-agent internal] load build context 11:07:53 #49 transferring context: 23.33kB 0.8s done 11:07:53 #49 DONE 2.4s 11:07:53 11:07:53 #50 [security-spire-config internal] load build context 11:07:53 #50 transferring context: 22.05kB 0.9s done 11:07:53 #50 DONE 2.7s 11:07:53 11:07:53 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:53 #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.3s done 11:07:53 #51 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 11:07:53 #51 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 11:07:53 #51 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 11:07:53 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.2s 11:07:53 #51 ... 11:07:53 11:07:53 #52 [security-spire-server internal] load build context 11:07:53 #52 transferring context: 23.80kB 0.9s done 11:07:53 #52 DONE 2.6s 11:07:53 11:07:53 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:54 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.4s 11:07:54 #51 ... 11:07:54 11:07:54 #44 [support-scheduler internal] load build context 11:07:54 #44 DONE 5.8s 11:07:54 11:07:54 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:54 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 12.29kB / 126.71kB 0.5s 11:07:54 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.5s 11:07:54 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 11:07:54 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.6s done 11:07:54 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.0s 11:07:54 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s 11:07:54 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 1.0s 11:07:54 #51 ... 11:07:54 11:07:54 #53 [security-bootstrapper internal] load build context 11:07:54 #53 transferring context: 3.36MB 4.2s done 11:07:54 #53 DONE 6.2s 11:07:54 11:07:54 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:54 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s done 11:07:54 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 11:07:54 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.0s done 11:07:54 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.3s done 11:07:54 #51 ... 11:07:54 11:07:54 #54 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 11:07:54 #54 ... 11:07:54 11:07:54 #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 11:07:54 #55 ... 11:07:54 11:07:54 #56 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:55 #56 ... 11:07:55 11:07:55 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:55 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.3s done 11:07:55 #51 ... 11:07:55 11:07:55 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:07:55 #57 ... 11:07:55 11:07:55 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:56 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 2.10MB / 33.17MB 2.4s 11:07:58 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 4.3s 11:07:58 #51 ... 11:07:58 11:07:58 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:07:58 #0 7.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:07:58 #0 8.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:07:58 #58 ... 11:07:58 11:07:58 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:58 #51 ... 11:07:58 11:07:58 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:07:58 #59 ... 11:07:58 11:07:58 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:07:58 #48 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 11:07:58 #48 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 11:07:58 #48 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 11:07:58 #48 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.5s done 11:07:58 #48 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.9s done 11:07:58 #48 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 1.4s done 11:07:58 #48 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 4.8s 11:07:58 #48 ... 11:07:58 11:07:58 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:07:58 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 5.3s 11:07:58 #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 11:07:59 #51 ... 11:07:59 11:07:59 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:59 #60 ... 11:07:59 11:07:59 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:07:59 #61 ... 11:07:59 11:07:59 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 11:07:59 #62 ... 11:07:59 11:07:59 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 11:07:59 #0 9.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:07:59 #63 ... 11:07:59 11:07:59 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 11:07:59 #64 ... 11:07:59 11:07:59 #56 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:59 #56 DONE 14.7s 11:07:59 11:07:59 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:07:59 #65 ... 11:07:59 11:07:59 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:00 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.39MB / 33.17MB 6.2s 11:08:00 #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.2s done 11:08:00 #51 ... 11:08:00 11:08:00 #45 [support-notifications internal] load build context 11:08:00 #45 transferring context: 3.36MB 8.1s done 11:08:00 #45 DONE 9.8s 11:08:00 11:08:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:00 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.26MB / 33.17MB 6.9s 11:08:00 #51 ... 11:08:00 11:08:00 #66 [core-command internal] load build context 11:08:00 #66 transferring context: 3.36MB 7.7s done 11:08:00 #66 DONE 10.0s 11:08:00 11:08:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:00 #51 ... 11:08:00 11:08:00 #41 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 11:08:00 #41 ... 11:08:00 11:08:00 #67 [core-metadata internal] load build context 11:08:00 #67 ... 11:08:00 11:08:00 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 11:08:01 #68 ... 11:08:01 11:08:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:01 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 12.75MB / 33.17MB 7.5s 11:08:01 #51 ... 11:08:01 11:08:01 #67 [core-metadata internal] load build context 11:08:01 #67 transferring context: 3.36MB 9.2s done 11:08:01 #67 DONE 10.5s 11:08:01 11:08:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:01 #51 ... 11:08:01 11:08:01 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:08:01 #69 ... 11:08:01 11:08:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:01 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.68MB / 33.17MB 8.0s 11:08:01 #51 ... 11:08:01 11:08:01 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:08:01 #70 ... 11:08:01 11:08:01 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 11:08:01 #60 DONE 12.8s 11:08:01 11:08:01 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:08:01 #71 ... 11:08:01 11:08:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:02 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.66MB / 33.17MB 8.6s 11:08:02 #51 ... 11:08:02 11:08:02 #58 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 11:08:02 #58 12.65 OK: 239 MiB in 58 packages 11:08:02 #58 DONE 14.1s 11:08:02 11:08:02 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:03 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 18.77MB / 33.17MB 9.3s 11:08:03 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 20.47MB / 33.17MB 9.8s 11:08:03 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 11:08:03 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.2s done 11:08:04 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.32MB / 33.17MB 10.5s 11:08:04 #51 ... 11:08:04 11:08:04 #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 11:08:04 #72 DONE 1.9s 11:08:04 11:08:04 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:04 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 11.0s 11:08:04 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 11.2s 11:08:05 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 11.9s 11:08:05 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.41MB / 33.17MB 12.2s 11:08:06 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.51MB / 33.17MB 12.6s 11:08:06 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 12.7s done 11:08:07 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11:08:07 #51 ... 11:08:07 11:08:07 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:08:07 #57 12.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:07 #57 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:07 #57 21.66 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:08:07 #57 21.68 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:08:07 #57 21.68 OK: 24059 distinct packages available 11:08:07 #57 ... 11:08:07 11:08:07 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:08 #51 ... 11:08:08 11:08:08 #54 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 11:08:08 #54 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:08 #54 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:08 #54 23.69 OK: 239 MiB in 58 packages 11:08:08 #54 ... 11:08:08 11:08:08 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:08 #51 ... 11:08:08 11:08:08 #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 11:08:08 #55 13.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:08 #55 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:08 #55 23.70 OK: 239 MiB in 58 packages 11:08:08 #55 ... 11:08:08 11:08:08 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:08:08 #59 10.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:08 #59 11.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:08 #59 19.02 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:08:08 #59 19.02 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:08:08 #59 19.02 OK: 24055 distinct packages available 11:08:08 #59 ... 11:08:08 11:08:08 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:08 #48 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 7.4s done 11:08:08 #48 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.1s done 11:08:08 #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.8s 11:08:09 #48 ... 11:08:09 11:08:09 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:08:09 #57 23.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:09 #57 ... 11:08:09 11:08:09 #54 [core-data builder 3/7] RUN apk add --update --no-cache make git 11:08:09 #54 DONE 25.8s 11:08:09 11:08:09 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 11:08:09 #0 7.546 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:09 #0 9.763 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:09 #73 ... 11:08:09 11:08:09 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:10 #51 ... 11:08:10 11:08:10 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 11:08:10 #63 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:10 #63 20.32 (1/1) Installing dumb-init (1.2.5-r3) 11:08:10 #63 20.43 Executing busybox-1.36.1-r29.trigger 11:08:10 #63 20.58 OK: 9 MiB in 15 packages 11:08:10 #63 ... 11:08:10 11:08:10 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:10 #48 ... 11:08:10 11:08:10 #74 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 11:08:10 #74 DONE 0.9s 11:08:10 11:08:10 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:08:10 #61 11.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:10 #61 12.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:10 #61 ... 11:08:10 11:08:10 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:11 #48 ... 11:08:11 11:08:11 #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 11:08:11 #55 DONE 26.4s 11:08:11 11:08:11 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:11 #48 ... 11:08:11 11:08:11 #41 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 11:08:11 #41 12.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:11 #41 13.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:11 #41 ... 11:08:11 11:08:11 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:12 #48 ... 11:08:12 11:08:12 #75 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 11:08:12 #75 DONE 0.7s 11:08:12 11:08:12 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:12 #48 ... 11:08:12 11:08:12 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 11:08:12 #0 6.408 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:12 #0 8.948 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:12 #76 ... 11:08:12 11:08:12 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 11:08:12 #62 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:12 #62 14.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:12 #62 ... 11:08:12 11:08:12 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:12 #51 ... 11:08:12 11:08:12 #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 11:08:12 #63 DONE 23.3s 11:08:12 11:08:12 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:12 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 5.1s 11:08:13 #51 ... 11:08:13 11:08:13 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:08:13 #65 14.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:13 #65 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:13 #65 ... 11:08:13 11:08:13 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:14 #48 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.0s done 11:08:14 #48 ... 11:08:14 11:08:14 #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:14 #77 ... 11:08:14 11:08:14 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:14 #51 ... 11:08:14 11:08:14 #48 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 11:08:14 #48 DONE 23.6s 11:08:15 11:08:15 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:15 #51 ... 11:08:15 11:08:15 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 11:08:15 #64 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:15 #64 18.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:15 #64 ... 11:08:15 11:08:15 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:15 #51 ... 11:08:15 11:08:15 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 11:08:15 #68 14.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:15 #68 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:15 #68 ... 11:08:15 11:08:15 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:15 #51 ... 11:08:15 11:08:15 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:08:15 #69 14.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:15 #69 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:15 #69 ... 11:08:15 11:08:15 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:16 #51 ... 11:08:16 11:08:16 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:08:16 #71 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:16 #71 17.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:17 #71 ... 11:08:17 11:08:17 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:08:17 #70 15.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:17 #70 18.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:17 #70 ... 11:08:17 11:08:17 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:17 #51 ... 11:08:17 11:08:17 #41 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 11:08:17 #41 25.78 (1/1) Installing dumb-init (1.2.5-r3) 11:08:17 #41 25.81 Executing busybox-1.36.1-r29.trigger 11:08:17 #41 25.95 OK: 9 MiB in 15 packages 11:08:17 #41 DONE 29.3s 11:08:17 11:08:17 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:17 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.5s 11:08:17 #51 ... 11:08:17 11:08:17 #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 11:08:17 #62 26.04 (1/2) Installing dumb-init (1.2.5-r3) 11:08:17 #62 26.10 (2/2) Installing su-exec (0.2-r3) 11:08:17 #62 26.17 Executing busybox-1.36.1-r29.trigger 11:08:17 #62 26.34 OK: 9 MiB in 16 packages 11:08:17 #62 DONE 28.7s 11:08:18 11:08:18 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:08:18 #65 28.99 (1/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:19 #65 ... 11:08:19 11:08:19 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 11:08:19 #61 23.20 (1/4) Installing ca-certificates (20250911-r0) 11:08:19 #61 24.04 (2/4) Installing dumb-init (1.2.5-r3) 11:08:19 #61 24.06 (3/4) Installing su-exec (0.2-r3) 11:08:19 #61 24.12 (4/4) Installing yq-go (4.44.1-r2) 11:08:19 #61 25.46 Executing busybox-1.36.1-r29.trigger 11:08:19 #61 25.72 Executing ca-certificates-20250911-r0.trigger 11:08:19 #61 27.63 OK: 20 MiB in 18 packages 11:08:19 #61 DONE 30.0s 11:08:19 11:08:19 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:20 #51 ... 11:08:20 11:08:20 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:08:20 #59 21.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:20 #59 24.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:20 #59 ... 11:08:20 11:08:20 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:20 #51 ... 11:08:20 11:08:20 #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:21 #78 ... 11:08:21 11:08:21 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:21 #51 ... 11:08:21 11:08:21 #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:22 #79 ... 11:08:22 11:08:22 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:08:22 #57 26.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:22 #57 ... 11:08:22 11:08:22 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:08:22 #70 30.51 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:08:22 #70 30.51 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:08:22 #70 30.51 OK: 24055 distinct packages available 11:08:22 #70 ... 11:08:22 11:08:22 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 11:08:22 #0 5.575 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:22 #0 8.116 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:22 #80 ... 11:08:22 11:08:22 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:23 #51 ... 11:08:23 11:08:23 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 11:08:23 #68 30.27 OK: 239 MiB in 58 packages 11:08:23 #68 DONE 32.3s 11:08:23 11:08:23 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 11:08:23 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.6s done 11:08:23 #51 DONE 32.4s 11:08:23 11:08:23 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:08:23 #69 29.46 (1/7) Installing ca-certificates (20250911-r0) 11:08:23 #69 29.98 (2/7) Installing dumb-init (1.2.5-r3) 11:08:23 #69 30.03 (3/7) Installing libgcc (13.2.1_git20240309-r1) 11:08:23 #69 30.08 (4/7) Installing libsodium (1.0.19-r0) 11:08:23 #69 30.16 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 11:08:23 #69 30.59 (6/7) Installing libzmq (4.3.5-r2) 11:08:23 #69 30.68 (7/7) Installing zeromq (4.3.5-r2) 11:08:23 #69 30.74 Executing busybox-1.36.1-r29.trigger 11:08:23 #69 30.96 Executing ca-certificates-20250911-r0.trigger 11:08:23 #69 ... 11:08:23 11:08:23 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 11:08:23 #81 DONE 0.7s 11:08:23 11:08:23 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:08:23 #69 32.54 OK: 14 MiB in 21 packages 11:08:24 #69 ... 11:08:24 11:08:24 #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 11:08:24 #65 30.16 (2/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:24 #65 30.47 (3/6) Installing dumb-init (1.2.5-r3) 11:08:24 #65 30.48 (4/6) Installing openssl (3.3.5-r0) 11:08:24 #65 30.67 (5/6) Installing su-exec (0.2-r3) 11:08:24 #65 30.71 (6/6) Installing yq-go (4.44.1-r2) 11:08:24 #65 32.34 Executing busybox-1.36.1-r29.trigger 11:08:24 #65 32.55 OK: 20 MiB in 18 packages 11:08:24 #65 DONE 35.4s 11:08:24 11:08:24 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 11:08:24 #76 22.67 (1/1) Installing dumb-init (1.2.5-r3) 11:08:25 #76 ... 11:08:25 11:08:25 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 11:08:25 #73 23.22 OK: 239 MiB in 58 packages 11:08:25 #73 DONE 25.4s 11:08:25 11:08:25 #82 [core-keeper builder 5/8] COPY go.mod vendor* ./ 11:08:26 #82 DONE 0.7s 11:08:26 11:08:26 #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:26 #83 ... 11:08:26 11:08:26 #57 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 11:08:26 #57 38.51 OK: 239 MiB in 58 packages 11:08:26 #57 DONE 41.0s 11:08:26 11:08:26 #84 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 11:08:26 #84 ... 11:08:26 11:08:26 #69 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 11:08:26 #69 DONE 35.6s 11:08:26 11:08:26 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 11:08:27 #85 ... 11:08:27 11:08:27 #84 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 11:08:27 #84 DONE 1.1s 11:08:27 11:08:27 #86 [core-command stage-1 3/9] RUN apk --no-cache upgrade 11:08:27 #0 4.666 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:27 #0 6.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:27 #86 ... 11:08:27 11:08:27 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:27 #87 ... 11:08:27 11:08:27 #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 11:08:27 #0 4.770 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:27 #0 7.509 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:28 #88 ... 11:08:28 11:08:28 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:08:28 #59 37.22 (1/14) Installing ca-certificates (20250911-r0) 11:08:28 #59 37.95 (2/14) Installing brotli-libs (1.1.0-r2) 11:08:28 #59 38.15 (3/14) Installing c-ares (1.33.1-r0) 11:08:28 #59 38.19 (4/14) Installing libunistring (1.2-r0) 11:08:28 #59 38.54 (5/14) Installing libidn2 (2.3.7-r0) 11:08:28 #59 38.63 (6/14) Installing nghttp2-libs (1.62.1-r0) 11:08:28 #59 38.69 (7/14) Installing libpsl (0.21.5-r1) 11:08:28 #59 38.72 (8/14) Installing zstd-libs (1.5.6-r0) 11:08:28 #59 38.88 (9/14) Installing libcurl (8.14.1-r2) 11:08:28 #59 39.08 (10/14) Installing curl (8.14.1-r2) 11:08:28 #59 39.13 (11/14) Installing dumb-init (1.2.5-r3) 11:08:28 #59 39.15 (12/14) Installing musl-obstack (1.2.3-r2) 11:08:28 #59 39.16 (13/14) Installing libucontext (1.2-r3) 11:08:28 #59 39.17 (14/14) Installing gcompat (1.1.0-r4) 11:08:28 #59 39.25 Executing busybox-1.36.1-r29.trigger 11:08:28 #59 39.40 Executing ca-certificates-20250911-r0.trigger 11:08:28 #59 ... 11:08:28 11:08:28 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 11:08:28 #64 30.52 (1/3) Installing ca-certificates (20250911-r0) 11:08:28 #64 31.08 (2/3) Installing dumb-init (1.2.5-r3) 11:08:28 #64 31.16 (3/3) Installing tzdata (2025b-r0) 11:08:28 #64 33.49 Executing busybox-1.36.1-r29.trigger 11:08:28 #64 33.74 Executing ca-certificates-20250911-r0.trigger 11:08:28 #64 35.80 OK: 11 MiB in 17 packages 11:08:28 #64 DONE 39.0s 11:08:28 11:08:28 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:08:28 #89 ... 11:08:28 11:08:28 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 11:08:28 #76 23.76 Executing busybox-1.36.1-r29.trigger 11:08:28 #76 23.98 OK: 9 MiB in 15 packages 11:08:28 #76 DONE 26.7s 11:08:28 11:08:28 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:08:28 #70 33.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:28 #70 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:29 #70 ... 11:08:29 11:08:29 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 11:08:29 #0 4.684 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:29 #0 7.317 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:29 #90 ... 11:08:29 11:08:29 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:08:29 #71 29.77 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 11:08:29 #71 29.77 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 11:08:29 #71 29.77 OK: 24055 distinct packages available 11:08:29 #71 31.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:29 #71 34.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:29 #71 ... 11:08:29 11:08:29 #59 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 11:08:29 #59 40.79 OK: 15 MiB in 28 packages 11:08:31 #59 DONE 42.8s 11:08:31 11:08:31 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 11:08:33 #91 ... 11:08:33 11:08:33 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:08:33 #92 ... 11:08:33 11:08:33 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 11:08:33 #80 18.18 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:33 #80 18.40 Executing busybox-1.36.1-r30.post-upgrade 11:08:33 #80 19.05 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:33 #80 19.09 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:33 #80 19.17 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:33 #80 20.14 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:33 #80 20.30 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:33 #80 20.31 Executing busybox-1.36.1-r30.trigger 11:08:33 #80 20.43 OK: 9 MiB in 15 packages 11:08:34 #80 ... 11:08:34 11:08:34 #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 11:08:34 #0 7.574 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:34 #0 9.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:34 #93 ... 11:08:34 11:08:34 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 11:08:34 #90 15.30 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:34 #90 15.42 Executing busybox-1.36.1-r30.post-upgrade 11:08:34 #90 ... 11:08:34 11:08:34 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 11:08:34 #80 DONE 22.5s 11:08:34 11:08:34 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 11:08:34 #90 15.87 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:34 #90 15.90 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:35 #90 16.05 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:35 #90 16.67 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:35 #90 16.77 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:35 #90 16.79 Executing busybox-1.36.1-r30.trigger 11:08:35 #90 16.88 Executing ca-certificates-20250911-r0.trigger 11:08:36 #90 17.73 OK: 20 MiB in 18 packages 11:08:37 #90 ... 11:08:37 11:08:37 #71 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 11:08:37 #71 43.67 (1/7) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:37 #71 44.17 (2/7) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:37 #71 44.29 (3/7) Installing dumb-init (1.2.5-r3) 11:08:37 #71 44.31 (4/7) Installing musl-obstack (1.2.3-r2) 11:08:37 #71 44.32 (5/7) Installing libucontext (1.2-r3) 11:08:37 #71 44.34 (6/7) Installing gcompat (1.1.0-r4) 11:08:37 #71 44.37 (7/7) Installing openssl (3.3.5-r0) 11:08:37 #71 44.45 Executing busybox-1.36.1-r29.trigger 11:08:37 #71 44.57 OK: 10 MiB in 19 packages 11:08:37 #71 DONE 45.9s 11:08:37 11:08:37 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 11:08:38 #94 ... 11:08:38 11:08:38 #90 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 11:08:38 #90 DONE 19.1s 11:08:38 11:08:38 #86 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade 11:08:38 #86 16.55 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:38 #86 16.76 Executing busybox-1.36.1-r30.post-upgrade 11:08:38 #86 17.27 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:38 #86 17.29 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:38 #86 17.52 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:38 #86 18.27 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:38 #86 18.38 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:38 #86 18.41 Executing busybox-1.36.1-r30.trigger 11:08:38 #86 18.50 OK: 9 MiB in 15 packages 11:08:38 #86 DONE 21.5s 11:08:38 11:08:38 #88 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 11:08:38 #88 18.40 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:38 #88 18.55 Executing busybox-1.36.1-r30.post-upgrade 11:08:38 #88 18.86 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:38 #88 18.87 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:38 #88 18.98 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:38 #88 19.66 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:38 #88 19.90 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:38 #88 19.90 Executing busybox-1.36.1-r30.trigger 11:08:38 #88 20.01 OK: 9 MiB in 16 packages 11:08:39 #88 DONE 21.7s 11:08:39 11:08:39 #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 11:08:39 #70 44.74 (1/4) Installing dumb-init (1.2.5-r3) 11:08:39 #70 44.82 (2/4) Installing musl-obstack (1.2.3-r2) 11:08:39 #70 44.86 (3/4) Installing libucontext (1.2-r3) 11:08:39 #70 44.88 (4/4) Installing gcompat (1.1.0-r4) 11:08:39 #70 44.93 Executing busybox-1.36.1-r29.trigger 11:08:39 #70 45.12 OK: 9 MiB in 18 packages 11:08:39 #70 DONE 47.8s 11:08:39 11:08:39 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 11:08:43 #95 ... 11:08:43 11:08:43 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:08:43 #89 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:43 #89 6.082 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:43 #89 14.15 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #89 14.32 Executing busybox-1.36.1-r30.post-upgrade 11:08:43 #89 14.72 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #89 14.72 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:43 #89 14.74 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:43 #89 ... 11:08:43 11:08:43 #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 11:08:43 #93 17.46 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #93 17.60 Executing busybox-1.36.1-r30.post-upgrade 11:08:43 #93 18.12 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #93 18.15 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:43 #93 18.23 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #93 18.28 Executing busybox-1.36.1-r30.trigger 11:08:43 #93 18.35 OK: 20 MiB in 18 packages 11:08:43 #93 ... 11:08:43 11:08:43 #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 11:08:43 #96 DONE 3.7s 11:08:43 11:08:43 #97 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 11:08:43 #97 DONE 0.1s 11:08:43 11:08:43 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 11:08:43 #85 6.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:43 #85 7.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:43 #85 14.73 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #85 14.93 Executing busybox-1.36.1-r30.post-upgrade 11:08:43 #85 15.43 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #85 15.43 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:43 #85 15.56 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:43 #85 16.02 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:43 #85 16.17 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #85 16.19 Executing busybox-1.36.1-r30.trigger 11:08:43 #85 16.30 Executing ca-certificates-20250911-r0.trigger 11:08:43 #85 ... 11:08:43 11:08:43 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:08:43 #89 15.35 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:43 #89 15.49 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:43 #89 15.52 Executing busybox-1.36.1-r30.trigger 11:08:43 #89 15.65 Executing ca-certificates-20250911-r0.trigger 11:08:44 #89 ... 11:08:44 11:08:44 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 11:08:44 #91 2.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:44 #91 4.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:44 #91 12.62 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:44 #91 12.73 Executing busybox-1.36.1-r30.post-upgrade 11:08:44 #91 12.99 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:44 #91 13.00 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:44 #91 13.06 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:44 #91 ... 11:08:44 11:08:44 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 11:08:44 #85 17.13 OK: 14 MiB in 21 packages 11:08:44 #85 ... 11:08:44 11:08:44 #93 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 11:08:44 #93 DONE 20.1s 11:08:44 11:08:44 #98 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 11:08:44 #98 DONE 0.1s 11:08:44 11:08:44 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:08:44 #89 16.67 OK: 11 MiB in 17 packages 11:08:45 #89 ... 11:08:45 11:08:45 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 11:08:45 #85 DONE 18.6s 11:08:45 11:08:45 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 11:08:45 #91 13.81 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:45 #91 13.91 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:45 #91 13.93 Executing busybox-1.36.1-r30.trigger 11:08:45 #91 13.98 Executing ca-certificates-20250911-r0.trigger 11:08:46 #91 ... 11:08:46 11:08:46 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 11:08:46 #89 DONE 18.0s 11:08:46 11:08:46 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 11:08:46 #91 14.96 OK: 15 MiB in 28 packages 11:08:46 #91 DONE 15.9s 11:08:46 11:08:46 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 11:08:46 #95 3.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:46 #95 4.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:48 #95 8.459 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:48 #95 8.542 Executing busybox-1.36.1-r30.post-upgrade 11:08:48 #95 8.766 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:48 #95 8.773 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:48 #95 8.812 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 11:08:48 #95 9.255 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 11:08:48 #95 9.337 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:48 #95 ... 11:08:48 11:08:48 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 11:08:48 #94 4.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 11:08:48 #94 5.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 11:08:48 #94 10.34 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 11:08:48 #94 10.41 Executing busybox-1.36.1-r30.post-upgrade 11:08:48 #94 10.59 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 11:08:48 #94 10.60 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 11:08:48 #94 10.64 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 11:08:48 #94 10.66 Executing busybox-1.36.1-r30.trigger 11:08:48 #94 10.70 OK: 10 MiB in 19 packages 11:08:48 #94 DONE 11.5s 11:08:48 11:08:48 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 11:08:48 #95 9.349 Executing busybox-1.36.1-r30.trigger 11:08:48 #95 ... 11:08:48 11:08:48 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 11:08:50 #156 ... 11:08:50 11:08:50 #149 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:08:50 #149 DONE 87.8s 11:08:50 11:08:50 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:08:50 #151 DONE 87.8s 11:08:50 11:08:50 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:08:50 #157 DONE 0.2s 11:08:50 11:08:50 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:08:50 #158 ... 11:08:50 11:08:50 #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 11:08:50 #159 DONE 0.2s 11:08:50 11:08:50 #158 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:08:50 #158 DONE 0.2s 11:08:50 11:08:50 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 11:08:50 #160 DONE 0.2s 11:08:50 11:08:50 #161 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 11:08:50 #161 DONE 0.2s 11:08:50 11:08:50 #162 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 11:08:50 #162 DONE 0.2s 11:08:50 11:08:50 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:08:50 #163 ... 11:08:50 11:08:50 #164 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 11:08:50 #164 DONE 1.0s 11:08:50 11:08:50 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 11:08:50 #165 DONE 0.2s 11:08:50 11:08:50 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 11:08:50 #166 DONE 0.2s 11:08:50 11:08:50 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:08:50 #124 ... 11:08:50 11:08:50 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:08:50 #167 DONE 0.2s 11:08:50 11:08:50 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 11:08:50 #168 DONE 0.0s 11:08:50 11:08:50 #169 [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/ 11:08:50 #169 DONE 0.1s 11:08:50 11:08:50 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:08:50 #124 ... 11:08:50 11:08:50 #163 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:08:50 #163 DONE 1.1s 11:08:50 11:08:50 #170 [core-common-config-bootstrapper] exporting to image 11:08:50 #170 exporting layers 11:08:50 #170 ... 11:08:50 11:08:50 #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/ 11:08:50 #171 DONE 0.3s 11:08:50 11:08:50 #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/ 11:08:50 #172 DONE 0.2s 11:08:50 11:08:50 #170 [core-common-config-bootstrapper] exporting to image 11:08:50 #170 exporting layers 0.4s done 11:08:50 #170 writing image sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done 11:08:50 #170 naming to docker.io/library/core-common-config-bootstrapper done 11:08:50 #170 DONE 0.5s 11:08:50 11:08:50 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:08:50 #173 DONE 0.1s 11:08:50 11:08:50 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:08:50 #146 ... 11:08:50 11:08:50 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 11:08:50 #174 DONE 1.3s 11:08:50 11:08:50 #175 [security-bootstrapper] exporting to image 11:08:50 #175 exporting layers 0.4s done 11:08:50 #175 writing image sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done 11:08:50 #175 naming to docker.io/library/security-bootstrapper done 11:08:50 #175 DONE 0.4s 11:08:50 11:08:50 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:08:50 #99 ... 11:08:50 11:08:50 #95 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 11:08:50 #95 9.518 OK: 9 MiB in 18 packages 11:08:50 #95 DONE 10.8s 11:08:50 11:08:50 #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 11:08:50 #99 DONE 1.5s 11:08:50 11:08:50 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:08:51 #100 ... 11:08:51 11:08:51 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:08:51 #101 DONE 2.6s 11:08:51 11:08:51 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 11:08:52 #102 DONE 0.3s 11:08:52 11:08:52 #103 [security-spire-server stage-2 6/9] COPY security.txt / 11:08:52 #103 DONE 0.3s 11:08:52 11:08:52 #104 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:08:52 #104 DONE 2.3s 11:08:52 11:08:52 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 11:08:52 #105 DONE 0.3s 11:08:52 11:08:52 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 11:08:52 #100 DONE 2.1s 11:08:52 11:08:52 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 11:08:53 #106 DONE 0.3s 11:08:53 11:08:53 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 11:08:53 #107 DONE 0.3s 11:08:53 11:08:53 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 11:08:53 #108 ... 11:08:53 11:08:53 #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / 11:08:53 #109 DONE 0.4s 11:08:53 11:08:53 #108 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 11:08:53 #108 DONE 0.4s 11:08:53 11:08:53 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 11:08:53 #110 DONE 0.4s 11:08:53 11:08:53 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 11:08:53 #111 ... 11:08:53 11:08:53 #112 [security-spire-config stage-2 6/10] COPY security.txt / 11:08:53 #112 DONE 0.3s 11:08:53 11:08:53 #113 [security-spire-server] exporting to image 11:08:53 #113 exporting layers 11:08:53 #113 ... 11:08:53 11:08:53 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 11:08:53 #111 DONE 0.5s 11:08:53 11:08:53 #114 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 11:08:53 #114 DONE 0.5s 11:08:54 11:08:54 #115 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 11:08:54 #115 DONE 0.3s 11:08:54 11:08:54 #116 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 11:08:54 #116 DONE 0.5s 11:08:54 11:08:54 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 11:08:54 #117 ... 11:08:54 11:08:54 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 11:08:54 #118 DONE 0.5s 11:08:55 11:08:55 #117 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 11:08:55 #117 DONE 0.5s 11:08:55 11:08:55 #113 [security-spire-agent] exporting to image 11:08:57 #113 exporting layers 4.2s done 11:08:57 #113 writing image sha256:48a9807b70cf54dc01703370039f3fcd8f9271eca350362abe513825f0d24cca 0.0s done 11:08:57 #113 naming to docker.io/library/security-spire-server-arm64 0.0s done 11:08:58 #113 exporting layers 3.7s done 11:08:58 #113 writing image sha256:53f8eb51190b77dfef1c0a33ee725a4b17e523b9f5b4b24b8ca6e1c806aa8567 11:08:58 #113 exporting layers 3.8s done 11:08:58 #113 writing image sha256:53f8eb51190b77dfef1c0a33ee725a4b17e523b9f5b4b24b8ca6e1c806aa8567 0.1s done 11:08:58 #113 naming to docker.io/library/security-spire-config-arm64 0.0s done 11:08:58 #113 writing image sha256:91ee8a5f7e8b78fe1ba5361d4fb6a36b7d3e161142eaebd36c91156c8ec0fa24 0.0s done 11:08:58 #113 naming to docker.io/library/security-spire-agent-arm64 0.0s done 11:08:58 #113 DONE 5.4s 11:08:58 11:08:58 #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:09:46 #146 ... 11:09:46 11:09:46 #154 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:09:46 #154 DONE 146.8s 11:09:46 11:09:46 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:09:46 #124 ... 11:09:46 11:09:46 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:09:46 #153 147.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:09:46 #153 ... 11:09:46 11:09:46 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:09:46 #156 DONE 147.8s 11:09:46 11:09:46 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #176 DONE 0.1s 11:09:46 11:09:46 #177 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:09:46 #177 DONE 0.0s 11:09:46 11:09:46 #178 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #178 DONE 0.1s 11:09:46 11:09:46 #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 11:09:46 #179 DONE 0.1s 11:09:46 11:09:46 #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:09:46 #180 DONE 0.5s 11:09:46 11:09:46 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 11:09:46 #181 DONE 0.5s 11:09:46 11:09:46 #182 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:09:46 #182 DONE 0.3s 11:09:46 11:09:46 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:09:46 #147 DONE 148.7s 11:09:46 11:09:46 #183 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 11:09:46 #183 DONE 0.2s 11:09:46 11:09:46 #184 [core-command] exporting to image 11:09:46 #184 exporting layers 11:09:46 #184 exporting layers 0.2s done 11:09:46 #184 writing image sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 11:09:46 #184 ... 11:09:46 11:09:46 #185 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:09:46 #185 DONE 0.3s 11:09:46 11:09:46 #186 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #186 DONE 0.2s 11:09:46 11:09:46 #152 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:09:46 #152 DONE 149.1s 11:09:46 11:09:46 #184 [core-command] exporting to image 11:09:46 #184 writing image sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 0.1s done 11:09:46 #184 naming to docker.io/library/core-command 0.0s done 11:09:46 #184 DONE 0.4s 11:09:46 11:09:46 #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #176 DONE 0.1s 11:09:46 11:09:46 #177 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:09:46 #177 DONE 0.0s 11:09:46 11:09:46 #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:09:46 #187 CACHED 11:09:46 11:09:46 #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #188 CACHED 11:09:46 11:09:46 #189 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:09:46 #189 DONE 0.1s 11:09:46 11:09:46 #190 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:46 #190 ... 11:09:46 11:09:46 #191 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:09:46 #191 DONE 0.1s 11:09:46 11:09:46 #192 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:09:46 #192 DONE 0.7s 11:09:46 11:09:46 #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:09:46 #193 DONE 0.8s 11:09:46 11:09:46 #155 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:09:46 #155 DONE 150.0s 11:09:46 11:09:46 #194 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #194 ... 11:09:46 11:09:46 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:09:46 #153 DONE 150.1s 11:09:46 11:09:46 #195 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:09:46 #195 DONE 0.2s 11:09:46 11:09:46 #196 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:09:46 #196 DONE 0.2s 11:09:46 11:09:46 #194 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:09:46 #194 DONE 0.2s 11:09:46 11:09:46 #197 [core-data] exporting to image 11:09:47 #197 ... 11:09:47 11:09:47 #198 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:09:47 #198 DONE 0.3s 11:09:47 11:09:47 #190 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:47 #190 DONE 1.3s 11:09:47 11:09:47 #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:09:47 #199 DONE 0.3s 11:09:47 11:09:47 #197 [core-data] exporting to image 11:09:47 #197 exporting layers 0.4s done 11:09:47 #197 writing image sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done 11:09:47 #197 naming to docker.io/library/core-data 0.0s done 11:09:47 #197 DONE 0.5s 11:09:47 11:09:47 #200 [security-proxy-setup] exporting to image 11:09:47 #200 ... 11:09:47 11:09:47 #201 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 11:09:47 #201 DONE 0.2s 11:09:47 11:09:47 #202 [core-metadata] exporting to image 11:09:47 #202 exporting layers 0.4s done 11:09:47 #202 writing image sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 0.0s done 11:09:47 #202 naming to docker.io/library/core-metadata done 11:09:47 #202 DONE 0.5s 11:09:47 11:09:47 #124 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:09:47 #124 DONE 150.9s 11:09:47 11:09:47 #203 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:09:47 #203 DONE 0.4s 11:09:47 11:09:47 #204 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 11:09:47 #204 DONE 0.3s 11:09:47 11:09:47 #205 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:09:47 #205 DONE 0.1s 11:09:47 11:09:47 #206 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 11:09:47 #206 DONE 0.1s 11:09:47 11:09:47 #207 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:09:47 #207 DONE 0.1s 11:09:47 11:09:47 #200 [security-proxy-setup] exporting to image 11:09:47 #200 exporting layers 0.5s done 11:09:47 #200 writing image sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done 11:09:47 #200 naming to docker.io/library/security-proxy-setup done 11:09:47 #200 DONE 0.5s 11:09:47 11:09:47 #208 [security-spiffe-token-provider] exporting to image 11:09:47 #208 exporting layers 0.1s done 11:09:47 #208 writing image sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done 11:09:47 #208 naming to docker.io/library/security-spiffe-token-provider done 11:09:47 #208 DONE 0.2s 11:09:47 11:09:47 #209 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 11:09:47 #209 DONE 0.1s 11:09:47 11:09:47 #210 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:09:47 #210 DONE 0.1s 11:09:47 11:09:47 #211 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:09:47 #211 DONE 0.0s 11:09:47 11:09:47 #212 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:09:48 #212 DONE 0.5s 11:09:48 11:09:48 #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:09:48 #213 DONE 0.5s 11:09:48 11:09:48 #150 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:09:48 #150 DONE 151.9s 11:09:48 11:09:48 #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 11:09:48 #214 DONE 0.1s 11:09:48 11:09:48 #215 [support-scheduler] exporting to image 11:09:48 #215 ... 11:09:48 11:09:48 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:09:48 #148 DONE 152.1s 11:09:48 11:09:48 #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:09:48 #216 DONE 0.4s 11:09:48 11:09:48 #217 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:09:48 #217 DONE 0.1s 11:09:48 11:09:48 #218 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:09:48 #218 DONE 0.1s 11:09:48 11:09:48 #219 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 11:09:48 #219 DONE 0.1s 11:09:48 11:09:48 #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:09:48 #220 ... 11:09:48 11:09:48 #215 [support-scheduler] exporting to image 11:09:48 #215 exporting layers 0.3s done 11:09:48 #215 writing image sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done 11:09:48 #215 naming to docker.io/library/support-scheduler done 11:09:48 #215 DONE 0.4s 11:09:48 11:09:48 #221 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:09:48 #221 DONE 0.1s 11:09:48 11:09:48 #222 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:09:49 #222 DONE 0.4s 11:09:49 11:09:49 #220 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:09:49 #220 DONE 0.5s 11:09:49 11:09:49 #223 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 11:09:49 #223 DONE 0.1s 11:09:49 11:09:49 #224 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 11:09:49 #224 DONE 0.1s 11:09:49 11:09:49 #225 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:09:49 #225 DONE 0.1s 11:09:49 11:09:49 #226 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:49 #226 DONE 0.7s 11:09:49 11:09:49 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:49 #227 ... 11:09:49 11:09:49 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:09:49 #146 DONE 153.0s 11:09:49 11:09:49 #228 [core-keeper] exporting to image 11:09:49 #228 exporting layers 0.2s done 11:09:49 #228 writing image sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 0.0s done 11:09:49 #228 naming to docker.io/library/core-keeper done 11:09:49 #228 DONE 0.2s 11:09:49 11:09:49 #229 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:09:49 #229 DONE 0.1s 11:09:49 11:09:49 #230 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:09:49 #230 DONE 0.0s 11:09:49 11:09:49 #231 [security-secretstore-setup] exporting to image 11:09:49 #231 exporting layers 0.2s done 11:09:49 #231 writing image sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done 11:09:49 #231 naming to docker.io/library/security-secretstore-setup done 11:09:49 #231 DONE 0.3s 11:09:49 11:09:49 #232 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:09:50 #232 DONE 0.2s 11:09:50 11:09:50 #233 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:09:50 #233 DONE 0.1s 11:09:50 11:09:50 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:09:50 #227 DONE 0.6s 11:09:50 11:09:50 #234 [support-notifications] exporting to image 11:09:50 #234 exporting layers 0.2s done 11:09:50 #234 writing image sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done 11:09:50 #234 naming to docker.io/library/support-notifications done 11:09:50 #234 DONE 0.2s 11:09:50 11:09:50 #235 [security-proxy-auth] exporting to image 11:09:50 #235 exporting layers 0.2s done 11:09:50 #235 writing image sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done 11:09:50 #235 naming to docker.io/library/security-proxy-auth done 11:09:50 #235 DONE 0.2s 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:09:50 time="2025-10-08T11:06:20Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:09:50 $ docker stop --time=1 804d583a08def9193724ae065c6fa9f6cdd24ba646826e3c4aeb2ca3226ca1bd 11:09:51 $ docker rm -f --volumes 804d583a08def9193724ae065c6fa9f6cdd24ba646826e3c4aeb2ca3226ca1bd [Pipeline] // withDockerContainer [Pipeline] sh 11:09:51 + docker images 11:09:51 REPOSITORY TAG IMAGE ID CREATED SIZE 11:09:51 security-secretstore-setup latest df17bc108706 2 seconds ago 86.4MB 11:09:51 support-notifications latest 969f23c39bd5 2 seconds ago 59.4MB 11:09:51 core-keeper latest aadf2096dafa 2 seconds ago 45.3MB 11:09:51 security-proxy-auth latest 65fc2ff91514 2 seconds ago 51.2MB 11:09:51 support-scheduler latest 84f93a4643ff 3 seconds ago 55.8MB 11:09:51 security-spiffe-token-provider latest 6bac7a99cb65 4 seconds ago 54.6MB 11:09:51 core-metadata latest 2835b006d372 5 seconds ago 52.2MB 11:09:51 core-data latest 5eba7c87bc22 5 seconds ago 52.1MB 11:09:51 security-proxy-setup latest 5bf72fcadf18 5 seconds ago 55.7MB 11:09:51 core-command latest c79b38c5850b 6 seconds ago 46.3MB 11:09:51 security-bootstrapper latest 8514adc125df About a minute ago 27MB 11:09:51 core-common-config-bootstrapper latest 7714df9f880b About a minute ago 25.9MB 11:09:51 security-spire-server latest d3a7c6810c53 3 minutes ago 156MB 11:09:51 security-spire-agent latest dacf14efe081 3 minutes ago 201MB 11:09:51 security-spire-config latest 69115ae84ce3 3 minutes ago 155MB 11:09:51 ci-base-image-x86_64 latest 20ce253b82a8 6 minutes ago 937MB 11:09:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 2 months ago 580MB 11:09:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 months ago 573MB 11:09:51 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 11:09:52 provisioning config files... 11:09:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config16778987325065397305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:09:52 ---> ****-login.sh 11:09:52 nexus3.edgexfoundry.org:10001 11:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:52 Login Succeeded 11:09:52 nexus3.edgexfoundry.org:10002 11:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:52 Login Succeeded 11:09:52 nexus3.edgexfoundry.org:10003 11:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:52 Login Succeeded 11:09:52 nexus3.edgexfoundry.org:10004 11:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:52 Login Succeeded 11:09:52 ****.io 11:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:09:52 Login Succeeded 11:09:52 ---> ****-login.sh ends [Pipeline] } 11:09:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:09:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:09:53 [edgeXDocker.push] Tagging docker image core-command with the following tags: 11:09:53 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:09:53 latest 11:09:53 4.1.0-dev.65 11:09:53 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:09:53 main 11:09:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:53 + docker push nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 11:09:53 35fa086e0b9a: Preparing 11:09:53 e1d1cd2bd174: Preparing 11:09:53 55d0604f387d: Preparing 11:09:53 93cbffcaf23a: Preparing 11:09:53 ff8f574cd654: Preparing 11:09:53 fc35e5414307: Preparing 11:09:53 097100c76c15: Preparing 11:09:53 097100c76c15: Waiting 11:09:53 fc35e5414307: Waiting 11:09:53 35fa086e0b9a: Pushed 11:09:53 93cbffcaf23a: Pushed 11:09:53 55d0604f387d: Pushed 11:09:53 097100c76c15: Layer already exists 11:09:53 fc35e5414307: Pushed 11:09:54 ff8f574cd654: Pushed 11:09:56 e1d1cd2bd174: Pushed 11:09:56 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:57 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 11:09:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 11:09:57 35fa086e0b9a: Preparing 11:09:57 e1d1cd2bd174: Preparing 11:09:57 55d0604f387d: Preparing 11:09:57 93cbffcaf23a: Preparing 11:09:57 ff8f574cd654: Preparing 11:09:57 fc35e5414307: Preparing 11:09:57 097100c76c15: Preparing 11:09:57 fc35e5414307: Waiting 11:09:57 097100c76c15: Waiting 11:09:57 55d0604f387d: Layer already exists 11:09:57 ff8f574cd654: Layer already exists 11:09:57 35fa086e0b9a: Layer already exists 11:09:57 e1d1cd2bd174: Layer already exists 11:09:57 93cbffcaf23a: Layer already exists 11:09:57 fc35e5414307: Layer already exists 11:09:57 097100c76c15: Layer already exists 11:09:57 latest: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:58 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 11:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 11:09:58 35fa086e0b9a: Preparing 11:09:58 e1d1cd2bd174: Preparing 11:09:58 55d0604f387d: Preparing 11:09:58 93cbffcaf23a: Preparing 11:09:58 ff8f574cd654: Preparing 11:09:58 fc35e5414307: Preparing 11:09:58 097100c76c15: Preparing 11:09:58 fc35e5414307: Waiting 11:09:58 097100c76c15: Waiting 11:09:58 93cbffcaf23a: Layer already exists 11:09:58 35fa086e0b9a: Layer already exists 11:09:58 55d0604f387d: Layer already exists 11:09:58 e1d1cd2bd174: Layer already exists 11:09:58 ff8f574cd654: Layer already exists 11:09:58 097100c76c15: Layer already exists 11:09:58 fc35e5414307: Layer already exists 11:09:58 4.1.0-dev.65: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:58 + docker push nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 11:09:58 35fa086e0b9a: Preparing 11:09:58 e1d1cd2bd174: Preparing 11:09:58 55d0604f387d: Preparing 11:09:58 93cbffcaf23a: Preparing 11:09:58 ff8f574cd654: Preparing 11:09:58 fc35e5414307: Preparing 11:09:58 097100c76c15: Preparing 11:09:58 fc35e5414307: Waiting 11:09:58 097100c76c15: Waiting 11:09:58 93cbffcaf23a: Layer already exists 11:09:58 35fa086e0b9a: Layer already exists 11:09:58 e1d1cd2bd174: Layer already exists 11:09:58 ff8f574cd654: Layer already exists 11:09:58 55d0604f387d: Layer already exists 11:09:58 fc35e5414307: Layer already exists 11:09:58 097100c76c15: Layer already exists 11:09:58 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:59 + docker push nexus3.edgexfoundry.org:10004/core-command:main 11:09:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 11:09:59 35fa086e0b9a: Preparing 11:09:59 e1d1cd2bd174: Preparing 11:09:59 55d0604f387d: Preparing 11:09:59 93cbffcaf23a: Preparing 11:09:59 ff8f574cd654: Preparing 11:09:59 fc35e5414307: Preparing 11:09:59 097100c76c15: Preparing 11:09:59 fc35e5414307: Waiting 11:09:59 097100c76c15: Waiting 11:09:59 ff8f574cd654: Layer already exists 11:09:59 e1d1cd2bd174: Layer already exists 11:09:59 35fa086e0b9a: Layer already exists 11:09:59 93cbffcaf23a: Layer already exists 11:09:59 55d0604f387d: Layer already exists 11:09:59 097100c76c15: Layer already exists 11:09:59 fc35e5414307: Layer already exists 11:09:59 main: digest: sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:09:59 ===================================================== [Pipeline] echo 11:09:59 taggedImages: 11:09:59 - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:09:59 - nexus3.edgexfoundry.org:10004/core-command:latest 11:09:59 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 11:09:59 - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:09:59 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 11:09:59 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 11:09:59 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:09:59 latest 11:09:59 4.1.0-dev.65 11:09:59 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:09:59 main 11:09:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:09:59 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 11:10:00 888143b020a2: Preparing 11:10:00 c6b7efc9d450: Preparing 11:10:00 08b168c18d79: Preparing 11:10:00 15f091891228: Preparing 11:10:00 55d0604f387d: Preparing 11:10:00 93cbffcaf23a: Preparing 11:10:00 ff8f574cd654: Preparing 11:10:00 fc35e5414307: Preparing 11:10:00 097100c76c15: Preparing 11:10:00 097100c76c15: Waiting 11:10:00 93cbffcaf23a: Waiting 11:10:00 ff8f574cd654: Waiting 11:10:00 fc35e5414307: Waiting 11:10:00 55d0604f387d: Layer already exists 11:10:00 93cbffcaf23a: Layer already exists 11:10:00 ff8f574cd654: Layer already exists 11:10:00 fc35e5414307: Layer already exists 11:10:00 c6b7efc9d450: Pushed 11:10:00 097100c76c15: Layer already exists 11:10:00 888143b020a2: Pushed 11:10:00 08b168c18d79: Pushed 11:10:01 15f091891228: Pushed 11:10:01 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:01 + 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 11:10:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 11:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 11:10:02 888143b020a2: Preparing 11:10:02 c6b7efc9d450: Preparing 11:10:02 08b168c18d79: Preparing 11:10:02 15f091891228: Preparing 11:10:02 55d0604f387d: Preparing 11:10:02 93cbffcaf23a: Preparing 11:10:02 ff8f574cd654: Preparing 11:10:02 fc35e5414307: Preparing 11:10:02 097100c76c15: Preparing 11:10:02 93cbffcaf23a: Waiting 11:10:02 ff8f574cd654: Waiting 11:10:02 fc35e5414307: Waiting 11:10:02 097100c76c15: Waiting 11:10:02 15f091891228: Layer already exists 11:10:02 c6b7efc9d450: Layer already exists 11:10:02 55d0604f387d: Layer already exists 11:10:02 888143b020a2: Layer already exists 11:10:02 08b168c18d79: Layer already exists 11:10:02 fc35e5414307: Layer already exists 11:10:02 097100c76c15: Layer already exists 11:10:02 93cbffcaf23a: Layer already exists 11:10:02 ff8f574cd654: Layer already exists 11:10:02 latest: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:02 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 11:10:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 11:10:02 888143b020a2: Preparing 11:10:02 c6b7efc9d450: Preparing 11:10:02 08b168c18d79: Preparing 11:10:02 15f091891228: Preparing 11:10:02 55d0604f387d: Preparing 11:10:02 93cbffcaf23a: Preparing 11:10:02 ff8f574cd654: Preparing 11:10:02 fc35e5414307: Preparing 11:10:02 097100c76c15: Preparing 11:10:02 ff8f574cd654: Waiting 11:10:02 097100c76c15: Waiting 11:10:02 fc35e5414307: Waiting 11:10:02 93cbffcaf23a: Waiting 11:10:02 c6b7efc9d450: Layer already exists 11:10:02 15f091891228: Layer already exists 11:10:02 888143b020a2: Layer already exists 11:10:02 55d0604f387d: Layer already exists 11:10:02 08b168c18d79: Layer already exists 11:10:02 ff8f574cd654: Layer already exists 11:10:02 93cbffcaf23a: Layer already exists 11:10:02 fc35e5414307: Layer already exists 11:10:02 097100c76c15: Layer already exists 11:10:02 4.1.0-dev.65: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:03 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 11:10:03 888143b020a2: Preparing 11:10:03 c6b7efc9d450: Preparing 11:10:03 08b168c18d79: Preparing 11:10:03 15f091891228: Preparing 11:10:03 55d0604f387d: Preparing 11:10:03 93cbffcaf23a: Preparing 11:10:03 ff8f574cd654: Preparing 11:10:03 fc35e5414307: Preparing 11:10:03 097100c76c15: Preparing 11:10:03 93cbffcaf23a: Waiting 11:10:03 fc35e5414307: Waiting 11:10:03 097100c76c15: Waiting 11:10:03 ff8f574cd654: Waiting 11:10:03 15f091891228: Layer already exists 11:10:03 888143b020a2: Layer already exists 11:10:03 55d0604f387d: Layer already exists 11:10:03 08b168c18d79: Layer already exists 11:10:03 c6b7efc9d450: Layer already exists 11:10:03 ff8f574cd654: Layer already exists 11:10:03 097100c76c15: Layer already exists 11:10:03 93cbffcaf23a: Layer already exists 11:10:03 fc35e5414307: Layer already exists 11:10:03 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:03 + 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 11:10:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 11:10:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 11:10:04 888143b020a2: Preparing 11:10:04 c6b7efc9d450: Preparing 11:10:04 08b168c18d79: Preparing 11:10:04 15f091891228: Preparing 11:10:04 55d0604f387d: Preparing 11:10:04 93cbffcaf23a: Preparing 11:10:04 ff8f574cd654: Preparing 11:10:04 fc35e5414307: Preparing 11:10:04 097100c76c15: Preparing 11:10:04 93cbffcaf23a: Waiting 11:10:04 097100c76c15: Waiting 11:10:04 fc35e5414307: Waiting 11:10:04 ff8f574cd654: Waiting 11:10:04 08b168c18d79: Layer already exists 11:10:04 15f091891228: Layer already exists 11:10:04 55d0604f387d: Layer already exists 11:10:04 c6b7efc9d450: Layer already exists 11:10:04 93cbffcaf23a: Layer already exists 11:10:04 888143b020a2: Layer already exists 11:10:04 ff8f574cd654: Layer already exists 11:10:04 fc35e5414307: Layer already exists 11:10:04 097100c76c15: Layer already exists 11:10:04 main: digest: sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:04 ===================================================== [Pipeline] echo 11:10:04 taggedImages: 11:10:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 11:10:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 11:10:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 11:10:04 [edgeXDocker.push] Tagging docker image core-data with the following tags: 11:10:04 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:04 latest 11:10:04 4.1.0-dev.65 11:10:04 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:04 main 11:10:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:05 + docker push nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 11:10:05 58ed108c6d39: Preparing 11:10:05 b1f64c815f5c: Preparing 11:10:05 55d0604f387d: Preparing 11:10:05 93cbffcaf23a: Preparing 11:10:05 75cd8ab49d74: Preparing 11:10:05 29edb38d6d22: Preparing 11:10:05 097100c76c15: Preparing 11:10:05 29edb38d6d22: Waiting 11:10:05 097100c76c15: Waiting 11:10:05 93cbffcaf23a: Layer already exists 11:10:05 55d0604f387d: Layer already exists 11:10:05 097100c76c15: Layer already exists 11:10:05 58ed108c6d39: Pushed 11:10:05 29edb38d6d22: Pushed 11:10:05 75cd8ab49d74: Pushed 11:10:09 b1f64c815f5c: Pushed 11:10:09 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:09 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:09 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 11:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 11:10:09 58ed108c6d39: Preparing 11:10:09 b1f64c815f5c: Preparing 11:10:09 55d0604f387d: Preparing 11:10:09 93cbffcaf23a: Preparing 11:10:09 75cd8ab49d74: Preparing 11:10:09 29edb38d6d22: Preparing 11:10:09 097100c76c15: Preparing 11:10:09 29edb38d6d22: Waiting 11:10:09 097100c76c15: Waiting 11:10:09 75cd8ab49d74: Layer already exists 11:10:09 55d0604f387d: Layer already exists 11:10:09 58ed108c6d39: Layer already exists 11:10:09 b1f64c815f5c: Layer already exists 11:10:09 93cbffcaf23a: Layer already exists 11:10:09 29edb38d6d22: Layer already exists 11:10:09 097100c76c15: Layer already exists 11:10:09 latest: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:10 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 11:10:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 11:10:10 58ed108c6d39: Preparing 11:10:10 b1f64c815f5c: Preparing 11:10:10 55d0604f387d: Preparing 11:10:10 93cbffcaf23a: Preparing 11:10:10 75cd8ab49d74: Preparing 11:10:10 29edb38d6d22: Preparing 11:10:10 097100c76c15: Preparing 11:10:10 097100c76c15: Waiting 11:10:10 29edb38d6d22: Waiting 11:10:10 93cbffcaf23a: Layer already exists 11:10:10 55d0604f387d: Layer already exists 11:10:10 b1f64c815f5c: Layer already exists 11:10:10 75cd8ab49d74: Layer already exists 11:10:10 58ed108c6d39: Layer already exists 11:10:10 29edb38d6d22: Layer already exists 11:10:10 097100c76c15: Layer already exists 11:10:10 4.1.0-dev.65: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:11 + docker push nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 11:10:11 58ed108c6d39: Preparing 11:10:11 b1f64c815f5c: Preparing 11:10:11 55d0604f387d: Preparing 11:10:11 93cbffcaf23a: Preparing 11:10:11 75cd8ab49d74: Preparing 11:10:11 29edb38d6d22: Preparing 11:10:11 097100c76c15: Preparing 11:10:11 29edb38d6d22: Waiting 11:10:11 097100c76c15: Waiting 11:10:11 75cd8ab49d74: Layer already exists 11:10:11 55d0604f387d: Layer already exists 11:10:11 58ed108c6d39: Layer already exists 11:10:11 b1f64c815f5c: Layer already exists 11:10:11 93cbffcaf23a: Layer already exists 11:10:11 29edb38d6d22: Layer already exists 11:10:11 097100c76c15: Layer already exists 11:10:11 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:11 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:11 + docker push nexus3.edgexfoundry.org:10004/core-data:main 11:10:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 11:10:11 58ed108c6d39: Preparing 11:10:11 b1f64c815f5c: Preparing 11:10:11 55d0604f387d: Preparing 11:10:11 93cbffcaf23a: Preparing 11:10:11 75cd8ab49d74: Preparing 11:10:11 29edb38d6d22: Preparing 11:10:11 097100c76c15: Preparing 11:10:11 29edb38d6d22: Waiting 11:10:11 097100c76c15: Waiting 11:10:11 93cbffcaf23a: Layer already exists 11:10:11 75cd8ab49d74: Layer already exists 11:10:11 58ed108c6d39: Layer already exists 11:10:11 b1f64c815f5c: Layer already exists 11:10:11 55d0604f387d: Layer already exists 11:10:11 29edb38d6d22: Layer already exists 11:10:11 097100c76c15: Layer already exists 11:10:11 main: digest: sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:11 ===================================================== [Pipeline] echo 11:10:11 taggedImages: 11:10:11 - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:11 - nexus3.edgexfoundry.org:10004/core-data:latest 11:10:11 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 11:10:11 - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:11 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 11:10:11 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 11:10:11 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:11 latest 11:10:11 4.1.0-dev.65 11:10:11 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:11 main 11:10:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:12 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 11:10:12 c6331bfd9370: Preparing 11:10:12 f66037ee7d4f: Preparing 11:10:12 93cbffcaf23a: Preparing 11:10:12 5ccc79420db5: Preparing 11:10:12 8674e99d9aea: Preparing 11:10:12 097100c76c15: Preparing 11:10:12 097100c76c15: Waiting 11:10:12 93cbffcaf23a: Layer already exists 11:10:12 097100c76c15: Layer already exists 11:10:12 8674e99d9aea: Pushed 11:10:12 5ccc79420db5: Pushed 11:10:12 c6331bfd9370: Pushed 11:10:16 f66037ee7d4f: Pushed 11:10:16 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:16 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 11:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 11:10:17 c6331bfd9370: Preparing 11:10:17 f66037ee7d4f: Preparing 11:10:17 93cbffcaf23a: Preparing 11:10:17 5ccc79420db5: Preparing 11:10:17 8674e99d9aea: Preparing 11:10:17 097100c76c15: Preparing 11:10:17 097100c76c15: Waiting 11:10:17 5ccc79420db5: Layer already exists 11:10:17 f66037ee7d4f: Layer already exists 11:10:17 93cbffcaf23a: Layer already exists 11:10:17 c6331bfd9370: Layer already exists 11:10:17 8674e99d9aea: Layer already exists 11:10:17 097100c76c15: Layer already exists 11:10:17 latest: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:17 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 11:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 11:10:17 c6331bfd9370: Preparing 11:10:17 f66037ee7d4f: Preparing 11:10:17 93cbffcaf23a: Preparing 11:10:17 5ccc79420db5: Preparing 11:10:17 8674e99d9aea: Preparing 11:10:17 097100c76c15: Preparing 11:10:17 097100c76c15: Waiting 11:10:17 5ccc79420db5: Layer already exists 11:10:17 f66037ee7d4f: Layer already exists 11:10:17 93cbffcaf23a: Layer already exists 11:10:17 c6331bfd9370: Layer already exists 11:10:17 8674e99d9aea: Layer already exists 11:10:17 097100c76c15: Layer already exists 11:10:17 4.1.0-dev.65: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 11:10:18 c6331bfd9370: Preparing 11:10:18 f66037ee7d4f: Preparing 11:10:18 93cbffcaf23a: Preparing 11:10:18 5ccc79420db5: Preparing 11:10:18 8674e99d9aea: Preparing 11:10:18 097100c76c15: Preparing 11:10:18 097100c76c15: Waiting 11:10:18 f66037ee7d4f: Layer already exists 11:10:18 8674e99d9aea: Layer already exists 11:10:18 93cbffcaf23a: Layer already exists 11:10:18 5ccc79420db5: Layer already exists 11:10:18 c6331bfd9370: Layer already exists 11:10:18 097100c76c15: Layer already exists 11:10:18 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:18 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 11:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 11:10:19 c6331bfd9370: Preparing 11:10:19 f66037ee7d4f: Preparing 11:10:19 93cbffcaf23a: Preparing 11:10:19 5ccc79420db5: Preparing 11:10:19 8674e99d9aea: Preparing 11:10:19 097100c76c15: Preparing 11:10:19 097100c76c15: Waiting 11:10:19 f66037ee7d4f: Layer already exists 11:10:19 5ccc79420db5: Layer already exists 11:10:19 93cbffcaf23a: Layer already exists 11:10:19 c6331bfd9370: Layer already exists 11:10:19 8674e99d9aea: Layer already exists 11:10:19 097100c76c15: Layer already exists 11:10:19 main: digest: sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:19 ===================================================== [Pipeline] echo 11:10:19 taggedImages: 11:10:19 - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:19 - nexus3.edgexfoundry.org:10004/core-keeper:latest 11:10:19 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 11:10:19 - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:19 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 11:10:19 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 11:10:19 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:19 latest 11:10:19 4.1.0-dev.65 11:10:19 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:19 main 11:10:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 11:10:20 fafb5dcd6c2e: Preparing 11:10:20 2ca14e5900ec: Preparing 11:10:20 1027fdf793d9: Preparing 11:10:20 55d0604f387d: Preparing 11:10:20 93cbffcaf23a: Preparing 11:10:20 ff8f574cd654: Preparing 11:10:20 fc35e5414307: Preparing 11:10:20 097100c76c15: Preparing 11:10:20 fc35e5414307: Waiting 11:10:20 097100c76c15: Waiting 11:10:20 ff8f574cd654: Waiting 11:10:20 55d0604f387d: Layer already exists 11:10:20 93cbffcaf23a: Layer already exists 11:10:20 ff8f574cd654: Layer already exists 11:10:20 fc35e5414307: Layer already exists 11:10:20 097100c76c15: Layer already exists 11:10:20 2ca14e5900ec: Pushed 11:10:20 fafb5dcd6c2e: Pushed 11:10:24 1027fdf793d9: Pushed 11:10:24 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:24 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:24 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 11:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 11:10:24 fafb5dcd6c2e: Preparing 11:10:24 2ca14e5900ec: Preparing 11:10:24 1027fdf793d9: Preparing 11:10:24 55d0604f387d: Preparing 11:10:24 93cbffcaf23a: Preparing 11:10:24 ff8f574cd654: Preparing 11:10:24 fc35e5414307: Preparing 11:10:24 097100c76c15: Preparing 11:10:24 fc35e5414307: Waiting 11:10:24 097100c76c15: Waiting 11:10:24 ff8f574cd654: Waiting 11:10:24 fafb5dcd6c2e: Layer already exists 11:10:24 93cbffcaf23a: Layer already exists 11:10:24 2ca14e5900ec: Layer already exists 11:10:24 1027fdf793d9: Layer already exists 11:10:24 55d0604f387d: Layer already exists 11:10:24 ff8f574cd654: Layer already exists 11:10:24 097100c76c15: Layer already exists 11:10:24 fc35e5414307: Layer already exists 11:10:24 latest: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:25 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 11:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 11:10:25 fafb5dcd6c2e: Preparing 11:10:25 2ca14e5900ec: Preparing 11:10:25 1027fdf793d9: Preparing 11:10:25 55d0604f387d: Preparing 11:10:25 93cbffcaf23a: Preparing 11:10:25 ff8f574cd654: Preparing 11:10:25 fc35e5414307: Preparing 11:10:25 097100c76c15: Preparing 11:10:25 ff8f574cd654: Waiting 11:10:25 fc35e5414307: Waiting 11:10:25 097100c76c15: Waiting 11:10:25 fafb5dcd6c2e: Layer already exists 11:10:25 93cbffcaf23a: Layer already exists 11:10:25 55d0604f387d: Layer already exists 11:10:25 2ca14e5900ec: Layer already exists 11:10:25 1027fdf793d9: Layer already exists 11:10:25 097100c76c15: Layer already exists 11:10:25 fc35e5414307: Layer already exists 11:10:25 ff8f574cd654: Layer already exists 11:10:25 4.1.0-dev.65: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 11:10:26 fafb5dcd6c2e: Preparing 11:10:26 2ca14e5900ec: Preparing 11:10:26 1027fdf793d9: Preparing 11:10:26 55d0604f387d: Preparing 11:10:26 93cbffcaf23a: Preparing 11:10:26 ff8f574cd654: Preparing 11:10:26 fc35e5414307: Preparing 11:10:26 097100c76c15: Preparing 11:10:26 ff8f574cd654: Waiting 11:10:26 097100c76c15: Waiting 11:10:26 fc35e5414307: Waiting 11:10:26 2ca14e5900ec: Layer already exists 11:10:26 fafb5dcd6c2e: Layer already exists 11:10:26 1027fdf793d9: Layer already exists 11:10:26 93cbffcaf23a: Layer already exists 11:10:26 55d0604f387d: Layer already exists 11:10:26 ff8f574cd654: Layer already exists 11:10:26 fc35e5414307: Layer already exists 11:10:26 097100c76c15: Layer already exists 11:10:26 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:26 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 11:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 11:10:26 fafb5dcd6c2e: Preparing 11:10:26 2ca14e5900ec: Preparing 11:10:26 1027fdf793d9: Preparing 11:10:26 55d0604f387d: Preparing 11:10:26 93cbffcaf23a: Preparing 11:10:26 ff8f574cd654: Preparing 11:10:26 fc35e5414307: Preparing 11:10:26 097100c76c15: Preparing 11:10:26 ff8f574cd654: Waiting 11:10:26 097100c76c15: Waiting 11:10:26 fc35e5414307: Waiting 11:10:26 1027fdf793d9: Layer already exists 11:10:26 55d0604f387d: Layer already exists 11:10:26 93cbffcaf23a: Layer already exists 11:10:26 2ca14e5900ec: Layer already exists 11:10:26 fafb5dcd6c2e: Layer already exists 11:10:26 fc35e5414307: Layer already exists 11:10:26 097100c76c15: Layer already exists 11:10:26 ff8f574cd654: Layer already exists 11:10:26 main: digest: sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:26 ===================================================== [Pipeline] echo 11:10:26 taggedImages: 11:10:26 - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:26 - nexus3.edgexfoundry.org:10004/core-metadata:latest 11:10:26 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 11:10:26 - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:26 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 11:10:27 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 11:10:27 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:27 latest 11:10:27 4.1.0-dev.65 11:10:27 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:27 main 11:10:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 11:10:27 de06360b9b80: Preparing 11:10:27 d838fdac4bb1: Preparing 11:10:27 3240ebc703b4: Preparing 11:10:27 dbcf76650534: Preparing 11:10:27 49f67b8e4bdb: Preparing 11:10:27 581b9b041cb0: Preparing 11:10:27 1fb40d2315cd: Preparing 11:10:27 55d0604f387d: Preparing 11:10:27 93cbffcaf23a: Preparing 11:10:27 2755b8cbcd22: Preparing 11:10:27 3d77d117818a: Preparing 11:10:27 5f70bf18a086: Preparing 11:10:27 f266b5edca4f: Preparing 11:10:27 7aebf1e51ec9: Preparing 11:10:27 28b3c12f4421: Preparing 11:10:27 097100c76c15: Preparing 11:10:27 3d77d117818a: Waiting 11:10:27 5f70bf18a086: Waiting 11:10:27 55d0604f387d: Waiting 11:10:27 f266b5edca4f: Waiting 11:10:27 93cbffcaf23a: Waiting 11:10:27 7aebf1e51ec9: Waiting 11:10:27 28b3c12f4421: Waiting 11:10:27 2755b8cbcd22: Waiting 11:10:27 097100c76c15: Waiting 11:10:27 581b9b041cb0: Waiting 11:10:27 1fb40d2315cd: Waiting 11:10:27 de06360b9b80: Pushed 11:10:27 dbcf76650534: Pushed 11:10:27 49f67b8e4bdb: Pushed 11:10:27 3240ebc703b4: Pushed 11:10:27 d838fdac4bb1: Pushed 11:10:27 55d0604f387d: Layer already exists 11:10:27 93cbffcaf23a: Layer already exists 11:10:27 5f70bf18a086: Layer already exists 11:10:27 581b9b041cb0: Pushed 11:10:27 2755b8cbcd22: Pushed 11:10:27 3d77d117818a: Pushed 11:10:27 f266b5edca4f: Pushed 11:10:27 097100c76c15: Layer already exists 11:10:27 28b3c12f4421: Pushed 11:10:28 7aebf1e51ec9: Pushed 11:10:29 1fb40d2315cd: Pushed 11:10:29 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 11:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 11:10:30 de06360b9b80: Preparing 11:10:30 d838fdac4bb1: Preparing 11:10:30 3240ebc703b4: Preparing 11:10:30 dbcf76650534: Preparing 11:10:30 49f67b8e4bdb: Preparing 11:10:30 581b9b041cb0: Preparing 11:10:30 1fb40d2315cd: Preparing 11:10:30 55d0604f387d: Preparing 11:10:30 93cbffcaf23a: Preparing 11:10:30 2755b8cbcd22: Preparing 11:10:30 3d77d117818a: Preparing 11:10:30 5f70bf18a086: Preparing 11:10:30 f266b5edca4f: Preparing 11:10:30 7aebf1e51ec9: Preparing 11:10:30 28b3c12f4421: Preparing 11:10:30 097100c76c15: Preparing 11:10:30 581b9b041cb0: Waiting 11:10:30 3d77d117818a: Waiting 11:10:30 5f70bf18a086: Waiting 11:10:30 f266b5edca4f: Waiting 11:10:30 7aebf1e51ec9: Waiting 11:10:30 28b3c12f4421: Waiting 11:10:30 1fb40d2315cd: Waiting 11:10:30 55d0604f387d: Waiting 11:10:30 93cbffcaf23a: Waiting 11:10:30 097100c76c15: Waiting 11:10:30 2755b8cbcd22: Waiting 11:10:30 3240ebc703b4: Layer already exists 11:10:30 49f67b8e4bdb: Layer already exists 11:10:30 dbcf76650534: Layer already exists 11:10:30 d838fdac4bb1: Layer already exists 11:10:30 de06360b9b80: Layer already exists 11:10:30 581b9b041cb0: Layer already exists 11:10:30 2755b8cbcd22: Layer already exists 11:10:30 55d0604f387d: Layer already exists 11:10:30 93cbffcaf23a: Layer already exists 11:10:30 1fb40d2315cd: Layer already exists 11:10:30 3d77d117818a: Layer already exists 11:10:30 5f70bf18a086: Layer already exists 11:10:30 f266b5edca4f: Layer already exists 11:10:30 7aebf1e51ec9: Layer already exists 11:10:30 28b3c12f4421: Layer already exists 11:10:30 097100c76c15: Layer already exists 11:10:30 latest: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 11:10:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 11:10:30 de06360b9b80: Preparing 11:10:30 d838fdac4bb1: Preparing 11:10:30 3240ebc703b4: Preparing 11:10:30 dbcf76650534: Preparing 11:10:30 49f67b8e4bdb: Preparing 11:10:30 581b9b041cb0: Preparing 11:10:30 1fb40d2315cd: Preparing 11:10:30 55d0604f387d: Preparing 11:10:30 93cbffcaf23a: Preparing 11:10:30 2755b8cbcd22: Preparing 11:10:30 3d77d117818a: Preparing 11:10:30 5f70bf18a086: Preparing 11:10:30 f266b5edca4f: Preparing 11:10:30 7aebf1e51ec9: Preparing 11:10:30 28b3c12f4421: Preparing 11:10:30 097100c76c15: Preparing 11:10:30 3d77d117818a: Waiting 11:10:30 5f70bf18a086: Waiting 11:10:30 f266b5edca4f: Waiting 11:10:30 7aebf1e51ec9: Waiting 11:10:30 581b9b041cb0: Waiting 11:10:30 28b3c12f4421: Waiting 11:10:30 097100c76c15: Waiting 11:10:30 93cbffcaf23a: Waiting 11:10:30 1fb40d2315cd: Waiting 11:10:30 2755b8cbcd22: Waiting 11:10:30 55d0604f387d: Waiting 11:10:30 d838fdac4bb1: Layer already exists 11:10:30 dbcf76650534: Layer already exists 11:10:30 49f67b8e4bdb: Layer already exists 11:10:30 3240ebc703b4: Layer already exists 11:10:30 de06360b9b80: Layer already exists 11:10:30 581b9b041cb0: Layer already exists 11:10:30 55d0604f387d: Layer already exists 11:10:30 93cbffcaf23a: Layer already exists 11:10:30 2755b8cbcd22: Layer already exists 11:10:30 1fb40d2315cd: Layer already exists 11:10:30 5f70bf18a086: Layer already exists 11:10:30 3d77d117818a: Layer already exists 11:10:30 7aebf1e51ec9: Layer already exists 11:10:30 f266b5edca4f: Layer already exists 11:10:30 28b3c12f4421: Layer already exists 11:10:30 097100c76c15: Layer already exists 11:10:30 4.1.0-dev.65: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 11:10:31 de06360b9b80: Preparing 11:10:31 d838fdac4bb1: Preparing 11:10:31 3240ebc703b4: Preparing 11:10:31 dbcf76650534: Preparing 11:10:31 49f67b8e4bdb: Preparing 11:10:31 581b9b041cb0: Preparing 11:10:31 1fb40d2315cd: Preparing 11:10:31 581b9b041cb0: Waiting 11:10:31 55d0604f387d: Preparing 11:10:31 93cbffcaf23a: Preparing 11:10:31 1fb40d2315cd: Waiting 11:10:31 93cbffcaf23a: Waiting 11:10:31 2755b8cbcd22: Preparing 11:10:31 3d77d117818a: Preparing 11:10:31 5f70bf18a086: Preparing 11:10:31 f266b5edca4f: Preparing 11:10:31 7aebf1e51ec9: Preparing 11:10:31 2755b8cbcd22: Waiting 11:10:31 3d77d117818a: Waiting 11:10:31 5f70bf18a086: Waiting 11:10:31 f266b5edca4f: Waiting 11:10:31 28b3c12f4421: Preparing 11:10:31 097100c76c15: Preparing 11:10:31 7aebf1e51ec9: Waiting 11:10:31 28b3c12f4421: Waiting 11:10:31 097100c76c15: Waiting 11:10:31 d838fdac4bb1: Layer already exists 11:10:31 49f67b8e4bdb: Layer already exists 11:10:31 de06360b9b80: Layer already exists 11:10:31 3240ebc703b4: Layer already exists 11:10:31 dbcf76650534: Layer already exists 11:10:31 2755b8cbcd22: Layer already exists 11:10:31 93cbffcaf23a: Layer already exists 11:10:31 581b9b041cb0: Layer already exists 11:10:31 55d0604f387d: Layer already exists 11:10:31 1fb40d2315cd: Layer already exists 11:10:31 3d77d117818a: Layer already exists 11:10:31 28b3c12f4421: Layer already exists 11:10:31 f266b5edca4f: Layer already exists 11:10:31 5f70bf18a086: Layer already exists 11:10:31 7aebf1e51ec9: Layer already exists 11:10:31 097100c76c15: Layer already exists 11:10:31 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:31 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 11:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 11:10:31 de06360b9b80: Preparing 11:10:31 d838fdac4bb1: Preparing 11:10:31 3240ebc703b4: Preparing 11:10:31 dbcf76650534: Preparing 11:10:31 49f67b8e4bdb: Preparing 11:10:31 581b9b041cb0: Preparing 11:10:31 1fb40d2315cd: Preparing 11:10:31 55d0604f387d: Preparing 11:10:31 93cbffcaf23a: Preparing 11:10:31 2755b8cbcd22: Preparing 11:10:31 3d77d117818a: Preparing 11:10:31 5f70bf18a086: Preparing 11:10:31 f266b5edca4f: Preparing 11:10:31 7aebf1e51ec9: Preparing 11:10:31 28b3c12f4421: Preparing 11:10:31 097100c76c15: Preparing 11:10:31 581b9b041cb0: Waiting 11:10:31 5f70bf18a086: Waiting 11:10:31 1fb40d2315cd: Waiting 11:10:31 f266b5edca4f: Waiting 11:10:31 7aebf1e51ec9: Waiting 11:10:31 28b3c12f4421: Waiting 11:10:31 097100c76c15: Waiting 11:10:31 55d0604f387d: Waiting 11:10:31 93cbffcaf23a: Waiting 11:10:31 2755b8cbcd22: Waiting 11:10:31 3d77d117818a: Waiting 11:10:31 49f67b8e4bdb: Layer already exists 11:10:31 dbcf76650534: Layer already exists 11:10:31 de06360b9b80: Layer already exists 11:10:31 d838fdac4bb1: Layer already exists 11:10:31 3240ebc703b4: Layer already exists 11:10:31 93cbffcaf23a: Layer already exists 11:10:31 1fb40d2315cd: Layer already exists 11:10:31 55d0604f387d: Layer already exists 11:10:31 581b9b041cb0: Layer already exists 11:10:31 2755b8cbcd22: Layer already exists 11:10:31 3d77d117818a: Layer already exists 11:10:31 f266b5edca4f: Layer already exists 11:10:31 5f70bf18a086: Layer already exists 11:10:31 7aebf1e51ec9: Layer already exists 11:10:31 28b3c12f4421: Layer already exists 11:10:31 097100c76c15: Layer already exists 11:10:31 main: digest: sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:32 ===================================================== [Pipeline] echo 11:10:32 taggedImages: 11:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 11:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 11:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:32 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 11:10:32 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 11:10:32 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:32 latest 11:10:32 4.1.0-dev.65 11:10:32 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:32 main 11:10:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:32 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 11:10:32 c141c9c7d3fb: Preparing 11:10:32 b098943de82d: Preparing 11:10:32 14839fde3132: Preparing 11:10:32 85f24e6b8fde: Preparing 11:10:32 55d0604f387d: Preparing 11:10:32 93cbffcaf23a: Preparing 11:10:32 ff8f574cd654: Preparing 11:10:32 fc35e5414307: Preparing 11:10:32 097100c76c15: Preparing 11:10:32 93cbffcaf23a: Waiting 11:10:32 ff8f574cd654: Waiting 11:10:32 fc35e5414307: Waiting 11:10:32 097100c76c15: Waiting 11:10:32 55d0604f387d: Layer already exists 11:10:32 93cbffcaf23a: Layer already exists 11:10:32 ff8f574cd654: Layer already exists 11:10:32 fc35e5414307: Layer already exists 11:10:32 097100c76c15: Layer already exists 11:10:32 c141c9c7d3fb: Pushed 11:10:32 b098943de82d: Pushed 11:10:32 14839fde3132: Pushed 11:10:35 #78 ... 11:10:35 11:10:35 #92 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #92 DONE 123.1s 11:10:35 11:10:35 #77 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #77 DONE 142.4s 11:10:35 11:10:35 #87 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #87 DONE 119.4s 11:10:35 11:10:35 #79 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #79 DONE 135.0s 11:10:35 11:10:35 #119 [security-secretstore-setup builder 6/7] COPY . . 11:10:35 #119 ... 11:10:35 11:10:35 #83 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #83 DONE 120.9s 11:10:35 11:10:35 #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #78 DONE 136.2s 11:10:35 11:10:35 #120 [core-keeper builder 7/8] COPY . . 11:10:35 #120 ... 11:10:35 11:10:35 #121 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #121 CACHED 11:10:35 11:10:35 #122 [security-proxy-setup builder 6/7] COPY . . 11:10:35 #122 CACHED 11:10:35 11:10:35 #123 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 11:10:35 #123 CACHED 11:10:35 11:10:35 #119 [security-secretstore-setup builder 6/7] COPY . . 11:10:35 #119 DONE 2.2s 11:10:35 11:10:35 #124 [support-notifications builder 6/7] COPY . . 11:10:35 #124 DONE 2.4s 11:10:35 11:10:35 #125 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #125 CACHED 11:10:35 11:10:35 #126 [security-bootstrapper builder 6/7] COPY . . 11:10:35 #126 CACHED 11:10:35 11:10:35 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 11:10:35 #127 CACHED 11:10:35 11:10:35 #128 [security-spiffe-token-provider builder 6/7] COPY . . 11:10:35 #128 DONE 2.3s 11:10:35 11:10:35 #129 [support-scheduler builder 6/7] COPY . . 11:10:35 #129 DONE 2.4s 11:10:35 11:10:35 #120 [core-keeper builder 7/8] COPY . . 11:10:35 #120 DONE 2.2s 11:10:35 11:10:35 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:10:35 #130 ... 11:10:35 11:10:35 #131 [core-metadata builder 6/7] COPY . . 11:10:35 #131 CACHED 11:10:35 11:10:35 #132 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #132 CACHED 11:10:35 11:10:35 #133 [core-metadata builder 4/7] COPY go.mod vendor* ./ 11:10:35 #133 CACHED 11:10:35 11:10:35 #134 [core-command builder 4/7] COPY go.mod vendor* ./ 11:10:35 #134 CACHED 11:10:35 11:10:35 #135 [core-command builder 6/7] COPY . . 11:10:35 #135 CACHED 11:10:35 11:10:35 #136 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #136 CACHED 11:10:35 11:10:35 #137 [security-proxy-auth builder 6/7] COPY . . 11:10:35 #137 CACHED 11:10:35 11:10:35 #138 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 11:10:35 #138 CACHED 11:10:35 11:10:35 #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #139 CACHED 11:10:35 11:10:35 #140 [core-data builder 4/7] COPY go.mod vendor* ./ 11:10:35 #140 CACHED 11:10:35 11:10:35 #141 [core-data builder 6/7] COPY . . 11:10:35 #141 CACHED 11:10:35 11:10:35 #142 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 11:10:35 #142 CACHED 11:10:35 11:10:35 #143 [core-common-config-bootstrapper builder 6/7] COPY . . 11:10:35 #143 DONE 2.3s 11:10:35 11:10:35 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:10:35 #144 ... 11:10:35 11:10:35 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:10:35 #0 6.140 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 11:10:35 #145 ... 11:10:35 11:10:35 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:10:35 #0 6.102 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 11:10:36 85f24e6b8fde: Pushed 11:10:36 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 11:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 11:10:37 c141c9c7d3fb: Preparing 11:10:37 b098943de82d: Preparing 11:10:37 14839fde3132: Preparing 11:10:37 85f24e6b8fde: Preparing 11:10:37 55d0604f387d: Preparing 11:10:37 93cbffcaf23a: Preparing 11:10:37 ff8f574cd654: Preparing 11:10:37 fc35e5414307: Preparing 11:10:37 097100c76c15: Preparing 11:10:37 93cbffcaf23a: Waiting 11:10:37 ff8f574cd654: Waiting 11:10:37 fc35e5414307: Waiting 11:10:37 097100c76c15: Waiting 11:10:37 85f24e6b8fde: Layer already exists 11:10:37 14839fde3132: Layer already exists 11:10:37 b098943de82d: Layer already exists 11:10:37 c141c9c7d3fb: Layer already exists 11:10:37 55d0604f387d: Layer already exists 11:10:37 ff8f574cd654: Layer already exists 11:10:37 fc35e5414307: Layer already exists 11:10:37 097100c76c15: Layer already exists 11:10:37 93cbffcaf23a: Layer already exists 11:10:37 latest: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:38 #146 ... 11:10:38 11:10:38 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:10:38 #130 8.452 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 11:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 11:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 11:10:38 c141c9c7d3fb: Preparing 11:10:38 b098943de82d: Preparing 11:10:38 14839fde3132: Preparing 11:10:38 85f24e6b8fde: Preparing 11:10:38 55d0604f387d: Preparing 11:10:38 93cbffcaf23a: Preparing 11:10:38 ff8f574cd654: Preparing 11:10:38 fc35e5414307: Preparing 11:10:38 097100c76c15: Preparing 11:10:38 93cbffcaf23a: Waiting 11:10:38 ff8f574cd654: Waiting 11:10:38 fc35e5414307: Waiting 11:10:38 097100c76c15: Waiting 11:10:38 c141c9c7d3fb: Layer already exists 11:10:38 14839fde3132: Layer already exists 11:10:38 55d0604f387d: Layer already exists 11:10:38 b098943de82d: Layer already exists 11:10:38 85f24e6b8fde: Layer already exists 11:10:38 93cbffcaf23a: Layer already exists 11:10:38 ff8f574cd654: Layer already exists 11:10:38 097100c76c15: Layer already exists 11:10:38 fc35e5414307: Layer already exists 11:10:38 4.1.0-dev.65: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 11:10:38 c141c9c7d3fb: Preparing 11:10:38 b098943de82d: Preparing 11:10:38 14839fde3132: Preparing 11:10:38 85f24e6b8fde: Preparing 11:10:38 55d0604f387d: Preparing 11:10:38 93cbffcaf23a: Preparing 11:10:38 ff8f574cd654: Preparing 11:10:38 fc35e5414307: Preparing 11:10:38 097100c76c15: Preparing 11:10:38 93cbffcaf23a: Waiting 11:10:38 ff8f574cd654: Waiting 11:10:38 fc35e5414307: Waiting 11:10:38 097100c76c15: Waiting 11:10:38 55d0604f387d: Layer already exists 11:10:38 c141c9c7d3fb: Layer already exists 11:10:38 14839fde3132: Layer already exists 11:10:38 85f24e6b8fde: Layer already exists 11:10:38 b098943de82d: Layer already exists 11:10:38 93cbffcaf23a: Layer already exists 11:10:38 ff8f574cd654: Layer already exists 11:10:38 fc35e5414307: Layer already exists 11:10:38 097100c76c15: Layer already exists 11:10:38 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:39 #130 ... 11:10:39 11:10:39 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:10:39 #0 8.448 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 11:10:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 11:10:39 #147 ... 11:10:39 11:10:39 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:10:39 #0 8.135 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:10:39 #148 ... 11:10:39 11:10:39 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:10:39 #0 9.212 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:39 #149 ... 11:10:39 11:10:39 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:10:39 #0 9.052 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:10:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 11:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 11:10:39 c141c9c7d3fb: Preparing 11:10:39 b098943de82d: Preparing 11:10:39 14839fde3132: Preparing 11:10:39 85f24e6b8fde: Preparing 11:10:39 55d0604f387d: Preparing 11:10:39 93cbffcaf23a: Preparing 11:10:39 ff8f574cd654: Preparing 11:10:39 fc35e5414307: Preparing 11:10:39 097100c76c15: Preparing 11:10:39 ff8f574cd654: Waiting 11:10:39 93cbffcaf23a: Waiting 11:10:39 fc35e5414307: Waiting 11:10:39 097100c76c15: Waiting 11:10:39 55d0604f387d: Layer already exists 11:10:39 b098943de82d: Layer already exists 11:10:39 85f24e6b8fde: Layer already exists 11:10:39 14839fde3132: Layer already exists 11:10:39 c141c9c7d3fb: Layer already exists 11:10:39 93cbffcaf23a: Layer already exists 11:10:39 ff8f574cd654: Layer already exists 11:10:39 fc35e5414307: Layer already exists 11:10:39 097100c76c15: Layer already exists 11:10:39 main: digest: sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:39 ===================================================== [Pipeline] echo 11:10:39 taggedImages: 11:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 11:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 11:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 11:10:39 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 11:10:39 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:39 latest 11:10:39 4.1.0-dev.65 11:10:39 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:39 main 11:10:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:39 #150 ... 11:10:39 11:10:39 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:10:39 #0 8.714 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 11:10:39 #151 ... 11:10:39 11:10:39 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:10:39 #0 9.655 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 11:10:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 11:10:40 #152 ... 11:10:40 11:10:40 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:10:40 #0 9.429 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [Pipeline] sh 11:10:40 #153 ... 11:10:40 11:10:40 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:10:40 #0 9.680 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:10:40 #154 ... 11:10:40 11:10:40 #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 11:10:40 #144 9.634 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 11:10:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 11:10:40 7d5568e05218: Preparing 11:10:40 4458941d8dc1: Preparing 11:10:40 0d50916b91b9: Preparing 11:10:40 37b747ec6407: Preparing 11:10:40 d7ba4570317b: Preparing 11:10:40 55d0604f387d: Preparing 11:10:40 93cbffcaf23a: Preparing 11:10:40 81ac412e6551: Preparing 11:10:40 f7a72a3fae94: Preparing 11:10:40 7cd90d6388c1: Preparing 11:10:40 097100c76c15: Preparing 11:10:40 93cbffcaf23a: Waiting 11:10:40 81ac412e6551: Waiting 11:10:40 f7a72a3fae94: Waiting 11:10:40 7cd90d6388c1: Waiting 11:10:40 097100c76c15: Waiting 11:10:40 55d0604f387d: Waiting 11:10:40 4458941d8dc1: Pushed 11:10:40 37b747ec6407: Pushed 11:10:40 7d5568e05218: Pushed 11:10:40 d7ba4570317b: Pushed 11:10:40 55d0604f387d: Layer already exists 11:10:40 93cbffcaf23a: Layer already exists 11:10:40 097100c76c15: Layer already exists 11:10:40 81ac412e6551: Pushed 11:10:40 f7a72a3fae94: Pushed 11:10:42 7cd90d6388c1: Pushed 11:10:43 0d50916b91b9: Pushed 11:10:43 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 11:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 11:10:43 7d5568e05218: Preparing 11:10:43 4458941d8dc1: Preparing 11:10:43 0d50916b91b9: Preparing 11:10:43 37b747ec6407: Preparing 11:10:43 d7ba4570317b: Preparing 11:10:43 55d0604f387d: Preparing 11:10:43 93cbffcaf23a: Preparing 11:10:43 81ac412e6551: Preparing 11:10:43 f7a72a3fae94: Preparing 11:10:43 7cd90d6388c1: Preparing 11:10:43 097100c76c15: Preparing 11:10:43 93cbffcaf23a: Waiting 11:10:43 81ac412e6551: Waiting 11:10:43 f7a72a3fae94: Waiting 11:10:43 7cd90d6388c1: Waiting 11:10:43 097100c76c15: Waiting 11:10:43 55d0604f387d: Waiting 11:10:43 0d50916b91b9: Layer already exists 11:10:43 37b747ec6407: Layer already exists 11:10:43 4458941d8dc1: Layer already exists 11:10:43 d7ba4570317b: Layer already exists 11:10:43 7d5568e05218: Layer already exists 11:10:43 55d0604f387d: Layer already exists 11:10:43 81ac412e6551: Layer already exists 11:10:43 f7a72a3fae94: Layer already exists 11:10:43 93cbffcaf23a: Layer already exists 11:10:43 7cd90d6388c1: Layer already exists 11:10:43 097100c76c15: Layer already exists 11:10:43 latest: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 11:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 11:10:44 7d5568e05218: Preparing 11:10:44 4458941d8dc1: Preparing 11:10:44 0d50916b91b9: Preparing 11:10:44 37b747ec6407: Preparing 11:10:44 d7ba4570317b: Preparing 11:10:44 55d0604f387d: Preparing 11:10:44 93cbffcaf23a: Preparing 11:10:44 81ac412e6551: Preparing 11:10:44 f7a72a3fae94: Preparing 11:10:44 7cd90d6388c1: Preparing 11:10:44 097100c76c15: Preparing 11:10:44 81ac412e6551: Waiting 11:10:44 f7a72a3fae94: Waiting 11:10:44 7cd90d6388c1: Waiting 11:10:44 55d0604f387d: Waiting 11:10:44 097100c76c15: Waiting 11:10:44 93cbffcaf23a: Waiting 11:10:44 d7ba4570317b: Layer already exists 11:10:44 7d5568e05218: Layer already exists 11:10:44 37b747ec6407: Layer already exists 11:10:44 4458941d8dc1: Layer already exists 11:10:44 0d50916b91b9: Layer already exists 11:10:44 55d0604f387d: Layer already exists 11:10:44 f7a72a3fae94: Layer already exists 11:10:44 93cbffcaf23a: Layer already exists 11:10:44 7cd90d6388c1: Layer already exists 11:10:44 81ac412e6551: Layer already exists 11:10:44 097100c76c15: Layer already exists 11:10:44 4.1.0-dev.65: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 11:10:45 7d5568e05218: Preparing 11:10:45 4458941d8dc1: Preparing 11:10:45 0d50916b91b9: Preparing 11:10:45 37b747ec6407: Preparing 11:10:45 d7ba4570317b: Preparing 11:10:45 55d0604f387d: Preparing 11:10:45 93cbffcaf23a: Preparing 11:10:45 81ac412e6551: Preparing 11:10:45 f7a72a3fae94: Preparing 11:10:45 7cd90d6388c1: Preparing 11:10:45 097100c76c15: Preparing 11:10:45 55d0604f387d: Waiting 11:10:45 81ac412e6551: Waiting 11:10:45 f7a72a3fae94: Waiting 11:10:45 93cbffcaf23a: Waiting 11:10:45 097100c76c15: Waiting 11:10:45 d7ba4570317b: Layer already exists 11:10:45 4458941d8dc1: Layer already exists 11:10:45 0d50916b91b9: Layer already exists 11:10:45 7d5568e05218: Layer already exists 11:10:45 37b747ec6407: Layer already exists 11:10:45 93cbffcaf23a: Layer already exists 11:10:45 55d0604f387d: Layer already exists 11:10:45 f7a72a3fae94: Layer already exists 11:10:45 81ac412e6551: Layer already exists 11:10:45 7cd90d6388c1: Layer already exists 11:10:45 097100c76c15: Layer already exists 11:10:45 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 11:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 11:10:45 7d5568e05218: Preparing 11:10:45 4458941d8dc1: Preparing 11:10:45 0d50916b91b9: Preparing 11:10:45 37b747ec6407: Preparing 11:10:45 d7ba4570317b: Preparing 11:10:45 55d0604f387d: Preparing 11:10:45 93cbffcaf23a: Preparing 11:10:45 81ac412e6551: Preparing 11:10:45 f7a72a3fae94: Preparing 11:10:45 7cd90d6388c1: Preparing 11:10:45 097100c76c15: Preparing 11:10:45 93cbffcaf23a: Waiting 11:10:45 f7a72a3fae94: Waiting 11:10:45 097100c76c15: Waiting 11:10:45 7cd90d6388c1: Waiting 11:10:45 55d0604f387d: Waiting 11:10:45 81ac412e6551: Waiting 11:10:45 37b747ec6407: Layer already exists 11:10:45 0d50916b91b9: Layer already exists 11:10:45 d7ba4570317b: Layer already exists 11:10:45 4458941d8dc1: Layer already exists 11:10:45 7d5568e05218: Layer already exists 11:10:45 81ac412e6551: Layer already exists 11:10:45 55d0604f387d: Layer already exists 11:10:45 f7a72a3fae94: Layer already exists 11:10:45 93cbffcaf23a: Layer already exists 11:10:45 7cd90d6388c1: Layer already exists 11:10:45 097100c76c15: Layer already exists 11:10:45 main: digest: sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:45 ===================================================== [Pipeline] echo 11:10:45 taggedImages: 11:10:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 11:10:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 11:10:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:45 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 11:10:45 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 11:10:45 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:45 latest 11:10:45 4.1.0-dev.65 11:10:45 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:45 main 11:10:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 11:10:46 5f2b4c088c8e: Preparing 11:10:46 ef88022406be: Preparing 11:10:46 51096676bd59: Preparing 11:10:46 052171c3ef6c: Preparing 11:10:46 3c8e33e4a21a: Preparing 11:10:46 1046f4f0dce3: Preparing 11:10:46 8e1e35ac1d58: Preparing 11:10:46 55d0604f387d: Preparing 11:10:46 93cbffcaf23a: Preparing 11:10:46 15329589d25a: Preparing 11:10:46 5d75b137ee6a: Preparing 11:10:46 097100c76c15: Preparing 11:10:46 1046f4f0dce3: Waiting 11:10:46 8e1e35ac1d58: Waiting 11:10:46 55d0604f387d: Waiting 11:10:46 93cbffcaf23a: Waiting 11:10:46 15329589d25a: Waiting 11:10:46 5d75b137ee6a: Waiting 11:10:46 097100c76c15: Waiting 11:10:46 5f2b4c088c8e: Pushed 11:10:46 ef88022406be: Pushed 11:10:46 3c8e33e4a21a: Pushed 11:10:46 55d0604f387d: Layer already exists 11:10:46 93cbffcaf23a: Layer already exists 11:10:46 8e1e35ac1d58: Pushed 11:10:46 1046f4f0dce3: Pushed 11:10:46 097100c76c15: Layer already exists 11:10:47 15329589d25a: Pushed 11:10:47 5d75b137ee6a: Pushed 11:10:49 052171c3ef6c: Pushed 11:10:49 51096676bd59: Pushed 11:10:49 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 11:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 11:10:50 5f2b4c088c8e: Preparing 11:10:50 ef88022406be: Preparing 11:10:50 51096676bd59: Preparing 11:10:50 052171c3ef6c: Preparing 11:10:50 3c8e33e4a21a: Preparing 11:10:50 1046f4f0dce3: Preparing 11:10:50 8e1e35ac1d58: Preparing 11:10:50 55d0604f387d: Preparing 11:10:50 93cbffcaf23a: Preparing 11:10:50 15329589d25a: Preparing 11:10:50 5d75b137ee6a: Preparing 11:10:50 097100c76c15: Preparing 11:10:50 1046f4f0dce3: Waiting 11:10:50 8e1e35ac1d58: Waiting 11:10:50 55d0604f387d: Waiting 11:10:50 93cbffcaf23a: Waiting 11:10:50 15329589d25a: Waiting 11:10:50 5d75b137ee6a: Waiting 11:10:50 097100c76c15: Waiting 11:10:50 ef88022406be: Layer already exists 11:10:50 5f2b4c088c8e: Layer already exists 11:10:50 51096676bd59: Layer already exists 11:10:50 052171c3ef6c: Layer already exists 11:10:50 3c8e33e4a21a: Layer already exists 11:10:50 1046f4f0dce3: Layer already exists 11:10:50 8e1e35ac1d58: Layer already exists 11:10:50 55d0604f387d: Layer already exists 11:10:50 15329589d25a: Layer already exists 11:10:50 93cbffcaf23a: Layer already exists 11:10:50 5d75b137ee6a: Layer already exists 11:10:50 097100c76c15: Layer already exists 11:10:50 latest: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 11:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 11:10:50 5f2b4c088c8e: Preparing 11:10:50 ef88022406be: Preparing 11:10:50 51096676bd59: Preparing 11:10:50 052171c3ef6c: Preparing 11:10:50 3c8e33e4a21a: Preparing 11:10:50 1046f4f0dce3: Preparing 11:10:50 8e1e35ac1d58: Preparing 11:10:50 55d0604f387d: Preparing 11:10:50 93cbffcaf23a: Preparing 11:10:50 15329589d25a: Preparing 11:10:50 5d75b137ee6a: Preparing 11:10:50 097100c76c15: Preparing 11:10:50 097100c76c15: Waiting 11:10:50 5d75b137ee6a: Waiting 11:10:50 55d0604f387d: Waiting 11:10:50 93cbffcaf23a: Waiting 11:10:50 1046f4f0dce3: Waiting 11:10:50 15329589d25a: Waiting 11:10:50 8e1e35ac1d58: Waiting 11:10:50 3c8e33e4a21a: Layer already exists 11:10:50 ef88022406be: Layer already exists 11:10:50 51096676bd59: Layer already exists 11:10:50 052171c3ef6c: Layer already exists 11:10:50 5f2b4c088c8e: Layer already exists 11:10:50 1046f4f0dce3: Layer already exists 11:10:50 8e1e35ac1d58: Layer already exists 11:10:50 55d0604f387d: Layer already exists 11:10:50 93cbffcaf23a: Layer already exists 11:10:50 15329589d25a: Layer already exists 11:10:50 5d75b137ee6a: Layer already exists 11:10:50 097100c76c15: Layer already exists 11:10:50 4.1.0-dev.65: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:50 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 11:10:51 5f2b4c088c8e: Preparing 11:10:51 ef88022406be: Preparing 11:10:51 51096676bd59: Preparing 11:10:51 052171c3ef6c: Preparing 11:10:51 3c8e33e4a21a: Preparing 11:10:51 1046f4f0dce3: Preparing 11:10:51 8e1e35ac1d58: Preparing 11:10:51 55d0604f387d: Preparing 11:10:51 93cbffcaf23a: Preparing 11:10:51 15329589d25a: Preparing 11:10:51 5d75b137ee6a: Preparing 11:10:51 097100c76c15: Preparing 11:10:51 55d0604f387d: Waiting 11:10:51 93cbffcaf23a: Waiting 11:10:51 15329589d25a: Waiting 11:10:51 5d75b137ee6a: Waiting 11:10:51 097100c76c15: Waiting 11:10:51 1046f4f0dce3: Waiting 11:10:51 8e1e35ac1d58: Waiting 11:10:51 51096676bd59: Layer already exists 11:10:51 3c8e33e4a21a: Layer already exists 11:10:51 ef88022406be: Layer already exists 11:10:51 052171c3ef6c: Layer already exists 11:10:51 5f2b4c088c8e: Layer already exists 11:10:51 93cbffcaf23a: Layer already exists 11:10:51 8e1e35ac1d58: Layer already exists 11:10:51 55d0604f387d: Layer already exists 11:10:51 1046f4f0dce3: Layer already exists 11:10:51 15329589d25a: Layer already exists 11:10:51 097100c76c15: Layer already exists 11:10:51 5d75b137ee6a: Layer already exists 11:10:51 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 11:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 11:10:51 5f2b4c088c8e: Preparing 11:10:51 ef88022406be: Preparing 11:10:51 51096676bd59: Preparing 11:10:51 052171c3ef6c: Preparing 11:10:51 3c8e33e4a21a: Preparing 11:10:51 1046f4f0dce3: Preparing 11:10:51 8e1e35ac1d58: Preparing 11:10:51 55d0604f387d: Preparing 11:10:51 93cbffcaf23a: Preparing 11:10:51 15329589d25a: Preparing 11:10:51 5d75b137ee6a: Preparing 11:10:51 097100c76c15: Preparing 11:10:51 8e1e35ac1d58: Waiting 11:10:51 1046f4f0dce3: Waiting 11:10:51 55d0604f387d: Waiting 11:10:51 93cbffcaf23a: Waiting 11:10:51 15329589d25a: Waiting 11:10:51 5d75b137ee6a: Waiting 11:10:51 097100c76c15: Waiting 11:10:51 052171c3ef6c: Layer already exists 11:10:51 ef88022406be: Layer already exists 11:10:51 5f2b4c088c8e: Layer already exists 11:10:51 3c8e33e4a21a: Layer already exists 11:10:51 51096676bd59: Layer already exists 11:10:51 55d0604f387d: Layer already exists 11:10:51 8e1e35ac1d58: Layer already exists 11:10:51 1046f4f0dce3: Layer already exists 11:10:51 93cbffcaf23a: Layer already exists 11:10:51 15329589d25a: Layer already exists 11:10:51 5d75b137ee6a: Layer already exists 11:10:51 097100c76c15: Layer already exists 11:10:51 main: digest: sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:52 ===================================================== [Pipeline] echo 11:10:52 taggedImages: 11:10:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 11:10:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 11:10:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:52 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 11:10:52 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 11:10:52 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:52 latest 11:10:52 4.1.0-dev.65 11:10:52 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:52 main 11:10:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:52 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 11:10:52 9b8756ac7c39: Preparing 11:10:52 585eadaafa09: Preparing 11:10:52 55d0604f387d: Preparing 11:10:52 93cbffcaf23a: Preparing 11:10:52 97cd4d4e92ec: Preparing 11:10:52 2c346a21b841: Preparing 11:10:52 097100c76c15: Preparing 11:10:52 2c346a21b841: Waiting 11:10:52 097100c76c15: Waiting 11:10:52 55d0604f387d: Layer already exists 11:10:52 93cbffcaf23a: Layer already exists 11:10:52 097100c76c15: Layer already exists 11:10:52 9b8756ac7c39: Pushed 11:10:53 97cd4d4e92ec: Pushed 11:10:53 2c346a21b841: Pushed 11:10:56 585eadaafa09: Pushed 11:10:56 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:56 + 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 11:10:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 11:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 11:10:56 9b8756ac7c39: Preparing 11:10:56 585eadaafa09: Preparing 11:10:56 55d0604f387d: Preparing 11:10:56 93cbffcaf23a: Preparing 11:10:56 97cd4d4e92ec: Preparing 11:10:56 2c346a21b841: Preparing 11:10:56 097100c76c15: Preparing 11:10:56 2c346a21b841: Waiting 11:10:56 097100c76c15: Waiting 11:10:56 9b8756ac7c39: Layer already exists 11:10:56 55d0604f387d: Layer already exists 11:10:56 93cbffcaf23a: Layer already exists 11:10:56 585eadaafa09: Layer already exists 11:10:56 97cd4d4e92ec: Layer already exists 11:10:56 2c346a21b841: Layer already exists 11:10:56 097100c76c15: Layer already exists 11:10:56 latest: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 11:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 11:10:57 9b8756ac7c39: Preparing 11:10:57 585eadaafa09: Preparing 11:10:57 55d0604f387d: Preparing 11:10:57 93cbffcaf23a: Preparing 11:10:57 97cd4d4e92ec: Preparing 11:10:57 2c346a21b841: Preparing 11:10:57 097100c76c15: Preparing 11:10:57 2c346a21b841: Waiting 11:10:57 097100c76c15: Waiting 11:10:57 93cbffcaf23a: Layer already exists 11:10:57 97cd4d4e92ec: Layer already exists 11:10:57 55d0604f387d: Layer already exists 11:10:57 585eadaafa09: Layer already exists 11:10:57 9b8756ac7c39: Layer already exists 11:10:57 2c346a21b841: Layer already exists 11:10:57 097100c76c15: Layer already exists 11:10:57 4.1.0-dev.65: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:57 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 11:10:58 9b8756ac7c39: Preparing 11:10:58 585eadaafa09: Preparing 11:10:58 55d0604f387d: Preparing 11:10:58 93cbffcaf23a: Preparing 11:10:58 97cd4d4e92ec: Preparing 11:10:58 2c346a21b841: Preparing 11:10:58 097100c76c15: Preparing 11:10:58 2c346a21b841: Waiting 11:10:58 097100c76c15: Waiting 11:10:58 97cd4d4e92ec: Layer already exists 11:10:58 93cbffcaf23a: Layer already exists 11:10:58 55d0604f387d: Layer already exists 11:10:58 9b8756ac7c39: Layer already exists 11:10:58 585eadaafa09: Layer already exists 11:10:58 2c346a21b841: Layer already exists 11:10:58 097100c76c15: Layer already exists 11:10:58 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:58 + 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 11:10:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 11:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 11:10:58 9b8756ac7c39: Preparing 11:10:58 585eadaafa09: Preparing 11:10:58 55d0604f387d: Preparing 11:10:58 93cbffcaf23a: Preparing 11:10:58 97cd4d4e92ec: Preparing 11:10:58 2c346a21b841: Preparing 11:10:58 097100c76c15: Preparing 11:10:58 2c346a21b841: Waiting 11:10:58 097100c76c15: Waiting 11:10:58 93cbffcaf23a: Layer already exists 11:10:58 97cd4d4e92ec: Layer already exists 11:10:58 55d0604f387d: Layer already exists 11:10:58 9b8756ac7c39: Layer already exists 11:10:58 585eadaafa09: Layer already exists 11:10:58 2c346a21b841: Layer already exists 11:10:58 097100c76c15: Layer already exists 11:10:58 main: digest: sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:10:58 ===================================================== [Pipeline] echo 11:10:58 taggedImages: 11:10:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 11:10:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 11:10:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:58 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 11:10:58 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 11:10:58 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:58 latest 11:10:58 4.1.0-dev.65 11:10:58 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:10:58 main 11:10:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:10:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 11:10:59 0ca4859d8ac6: Preparing 11:10:59 620893c74743: Preparing 11:10:59 61824b8e2325: Preparing 11:10:59 55d0604f387d: Preparing 11:10:59 93cbffcaf23a: Preparing 11:10:59 7c0a3bea93b3: Preparing 11:10:59 233c445022d0: Preparing 11:10:59 105c514b9c84: Preparing 11:10:59 3bcc55699c06: Preparing 11:10:59 097100c76c15: Preparing 11:10:59 7c0a3bea93b3: Waiting 11:10:59 3bcc55699c06: Waiting 11:10:59 097100c76c15: Waiting 11:10:59 233c445022d0: Waiting 11:10:59 105c514b9c84: Waiting 11:10:59 55d0604f387d: Layer already exists 11:10:59 93cbffcaf23a: Layer already exists 11:10:59 620893c74743: Pushed 11:10:59 0ca4859d8ac6: Pushed 11:10:59 61824b8e2325: Pushed 11:10:59 097100c76c15: Layer already exists 11:10:59 105c514b9c84: Pushed 11:11:00 3bcc55699c06: Pushed 11:11:04 233c445022d0: Pushed 11:11:10 7c0a3bea93b3: Pushed 11:11:10 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 11:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 11:11:11 0ca4859d8ac6: Preparing 11:11:11 620893c74743: Preparing 11:11:11 61824b8e2325: Preparing 11:11:11 55d0604f387d: Preparing 11:11:11 93cbffcaf23a: Preparing 11:11:11 7c0a3bea93b3: Preparing 11:11:11 233c445022d0: Preparing 11:11:11 105c514b9c84: Preparing 11:11:11 7c0a3bea93b3: Waiting 11:11:11 233c445022d0: Waiting 11:11:11 3bcc55699c06: Preparing 11:11:11 097100c76c15: Preparing 11:11:11 3bcc55699c06: Waiting 11:11:11 105c514b9c84: Waiting 11:11:11 097100c76c15: Waiting 11:11:11 61824b8e2325: Layer already exists 11:11:11 93cbffcaf23a: Layer already exists 11:11:11 0ca4859d8ac6: Layer already exists 11:11:11 620893c74743: Layer already exists 11:11:11 55d0604f387d: Layer already exists 11:11:11 7c0a3bea93b3: Layer already exists 11:11:11 233c445022d0: Layer already exists 11:11:11 3bcc55699c06: Layer already exists 11:11:11 105c514b9c84: Layer already exists 11:11:11 097100c76c15: Layer already exists 11:11:11 latest: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 11:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 11:11:12 0ca4859d8ac6: Preparing 11:11:12 620893c74743: Preparing 11:11:12 61824b8e2325: Preparing 11:11:12 55d0604f387d: Preparing 11:11:12 93cbffcaf23a: Preparing 11:11:12 7c0a3bea93b3: Preparing 11:11:12 233c445022d0: Preparing 11:11:12 105c514b9c84: Preparing 11:11:12 3bcc55699c06: Preparing 11:11:12 097100c76c15: Preparing 11:11:12 3bcc55699c06: Waiting 11:11:12 097100c76c15: Waiting 11:11:12 7c0a3bea93b3: Waiting 11:11:12 233c445022d0: Waiting 11:11:12 105c514b9c84: Waiting 11:11:12 93cbffcaf23a: Layer already exists 11:11:12 61824b8e2325: Layer already exists 11:11:12 620893c74743: Layer already exists 11:11:12 0ca4859d8ac6: Layer already exists 11:11:12 55d0604f387d: Layer already exists 11:11:12 233c445022d0: Layer already exists 11:11:12 7c0a3bea93b3: Layer already exists 11:11:12 105c514b9c84: Layer already exists 11:11:12 097100c76c15: Layer already exists 11:11:12 3bcc55699c06: Layer already exists 11:11:12 4.1.0-dev.65: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 11:11:12 0ca4859d8ac6: Preparing 11:11:12 620893c74743: Preparing 11:11:12 61824b8e2325: Preparing 11:11:12 55d0604f387d: Preparing 11:11:12 93cbffcaf23a: Preparing 11:11:12 7c0a3bea93b3: Preparing 11:11:12 233c445022d0: Preparing 11:11:12 105c514b9c84: Preparing 11:11:12 3bcc55699c06: Preparing 11:11:12 097100c76c15: Preparing 11:11:12 7c0a3bea93b3: Waiting 11:11:12 233c445022d0: Waiting 11:11:12 105c514b9c84: Waiting 11:11:12 3bcc55699c06: Waiting 11:11:12 097100c76c15: Waiting 11:11:12 61824b8e2325: Layer already exists 11:11:12 93cbffcaf23a: Layer already exists 11:11:12 55d0604f387d: Layer already exists 11:11:12 620893c74743: Layer already exists 11:11:12 0ca4859d8ac6: Layer already exists 11:11:12 105c514b9c84: Layer already exists 11:11:12 233c445022d0: Layer already exists 11:11:12 3bcc55699c06: Layer already exists 11:11:12 7c0a3bea93b3: Layer already exists 11:11:12 097100c76c15: Layer already exists 11:11:12 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 11:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 11:11:13 0ca4859d8ac6: Preparing 11:11:13 620893c74743: Preparing 11:11:13 61824b8e2325: Preparing 11:11:13 55d0604f387d: Preparing 11:11:13 93cbffcaf23a: Preparing 11:11:13 7c0a3bea93b3: Preparing 11:11:13 233c445022d0: Preparing 11:11:13 105c514b9c84: Preparing 11:11:13 3bcc55699c06: Preparing 11:11:13 097100c76c15: Preparing 11:11:13 7c0a3bea93b3: Waiting 11:11:13 233c445022d0: Waiting 11:11:13 105c514b9c84: Waiting 11:11:13 097100c76c15: Waiting 11:11:13 3bcc55699c06: Waiting 11:11:13 620893c74743: Layer already exists 11:11:13 61824b8e2325: Layer already exists 11:11:13 93cbffcaf23a: Layer already exists 11:11:13 0ca4859d8ac6: Layer already exists 11:11:13 55d0604f387d: Layer already exists 11:11:13 7c0a3bea93b3: Layer already exists 11:11:13 233c445022d0: Layer already exists 11:11:13 097100c76c15: Layer already exists 11:11:13 105c514b9c84: Layer already exists 11:11:13 3bcc55699c06: Layer already exists 11:11:13 main: digest: sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:13 ===================================================== [Pipeline] echo 11:11:13 taggedImages: 11:11:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 11:11:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 11:11:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 11:11:13 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 11:11:13 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:13 latest 11:11:13 4.1.0-dev.65 11:11:13 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:13 main 11:11:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 11:11:14 1d1a5f899ea5: Preparing 11:11:14 6f833295e94b: Preparing 11:11:14 9a408b3802b4: Preparing 11:11:14 55d0604f387d: Preparing 11:11:14 93cbffcaf23a: Preparing 11:11:14 9b5b347a1a96: Preparing 11:11:14 a408e7618471: Preparing 11:11:14 1f5a9a4aece0: Preparing 11:11:14 097100c76c15: Preparing 11:11:14 9b5b347a1a96: Waiting 11:11:14 a408e7618471: Waiting 11:11:14 097100c76c15: Waiting 11:11:14 1f5a9a4aece0: Waiting 11:11:14 55d0604f387d: Layer already exists 11:11:14 93cbffcaf23a: Layer already exists 11:11:14 6f833295e94b: Pushed 11:11:14 1d1a5f899ea5: Pushed 11:11:14 9a408b3802b4: Pushed 11:11:14 097100c76c15: Layer already exists 11:11:14 1f5a9a4aece0: Pushed 11:11:15 a408e7618471: Pushed 11:11:27 9b5b347a1a96: Pushed 11:11:27 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:27 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 11:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 11:11:28 1d1a5f899ea5: Preparing 11:11:28 6f833295e94b: Preparing 11:11:28 9a408b3802b4: Preparing 11:11:28 55d0604f387d: Preparing 11:11:28 93cbffcaf23a: Preparing 11:11:28 9b5b347a1a96: Preparing 11:11:28 a408e7618471: Preparing 11:11:28 1f5a9a4aece0: Preparing 11:11:28 097100c76c15: Preparing 11:11:28 9b5b347a1a96: Waiting 11:11:28 a408e7618471: Waiting 11:11:28 1f5a9a4aece0: Waiting 11:11:28 097100c76c15: Waiting 11:11:28 93cbffcaf23a: Layer already exists 11:11:28 9a408b3802b4: Layer already exists 11:11:28 6f833295e94b: Layer already exists 11:11:28 55d0604f387d: Layer already exists 11:11:28 1d1a5f899ea5: Layer already exists 11:11:28 9b5b347a1a96: Layer already exists 11:11:28 a408e7618471: Layer already exists 11:11:28 1f5a9a4aece0: Layer already exists 11:11:28 097100c76c15: Layer already exists 11:11:28 latest: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:28 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 11:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 11:11:28 1d1a5f899ea5: Preparing 11:11:28 6f833295e94b: Preparing 11:11:28 9a408b3802b4: Preparing 11:11:28 55d0604f387d: Preparing 11:11:28 93cbffcaf23a: Preparing 11:11:28 9b5b347a1a96: Preparing 11:11:28 a408e7618471: Preparing 11:11:28 1f5a9a4aece0: Preparing 11:11:28 097100c76c15: Preparing 11:11:28 a408e7618471: Waiting 11:11:28 1f5a9a4aece0: Waiting 11:11:28 9b5b347a1a96: Waiting 11:11:28 097100c76c15: Waiting 11:11:28 93cbffcaf23a: Layer already exists 11:11:28 1d1a5f899ea5: Layer already exists 11:11:28 6f833295e94b: Layer already exists 11:11:28 55d0604f387d: Layer already exists 11:11:28 9a408b3802b4: Layer already exists 11:11:28 097100c76c15: Layer already exists 11:11:28 1f5a9a4aece0: Layer already exists 11:11:28 9b5b347a1a96: Layer already exists 11:11:28 a408e7618471: Layer already exists 11:11:28 4.1.0-dev.65: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 11:11:29 1d1a5f899ea5: Preparing 11:11:29 6f833295e94b: Preparing 11:11:29 9a408b3802b4: Preparing 11:11:29 55d0604f387d: Preparing 11:11:29 93cbffcaf23a: Preparing 11:11:29 9b5b347a1a96: Preparing 11:11:29 a408e7618471: Preparing 11:11:29 1f5a9a4aece0: Preparing 11:11:29 097100c76c15: Preparing 11:11:29 a408e7618471: Waiting 11:11:29 9b5b347a1a96: Waiting 11:11:29 1f5a9a4aece0: Waiting 11:11:29 097100c76c15: Waiting 11:11:29 1d1a5f899ea5: Layer already exists 11:11:29 55d0604f387d: Layer already exists 11:11:29 6f833295e94b: Layer already exists 11:11:29 93cbffcaf23a: Layer already exists 11:11:29 9a408b3802b4: Layer already exists 11:11:29 a408e7618471: Layer already exists 11:11:29 1f5a9a4aece0: Layer already exists 11:11:29 9b5b347a1a96: Layer already exists 11:11:29 097100c76c15: Layer already exists 11:11:29 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:29 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 11:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 11:11:30 1d1a5f899ea5: Preparing 11:11:30 6f833295e94b: Preparing 11:11:30 9a408b3802b4: Preparing 11:11:30 55d0604f387d: Preparing 11:11:30 93cbffcaf23a: Preparing 11:11:30 9b5b347a1a96: Preparing 11:11:30 a408e7618471: Preparing 11:11:30 1f5a9a4aece0: Preparing 11:11:30 097100c76c15: Preparing 11:11:30 9b5b347a1a96: Waiting 11:11:30 a408e7618471: Waiting 11:11:30 1f5a9a4aece0: Waiting 11:11:30 097100c76c15: Waiting 11:11:30 93cbffcaf23a: Layer already exists 11:11:30 9a408b3802b4: Layer already exists 11:11:30 1d1a5f899ea5: Layer already exists 11:11:30 6f833295e94b: Layer already exists 11:11:30 55d0604f387d: Layer already exists 11:11:30 a408e7618471: Layer already exists 11:11:30 1f5a9a4aece0: Layer already exists 11:11:30 9b5b347a1a96: Layer already exists 11:11:30 097100c76c15: Layer already exists 11:11:30 main: digest: sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:30 ===================================================== [Pipeline] echo 11:11:30 taggedImages: 11:11:30 - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:30 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 11:11:30 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 11:11:30 - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:30 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 11:11:30 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 11:11:30 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:30 latest 11:11:30 4.1.0-dev.65 11:11:30 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:30 main 11:11:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:30 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 11:11:30 0ca4859d8ac6: Preparing 11:11:30 8344aca79462: Preparing 11:11:30 c8b25c39aa72: Preparing 11:11:30 55d0604f387d: Preparing 11:11:30 93cbffcaf23a: Preparing 11:11:30 7c0a3bea93b3: Preparing 11:11:30 105c514b9c84: Preparing 11:11:30 3bcc55699c06: Preparing 11:11:30 097100c76c15: Preparing 11:11:30 7c0a3bea93b3: Waiting 11:11:30 105c514b9c84: Waiting 11:11:30 3bcc55699c06: Waiting 11:11:30 097100c76c15: Waiting 11:11:30 0ca4859d8ac6: Layer already exists 11:11:30 55d0604f387d: Layer already exists 11:11:30 93cbffcaf23a: Layer already exists 11:11:30 7c0a3bea93b3: Layer already exists 11:11:30 3bcc55699c06: Layer already exists 11:11:30 105c514b9c84: Layer already exists 11:11:30 097100c76c15: Layer already exists 11:11:30 8344aca79462: Pushed 11:11:30 c8b25c39aa72: Pushed 11:11:31 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:31 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 11:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 11:11:31 0ca4859d8ac6: Preparing 11:11:31 8344aca79462: Preparing 11:11:31 c8b25c39aa72: Preparing 11:11:31 55d0604f387d: Preparing 11:11:31 93cbffcaf23a: Preparing 11:11:31 7c0a3bea93b3: Preparing 11:11:31 105c514b9c84: Preparing 11:11:31 3bcc55699c06: Preparing 11:11:31 097100c76c15: Preparing 11:11:31 7c0a3bea93b3: Waiting 11:11:31 105c514b9c84: Waiting 11:11:31 3bcc55699c06: Waiting 11:11:31 097100c76c15: Waiting 11:11:31 0ca4859d8ac6: Layer already exists 11:11:31 55d0604f387d: Layer already exists 11:11:31 c8b25c39aa72: Layer already exists 11:11:31 93cbffcaf23a: Layer already exists 11:11:31 8344aca79462: Layer already exists 11:11:31 7c0a3bea93b3: Layer already exists 11:11:31 105c514b9c84: Layer already exists 11:11:31 3bcc55699c06: Layer already exists 11:11:31 097100c76c15: Layer already exists 11:11:31 latest: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 11:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 11:11:32 0ca4859d8ac6: Preparing 11:11:32 8344aca79462: Preparing 11:11:32 c8b25c39aa72: Preparing 11:11:32 55d0604f387d: Preparing 11:11:32 93cbffcaf23a: Preparing 11:11:32 7c0a3bea93b3: Preparing 11:11:32 105c514b9c84: Preparing 11:11:32 3bcc55699c06: Preparing 11:11:32 097100c76c15: Preparing 11:11:32 105c514b9c84: Waiting 11:11:32 3bcc55699c06: Waiting 11:11:32 097100c76c15: Waiting 11:11:32 7c0a3bea93b3: Waiting 11:11:32 0ca4859d8ac6: Layer already exists 11:11:32 c8b25c39aa72: Layer already exists 11:11:32 8344aca79462: Layer already exists 11:11:32 55d0604f387d: Layer already exists 11:11:32 93cbffcaf23a: Layer already exists 11:11:32 3bcc55699c06: Layer already exists 11:11:32 7c0a3bea93b3: Layer already exists 11:11:32 105c514b9c84: Layer already exists 11:11:32 097100c76c15: Layer already exists 11:11:32 4.1.0-dev.65: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:32 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 11:11:33 0ca4859d8ac6: Preparing 11:11:33 8344aca79462: Preparing 11:11:33 c8b25c39aa72: Preparing 11:11:33 55d0604f387d: Preparing 11:11:33 93cbffcaf23a: Preparing 11:11:33 7c0a3bea93b3: Preparing 11:11:33 105c514b9c84: Preparing 11:11:33 3bcc55699c06: Preparing 11:11:33 097100c76c15: Preparing 11:11:33 7c0a3bea93b3: Waiting 11:11:33 105c514b9c84: Waiting 11:11:33 097100c76c15: Waiting 11:11:33 3bcc55699c06: Waiting 11:11:33 8344aca79462: Layer already exists 11:11:33 0ca4859d8ac6: Layer already exists 11:11:33 c8b25c39aa72: Layer already exists 11:11:33 93cbffcaf23a: Layer already exists 11:11:33 55d0604f387d: Layer already exists 11:11:33 3bcc55699c06: Layer already exists 11:11:33 105c514b9c84: Layer already exists 11:11:33 7c0a3bea93b3: Layer already exists 11:11:33 097100c76c15: Layer already exists 11:11:33 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:33 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 11:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 11:11:33 0ca4859d8ac6: Preparing 11:11:33 8344aca79462: Preparing 11:11:33 c8b25c39aa72: Preparing 11:11:33 55d0604f387d: Preparing 11:11:33 93cbffcaf23a: Preparing 11:11:33 7c0a3bea93b3: Preparing 11:11:33 105c514b9c84: Preparing 11:11:33 3bcc55699c06: Preparing 11:11:33 097100c76c15: Preparing 11:11:33 105c514b9c84: Waiting 11:11:33 097100c76c15: Waiting 11:11:33 3bcc55699c06: Waiting 11:11:33 7c0a3bea93b3: Waiting 11:11:33 c8b25c39aa72: Layer already exists 11:11:33 93cbffcaf23a: Layer already exists 11:11:33 55d0604f387d: Layer already exists 11:11:33 0ca4859d8ac6: Layer already exists 11:11:33 8344aca79462: Layer already exists 11:11:33 7c0a3bea93b3: Layer already exists 11:11:33 105c514b9c84: Layer already exists 11:11:33 3bcc55699c06: Layer already exists 11:11:33 097100c76c15: Layer already exists 11:11:33 main: digest: sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:33 ===================================================== [Pipeline] echo 11:11:33 taggedImages: 11:11:33 - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:33 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 11:11:33 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 11:11:33 - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:33 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 11:11:33 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 11:11:33 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:33 latest 11:11:33 4.1.0-dev.65 11:11:33 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:33 main 11:11:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 11:11:34 76a960e13c05: Preparing 11:11:34 e82a1389183f: Preparing 11:11:34 55d0604f387d: Preparing 11:11:34 93cbffcaf23a: Preparing 11:11:34 0d81d6d2162a: Preparing 11:11:34 e220289ed245: Preparing 11:11:34 097100c76c15: Preparing 11:11:34 097100c76c15: Waiting 11:11:34 e220289ed245: Waiting 11:11:34 55d0604f387d: Layer already exists 11:11:34 93cbffcaf23a: Layer already exists 11:11:34 097100c76c15: Layer already exists 11:11:34 76a960e13c05: Pushed 11:11:35 e220289ed245: Pushed 11:11:35 0d81d6d2162a: Pushed 11:11:38 e82a1389183f: Pushed 11:11:38 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 11:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 11:11:39 76a960e13c05: Preparing 11:11:39 e82a1389183f: Preparing 11:11:39 55d0604f387d: Preparing 11:11:39 93cbffcaf23a: Preparing 11:11:39 0d81d6d2162a: Preparing 11:11:39 e220289ed245: Preparing 11:11:39 097100c76c15: Preparing 11:11:39 e220289ed245: Waiting 11:11:39 097100c76c15: Waiting 11:11:39 55d0604f387d: Layer already exists 11:11:39 e82a1389183f: Layer already exists 11:11:39 76a960e13c05: Layer already exists 11:11:39 93cbffcaf23a: Layer already exists 11:11:39 0d81d6d2162a: Layer already exists 11:11:39 e220289ed245: Layer already exists 11:11:39 097100c76c15: Layer already exists 11:11:39 latest: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 11:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 11:11:40 76a960e13c05: Preparing 11:11:40 e82a1389183f: Preparing 11:11:40 55d0604f387d: Preparing 11:11:40 93cbffcaf23a: Preparing 11:11:40 0d81d6d2162a: Preparing 11:11:40 e220289ed245: Preparing 11:11:40 097100c76c15: Preparing 11:11:40 097100c76c15: Waiting 11:11:40 e220289ed245: Waiting 11:11:40 93cbffcaf23a: Layer already exists 11:11:40 e82a1389183f: Layer already exists 11:11:40 0d81d6d2162a: Layer already exists 11:11:40 76a960e13c05: Layer already exists 11:11:40 55d0604f387d: Layer already exists 11:11:40 e220289ed245: Layer already exists 11:11:40 097100c76c15: Layer already exists 11:11:40 4.1.0-dev.65: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 11:11:40 76a960e13c05: Preparing 11:11:40 e82a1389183f: Preparing 11:11:40 55d0604f387d: Preparing 11:11:40 93cbffcaf23a: Preparing 11:11:40 0d81d6d2162a: Preparing 11:11:40 e220289ed245: Preparing 11:11:40 097100c76c15: Preparing 11:11:40 e220289ed245: Waiting 11:11:40 097100c76c15: Waiting 11:11:40 93cbffcaf23a: Layer already exists 11:11:40 55d0604f387d: Layer already exists 11:11:40 76a960e13c05: Layer already exists 11:11:40 0d81d6d2162a: Layer already exists 11:11:40 e82a1389183f: Layer already exists 11:11:40 e220289ed245: Layer already exists 11:11:40 097100c76c15: Layer already exists 11:11:40 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 11:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 11:11:41 76a960e13c05: Preparing 11:11:41 e82a1389183f: Preparing 11:11:41 55d0604f387d: Preparing 11:11:41 93cbffcaf23a: Preparing 11:11:41 0d81d6d2162a: Preparing 11:11:41 e220289ed245: Preparing 11:11:41 097100c76c15: Preparing 11:11:41 e220289ed245: Waiting 11:11:41 097100c76c15: Waiting 11:11:41 55d0604f387d: Layer already exists 11:11:41 76a960e13c05: Layer already exists 11:11:41 0d81d6d2162a: Layer already exists 11:11:41 93cbffcaf23a: Layer already exists 11:11:41 e82a1389183f: Layer already exists 11:11:41 097100c76c15: Layer already exists 11:11:41 e220289ed245: Layer already exists 11:11:41 main: digest: sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:41 ===================================================== [Pipeline] echo 11:11:41 taggedImages: 11:11:41 - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:41 - nexus3.edgexfoundry.org:10004/support-notifications:latest 11:11:41 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 11:11:41 - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:41 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 11:11:41 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 11:11:41 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:41 latest 11:11:41 4.1.0-dev.65 11:11:41 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:41 main 11:11:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:41 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 11:11:42 1dd67256eb64: Preparing 11:11:42 690be7175037: Preparing 11:11:42 55d0604f387d: Preparing 11:11:42 93cbffcaf23a: Preparing 11:11:42 c5e757a2c357: Preparing 11:11:42 120a5e3cf035: Preparing 11:11:42 097100c76c15: Preparing 11:11:42 120a5e3cf035: Waiting 11:11:42 097100c76c15: Waiting 11:11:42 55d0604f387d: Layer already exists 11:11:42 93cbffcaf23a: Layer already exists 11:11:42 097100c76c15: Layer already exists 11:11:42 1dd67256eb64: Pushed 11:11:42 120a5e3cf035: Pushed 11:11:42 c5e757a2c357: Pushed 11:11:45 690be7175037: Pushed 11:11:45 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 11:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 11:11:46 1dd67256eb64: Preparing 11:11:46 690be7175037: Preparing 11:11:46 55d0604f387d: Preparing 11:11:46 93cbffcaf23a: Preparing 11:11:46 c5e757a2c357: Preparing 11:11:46 120a5e3cf035: Preparing 11:11:46 097100c76c15: Preparing 11:11:46 120a5e3cf035: Waiting 11:11:46 097100c76c15: Waiting 11:11:46 1dd67256eb64: Layer already exists 11:11:46 93cbffcaf23a: Layer already exists 11:11:46 c5e757a2c357: Layer already exists 11:11:46 690be7175037: Layer already exists 11:11:46 55d0604f387d: Layer already exists 11:11:46 097100c76c15: Layer already exists 11:11:46 120a5e3cf035: Layer already exists 11:11:46 latest: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:46 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 11:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 11:11:47 1dd67256eb64: Preparing 11:11:47 690be7175037: Preparing 11:11:47 55d0604f387d: Preparing 11:11:47 93cbffcaf23a: Preparing 11:11:47 c5e757a2c357: Preparing 11:11:47 120a5e3cf035: Preparing 11:11:47 097100c76c15: Preparing 11:11:47 120a5e3cf035: Waiting 11:11:47 097100c76c15: Waiting 11:11:47 55d0604f387d: Layer already exists 11:11:47 690be7175037: Layer already exists 11:11:47 1dd67256eb64: Layer already exists 11:11:47 93cbffcaf23a: Layer already exists 11:11:47 c5e757a2c357: Layer already exists 11:11:47 120a5e3cf035: Layer already exists 11:11:47 097100c76c15: Layer already exists 11:11:47 4.1.0-dev.65: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 11:11:47 1dd67256eb64: Preparing 11:11:47 690be7175037: Preparing 11:11:47 55d0604f387d: Preparing 11:11:47 93cbffcaf23a: Preparing 11:11:47 c5e757a2c357: Preparing 11:11:47 120a5e3cf035: Preparing 11:11:47 097100c76c15: Preparing 11:11:47 120a5e3cf035: Waiting 11:11:47 097100c76c15: Waiting 11:11:47 1dd67256eb64: Layer already exists 11:11:47 690be7175037: Layer already exists 11:11:47 c5e757a2c357: Layer already exists 11:11:47 93cbffcaf23a: Layer already exists 11:11:47 55d0604f387d: Layer already exists 11:11:47 120a5e3cf035: Layer already exists 11:11:47 097100c76c15: Layer already exists 11:11:47 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:11:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 11:11:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 11:11:48 1dd67256eb64: Preparing 11:11:48 690be7175037: Preparing 11:11:48 55d0604f387d: Preparing 11:11:48 93cbffcaf23a: Preparing 11:11:48 c5e757a2c357: Preparing 11:11:48 120a5e3cf035: Preparing 11:11:48 097100c76c15: Preparing 11:11:48 097100c76c15: Waiting 11:11:48 120a5e3cf035: Waiting 11:11:48 93cbffcaf23a: Layer already exists 11:11:48 1dd67256eb64: Layer already exists 11:11:48 c5e757a2c357: Layer already exists 11:11:48 55d0604f387d: Layer already exists 11:11:48 690be7175037: Layer already exists 11:11:48 120a5e3cf035: Layer already exists 11:11:48 097100c76c15: Layer already exists 11:11:48 main: digest: sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:11:48 ===================================================== [Pipeline] echo 11:11:48 taggedImages: 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 11:11:48 ========================================================= 11:11:48 [edgeXBuildMultiArch] RAW Config: 11:11:48 images: 11:11:48 - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/core-command:latest 11:11:48 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-command:main 11:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 11:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 11:11:48 - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/core-data:latest 11:11:48 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-data:main 11:11:48 - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/core-keeper:latest 11:11:48 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-keeper:main 11:11:48 - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/core-metadata:latest 11:11:48 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/core-metadata:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-config:main 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/security-spire-server:main 11:11:48 - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/support-notifications:latest 11:11:48 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/support-notifications:main 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:11:48 - nexus3.edgexfoundry.org:10004/support-scheduler:main 11:11:48 settingsFile: 11:11:48 edgex-go-settings 11:11:48 ========================================================= [Pipeline] node 11:12:03 Still waiting to schedule task 11:12:03 All nodes of label ‘centos7-docker-4c-2g’ are offline 11:13:19 Running on prd-centos7-docker-4c-2g-116984 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:13:19 provisioning config files... 11:13:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15231614231480522901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:13:20 ---> ****-login.sh 11:13:20 nexus3.edgexfoundry.org:10001 11:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:13:20 Configure a credential helper to remove this warning. See 11:13:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:13:20 11:13:20 Login Succeeded 11:13:20 nexus3.edgexfoundry.org:10002 11:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:13:20 Configure a credential helper to remove this warning. See 11:13:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:13:20 11:13:20 Login Succeeded 11:13:20 nexus3.edgexfoundry.org:10003 11:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:13:20 Configure a credential helper to remove this warning. See 11:13:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:13:20 11:13:20 Login Succeeded 11:13:20 nexus3.edgexfoundry.org:10004 11:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:13:20 Configure a credential helper to remove this warning. See 11:13:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:13:20 11:13:20 Login Succeeded 11:13:20 ****.io 11:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:13:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:13:21 Configure a credential helper to remove this warning. See 11:13:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:13:21 11:13:21 Login Succeeded 11:13:21 ---> ****-login.sh ends [Pipeline] } 11:13:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:13:21 + docker buildx ls 11:13:21 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 11:13:21 default * docker 11:13:21 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 11:13:22 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 11:13:22 edgex-builder [Pipeline] sh 11:13:22 + docker buildx inspect --bootstrap 11:13:22 #1 [internal] booting buildkit 11:13:22 #1 pulling image moby/buildkit:buildx-stable-1 11:13:25 #1 pulling image moby/buildkit:buildx-stable-1 3.4s done 11:13:25 #1 creating container buildx_buildkit_edgex-builder0 11:13:29 #1 creating container buildx_buildkit_edgex-builder0 3.5s done 11:13:29 #1 DONE 6.9s 11:13:29 Name: edgex-builder 11:13:29 Driver: docker-container 11:13:29 11:13:29 Nodes: 11:13:29 Name: edgex-builder0 11:13:29 Endpoint: unix:///var/run/docker.sock 11:13:29 Status: running 11:13:29 Buildkit: v0.24.0 11:13:29 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 11:13:30 + docker buildx ls 11:13:30 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 11:13:30 edgex-builder * docker-container 11:13:30 edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 11:13:30 default docker 11:13:30 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 11:13:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:30 #1 [internal] load build definition from Dockerfile 11:13:30 #1 transferring dockerfile: 197B done 11:13:30 #1 DONE 0.0s 11:13:30 11:13:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:30 #2 DONE 0.1s 11:13:30 11:13:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:30 #3 DONE 0.1s 11:13:30 11:13:30 #4 [internal] load .dockerignore 11:13:30 #4 transferring context: 2B done 11:13:30 #4 DONE 0.0s 11:13:30 11:13:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:30 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:30 #5 DONE 0.0s 11:13:30 11:13:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:30 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:30 #6 DONE 0.1s 11:13:30 11:13:30 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 11:13:30 #7 DONE 0.0s 11:13:30 11:13:30 #8 exporting to image 11:13:30 #8 exporting layers done 11:13:30 #8 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 0.0s done 11:13:30 #8 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done 11:13:30 #8 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done 11:13:30 #8 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb 0.0s done 11:13:30 #8 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done 11:13:30 #8 pushing layers 0.1s done 11:13:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 11:13:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done 11:13:30 #8 DONE 0.2s 11:13:30 11:13:30 1 warning found (use --debug to expand): 11:13:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 11:13:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 11:13:31 #1 [internal] load build definition from Dockerfile 11:13:31 #1 transferring dockerfile: 163B done 11:13:31 #1 DONE 0.0s 11:13:31 11:13:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 11:13:31 #2 ... 11:13:31 11:13:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 11:13:31 #3 DONE 0.2s 11:13:31 11:13:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 11:13:31 #2 DONE 0.3s 11:13:31 11:13:31 #4 [internal] load .dockerignore 11:13:31 #4 transferring context: 2B done 11:13:31 #4 DONE 0.0s 11:13:31 11:13:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:31 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:31 #5 CACHED 11:13:31 11:13:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:31 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:31 #6 CACHED 11:13:31 11:13:31 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 11:13:31 #7 DONE 0.0s 11:13:31 11:13:31 #8 exporting to image 11:13:31 #8 exporting layers done 11:13:31 #8 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done 11:13:31 #8 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done 11:13:31 #8 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done 11:13:31 #8 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done 11:13:31 #8 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done 11:13:31 #8 pushing layers 0.0s done 11:13:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done 11:13:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:31 #8 DONE 0.1s 11:13:31 11:13:31 1 warning found (use --debug to expand): 11:13:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 --push - 11:13:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65' 11:13:32 #1 [internal] load build definition from Dockerfile 11:13:32 #1 transferring dockerfile: 169B done 11:13:32 #1 DONE 0.0s 11:13:32 11:13:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 11:13:32 #2 DONE 0.0s 11:13:32 11:13:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65 11:13:32 #3 DONE 0.0s 11:13:32 11:13:32 #4 [internal] load .dockerignore 11:13:32 #4 transferring context: 2B done 11:13:32 #4 DONE 0.0s 11:13:32 11:13:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:32 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:32 #5 CACHED 11:13:32 11:13:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:32 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:32 #6 CACHED 11:13:32 11:13:32 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 11:13:32 #7 DONE 0.0s 11:13:32 11:13:32 #8 exporting to image 11:13:32 #8 exporting layers done 11:13:32 #8 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done 11:13:32 #8 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done 11:13:32 #8 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done 11:13:32 #8 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done 11:13:32 #8 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done 11:13:32 #8 pushing layers 0.0s done 11:13:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.65@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done 11:13:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:32 #8 DONE 0.1s 11:13:32 11:13:32 1 warning found (use --debug to expand): 11:13:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:32 #1 [internal] load build definition from Dockerfile 11:13:32 #1 transferring dockerfile: 210B done 11:13:32 #1 DONE 0.0s 11:13:32 11:13:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:32 #2 DONE 0.0s 11:13:32 11:13:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:32 #3 DONE 0.0s 11:13:32 11:13:32 #4 [internal] load .dockerignore 11:13:32 #4 transferring context: 2B done 11:13:32 #4 DONE 0.0s 11:13:32 11:13:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:32 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:32 #5 CACHED 11:13:32 11:13:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:32 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:32 #6 CACHED 11:13:32 11:13:32 #7 exporting to image 11:13:32 #7 exporting layers done 11:13:32 #7 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done 11:13:32 #7 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done 11:13:32 #7 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done 11:13:32 #7 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done 11:13:32 #7 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done 11:13:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:32 #7 pushing layers 0.0s done 11:13:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done 11:13:32 #7 DONE 0.1s 11:13:32 11:13:32 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 11:13:32 #8 DONE 0.0s 11:13:32 11:13:32 1 warning found (use --debug to expand): 11:13:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 11:13:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 11:13:33 #1 [internal] load build definition from Dockerfile 11:13:33 #1 transferring dockerfile: 161B done 11:13:33 #1 DONE 0.0s 11:13:33 11:13:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 11:13:33 #2 DONE 0.0s 11:13:33 11:13:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 11:13:33 #3 DONE 0.0s 11:13:33 11:13:33 #4 [internal] load .dockerignore 11:13:33 #4 transferring context: 2B done 11:13:33 #4 DONE 0.0s 11:13:33 11:13:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:33 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:33 #5 CACHED 11:13:33 11:13:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 11:13:33 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:24e09b59806ff8d1b23cb3548161a40f9b96371620b3ae74670d25a8204ae867 0.0s done 11:13:33 #6 CACHED 11:13:33 11:13:33 #7 exporting to image 11:13:33 #7 exporting layers done 11:13:33 #7 exporting manifest sha256:232dbf3d07efac5bec8fdd1fc444c13e891ed885c3599a487271b5689e27d751 done 11:13:33 #7 exporting config sha256:c79b38c5850b1752a19b84b85d14ecfe6ce012c60ae8c451dd1e6d26761bd051 done 11:13:33 #7 exporting manifest sha256:1464e2920a258ce93e7a547f9afe275cf70dbbc935915392fa321591a61d29f4 done 11:13:33 #7 exporting config sha256:eec5aac462e8e9af4866009de31f5f45a869e98c57a0d41e0482486d328751cb done 11:13:33 #7 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 11:13:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:33 #7 exporting manifest list sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f done 11:13:33 #7 pushing layers 0.0s done 11:13:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:e09e7489de96d10f8e6a8082741ac4c0af5767997eda708d6e755febc760e53f 0.1s done 11:13:33 #7 DONE 0.1s 11:13:33 11:13:33 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 11:13:33 #8 DONE 0.0s 11:13:33 11:13:33 1 warning found (use --debug to expand): 11:13:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:33 #1 [internal] load build definition from Dockerfile 11:13:33 #1 transferring dockerfile: 216B done 11:13:33 #1 DONE 0.0s 11:13:33 11:13:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:33 #2 DONE 0.0s 11:13:33 11:13:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:33 #3 DONE 0.1s 11:13:33 11:13:33 #4 [internal] load .dockerignore 11:13:33 #4 transferring context: 2B done 11:13:33 #4 DONE 0.0s 11:13:33 11:13:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:33 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:34 #5 DONE 0.0s 11:13:34 11:13:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:34 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:34 #6 DONE 0.1s 11:13:34 11:13:34 #7 exporting to image 11:13:34 #7 exporting layers done 11:13:34 #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done 11:13:34 #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done 11:13:34 #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done 11:13:34 #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done 11:13:34 #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done 11:13:34 #7 pushing layers 11:13:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:34 #7 ... 11:13:34 11:13:34 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:34 #8 DONE 0.0s 11:13:34 11:13:34 #7 exporting to image 11:13:34 #7 pushing layers 0.1s done 11:13:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 11:13:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done 11:13:34 #7 DONE 0.2s 11:13:34 11:13:34 1 warning found (use --debug to expand): 11:13:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 11:13:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 11:13:34 #1 [internal] load build definition from Dockerfile 11:13:34 #1 transferring dockerfile: 182B done 11:13:34 #1 DONE 0.0s 11:13:34 11:13:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 11:13:34 #2 DONE 0.0s 11:13:34 11:13:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 11:13:34 #3 DONE 0.0s 11:13:34 11:13:34 #4 [internal] load .dockerignore 11:13:34 #4 transferring context: 2B done 11:13:34 #4 DONE 0.0s 11:13:34 11:13:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:34 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:34 #5 CACHED 11:13:34 11:13:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:34 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:34 #6 CACHED 11:13:34 11:13:34 #7 exporting to image 11:13:34 #7 exporting layers done 11:13:34 #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 11:13:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:34 #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done 11:13:34 #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done 11:13:34 #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done 11:13:34 #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done 11:13:34 #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done 11:13:34 #7 pushing layers 0.0s done 11:13:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done 11:13:34 #7 DONE 0.1s 11:13:34 11:13:34 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:34 #8 DONE 0.0s 11:13:34 11:13:34 1 warning found (use --debug to expand): 11:13:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 --push - 11:13:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65' 11:13:35 #1 [internal] load build definition from Dockerfile 11:13:35 #1 transferring dockerfile: 188B done 11:13:35 #1 DONE 0.0s 11:13:35 11:13:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 11:13:35 #2 DONE 0.0s 11:13:35 11:13:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65 11:13:35 #3 DONE 0.0s 11:13:35 11:13:35 #4 [internal] load .dockerignore 11:13:35 #4 transferring context: 2B done 11:13:35 #4 DONE 0.0s 11:13:35 11:13:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:35 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:35 #5 CACHED 11:13:35 11:13:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:35 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:35 #6 CACHED 11:13:35 11:13:35 #7 exporting to image 11:13:35 #7 exporting layers done 11:13:35 #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done 11:13:35 #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done 11:13:35 #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done 11:13:35 #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done 11:13:35 #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done 11:13:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:35 #7 pushing layers 0.0s done 11:13:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.65@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done 11:13:35 #7 DONE 0.1s 11:13:35 11:13:35 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:35 #8 DONE 0.0s 11:13:35 11:13:35 1 warning found (use --debug to expand): 11:13:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:35 #1 [internal] load build definition from Dockerfile 11:13:35 #1 transferring dockerfile: 229B done 11:13:35 #1 DONE 0.0s 11:13:35 11:13:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:35 #2 DONE 0.0s 11:13:35 11:13:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:35 #3 DONE 0.0s 11:13:35 11:13:35 #4 [internal] load .dockerignore 11:13:35 #4 transferring context: 2B done 11:13:35 #4 DONE 0.0s 11:13:35 11:13:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:35 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:35 #5 CACHED 11:13:35 11:13:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:35 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.0s done 11:13:35 #6 CACHED 11:13:35 11:13:35 #7 exporting to image 11:13:35 #7 exporting layers done 11:13:35 #7 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done 11:13:35 #7 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done 11:13:35 #7 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done 11:13:35 #7 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done 11:13:35 #7 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done 11:13:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:35 #7 pushing layers 0.0s done 11:13:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done 11:13:35 #7 DONE 0.1s 11:13:35 11:13:35 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:35 #8 DONE 0.0s 11:13:35 11:13:35 1 warning found (use --debug to expand): 11:13:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 11:13:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 11:13:36 #1 [internal] load build definition from Dockerfile 11:13:36 #1 transferring dockerfile: 180B done 11:13:36 #1 DONE 0.0s 11:13:36 11:13:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 11:13:36 #2 DONE 0.0s 11:13:36 11:13:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 11:13:36 #3 DONE 0.0s 11:13:36 11:13:36 #4 [internal] load .dockerignore 11:13:36 #4 transferring context: 2B done 11:13:36 #4 DONE 0.0s 11:13:36 11:13:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:36 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:36 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.1s done 11:13:36 #5 CACHED 11:13:36 11:13:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 11:13:36 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:ae2e9fed1fbd3386dee165871f405afd6f293b0ff64547afaca4cf40a1bb4b25 0.1s done 11:13:36 #6 CACHED 11:13:36 11:13:36 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:36 #7 DONE 0.0s 11:13:36 11:13:36 #8 exporting to image 11:13:36 #8 exporting layers done 11:13:36 #8 exporting manifest sha256:a8a7a1cdc0eec2f76158e582df19c043c3ba8d7ff0de0be03f82dae0374cc813 done 11:13:36 #8 exporting config sha256:7714df9f880bd92dc0c234139888f419c01b10f05cc404129b9d448370b323f7 done 11:13:36 #8 exporting manifest sha256:4157b2a90266fa2f78396c4e413b1031801fdeb9c9e68d16fac3d36b6e30a8a4 done 11:13:36 #8 exporting config sha256:bb9fbfade62017d765bb0c61e9053fa1e9c5fb9c3447896d424aeb9aff3fe38b done 11:13:36 #8 exporting manifest list sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac done 11:13:36 #8 pushing layers 0.0s done 11:13:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:0ecf4aa18555c94d08b8e98f3dd723cffce63696fb153be161e5a925fe63dfac 0.1s done 11:13:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:36 #8 DONE 0.1s 11:13:36 11:13:36 1 warning found (use --debug to expand): 11:13:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:37 #1 [internal] load build definition from Dockerfile 11:13:37 #1 transferring dockerfile: 194B done 11:13:37 #1 DONE 0.0s 11:13:37 11:13:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:37 #2 DONE 0.0s 11:13:37 11:13:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:37 #3 DONE 0.1s 11:13:37 11:13:37 #4 [internal] load .dockerignore 11:13:37 #4 transferring context: 2B done 11:13:37 #4 DONE 0.0s 11:13:37 11:13:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:37 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:37 #5 DONE 0.0s 11:13:37 11:13:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:37 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:37 #6 DONE 0.1s 11:13:37 11:13:37 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 11:13:37 #7 DONE 0.0s 11:13:37 11:13:37 #8 exporting to image 11:13:37 #8 exporting layers done 11:13:37 #8 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad 0.0s done 11:13:37 #8 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done 11:13:37 #8 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd 0.0s done 11:13:37 #8 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done 11:13:37 #8 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done 11:13:37 #8 pushing layers 0.1s done 11:13:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 11:13:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done 11:13:37 #8 DONE 0.2s 11:13:37 11:13:37 1 warning found (use --debug to expand): 11:13:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 11:13:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 11:13:37 #1 [internal] load build definition from Dockerfile 11:13:37 #1 transferring dockerfile: 160B done 11:13:37 #1 DONE 0.0s 11:13:37 11:13:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 11:13:37 #2 DONE 0.0s 11:13:37 11:13:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 11:13:37 #3 DONE 0.0s 11:13:37 11:13:37 #4 [internal] load .dockerignore 11:13:37 #4 transferring context: 2B done 11:13:37 #4 DONE 0.0s 11:13:37 11:13:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:37 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:37 #5 CACHED 11:13:37 11:13:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:37 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:37 #6 CACHED 11:13:37 11:13:37 #7 exporting to image 11:13:37 #7 exporting layers done 11:13:37 #7 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done 11:13:37 #7 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done 11:13:37 #7 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done 11:13:37 #7 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done 11:13:37 #7 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done 11:13:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:37 #7 pushing layers 0.0s done 11:13:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done 11:13:37 #7 DONE 0.1s 11:13:37 11:13:37 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 11:13:37 #8 DONE 0.0s 11:13:37 11:13:37 1 warning found (use --debug to expand): 11:13:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65' 11:13:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 --push - 11:13:38 #1 [internal] load build definition from Dockerfile 11:13:38 #1 transferring dockerfile: 166B done 11:13:38 #1 DONE 0.0s 11:13:38 11:13:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 11:13:38 #2 DONE 0.0s 11:13:38 11:13:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65 11:13:38 #3 DONE 0.0s 11:13:38 11:13:38 #4 [internal] load .dockerignore 11:13:38 #4 transferring context: 2B done 11:13:38 #4 DONE 0.0s 11:13:38 11:13:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:38 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:38 #5 CACHED 11:13:38 11:13:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:38 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:38 #6 CACHED 11:13:38 11:13:38 #7 exporting to image 11:13:38 #7 exporting layers done 11:13:38 #7 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done 11:13:38 #7 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c 11:13:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:38 #7 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done 11:13:38 #7 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done 11:13:38 #7 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done 11:13:38 #7 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done 11:13:38 #7 pushing layers 0.0s done 11:13:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.65@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done 11:13:38 #7 DONE 0.1s 11:13:38 11:13:38 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 11:13:38 #8 DONE 0.0s 11:13:38 11:13:38 1 warning found (use --debug to expand): 11:13:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:38 #1 [internal] load build definition from Dockerfile 11:13:38 #1 transferring dockerfile: 207B done 11:13:38 #1 DONE 0.0s 11:13:38 11:13:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:38 #2 DONE 0.0s 11:13:38 11:13:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:38 #3 DONE 0.0s 11:13:38 11:13:38 #4 [internal] load .dockerignore 11:13:38 #4 transferring context: 2B done 11:13:38 #4 DONE 0.0s 11:13:38 11:13:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:38 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:38 #5 DONE 0.0s 11:13:38 11:13:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:38 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe done 11:13:38 #6 CACHED 11:13:38 11:13:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:38 #5 CACHED 11:13:38 11:13:38 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 11:13:38 #7 DONE 0.0s 11:13:38 11:13:38 #8 exporting to image 11:13:38 #8 exporting layers done 11:13:38 #8 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done 11:13:38 #8 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done 11:13:38 #8 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done 11:13:38 #8 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done 11:13:38 #8 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done 11:13:38 #8 pushing layers 0.0s done 11:13:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done 11:13:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:38 #8 DONE 0.1s 11:13:38 11:13:38 1 warning found (use --debug to expand): 11:13:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 11:13:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 11:13:39 #1 [internal] load build definition from Dockerfile 11:13:39 #1 transferring dockerfile: 158B done 11:13:39 #1 DONE 0.0s 11:13:39 11:13:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 11:13:39 #2 DONE 0.0s 11:13:39 11:13:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 11:13:39 #3 DONE 0.0s 11:13:39 11:13:39 #4 [internal] load .dockerignore 11:13:39 #4 transferring context: 2B done 11:13:39 #4 DONE 0.0s 11:13:39 11:13:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:39 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:39 #5 CACHED 11:13:39 11:13:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:39 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 0.0s done 11:13:39 #6 DONE 0.0s 11:13:39 11:13:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:c3babfb124472e8332577e8536e5b535be0c172224ebfda69602841ff943aefe 11:13:39 #6 CACHED 11:13:39 11:13:39 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 11:13:39 #7 DONE 0.0s 11:13:39 11:13:39 #8 exporting to image 11:13:39 #8 exporting layers done 11:13:39 #8 exporting manifest sha256:3a1c53191868f42c473f843bef474440d2867b93b146e61f220e0599a826c0ad done 11:13:39 #8 exporting config sha256:5eba7c87bc2211581a31d46171c36701c9085c2259ac92b8647a7147d9b9a39c done 11:13:39 #8 exporting manifest sha256:faa06ee0084e92ea7ddaba12925712979ae1d75862948fdf0340e72f25b4f3dd done 11:13:39 #8 exporting config sha256:42af1b54df79b639a1bd7ce09cf072878b973398343dd6e8159dca91a547afb5 done 11:13:39 #8 exporting manifest list sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 done 11:13:39 #8 pushing layers 0.0s done 11:13:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:e9d1ded7373c4b6445f7108afdb34383f4e3619bfbd7ded62370fd4dc5745448 0.1s done 11:13:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:39 #8 DONE 0.1s 11:13:39 11:13:39 1 warning found (use --debug to expand): 11:13:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:39 #1 [internal] load build definition from Dockerfile 11:13:39 #1 transferring dockerfile: 196B done 11:13:39 #1 DONE 0.0s 11:13:39 11:13:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:39 #2 DONE 0.0s 11:13:39 11:13:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:39 #3 DONE 0.0s 11:13:39 11:13:39 #4 [internal] load .dockerignore 11:13:39 #4 transferring context: 2B done 11:13:39 #4 DONE 0.0s 11:13:40 11:13:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:40 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:40 #5 DONE 0.0s 11:13:40 11:13:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:40 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:40 #6 DONE 0.1s 11:13:40 11:13:40 #7 exporting to image 11:13:40 #7 exporting layers done 11:13:40 #7 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done 11:13:40 #7 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done 11:13:40 #7 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done 11:13:40 #7 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done 11:13:40 #7 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 11:13:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:40 #7 ... 11:13:40 11:13:40 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:40 #8 DONE 0.0s 11:13:40 11:13:40 #7 exporting to image 11:13:40 #7 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done 11:13:40 #7 pushing layers 0.1s done 11:13:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 11:13:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done 11:13:40 #7 DONE 0.2s 11:13:40 11:13:40 1 warning found (use --debug to expand): 11:13:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 11:13:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 11:13:40 #1 [internal] load build definition from Dockerfile 11:13:40 #1 transferring dockerfile: 162B done 11:13:40 #1 DONE 0.0s 11:13:40 11:13:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 11:13:40 #2 DONE 0.0s 11:13:40 11:13:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 11:13:40 #3 DONE 0.0s 11:13:40 11:13:40 #4 [internal] load .dockerignore 11:13:40 #4 transferring context: 2B done 11:13:40 #4 DONE 0.0s 11:13:40 11:13:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:40 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:40 #5 CACHED 11:13:40 11:13:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:40 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:40 #6 CACHED 11:13:40 11:13:40 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:40 #7 DONE 0.0s 11:13:40 11:13:40 #8 exporting to image 11:13:40 #8 exporting layers done 11:13:40 #8 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done 11:13:40 #8 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done 11:13:40 #8 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done 11:13:40 #8 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done 11:13:40 #8 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done 11:13:40 #8 pushing layers 0.0s done 11:13:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done 11:13:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:40 #8 DONE 0.1s 11:13:40 11:13:40 1 warning found (use --debug to expand): 11:13:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65' 11:13:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 --push - 11:13:41 #1 [internal] load build definition from Dockerfile 11:13:41 #1 transferring dockerfile: 168B done 11:13:41 #1 DONE 0.1s 11:13:41 11:13:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 11:13:41 #2 DONE 0.0s 11:13:41 11:13:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65 11:13:41 #3 DONE 0.0s 11:13:41 11:13:41 #4 [internal] load .dockerignore 11:13:41 #4 transferring context: 11:13:41 #4 transferring context: 2B done 11:13:41 #4 DONE 0.0s 11:13:41 11:13:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:41 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:41 #5 CACHED 11:13:41 11:13:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:41 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:41 #6 CACHED 11:13:41 11:13:41 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:41 #7 DONE 0.0s 11:13:41 11:13:41 #8 exporting to image 11:13:41 #8 exporting layers done 11:13:41 #8 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done 11:13:41 #8 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done 11:13:41 #8 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done 11:13:41 #8 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done 11:13:41 #8 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done 11:13:41 #8 pushing layers 0.0s done 11:13:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 11:13:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.65@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done 11:13:41 #8 DONE 0.1s 11:13:41 11:13:41 1 warning found (use --debug to expand): 11:13:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:41 #1 [internal] load build definition from Dockerfile 11:13:41 #1 transferring dockerfile: 209B done 11:13:41 #1 DONE 0.0s 11:13:41 11:13:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:41 #2 DONE 0.0s 11:13:41 11:13:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:41 #3 DONE 0.0s 11:13:41 11:13:41 #4 [internal] load .dockerignore 11:13:41 #4 transferring context: 2B done 11:13:41 #4 DONE 0.0s 11:13:41 11:13:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:41 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:41 #5 CACHED 11:13:41 11:13:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:41 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:41 #6 CACHED 11:13:41 11:13:41 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:41 #7 DONE 0.0s 11:13:41 11:13:41 #8 exporting to image 11:13:41 #8 exporting layers done 11:13:41 #8 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done 11:13:41 #8 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done 11:13:41 #8 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done 11:13:41 #8 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done 11:13:41 #8 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done 11:13:41 #8 pushing layers 0.0s done 11:13:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done 11:13:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:41 #8 DONE 0.1s 11:13:41 11:13:41 1 warning found (use --debug to expand): 11:13:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 11:13:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 11:13:42 #1 [internal] load build definition from Dockerfile 11:13:42 #1 transferring dockerfile: 160B done 11:13:42 #1 DONE 0.0s 11:13:42 11:13:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 11:13:42 #2 DONE 0.0s 11:13:42 11:13:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 11:13:42 #3 DONE 0.0s 11:13:42 11:13:42 #4 [internal] load .dockerignore 11:13:42 #4 transferring context: 2B done 11:13:42 #4 DONE 0.0s 11:13:42 11:13:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:42 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:42 #5 CACHED 11:13:42 11:13:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 11:13:42 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cd56b99db5f86f134ed3cd3374cd0e844c150e982ab49bd1349b0b4b4b1308fa 0.0s done 11:13:42 #6 CACHED 11:13:42 11:13:42 #7 exporting to image 11:13:42 #7 exporting layers 11:13:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:42 #7 exporting layers done 11:13:42 #7 exporting manifest sha256:1570ac0526ac959776436ad174a6aa7519ede14353d45d17fe2e54bbe34efc92 done 11:13:42 #7 exporting config sha256:aadf2096dafaadaf32bbf72e70ac2aee36ef81c66fcecc7dc764c967c8241f64 done 11:13:42 #7 exporting manifest sha256:fd7fd46a5de53b82e0dfa61fa7e53458f7e927db43195c04169242217109b485 done 11:13:42 #7 exporting config sha256:9a945cc6b210a17fbb0abcc71ca8cbeb59541da5e6493b0a122ac86fdbf8143e done 11:13:42 #7 exporting manifest list sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 done 11:13:42 #7 pushing layers 0.0s done 11:13:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:6a27388b13bbdf574b57f653143c7491e1c88f4a908625e170bc6cf5b5e9e1d4 0.1s done 11:13:42 #7 DONE 0.1s 11:13:42 11:13:42 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:42 #8 DONE 0.0s 11:13:42 11:13:42 1 warning found (use --debug to expand): 11:13:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:43 #1 [internal] load build definition from Dockerfile 11:13:43 #1 transferring dockerfile: 198B done 11:13:43 #1 DONE 0.0s 11:13:43 11:13:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:43 #2 DONE 0.0s 11:13:43 11:13:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:43 #3 DONE 0.0s 11:13:43 11:13:43 #4 [internal] load .dockerignore 11:13:43 #4 transferring context: 2B done 11:13:43 #4 DONE 0.0s 11:13:43 11:13:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:43 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done 11:13:43 #5 DONE 0.0s 11:13:43 11:13:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:43 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done 11:13:43 #6 DONE 0.1s 11:13:43 11:13:43 #7 exporting to image 11:13:43 #7 exporting layers done 11:13:43 #7 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done 11:13:43 #7 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done 11:13:43 #7 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done 11:13:43 #7 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done 11:13:43 #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done 11:13:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:43 #7 ... 11:13:43 11:13:43 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 11:13:43 #8 DONE 0.0s 11:13:43 11:13:43 #7 exporting to image 11:13:43 #7 pushing layers 0.1s done 11:13:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 11:13:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done 11:13:43 #7 DONE 0.2s 11:13:43 11:13:43 1 warning found (use --debug to expand): 11:13:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 11:13:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 11:13:43 #1 [internal] load build definition from Dockerfile 11:13:43 #1 transferring dockerfile: 164B done 11:13:43 #1 DONE 0.0s 11:13:43 11:13:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 11:13:43 #2 DONE 0.0s 11:13:43 11:13:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 11:13:43 #3 DONE 0.0s 11:13:43 11:13:43 #4 [internal] load .dockerignore 11:13:43 #4 transferring context: 2B done 11:13:43 #4 DONE 0.0s 11:13:43 11:13:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:43 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done 11:13:43 #5 CACHED 11:13:43 11:13:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:43 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done 11:13:43 #6 CACHED 11:13:43 11:13:43 #7 exporting to image 11:13:43 #7 exporting layers done 11:13:43 #7 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done 11:13:43 #7 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done 11:13:43 #7 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done 11:13:43 #7 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done 11:13:43 #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done 11:13:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:43 #7 pushing layers 0.0s done 11:13:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done 11:13:43 #7 DONE 0.1s 11:13:43 11:13:43 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 11:13:43 #8 DONE 0.0s 11:13:43 11:13:43 1 warning found (use --debug to expand): 11:13:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65' 11:13:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 --push - 11:13:44 #1 [internal] load build definition from Dockerfile 11:13:44 #1 transferring dockerfile: 170B done 11:13:44 #1 DONE 0.0s 11:13:44 11:13:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 11:13:44 #2 DONE 0.0s 11:13:44 11:13:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65 11:13:44 #3 DONE 0.0s 11:13:44 11:13:44 #4 [internal] load .dockerignore 11:13:44 #4 transferring context: 2B done 11:13:44 #4 DONE 0.0s 11:13:44 11:13:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:44 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done 11:13:44 #5 DONE 0.0s 11:13:44 11:13:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:44 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done 11:13:44 #6 CACHED 11:13:44 11:13:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:44 #5 CACHED 11:13:44 11:13:44 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 11:13:44 #7 DONE 0.0s 11:13:44 11:13:44 #8 exporting to image 11:13:44 #8 exporting layers done 11:13:44 #8 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done 11:13:44 #8 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done 11:13:44 #8 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done 11:13:44 #8 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done 11:13:44 #8 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done 11:13:44 #8 pushing layers 0.0s done 11:13:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.65@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done 11:13:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:44 #8 DONE 0.1s 11:13:44 11:13:44 1 warning found (use --debug to expand): 11:13:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:44 #1 [internal] load build definition from Dockerfile 11:13:44 #1 transferring dockerfile: 211B done 11:13:44 #1 DONE 0.0s 11:13:44 11:13:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:44 #2 DONE 0.0s 11:13:44 11:13:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:44 #3 DONE 0.0s 11:13:44 11:13:44 #4 [internal] load .dockerignore 11:13:44 #4 transferring context: 2B done 11:13:44 #4 DONE 0.0s 11:13:44 11:13:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:44 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee done 11:13:44 #5 DONE 0.0s 11:13:44 11:13:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:44 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done 11:13:44 #6 CACHED 11:13:44 11:13:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:44 #5 CACHED 11:13:44 11:13:44 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 11:13:44 #7 DONE 0.0s 11:13:44 11:13:44 #8 exporting to image 11:13:44 #8 exporting layers done 11:13:44 #8 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done 11:13:44 #8 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done 11:13:44 #8 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done 11:13:44 #8 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done 11:13:44 #8 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done 11:13:44 #8 pushing layers 0.0s done 11:13:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done 11:13:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:44 #8 DONE 0.1s 11:13:44 11:13:44 1 warning found (use --debug to expand): 11:13:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 11:13:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 11:13:45 #1 [internal] load build definition from Dockerfile 11:13:45 #1 transferring dockerfile: 162B done 11:13:45 #1 DONE 0.0s 11:13:45 11:13:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 11:13:45 #2 DONE 0.0s 11:13:45 11:13:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 11:13:45 #3 DONE 0.0s 11:13:45 11:13:45 #4 [internal] load .dockerignore 11:13:45 #4 transferring context: 2B done 11:13:45 #4 DONE 0.0s 11:13:45 11:13:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:45 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done 11:13:45 #5 CACHED 11:13:45 11:13:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 11:13:45 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:57fa8b3a6c0505241fb1e096d8508ea1166aebfff10e06404ca055f3413f3eee 0.0s done 11:13:45 #6 CACHED 11:13:45 11:13:45 #7 exporting to image 11:13:45 #7 exporting layers done 11:13:45 #7 exporting manifest sha256:fd8817125df7bd82744a3cd20b43a9f2d92189b5a6fb7c2b69c78e634d71d2d6 done 11:13:45 #7 exporting config sha256:2835b006d372170a45c6361558c3f3be6abbda95f650696c2faa2a03a8862bb7 done 11:13:45 #7 exporting manifest sha256:e0fe894a67ec5528c6347f41473b47a66a885fb3b0696b2a42df65165e18dd7e done 11:13:45 #7 exporting config sha256:62bda2172e7a6f025520c362251adcb3bdce8ada6703b31c0d66c283e854f4d1 done 11:13:45 #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 11:13:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:45 #7 exporting manifest list sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 done 11:13:45 #7 pushing layers 0.0s done 11:13:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:12023d693e1cfd3293a68c84c60b70e66ff304cc11d76e9a8943d09ac36041b8 0.1s done 11:13:45 #7 DONE 0.1s 11:13:45 11:13:45 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 11:13:45 #8 DONE 0.0s 11:13:45 11:13:45 1 warning found (use --debug to expand): 11:13:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:46 #1 [internal] load build definition from Dockerfile 11:13:46 #1 transferring dockerfile: 206B done 11:13:46 #1 DONE 0.0s 11:13:46 11:13:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:46 #2 DONE 0.0s 11:13:46 11:13:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:46 #3 DONE 0.1s 11:13:46 11:13:46 #4 [internal] load .dockerignore 11:13:46 #4 transferring context: 11:13:46 #4 transferring context: 2B done 11:13:46 #4 DONE 0.0s 11:13:46 11:13:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:46 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:46 #5 DONE 0.0s 11:13:46 11:13:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:46 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:46 #6 DONE 0.2s 11:13:46 11:13:46 #7 exporting to image 11:13:46 #7 exporting layers done 11:13:46 #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done 11:13:46 #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done 11:13:46 #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done 11:13:46 #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done 11:13:46 #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done 11:13:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:46 #7 ... 11:13:46 11:13:46 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:46 #8 DONE 0.0s 11:13:46 11:13:46 #7 exporting to image 11:13:46 #7 pushing layers 0.1s done 11:13:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 11:13:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done 11:13:46 #7 DONE 0.2s 11:13:46 11:13:46 1 warning found (use --debug to expand): 11:13:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 11:13:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 11:13:46 #1 [internal] load build definition from Dockerfile 11:13:46 #1 transferring dockerfile: 172B done 11:13:46 #1 DONE 0.0s 11:13:46 11:13:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 11:13:46 #2 DONE 0.0s 11:13:46 11:13:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 11:13:46 #3 DONE 0.0s 11:13:46 11:13:46 #4 [internal] load .dockerignore 11:13:46 #4 transferring context: 2B done 11:13:46 #4 DONE 0.0s 11:13:46 11:13:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:46 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:46 #5 CACHED 11:13:46 11:13:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:46 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:46 #6 CACHED 11:13:46 11:13:46 #7 exporting to image 11:13:46 #7 exporting layers done 11:13:46 #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done 11:13:46 #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done 11:13:46 #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 11:13:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:46 #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done 11:13:46 #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done 11:13:46 #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done 11:13:46 #7 pushing layers 0.0s done 11:13:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done 11:13:46 #7 DONE 0.1s 11:13:46 11:13:46 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:46 #8 DONE 0.0s 11:13:46 11:13:46 1 warning found (use --debug to expand): 11:13:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 --push - 11:13:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65' 11:13:47 #1 [internal] load build definition from Dockerfile 11:13:47 #1 transferring dockerfile: 178B done 11:13:47 #1 DONE 0.0s 11:13:47 11:13:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 11:13:47 #2 DONE 0.0s 11:13:47 11:13:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65 11:13:47 #3 DONE 0.0s 11:13:47 11:13:47 #4 [internal] load .dockerignore 11:13:47 #4 transferring context: 2B done 11:13:47 #4 DONE 0.0s 11:13:47 11:13:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:47 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:47 #5 CACHED 11:13:47 11:13:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:47 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:47 #6 CACHED 11:13:47 11:13:47 #7 exporting to image 11:13:47 #7 exporting layers 11:13:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:47 #7 exporting layers done 11:13:47 #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done 11:13:47 #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done 11:13:47 #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done 11:13:47 #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done 11:13:47 #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done 11:13:47 #7 pushing layers 0.0s done 11:13:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.65@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done 11:13:47 #7 DONE 0.1s 11:13:47 11:13:47 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:47 #8 DONE 0.0s 11:13:47 11:13:47 1 warning found (use --debug to expand): 11:13:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:47 #1 [internal] load build definition from Dockerfile 11:13:47 #1 transferring dockerfile: 219B done 11:13:47 #1 DONE 0.0s 11:13:47 11:13:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:47 #2 DONE 0.0s 11:13:47 11:13:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:47 #3 DONE 0.0s 11:13:47 11:13:47 #4 [internal] load .dockerignore 11:13:47 #4 transferring context: 2B done 11:13:47 #4 DONE 0.0s 11:13:47 11:13:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:47 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:47 #5 CACHED 11:13:47 11:13:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:47 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:47 #6 CACHED 11:13:47 11:13:47 #7 exporting to image 11:13:47 #7 exporting layers done 11:13:47 #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done 11:13:47 #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done 11:13:47 #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done 11:13:47 #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done 11:13:47 #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done 11:13:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:48 #7 pushing layers 0.0s done 11:13:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done 11:13:48 #7 DONE 0.1s 11:13:48 11:13:48 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:48 #8 DONE 0.0s 11:13:48 11:13:48 1 warning found (use --debug to expand): 11:13:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 11:13:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 11:13:48 #1 [internal] load build definition from Dockerfile 11:13:48 #1 transferring dockerfile: 170B done 11:13:48 #1 DONE 0.0s 11:13:48 11:13:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 11:13:48 #2 DONE 0.0s 11:13:48 11:13:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 11:13:48 #3 DONE 0.0s 11:13:48 11:13:48 #4 [internal] load .dockerignore 11:13:48 #4 transferring context: 2B done 11:13:48 #4 DONE 0.0s 11:13:48 11:13:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:48 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:48 #5 CACHED 11:13:48 11:13:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 11:13:48 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d2cd3fb48aa732d6a19a9767a12c04e832eafb82590fea6a3edb3ecf5c78458a 0.0s done 11:13:48 #6 CACHED 11:13:48 11:13:48 #7 exporting to image 11:13:48 #7 exporting layers done 11:13:48 #7 exporting manifest sha256:fb4536ec08cfffc48fc0f498c6788cfeb09618115935eb655218e1fe393a9176 done 11:13:48 #7 exporting config sha256:8514adc125df01b51ddaecdc218587efe83ca9ef02baf68e1ab35db4fdfb3f7b done 11:13:48 #7 exporting manifest sha256:21db6723b8380cf711c36ccf2b303626b66feef0851c9877314ab1fbddac2942 done 11:13:48 #7 exporting config sha256:29814b19e4b007038ad3bc70a2afff39ab2f8262b576ae48754717dbb241b7b7 done 11:13:48 #7 exporting manifest list sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 done 11:13:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:48 #7 pushing layers 0.0s done 11:13:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:e9c371456af8c0b662e227bed30d559cb74f79dcc60fee56cd08cabb88a11868 0.1s done 11:13:48 #7 DONE 0.1s 11:13:48 11:13:48 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 11:13:48 #8 DONE 0.0s 11:13:48 11:13:48 1 warning found (use --debug to expand): 11:13:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:48 #1 [internal] load build definition from Dockerfile 11:13:48 #1 transferring dockerfile: 204B done 11:13:48 #1 DONE 0.0s 11:13:48 11:13:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:48 #2 DONE 0.0s 11:13:48 11:13:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:48 #3 DONE 0.0s 11:13:48 11:13:48 #4 [internal] load .dockerignore 11:13:48 #4 transferring context: 2B done 11:13:48 #4 DONE 0.0s 11:13:48 11:13:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:48 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 done 11:13:49 #5 DONE 0.1s 11:13:49 11:13:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:49 #6 DONE 0.0s 11:13:49 11:13:49 #7 exporting to image 11:13:49 #7 exporting layers done 11:13:49 #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 0.0s done 11:13:49 #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done 11:13:49 #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done 11:13:49 #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done 11:13:49 #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done 11:13:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:49 #7 ... 11:13:49 11:13:49 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 11:13:49 #8 DONE 0.0s 11:13:49 11:13:49 #7 exporting to image 11:13:49 #7 pushing layers 0.1s done 11:13:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 11:13:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done 11:13:49 #7 DONE 0.2s 11:13:49 11:13:49 1 warning found (use --debug to expand): 11:13:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 11:13:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 11:13:49 #1 [internal] load build definition from Dockerfile 11:13:49 #1 transferring dockerfile: 170B done 11:13:49 #1 DONE 0.0s 11:13:49 11:13:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 11:13:49 #2 DONE 0.0s 11:13:49 11:13:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 11:13:49 #3 DONE 0.0s 11:13:49 11:13:49 #4 [internal] load .dockerignore 11:13:49 #4 transferring context: 2B done 11:13:49 #4 DONE 0.0s 11:13:49 11:13:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:49 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 done 11:13:49 #5 CACHED 11:13:49 11:13:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:49 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:49 #6 CACHED 11:13:49 11:13:49 #7 exporting to image 11:13:49 #7 exporting layers done 11:13:49 #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 11:13:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:49 #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done 11:13:49 #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done 11:13:49 #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done 11:13:49 #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done 11:13:49 #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done 11:13:49 #7 pushing layers 0.0s done 11:13:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done 11:13:49 #7 DONE 0.1s 11:13:49 11:13:49 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 11:13:49 #8 DONE 0.0s 11:13:49 11:13:49 1 warning found (use --debug to expand): 11:13:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65' 11:13:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 --push - 11:13:50 #1 [internal] load build definition from Dockerfile 11:13:50 #1 transferring dockerfile: 176B done 11:13:50 #1 DONE 0.0s 11:13:50 11:13:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 11:13:50 #2 DONE 0.0s 11:13:50 11:13:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65 11:13:50 #3 DONE 0.0s 11:13:50 11:13:50 #4 [internal] load .dockerignore 11:13:50 #4 transferring context: 2B done 11:13:50 #4 DONE 0.0s 11:13:50 11:13:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:50 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:50 #5 CACHED 11:13:50 11:13:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:50 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:50 #6 CACHED 11:13:50 11:13:50 #7 exporting to image 11:13:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:50 #7 exporting layers done 11:13:50 #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done 11:13:50 #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done 11:13:50 #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done 11:13:50 #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done 11:13:50 #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done 11:13:50 #7 pushing layers 0.0s done 11:13:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.65@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done 11:13:50 #7 DONE 0.1s 11:13:50 11:13:50 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 11:13:50 #8 DONE 0.0s 11:13:50 11:13:50 1 warning found (use --debug to expand): 11:13:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:50 #1 [internal] load build definition from Dockerfile 11:13:50 #1 transferring dockerfile: 217B done 11:13:50 #1 DONE 0.0s 11:13:50 11:13:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:50 #2 DONE 0.0s 11:13:50 11:13:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:50 #3 DONE 0.0s 11:13:50 11:13:50 #4 [internal] load .dockerignore 11:13:50 #4 transferring context: 2B done 11:13:50 #4 DONE 0.0s 11:13:51 11:13:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:51 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:51 #5 CACHED 11:13:51 11:13:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:51 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:51 #6 CACHED 11:13:51 11:13:51 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 11:13:51 #7 DONE 0.0s 11:13:51 11:13:51 #8 exporting to image 11:13:51 #8 exporting layers done 11:13:51 #8 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done 11:13:51 #8 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done 11:13:51 #8 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done 11:13:51 #8 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done 11:13:51 #8 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done 11:13:51 #8 pushing layers 0.0s done 11:13:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 11:13:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done 11:13:51 #8 DONE 0.1s 11:13:51 11:13:51 1 warning found (use --debug to expand): 11:13:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 11:13:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 11:13:51 #1 [internal] load build definition from Dockerfile 11:13:51 #1 transferring dockerfile: 168B done 11:13:51 #1 DONE 0.0s 11:13:51 11:13:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 11:13:51 #2 DONE 0.0s 11:13:51 11:13:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 11:13:51 #3 DONE 0.0s 11:13:51 11:13:51 #4 [internal] load .dockerignore 11:13:51 #4 transferring context: 2B done 11:13:51 #4 DONE 0.0s 11:13:51 11:13:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:51 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:51 #5 CACHED 11:13:51 11:13:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 11:13:51 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:baa4163dc8d6182c8ab5f1f6e14fa2801ba542f851312e666923c32b0d0b2319 0.0s done 11:13:51 #6 CACHED 11:13:51 11:13:51 #7 exporting to image 11:13:51 #7 exporting layers done 11:13:51 #7 exporting manifest sha256:2bacfa974a7ec4bb3847038cf6394908152363bf23e620167d3ccfcaf99b4382 done 11:13:51 #7 exporting config sha256:65fc2ff91514c7261df2f247286875d19e776265488ad2942466fd7634e98894 done 11:13:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:51 #7 exporting manifest sha256:34d6c0a96497593864b63adff61c4f7b175c1e8f25c8666283bb216a02a3ef70 done 11:13:51 #7 exporting config sha256:ea3eed39963b8e669048d3f7a75a45407826249f79b7236f82d5213c43f458bb done 11:13:51 #7 exporting manifest list sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 done 11:13:51 #7 pushing layers 0.0s done 11:13:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:3155d6612cbd16c3f65912c1d65c9f35764a27d59562d3602b18b8ff5c86c9e6 0.1s done 11:13:51 #7 DONE 0.1s 11:13:51 11:13:51 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 11:13:51 #8 DONE 0.0s 11:13:51 11:13:51 1 warning found (use --debug to expand): 11:13:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:51 #1 [internal] load build definition from Dockerfile 11:13:51 #1 transferring dockerfile: 205B done 11:13:51 #1 DONE 0.0s 11:13:51 11:13:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:51 #2 DONE 0.0s 11:13:51 11:13:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:51 #3 DONE 0.1s 11:13:51 11:13:51 #4 [internal] load .dockerignore 11:13:51 #4 transferring context: 2B done 11:13:51 #4 DONE 0.0s 11:13:52 11:13:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:52 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:52 #5 DONE 0.0s 11:13:52 11:13:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:52 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:52 #6 DONE 0.1s 11:13:52 11:13:52 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:52 #7 DONE 0.0s 11:13:52 11:13:52 #8 exporting to image 11:13:52 #8 exporting layers done 11:13:52 #8 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done 11:13:52 #8 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done 11:13:52 #8 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff 0.0s done 11:13:52 #8 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done 11:13:52 #8 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done 11:13:52 #8 pushing layers 0.1s done 11:13:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 11:13:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done 11:13:52 #8 DONE 0.2s 11:13:52 11:13:52 1 warning found (use --debug to expand): 11:13:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 11:13:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 11:13:52 #1 [internal] load build definition from Dockerfile 11:13:52 #1 transferring dockerfile: 171B done 11:13:52 #1 DONE 0.0s 11:13:52 11:13:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 11:13:52 #2 DONE 0.0s 11:13:52 11:13:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 11:13:52 #3 DONE 0.0s 11:13:52 11:13:52 #4 [internal] load .dockerignore 11:13:52 #4 transferring context: 2B done 11:13:52 #4 DONE 0.0s 11:13:52 11:13:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:52 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:52 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb done 11:13:52 #5 CACHED 11:13:52 11:13:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:52 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:52 #6 CACHED 11:13:52 11:13:52 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:52 #7 DONE 0.0s 11:13:52 11:13:52 #8 exporting to image 11:13:52 #8 exporting layers done 11:13:52 #8 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done 11:13:52 #8 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done 11:13:52 #8 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done 11:13:52 #8 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done 11:13:52 #8 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done 11:13:52 #8 pushing layers 0.0s done 11:13:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done 11:13:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:52 #8 DONE 0.1s 11:13:52 11:13:52 1 warning found (use --debug to expand): 11:13:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 --push - 11:13:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65' 11:13:53 #1 [internal] load build definition from Dockerfile 11:13:53 #1 transferring dockerfile: 177B done 11:13:53 #1 DONE 0.0s 11:13:53 11:13:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 11:13:53 #2 DONE 0.0s 11:13:53 11:13:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65 11:13:53 #3 DONE 0.0s 11:13:53 11:13:53 #4 [internal] load .dockerignore 11:13:53 #4 transferring context: 2B done 11:13:53 #4 DONE 0.0s 11:13:53 11:13:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:53 #5 CACHED 11:13:53 11:13:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:53 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:53 #6 CACHED 11:13:53 11:13:53 #7 exporting to image 11:13:53 #7 exporting layers done 11:13:53 #7 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done 11:13:53 #7 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a 11:13:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:53 #7 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done 11:13:53 #7 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done 11:13:53 #7 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done 11:13:53 #7 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done 11:13:53 #7 pushing layers 0.0s done 11:13:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.65@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done 11:13:53 #7 DONE 0.1s 11:13:53 11:13:53 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:53 #8 DONE 0.0s 11:13:53 11:13:53 1 warning found (use --debug to expand): 11:13:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:53 #1 [internal] load build definition from Dockerfile 11:13:53 #1 transferring dockerfile: 218B done 11:13:53 #1 DONE 0.0s 11:13:53 11:13:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:53 #2 DONE 0.0s 11:13:53 11:13:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:53 #3 DONE 0.0s 11:13:53 11:13:53 #4 [internal] load .dockerignore 11:13:53 #4 transferring context: 2B done 11:13:53 #4 DONE 0.0s 11:13:53 11:13:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:53 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:53 #5 CACHED 11:13:53 11:13:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:53 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:53 #6 CACHED 11:13:53 11:13:53 #7 exporting to image 11:13:53 #7 exporting layers done 11:13:53 #7 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done 11:13:53 #7 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done 11:13:53 #7 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff 11:13:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:54 #7 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done 11:13:54 #7 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done 11:13:54 #7 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done 11:13:54 #7 pushing layers 0.0s done 11:13:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done 11:13:54 #7 DONE 0.1s 11:13:54 11:13:54 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:54 #8 DONE 0.0s 11:13:54 11:13:54 1 warning found (use --debug to expand): 11:13:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 11:13:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 11:13:54 #1 [internal] load build definition from Dockerfile 11:13:54 #1 transferring dockerfile: 169B done 11:13:54 #1 DONE 0.0s 11:13:54 11:13:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 11:13:54 #2 DONE 0.0s 11:13:54 11:13:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 11:13:54 #3 DONE 0.0s 11:13:54 11:13:54 #4 [internal] load .dockerignore 11:13:54 #4 transferring context: 2B done 11:13:54 #4 DONE 0.0s 11:13:54 11:13:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:54 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:54 #5 DONE 0.0s 11:13:54 11:13:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:54 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 0.0s done 11:13:54 #6 CACHED 11:13:54 11:13:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:bf24c49105ff36d3eab6434578339cc5d28d7332fc3c52767ecf14c17e4e43bb 11:13:54 #5 CACHED 11:13:54 11:13:54 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:54 #7 DONE 0.0s 11:13:54 11:13:54 #8 exporting to image 11:13:54 #8 exporting layers done 11:13:54 #8 exporting manifest sha256:ddc120ce7dbcefaa91b9320059e97664483c0940fdde25ffcbbbce83ef9d2573 done 11:13:54 #8 exporting config sha256:5bf72fcadf18aab18745e5897ce55cdf749f92eea28669fda250026335f8f79a done 11:13:54 #8 exporting manifest sha256:f2fbaf178431b80ea4b765fc869f51d075bf374a149e0b3af95a27ebc0688eff done 11:13:54 #8 exporting config sha256:95fd777500e4e2701dcbc367577b7bab9a91290c6b64d24bbeaca27b7bad3f19 done 11:13:54 #8 exporting manifest list sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 done 11:13:54 #8 pushing layers 0.0s done 11:13:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:b7c232fdd6a1136a5ecb274e90257cf582283398e9a03bfff057bf5309f9fbe7 0.1s done 11:13:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:54 #8 DONE 0.1s 11:13:54 11:13:54 1 warning found (use --debug to expand): 11:13:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:55 #1 [internal] load build definition from Dockerfile 11:13:55 #1 transferring dockerfile: 211B done 11:13:55 #1 DONE 0.0s 11:13:55 11:13:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:55 #2 DONE 0.0s 11:13:55 11:13:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:55 #3 DONE 0.0s 11:13:55 11:13:55 #4 [internal] load .dockerignore 11:13:55 #4 transferring context: 2B done 11:13:55 #4 DONE 0.0s 11:13:55 11:13:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 done 11:13:55 #5 DONE 0.0s 11:13:55 11:13:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:55 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:55 #6 DONE 0.0s 11:13:55 11:13:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 done 11:13:55 #5 DONE 0.1s 11:13:55 11:13:55 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:55 #7 DONE 0.0s 11:13:55 11:13:55 #8 exporting to image 11:13:55 #8 exporting layers done 11:13:55 #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done 11:13:55 #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done 11:13:55 #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done 11:13:55 #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done 11:13:55 #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done 11:13:55 #8 pushing layers 0.1s done 11:13:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 11:13:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done 11:13:55 #8 DONE 0.2s 11:13:55 11:13:55 1 warning found (use --debug to expand): 11:13:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 11:13:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 11:13:55 #1 [internal] load build definition from Dockerfile 11:13:55 #1 transferring dockerfile: 177B done 11:13:55 #1 DONE 0.0s 11:13:55 11:13:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 11:13:55 #2 DONE 0.0s 11:13:55 11:13:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 11:13:55 #3 DONE 0.0s 11:13:55 11:13:55 #4 [internal] load .dockerignore 11:13:55 #4 transferring context: 2B done 11:13:55 #4 DONE 0.0s 11:13:55 11:13:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:55 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:55 #5 CACHED 11:13:55 11:13:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:55 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:55 #6 CACHED 11:13:55 11:13:55 #7 exporting to image 11:13:55 #7 exporting layers done 11:13:55 #7 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done 11:13:55 #7 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done 11:13:55 #7 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done 11:13:55 #7 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 11:13:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:55 #7 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done 11:13:55 #7 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done 11:13:55 #7 pushing layers 0.0s done 11:13:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done 11:13:55 #7 DONE 0.1s 11:13:55 11:13:55 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:55 #8 DONE 0.0s 11:13:55 11:13:55 1 warning found (use --debug to expand): 11:13:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65' 11:13:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 --push - 11:13:56 #1 [internal] load build definition from Dockerfile 11:13:56 #1 transferring dockerfile: 183B done 11:13:56 #1 DONE 0.0s 11:13:56 11:13:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 11:13:56 #2 DONE 0.0s 11:13:56 11:13:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65 11:13:56 #3 DONE 0.0s 11:13:56 11:13:56 #4 [internal] load .dockerignore 11:13:56 #4 transferring context: 2B done 11:13:56 #4 DONE 0.0s 11:13:56 11:13:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:56 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:56 #5 CACHED 11:13:56 11:13:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:56 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:56 #6 CACHED 11:13:56 11:13:56 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:56 #7 DONE 0.0s 11:13:56 11:13:56 #8 exporting to image 11:13:56 #8 exporting layers done 11:13:56 #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done 11:13:56 #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done 11:13:56 #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done 11:13:56 #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done 11:13:56 #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done 11:13:56 #8 pushing layers 0.0s done 11:13:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.65@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done 11:13:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:56 #8 DONE 0.1s 11:13:56 11:13:56 1 warning found (use --debug to expand): 11:13:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:13:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:56 #1 [internal] load build definition from Dockerfile 11:13:56 #1 transferring dockerfile: 224B done 11:13:56 #1 DONE 0.0s 11:13:56 11:13:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:56 #2 DONE 0.0s 11:13:56 11:13:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:13:56 #3 DONE 0.0s 11:13:56 11:13:56 #4 [internal] load .dockerignore 11:13:56 #4 transferring context: 2B done 11:13:56 #4 DONE 0.0s 11:13:56 11:13:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:56 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:57 #5 CACHED 11:13:57 11:13:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:57 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:57 #6 CACHED 11:13:57 11:13:57 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:57 #7 DONE 0.0s 11:13:57 11:13:57 #8 exporting to image 11:13:57 #8 exporting layers done 11:13:57 #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done 11:13:57 #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done 11:13:57 #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done 11:13:57 #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done 11:13:57 #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done 11:13:57 #8 pushing layers 0.0s done 11:13:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done 11:13:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:57 #8 DONE 0.1s 11:13:57 11:13:57 1 warning found (use --debug to expand): 11:13:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 11:13:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 11:13:57 #1 [internal] load build definition from Dockerfile 11:13:57 #1 transferring dockerfile: 175B done 11:13:57 #1 DONE 0.0s 11:13:57 11:13:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 11:13:57 #2 DONE 0.0s 11:13:57 11:13:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 11:13:57 #3 DONE 0.0s 11:13:57 11:13:57 #4 [internal] load .dockerignore 11:13:57 #4 transferring context: 2B done 11:13:57 #4 DONE 0.0s 11:13:57 11:13:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:57 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:57 #5 DONE 0.0s 11:13:57 11:13:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:57 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 0.0s done 11:13:57 #6 CACHED 11:13:57 11:13:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d4a3a60fa947e9465cd326ea5379dd7f40f94391eaa1557228171385891ae2d2 11:13:57 #5 CACHED 11:13:57 11:13:57 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 11:13:57 #7 DONE 0.0s 11:13:57 11:13:57 #8 exporting to image 11:13:57 #8 exporting layers done 11:13:57 #8 exporting manifest sha256:f83c94d0c99ec1472c206569e63aac746b81190df9bae99bdfbf31fe70ed9e5f done 11:13:57 #8 exporting config sha256:df17bc108706ab3df23ca80e270f771a8502dfed713342a27734ab8a801118e6 done 11:13:57 #8 exporting manifest sha256:a8d37f0031b255815baa85500491ab7fd7bd90566f01480831ce1ff0e505e0af done 11:13:57 #8 exporting config sha256:2cb22f43d2fbbe943cd45e56b08abde8ff31cbdbb12a046a9045ed4eff03d6b0 done 11:13:57 #8 exporting manifest list sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 done 11:13:57 #8 pushing layers 0.0s done 11:13:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f1cc2daac281bd9bb33eb71f99fbc7abc469088009e34628e0190e43c50b2d73 0.1s done 11:13:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:57 #8 DONE 0.1s 11:13:57 11:13:57 1 warning found (use --debug to expand): 11:13:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:13:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:13:57 #1 [internal] load build definition from Dockerfile 11:13:57 #1 transferring dockerfile: 215B done 11:13:57 #1 DONE 0.0s 11:13:57 11:13:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:57 #2 DONE 0.0s 11:13:57 11:13:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:13:57 #3 DONE 0.0s 11:13:57 11:13:57 #4 [internal] load .dockerignore 11:13:57 #4 transferring context: 2B done 11:13:57 #4 DONE 0.0s 11:13:58 11:13:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:13:58 #5 DONE 0.0s 11:13:58 11:13:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b done 11:13:58 #6 DONE 0.1s 11:13:58 11:13:58 #7 exporting to image 11:13:58 #7 exporting layers done 11:13:58 #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done 11:13:58 #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab 11:13:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:58 #7 ... 11:13:58 11:13:58 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 11:13:58 #8 DONE 0.0s 11:13:58 11:13:58 #7 exporting to image 11:13:58 #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done 11:13:58 #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done 11:13:58 #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done 11:13:58 #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done 11:13:58 #7 pushing layers 0.1s done 11:13:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 11:13:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done 11:13:58 #7 DONE 0.2s 11:13:58 11:13:58 1 warning found (use --debug to expand): 11:13:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 11:13:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 11:13:58 #1 [internal] load build definition from Dockerfile 11:13:58 #1 transferring dockerfile: 181B done 11:13:58 #1 DONE 0.0s 11:13:58 11:13:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 11:13:58 #2 DONE 0.0s 11:13:58 11:13:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 11:13:58 #3 DONE 0.0s 11:13:58 11:13:58 #4 [internal] load .dockerignore 11:13:58 #4 transferring context: 2B done 11:13:58 #4 DONE 0.0s 11:13:58 11:13:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:13:58 #5 DONE 0.0s 11:13:58 11:13:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:13:58 #6 CACHED 11:13:58 11:13:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:58 #5 CACHED 11:13:58 11:13:58 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 11:13:58 #7 DONE 0.0s 11:13:58 11:13:58 #8 exporting to image 11:13:58 #8 exporting layers done 11:13:58 #8 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done 11:13:58 #8 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done 11:13:58 #8 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done 11:13:58 #8 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done 11:13:58 #8 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done 11:13:58 #8 pushing layers 0.0s done 11:13:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done 11:13:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:58 #8 DONE 0.1s 11:13:58 11:13:58 1 warning found (use --debug to expand): 11:13:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 --push - 11:13:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65' 11:13:59 #1 [internal] load build definition from Dockerfile 11:13:59 #1 transferring dockerfile: 187B done 11:13:59 #1 DONE 0.0s 11:13:59 11:13:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 11:13:59 #2 DONE 0.0s 11:13:59 11:13:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65 11:13:59 #3 DONE 0.0s 11:13:59 11:13:59 #4 [internal] load .dockerignore 11:13:59 #4 transferring context: 2B done 11:13:59 #4 DONE 0.0s 11:13:59 11:13:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:13:59 #5 CACHED 11:13:59 11:13:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:13:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:13:59 #6 CACHED 11:13:59 11:13:59 #7 exporting to image 11:13:59 #7 exporting layers done 11:13:59 #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done 11:13:59 #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done 11:13:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:13:59 #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done 11:13:59 #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done 11:13:59 #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done 11:13:59 #7 pushing layers 0.0s done 11:13:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.65@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done 11:13:59 #7 DONE 0.1s 11:13:59 11:13:59 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 11:13:59 #8 DONE 0.0s 11:13:59 11:13:59 1 warning found (use --debug to expand): 11:13:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:13:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:13:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:14:00 #1 [internal] load build definition from Dockerfile 11:14:00 #1 transferring dockerfile: 228B done 11:14:00 #1 DONE 0.0s 11:14:00 11:14:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:00 #2 DONE 0.0s 11:14:00 11:14:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:00 #3 DONE 0.0s 11:14:00 11:14:00 #4 [internal] load .dockerignore 11:14:00 #4 transferring context: 2B done 11:14:00 #4 DONE 0.0s 11:14:00 11:14:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:14:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:14:00 #5 CACHED 11:14:00 11:14:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:14:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:14:00 #6 CACHED 11:14:00 11:14:00 #7 exporting to image 11:14:00 #7 exporting layers done 11:14:00 #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done 11:14:00 #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done 11:14:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:00 #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done 11:14:00 #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done 11:14:00 #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done 11:14:00 #7 pushing layers 0.0s done 11:14:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done 11:14:00 #7 DONE 0.1s 11:14:00 11:14:00 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 11:14:00 #8 DONE 0.0s 11:14:00 11:14:00 1 warning found (use --debug to expand): 11:14:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 11:14:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 11:14:00 #1 [internal] load build definition from Dockerfile 11:14:00 #1 transferring dockerfile: 179B done 11:14:00 #1 DONE 0.0s 11:14:00 11:14:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 11:14:00 #2 DONE 0.0s 11:14:00 11:14:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 11:14:00 #3 DONE 0.0s 11:14:00 11:14:00 #4 [internal] load .dockerignore 11:14:00 #4 transferring context: 2B done 11:14:00 #4 DONE 0.0s 11:14:00 11:14:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:14:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:14:00 #5 CACHED 11:14:00 11:14:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 11:14:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:321fb78509abedbb7595b1e7be2300ddf9f8b389006f635b013ed842b7c6f85b 0.0s done 11:14:00 #6 CACHED 11:14:00 11:14:00 #7 exporting to image 11:14:00 #7 exporting layers done 11:14:00 #7 exporting manifest sha256:ea20130d468cba76a5b002b6594f194ee2cf4dd87254b61aedc50640548c8d26 done 11:14:00 #7 exporting config sha256:6bac7a99cb65ec67f27eb9c51d0e69346c281874bce60771588813463d20c2ab done 11:14:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:00 #7 exporting manifest sha256:3e9bf13c94bb9534da8c2a6456c821fb836939fde295eca49045f7b7f521cf35 done 11:14:00 #7 exporting config sha256:017c25d0de232c115b7c0a761fd83fbba5684900b7db889f27e0631e46d7e974 done 11:14:00 #7 exporting manifest list sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 done 11:14:00 #7 pushing layers 0.0s done 11:14:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e8f29d04f36734dfcf626b3e8d7d1957eac79afc2645ed4eaab81b9f37951a09 0.1s done 11:14:00 #7 DONE 0.1s 11:14:00 11:14:00 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 11:14:00 #8 DONE 0.0s 11:14:00 11:14:00 1 warning found (use --debug to expand): 11:14:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:14:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:14:01 #1 [internal] load build definition from Dockerfile 11:14:01 #1 transferring dockerfile: 205B done 11:14:01 #1 DONE 0.0s 11:14:01 11:14:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:01 #2 DONE 0.0s 11:14:01 11:14:01 #3 [internal] load .dockerignore 11:14:01 #3 transferring context: 2B done 11:14:01 #3 DONE 0.0s 11:14:01 11:14:01 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:01 #4 DONE 0.1s 11:14:01 11:14:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f done 11:14:01 #5 DONE 0.0s 11:14:01 11:14:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:01 #6 DONE 0.0s 11:14:01 11:14:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f done 11:14:01 #5 DONE 0.1s 11:14:01 11:14:01 #7 exporting to image 11:14:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:01 #7 ... 11:14:01 11:14:01 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 11:14:01 #8 DONE 0.0s 11:14:01 11:14:01 #7 exporting to image 11:14:01 #7 exporting layers done 11:14:01 #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done 11:14:01 #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done 11:14:01 #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done 11:14:01 #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done 11:14:01 #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done 11:14:01 #7 pushing layers 0.1s done 11:14:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 11:14:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done 11:14:01 #7 DONE 0.2s 11:14:01 11:14:01 1 warning found (use --debug to expand): 11:14:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 11:14:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 11:14:01 #1 [internal] load build definition from Dockerfile 11:14:01 #1 transferring dockerfile: 171B done 11:14:01 #1 DONE 0.0s 11:14:01 11:14:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 11:14:01 #2 DONE 0.0s 11:14:01 11:14:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 11:14:01 #3 DONE 0.0s 11:14:01 11:14:01 #4 [internal] load .dockerignore 11:14:01 #4 transferring context: 2B done 11:14:01 #4 DONE 0.0s 11:14:01 11:14:01 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:01 #5 CACHED 11:14:01 11:14:01 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:02 #6 CACHED 11:14:02 11:14:02 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 11:14:02 #7 DONE 0.0s 11:14:02 11:14:02 #8 exporting to image 11:14:02 #8 exporting layers done 11:14:02 #8 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done 11:14:02 #8 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done 11:14:02 #8 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done 11:14:02 #8 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done 11:14:02 #8 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done 11:14:02 #8 pushing layers 0.0s done 11:14:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done 11:14:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:02 #8 DONE 0.1s 11:14:02 11:14:02 1 warning found (use --debug to expand): 11:14:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 --push - 11:14:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65' 11:14:02 #1 [internal] load build definition from Dockerfile 11:14:02 #1 transferring dockerfile: 177B done 11:14:02 #1 DONE 0.0s 11:14:02 11:14:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 11:14:02 #2 DONE 0.0s 11:14:02 11:14:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65 11:14:02 #3 DONE 0.0s 11:14:02 11:14:02 #4 [internal] load .dockerignore 11:14:02 #4 transferring context: 2B done 11:14:02 #4 DONE 0.0s 11:14:02 11:14:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:02 #5 CACHED 11:14:02 11:14:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:02 #6 CACHED 11:14:02 11:14:02 #7 exporting to image 11:14:02 #7 exporting layers done 11:14:02 #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done 11:14:02 #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done 11:14:02 #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done 11:14:02 #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b 11:14:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:02 #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done 11:14:02 #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done 11:14:02 #7 pushing layers 0.0s done 11:14:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.65@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done 11:14:02 #7 DONE 0.1s 11:14:02 11:14:02 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 11:14:02 #8 DONE 0.0s 11:14:02 11:14:02 1 warning found (use --debug to expand): 11:14:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:14:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:14:02 #1 [internal] load build definition from Dockerfile 11:14:02 #1 transferring dockerfile: 218B done 11:14:02 #1 DONE 0.0s 11:14:02 11:14:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:02 #2 DONE 0.0s 11:14:02 11:14:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:02 #3 DONE 0.0s 11:14:02 11:14:02 #4 [internal] load .dockerignore 11:14:02 #4 transferring context: 2B done 11:14:02 #4 DONE 0.0s 11:14:02 11:14:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:02 #5 CACHED 11:14:02 11:14:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:02 #6 CACHED 11:14:02 11:14:02 #7 exporting to image 11:14:02 #7 exporting layers done 11:14:02 #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done 11:14:02 #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a 11:14:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:03 #7 ... 11:14:03 11:14:03 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 11:14:03 #8 DONE 0.0s 11:14:03 11:14:03 #7 exporting to image 11:14:03 #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done 11:14:03 #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done 11:14:03 #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done 11:14:03 #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done 11:14:03 #7 pushing layers 0.0s done 11:14:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done 11:14:03 #7 DONE 0.1s 11:14:03 11:14:03 1 warning found (use --debug to expand): 11:14:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 11:14:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 11:14:03 #1 [internal] load build definition from Dockerfile 11:14:03 #1 transferring dockerfile: 169B done 11:14:03 #1 DONE 0.0s 11:14:03 11:14:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 11:14:03 #2 DONE 0.0s 11:14:03 11:14:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 11:14:03 #3 DONE 0.0s 11:14:03 11:14:03 #4 [internal] load .dockerignore 11:14:03 #4 transferring context: 2B done 11:14:03 #4 DONE 0.0s 11:14:03 11:14:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f done 11:14:03 #5 CACHED 11:14:03 11:14:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 11:14:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:e151587624a7665da0394cb0fca76aef9c669c07474bcaf32c9e7154cab7098f 0.0s done 11:14:03 #6 CACHED 11:14:03 11:14:03 #7 exporting to image 11:14:03 #7 exporting layers done 11:14:03 #7 exporting manifest sha256:0bd4e2ebedea9e5bb29b58e049c8baf2926a3a269c2e0515025660ed073d2156 done 11:14:03 #7 exporting config sha256:dacf14efe08180a80dd0a275ee54baf5c97db6444f13147c8ee44a9c3f2b649a done 11:14:03 #7 exporting manifest sha256:347315188b5ab72bbfc791b152fe731669de6fc299e8861e6215149ac5de02e2 done 11:14:03 #7 exporting config sha256:c1d0aef60be1f9bd567ea9c6402d6da36b662076a4b4f238ac9afcb8d0c3064b done 11:14:03 #7 exporting manifest list sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 done 11:14:03 #7 pushing layers 0.0s done 11:14:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 11:14:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1429951be8c3cc7dd16766591c563e247911ed1bf6585c1dce749f4450663015 0.1s done 11:14:03 #7 DONE 0.1s 11:14:03 11:14:03 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 11:14:03 #8 DONE 0.0s 11:14:03 11:14:03 1 warning found (use --debug to expand): 11:14:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:14:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:14:04 #1 [internal] load build definition from Dockerfile 11:14:04 #1 transferring dockerfile: 206B done 11:14:04 #1 DONE 0.0s 11:14:04 11:14:04 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:04 #2 DONE 0.0s 11:14:04 11:14:04 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:04 #3 DONE 0.0s 11:14:04 11:14:04 #4 [internal] load .dockerignore 11:14:04 #4 transferring context: 2B done 11:14:04 #4 DONE 0.0s 11:14:04 11:14:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:04 #5 DONE 0.0s 11:14:04 11:14:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:04 #6 DONE 0.0s 11:14:04 11:14:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:04 #5 DONE 0.1s 11:14:04 11:14:04 #7 exporting to image 11:14:04 #7 exporting layers done 11:14:04 #7 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done 11:14:04 #7 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done 11:14:04 #7 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done 11:14:04 #7 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done 11:14:04 #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 11:14:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:04 #7 ... 11:14:04 11:14:04 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 11:14:04 #8 DONE 0.0s 11:14:04 11:14:04 #7 exporting to image 11:14:04 #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.0s done 11:14:04 #7 pushing layers 0.1s done 11:14:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 11:14:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done 11:14:04 #7 DONE 0.2s 11:14:04 11:14:04 1 warning found (use --debug to expand): 11:14:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 11:14:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 11:14:05 #1 [internal] load build definition from Dockerfile 11:14:05 #1 transferring dockerfile: 172B done 11:14:05 #1 DONE 0.0s 11:14:05 11:14:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 11:14:05 #2 DONE 0.0s 11:14:05 11:14:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 11:14:05 #3 DONE 0.0s 11:14:05 11:14:05 #4 [internal] load .dockerignore 11:14:05 #4 transferring context: 2B done 11:14:05 #4 DONE 0.0s 11:14:05 11:14:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:05 #5 CACHED 11:14:05 11:14:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:05 #6 CACHED 11:14:05 11:14:05 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 11:14:05 #7 DONE 0.0s 11:14:05 11:14:05 #8 exporting to image 11:14:05 #8 exporting layers done 11:14:05 #8 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done 11:14:05 #8 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done 11:14:05 #8 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done 11:14:05 #8 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done 11:14:05 #8 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done 11:14:05 #8 pushing layers 0.0s done 11:14:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done 11:14:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:05 #8 DONE 0.1s 11:14:05 11:14:05 1 warning found (use --debug to expand): 11:14:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 --push - 11:14:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65' 11:14:05 #1 [internal] load build definition from Dockerfile 11:14:05 #1 transferring dockerfile: 178B done 11:14:05 #1 DONE 0.0s 11:14:05 11:14:05 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 11:14:05 #2 DONE 0.0s 11:14:05 11:14:05 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65 11:14:05 #3 DONE 0.0s 11:14:05 11:14:05 #4 [internal] load .dockerignore 11:14:05 #4 transferring context: 2B done 11:14:05 #4 DONE 0.0s 11:14:05 11:14:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:05 #5 DONE 0.0s 11:14:05 11:14:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:05 #6 CACHED 11:14:05 11:14:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:05 #5 CACHED 11:14:05 11:14:05 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 11:14:05 #7 DONE 0.0s 11:14:05 11:14:05 #8 exporting to image 11:14:05 #8 exporting layers done 11:14:05 #8 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done 11:14:05 #8 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done 11:14:05 #8 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done 11:14:05 #8 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done 11:14:05 #8 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done 11:14:05 #8 pushing layers 0.0s done 11:14:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.65@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done 11:14:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:05 #8 DONE 0.1s 11:14:05 11:14:05 1 warning found (use --debug to expand): 11:14:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:14:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:14:06 #1 [internal] load build definition from Dockerfile 11:14:06 #1 transferring dockerfile: 219B done 11:14:06 #1 DONE 0.0s 11:14:06 11:14:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:06 #2 DONE 0.0s 11:14:06 11:14:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:06 #3 DONE 0.0s 11:14:06 11:14:06 #4 [internal] load .dockerignore 11:14:06 #4 transferring context: 2B done 11:14:06 #4 DONE 0.0s 11:14:06 11:14:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:06 #5 CACHED 11:14:06 11:14:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:06 #6 CACHED 11:14:06 11:14:06 #7 exporting to image 11:14:06 #7 exporting layers done 11:14:06 #7 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done 11:14:06 #7 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done 11:14:06 #7 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done 11:14:06 #7 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done 11:14:06 #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done 11:14:06 #7 pushing layers 11:14:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:06 #7 pushing layers 0.0s done 11:14:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done 11:14:06 #7 DONE 0.1s 11:14:06 11:14:06 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 11:14:06 #8 DONE 0.0s 11:14:06 11:14:06 1 warning found (use --debug to expand): 11:14:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 11:14:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 11:14:06 #1 [internal] load build definition from Dockerfile 11:14:06 #1 transferring dockerfile: 170B done 11:14:06 #1 DONE 0.0s 11:14:06 11:14:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 11:14:06 #2 DONE 0.0s 11:14:06 11:14:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 11:14:06 #3 DONE 0.0s 11:14:06 11:14:06 #4 [internal] load .dockerignore 11:14:06 #4 transferring context: 2B done 11:14:06 #4 DONE 0.0s 11:14:06 11:14:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:06 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:06 #5 CACHED 11:14:06 11:14:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 11:14:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:80947f291a4f2ba324458b382baf97e47e5e2400b31ccc44133b01d5f2cd6026 0.0s done 11:14:06 #6 CACHED 11:14:06 11:14:06 #7 exporting to image 11:14:06 #7 exporting layers done 11:14:06 #7 exporting manifest sha256:b9aee7863caf1a66e6bb6fa6daff70d0fd4c9f187469b43f87369644ba3d373a done 11:14:06 #7 exporting config sha256:69115ae84ce3c90ecaa20868c316c9171b1a9a545d2261b288123900d5787dc4 done 11:14:06 #7 exporting manifest sha256:46a05b13c771a5b14523c6d69a3c1f099d2aef0c305cf5c84835588f0d7e76bb done 11:14:06 #7 exporting config sha256:7f616347aedaf961be14bad5dfdf09a948643e35d6e4a9432fada43b037c8f8d done 11:14:06 #7 exporting manifest list sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 done 11:14:06 #7 pushing layers 0.0s done 11:14:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 11:14:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:398a50fe81a9dbeb50cc817409e776095af41daaf58f2043909fc454b620bd38 0.1s done 11:14:06 #7 DONE 0.1s 11:14:06 11:14:06 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 11:14:06 #8 DONE 0.0s 11:14:06 11:14:06 1 warning found (use --debug to expand): 11:14:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:14:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:14:07 #1 [internal] load build definition from Dockerfile 11:14:07 #1 transferring dockerfile: 206B done 11:14:07 #1 DONE 0.0s 11:14:07 11:14:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:07 #2 DONE 0.0s 11:14:07 11:14:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:07 #3 DONE 0.0s 11:14:07 11:14:07 #4 [internal] load .dockerignore 11:14:07 #4 transferring context: 2B done 11:14:07 #4 DONE 0.0s 11:14:07 11:14:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:07 #5 ... 11:14:07 11:14:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done 11:14:07 #6 DONE 0.1s 11:14:07 11:14:07 #7 exporting to image 11:14:07 #7 exporting layers done 11:14:07 #7 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done 11:14:07 #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 11:14:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:07 #7 ... 11:14:07 11:14:07 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 11:14:07 #8 DONE 0.0s 11:14:07 11:14:07 #7 exporting to image 11:14:07 #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done 11:14:07 #7 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done 11:14:07 #7 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done 11:14:07 #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done 11:14:07 #7 pushing layers 0.1s done 11:14:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 11:14:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done 11:14:07 #7 DONE 0.2s 11:14:07 11:14:07 1 warning found (use --debug to expand): 11:14:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 11:14:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 11:14:07 #1 [internal] load build definition from Dockerfile 11:14:07 #1 transferring dockerfile: 172B done 11:14:07 #1 DONE 0.0s 11:14:07 11:14:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 11:14:07 #2 DONE 0.0s 11:14:07 11:14:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 11:14:07 #3 DONE 0.0s 11:14:07 11:14:07 #4 [internal] load .dockerignore 11:14:07 #4 transferring context: 2B done 11:14:07 #4 DONE 0.0s 11:14:07 11:14:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:07 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done 11:14:07 #5 CACHED 11:14:07 11:14:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:07 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done 11:14:07 #6 CACHED 11:14:07 11:14:07 #7 exporting to image 11:14:07 #7 exporting layers done 11:14:07 #7 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done 11:14:07 #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done 11:14:07 #7 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done 11:14:07 #7 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done 11:14:07 #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 11:14:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:08 #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done 11:14:08 #7 pushing layers 0.0s done 11:14:08 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done 11:14:08 #7 DONE 0.1s 11:14:08 11:14:08 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 11:14:08 #8 DONE 0.0s 11:14:08 11:14:08 1 warning found (use --debug to expand): 11:14:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65' 11:14:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 --push - 11:14:08 #1 [internal] load build definition from Dockerfile 11:14:08 #1 transferring dockerfile: 178B done 11:14:08 #1 DONE 0.0s 11:14:08 11:14:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 11:14:08 #2 DONE 0.0s 11:14:08 11:14:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65 11:14:08 #3 DONE 0.0s 11:14:08 11:14:08 #4 [internal] load .dockerignore 11:14:08 #4 transferring context: 2B done 11:14:08 #4 DONE 0.0s 11:14:08 11:14:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:08 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done 11:14:08 #5 CACHED 11:14:08 11:14:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:08 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done 11:14:08 #6 CACHED 11:14:08 11:14:08 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 11:14:08 #7 DONE 0.0s 11:14:08 11:14:08 #8 exporting to image 11:14:08 #8 exporting layers done 11:14:08 #8 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done 11:14:08 #8 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done 11:14:08 #8 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done 11:14:08 #8 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done 11:14:08 #8 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done 11:14:08 #8 pushing layers 0.0s done 11:14:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.65@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done 11:14:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:08 #8 DONE 0.1s 11:14:08 11:14:08 1 warning found (use --debug to expand): 11:14:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:14:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:14:09 #1 [internal] load build definition from Dockerfile 11:14:09 #1 transferring dockerfile: 219B done 11:14:09 #1 DONE 0.0s 11:14:09 11:14:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:09 #2 DONE 0.0s 11:14:09 11:14:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:09 #3 DONE 0.0s 11:14:09 11:14:09 #4 [internal] load .dockerignore 11:14:09 #4 transferring context: 2B done 11:14:09 #4 DONE 0.0s 11:14:09 11:14:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done 11:14:09 #5 CACHED 11:14:09 11:14:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 done 11:14:09 #6 CACHED 11:14:09 11:14:09 #7 exporting to image 11:14:09 #7 exporting layers done 11:14:09 #7 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done 11:14:09 #7 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done 11:14:09 #7 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done 11:14:09 #7 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done 11:14:09 #7 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done 11:14:09 #7 pushing layers 0.0s done 11:14:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 11:14:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done 11:14:09 #7 DONE 0.1s 11:14:09 11:14:09 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 11:14:09 #8 DONE 0.0s 11:14:09 11:14:09 1 warning found (use --debug to expand): 11:14:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 11:14:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 11:14:09 #1 [internal] load build definition from Dockerfile 11:14:09 #1 transferring dockerfile: 170B done 11:14:09 #1 DONE 0.0s 11:14:09 11:14:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 11:14:09 #2 DONE 0.0s 11:14:09 11:14:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 11:14:09 #3 DONE 0.0s 11:14:09 11:14:09 #4 [internal] load .dockerignore 11:14:09 #4 transferring context: 2B done 11:14:09 #4 DONE 0.0s 11:14:09 11:14:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:09 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done 11:14:09 #5 DONE 0.0s 11:14:09 11:14:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:09 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 0.0s done 11:14:09 #6 CACHED 11:14:09 11:14:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:0bcf9bb33646895dfe65b7be1583ccb7b189260135db6bd473fe37d1ef025295 11:14:09 #5 CACHED 11:14:09 11:14:09 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 11:14:09 #7 DONE 0.0s 11:14:09 11:14:09 #8 exporting to image 11:14:09 #8 exporting layers done 11:14:09 #8 exporting manifest sha256:79a4cd628bc2815c901b32d5692517ace1b3aa2f842bf996519945dbfef627bb done 11:14:09 #8 exporting config sha256:d3a7c6810c532048ec58ef192047c5b2274fa0e42a65bb4244dd3cf3bb768cc6 done 11:14:09 #8 exporting manifest sha256:3b7a37cea6bcbd05b02aeb64788852b386e110cfcab0a881213bb1d77b2bbaa5 done 11:14:09 #8 exporting config sha256:f47b3ad04ad2469b0748370e2a783eddd1cbdee8018de5cb14aa464200efb739 done 11:14:09 #8 exporting manifest list sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f done 11:14:09 #8 pushing layers 0.0s done 11:14:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:12a64748a2d6d4e5b1d5b9464d5e486008506dee667cd036cc24a3cd5689350f 0.1s done 11:14:09 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:09 #8 DONE 0.1s 11:14:09 11:14:09 1 warning found (use --debug to expand): 11:14:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:14:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:14:10 #1 [internal] load build definition from Dockerfile 11:14:10 #1 transferring dockerfile: 206B done 11:14:10 #1 DONE 0.0s 11:14:10 11:14:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:10 #2 DONE 0.0s 11:14:10 11:14:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:10 #3 DONE 0.0s 11:14:10 11:14:10 #4 [internal] load .dockerignore 11:14:10 #4 transferring context: 2B done 11:14:10 #4 DONE 0.0s 11:14:10 11:14:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:10 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:10 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:10 #5 DONE 0.0s 11:14:10 11:14:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:10 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:10 #6 DONE 0.1s 11:14:10 11:14:10 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 11:14:10 #7 DONE 0.0s 11:14:10 11:14:10 #8 exporting to image 11:14:10 #8 exporting layers done 11:14:10 #8 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done 11:14:10 #8 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done 11:14:10 #8 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done 11:14:10 #8 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done 11:14:10 #8 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done 11:14:10 #8 pushing layers 0.1s done 11:14:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 11:14:10 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:10 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done 11:14:10 #8 DONE 0.2s 11:14:10 11:14:10 1 warning found (use --debug to expand): 11:14:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 11:14:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 11:14:11 #1 [internal] load build definition from Dockerfile 11:14:11 #1 transferring dockerfile: 172B done 11:14:11 #1 DONE 0.0s 11:14:11 11:14:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 11:14:11 #2 DONE 0.0s 11:14:11 11:14:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 11:14:11 #3 DONE 0.0s 11:14:11 11:14:11 #4 [internal] load .dockerignore 11:14:11 #4 transferring context: 2B done 11:14:11 #4 DONE 0.0s 11:14:11 11:14:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:11 #5 CACHED 11:14:11 11:14:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:11 #6 CACHED 11:14:11 11:14:11 #7 exporting to image 11:14:11 #7 exporting layers done 11:14:11 #7 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done 11:14:11 #7 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done 11:14:11 #7 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done 11:14:11 #7 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done 11:14:11 #7 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done 11:14:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:11 #7 pushing layers 0.0s done 11:14:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done 11:14:11 #7 DONE 0.1s 11:14:11 11:14:11 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 11:14:11 #8 DONE 0.0s 11:14:11 11:14:11 1 warning found (use --debug to expand): 11:14:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65' 11:14:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 --push - 11:14:11 #1 [internal] load build definition from Dockerfile 11:14:11 #1 transferring dockerfile: 178B done 11:14:11 #1 DONE 0.0s 11:14:11 11:14:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 11:14:11 #2 DONE 0.0s 11:14:11 11:14:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65 11:14:11 #3 DONE 0.0s 11:14:11 11:14:11 #4 [internal] load .dockerignore 11:14:11 #4 transferring context: 2B done 11:14:11 #4 DONE 0.0s 11:14:11 11:14:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:11 #5 CACHED 11:14:11 11:14:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:11 #6 CACHED 11:14:11 11:14:11 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 11:14:11 #7 DONE 0.0s 11:14:11 11:14:11 #8 exporting to image 11:14:11 #8 exporting layers done 11:14:11 #8 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done 11:14:11 #8 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done 11:14:11 #8 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done 11:14:11 #8 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done 11:14:11 #8 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done 11:14:11 #8 pushing layers 0.0s done 11:14:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.65@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done 11:14:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:11 #8 DONE 0.1s 11:14:11 11:14:11 1 warning found (use --debug to expand): 11:14:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:14:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:14:11 #1 [internal] load build definition from Dockerfile 11:14:11 #1 transferring dockerfile: 219B done 11:14:11 #1 DONE 0.0s 11:14:11 11:14:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:11 #2 DONE 0.0s 11:14:11 11:14:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:11 #3 DONE 0.0s 11:14:11 11:14:11 #4 [internal] load .dockerignore 11:14:11 #4 transferring context: 2B done 11:14:11 #4 DONE 0.0s 11:14:11 11:14:11 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:11 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 done 11:14:11 #5 CACHED 11:14:11 11:14:11 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:11 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 done 11:14:11 #6 CACHED 11:14:11 11:14:11 #7 exporting to image 11:14:11 #7 exporting layers done 11:14:11 #7 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done 11:14:11 #7 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done 11:14:11 #7 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done 11:14:11 #7 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done 11:14:11 #7 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done 11:14:11 #7 pushing layers 0.0s done 11:14:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 11:14:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done 11:14:12 #7 DONE 0.1s 11:14:12 11:14:12 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 11:14:12 #8 DONE 0.0s 11:14:12 11:14:12 1 warning found (use --debug to expand): 11:14:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 11:14:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 11:14:12 #1 [internal] load build definition from Dockerfile 11:14:12 #1 transferring dockerfile: 170B done 11:14:12 #1 DONE 0.0s 11:14:12 11:14:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 11:14:12 #2 DONE 0.0s 11:14:12 11:14:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 11:14:12 #3 DONE 0.0s 11:14:12 11:14:12 #4 [internal] load .dockerignore 11:14:12 #4 transferring context: 2B done 11:14:12 #4 DONE 0.0s 11:14:12 11:14:12 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:12 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:12 #5 CACHED 11:14:12 11:14:12 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 11:14:12 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a59de679822a0bff0e302d5f2d9f78a9a9f9a5866cdbd59a655d439acf0ba091 0.0s done 11:14:12 #6 CACHED 11:14:12 11:14:12 #7 exporting to image 11:14:12 #7 exporting layers 11:14:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:12 #7 exporting layers done 11:14:12 #7 exporting manifest sha256:86e65f2705dda0d890273d4c8e84627b1ec3732175850d924811633074713250 done 11:14:12 #7 exporting config sha256:969f23c39bd5eb74fa197ec9c8c953c4c9bdc66ff4f80273088f52d34c543c42 done 11:14:12 #7 exporting manifest sha256:1f43621111e32a64f52d06bcbf14d125c29760249d2d035a04cd3e51b16680a0 done 11:14:12 #7 exporting config sha256:2f7ec31a4c0237551dafebb3876cb6d8f4bc89655c05cc05786c9ff7a275d770 done 11:14:12 #7 exporting manifest list sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b done 11:14:12 #7 pushing layers 0.0s done 11:14:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:55646c46ba0239c7ef52bae8901a2573bf327e0b90aaf3ea13e3780ce1fa5d6b 0.1s done 11:14:12 #7 DONE 0.1s 11:14:12 11:14:12 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 11:14:12 #8 DONE 0.0s 11:14:12 11:14:12 1 warning found (use --debug to expand): 11:14:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c --push - 11:14:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c' 11:14:13 #1 [internal] load build definition from Dockerfile 11:14:13 #1 transferring dockerfile: 202B done 11:14:13 #1 DONE 0.0s 11:14:13 11:14:13 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:13 #2 DONE 0.0s 11:14:13 11:14:13 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:14:13 #3 DONE 0.1s 11:14:13 11:14:13 #4 [internal] load .dockerignore 11:14:13 #4 transferring context: 2B done 11:14:13 #4 DONE 0.0s 11:14:13 11:14:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:13 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done 11:14:13 #5 DONE 0.0s 11:14:13 11:14:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:13 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done 11:14:13 #6 DONE 0.1s 11:14:13 11:14:13 #7 exporting to image 11:14:13 #7 exporting layers done 11:14:13 #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 0.0s done 11:14:13 #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done 11:14:13 #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done 11:14:13 #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done 11:14:13 #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 11:14:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:13 #7 ... 11:14:13 11:14:13 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 11:14:13 #8 DONE 0.0s 11:14:13 11:14:13 #7 exporting to image 11:14:13 #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done 11:14:13 #7 pushing layers 0.1s done 11:14:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 11:14:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done 11:14:13 #7 DONE 0.2s 11:14:13 11:14:13 1 warning found (use --debug to expand): 11:14:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 11:14:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 11:14:14 #1 [internal] load build definition from Dockerfile 11:14:14 #1 transferring dockerfile: 168B done 11:14:14 #1 DONE 0.0s 11:14:14 11:14:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 11:14:14 #2 DONE 0.0s 11:14:14 11:14:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 11:14:14 #3 DONE 0.0s 11:14:14 11:14:14 #4 [internal] load .dockerignore 11:14:14 #4 transferring context: 2B done 11:14:14 #4 DONE 0.0s 11:14:14 11:14:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done 11:14:14 #5 CACHED 11:14:14 11:14:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done 11:14:14 #6 CACHED 11:14:14 11:14:14 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 11:14:14 #7 DONE 0.0s 11:14:14 11:14:14 #8 exporting to image 11:14:14 #8 exporting layers done 11:14:14 #8 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done 11:14:14 #8 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done 11:14:14 #8 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done 11:14:14 #8 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done 11:14:14 #8 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done 11:14:14 #8 pushing layers 0.0s done 11:14:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done 11:14:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:14 #8 DONE 0.1s 11:14:14 11:14:14 1 warning found (use --debug to expand): 11:14:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65' 11:14:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 --push - 11:14:14 #1 [internal] load build definition from Dockerfile 11:14:14 #1 transferring dockerfile: 174B done 11:14:14 #1 DONE 0.0s 11:14:14 11:14:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 11:14:14 #2 DONE 0.0s 11:14:14 11:14:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65 11:14:14 #3 DONE 0.0s 11:14:14 11:14:14 #4 [internal] load .dockerignore 11:14:14 #4 transferring context: 2B done 11:14:14 #4 DONE 0.0s 11:14:14 11:14:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done 11:14:14 #5 CACHED 11:14:14 11:14:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done 11:14:14 #6 CACHED 11:14:14 11:14:14 #7 exporting to image 11:14:14 #7 exporting layers done 11:14:14 #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done 11:14:14 #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 11:14:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:14 #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done 11:14:14 #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done 11:14:14 #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done 11:14:14 #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done 11:14:14 #7 pushing layers 0.0s done 11:14:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.65@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done 11:14:14 #7 DONE 0.1s 11:14:14 11:14:14 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 11:14:14 #8 DONE 0.0s 11:14:14 11:14:14 1 warning found (use --debug to expand): 11:14:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65' 11:14:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 --push - 11:14:14 #1 [internal] load build definition from Dockerfile 11:14:14 #1 transferring dockerfile: 215B done 11:14:14 #1 DONE 0.0s 11:14:14 11:14:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:14 #2 DONE 0.0s 11:14:14 11:14:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:14:14 #3 DONE 0.0s 11:14:14 11:14:14 #4 [internal] load .dockerignore 11:14:14 #4 transferring context: 2B done 11:14:14 #4 DONE 0.0s 11:14:14 11:14:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done 11:14:14 #5 CACHED 11:14:14 11:14:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 0.0s done 11:14:14 #6 CACHED 11:14:14 11:14:14 #7 exporting to image 11:14:14 #7 exporting layers done 11:14:14 #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done 11:14:14 #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done 11:14:14 #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done 11:14:14 #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done 11:14:14 #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done 11:14:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:15 #7 pushing layers 0.0s done 11:14:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done 11:14:15 #7 DONE 0.1s 11:14:15 11:14:15 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 11:14:15 #8 DONE 0.0s 11:14:15 11:14:15 1 warning found (use --debug to expand): 11:14:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 11:14:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 11:14:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 11:14:15 #1 [internal] load build definition from Dockerfile 11:14:15 #1 transferring dockerfile: 166B done 11:14:15 #1 DONE 0.0s 11:14:15 11:14:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 11:14:15 #2 DONE 0.0s 11:14:15 11:14:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 11:14:15 #3 DONE 0.0s 11:14:15 11:14:15 #4 [internal] load .dockerignore 11:14:15 #4 transferring context: 2B done 11:14:15 #4 DONE 0.0s 11:14:15 11:14:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:15 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done 11:14:15 #5 CACHED 11:14:15 11:14:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b 11:14:15 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:78718604a6eebf7d9c5ef503ff6fef6c4f6d3af1d1c7585f4d5cbb74816ff56b done 11:14:15 #6 CACHED 11:14:15 11:14:15 #7 exporting to image 11:14:15 #7 exporting layers done 11:14:15 #7 exporting manifest sha256:972174ba78c78ea53fd74eb627e0c78fcb8c8d9248f93e61bc326ae43037fce2 done 11:14:15 #7 exporting config sha256:84f93a4643ffc28019e35e1b28f08d6dc0d0b099576086a9f0dfd094f5f41944 done 11:14:15 #7 exporting manifest sha256:e2932c36931aac9cd4be7b0f2746bbaf87c14478fd15dbdab565528748f9e854 done 11:14:15 #7 exporting config sha256:0b345d385d3a98f4246ac74efb3103df40b293b9ee5e65e6d466c46efb440b3f done 11:14:15 #7 exporting manifest list sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee done 11:14:15 #7 pushing layers 0.0s done 11:14:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 11:14:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 11:14:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:37e7a57185ddfe1e0151114d5a612ff5f0e013d0176a09cc5aea78ea61b015ee 0.1s done 11:14:15 #7 DONE 0.1s 11:14:15 11:14:15 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 11:14:15 #8 DONE 0.0s 11:14:15 11:14:15 1 warning found (use --debug to expand): 11:14:15  - 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 11:14:16 + '[' -d /w/workspace/edgex-go/909/archives ']' [Pipeline] libraryResource [Pipeline] sh 11:14:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:14:17 ---> package-listing.sh 11:14:17 ++ facter osfamily 11:14:17 ++ tr '[:upper:]' '[:lower:]' 11:14:17 + OS_FAMILY=redhat 11:14:17 + workspace=/w/workspace/edgex-go/909 11:14:17 + START_PACKAGES=/tmp/packages_start.txt 11:14:17 + END_PACKAGES=/tmp/packages_end.txt 11:14:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:14:17 + PACKAGES=/tmp/packages_start.txt 11:14:17 + '[' /w/workspace/edgex-go/909 ']' 11:14:17 + PACKAGES=/tmp/packages_end.txt 11:14:17 + case "${OS_FAMILY}" in 11:14:17 + sort 11:14:17 + rpm -qa 11:14:17 + '[' -f /tmp/packages_start.txt ']' 11:14:17 + '[' -f /tmp/packages_end.txt ']' 11:14:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:14:17 + '[' /w/workspace/edgex-go/909 ']' 11:14:17 + mkdir -p /w/workspace/edgex-go/909/archives/ 11:14:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/909/archives/ [Pipeline] echo 11:14:17 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/909/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:14:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:18 11:14:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:14:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:19 latest: Pulling from edgex-lftools-log-publisher 11:14:19 5eb5b503b376: Pulling fs layer 11:14:19 5c69ac0246d0: Pulling fs layer 11:14:19 ec43610c2a17: Pulling fs layer 11:14:19 3a2ae6a8a46f: Pulling fs layer 11:14:19 33b1e0a273af: Pulling fs layer 11:14:19 5d3b04190fa2: Pulling fs layer 11:14:19 2f39f015ded8: Pulling fs layer 11:14:19 3a2ae6a8a46f: Waiting 11:14:19 33b1e0a273af: Waiting 11:14:19 5d3b04190fa2: Waiting 11:14:19 2f39f015ded8: Waiting 11:14:19 5c69ac0246d0: Verifying Checksum 11:14:19 5c69ac0246d0: Download complete 11:14:19 3a2ae6a8a46f: Verifying Checksum 11:14:19 3a2ae6a8a46f: Download complete 11:14:19 33b1e0a273af: Verifying Checksum 11:14:19 33b1e0a273af: Download complete 11:14:19 5d3b04190fa2: Verifying Checksum 11:14:19 5d3b04190fa2: Download complete 11:14:19 ec43610c2a17: Verifying Checksum 11:14:19 ec43610c2a17: Download complete 11:14:19 5eb5b503b376: Verifying Checksum 11:14:19 5eb5b503b376: Download complete 11:14:20 2f39f015ded8: Download complete 11:14:20 5eb5b503b376: Pull complete 11:14:20 5c69ac0246d0: Pull complete 11:14:21 ec43610c2a17: Pull complete 11:14:21 3a2ae6a8a46f: Pull complete 11:14:21 33b1e0a273af: Pull complete 11:14:21 5d3b04190fa2: Pull complete 11:14:25 2f39f015ded8: Pull complete 11:14:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:14:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:14:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:14:26 prd-centos7-docker-4c-2g-116984 does not seem to be running inside a container 11:14:26 $ 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/909/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 11:14:32 $ docker top bc333b220db20b463765c6f9f62e1cec6af19c234adc6267b29cc34bb38e61f2 -eo pid,comm [Pipeline] { [Pipeline] sh 11:14:32 + touch /tmp/pre-build-complete [Pipeline] sh 11:14:32 + mkdir -p /var/log/sysstat [Pipeline] sh 11:14:33 + ls /var/log/sa-host 11:14:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:14:33 provisioning config files... 11:14:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7085079940923341850tmp [Pipeline] { [Pipeline] echo 11:14:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:14:33 ---> create-netrc.sh [Pipeline] } 11:14:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:14:33 ---> python-tools-install.sh [Pipeline] echo 11:14:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:14:34 ---> sudo-logs.sh 11:14:34 Archiving 'sudo' log.. 11:14:34 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:14:34 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 11:14:34 $ docker stop --time=1 bc333b220db20b463765c6f9f62e1cec6af19c234adc6267b29cc34bb38e61f2 11:14:35 $ docker rm -f --volumes bc333b220db20b463765c6f9f62e1cec6af19c234adc6267b29cc34bb38e61f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 11:14:35 [WS-CLEANUP] Deleting project workspace... 11:14:35 [WS-CLEANUP] Deferred wipeout is used... 11:14:35 [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] } 11:28:33 #144 DONE 1077.9s 11:28:33 11:28:33 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:28:33 #151 ... 11:28:33 11:28:33 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:28:33 #155 DONE 0.3s 11:28:33 11:28:33 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:28:33 #151 ... 11:28:33 11:28:33 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:28:33 #156 DONE 0.1s 11:28:33 11:28:33 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 11:28:33 #157 DONE 0.3s 11:28:33 11:28:33 #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 11:28:33 #158 DONE 0.1s 11:28:33 11:28:33 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 11:28:33 #159 DONE 0.1s 11:28:33 11:28:33 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:28:33 #160 DONE 2.4s 11:28:33 11:28:33 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:28:33 #154 ... 11:28:33 11:28:33 #113 [core-common-config-bootstrapper] exporting to image 11:28:33 #113 exporting layers 11:28:33 #113 exporting layers 0.8s done 11:28:33 #113 writing image sha256:7c60d4cf4da0b509a469e9358991ffdde045a91fe1210d564b0078209a6afc3d done 11:28:33 #113 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 11:28:33 #113 DONE 6.2s 11:28:33 11:28:33 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:28:36 #151 ... 11:28:36 11:28:36 #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 11:28:36 #148 DONE 1087.1s 11:28:36 11:28:36 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:28:36 #153 ... 11:28:36 11:28:36 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 11:28:37 #161 DONE 0.3s 11:28:37 11:28:37 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:28:37 #151 ... 11:28:37 11:28:37 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 11:28:40 #162 DONE 3.2s 11:28:40 11:28:40 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 11:28:40 #163 DONE 0.3s 11:28:40 11:28:40 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 11:28:41 #164 DONE 0.2s 11:28:41 11:28:41 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:28:41 #165 DONE 0.3s 11:28:41 11:28:41 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 11:28:41 #166 DONE 0.2s 11:28:41 11:28:41 #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/ 11:28:41 #167 DONE 0.1s 11:28:41 11:28:41 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:28:41 #152 ... 11:28:41 11:28:41 #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/ 11:28:41 #168 DONE 0.1s 11:28:41 11:28:41 #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/ 11:28:41 #169 DONE 0.1s 11:28:41 11:28:41 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:28:41 #151 ... 11:28:41 11:28:41 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:28:41 #170 DONE 0.1s 11:28:42 11:28:42 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 11:28:44 #171 DONE 2.0s 11:28:44 11:28:44 #113 [security-bootstrapper] exporting to image 11:28:44 #113 exporting layers 11:28:45 #113 exporting layers 1.3s done 11:28:45 #113 writing image sha256:bd566fea2fa6dfe19d4f90be02b528cb79c684244e29a686f6e9f56c3a7fcfbe done 11:28:45 #113 naming to docker.io/library/security-bootstrapper-arm64 done 11:28:45 #113 DONE 7.4s 11:28:45 11:28:45 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:44:08 #130 ... 11:44:08 11:44:08 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 11:44:08 #149 DONE 2005.2s 11:44:08 11:44:08 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:44:08 #151 ... 11:44:08 11:44:08 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 11:44:08 #172 DONE 0.2s 11:44:08 11:44:08 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:44:08 #151 ... 11:44:08 11:44:08 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 11:44:08 #173 DONE 0.1s 11:44:08 11:44:08 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:44:08 #174 DONE 0.4s 11:44:08 11:44:08 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:44:08 #152 ... 11:44:08 11:44:08 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 11:44:08 #175 DONE 0.1s 11:44:08 11:44:08 #113 [core-command] exporting to image 11:44:08 #113 exporting layers 11:44:08 #113 exporting layers 0.5s done 11:44:08 #113 writing image sha256:2f39cc5098f198095dc49d88eaaaf4f0ddb0df404d7f75b123468cc597eb9ce2 done 11:44:08 #113 naming to docker.io/library/core-command-arm64 done 11:44:08 #113 DONE 7.9s 11:44:08 11:44:08 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:44:17 #153 ... 11:44:17 11:44:17 #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 11:44:17 #145 DONE 2026.9s 11:44:17 11:44:17 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:44:17 #151 ... 11:44:17 11:44:17 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 11:44:17 #176 DONE 0.3s 11:44:17 11:44:17 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 11:44:17 #177 DONE 0.2s 11:44:17 11:44:17 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:44:17 #153 ... 11:44:17 11:44:17 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 11:44:17 #178 DONE 0.1s 11:44:17 11:44:17 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 11:44:17 #179 DONE 0.1s 11:44:17 11:44:17 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:44:17 #150 ... 11:44:17 11:44:17 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:44:17 #180 DONE 0.5s 11:44:17 11:44:17 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 11:44:18 #181 DONE 0.1s 11:44:18 11:44:18 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:44:21 #182 DONE 2.9s 11:44:21 11:44:21 #113 [security-proxy-setup] exporting to image 11:44:21 #113 exporting layers 11:44:21 #113 exporting layers 1.0s done 11:44:21 #113 writing image sha256:3e4fe043abb238f644e1d7dadf5c3fcfe241ec0dbe2a9bae49c6a0b3d527ef58 done 11:44:21 #113 naming to docker.io/library/security-proxy-setup-arm64 done 11:44:21 #113 DONE 9.0s 11:44:21 11:44:21 #151 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:44:21 #151 2029.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.65 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:44:54 #151 DONE 2062.0s 11:44:54 11:44:54 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:44:54 #130 ... 11:44:54 11:44:54 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 11:44:54 #183 DONE 0.2s 11:44:54 11:44:54 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:44:54 #130 ... 11:44:54 11:44:54 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 11:44:54 #184 DONE 0.2s 11:44:54 11:44:54 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:44:54 #185 DONE 0.2s 11:44:54 11:44:54 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:44:54 #150 ... 11:44:54 11:44:54 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 11:44:54 #186 DONE 0.2s 11:44:54 11:44:54 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 11:44:54 #187 DONE 0.2s 11:44:54 11:44:54 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:44:54 #188 DONE 0.5s 11:44:54 11:44:54 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:44:54 #189 DONE 0.5s 11:44:54 11:44:54 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:44:54 #190 DONE 0.1s 11:44:54 11:44:54 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:44:55 #191 DONE 1.7s 11:44:55 11:44:55 #113 [security-secretstore-setup] exporting to image 11:44:55 #113 exporting layers 11:44:57 #113 exporting layers 1.6s done 11:44:57 #113 writing image sha256:7812b5fd2898c1c7c33b09aa5f153ba0cb7b60c1a66f1826e6e2a53e1efddc01 0.0s done 11:44:57 #113 naming to docker.io/library/security-secretstore-setup-arm64 done 11:44:57 #113 DONE 10.5s 11:44:57 11:44:57 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:45:53 #150 ... 11:45:53 11:45:53 #147 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 11:45:53 #147 DONE 2118.4s 11:45:53 11:45:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:45:53 #153 ... 11:45:53 11:45:53 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:45:53 #192 DONE 0.3s 11:45:53 11:45:53 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:45:53 #130 ... 11:45:53 11:45:53 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:45:53 #193 DONE 0.1s 11:45:53 11:45:53 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 11:45:53 #194 DONE 0.5s 11:45:53 11:45:53 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 11:45:53 #195 DONE 0.1s 11:45:53 11:45:53 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:45:53 #130 ... 11:45:53 11:45:53 #113 [security-spiffe-token-provider] exporting to image 11:45:53 #113 exporting layers 11:45:53 #113 exporting layers 1.0s done 11:45:53 #113 writing image sha256:1c9121439b6589d64c9c58ab6ac1b38a21e9bc36c5b3aaf9146754ab15623c85 done 11:45:53 #113 naming to docker.io/library/security-spiffe-token-provider-arm64 done 11:45:53 #113 DONE 11.6s 11:45:53 11:45:53 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:46:32 #153 ... 11:46:32 11:46:32 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 11:46:32 #146 DONE 2156.8s 11:46:32 11:46:32 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 11:46:32 #152 DONE 2156.7s 11:46:32 11:46:32 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:32 #130 ... 11:46:32 11:46:32 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:46:32 #196 DONE 0.1s 11:46:32 11:46:32 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:32 #130 ... 11:46:32 11:46:32 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:46:32 #197 DONE 0.2s 11:46:32 11:46:32 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:32 #130 ... 11:46:32 11:46:32 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 11:46:32 #198 DONE 0.2s 11:46:32 11:46:32 #199 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 11:46:32 #199 DONE 0.8s 11:46:32 11:46:32 #200 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 11:46:32 #200 DONE 0.7s 11:46:32 11:46:32 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 11:46:32 #201 ... 11:46:32 11:46:32 #202 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 11:46:32 #202 DONE 0.1s 11:46:32 11:46:32 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 11:46:32 #201 DONE 0.3s 11:46:32 11:46:32 #113 [core-keeper] exporting to image 11:46:32 #113 exporting layers 11:46:32 #113 ... 11:46:32 11:46:32 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 11:46:32 #203 DONE 0.3s 11:46:32 11:46:32 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:46:32 #204 ... 11:46:32 11:46:32 #113 [core-keeper] exporting to image 11:46:32 #113 exporting layers 1.1s done 11:46:32 #113 writing image sha256:e6782c91dfdd4527e7c9d285ca4a3734dca869a366302766a7b612379cab3106 done 11:46:32 #113 naming to docker.io/library/core-keeper-arm64 0.0s done 11:46:32 #113 DONE 12.7s 11:46:32 11:46:32 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:32 #130 ... 11:46:32 11:46:32 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 11:46:32 #150 DONE 2161.4s 11:46:32 11:46:32 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:32 #130 ... 11:46:32 11:46:32 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 11:46:32 #204 DONE 2.3s 11:46:32 11:46:32 #113 [security-proxy-auth] exporting to image 11:46:32 #113 ... 11:46:32 11:46:32 #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 11:46:32 #205 CACHED 11:46:32 11:46:32 #206 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 11:46:32 #206 CACHED 11:46:32 11:46:32 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:46:32 #207 ... 11:46:32 11:46:32 #113 [security-proxy-auth] exporting to image 11:46:32 #113 exporting layers 1.2s done 11:46:32 #113 writing image sha256:43b710e0d11bbfa0ca9f128a667cdf69663f8167b5209b5b6d073bba892afd14 0.0s done 11:46:32 #113 naming to docker.io/library/security-proxy-auth-arm64 done 11:46:32 #113 DONE 13.9s 11:46:32 11:46:32 #207 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:46:32 #207 DONE 0.8s 11:46:32 11:46:32 #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 11:46:32 #208 DONE 0.1s 11:46:32 11:46:32 #209 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 11:46:32 #209 DONE 0.2s 11:46:32 11:46:32 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:46:33 #153 ... 11:46:33 11:46:33 #113 [core-metadata] exporting to image 11:46:33 #113 exporting layers 0.6s done 11:46:33 #113 writing image sha256:519900142ce95e464ab6101d2f383f7cd86aebb1718e66a517cd1eb6762be0b1 0.0s done 11:46:33 #113 naming to docker.io/library/core-metadata-arm64 done 11:46:33 #113 DONE 14.5s 11:46:33 11:46:33 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:34 #130 ... 11:46:34 11:46:34 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 11:46:34 #153 DONE 2165.0s 11:46:34 11:46:34 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:34 #130 ... 11:46:34 11:46:34 #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:46:35 #210 DONE 0.2s 11:46:35 11:46:35 #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:46:35 #211 DONE 0.2s 11:46:35 11:46:35 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:46:35 #130 ... 11:46:35 11:46:35 #212 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:46:35 #212 DONE 0.4s 11:46:35 11:46:35 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 11:46:35 #213 DONE 0.1s 11:46:35 11:46:35 #113 [core-data] exporting to image 11:46:36 #113 exporting layers 0.7s done 11:46:36 #113 writing image sha256:53e597c0065bcc2c74a80bec56ea685ba2af1a5c9d0385dff7d2e7e173475104 done 11:46:36 #113 naming to docker.io/library/core-data-arm64 done 11:46:36 #113 DONE 15.2s 11:46:36 11:46:36 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:47:03 #130 ... 11:47:03 11:47:03 #154 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 11:47:03 #154 DONE 2192.4s 11:47:03 11:47:03 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:47:03 #130 ... 11:47:03 11:47:03 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:47:03 #214 DONE 0.2s 11:47:03 11:47:03 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:47:03 #130 ... 11:47:03 11:47:03 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:47:03 #215 DONE 0.1s 11:47:03 11:47:03 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:47:03 #216 DONE 0.5s 11:47:03 11:47:03 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 11:47:03 #217 DONE 0.1s 11:47:03 11:47:03 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:47:03 #130 ... 11:47:03 11:47:03 #113 [support-scheduler] exporting to image 11:47:03 #113 exporting layers 11:47:04 #113 exporting layers 1.0s done 11:47:04 #113 writing image sha256:d5753cc9cdb94b8fddadac59add057c7ee4eb52f307ba9c64fe868b8f28a8182 done 11:47:04 #113 naming to docker.io/library/support-scheduler-arm64 done 11:47:04 #113 DONE 16.2s 11:47:04 11:47:04 #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 11:47:08 #130 DONE 2199.2s 11:47:08 11:47:08 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 11:47:08 #218 DONE 0.1s 11:47:09 11:47:09 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 11:47:09 #219 DONE 0.1s 11:47:09 11:47:09 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:47:09 #220 DONE 0.4s 11:47:09 11:47:09 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 11:47:09 #221 DONE 0.1s 11:47:09 11:47:09 #113 [support-notifications] exporting to image 11:47:09 #113 exporting layers 11:47:09 #113 exporting layers 0.6s done 11:47:09 #113 writing image sha256:9f8772553f4abbee40e93ac0e385f8443cff7e8c83448663d2ad45d5e3e71666 done 11:47:09 #113 naming to docker.io/library/support-notifications-arm64 done 11:47:09 #113 DONE 16.9s 11:47:09 time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 11:47:09 time="2025-10-08T11:07:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 11:47:10 $ docker stop --time=1 2259739dcbc32abac43141a93ae1252db06d8cdbce4388a5ea71a58c15ac90e4 11:47:11 $ docker rm -f --volumes 2259739dcbc32abac43141a93ae1252db06d8cdbce4388a5ea71a58c15ac90e4 [Pipeline] // withDockerContainer [Pipeline] sh 11:47:12 + docker images 11:47:12 REPOSITORY TAG IMAGE ID CREATED SIZE 11:47:12 support-notifications-arm64 latest 9f8772553f4a 3 seconds ago 60.3MB 11:47:12 support-scheduler-arm64 latest d5753cc9cdb9 10 seconds ago 56.5MB 11:47:12 core-data-arm64 latest 53e597c0065b 37 seconds ago 52.8MB 11:47:12 core-metadata-arm64 latest 519900142ce9 40 seconds ago 52.8MB 11:47:12 security-proxy-auth-arm64 latest 43b710e0d11b 42 seconds ago 52MB 11:47:12 core-keeper-arm64 latest e6782c91dfdd 44 seconds ago 45.4MB 11:47:12 security-spiffe-token-provider-arm64 latest 1c9121439b65 About a minute ago 56.2MB 11:47:12 security-secretstore-setup-arm64 latest 7812b5fd2898 2 minutes ago 86.4MB 11:47:12 security-proxy-setup-arm64 latest 3e4fe043abb2 2 minutes ago 56.5MB 11:47:12 core-command-arm64 latest 2f39cc5098f1 3 minutes ago 47.2MB 11:47:12 security-bootstrapper-arm64 latest bd566fea2fa6 18 minutes ago 28.3MB 11:47:12 core-common-config-bootstrapper-arm64 latest 7c60d4cf4da0 18 minutes ago 27.2MB 11:47:12 security-spire-config-arm64 latest 53f8eb51190b 38 minutes ago 150MB 11:47:12 security-spire-agent-arm64 latest 91ee8a5f7e8b 38 minutes ago 194MB 11:47:12 security-spire-server-arm64 latest 48a9807b70cf 38 minutes ago 151MB 11:47:12 ci-base-image-arm64 latest 6a8e83c94209 40 minutes ago 922MB 11:47:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 2 months ago 566MB 11:47: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 11:47:12 provisioning config files... 11:47:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/909@tmp/config3599504532668462661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:47:12 ---> ****-login.sh 11:47:12 nexus3.edgexfoundry.org:10001 11:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:47:13 Configure a credential helper to remove this warning. See 11:47:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:47:13 11:47:13 Login Succeeded 11:47:13 nexus3.edgexfoundry.org:10002 11:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:47:13 Configure a credential helper to remove this warning. See 11:47:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:47:13 11:47:13 Login Succeeded 11:47:13 nexus3.edgexfoundry.org:10003 11:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:47:14 Configure a credential helper to remove this warning. See 11:47:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:47:14 11:47:14 Login Succeeded 11:47:14 nexus3.edgexfoundry.org:10004 11:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:47:14 Configure a credential helper to remove this warning. See 11:47:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:47:14 11:47:14 Login Succeeded 11:47:14 ****.io 11:47:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:47:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 11:47:15 Configure a credential helper to remove this warning. See 11:47:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 11:47:15 11:47:15 Login Succeeded 11:47:15 ---> ****-login.sh ends [Pipeline] } 11:47:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:47:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 11:47:15 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 11:47:15 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:15 latest 11:47:15 4.1.0-dev.65 11:47:15 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:15 main 11:47:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:15 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:16 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:47:16 4da2dd67b7b1: Preparing 11:47:16 d3e31ddb95aa: Preparing 11:47:16 b2d5ee0e2298: Preparing 11:47:16 a214c57cd0ac: Preparing 11:47:16 83cb1efab8cc: Preparing 11:47:16 9b993378be53: Preparing 11:47:16 1e890da81ec9: Preparing 11:47:16 9b993378be53: Waiting 11:47:16 1e890da81ec9: Waiting 11:47:16 b2d5ee0e2298: Pushed 11:47:16 a214c57cd0ac: Pushed 11:47:16 4da2dd67b7b1: Pushed 11:47:16 1e890da81ec9: Layer already exists 11:47:16 9b993378be53: Pushed 11:47:18 83cb1efab8cc: Pushed 11:47:22 d3e31ddb95aa: Pushed 11:47:22 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:47:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:47:23 4da2dd67b7b1: Preparing 11:47:23 d3e31ddb95aa: Preparing 11:47:23 b2d5ee0e2298: Preparing 11:47:23 a214c57cd0ac: Preparing 11:47:23 83cb1efab8cc: Preparing 11:47:23 9b993378be53: Preparing 11:47:23 1e890da81ec9: Preparing 11:47:23 9b993378be53: Waiting 11:47:23 1e890da81ec9: Waiting 11:47:23 83cb1efab8cc: Layer already exists 11:47:23 b2d5ee0e2298: Layer already exists 11:47:23 d3e31ddb95aa: Layer already exists 11:47:23 a214c57cd0ac: Layer already exists 11:47:23 4da2dd67b7b1: Layer already exists 11:47:23 9b993378be53: Layer already exists 11:47:23 1e890da81ec9: Layer already exists 11:47:23 latest: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 11:47:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:47:24 4da2dd67b7b1: Preparing 11:47:24 d3e31ddb95aa: Preparing 11:47:24 b2d5ee0e2298: Preparing 11:47:24 a214c57cd0ac: Preparing 11:47:24 83cb1efab8cc: Preparing 11:47:24 9b993378be53: Preparing 11:47:24 1e890da81ec9: Preparing 11:47:24 9b993378be53: Waiting 11:47:24 1e890da81ec9: Waiting 11:47:24 a214c57cd0ac: Layer already exists 11:47:24 83cb1efab8cc: Layer already exists 11:47:24 b2d5ee0e2298: Layer already exists 11:47:24 4da2dd67b7b1: Layer already exists 11:47:24 d3e31ddb95aa: Layer already exists 11:47:24 9b993378be53: Layer already exists 11:47:24 1e890da81ec9: Layer already exists 11:47:24 4.1.0-dev.65: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:47:25 4da2dd67b7b1: Preparing 11:47:25 d3e31ddb95aa: Preparing 11:47:25 b2d5ee0e2298: Preparing 11:47:25 a214c57cd0ac: Preparing 11:47:25 83cb1efab8cc: Preparing 11:47:25 9b993378be53: Preparing 11:47:25 1e890da81ec9: Preparing 11:47:25 9b993378be53: Waiting 11:47:25 1e890da81ec9: Waiting 11:47:25 a214c57cd0ac: Layer already exists 11:47:25 83cb1efab8cc: Layer already exists 11:47:25 4da2dd67b7b1: Layer already exists 11:47:25 d3e31ddb95aa: Layer already exists 11:47:25 b2d5ee0e2298: Layer already exists 11:47:25 1e890da81ec9: Layer already exists 11:47:25 9b993378be53: Layer already exists 11:47:25 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 11:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 11:47:26 4da2dd67b7b1: Preparing 11:47:26 d3e31ddb95aa: Preparing 11:47:26 b2d5ee0e2298: Preparing 11:47:26 a214c57cd0ac: Preparing 11:47:26 83cb1efab8cc: Preparing 11:47:26 9b993378be53: Preparing 11:47:26 1e890da81ec9: Preparing 11:47:26 9b993378be53: Waiting 11:47:26 1e890da81ec9: Waiting 11:47:26 a214c57cd0ac: Layer already exists 11:47:26 d3e31ddb95aa: Layer already exists 11:47:26 83cb1efab8cc: Layer already exists 11:47:26 b2d5ee0e2298: Layer already exists 11:47:26 4da2dd67b7b1: Layer already exists 11:47:26 9b993378be53: Layer already exists 11:47:26 1e890da81ec9: Layer already exists 11:47:26 main: digest: sha256:669b4839702bd84664606f309efa951f3b9413551f8763cdd037eab2d7efd9a7 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:47:26 ===================================================== [Pipeline] echo 11:47:26 taggedImages: 11:47:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 11:47:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 11:47:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:26 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:47:26 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 11:47:26 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:26 latest 11:47:26 4.1.0-dev.65 11:47:26 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:26 main 11:47:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:47:27 c8fa83345946: Preparing 11:47:27 fc3dc08fe5a1: Preparing 11:47:27 0182b2b5adb2: Preparing 11:47:27 6454eca016cb: Preparing 11:47:27 b2d5ee0e2298: Preparing 11:47:27 a214c57cd0ac: Preparing 11:47:27 83cb1efab8cc: Preparing 11:47:27 9b993378be53: Preparing 11:47:27 1e890da81ec9: Preparing 11:47:27 9b993378be53: Waiting 11:47:27 a214c57cd0ac: Waiting 11:47:27 83cb1efab8cc: Waiting 11:47:27 1e890da81ec9: Waiting 11:47:27 b2d5ee0e2298: Layer already exists 11:47:27 a214c57cd0ac: Layer already exists 11:47:27 83cb1efab8cc: Layer already exists 11:47:27 fc3dc08fe5a1: Pushed 11:47:27 0182b2b5adb2: Pushed 11:47:27 9b993378be53: Layer already exists 11:47:27 1e890da81ec9: Layer already exists 11:47:27 c8fa83345946: Pushed 11:47:30 6454eca016cb: Pushed 11:47:30 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:47:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:47:31 c8fa83345946: Preparing 11:47:31 fc3dc08fe5a1: Preparing 11:47:31 0182b2b5adb2: Preparing 11:47:31 6454eca016cb: Preparing 11:47:31 b2d5ee0e2298: Preparing 11:47:31 a214c57cd0ac: Preparing 11:47:31 83cb1efab8cc: Preparing 11:47:31 a214c57cd0ac: Waiting 11:47:31 9b993378be53: Preparing 11:47:31 83cb1efab8cc: Waiting 11:47:31 1e890da81ec9: Preparing 11:47:31 9b993378be53: Waiting 11:47:31 1e890da81ec9: Waiting 11:47:31 6454eca016cb: Layer already exists 11:47:31 0182b2b5adb2: Layer already exists 11:47:31 fc3dc08fe5a1: Layer already exists 11:47:31 b2d5ee0e2298: Layer already exists 11:47:31 c8fa83345946: Layer already exists 11:47:31 a214c57cd0ac: Layer already exists 11:47:31 9b993378be53: Layer already exists 11:47:31 83cb1efab8cc: Layer already exists 11:47:31 1e890da81ec9: Layer already exists 11:47:32 latest: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:32 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:32 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 11:47:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:47:32 c8fa83345946: Preparing 11:47:32 fc3dc08fe5a1: Preparing 11:47:32 0182b2b5adb2: Preparing 11:47:32 6454eca016cb: Preparing 11:47:32 b2d5ee0e2298: Preparing 11:47:32 a214c57cd0ac: Preparing 11:47:32 83cb1efab8cc: Preparing 11:47:32 9b993378be53: Preparing 11:47:32 1e890da81ec9: Preparing 11:47:32 a214c57cd0ac: Waiting 11:47:32 83cb1efab8cc: Waiting 11:47:32 1e890da81ec9: Waiting 11:47:32 9b993378be53: Waiting 11:47:32 b2d5ee0e2298: Layer already exists 11:47:32 0182b2b5adb2: Layer already exists 11:47:32 6454eca016cb: Layer already exists 11:47:32 c8fa83345946: Layer already exists 11:47:32 fc3dc08fe5a1: Layer already exists 11:47:32 a214c57cd0ac: Layer already exists 11:47:32 83cb1efab8cc: Layer already exists 11:47:32 9b993378be53: Layer already exists 11:47:32 1e890da81ec9: Layer already exists 11:47:33 4.1.0-dev.65: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:47:33 c8fa83345946: Preparing 11:47:33 fc3dc08fe5a1: Preparing 11:47:33 0182b2b5adb2: Preparing 11:47:33 6454eca016cb: Preparing 11:47:33 b2d5ee0e2298: Preparing 11:47:33 a214c57cd0ac: Preparing 11:47:33 83cb1efab8cc: Preparing 11:47:33 9b993378be53: Preparing 11:47:33 1e890da81ec9: Preparing 11:47:33 83cb1efab8cc: Waiting 11:47:33 9b993378be53: Waiting 11:47:33 1e890da81ec9: Waiting 11:47:33 a214c57cd0ac: Waiting 11:47:33 0182b2b5adb2: Layer already exists 11:47:33 6454eca016cb: Layer already exists 11:47:33 b2d5ee0e2298: Layer already exists 11:47:33 c8fa83345946: Layer already exists 11:47:33 fc3dc08fe5a1: Layer already exists 11:47:33 a214c57cd0ac: Layer already exists 11:47:33 9b993378be53: Layer already exists 11:47:33 1e890da81ec9: Layer already exists 11:47:33 83cb1efab8cc: Layer already exists 11:47:34 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47: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 11:47:34 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 11:47:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 11:47:34 c8fa83345946: Preparing 11:47:34 fc3dc08fe5a1: Preparing 11:47:34 0182b2b5adb2: Preparing 11:47:34 6454eca016cb: Preparing 11:47:34 b2d5ee0e2298: Preparing 11:47:34 a214c57cd0ac: Preparing 11:47:34 83cb1efab8cc: Preparing 11:47:34 9b993378be53: Preparing 11:47:34 1e890da81ec9: Preparing 11:47:34 a214c57cd0ac: Waiting 11:47:34 83cb1efab8cc: Waiting 11:47:34 9b993378be53: Waiting 11:47:34 1e890da81ec9: Waiting 11:47:34 b2d5ee0e2298: Layer already exists 11:47:34 0182b2b5adb2: Layer already exists 11:47:34 fc3dc08fe5a1: Layer already exists 11:47:34 6454eca016cb: Layer already exists 11:47:34 c8fa83345946: Layer already exists 11:47:34 83cb1efab8cc: Layer already exists 11:47:34 1e890da81ec9: Layer already exists 11:47:34 a214c57cd0ac: Layer already exists 11:47:34 9b993378be53: Layer already exists 11:47:35 main: digest: sha256:9ce8a6d9417bca8f298275bc746c17f01ad0e22e2bb5dcec0ddf27f6be3f10b1 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:47:35 ===================================================== [Pipeline] echo 11:47:35 taggedImages: 11:47:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 11:47:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 11:47:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:35 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:47:35 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 11:47:35 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:35 latest 11:47:35 4.1.0-dev.65 11:47:35 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:35 main 11:47:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:47:36 49665ad39b2d: Preparing 11:47:36 314e6f320a96: Preparing 11:47:36 b2d5ee0e2298: Preparing 11:47:36 a214c57cd0ac: Preparing 11:47:36 17c52b8aa892: Preparing 11:47:36 de60e9cd6070: Preparing 11:47:36 1e890da81ec9: Preparing 11:47:36 de60e9cd6070: Waiting 11:47:36 1e890da81ec9: Waiting 11:47:36 b2d5ee0e2298: Layer already exists 11:47:36 a214c57cd0ac: Layer already exists 11:47:36 1e890da81ec9: Layer already exists 11:47:36 49665ad39b2d: Pushed 11:47:36 de60e9cd6070: Pushed 11:47:38 17c52b8aa892: Pushed 11:47:44 314e6f320a96: Pushed 11:47:44 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:47:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:47:45 49665ad39b2d: Preparing 11:47:45 314e6f320a96: Preparing 11:47:45 b2d5ee0e2298: Preparing 11:47:45 a214c57cd0ac: Preparing 11:47:45 17c52b8aa892: Preparing 11:47:45 de60e9cd6070: Preparing 11:47:45 1e890da81ec9: Preparing 11:47:45 de60e9cd6070: Waiting 11:47:45 1e890da81ec9: Waiting 11:47:45 b2d5ee0e2298: Layer already exists 11:47:45 49665ad39b2d: Layer already exists 11:47:45 314e6f320a96: Layer already exists 11:47:45 a214c57cd0ac: Layer already exists 11:47:45 17c52b8aa892: Layer already exists 11:47:45 1e890da81ec9: Layer already exists 11:47:45 de60e9cd6070: Layer already exists 11:47:45 latest: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 11:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:47:46 49665ad39b2d: Preparing 11:47:46 314e6f320a96: Preparing 11:47:46 b2d5ee0e2298: Preparing 11:47:46 a214c57cd0ac: Preparing 11:47:46 17c52b8aa892: Preparing 11:47:46 de60e9cd6070: Preparing 11:47:46 1e890da81ec9: Preparing 11:47:46 de60e9cd6070: Waiting 11:47:46 1e890da81ec9: Waiting 11:47:46 17c52b8aa892: Layer already exists 11:47:46 b2d5ee0e2298: Layer already exists 11:47:46 a214c57cd0ac: Layer already exists 11:47:46 49665ad39b2d: Layer already exists 11:47:46 314e6f320a96: Layer already exists 11:47:46 de60e9cd6070: Layer already exists 11:47:46 1e890da81ec9: Layer already exists 11:47:46 4.1.0-dev.65: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:47:47 49665ad39b2d: Preparing 11:47:47 314e6f320a96: Preparing 11:47:47 b2d5ee0e2298: Preparing 11:47:47 a214c57cd0ac: Preparing 11:47:47 17c52b8aa892: Preparing 11:47:47 de60e9cd6070: Preparing 11:47:47 1e890da81ec9: Preparing 11:47:47 1e890da81ec9: Waiting 11:47:47 de60e9cd6070: Waiting 11:47:47 17c52b8aa892: Layer already exists 11:47:47 314e6f320a96: Layer already exists 11:47:47 b2d5ee0e2298: Layer already exists 11:47:47 a214c57cd0ac: Layer already exists 11:47:47 49665ad39b2d: Layer already exists 11:47:47 1e890da81ec9: Layer already exists 11:47:47 de60e9cd6070: Layer already exists 11:47:47 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 11:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 11:47:48 49665ad39b2d: Preparing 11:47:48 314e6f320a96: Preparing 11:47:48 b2d5ee0e2298: Preparing 11:47:48 a214c57cd0ac: Preparing 11:47:48 17c52b8aa892: Preparing 11:47:48 de60e9cd6070: Preparing 11:47:48 1e890da81ec9: Preparing 11:47:48 de60e9cd6070: Waiting 11:47:48 1e890da81ec9: Waiting 11:47:48 49665ad39b2d: Layer already exists 11:47:48 17c52b8aa892: Layer already exists 11:47:48 b2d5ee0e2298: Layer already exists 11:47:48 a214c57cd0ac: Layer already exists 11:47:48 314e6f320a96: Layer already exists 11:47:48 de60e9cd6070: Layer already exists 11:47:48 1e890da81ec9: Layer already exists 11:47:48 main: digest: sha256:19a80de28e83f8fe2430f37ecc89bbf7cb51de50b6f6227d948b817b70c9fe05 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:47:49 ===================================================== [Pipeline] echo 11:47:49 taggedImages: 11:47:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 11:47:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 11:47:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:49 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:47:49 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 11:47:49 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:49 latest 11:47:49 4.1.0-dev.65 11:47:49 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:47:49 main 11:47:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:47:49 e6bc89fef0a8: Preparing 11:47:49 0fe21cd677f0: Preparing 11:47:49 a214c57cd0ac: Preparing 11:47:49 1758c1f7efbc: Preparing 11:47:49 9371aa134c1e: Preparing 11:47:49 1e890da81ec9: Preparing 11:47:49 1e890da81ec9: Waiting 11:47:49 a214c57cd0ac: Layer already exists 11:47:50 1e890da81ec9: Layer already exists 11:47:50 9371aa134c1e: Pushed 11:47:50 1758c1f7efbc: Pushed 11:47:50 e6bc89fef0a8: Pushed 11:47:58 0fe21cd677f0: Pushed 11:47:58 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:58 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:59 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:47:59 e6bc89fef0a8: Preparing 11:47:59 0fe21cd677f0: Preparing 11:47:59 a214c57cd0ac: Preparing 11:47:59 1758c1f7efbc: Preparing 11:47:59 9371aa134c1e: Preparing 11:47:59 1e890da81ec9: Preparing 11:47:59 1e890da81ec9: Waiting 11:47:59 0fe21cd677f0: Layer already exists 11:47:59 1758c1f7efbc: Layer already exists 11:47:59 9371aa134c1e: Layer already exists 11:47:59 a214c57cd0ac: Layer already exists 11:47:59 e6bc89fef0a8: Layer already exists 11:47:59 1e890da81ec9: Layer already exists 11:47:59 latest: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:47:59 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:00 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 11:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:48:00 e6bc89fef0a8: Preparing 11:48:00 0fe21cd677f0: Preparing 11:48:00 a214c57cd0ac: Preparing 11:48:00 1758c1f7efbc: Preparing 11:48:00 9371aa134c1e: Preparing 11:48:00 1e890da81ec9: Preparing 11:48:00 1e890da81ec9: Waiting 11:48:00 e6bc89fef0a8: Layer already exists 11:48:00 a214c57cd0ac: Layer already exists 11:48:00 1758c1f7efbc: Layer already exists 11:48:00 0fe21cd677f0: Layer already exists 11:48:00 9371aa134c1e: Layer already exists 11:48:00 1e890da81ec9: Layer already exists 11:48:00 4.1.0-dev.65: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:00 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:48:01 e6bc89fef0a8: Preparing 11:48:01 0fe21cd677f0: Preparing 11:48:01 a214c57cd0ac: Preparing 11:48:01 1758c1f7efbc: Preparing 11:48:01 9371aa134c1e: Preparing 11:48:01 1e890da81ec9: Preparing 11:48:01 1e890da81ec9: Waiting 11:48:01 1758c1f7efbc: Layer already exists 11:48:01 a214c57cd0ac: Layer already exists 11:48:01 e6bc89fef0a8: Layer already exists 11:48:01 9371aa134c1e: Layer already exists 11:48:01 0fe21cd677f0: Layer already exists 11:48:01 1e890da81ec9: Layer already exists 11:48:01 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:01 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:01 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 11:48:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 11:48:01 e6bc89fef0a8: Preparing 11:48:01 0fe21cd677f0: Preparing 11:48:01 a214c57cd0ac: Preparing 11:48:01 1758c1f7efbc: Preparing 11:48:01 9371aa134c1e: Preparing 11:48:01 1e890da81ec9: Preparing 11:48:01 1e890da81ec9: Waiting 11:48:01 e6bc89fef0a8: Layer already exists 11:48:01 0fe21cd677f0: Layer already exists 11:48:01 9371aa134c1e: Layer already exists 11:48:01 a214c57cd0ac: Layer already exists 11:48:01 1758c1f7efbc: Layer already exists 11:48:01 1e890da81ec9: Layer already exists 11:48:02 main: digest: sha256:530977a5a3e6aca0ed8d8f43bb42fd37cace513444e0a7ba46e4d54c2686bc23 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:48:02 ===================================================== [Pipeline] echo 11:48:02 taggedImages: 11:48:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 11:48:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 11:48:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:02 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:48:02 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 11:48:02 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:02 latest 11:48:02 4.1.0-dev.65 11:48:02 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:02 main 11:48:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:48:03 7e7677fc36d5: Preparing 11:48:03 d32b491ec289: Preparing 11:48:03 37d650e1f618: Preparing 11:48:03 b2d5ee0e2298: Preparing 11:48:03 a214c57cd0ac: Preparing 11:48:03 83cb1efab8cc: Preparing 11:48:03 9b993378be53: Preparing 11:48:03 1e890da81ec9: Preparing 11:48:03 83cb1efab8cc: Waiting 11:48:03 9b993378be53: Waiting 11:48:03 1e890da81ec9: Waiting 11:48:03 b2d5ee0e2298: Layer already exists 11:48:03 a214c57cd0ac: Layer already exists 11:48:03 83cb1efab8cc: Layer already exists 11:48:03 9b993378be53: Layer already exists 11:48:03 1e890da81ec9: Layer already exists 11:48:03 d32b491ec289: Pushed 11:48:03 7e7677fc36d5: Pushed 11:48:11 37d650e1f618: Pushed 11:48:11 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:11 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:48:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:48:12 7e7677fc36d5: Preparing 11:48:12 d32b491ec289: Preparing 11:48:12 37d650e1f618: Preparing 11:48:12 b2d5ee0e2298: Preparing 11:48:12 a214c57cd0ac: Preparing 11:48:12 83cb1efab8cc: Preparing 11:48:12 9b993378be53: Preparing 11:48:12 1e890da81ec9: Preparing 11:48:12 9b993378be53: Waiting 11:48:12 1e890da81ec9: Waiting 11:48:12 83cb1efab8cc: Waiting 11:48:12 d32b491ec289: Layer already exists 11:48:12 b2d5ee0e2298: Layer already exists 11:48:12 37d650e1f618: Layer already exists 11:48:12 a214c57cd0ac: Layer already exists 11:48:12 7e7677fc36d5: Layer already exists 11:48:12 9b993378be53: Layer already exists 11:48:12 1e890da81ec9: Layer already exists 11:48:12 83cb1efab8cc: Layer already exists 11:48:12 latest: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:12 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 11:48:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:48:13 7e7677fc36d5: Preparing 11:48:13 d32b491ec289: Preparing 11:48:13 37d650e1f618: Preparing 11:48:13 b2d5ee0e2298: Preparing 11:48:13 a214c57cd0ac: Preparing 11:48:13 83cb1efab8cc: Preparing 11:48:13 9b993378be53: Preparing 11:48:13 1e890da81ec9: Preparing 11:48:13 83cb1efab8cc: Waiting 11:48:13 9b993378be53: Waiting 11:48:13 1e890da81ec9: Waiting 11:48:13 7e7677fc36d5: Layer already exists 11:48:13 a214c57cd0ac: Layer already exists 11:48:13 d32b491ec289: Layer already exists 11:48:13 b2d5ee0e2298: Layer already exists 11:48:13 37d650e1f618: Layer already exists 11:48:13 1e890da81ec9: Layer already exists 11:48:13 9b993378be53: Layer already exists 11:48:13 83cb1efab8cc: Layer already exists 11:48:13 4.1.0-dev.65: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:48:14 7e7677fc36d5: Preparing 11:48:14 d32b491ec289: Preparing 11:48:14 37d650e1f618: Preparing 11:48:14 b2d5ee0e2298: Preparing 11:48:14 a214c57cd0ac: Preparing 11:48:14 83cb1efab8cc: Preparing 11:48:14 9b993378be53: Preparing 11:48:14 1e890da81ec9: Preparing 11:48:14 83cb1efab8cc: Waiting 11:48:14 9b993378be53: Waiting 11:48:14 1e890da81ec9: Waiting 11:48:14 b2d5ee0e2298: Layer already exists 11:48:14 37d650e1f618: Layer already exists 11:48:14 a214c57cd0ac: Layer already exists 11:48:14 d32b491ec289: Layer already exists 11:48:14 7e7677fc36d5: Layer already exists 11:48:14 83cb1efab8cc: Layer already exists 11:48:14 9b993378be53: Layer already exists 11:48:14 1e890da81ec9: Layer already exists 11:48:14 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 11:48:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 11:48:15 7e7677fc36d5: Preparing 11:48:15 d32b491ec289: Preparing 11:48:15 37d650e1f618: Preparing 11:48:15 b2d5ee0e2298: Preparing 11:48:15 a214c57cd0ac: Preparing 11:48:15 83cb1efab8cc: Preparing 11:48:15 9b993378be53: Preparing 11:48:15 1e890da81ec9: Preparing 11:48:15 83cb1efab8cc: Waiting 11:48:15 9b993378be53: Waiting 11:48:15 1e890da81ec9: Waiting 11:48:15 7e7677fc36d5: Layer already exists 11:48:15 b2d5ee0e2298: Layer already exists 11:48:15 d32b491ec289: Layer already exists 11:48:15 a214c57cd0ac: Layer already exists 11:48:15 37d650e1f618: Layer already exists 11:48:15 1e890da81ec9: Layer already exists 11:48:15 9b993378be53: Layer already exists 11:48:15 83cb1efab8cc: Layer already exists 11:48:15 main: digest: sha256:b246a22a002b5317d056ffebfc424f544d02e77c040d53fbbed915b6c45ca224 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:48:15 ===================================================== [Pipeline] echo 11:48:15 taggedImages: 11:48:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 11:48:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 11:48:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:15 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:48:15 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 11:48:15 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:15 latest 11:48:15 4.1.0-dev.65 11:48:15 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:15 main 11:48:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:16 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:48:16 c1592154b23c: Preparing 11:48:16 e1d1885d1ec1: Preparing 11:48:16 05dbe1392e7a: Preparing 11:48:16 5668b28024ee: Preparing 11:48:16 8e763d3a6401: Preparing 11:48:16 e0dea929453e: Preparing 11:48:16 86a9d2e2eac1: Preparing 11:48:16 b2d5ee0e2298: Preparing 11:48:16 a214c57cd0ac: Preparing 11:48:16 5da53f1b4c34: Preparing 11:48:16 9b4df0650a2a: Preparing 11:48:16 5f70bf18a086: Preparing 11:48:16 e5e3785c909f: Preparing 11:48:16 9596446fec96: Preparing 11:48:16 8796419256a3: Preparing 11:48:16 1e890da81ec9: Preparing 11:48:16 e0dea929453e: Waiting 11:48:16 b2d5ee0e2298: Waiting 11:48:16 86a9d2e2eac1: Waiting 11:48:16 a214c57cd0ac: Waiting 11:48:16 5da53f1b4c34: Waiting 11:48:16 9b4df0650a2a: Waiting 11:48:16 5f70bf18a086: Waiting 11:48:16 e5e3785c909f: Waiting 11:48:16 8796419256a3: Waiting 11:48:16 1e890da81ec9: Waiting 11:48:16 9596446fec96: Waiting 11:48:17 8e763d3a6401: Pushed 11:48:17 05dbe1392e7a: Pushed 11:48:17 5668b28024ee: Pushed 11:48:17 e1d1885d1ec1: Pushed 11:48:17 c1592154b23c: Pushed 11:48:17 b2d5ee0e2298: Layer already exists 11:48:17 a214c57cd0ac: Layer already exists 11:48:17 e0dea929453e: Pushed 11:48:17 5f70bf18a086: Layer already exists 11:48:17 5da53f1b4c34: Pushed 11:48:17 9b4df0650a2a: Pushed 11:48:17 1e890da81ec9: Layer already exists 11:48:17 e5e3785c909f: Pushed 11:48:17 8796419256a3: Pushed 11:48:19 9596446fec96: Pushed 11:48:19 86a9d2e2eac1: Pushed 11:48:20 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:20 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:48:20 c1592154b23c: Preparing 11:48:20 e1d1885d1ec1: Preparing 11:48:20 05dbe1392e7a: Preparing 11:48:20 5668b28024ee: Preparing 11:48:20 8e763d3a6401: Preparing 11:48:20 e0dea929453e: Preparing 11:48:20 86a9d2e2eac1: Preparing 11:48:20 b2d5ee0e2298: Preparing 11:48:20 a214c57cd0ac: Preparing 11:48:20 5da53f1b4c34: Preparing 11:48:20 9b4df0650a2a: Preparing 11:48:20 5f70bf18a086: Preparing 11:48:20 e5e3785c909f: Preparing 11:48:20 9596446fec96: Preparing 11:48:20 8796419256a3: Preparing 11:48:20 1e890da81ec9: Preparing 11:48:20 86a9d2e2eac1: Waiting 11:48:20 b2d5ee0e2298: Waiting 11:48:20 a214c57cd0ac: Waiting 11:48:20 5da53f1b4c34: Waiting 11:48:20 e0dea929453e: Waiting 11:48:20 9596446fec96: Waiting 11:48:20 8796419256a3: Waiting 11:48:20 9b4df0650a2a: Waiting 11:48:20 1e890da81ec9: Waiting 11:48:20 e5e3785c909f: Waiting 11:48:20 8e763d3a6401: Layer already exists 11:48:20 5668b28024ee: Layer already exists 11:48:20 05dbe1392e7a: Layer already exists 11:48:20 e1d1885d1ec1: Layer already exists 11:48:20 c1592154b23c: Layer already exists 11:48:20 5da53f1b4c34: Layer already exists 11:48:20 e0dea929453e: Layer already exists 11:48:20 b2d5ee0e2298: Layer already exists 11:48:20 86a9d2e2eac1: Layer already exists 11:48:20 a214c57cd0ac: Layer already exists 11:48:20 e5e3785c909f: Layer already exists 11:48:20 5f70bf18a086: Layer already exists 11:48:20 9596446fec96: Layer already exists 11:48:20 8796419256a3: Layer already exists 11:48:20 9b4df0650a2a: Layer already exists 11:48:20 1e890da81ec9: Layer already exists 11:48:21 latest: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 11:48:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:48:21 c1592154b23c: Preparing 11:48:21 e1d1885d1ec1: Preparing 11:48:21 05dbe1392e7a: Preparing 11:48:21 5668b28024ee: Preparing 11:48:21 8e763d3a6401: Preparing 11:48:21 e0dea929453e: Preparing 11:48:21 86a9d2e2eac1: Preparing 11:48:21 e0dea929453e: Waiting 11:48:21 b2d5ee0e2298: Preparing 11:48:21 86a9d2e2eac1: Waiting 11:48:21 a214c57cd0ac: Preparing 11:48:21 b2d5ee0e2298: Waiting 11:48:21 a214c57cd0ac: Waiting 11:48:21 5da53f1b4c34: Preparing 11:48:21 5da53f1b4c34: Waiting 11:48:21 9b4df0650a2a: Preparing 11:48:21 5f70bf18a086: Preparing 11:48:21 e5e3785c909f: Preparing 11:48:21 9596446fec96: Preparing 11:48:21 9b4df0650a2a: Waiting 11:48:21 8796419256a3: Preparing 11:48:21 e5e3785c909f: Waiting 11:48:21 1e890da81ec9: Preparing 11:48:21 9596446fec96: Waiting 11:48:21 5f70bf18a086: Waiting 11:48:21 1e890da81ec9: Waiting 11:48:21 8796419256a3: Waiting 11:48:21 5668b28024ee: Layer already exists 11:48:21 c1592154b23c: Layer already exists 11:48:21 8e763d3a6401: Layer already exists 11:48:21 e1d1885d1ec1: Layer already exists 11:48:21 05dbe1392e7a: Layer already exists 11:48:21 86a9d2e2eac1: Layer already exists 11:48:21 e0dea929453e: Layer already exists 11:48:21 b2d5ee0e2298: Layer already exists 11:48:21 a214c57cd0ac: Layer already exists 11:48:21 5da53f1b4c34: Layer already exists 11:48:21 5f70bf18a086: Layer already exists 11:48:21 e5e3785c909f: Layer already exists 11:48:21 9b4df0650a2a: Layer already exists 11:48:21 9596446fec96: Layer already exists 11:48:21 8796419256a3: Layer already exists 11:48:21 1e890da81ec9: Layer already exists 11:48:22 4.1.0-dev.65: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:22 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:48:22 c1592154b23c: Preparing 11:48:22 e1d1885d1ec1: Preparing 11:48:22 05dbe1392e7a: Preparing 11:48:22 5668b28024ee: Preparing 11:48:22 8e763d3a6401: Preparing 11:48:22 e0dea929453e: Preparing 11:48:22 86a9d2e2eac1: Preparing 11:48:22 b2d5ee0e2298: Preparing 11:48:22 a214c57cd0ac: Preparing 11:48:22 5da53f1b4c34: Preparing 11:48:22 9b4df0650a2a: Preparing 11:48:22 5f70bf18a086: Preparing 11:48:22 e5e3785c909f: Preparing 11:48:22 9596446fec96: Preparing 11:48:22 8796419256a3: Preparing 11:48:22 1e890da81ec9: Preparing 11:48:22 86a9d2e2eac1: Waiting 11:48:22 e0dea929453e: Waiting 11:48:22 b2d5ee0e2298: Waiting 11:48:22 a214c57cd0ac: Waiting 11:48:22 5da53f1b4c34: Waiting 11:48:22 9b4df0650a2a: Waiting 11:48:22 5f70bf18a086: Waiting 11:48:22 e5e3785c909f: Waiting 11:48:22 9596446fec96: Waiting 11:48:22 8796419256a3: Waiting 11:48:22 1e890da81ec9: Waiting 11:48:22 8e763d3a6401: Layer already exists 11:48:22 e1d1885d1ec1: Layer already exists 11:48:22 c1592154b23c: Layer already exists 11:48:22 5668b28024ee: Layer already exists 11:48:22 05dbe1392e7a: Layer already exists 11:48:22 e0dea929453e: Layer already exists 11:48:22 86a9d2e2eac1: Layer already exists 11:48:22 a214c57cd0ac: Layer already exists 11:48:22 b2d5ee0e2298: Layer already exists 11:48:22 5da53f1b4c34: Layer already exists 11:48:22 5f70bf18a086: Layer already exists 11:48:22 e5e3785c909f: Layer already exists 11:48:22 9b4df0650a2a: Layer already exists 11:48:22 8796419256a3: Layer already exists 11:48:22 9596446fec96: Layer already exists 11:48:22 1e890da81ec9: Layer already exists 11:48:23 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 11:48:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 11:48:23 c1592154b23c: Preparing 11:48:23 e1d1885d1ec1: Preparing 11:48:23 05dbe1392e7a: Preparing 11:48:23 5668b28024ee: Preparing 11:48:23 8e763d3a6401: Preparing 11:48:23 e0dea929453e: Preparing 11:48:23 86a9d2e2eac1: Preparing 11:48:23 b2d5ee0e2298: Preparing 11:48:23 a214c57cd0ac: Preparing 11:48:23 5da53f1b4c34: Preparing 11:48:23 9b4df0650a2a: Preparing 11:48:23 5f70bf18a086: Preparing 11:48:23 e5e3785c909f: Preparing 11:48:23 e0dea929453e: Waiting 11:48:23 9596446fec96: Preparing 11:48:23 86a9d2e2eac1: Waiting 11:48:23 8796419256a3: Preparing 11:48:23 1e890da81ec9: Preparing 11:48:23 b2d5ee0e2298: Waiting 11:48:23 a214c57cd0ac: Waiting 11:48:23 5da53f1b4c34: Waiting 11:48:23 9b4df0650a2a: Waiting 11:48:23 5f70bf18a086: Waiting 11:48:23 e5e3785c909f: Waiting 11:48:23 9596446fec96: Waiting 11:48:23 8796419256a3: Waiting 11:48:23 1e890da81ec9: Waiting 11:48:23 e1d1885d1ec1: Layer already exists 11:48:23 8e763d3a6401: Layer already exists 11:48:23 5668b28024ee: Layer already exists 11:48:23 c1592154b23c: Layer already exists 11:48:23 05dbe1392e7a: Layer already exists 11:48:23 86a9d2e2eac1: Layer already exists 11:48:23 e0dea929453e: Layer already exists 11:48:23 b2d5ee0e2298: Layer already exists 11:48:23 a214c57cd0ac: Layer already exists 11:48:23 5da53f1b4c34: Layer already exists 11:48:23 e5e3785c909f: Layer already exists 11:48:23 5f70bf18a086: Layer already exists 11:48:23 9b4df0650a2a: Layer already exists 11:48:23 9596446fec96: Layer already exists 11:48:23 8796419256a3: Layer already exists 11:48:23 1e890da81ec9: Layer already exists 11:48:24 main: digest: sha256:9497b20a1306e597387b9f2c658b1291044d693f1d955c4479550917430ad23d size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:48:24 ===================================================== [Pipeline] echo 11:48:24 taggedImages: 11:48:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 11:48:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 11:48:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:24 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:48:24 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 11:48:24 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:24 latest 11:48:24 4.1.0-dev.65 11:48:24 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:24 main 11:48:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:24 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:48:24 f3532d82cf63: Preparing 11:48:24 66b6837c2402: Preparing 11:48:24 770f48b1c190: Preparing 11:48:24 80986531a009: Preparing 11:48:24 b2d5ee0e2298: Preparing 11:48:24 a214c57cd0ac: Preparing 11:48:24 83cb1efab8cc: Preparing 11:48:24 9b993378be53: Preparing 11:48:24 1e890da81ec9: Preparing 11:48:24 83cb1efab8cc: Waiting 11:48:24 1e890da81ec9: Waiting 11:48:24 9b993378be53: Waiting 11:48:24 a214c57cd0ac: Waiting 11:48:24 b2d5ee0e2298: Layer already exists 11:48:24 a214c57cd0ac: Layer already exists 11:48:25 83cb1efab8cc: Layer already exists 11:48:25 770f48b1c190: Pushed 11:48:25 9b993378be53: Layer already exists 11:48:25 66b6837c2402: Pushed 11:48:25 1e890da81ec9: Layer already exists 11:48:25 f3532d82cf63: Pushed 11:48:33 80986531a009: Pushed 11:48:33 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:48:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:48:34 f3532d82cf63: Preparing 11:48:34 66b6837c2402: Preparing 11:48:34 770f48b1c190: Preparing 11:48:34 80986531a009: Preparing 11:48:34 b2d5ee0e2298: Preparing 11:48:34 a214c57cd0ac: Preparing 11:48:34 83cb1efab8cc: Preparing 11:48:34 9b993378be53: Preparing 11:48:34 1e890da81ec9: Preparing 11:48:34 a214c57cd0ac: Waiting 11:48:34 9b993378be53: Waiting 11:48:34 1e890da81ec9: Waiting 11:48:34 83cb1efab8cc: Waiting 11:48:34 b2d5ee0e2298: Layer already exists 11:48:34 66b6837c2402: Layer already exists 11:48:34 770f48b1c190: Layer already exists 11:48:34 f3532d82cf63: Layer already exists 11:48:34 80986531a009: Layer already exists 11:48:34 9b993378be53: Layer already exists 11:48:34 a214c57cd0ac: Layer already exists 11:48:34 83cb1efab8cc: Layer already exists 11:48:34 1e890da81ec9: Layer already exists 11:48:34 latest: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:34 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 11:48:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:48:35 f3532d82cf63: Preparing 11:48:35 66b6837c2402: Preparing 11:48:35 770f48b1c190: Preparing 11:48:35 80986531a009: Preparing 11:48:35 b2d5ee0e2298: Preparing 11:48:35 a214c57cd0ac: Preparing 11:48:35 83cb1efab8cc: Preparing 11:48:35 9b993378be53: Preparing 11:48:35 1e890da81ec9: Preparing 11:48:35 83cb1efab8cc: Waiting 11:48:35 9b993378be53: Waiting 11:48:35 1e890da81ec9: Waiting 11:48:35 a214c57cd0ac: Waiting 11:48:35 f3532d82cf63: Layer already exists 11:48:35 66b6837c2402: Layer already exists 11:48:35 80986531a009: Layer already exists 11:48:35 770f48b1c190: Layer already exists 11:48:35 b2d5ee0e2298: Layer already exists 11:48:35 1e890da81ec9: Layer already exists 11:48:35 a214c57cd0ac: Layer already exists 11:48:35 83cb1efab8cc: Layer already exists 11:48:35 9b993378be53: Layer already exists 11:48:35 4.1.0-dev.65: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:48:36 f3532d82cf63: Preparing 11:48:36 66b6837c2402: Preparing 11:48:36 770f48b1c190: Preparing 11:48:36 80986531a009: Preparing 11:48:36 b2d5ee0e2298: Preparing 11:48:36 a214c57cd0ac: Preparing 11:48:36 83cb1efab8cc: Preparing 11:48:36 9b993378be53: Preparing 11:48:36 1e890da81ec9: Preparing 11:48:36 a214c57cd0ac: Waiting 11:48:36 83cb1efab8cc: Waiting 11:48:36 9b993378be53: Waiting 11:48:36 770f48b1c190: Layer already exists 11:48:36 66b6837c2402: Layer already exists 11:48:36 80986531a009: Layer already exists 11:48:36 b2d5ee0e2298: Layer already exists 11:48:36 f3532d82cf63: Layer already exists 11:48:36 a214c57cd0ac: Layer already exists 11:48:36 83cb1efab8cc: Layer already exists 11:48:36 9b993378be53: Layer already exists 11:48:36 1e890da81ec9: Layer already exists 11:48:36 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 11:48:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 11:48:37 f3532d82cf63: Preparing 11:48:37 66b6837c2402: Preparing 11:48:37 770f48b1c190: Preparing 11:48:37 80986531a009: Preparing 11:48:37 b2d5ee0e2298: Preparing 11:48:37 a214c57cd0ac: Preparing 11:48:37 83cb1efab8cc: Preparing 11:48:37 a214c57cd0ac: Waiting 11:48:37 9b993378be53: Preparing 11:48:37 83cb1efab8cc: Waiting 11:48:37 1e890da81ec9: Preparing 11:48:37 9b993378be53: Waiting 11:48:37 1e890da81ec9: Waiting 11:48:37 b2d5ee0e2298: Layer already exists 11:48:37 80986531a009: Layer already exists 11:48:37 66b6837c2402: Layer already exists 11:48:37 f3532d82cf63: Layer already exists 11:48:37 770f48b1c190: Layer already exists 11:48:37 a214c57cd0ac: Layer already exists 11:48:37 83cb1efab8cc: Layer already exists 11:48:37 9b993378be53: Layer already exists 11:48:37 1e890da81ec9: Layer already exists 11:48:37 main: digest: sha256:95209e5a9a67c8015b5dd5a2b974d4876cef0dbd5301fcb7c592177e4d425c2a size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:48:37 ===================================================== [Pipeline] echo 11:48:37 taggedImages: 11:48:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 11:48:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 11:48:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:48:37 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 11:48:37 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:37 latest 11:48:37 4.1.0-dev.65 11:48:37 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:37 main 11:48:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:48:38 ac880d865e73: Preparing 11:48:38 af5075a60aeb: Preparing 11:48:38 09b7c9eef3b8: Preparing 11:48:38 164075fa342b: Preparing 11:48:38 d92cc696cab6: Preparing 11:48:38 b2d5ee0e2298: Preparing 11:48:38 a214c57cd0ac: Preparing 11:48:38 175b1e02aa18: Preparing 11:48:38 0a62426aceb8: Preparing 11:48:38 4742a38d5259: Preparing 11:48:38 1e890da81ec9: Preparing 11:48:38 175b1e02aa18: Waiting 11:48:38 0a62426aceb8: Waiting 11:48:38 4742a38d5259: Waiting 11:48:38 1e890da81ec9: Waiting 11:48:38 b2d5ee0e2298: Waiting 11:48:38 a214c57cd0ac: Waiting 11:48:38 af5075a60aeb: Pushed 11:48:38 d92cc696cab6: Pushed 11:48:38 164075fa342b: Pushed 11:48:38 ac880d865e73: Pushed 11:48:38 b2d5ee0e2298: Layer already exists 11:48:38 a214c57cd0ac: Layer already exists 11:48:38 1e890da81ec9: Layer already exists 11:48:38 175b1e02aa18: Pushed 11:48:38 0a62426aceb8: Pushed 11:48:43 4742a38d5259: Pushed 11:48:44 09b7c9eef3b8: Pushed 11:48:44 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48: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 11:48:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:48:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:48:45 ac880d865e73: Preparing 11:48:45 af5075a60aeb: Preparing 11:48:45 09b7c9eef3b8: Preparing 11:48:45 164075fa342b: Preparing 11:48:45 d92cc696cab6: Preparing 11:48:45 b2d5ee0e2298: Preparing 11:48:45 a214c57cd0ac: Preparing 11:48:45 175b1e02aa18: Preparing 11:48:45 0a62426aceb8: Preparing 11:48:45 4742a38d5259: Preparing 11:48:45 1e890da81ec9: Preparing 11:48:45 b2d5ee0e2298: Waiting 11:48:45 a214c57cd0ac: Waiting 11:48:45 175b1e02aa18: Waiting 11:48:45 0a62426aceb8: Waiting 11:48:45 4742a38d5259: Waiting 11:48:45 164075fa342b: Layer already exists 11:48:45 ac880d865e73: Layer already exists 11:48:45 d92cc696cab6: Layer already exists 11:48:45 af5075a60aeb: Layer already exists 11:48:45 09b7c9eef3b8: Layer already exists 11:48:45 175b1e02aa18: Layer already exists 11:48:45 4742a38d5259: Layer already exists 11:48:45 0a62426aceb8: Layer already exists 11:48:45 b2d5ee0e2298: Layer already exists 11:48:45 a214c57cd0ac: Layer already exists 11:48:45 1e890da81ec9: Layer already exists 11:48:46 latest: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:46 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 11:48:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:48:46 ac880d865e73: Preparing 11:48:46 af5075a60aeb: Preparing 11:48:46 09b7c9eef3b8: Preparing 11:48:46 164075fa342b: Preparing 11:48:46 d92cc696cab6: Preparing 11:48:46 b2d5ee0e2298: Preparing 11:48:46 a214c57cd0ac: Preparing 11:48:46 175b1e02aa18: Preparing 11:48:46 0a62426aceb8: Preparing 11:48:46 4742a38d5259: Preparing 11:48:46 1e890da81ec9: Preparing 11:48:46 a214c57cd0ac: Waiting 11:48:46 175b1e02aa18: Waiting 11:48:46 0a62426aceb8: Waiting 11:48:46 1e890da81ec9: Waiting 11:48:46 b2d5ee0e2298: Waiting 11:48:46 4742a38d5259: Waiting 11:48:46 af5075a60aeb: Layer already exists 11:48:46 ac880d865e73: Layer already exists 11:48:46 09b7c9eef3b8: Layer already exists 11:48:46 164075fa342b: Layer already exists 11:48:46 d92cc696cab6: Layer already exists 11:48:46 175b1e02aa18: Layer already exists 11:48:46 a214c57cd0ac: Layer already exists 11:48:46 4742a38d5259: Layer already exists 11:48:46 0a62426aceb8: Layer already exists 11:48:46 b2d5ee0e2298: Layer already exists 11:48:46 1e890da81ec9: Layer already exists 11:48:47 4.1.0-dev.65: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:47 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:48:47 ac880d865e73: Preparing 11:48:47 af5075a60aeb: Preparing 11:48:47 09b7c9eef3b8: Preparing 11:48:47 164075fa342b: Preparing 11:48:47 d92cc696cab6: Preparing 11:48:47 b2d5ee0e2298: Preparing 11:48:47 a214c57cd0ac: Preparing 11:48:47 175b1e02aa18: Preparing 11:48:47 0a62426aceb8: Preparing 11:48:47 4742a38d5259: Preparing 11:48:47 1e890da81ec9: Preparing 11:48:47 a214c57cd0ac: Waiting 11:48:47 175b1e02aa18: Waiting 11:48:47 0a62426aceb8: Waiting 11:48:47 4742a38d5259: Waiting 11:48:47 1e890da81ec9: Waiting 11:48:47 b2d5ee0e2298: Waiting 11:48:47 09b7c9eef3b8: Layer already exists 11:48:47 164075fa342b: Layer already exists 11:48:47 af5075a60aeb: Layer already exists 11:48:47 ac880d865e73: Layer already exists 11:48:47 d92cc696cab6: Layer already exists 11:48:47 b2d5ee0e2298: Layer already exists 11:48:47 a214c57cd0ac: Layer already exists 11:48:47 175b1e02aa18: Layer already exists 11:48:47 0a62426aceb8: Layer already exists 11:48:47 4742a38d5259: Layer already exists 11:48:47 1e890da81ec9: Layer already exists 11:48:47 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:48 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 11:48:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 11:48:48 ac880d865e73: Preparing 11:48:48 af5075a60aeb: Preparing 11:48:48 09b7c9eef3b8: Preparing 11:48:48 164075fa342b: Preparing 11:48:48 d92cc696cab6: Preparing 11:48:48 b2d5ee0e2298: Preparing 11:48:48 a214c57cd0ac: Preparing 11:48:48 175b1e02aa18: Preparing 11:48:48 0a62426aceb8: Preparing 11:48:48 4742a38d5259: Preparing 11:48:48 1e890da81ec9: Preparing 11:48:48 175b1e02aa18: Waiting 11:48:48 0a62426aceb8: Waiting 11:48:48 b2d5ee0e2298: Waiting 11:48:48 4742a38d5259: Waiting 11:48:48 a214c57cd0ac: Waiting 11:48:48 1e890da81ec9: Waiting 11:48:48 d92cc696cab6: Layer already exists 11:48:48 af5075a60aeb: Layer already exists 11:48:48 09b7c9eef3b8: Layer already exists 11:48:48 164075fa342b: Layer already exists 11:48:48 ac880d865e73: Layer already exists 11:48:48 a214c57cd0ac: Layer already exists 11:48:48 175b1e02aa18: Layer already exists 11:48:48 b2d5ee0e2298: Layer already exists 11:48:48 4742a38d5259: Layer already exists 11:48:48 0a62426aceb8: Layer already exists 11:48:48 1e890da81ec9: Layer already exists 11:48:48 main: digest: sha256:4886d239d8a101785ff06c807c5a8e87a5dded6cab5509cac0fc6894da3c1303 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:48:49 ===================================================== [Pipeline] echo 11:48:49 taggedImages: 11:48:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 11:48:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 11:48:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:48:49 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 11:48:49 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:49 latest 11:48:49 4.1.0-dev.65 11:48:49 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:49 main 11:48:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:48:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:48:49 af5a411ff868: Preparing 11:48:49 376e9dab8356: Preparing 11:48:49 17acce138994: Preparing 11:48:49 c64850ac9521: Preparing 11:48:49 c0a038f5145d: Preparing 11:48:49 cb16d7a39e05: Preparing 11:48:49 a182bc2e6863: Preparing 11:48:49 b2d5ee0e2298: Preparing 11:48:49 a214c57cd0ac: Preparing 11:48:49 71cdb10ec3a4: Preparing 11:48:49 1d99feeb19bb: Preparing 11:48:49 1e890da81ec9: Preparing 11:48:49 b2d5ee0e2298: Waiting 11:48:49 a214c57cd0ac: Waiting 11:48:49 71cdb10ec3a4: Waiting 11:48:49 1d99feeb19bb: Waiting 11:48:49 1e890da81ec9: Waiting 11:48:49 cb16d7a39e05: Waiting 11:48:49 a182bc2e6863: Waiting 11:48:50 c0a038f5145d: Pushed 11:48:50 376e9dab8356: Pushed 11:48:50 af5a411ff868: Pushed 11:48:50 b2d5ee0e2298: Layer already exists 11:48:50 a214c57cd0ac: Layer already exists 11:48:50 cb16d7a39e05: Pushed 11:48:50 a182bc2e6863: Pushed 11:48:50 1e890da81ec9: Layer already exists 11:48:52 71cdb10ec3a4: Pushed 11:48:53 1d99feeb19bb: Pushed 11:48:56 c64850ac9521: Pushed 11:48:56 17acce138994: Pushed 11:48:56 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:57 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:48:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:48:57 af5a411ff868: Preparing 11:48:57 376e9dab8356: Preparing 11:48:57 17acce138994: Preparing 11:48:57 c64850ac9521: Preparing 11:48:57 c0a038f5145d: Preparing 11:48:57 cb16d7a39e05: Preparing 11:48:57 a182bc2e6863: Preparing 11:48:57 b2d5ee0e2298: Preparing 11:48:57 a214c57cd0ac: Preparing 11:48:57 71cdb10ec3a4: Preparing 11:48:57 1d99feeb19bb: Preparing 11:48:57 1e890da81ec9: Preparing 11:48:57 cb16d7a39e05: Waiting 11:48:57 a214c57cd0ac: Waiting 11:48:57 71cdb10ec3a4: Waiting 11:48:57 1d99feeb19bb: Waiting 11:48:57 1e890da81ec9: Waiting 11:48:57 a182bc2e6863: Waiting 11:48:57 b2d5ee0e2298: Waiting 11:48:57 376e9dab8356: Layer already exists 11:48:57 17acce138994: Layer already exists 11:48:57 c0a038f5145d: Layer already exists 11:48:57 c64850ac9521: Layer already exists 11:48:57 af5a411ff868: Layer already exists 11:48:57 a182bc2e6863: Layer already exists 11:48:57 cb16d7a39e05: Layer already exists 11:48:57 b2d5ee0e2298: Layer already exists 11:48:57 a214c57cd0ac: Layer already exists 11:48:57 71cdb10ec3a4: Layer already exists 11:48:57 1d99feeb19bb: Layer already exists 11:48:57 1e890da81ec9: Layer already exists 11:48:57 latest: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:58 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 11:48:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:48:58 af5a411ff868: Preparing 11:48:58 376e9dab8356: Preparing 11:48:58 17acce138994: Preparing 11:48:58 c64850ac9521: Preparing 11:48:58 c0a038f5145d: Preparing 11:48:58 cb16d7a39e05: Preparing 11:48:58 a182bc2e6863: Preparing 11:48:58 b2d5ee0e2298: Preparing 11:48:58 a214c57cd0ac: Preparing 11:48:58 71cdb10ec3a4: Preparing 11:48:58 1d99feeb19bb: Preparing 11:48:58 1e890da81ec9: Preparing 11:48:58 a182bc2e6863: Waiting 11:48:58 b2d5ee0e2298: Waiting 11:48:58 a214c57cd0ac: Waiting 11:48:58 71cdb10ec3a4: Waiting 11:48:58 cb16d7a39e05: Waiting 11:48:58 1d99feeb19bb: Waiting 11:48:58 1e890da81ec9: Waiting 11:48:58 c0a038f5145d: Layer already exists 11:48:58 af5a411ff868: Layer already exists 11:48:58 376e9dab8356: Layer already exists 11:48:58 c64850ac9521: Layer already exists 11:48:58 17acce138994: Layer already exists 11:48:58 a182bc2e6863: Layer already exists 11:48:58 b2d5ee0e2298: Layer already exists 11:48:58 cb16d7a39e05: Layer already exists 11:48:58 a214c57cd0ac: Layer already exists 11:48:58 71cdb10ec3a4: Layer already exists 11:48:58 1d99feeb19bb: Layer already exists 11:48:58 1e890da81ec9: Layer already exists 11:48:58 4.1.0-dev.65: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:59 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:48:59 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:48:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:48:59 af5a411ff868: Preparing 11:48:59 376e9dab8356: Preparing 11:48:59 17acce138994: Preparing 11:48:59 c64850ac9521: Preparing 11:48:59 c0a038f5145d: Preparing 11:48:59 cb16d7a39e05: Preparing 11:48:59 a182bc2e6863: Preparing 11:48:59 b2d5ee0e2298: Preparing 11:48:59 a214c57cd0ac: Preparing 11:48:59 71cdb10ec3a4: Preparing 11:48:59 1d99feeb19bb: Preparing 11:48:59 1e890da81ec9: Preparing 11:48:59 cb16d7a39e05: Waiting 11:48:59 a182bc2e6863: Waiting 11:48:59 b2d5ee0e2298: Waiting 11:48:59 a214c57cd0ac: Waiting 11:48:59 71cdb10ec3a4: Waiting 11:48:59 1d99feeb19bb: Waiting 11:48:59 1e890da81ec9: Waiting 11:48:59 af5a411ff868: Layer already exists 11:48:59 376e9dab8356: Layer already exists 11:48:59 c0a038f5145d: Layer already exists 11:48:59 17acce138994: Layer already exists 11:48:59 c64850ac9521: Layer already exists 11:48:59 a182bc2e6863: Layer already exists 11:48:59 cb16d7a39e05: Layer already exists 11:48:59 b2d5ee0e2298: Layer already exists 11:48:59 71cdb10ec3a4: Layer already exists 11:48:59 a214c57cd0ac: Layer already exists 11:48:59 1e890da81ec9: Layer already exists 11:48:59 1d99feeb19bb: Layer already exists 11:48:59 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:00 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:00 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 11:49:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 11:49:00 af5a411ff868: Preparing 11:49:00 376e9dab8356: Preparing 11:49:00 17acce138994: Preparing 11:49:00 c64850ac9521: Preparing 11:49:00 c0a038f5145d: Preparing 11:49:00 cb16d7a39e05: Preparing 11:49:00 a182bc2e6863: Preparing 11:49:00 b2d5ee0e2298: Preparing 11:49:00 a214c57cd0ac: Preparing 11:49:00 71cdb10ec3a4: Preparing 11:49:00 1d99feeb19bb: Preparing 11:49:00 1e890da81ec9: Preparing 11:49:00 b2d5ee0e2298: Waiting 11:49:00 a214c57cd0ac: Waiting 11:49:00 cb16d7a39e05: Waiting 11:49:00 a182bc2e6863: Waiting 11:49:00 1d99feeb19bb: Waiting 11:49:00 71cdb10ec3a4: Waiting 11:49:00 c0a038f5145d: Layer already exists 11:49:00 17acce138994: Layer already exists 11:49:00 376e9dab8356: Layer already exists 11:49:00 af5a411ff868: Layer already exists 11:49:00 c64850ac9521: Layer already exists 11:49:00 cb16d7a39e05: Layer already exists 11:49:00 a182bc2e6863: Layer already exists 11:49:00 71cdb10ec3a4: Layer already exists 11:49:00 a214c57cd0ac: Layer already exists 11:49:00 b2d5ee0e2298: Layer already exists 11:49:00 1d99feeb19bb: Layer already exists 11:49:00 1e890da81ec9: Layer already exists 11:49:00 main: digest: sha256:32ac8adb202c0508dac393ccaa9f4b1327b949018ac9cfa60a8ae0639e10bbde size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:49:00 ===================================================== [Pipeline] echo 11:49:00 taggedImages: 11:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 11:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 11:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:00 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:49:00 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 11:49:00 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:00 latest 11:49:00 4.1.0-dev.65 11:49:00 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:00 main 11:49:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:49:01 60ada2551f99: Preparing 11:49:01 e5e4ad6985a3: Preparing 11:49:01 b2d5ee0e2298: Preparing 11:49:01 a214c57cd0ac: Preparing 11:49:01 16517a91a102: Preparing 11:49:01 f22ed7a446b1: Preparing 11:49:01 1e890da81ec9: Preparing 11:49:01 1e890da81ec9: Waiting 11:49:01 f22ed7a446b1: Waiting 11:49:01 a214c57cd0ac: Layer already exists 11:49:01 b2d5ee0e2298: Layer already exists 11:49:01 1e890da81ec9: Layer already exists 11:49:01 60ada2551f99: Pushed 11:49:04 16517a91a102: Pushed 11:49:04 f22ed7a446b1: Pushed 11:49:09 e5e4ad6985a3: Pushed 11:49:09 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:09 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:09 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:49:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:49:09 60ada2551f99: Preparing 11:49:09 e5e4ad6985a3: Preparing 11:49:09 b2d5ee0e2298: Preparing 11:49:09 a214c57cd0ac: Preparing 11:49:09 16517a91a102: Preparing 11:49:09 f22ed7a446b1: Preparing 11:49:09 1e890da81ec9: Preparing 11:49:09 f22ed7a446b1: Waiting 11:49:09 1e890da81ec9: Waiting 11:49:09 e5e4ad6985a3: Layer already exists 11:49:09 60ada2551f99: Layer already exists 11:49:09 a214c57cd0ac: Layer already exists 11:49:09 16517a91a102: Layer already exists 11:49:09 b2d5ee0e2298: Layer already exists 11:49:09 1e890da81ec9: Layer already exists 11:49:09 f22ed7a446b1: Layer already exists 11:49:09 latest: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:10 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 11:49:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:49:10 60ada2551f99: Preparing 11:49:10 e5e4ad6985a3: Preparing 11:49:10 b2d5ee0e2298: Preparing 11:49:10 a214c57cd0ac: Preparing 11:49:10 16517a91a102: Preparing 11:49:10 f22ed7a446b1: Preparing 11:49:10 1e890da81ec9: Preparing 11:49:10 f22ed7a446b1: Waiting 11:49:10 1e890da81ec9: Waiting 11:49:10 60ada2551f99: Layer already exists 11:49:10 a214c57cd0ac: Layer already exists 11:49:10 e5e4ad6985a3: Layer already exists 11:49:10 16517a91a102: Layer already exists 11:49:10 b2d5ee0e2298: Layer already exists 11:49:10 f22ed7a446b1: Layer already exists 11:49:10 1e890da81ec9: Layer already exists 11:49:11 4.1.0-dev.65: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:11 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:11 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:49:11 60ada2551f99: Preparing 11:49:11 e5e4ad6985a3: Preparing 11:49:11 b2d5ee0e2298: Preparing 11:49:11 a214c57cd0ac: Preparing 11:49:11 16517a91a102: Preparing 11:49:11 f22ed7a446b1: Preparing 11:49:11 1e890da81ec9: Preparing 11:49:11 f22ed7a446b1: Waiting 11:49:11 1e890da81ec9: Waiting 11:49:11 e5e4ad6985a3: Layer already exists 11:49:11 b2d5ee0e2298: Layer already exists 11:49:11 a214c57cd0ac: Layer already exists 11:49:11 60ada2551f99: Layer already exists 11:49:11 16517a91a102: Layer already exists 11:49:11 1e890da81ec9: Layer already exists 11:49:11 f22ed7a446b1: Layer already exists 11:49:12 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:12 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:12 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 11:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 11:49:12 60ada2551f99: Preparing 11:49:12 e5e4ad6985a3: Preparing 11:49:12 b2d5ee0e2298: Preparing 11:49:12 a214c57cd0ac: Preparing 11:49:12 16517a91a102: Preparing 11:49:12 f22ed7a446b1: Preparing 11:49:12 f22ed7a446b1: Waiting 11:49:12 1e890da81ec9: Preparing 11:49:12 1e890da81ec9: Waiting 11:49:12 60ada2551f99: Layer already exists 11:49:12 a214c57cd0ac: Layer already exists 11:49:12 16517a91a102: Layer already exists 11:49:12 e5e4ad6985a3: Layer already exists 11:49:12 b2d5ee0e2298: Layer already exists 11:49:12 f22ed7a446b1: Layer already exists 11:49:12 1e890da81ec9: Layer already exists 11:49:13 main: digest: sha256:0b085af3e7c677a6a4c8173cd44a6d035904d442b605334bf8aa53fa2f15f51f size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:49:13 ===================================================== [Pipeline] echo 11:49:13 taggedImages: 11:49:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 11:49:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 11:49:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:13 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:49:13 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 11:49:13 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:13 latest 11:49:13 4.1.0-dev.65 11:49:13 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:13 main 11:49:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:13 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:49:13 cec67aecf2ca: Preparing 11:49:13 feb5096f4658: Preparing 11:49:13 906a9467ac23: Preparing 11:49:13 b2d5ee0e2298: Preparing 11:49:13 a214c57cd0ac: Preparing 11:49:13 f4227fe6d385: Preparing 11:49:13 456280a8330d: Preparing 11:49:13 b9931903b6a4: Preparing 11:49:13 27343b93176e: Preparing 11:49:13 1e890da81ec9: Preparing 11:49:13 27343b93176e: Waiting 11:49:13 456280a8330d: Waiting 11:49:13 1e890da81ec9: Waiting 11:49:13 f4227fe6d385: Waiting 11:49:13 b2d5ee0e2298: Layer already exists 11:49:13 a214c57cd0ac: Layer already exists 11:49:14 906a9467ac23: Pushed 11:49:14 feb5096f4658: Pushed 11:49:14 cec67aecf2ca: Pushed 11:49:14 1e890da81ec9: Layer already exists 11:49:14 b9931903b6a4: Pushed 11:49:16 27343b93176e: Pushed 11:49:24 456280a8330d: Pushed 11:49:39 f4227fe6d385: Pushed 11:49:39 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:40 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:49:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:49:40 cec67aecf2ca: Preparing 11:49:40 feb5096f4658: Preparing 11:49:40 906a9467ac23: Preparing 11:49:40 b2d5ee0e2298: Preparing 11:49:40 a214c57cd0ac: Preparing 11:49:40 f4227fe6d385: Preparing 11:49:40 456280a8330d: Preparing 11:49:40 b9931903b6a4: Preparing 11:49:40 27343b93176e: Preparing 11:49:40 1e890da81ec9: Preparing 11:49:40 f4227fe6d385: Waiting 11:49:40 456280a8330d: Waiting 11:49:40 b9931903b6a4: Waiting 11:49:40 27343b93176e: Waiting 11:49:40 1e890da81ec9: Waiting 11:49:40 b2d5ee0e2298: Layer already exists 11:49:40 906a9467ac23: Layer already exists 11:49:40 feb5096f4658: Layer already exists 11:49:40 a214c57cd0ac: Layer already exists 11:49:40 cec67aecf2ca: Layer already exists 11:49:40 b9931903b6a4: Layer already exists 11:49:40 456280a8330d: Layer already exists 11:49:40 f4227fe6d385: Layer already exists 11:49:40 27343b93176e: Layer already exists 11:49:40 1e890da81ec9: Layer already exists 11:49:40 latest: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:41 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 11:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:49:41 cec67aecf2ca: Preparing 11:49:41 feb5096f4658: Preparing 11:49:41 906a9467ac23: Preparing 11:49:41 b2d5ee0e2298: Preparing 11:49:41 a214c57cd0ac: Preparing 11:49:41 f4227fe6d385: Preparing 11:49:41 456280a8330d: Preparing 11:49:41 f4227fe6d385: Waiting 11:49:41 b9931903b6a4: Preparing 11:49:41 456280a8330d: Waiting 11:49:41 27343b93176e: Preparing 11:49:41 b9931903b6a4: Waiting 11:49:41 1e890da81ec9: Preparing 11:49:41 27343b93176e: Waiting 11:49:41 1e890da81ec9: Waiting 11:49:41 feb5096f4658: Layer already exists 11:49:41 906a9467ac23: Layer already exists 11:49:41 b2d5ee0e2298: Layer already exists 11:49:41 a214c57cd0ac: Layer already exists 11:49:41 cec67aecf2ca: Layer already exists 11:49:41 b9931903b6a4: Layer already exists 11:49:41 f4227fe6d385: Layer already exists 11:49:41 27343b93176e: Layer already exists 11:49:41 456280a8330d: Layer already exists 11:49:41 1e890da81ec9: Layer already exists 11:49:42 4.1.0-dev.65: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:49:42 cec67aecf2ca: Preparing 11:49:42 feb5096f4658: Preparing 11:49:42 906a9467ac23: Preparing 11:49:42 b2d5ee0e2298: Preparing 11:49:42 a214c57cd0ac: Preparing 11:49:42 f4227fe6d385: Preparing 11:49:42 456280a8330d: Preparing 11:49:42 b9931903b6a4: Preparing 11:49:42 27343b93176e: Preparing 11:49:42 1e890da81ec9: Preparing 11:49:42 456280a8330d: Waiting 11:49:42 b9931903b6a4: Waiting 11:49:42 27343b93176e: Waiting 11:49:42 1e890da81ec9: Waiting 11:49:42 f4227fe6d385: Waiting 11:49:42 a214c57cd0ac: Layer already exists 11:49:42 feb5096f4658: Layer already exists 11:49:42 b2d5ee0e2298: Layer already exists 11:49:42 cec67aecf2ca: Layer already exists 11:49:42 906a9467ac23: Layer already exists 11:49:42 f4227fe6d385: Layer already exists 11:49:42 456280a8330d: Layer already exists 11:49:42 b9931903b6a4: Layer already exists 11:49:42 1e890da81ec9: Layer already exists 11:49:42 27343b93176e: Layer already exists 11:49:43 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 11:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 11:49:43 cec67aecf2ca: Preparing 11:49:43 feb5096f4658: Preparing 11:49:43 906a9467ac23: Preparing 11:49:43 b2d5ee0e2298: Preparing 11:49:43 a214c57cd0ac: Preparing 11:49:43 f4227fe6d385: Preparing 11:49:43 456280a8330d: Preparing 11:49:43 b9931903b6a4: Preparing 11:49:43 27343b93176e: Preparing 11:49:43 1e890da81ec9: Preparing 11:49:43 f4227fe6d385: Waiting 11:49:43 456280a8330d: Waiting 11:49:43 b9931903b6a4: Waiting 11:49:43 27343b93176e: Waiting 11:49:43 1e890da81ec9: Waiting 11:49:43 b2d5ee0e2298: Layer already exists 11:49:43 feb5096f4658: Layer already exists 11:49:43 cec67aecf2ca: Layer already exists 11:49:43 906a9467ac23: Layer already exists 11:49:43 a214c57cd0ac: Layer already exists 11:49:43 b9931903b6a4: Layer already exists 11:49:43 456280a8330d: Layer already exists 11:49:43 f4227fe6d385: Layer already exists 11:49:43 1e890da81ec9: Layer already exists 11:49:43 27343b93176e: Layer already exists 11:49:44 main: digest: sha256:279a9f9b2832158d3ba69b536adfa1f27489d317ba290e11ca5c2b251aca18cf size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:49:44 ===================================================== [Pipeline] echo 11:49:44 taggedImages: 11:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 11:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 11:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:44 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:49:44 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 11:49:44 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:44 latest 11:49:44 4.1.0-dev.65 11:49:44 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:44 main 11:49:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:44 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:49:45 75bd0ba75cfb: Preparing 11:49:45 cfc086f14337: Preparing 11:49:45 401dc9857a77: Preparing 11:49:45 b2d5ee0e2298: Preparing 11:49:45 a214c57cd0ac: Preparing 11:49:45 f4227fe6d385: Preparing 11:49:45 ac944a7e7779: Preparing 11:49:45 12649aa4f2eb: Preparing 11:49:45 1e890da81ec9: Preparing 11:49:45 f4227fe6d385: Waiting 11:49:45 ac944a7e7779: Waiting 11:49:45 12649aa4f2eb: Waiting 11:49:45 1e890da81ec9: Waiting 11:49:45 b2d5ee0e2298: Layer already exists 11:49:45 a214c57cd0ac: Layer already exists 11:49:45 f4227fe6d385: Layer already exists 11:49:45 cfc086f14337: Pushed 11:49:45 75bd0ba75cfb: Pushed 11:49:45 401dc9857a77: Pushed 11:49:45 1e890da81ec9: Layer already exists 11:49:45 12649aa4f2eb: Pushed 11:49:47 ac944a7e7779: Pushed 11:49:47 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:47 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:49:47 75bd0ba75cfb: Preparing 11:49:47 cfc086f14337: Preparing 11:49:47 401dc9857a77: Preparing 11:49:47 b2d5ee0e2298: Preparing 11:49:47 a214c57cd0ac: Preparing 11:49:47 f4227fe6d385: Preparing 11:49:47 ac944a7e7779: Preparing 11:49:47 12649aa4f2eb: Preparing 11:49:47 1e890da81ec9: Preparing 11:49:47 f4227fe6d385: Waiting 11:49:47 12649aa4f2eb: Waiting 11:49:47 ac944a7e7779: Waiting 11:49:47 1e890da81ec9: Waiting 11:49:47 401dc9857a77: Layer already exists 11:49:47 a214c57cd0ac: Layer already exists 11:49:47 75bd0ba75cfb: Layer already exists 11:49:47 b2d5ee0e2298: Layer already exists 11:49:47 cfc086f14337: Layer already exists 11:49:47 12649aa4f2eb: Layer already exists 11:49:47 f4227fe6d385: Layer already exists 11:49:47 1e890da81ec9: Layer already exists 11:49:47 ac944a7e7779: Layer already exists 11:49:48 latest: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:48 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 11:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:49:48 75bd0ba75cfb: Preparing 11:49:48 cfc086f14337: Preparing 11:49:48 401dc9857a77: Preparing 11:49:48 b2d5ee0e2298: Preparing 11:49:48 a214c57cd0ac: Preparing 11:49:48 f4227fe6d385: Preparing 11:49:48 ac944a7e7779: Preparing 11:49:48 12649aa4f2eb: Preparing 11:49:48 1e890da81ec9: Preparing 11:49:48 ac944a7e7779: Waiting 11:49:48 12649aa4f2eb: Waiting 11:49:48 1e890da81ec9: Waiting 11:49:48 f4227fe6d385: Waiting 11:49:48 75bd0ba75cfb: Layer already exists 11:49:48 401dc9857a77: Layer already exists 11:49:48 a214c57cd0ac: Layer already exists 11:49:48 cfc086f14337: Layer already exists 11:49:48 b2d5ee0e2298: Layer already exists 11:49:48 f4227fe6d385: Layer already exists 11:49:48 ac944a7e7779: Layer already exists 11:49:48 1e890da81ec9: Layer already exists 11:49:48 12649aa4f2eb: Layer already exists 11:49:48 4.1.0-dev.65: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:49 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:49:50 75bd0ba75cfb: Preparing 11:49:50 cfc086f14337: Preparing 11:49:50 401dc9857a77: Preparing 11:49:50 b2d5ee0e2298: Preparing 11:49:50 a214c57cd0ac: Preparing 11:49:50 f4227fe6d385: Preparing 11:49:50 ac944a7e7779: Preparing 11:49:50 12649aa4f2eb: Preparing 11:49:50 1e890da81ec9: Preparing 11:49:50 ac944a7e7779: Waiting 11:49:50 12649aa4f2eb: Waiting 11:49:50 1e890da81ec9: Waiting 11:49:50 f4227fe6d385: Waiting 11:49:50 cfc086f14337: Layer already exists 11:49:50 75bd0ba75cfb: Layer already exists 11:49:50 401dc9857a77: Layer already exists 11:49:50 b2d5ee0e2298: Layer already exists 11:49:50 a214c57cd0ac: Layer already exists 11:49:50 12649aa4f2eb: Layer already exists 11:49:50 ac944a7e7779: Layer already exists 11:49:50 1e890da81ec9: Layer already exists 11:49:50 f4227fe6d385: Layer already exists 11:49:50 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:50 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 11:49:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 11:49:50 75bd0ba75cfb: Preparing 11:49:50 cfc086f14337: Preparing 11:49:50 401dc9857a77: Preparing 11:49:50 b2d5ee0e2298: Preparing 11:49:50 a214c57cd0ac: Preparing 11:49:50 f4227fe6d385: Preparing 11:49:50 ac944a7e7779: Preparing 11:49:50 12649aa4f2eb: Preparing 11:49:50 1e890da81ec9: Preparing 11:49:50 f4227fe6d385: Waiting 11:49:50 ac944a7e7779: Waiting 11:49:50 12649aa4f2eb: Waiting 11:49:50 1e890da81ec9: Waiting 11:49:50 401dc9857a77: Layer already exists 11:49:50 75bd0ba75cfb: Layer already exists 11:49:50 a214c57cd0ac: Layer already exists 11:49:50 cfc086f14337: Layer already exists 11:49:50 b2d5ee0e2298: Layer already exists 11:49:50 ac944a7e7779: Layer already exists 11:49:50 f4227fe6d385: Layer already exists 11:49:50 12649aa4f2eb: Layer already exists 11:49:50 1e890da81ec9: Layer already exists 11:49:51 main: digest: sha256:9c939f83094d345aa05bd23ff6731d9dc55547f6f07c3703518a2c96a67cab63 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:49:51 ===================================================== [Pipeline] echo 11:49:51 taggedImages: 11:49:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 11:49:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 11:49:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:51 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:49:51 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 11:49:51 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:51 latest 11:49:51 4.1.0-dev.65 11:49:51 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:49:51 main 11:49:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:51 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:49:52 0f9f9680b724: Preparing 11:49:52 d6a859215b81: Preparing 11:49:52 4a22bbb5fa4c: Preparing 11:49:52 b2d5ee0e2298: Preparing 11:49:52 a214c57cd0ac: Preparing 11:49:52 784fcab07a3d: Preparing 11:49:52 b9931903b6a4: Preparing 11:49:52 27343b93176e: Preparing 11:49:52 1e890da81ec9: Preparing 11:49:52 b9931903b6a4: Waiting 11:49:52 784fcab07a3d: Waiting 11:49:52 27343b93176e: Waiting 11:49:52 1e890da81ec9: Waiting 11:49:52 4a22bbb5fa4c: Pushed 11:49:52 d6a859215b81: Pushed 11:49:53 a214c57cd0ac: Layer already exists 11:49:53 b2d5ee0e2298: Layer already exists 11:49:53 b9931903b6a4: Layer already exists 11:49:53 0f9f9680b724: Pushed 11:49:53 27343b93176e: Layer already exists 11:49:53 1e890da81ec9: Layer already exists 11:50:25 784fcab07a3d: Pushed 11:50:25 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:50:26 0f9f9680b724: Preparing 11:50:26 d6a859215b81: Preparing 11:50:26 4a22bbb5fa4c: Preparing 11:50:26 b2d5ee0e2298: Preparing 11:50:26 a214c57cd0ac: Preparing 11:50:26 784fcab07a3d: Preparing 11:50:26 b9931903b6a4: Preparing 11:50:26 27343b93176e: Preparing 11:50:26 1e890da81ec9: Preparing 11:50:26 784fcab07a3d: Waiting 11:50:26 27343b93176e: Waiting 11:50:26 b9931903b6a4: Waiting 11:50:26 1e890da81ec9: Waiting 11:50:26 b2d5ee0e2298: Layer already exists 11:50:26 d6a859215b81: Layer already exists 11:50:26 4a22bbb5fa4c: Layer already exists 11:50:26 0f9f9680b724: Layer already exists 11:50:26 a214c57cd0ac: Layer already exists 11:50:26 b9931903b6a4: Layer already exists 11:50:26 784fcab07a3d: Layer already exists 11:50:26 27343b93176e: Layer already exists 11:50:26 1e890da81ec9: Layer already exists 11:50:26 latest: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:26 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 11:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:50:27 0f9f9680b724: Preparing 11:50:27 d6a859215b81: Preparing 11:50:27 4a22bbb5fa4c: Preparing 11:50:27 b2d5ee0e2298: Preparing 11:50:27 a214c57cd0ac: Preparing 11:50:27 784fcab07a3d: Preparing 11:50:27 b9931903b6a4: Preparing 11:50:27 27343b93176e: Preparing 11:50:27 1e890da81ec9: Preparing 11:50:27 784fcab07a3d: Waiting 11:50:27 b9931903b6a4: Waiting 11:50:27 27343b93176e: Waiting 11:50:27 1e890da81ec9: Waiting 11:50:27 0f9f9680b724: Layer already exists 11:50:27 a214c57cd0ac: Layer already exists 11:50:27 b2d5ee0e2298: Layer already exists 11:50:27 4a22bbb5fa4c: Layer already exists 11:50:27 d6a859215b81: Layer already exists 11:50:27 b9931903b6a4: Layer already exists 11:50:27 27343b93176e: Layer already exists 11:50:27 784fcab07a3d: Layer already exists 11:50:27 1e890da81ec9: Layer already exists 11:50:27 4.1.0-dev.65: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:50:28 0f9f9680b724: Preparing 11:50:28 d6a859215b81: Preparing 11:50:28 4a22bbb5fa4c: Preparing 11:50:28 b2d5ee0e2298: Preparing 11:50:28 a214c57cd0ac: Preparing 11:50:28 784fcab07a3d: Preparing 11:50:28 b9931903b6a4: Preparing 11:50:28 27343b93176e: Preparing 11:50:28 1e890da81ec9: Preparing 11:50:28 784fcab07a3d: Waiting 11:50:28 1e890da81ec9: Waiting 11:50:28 b9931903b6a4: Waiting 11:50:28 27343b93176e: Waiting 11:50:28 a214c57cd0ac: Layer already exists 11:50:28 b2d5ee0e2298: Layer already exists 11:50:28 0f9f9680b724: Layer already exists 11:50:28 d6a859215b81: Layer already exists 11:50:28 4a22bbb5fa4c: Layer already exists 11:50:28 1e890da81ec9: Layer already exists 11:50:28 784fcab07a3d: Layer already exists 11:50:28 b9931903b6a4: Layer already exists 11:50:28 27343b93176e: Layer already exists 11:50:28 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:28 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 11:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 11:50:29 0f9f9680b724: Preparing 11:50:29 d6a859215b81: Preparing 11:50:29 4a22bbb5fa4c: Preparing 11:50:29 b2d5ee0e2298: Preparing 11:50:29 a214c57cd0ac: Preparing 11:50:29 784fcab07a3d: Preparing 11:50:29 b9931903b6a4: Preparing 11:50:29 27343b93176e: Preparing 11:50:29 1e890da81ec9: Preparing 11:50:29 784fcab07a3d: Waiting 11:50:29 27343b93176e: Waiting 11:50:29 1e890da81ec9: Waiting 11:50:29 b9931903b6a4: Waiting 11:50:29 0f9f9680b724: Layer already exists 11:50:29 a214c57cd0ac: Layer already exists 11:50:29 d6a859215b81: Layer already exists 11:50:29 4a22bbb5fa4c: Layer already exists 11:50:29 b2d5ee0e2298: Layer already exists 11:50:29 27343b93176e: Layer already exists 11:50:29 784fcab07a3d: Layer already exists 11:50:29 b9931903b6a4: Layer already exists 11:50:29 1e890da81ec9: Layer already exists 11:50:29 main: digest: sha256:355c923a052905a0e9105d1d3407422214e7d1971d23b9d4a944e88e7fb91104 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:50:29 ===================================================== [Pipeline] echo 11:50:29 taggedImages: 11:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 11:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 11:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:29 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:50:29 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 11:50:29 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:29 latest 11:50:29 4.1.0-dev.65 11:50:29 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:29 main 11:50:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:50:30 db1913a3cda9: Preparing 11:50:30 86a2072109f9: Preparing 11:50:30 b2d5ee0e2298: Preparing 11:50:30 a214c57cd0ac: Preparing 11:50:30 900b912daae2: Preparing 11:50:30 3266f937d513: Preparing 11:50:30 1e890da81ec9: Preparing 11:50:30 3266f937d513: Waiting 11:50:30 1e890da81ec9: Waiting 11:50:30 a214c57cd0ac: Layer already exists 11:50:30 b2d5ee0e2298: Layer already exists 11:50:30 1e890da81ec9: Layer already exists 11:50:30 db1913a3cda9: Pushed 11:50:31 3266f937d513: Pushed 11:50:32 900b912daae2: Pushed 11:50:38 86a2072109f9: Pushed 11:50:38 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:50:39 db1913a3cda9: Preparing 11:50:39 86a2072109f9: Preparing 11:50:39 b2d5ee0e2298: Preparing 11:50:39 a214c57cd0ac: Preparing 11:50:39 900b912daae2: Preparing 11:50:39 3266f937d513: Preparing 11:50:39 1e890da81ec9: Preparing 11:50:39 3266f937d513: Waiting 11:50:39 1e890da81ec9: Waiting 11:50:40 a214c57cd0ac: Layer already exists 11:50:40 b2d5ee0e2298: Layer already exists 11:50:40 900b912daae2: Layer already exists 11:50:40 86a2072109f9: Layer already exists 11:50:40 db1913a3cda9: Layer already exists 11:50:40 1e890da81ec9: Layer already exists 11:50:40 3266f937d513: Layer already exists 11:50:40 latest: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:40 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 11:50:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:50:41 db1913a3cda9: Preparing 11:50:41 86a2072109f9: Preparing 11:50:41 b2d5ee0e2298: Preparing 11:50:41 a214c57cd0ac: Preparing 11:50:41 900b912daae2: Preparing 11:50:41 3266f937d513: Preparing 11:50:41 1e890da81ec9: Preparing 11:50:41 3266f937d513: Waiting 11:50:41 1e890da81ec9: Waiting 11:50:41 a214c57cd0ac: Layer already exists 11:50:41 86a2072109f9: Layer already exists 11:50:41 900b912daae2: Layer already exists 11:50:41 b2d5ee0e2298: Layer already exists 11:50:41 db1913a3cda9: Layer already exists 11:50:41 3266f937d513: Layer already exists 11:50:41 1e890da81ec9: Layer already exists 11:50:41 4.1.0-dev.65: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:41 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:50:42 db1913a3cda9: Preparing 11:50:42 86a2072109f9: Preparing 11:50:42 b2d5ee0e2298: Preparing 11:50:42 a214c57cd0ac: Preparing 11:50:42 900b912daae2: Preparing 11:50:42 3266f937d513: Preparing 11:50:42 1e890da81ec9: Preparing 11:50:42 3266f937d513: Waiting 11:50:42 1e890da81ec9: Waiting 11:50:42 86a2072109f9: Layer already exists 11:50:42 b2d5ee0e2298: Layer already exists 11:50:42 db1913a3cda9: Layer already exists 11:50:42 900b912daae2: Layer already exists 11:50:42 a214c57cd0ac: Layer already exists 11:50:42 1e890da81ec9: Layer already exists 11:50:42 3266f937d513: Layer already exists 11:50:42 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 11:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 11:50:43 db1913a3cda9: Preparing 11:50:43 86a2072109f9: Preparing 11:50:43 b2d5ee0e2298: Preparing 11:50:43 a214c57cd0ac: Preparing 11:50:43 900b912daae2: Preparing 11:50:43 3266f937d513: Preparing 11:50:43 1e890da81ec9: Preparing 11:50:43 3266f937d513: Waiting 11:50:43 1e890da81ec9: Waiting 11:50:43 86a2072109f9: Layer already exists 11:50:43 900b912daae2: Layer already exists 11:50:43 a214c57cd0ac: Layer already exists 11:50:43 b2d5ee0e2298: Layer already exists 11:50:43 db1913a3cda9: Layer already exists 11:50:43 1e890da81ec9: Layer already exists 11:50:43 3266f937d513: Layer already exists 11:50:43 main: digest: sha256:4f078d97c7592002c6e0fe1688745ff13eace690fa3b77c488f1c5056d68e6a8 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:50:43 ===================================================== [Pipeline] echo 11:50:43 taggedImages: 11:50:43 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:43 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 11:50:43 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 11:50:43 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:43 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:50:43 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 11:50:43 4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:43 latest 11:50:43 4.1.0-dev.65 11:50:43 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:43 main 11:50:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:44 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:44 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:50:44 e33ef5eb2513: Preparing 11:50:44 a82690c8f5d1: Preparing 11:50:44 b2d5ee0e2298: Preparing 11:50:44 a214c57cd0ac: Preparing 11:50:44 cadbb488a8ad: Preparing 11:50:44 1794594d36c7: Preparing 11:50:44 1e890da81ec9: Preparing 11:50:44 1794594d36c7: Waiting 11:50:44 1e890da81ec9: Waiting 11:50:44 b2d5ee0e2298: Layer already exists 11:50:44 a214c57cd0ac: Layer already exists 11:50:44 1e890da81ec9: Layer already exists 11:50:44 e33ef5eb2513: Pushed 11:50:45 1794594d36c7: Pushed 11:50:46 cadbb488a8ad: Pushed 11:50:53 a82690c8f5d1: Pushed 11:50:53 4d3e8805e5e9eb3f6c86d36552e13c375795480c: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:53 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:50:54 e33ef5eb2513: Preparing 11:50:54 a82690c8f5d1: Preparing 11:50:54 b2d5ee0e2298: Preparing 11:50:54 a214c57cd0ac: Preparing 11:50:54 cadbb488a8ad: Preparing 11:50:54 1794594d36c7: Preparing 11:50:54 1e890da81ec9: Preparing 11:50:54 1794594d36c7: Waiting 11:50:54 1e890da81ec9: Waiting 11:50:54 cadbb488a8ad: Layer already exists 11:50:54 b2d5ee0e2298: Layer already exists 11:50:54 a214c57cd0ac: Layer already exists 11:50:54 a82690c8f5d1: Layer already exists 11:50:54 e33ef5eb2513: Layer already exists 11:50:54 1e890da81ec9: Layer already exists 11:50:54 1794594d36c7: Layer already exists 11:50:54 latest: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:54 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 11:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:50:55 e33ef5eb2513: Preparing 11:50:55 a82690c8f5d1: Preparing 11:50:55 b2d5ee0e2298: Preparing 11:50:55 a214c57cd0ac: Preparing 11:50:55 cadbb488a8ad: Preparing 11:50:55 1794594d36c7: Preparing 11:50:55 1e890da81ec9: Preparing 11:50:55 1794594d36c7: Waiting 11:50:55 1e890da81ec9: Waiting 11:50:55 e33ef5eb2513: Layer already exists 11:50:55 b2d5ee0e2298: Layer already exists 11:50:55 cadbb488a8ad: Layer already exists 11:50:55 a82690c8f5d1: Layer already exists 11:50:55 a214c57cd0ac: Layer already exists 11:50:55 1e890da81ec9: Layer already exists 11:50:55 1794594d36c7: Layer already exists 11:50:55 4.1.0-dev.65: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:50:55 e33ef5eb2513: Preparing 11:50:55 a82690c8f5d1: Preparing 11:50:55 b2d5ee0e2298: Preparing 11:50:55 a214c57cd0ac: Preparing 11:50:55 cadbb488a8ad: Preparing 11:50:55 1794594d36c7: Preparing 11:50:55 1e890da81ec9: Preparing 11:50:55 1794594d36c7: Waiting 11:50:55 1e890da81ec9: Waiting 11:50:55 cadbb488a8ad: Layer already exists 11:50:55 a82690c8f5d1: Layer already exists 11:50:55 e33ef5eb2513: Layer already exists 11:50:55 a214c57cd0ac: Layer already exists 11:50:55 b2d5ee0e2298: Layer already exists 11:50:55 1e890da81ec9: Layer already exists 11:50:55 1794594d36c7: Layer already exists 11:50:56 4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 11:50:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 11:50:56 e33ef5eb2513: Preparing 11:50:56 a82690c8f5d1: Preparing 11:50:56 b2d5ee0e2298: Preparing 11:50:56 a214c57cd0ac: Preparing 11:50:56 cadbb488a8ad: Preparing 11:50:56 1794594d36c7: Preparing 11:50:56 1e890da81ec9: Preparing 11:50:56 1794594d36c7: Waiting 11:50:56 1e890da81ec9: Waiting 11:50:56 a214c57cd0ac: Layer already exists 11:50:56 b2d5ee0e2298: Layer already exists 11:50:56 a82690c8f5d1: Layer already exists 11:50:56 e33ef5eb2513: Layer already exists 11:50:56 cadbb488a8ad: Layer already exists 11:50:56 1e890da81ec9: Layer already exists 11:50:56 1794594d36c7: Layer already exists 11:50:57 main: digest: sha256:0c0340d28a4562fe18859afbf93221f092453a5a939cbf69879085a58e416d54 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 11:50:57 ===================================================== [Pipeline] echo 11:50:57 taggedImages: 11:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c 11:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 11:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 11:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 11:50:57 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 11:50:57 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4d3e8805e5e9eb3f6c86d36552e13c375795480c-4.1.0-dev.65 [Pipeline] echo 11:50:58 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:50:58 11:50:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:50:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:50:59 arm64: Pulling from edgex-lftools-log-publisher 11:50:59 8998bd30e6a1: Pulling fs layer 11:50:59 04944245beec: Pulling fs layer 11:50:59 699f458cf7ca: Pulling fs layer 11:50:59 765212b225bb: Pulling fs layer 11:50:59 f23df028b6ca: Pulling fs layer 11:50:59 d65c8cfc05b1: Pulling fs layer 11:50:59 2437ff75d9bd: Pulling fs layer 11:50:59 765212b225bb: Waiting 11:50:59 f23df028b6ca: Waiting 11:50:59 d65c8cfc05b1: Waiting 11:50:59 2437ff75d9bd: Waiting 11:50:59 04944245beec: Verifying Checksum 11:50:59 04944245beec: Download complete 11:50:59 765212b225bb: Verifying Checksum 11:50:59 765212b225bb: Download complete 11:50:59 f23df028b6ca: Verifying Checksum 11:50:59 f23df028b6ca: Download complete 11:50:59 d65c8cfc05b1: Verifying Checksum 11:50:59 d65c8cfc05b1: Download complete 11:50:59 699f458cf7ca: Verifying Checksum 11:50:59 699f458cf7ca: Download complete 11:51:00 8998bd30e6a1: Verifying Checksum 11:51:00 8998bd30e6a1: Download complete 11:51:02 2437ff75d9bd: Verifying Checksum 11:51:02 2437ff75d9bd: Download complete 11:51:04 8998bd30e6a1: Pull complete 11:51:05 04944245beec: Pull complete 11:51:06 699f458cf7ca: Pull complete 11:51:07 765212b225bb: Pull complete 11:51:08 f23df028b6ca: Pull complete 11:51:08 d65c8cfc05b1: Pull complete 11:51:26 2437ff75d9bd: Pull complete 11:51:26 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 11:51:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 11:51:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:43 prd-ubuntu20.04-docker-arm64-4c-16g-116870 does not seem to be running inside a container 11:51:43 $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 11:51:44 $ docker top f1347e7ef36c9933169421b60084c85acf1c8c3ad44b89196fd520317f5298b0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:51:45 ---> job-cost.sh 11:51:45 lf-activate-venv: SKIPPING 11:51:45 INFO: No Stack... 11:51:46 INFO: Retrieving Pricing Info for: v3-standard-4 11:51:47 INFO: Archiving Costs [Pipeline] sh 11:51:48 + cat /w/workspace/edgex-go/909/archives/cost.csv 11:51:48 + cut -d, -f6 [Pipeline] lock 11:51:48 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-909-stack-cost] 11:51:48 Resource [jenkins-edgexfoundry-edgex-go-main-909-stack-cost] did not exist. Created. 11:51:48 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-909-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:51:48 + echo total: 0.10999999940395355 [Pipeline] stash 11:51:49 Stashed 1 file(s) [Pipeline] } 11:51:49 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-909-stack-cost] [Pipeline] // lock [Pipeline] } 11:51:49 $ docker stop --time=1 f1347e7ef36c9933169421b60084c85acf1c8c3ad44b89196fd520317f5298b0 11:51:50 $ docker rm -f --volumes f1347e7ef36c9933169421b60084c85acf1c8c3ad44b89196fd520317f5298b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 11:51:51 provisioning config files... 11:51:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/909@tmp/config8871938276767321570tmp [Pipeline] { [Pipeline] sh 11:51:51 + set +x 11:51:51 + curl -s https://codecov.io/bash 11:51:51 + bash -s -- 11:51:51 11:51:51 _____ _ 11:51:51 / ____| | | 11:51:51 | | ___ __| | ___ ___ _____ __ 11:51:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:51:51 | |___| (_) | (_| | __/ (_| (_) \ V / 11:51:51 \_____\___/ \__,_|\___|\___\___/ \_/ 11:51:51 Bash-1.0.6 11:51:51 11:51:51 11:51:51 ==> git version 2.25.1 found 11:51:51 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:51:51 Release-Date: 2020-01-08 11:51:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:51:51 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:51:51 ==> Jenkins CI detected. 11:51:51 current dir:  /w/workspace/edgex-go/909 11:51:51 project root: . 11:51:51 --> token set from env 11:51:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:51:51 ==> Running gcov in . (disable via -X gcov) 11:51:51 ==> Python coveragepy not found 11:51:51 ==> Searching for coverage reports in: 11:51:51 + . 11:51:51 -> Found 1 reports 11:51:51 ==> Detecting git/mercurial file structure 11:51:52 ==> Reading reports 11:51:52 + ./coverage.out bytes=1733635 11:51:52 ==> Appending adjustments 11:51:52 https://docs.codecov.io/docs/fixing-reports 11:51:53 + Found adjustments 11:51:53 ==> Gzipping contents 11:51:53 148K /tmp/codecov.yURCNm.gz 11:51:53 ==> Uploading reports 11:51:53 url: https://codecov.io 11:51:53 query: branch=main&commit=4d3e8805e5e9eb3f6c86d36552e13c375795480c&build=909&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F909%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:51:53 -> Pinging Codecov 11:51:53 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=4d3e8805e5e9eb3f6c86d36552e13c375795480c&build=909&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F909%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 11:51:53 -> Uploading to 11:51:53 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/4d3e8805e5e9eb3f6c86d36552e13c375795480c/2f7fdec1-f546-4b5c-82f1-3414405b0a44.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251008%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251008T115153Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c2066ebcdf1b3ca8f288053d850a38490ba1eca8315b49c53ebee3b9afdb0ec8 11:51:53 % Total % Received % Xferd Average Speed Time Time Time Current 11:51:53 Dload Upload Total Spent Left Speed 11:51:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 528k --:--:-- --:--:-- --:--:-- 528k 11:51:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/4d3e8805e5e9eb3f6c86d36552e13c375795480c [Pipeline] } 11:51:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 11:51:54 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 11:51:54 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:51:54 11:51:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:51:54 latest: Pulling from edgex-devops/edgex-snyk-go 11:51:54 0a9a5dfd008f: Already exists 11:51:54 36466aa92d05: Already exists 11:51:54 e10405b45d13: Already exists 11:51:54 096b7ceb2af7: Already exists 11:51:54 4f4fb700ef54: Already exists 11:51:54 e50aa161e22a: Pulling fs layer 11:51:54 d3c8db5fb9df: Pulling fs layer 11:51:55 e50aa161e22a: Verifying Checksum 11:51:55 e50aa161e22a: Download complete 11:51:55 e50aa161e22a: Pull complete 11:51:56 d3c8db5fb9df: Verifying Checksum 11:51:56 d3c8db5fb9df: Download complete 11:51:59 d3c8db5fb9df: Pull complete 11:51:59 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 11:51:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 11:51:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:51:59 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:51:59 $ 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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 11:52:01 $ docker top cc311a6faf089ea19cdc04eab633c6b058269183e4fc4f7e8e0db0906cf7a31f -eo pid,comm [Pipeline] { [Pipeline] sh 11:52:01 + git config --global --add safe.directory /w/workspace/edgex-go/909 [Pipeline] echo 11:52:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 11:52:01 + set -o pipefail 11:52:01 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 11:52:11 11:52:11 Monitoring /w/workspace/edgex-go/909 (github.com/edgexfoundry/edgex-go)... 11:52:11 11:52:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/36ae6392-7d47-45a5-a209-239ee903ed53 11:52:11 11:52:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 11:52:11 11:52:11 11:52:11 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 11:52:11 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 11:52:12 $ docker stop --time=1 cc311a6faf089ea19cdc04eab633c6b058269183e4fc4f7e8e0db0906cf7a31f 11:52:14 $ docker rm -f --volumes cc311a6faf089ea19cdc04eab633c6b058269183e4fc4f7e8e0db0906cf7a31f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 11:52:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:52:15 provisioning config files... 11:52:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/909@tmp/config11745902949409059991tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:52:15 --> edgex-publish-swagger.sh 11:52:15 === Publish openapi API === 11:52:15 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 11:52:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/909/openapi/core-command.yaml] 11:52:15 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:15 Dload Upload Total Spent Left Speed 11:52:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 383 189k --:--:-- --:--:-- --:--:-- 190k 11:52:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:15 11:52:15 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/909/openapi/core-data.yaml] 11:52:15 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:15 Dload Upload Total Spent Left Speed 11:52:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 528 588k --:--:-- --:--:-- --:--:-- 588k 11:52:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:15 11:52:15 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/909/openapi/core-keeper.yaml] 11:52:15 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:15 Dload Upload Total Spent Left Speed 11:52:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 687 307k --:--:-- --:--:-- --:--:-- 308k 11:52:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:15 11:52:15 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/909/openapi/core-metadata.yaml] 11:52:15 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:15 Dload Upload Total Spent Left Speed 11:52:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 540 1285k --:--:-- --:--:-- --:--:-- 1285k 11:52:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:16 11:52:16 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/909/openapi/security-proxy-auth.yaml] 11:52:16 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:16 Dload Upload Total Spent Left Speed 11:52:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 717 259k --:--:-- --:--:-- --:--:-- 260k 11:52:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:16 11:52:16 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/909/openapi/security-secretstore-setup.yaml] 11:52:16 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:16 Dload Upload Total Spent Left Speed 11:52:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 741 43966 --:--:-- --:--:-- --:--:-- 44707 11:52:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:16 11:52:16 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/909/openapi/support-notifications.yaml] 11:52:16 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:16 Dload Upload Total Spent Left Speed 11:52:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 488 723k --:--:-- --:--:-- --:--:-- 723k 11:52:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:16 11:52:16 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/909/openapi/support-scheduler.yaml] 11:52:16 % Total % Received % Xferd Average Speed Time Time Time Current 11:52:16 Dload Upload Total Spent Left Speed 11:52:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 653 490k --:--:-- --:--:-- --:--:-- 486k 11:52:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 11:52:16 [Pipeline] } 11:52:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 11:52:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:52:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:52:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:52:17 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:52:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:52:17 $ docker top 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e -eo pid,comm 11:52:17 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:52:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:52:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:52:17 [ssh-agent] Looking for ssh-agent implementation... 11:52:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:52:17 $ docker exec 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e ssh-agent 11:52:18 SSH_AUTH_SOCK=/tmp/ssh-RuSr19JYpOFW/agent.32 11:52:18 SSH_AGENT_PID=38 11:52:18 Running ssh-add (command line suppressed) 11:52:18 Identity added: /w/workspace/edgex-go/909@tmp/private_key_10625518752103049234.key (/w/workspace/edgex-go/909@tmp/private_key_10625518752103049234.key) 11:52:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:52:18 + git semver tag 11:52:18 2025-10-08 11:52:18,683 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:52:18 2025-10-08 11:52:18,686 [run_tag] DEBUG tag force:False 11:52:18 2025-10-08 11:52:18,686 [check_head_tag] DEBUG check head tag 11:52:18 2025-10-08 11:52:18,688 [execute] INFO git cat-file --batch-check 11:52:18 2025-10-08 11:52:18,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/909, stdin=, shell=False, universal_newlines=False) 11:52:18 2025-10-08 11:52:18,690 [execute] INFO git cat-file --batch 11:52:18 2025-10-08 11:52:18,690 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/909, stdin=, shell=False, universal_newlines=False) 11:52:18 2025-10-08 11:52:18,713 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:52:18 2025-10-08 11:52:18,713 [execute] INFO git tag -a v4.1.0-dev.65 -m v4.1.0-dev.65 11:52:18 2025-10-08 11:52:18,713 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.65', '-m', 'v4.1.0-dev.65'], cwd=/w/workspace/edgex-go/909, stdin=None, shell=False, universal_newlines=False) 11:52:18 2025-10-08 11:52:18,716 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:52:18 4.1.0-dev.65 [Pipeline] } 11:52:18 $ docker exec --env ******** --env ******** 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e ssh-agent -k 11:52:19 unset SSH_AUTH_SOCK; 11:52:19 unset SSH_AGENT_PID; 11:52:19 echo Agent pid 38 killed; 11:52:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:52:19 + git semver [Pipeline] } 11:52:19 $ docker stop --time=1 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e 11:52:20 $ docker rm -f --volumes 980e2c231d8d3bb6bd7613cebd2e80d932215bc95afd9a1f3c0c2d3c556e241e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:52:21 11:52:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:52:21 0.23.1-centos7: Pulling from edgex-lftools 11:52:21 ab5ef0e58194: Pulling fs layer 11:52:21 9712f1f96733: Pulling fs layer 11:52:21 63f879dbbcfc: Pulling fs layer 11:52:21 0d9ebad4ef96: Pulling fs layer 11:52:21 e9a5061849ea: Pulling fs layer 11:52:21 d747dcd14b5f: Pulling fs layer 11:52:21 2de7ff778b66: Pulling fs layer 11:52:21 0d9ebad4ef96: Waiting 11:52:21 e9a5061849ea: Waiting 11:52:21 d747dcd14b5f: Waiting 11:52:21 2de7ff778b66: Waiting 11:52:21 9712f1f96733: Download complete 11:52:22 63f879dbbcfc: Verifying Checksum 11:52:22 63f879dbbcfc: Download complete 11:52:22 e9a5061849ea: Verifying Checksum 11:52:22 e9a5061849ea: Download complete 11:52:22 d747dcd14b5f: Verifying Checksum 11:52:22 d747dcd14b5f: Download complete 11:52:22 ab5ef0e58194: Download complete 11:52:22 0d9ebad4ef96: Verifying Checksum 11:52:22 0d9ebad4ef96: Download complete 11:52:22 2de7ff778b66: Verifying Checksum 11:52:22 2de7ff778b66: Download complete 11:52:25 ab5ef0e58194: Pull complete 11:52:26 9712f1f96733: Pull complete 11:52:27 63f879dbbcfc: Pull complete 11:52:32 0d9ebad4ef96: Pull complete 11:52:32 e9a5061849ea: Pull complete 11:52:32 d747dcd14b5f: Pull complete 11:52:33 2de7ff778b66: Pull complete 11:52:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 11:52:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 11:52:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:52:33 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:52:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 11:52:35 $ docker top 8a66f9c2fe5cb814a5cccd5ab8bfafa9e90e05bc3a36da12c0b78f80e106891e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 11:52:35 provisioning config files... 11:52:35 copy managed file [sigul-config] to file:/w/workspace/edgex-go/909@tmp/config10873783957050700389tmp 11:52:35 copy managed file [sigul-password] to file:/w/workspace/edgex-go/909@tmp/config16098129765892836806tmp 11:52:35 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/909@tmp/config8727843427812364560tmp [Pipeline] { [Pipeline] echo 11:52:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 11:52:35 ---> sigul-configuration.sh 11:52:35 gpg: directory `/root/.gnupg' created 11:52:35 gpg: new configuration file `/root/.gnupg/gpg.conf' created 11:52:35 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 11:52:35 gpg: keyring `/root/.gnupg/secring.gpg' created 11:52:35 gpg: keyring `/root/.gnupg/pubring.gpg' created 11:52:35 gpg: CAST5 encrypted data 11:52:35 gpg: encrypted with 1 passphrase 11:52:35 gpg: WARNING: message was not integrity protected [Pipeline] sh 11:52:35 + mkdir /home/jenkins 11:52:35 + mkdir /home/jenkins/sigul [Pipeline] sh 11:52:36 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 11:52:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 11:52:36 ---> sigul-install.sh 11:52:36 Sigul already installed; skipping installation. [Pipeline] sh 11:52:36 + git tag --list 11:52:36 0.6.0 11:52:36 0.6.1 11:52:36 0.7.0 11:52:36 0.7.1 11:52:36 v1.0.0 11:52:36 v1.0.1 11:52:36 v1.1.0 11:52:36 v1.2.0 11:52:36 v1.2.1 11:52:36 v1.3.0 11:52:36 v1.3.1 11:52:36 v2.0.0 11:52:36 v2.1.0 11:52:36 v2.1.1 11:52:36 v2.2.0 11:52:36 v2.3.0 11:52:36 v3.0 11:52:36 v3.0.0 11:52:36 v3.1 11:52:36 v3.1.0 11:52:36 v3.1.1 11:52:36 v4.0 11:52:36 v4.0.0 11:52:36 v4.0.1 11:52:36 v4.0.1-dev.1 11:52:36 v4.1.0-dev.1 11:52:36 v4.1.0-dev.10 11:52:36 v4.1.0-dev.11 11:52:36 v4.1.0-dev.12 11:52:36 v4.1.0-dev.13 11:52:36 v4.1.0-dev.14 11:52:36 v4.1.0-dev.15 11:52:36 v4.1.0-dev.16 11:52:36 v4.1.0-dev.17 11:52:36 v4.1.0-dev.18 11:52:36 v4.1.0-dev.19 11:52:36 v4.1.0-dev.2 11:52:36 v4.1.0-dev.20 11:52:36 v4.1.0-dev.21 11:52:36 v4.1.0-dev.22 11:52:36 v4.1.0-dev.23 11:52:36 v4.1.0-dev.24 11:52:36 v4.1.0-dev.25 11:52:36 v4.1.0-dev.26 11:52:36 v4.1.0-dev.27 11:52:36 v4.1.0-dev.28 11:52:36 v4.1.0-dev.29 11:52:36 v4.1.0-dev.3 11:52:36 v4.1.0-dev.30 11:52:36 v4.1.0-dev.31 11:52:36 v4.1.0-dev.32 11:52:36 v4.1.0-dev.33 11:52:36 v4.1.0-dev.34 11:52:36 v4.1.0-dev.35 11:52:36 v4.1.0-dev.36 11:52:36 v4.1.0-dev.37 11:52:36 v4.1.0-dev.38 11:52:36 v4.1.0-dev.39 11:52:36 v4.1.0-dev.4 11:52:36 v4.1.0-dev.40 11:52:36 v4.1.0-dev.41 11:52:36 v4.1.0-dev.42 11:52:36 v4.1.0-dev.43 11:52:36 v4.1.0-dev.44 11:52:36 v4.1.0-dev.45 11:52:36 v4.1.0-dev.46 11:52:36 v4.1.0-dev.47 11:52:36 v4.1.0-dev.48 11:52:36 v4.1.0-dev.49 11:52:36 v4.1.0-dev.5 11:52:36 v4.1.0-dev.50 11:52:36 v4.1.0-dev.51 11:52:36 v4.1.0-dev.52 11:52:36 v4.1.0-dev.53 11:52:36 v4.1.0-dev.54 11:52:36 v4.1.0-dev.55 11:52:36 v4.1.0-dev.56 11:52:36 v4.1.0-dev.57 11:52:36 v4.1.0-dev.58 11:52:36 v4.1.0-dev.59 11:52:36 v4.1.0-dev.6 11:52:36 v4.1.0-dev.60 11:52:36 v4.1.0-dev.61 11:52:36 v4.1.0-dev.62 11:52:36 v4.1.0-dev.63 11:52:36 v4.1.0-dev.64 11:52:36 v4.1.0-dev.65 11:52:36 v4.1.0-dev.7 11:52:36 v4.1.0-dev.8 11:52:36 v4.1.0-dev.9 [Pipeline] sh 11:52:37 + lftools sign git-tag v4.1.0-dev.65 11:52:37 Signing Git tag with Sigul... 11:52:37 Signing v4.1.0-dev.65 [Pipeline] echo 11:52:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 11:52:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 11:52:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 11:52:38 $ docker stop --time=1 8a66f9c2fe5cb814a5cccd5ab8bfafa9e90e05bc3a36da12c0b78f80e106891e 11:52:39 $ docker rm -f --volumes 8a66f9c2fe5cb814a5cccd5ab8bfafa9e90e05bc3a36da12c0b78f80e106891e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 11:52:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:52:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:52:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:52:40 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:52:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:52:40 $ docker top 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f -eo pid,comm 11:52:40 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:52:40 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:52:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:52:40 [ssh-agent] Looking for ssh-agent implementation... 11:52:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:52:41 $ docker exec 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f ssh-agent 11:52:41 SSH_AUTH_SOCK=/tmp/ssh-4paNQHHBktYB/agent.32 11:52:41 SSH_AGENT_PID=38 11:52:41 Running ssh-add (command line suppressed) 11:52:41 Identity added: /w/workspace/edgex-go/909@tmp/private_key_1768044314092731331.key (/w/workspace/edgex-go/909@tmp/private_key_1768044314092731331.key) 11:52:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:52:41 + git semver bump pre 11:52:41 2025-10-08 11:52:41,867 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:52:41 2025-10-08 11:52:41,871 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:52:41 2025-10-08 11:52:41,871 [bump_version] DEBUG bumping version:4.1.0-dev.65 on axis:pre with prefix:dev 11:52:41 2025-10-08 11:52:41,871 [bump_version] DEBUG bumped version:4.1.0-dev.66 11:52:41 2025-10-08 11:52:41,871 [write_version] DEBUG write version:4.1.0-dev.66 to path:/w/workspace/edgex-go/909/.semver/main with force:True 11:52:41 2025-10-08 11:52:41,871 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:52:41 2025-10-08 11:52:41,872 [write_file] DEBUG write to file:/w/workspace/edgex-go/909/.semver/main 11:52:41 2025-10-08 11:52:41,874 [execute] INFO git cat-file --batch-check 11:52:41 2025-10-08 11:52:41,874 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/909/.semver, stdin=, shell=False, universal_newlines=False) 11:52:41 2025-10-08 11:52:41,878 [execute] INFO git cat-file --batch 11:52:41 2025-10-08 11:52:41,878 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/909/.semver, stdin=, shell=False, universal_newlines=False) 11:52:41 2025-10-08 11:52:41,881 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:52:41 4.1.0-dev.66 [Pipeline] } 11:52:41 $ docker exec --env ******** --env ******** 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f ssh-agent -k 11:52:42 unset SSH_AUTH_SOCK; 11:52:42 unset SSH_AGENT_PID; 11:52:42 echo Agent pid 38 killed; 11:52:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:52:42 + git semver [Pipeline] } 11:52:42 $ docker stop --time=1 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f 11:52:43 $ docker rm -f --volumes 8ce84ff33bd256c9743a2205d55d0740c4db5de6ff5694e5109dd7bdbe880f4f [Pipeline] // withDockerContainer [Pipeline] sh 11:52:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:52:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:52:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:52:44 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:52:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:52:44 $ docker top a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f -eo pid,comm 11:52:44 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 11:52:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:52:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:52:44 [ssh-agent] Looking for ssh-agent implementation... 11:52:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:52:45 $ docker exec a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f ssh-agent 11:52:45 SSH_AUTH_SOCK=/tmp/ssh-LpzfCZZ9eEig/agent.32 11:52:45 SSH_AGENT_PID=38 11:52:45 Running ssh-add (command line suppressed) 11:52:45 Identity added: /w/workspace/edgex-go/909@tmp/private_key_7125845113712611929.key (/w/workspace/edgex-go/909@tmp/private_key_7125845113712611929.key) 11:52:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:52:45 + git semver push 11:52:46 2025-10-08 11:52:45,919 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:52:46 2025-10-08 11:52:45,923 [run_push] DEBUG push 11:52:46 2025-10-08 11:52:45,924 [execute] INFO git cat-file --batch-check 11:52:46 2025-10-08 11:52:45,924 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/909/.semver, stdin=, shell=False, universal_newlines=False) 11:52:46 2025-10-08 11:52:45,928 [execute] INFO git rev-list 806b70bb0e3cacb1acea0be244aa4bdbb16ddea4 -- 11:52:46 2025-10-08 11:52:45,928 [execute] DEBUG Popen(['git', 'rev-list', '806b70bb0e3cacb1acea0be244aa4bdbb16ddea4', '--'], cwd=/w/workspace/edgex-go/909/.semver, stdin=None, shell=False, universal_newlines=False) 11:52:46 2025-10-08 11:52:45,949 [execute] INFO git fetch -v -- origin 11:52:46 2025-10-08 11:52:45,950 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/909/.semver, stdin=None, shell=False, universal_newlines=True) 11:52:46 2025-10-08 11:52:46,478 [run_push] DEBUG no remote changes detected 11:52:46 2025-10-08 11:52:46,478 [execute] INFO git push origin semver 11:52:46 2025-10-08 11:52:46,479 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/909/.semver, stdin=None, shell=False, universal_newlines=False) 11:52:47 2025-10-08 11:52:47,380 [run_push] DEBUG push all version tags 11:52:47 2025-10-08 11:52:47,381 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 11:52:47 2025-10-08 11:52:47,381 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/909, stdin=None, shell=False, universal_newlines=False) 11:52:49 2025-10-08 11:52:48,842 [read_version] DEBUG read version from /w/workspace/edgex-go/909/.semver/main 11:52:49 4.1.0-dev.66 [Pipeline] } 11:52:49 $ docker exec --env ******** --env ******** a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f ssh-agent -k 11:52:49 unset SSH_AUTH_SOCK; 11:52:49 unset SSH_AGENT_PID; 11:52:49 echo Agent pid 38 killed; 11:52:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:52:49 + git semver [Pipeline] } 11:52:49 $ docker stop --time=1 a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f 11:52:51 $ docker rm -f --volumes a688360d751b1c1084d127c61706360619ad74bfbadf24f2a1c441b33872578f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 11:52:51 + [ -d /w/workspace/edgex-go/909/archives ] [Pipeline] libraryResource [Pipeline] sh 11:52:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:52:52 ---> package-listing.sh 11:52:52 ++ facter osfamily 11:52:52 ++ tr '[:upper:]' '[:lower:]' 11:52:53 + OS_FAMILY=debian 11:52:53 + workspace=/w/workspace/edgex-go/909 11:52:53 + START_PACKAGES=/tmp/packages_start.txt 11:52:53 + END_PACKAGES=/tmp/packages_end.txt 11:52:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:52:53 + PACKAGES=/tmp/packages_start.txt 11:52:53 + '[' /w/workspace/edgex-go/909 ']' 11:52:53 + PACKAGES=/tmp/packages_end.txt 11:52:53 + case "${OS_FAMILY}" in 11:52:53 + dpkg -l 11:52:53 + grep '^ii' 11:52:53 + '[' -f /tmp/packages_start.txt ']' 11:52:53 + '[' -f /tmp/packages_end.txt ']' 11:52:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:52:53 + '[' /w/workspace/edgex-go/909 ']' 11:52:53 + mkdir -p /w/workspace/edgex-go/909/archives/ 11:52:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/909/archives/ [Pipeline] echo 11:52:53 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/909/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:52:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:52:53 11:52:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:52:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:52:54 latest: Pulling from edgex-lftools-log-publisher 11:52:54 5eb5b503b376: Pulling fs layer 11:52:54 5c69ac0246d0: Pulling fs layer 11:52:54 ec43610c2a17: Pulling fs layer 11:52:54 3a2ae6a8a46f: Pulling fs layer 11:52:54 33b1e0a273af: Pulling fs layer 11:52:54 5d3b04190fa2: Pulling fs layer 11:52:54 2f39f015ded8: Pulling fs layer 11:52:54 5d3b04190fa2: Waiting 11:52:54 2f39f015ded8: Waiting 11:52:54 33b1e0a273af: Waiting 11:52:54 3a2ae6a8a46f: Waiting 11:52:54 5c69ac0246d0: Verifying Checksum 11:52:54 5c69ac0246d0: Download complete 11:52:54 3a2ae6a8a46f: Verifying Checksum 11:52:54 3a2ae6a8a46f: Download complete 11:52:54 33b1e0a273af: Verifying Checksum 11:52:54 33b1e0a273af: Download complete 11:52:54 ec43610c2a17: Verifying Checksum 11:52:54 ec43610c2a17: Download complete 11:52:54 5d3b04190fa2: Verifying Checksum 11:52:54 5d3b04190fa2: Download complete 11:52:54 5eb5b503b376: Verifying Checksum 11:52:54 5eb5b503b376: Download complete 11:52:55 2f39f015ded8: Verifying Checksum 11:52:55 2f39f015ded8: Download complete 11:52:56 5eb5b503b376: Pull complete 11:52:56 5c69ac0246d0: Pull complete 11:52:56 ec43610c2a17: Pull complete 11:52:56 3a2ae6a8a46f: Pull complete 11:52:56 33b1e0a273af: Pull complete 11:52:56 5d3b04190fa2: Pull complete 11:53:02 2f39f015ded8: Pull complete 11:53:02 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:53:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:53:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:53:02 prd-ubuntu20.04-docker-8c-8g-116848 does not seem to be running inside a container 11:53:02 $ 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/909/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/909 -v /w/workspace/edgex-go/909:/w/workspace/edgex-go/909:rw,z -v /w/workspace/edgex-go/909@tmp:/w/workspace/edgex-go/909@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:53:03 $ docker top b88d32aa5ee5b8cef2d3ef96b27ff5319c88860fa20ef41facf96f97b14d886c -eo pid,comm [Pipeline] { [Pipeline] sh 11:53:04 + touch /tmp/pre-build-complete [Pipeline] sh 11:53:04 + mkdir -p /var/log/sysstat [Pipeline] sh 11:53:04 + ls /var/log/sa-host 11:53:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:53:04 provisioning config files... 11:53:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/909@tmp/config9488752855309622495tmp [Pipeline] { [Pipeline] echo 11:53:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:53:05 ---> create-netrc.sh [Pipeline] } 11:53:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:53:05 ---> python-tools-install.sh [Pipeline] echo 11:53:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:53:05 ---> sudo-logs.sh 11:53:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:53:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:53:06 ---> job-cost.sh 11:53:06 lf-activate-venv: SKIPPING 11:53:06 DEBUG: total: 0.10999999940395355 11:53:06 INFO: Retrieving Stack Cost... 11:53:06 INFO: Retrieving Pricing Info for: v3-standard-8 11:53:07 INFO: Archiving Costs [Pipeline] echo 11:53:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:53:07 ---> logs-deploy.sh 11:53:07 lf-activate-venv: SKIPPING 11:53:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/909 11:53:07 INFO: archiving workspace using pattern(s): 11:53:08 Archives upload complete. 11:53:08 INFO: archiving logs to Nexus 11:53:09 ---> uname -a: 11:53:09 Linux prd-ubuntu20-04-docker-8c-8g-116848 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 11:53:09 11:53:09 11:53:09 ---> lscpu: 11:53:09 Architecture: x86_64 11:53:09 CPU op-mode(s): 32-bit, 64-bit 11:53:09 Byte Order: Little Endian 11:53:09 Address sizes: 40 bits physical, 48 bits virtual 11:53:09 CPU(s): 8 11:53:09 On-line CPU(s) list: 0-7 11:53:09 Thread(s) per core: 1 11:53:09 Core(s) per socket: 1 11:53:09 Socket(s): 8 11:53:09 NUMA node(s): 1 11:53:09 Vendor ID: AuthenticAMD 11:53:09 CPU family: 23 11:53:09 Model: 49 11:53:09 Model name: AMD EPYC-Rome Processor 11:53:09 Stepping: 0 11:53:09 CPU MHz: 2799.998 11:53:09 BogoMIPS: 5599.99 11:53:09 Virtualization: AMD-V 11:53:09 Hypervisor vendor: KVM 11:53:09 Virtualization type: full 11:53:09 L1d cache: 256 KiB 11:53:09 L1i cache: 256 KiB 11:53:09 L2 cache: 4 MiB 11:53:09 L3 cache: 128 MiB 11:53:09 NUMA node0 CPU(s): 0-7 11:53:09 Vulnerability Gather data sampling: Not affected 11:53:09 Vulnerability Itlb multihit: Not affected 11:53:09 Vulnerability L1tf: Not affected 11:53:09 Vulnerability Mds: Not affected 11:53:09 Vulnerability Meltdown: Not affected 11:53:09 Vulnerability Mmio stale data: Not affected 11:53:09 Vulnerability Retbleed: Vulnerable 11:53:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:53:09 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:53:09 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 11:53:09 Vulnerability Srbds: Not affected 11:53:09 Vulnerability Tsx async abort: Not affected 11:53:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:53:09 11:53:09 11:53:09 ---> nproc: 11:53:09 8 11:53:09 11:53:09 11:53:09 ---> df -h: 11:53:09 Filesystem Size Used Avail Use% Mounted on 11:53:09 overlay 155G 33G 123G 21% / 11:53:09 tmpfs 64M 0 64M 0% /dev 11:53:09 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:53:09 shm 64M 0 64M 0% /dev/shm 11:53:09 /dev/vda1 155G 33G 123G 21% /facter-os 11:53:09 11:53:09 11:53:09 ---> sar -b -r -n DEV: 11:53:09 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-116848) 10/08/25 _x86_64_ (8 CPU) 11:53:09 11:53:09 11:01:50 LINUX RESTART (8 CPU) 11:53:09 11:53:09 11:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:53:09 11:03:03 311.15 69.29 241.86 0.00 11830.69 111500.08 0.00 11:53:09 11:04:01 219.57 14.31 205.26 0.00 2198.24 67370.04 0.00 11:53:09 11:05:01 40.28 0.05 40.23 0.00 0.40 37327.49 0.00 11:53:09 11:06:01 55.92 0.27 55.66 0.00 4.00 21345.78 0.00 11:53:09 11:07:01 1023.91 19.90 1004.02 0.00 212.23 373273.79 0.00 11:53:09 11:08:01 465.99 4.77 461.23 0.00 4280.31 221253.58 0.00 11:53:09 11:09:01 397.18 0.07 397.12 0.00 0.53 118345.08 0.00 11:53:09 11:10:01 814.90 0.07 814.83 0.00 6.13 175614.26 0.00 11:53:09 11:11:01 34.98 0.00 34.98 0.00 0.00 955.04 0.00 11:53:09 11:12:01 18.88 0.00 18.88 0.00 0.00 490.24 0.00 11:53:09 11:13:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 11:53:09 11:14:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 11:53:09 11:15:01 1.25 0.00 1.25 0.00 0.00 14.66 0.00 11:53:09 11:16:01 0.83 0.00 0.83 0.00 0.00 9.20 0.00 11:53:09 11:17:01 2.03 0.03 2.00 0.00 0.27 23.99 0.00 11:53:09 11:18:01 1.45 0.00 1.45 0.00 0.00 19.46 0.00 11:53:09 11:19:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 11:53:09 11:20:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 11:53:09 11:21:01 1.20 0.00 1.20 0.00 0.00 14.40 0.00 11:53:09 11:22:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 11:53:09 11:23:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 11:53:09 11:24:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 11:53:09 11:25:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 11:53:09 11:26:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 11:53:09 11:27:01 1.33 0.00 1.33 0.00 0.00 15.99 0.00 11:53:09 11:28:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 11:53:09 11:29:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 11:53:09 11:30:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 11:53:09 11:31:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 11:53:09 11:32:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 11:53:09 11:33:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 11:53:09 11:34:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 11:53:09 11:35:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 11:53:09 11:36:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 11:53:09 11:37:01 1.23 0.00 1.23 0.00 0.00 15.06 0.00 11:53:09 11:38:01 1.15 0.00 1.15 0.00 0.00 12.53 0.00 11:53:09 11:39:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 11:53:09 11:40:01 0.92 0.00 0.92 0.00 0.00 10.39 0.00 11:53:09 11:41:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 11:53:09 11:42:01 1.32 0.00 1.32 0.00 0.00 14.13 0.00 11:53:09 11:43:01 1.25 0.00 1.25 0.00 0.00 15.86 0.00 11:53:09 11:44:01 1.08 0.00 1.08 0.00 0.00 12.00 0.00 11:53:09 11:45:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 11:53:09 11:46:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 11:53:09 11:47:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 11:53:09 11:48:01 1.15 0.00 1.15 0.00 0.00 12.80 0.00 11:53:09 11:49:01 1.27 0.00 1.27 0.00 0.00 15.06 0.00 11:53:09 11:50:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 11:53:09 11:51:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 11:53:09 11:52:01 26.83 0.13 26.70 0.00 11.86 13883.29 0.00 11:53:09 11:53:01 134.96 0.62 134.34 0.00 22.26 37959.01 0.00 11:53:09 Average: 70.31 2.14 68.17 0.00 362.85 23106.07 0.00 11:53:09 11:53:09 11:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:53:09 11:03:03 29110264 31541712 776728 2.36 74820 2654944 1814104 5.35 959828 2448988 602536 11:53:09 11:04:01 26713500 31228244 1047968 3.19 122916 4538716 2282720 6.73 1911216 3704664 626108 11:53:09 11:05:01 25925952 30960724 1312676 3.99 128884 5018880 2617388 7.72 2194020 4174476 552476 11:53:09 11:06:01 25636860 31424348 846296 2.57 136092 5712260 1878904 5.54 1910776 4692988 669116 11:53:09 11:07:01 14842388 31307876 934432 2.84 347724 15636472 2737240 8.07 3067936 13745396 1833260 11:53:09 11:08:01 5197664 27925276 4234768 12.88 424108 21330312 12250272 36.12 7513784 18332252 1138560 11:53:09 11:09:01 2218976 27945056 4221164 12.84 441516 24197380 11436736 33.72 8780888 19934780 857092 11:53:09 11:10:01 5524712 31360748 871344 2.65 457740 24477612 2525832 7.45 3923032 21773996 416 11:53:09 11:11:01 5517160 31354660 876560 2.67 459080 24478128 2526324 7.45 4256496 21448508 548 11:53:09 11:12:01 5522440 31360472 870152 2.65 459720 24478272 2393512 7.06 4603292 21096144 4 11:53:09 11:13:01 5525828 31363984 866736 2.64 459732 24478404 2393512 7.06 4599296 21096260 180 11:53:09 11:14:01 5542952 31381196 849504 2.58 459760 24478408 2393512 7.06 4580204 21096276 156 11:53:09 11:15:01 5545768 31384016 847604 2.58 459780 24478412 2393512 7.06 4579128 21096280 8 11:53:09 11:16:01 5548800 31387084 844568 2.57 459792 24478416 2393512 7.06 4576440 21096280 236 11:53:09 11:17:01 5548128 31386556 845096 2.57 459844 24478420 2409448 7.10 4576576 21096292 224 11:53:09 11:18:01 5548460 31386892 844760 2.57 459876 24478392 2409448 7.10 4576604 21096264 144 11:53:09 11:19:01 5548428 31386996 844600 2.57 459896 24478524 2409448 7.10 4576440 21096396 28 11:53:09 11:20:01 5548128 31386736 844788 2.57 459908 24478528 2409448 7.10 4576596 21096400 148 11:53:09 11:21:01 5547764 31386404 845044 2.57 459936 24478528 2409448 7.10 4576556 21096400 12 11:53:09 11:22:01 5548296 31386952 844652 2.57 459948 24478532 2409448 7.10 4576568 21096404 164 11:53:09 11:23:01 5548696 31387392 844100 2.57 459980 24478536 2409448 7.10 4576172 21096408 8 11:53:09 11:24:01 5548924 31387632 843812 2.57 459996 24478536 2409448 7.10 4576104 21096408 4 11:53:09 11:25:01 5548844 31387556 843780 2.57 460008 24478544 2409448 7.10 4576028 21096412 12 11:53:09 11:26:01 5548536 31387276 844016 2.57 460016 24478544 2409448 7.10 4576068 21096412 144 11:53:09 11:27:01 5548980 31387724 843688 2.57 460044 24478540 2409448 7.10 4576052 21096416 8 11:53:09 11:28:01 5548908 31387712 843700 2.57 460072 24478552 2409448 7.10 4576228 21096420 140 11:53:09 11:29:01 5549068 31387872 843664 2.57 460092 24478556 2409448 7.10 4576152 21096420 24 11:53:09 11:30:01 5548452 31387288 844188 2.57 460120 24478560 2409448 7.10 4576220 21096428 176 11:53:09 11:31:01 5548436 31387304 844116 2.57 460148 24478560 2409448 7.10 4576256 21096424 8 11:53:09 11:32:01 5547944 31386892 844352 2.57 460188 24478568 2409448 7.10 4576296 21096432 84 11:53:09 11:33:01 5547872 31386848 844336 2.57 460212 24478572 2409448 7.10 4576424 21096432 36 11:53:09 11:34:01 5548060 31387084 844052 2.57 460228 24478572 2409448 7.10 4576648 21096444 152 11:53:09 11:35:01 5548736 31387792 843268 2.57 460252 24478576 2409448 7.10 4576796 21096448 172 11:53:09 11:36:01 5548508 31387616 843464 2.57 460276 24478580 2409448 7.10 4576588 21096456 160 11:53:09 11:37:01 5548680 31387788 843276 2.57 460316 24478568 2425492 7.15 4576444 21096456 12 11:53:09 11:38:01 5548556 31387708 843516 2.57 460336 24478584 2425492 7.15 4576564 21096460 152 11:53:09 11:39:01 5548792 31388108 843112 2.56 460356 24478712 2425492 7.15 4576536 21096592 12 11:53:09 11:40:01 5548476 31387832 843268 2.57 460368 24478716 2425492 7.15 4576520 21096596 168 11:53:09 11:41:01 5548672 31388064 843032 2.56 460384 24478720 2425492 7.15 4576560 21096604 8 11:53:09 11:42:01 5548844 31388260 842732 2.56 460404 24478724 2425492 7.15 4576544 21096604 160 11:53:09 11:43:01 5549024 31388500 842460 2.56 460432 24478728 2425492 7.15 4576684 21096600 8 11:53:09 11:44:01 5548976 31388456 842452 2.56 460460 24478732 2425492 7.15 4576608 21096604 156 11:53:09 11:45:01 5548708 31388224 842648 2.56 460484 24478732 2425492 7.15 4576948 21096604 188 11:53:09 11:46:01 5548756 31388320 842572 2.56 460500 24478740 2425492 7.15 4576780 21096616 148 11:53:09 11:47:01 5548420 31388012 843048 2.56 460524 24478740 2425492 7.15 4576992 21096620 36 11:53:09 11:48:01 5547828 31387432 843592 2.57 460556 24478744 2425492 7.15 4577076 21096624 148 11:53:09 11:49:01 5548104 31387760 843320 2.57 460584 24478748 2425492 7.15 4576848 21096632 8 11:53:09 11:50:01 5548056 31387712 843292 2.57 460608 24478748 2425492 7.15 4576832 21096632 152 11:53:09 11:51:01 5548000 31387708 843280 2.57 460620 24478752 2425492 7.15 4576912 21096624 8 11:53:09 11:52:01 5057136 31320124 907700 2.76 465976 24877048 2583440 7.62 4642172 21496260 208 11:53:09 11:53:01 3818836 31326020 901648 2.74 519608 25934004 2506288 7.39 4714016 22524448 457804 11:53:09 Average: 7283261 31237960 994881 3.03 431083 22705864 2778395 8.19 4450799 19571274 132195 11:53:09 11:53:09 11:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:53:09 11:03:03 ens3 883.10 619.15 7486.02 111.05 0.00 0.00 0.00 0.00 11:53:09 11:03:03 lo 3.63 3.63 0.36 0.36 0.00 0.00 0.00 0.00 11:53:09 11:03:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:04:01 vethad0095b 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 11:53:09 11:04:01 ens3 1017.17 852.13 8226.39 122.18 0.00 0.00 0.00 0.00 11:53:09 11:04:01 lo 1.31 1.31 0.12 0.12 0.00 0.00 0.00 0.00 11:53:09 11:04:01 docker0 734.48 829.34 55.47 4816.31 0.00 0.00 0.00 0.00 11:53:09 11:05:01 vethad0095b 1.10 1.13 0.10 0.10 0.00 0.00 0.00 0.00 11:53:09 11:05:01 ens3 38.70 27.59 30.91 16.31 0.00 0.00 0.00 0.00 11:53:09 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:05:01 docker0 1.10 1.10 0.08 0.10 0.00 0.00 0.00 0.00 11:53:09 11:06:01 vethad0095b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:06:01 ens3 23.91 15.91 20.09 12.50 0.00 0.00 0.00 0.00 11:53:09 11:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:07:01 ens3 1110.80 610.26 13315.78 79.97 0.00 0.00 0.00 0.00 11:53:09 11:07:01 veth792d729 0.67 3.08 0.06 0.34 0.00 0.00 0.00 0.00 11:53:09 11:07:01 lo 1.67 1.67 0.17 0.17 0.00 0.00 0.00 0.00 11:53:09 11:07:01 docker0 495.57 909.42 45.20 9297.90 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth4a0d633 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 vethd9a36b2 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth1b8e026 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth4ec7640 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth01b395f 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 vethbda0baf 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 vethcf2aad4 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 ens3 120.79 54.30 2137.12 9.37 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth792d729 0.13 0.73 0.01 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth1f4c3d1 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth866483f 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth0a6fa69 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 vethe05d461 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:08:01 docker0 0.73 0.12 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:08:01 veth42a7e79 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth4a0d633 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 vethd9a36b2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth1b8e026 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth4ec7640 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth01b395f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 vethcf2aad4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 ens3 5.23 2.75 4.86 2.12 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth792d729 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth1f4c3d1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth866483f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth0a6fa69 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:09:01 veth42a7e79 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:10:01 ens3 70.88 63.71 40.17 299.39 0.00 0.00 0.00 0.00 11:53:09 11:10:01 lo 6.93 6.93 0.68 0.68 0.00 0.00 0.00 0.00 11:53:09 11:10:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:11:01 ens3 490.13 498.13 220.15 2522.96 0.00 0.00 0.00 0.00 11:53:09 11:11:01 lo 43.33 43.33 4.24 4.24 0.00 0.00 0.00 0.00 11:53:09 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:12:01 ens3 317.01 325.21 126.14 2031.27 0.00 0.00 0.00 0.00 11:53:09 11:12:01 lo 19.66 19.66 1.92 1.92 0.00 0.00 0.00 0.00 11:53:09 11:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:13:01 ens3 0.60 0.10 0.13 0.06 0.00 0.00 0.00 0.00 11:53:09 11:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:14:01 ens3 1.43 1.37 5.07 0.28 0.00 0.00 0.00 0.00 11:53:09 11:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:15:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:16:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:17:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:18:01 ens3 0.27 0.25 0.09 0.08 0.00 0.00 0.00 0.00 11:53:09 11:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:19:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:20:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:21:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:22:01 ens3 0.27 0.17 0.08 0.01 0.00 0.00 0.00 0.00 11:53:09 11:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:23:01 ens3 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 11:53:09 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:24:01 ens3 0.15 0.08 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:25:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:26:01 ens3 0.12 0.08 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:27:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:28:01 ens3 0.25 0.20 0.09 0.07 0.00 0.00 0.00 0.00 11:53:09 11:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:29:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:30:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:31:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:32:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:33:01 ens3 0.27 0.13 0.14 0.07 0.00 0.00 0.00 0.00 11:53:09 11:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:34:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:35:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:36:01 ens3 0.72 0.48 0.34 0.22 0.00 0.00 0.00 0.00 11:53:09 11:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:37:01 ens3 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:38:01 ens3 0.23 0.15 0.09 0.07 0.00 0.00 0.00 0.00 11:53:09 11:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:39:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:40:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:41:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:42:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:43:01 ens3 0.20 0.10 0.09 0.07 0.00 0.00 0.00 0.00 11:53:09 11:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:44:01 ens3 0.13 0.08 0.02 0.01 0.00 0.00 0.00 0.00 11:53:09 11:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:45:01 ens3 0.22 0.07 0.13 0.00 0.00 0.00 0.00 0.00 11:53:09 11:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:46:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:47:01 ens3 0.07 0.02 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:48:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 11:53:09 11:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:49:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:50:01 ens3 0.25 0.13 0.08 0.01 0.00 0.00 0.00 0.00 11:53:09 11:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 11:53:09 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:51:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 11:53:09 11:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:53:09 11:52:01 vethc6ec39f 0.32 0.28 0.03 0.12 0.00 0.00 0.00 0.00 11:53:09 11:52:01 ens3 90.75 53.71 2651.55 12.11 0.00 0.00 0.00 0.00 11:53:09 11:52:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 11:53:09 11:52:01 docker0 0.32 0.23 0.03 0.11 0.00 0.00 0.00 0.00 11:53:09 11:53:01 ens3 397.33 284.29 6670.62 168.20 0.00 0.00 0.00 0.00 11:53:09 11:53:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 11:53:09 11:53:01 docker0 61.92 93.85 6.01 881.59 0.00 0.00 0.00 0.00 11:53:09 Average: ens3 89.06 66.38 797.79 105.65 0.00 0.00 0.00 0.00 11:53:09 Average: lo 1.66 1.66 0.16 0.16 0.00 0.00 0.00 0.00 11:53:09 Average: docker0 24.91 35.44 2.06 291.07 0.00 0.00 0.00 0.00 11:53:09 11:53:09 11:53:09 ---> sar -P ALL: 11:53:09 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-116848) 10/08/25 _x86_64_ (8 CPU) 11:53:09 11:53:09 11:01:50 LINUX RESTART (8 CPU) 11:53:09 11:53:09 11:02:01 CPU %user %nice %system %iowait %steal %idle 11:53:09 11:03:03 all 7.76 0.00 2.23 1.74 0.07 88.21 11:53:09 11:03:03 0 7.79 0.00 2.70 0.74 0.05 88.72 11:53:09 11:03:03 1 4.44 0.00 1.62 0.72 0.05 93.17 11:53:09 11:03:03 2 8.43 0.00 2.77 4.15 0.07 84.58 11:53:09 11:03:03 3 9.77 0.00 1.60 0.84 0.08 87.71 11:53:09 11:03:03 4 10.78 0.00 3.07 4.91 0.05 81.19 11:53:09 11:03:03 5 6.35 0.00 1.41 0.75 0.10 91.39 11:53:09 11:03:03 6 10.33 0.00 2.80 0.13 0.07 86.68 11:53:09 11:03:03 7 4.15 0.00 1.88 1.70 0.07 92.21 11:53:09 11:04:01 all 25.55 0.00 5.18 1.58 0.10 67.58 11:53:09 11:04:01 0 26.25 0.00 5.13 0.10 0.12 68.39 11:53:09 11:04:01 1 27.01 0.00 5.86 2.68 0.10 64.34 11:53:09 11:04:01 2 26.90 0.00 5.19 2.82 0.10 64.99 11:53:09 11:04:01 3 23.66 0.00 4.24 0.26 0.10 71.73 11:53:09 11:04:01 4 26.71 0.00 5.81 1.24 0.10 66.14 11:53:09 11:04:01 5 25.51 0.00 5.34 3.26 0.09 65.80 11:53:09 11:04:01 6 25.49 0.00 4.79 0.77 0.09 68.87 11:53:09 11:04:01 7 22.91 0.00 5.06 1.55 0.10 70.37 11:53:09 11:05:01 all 41.12 0.00 6.70 0.41 0.09 51.67 11:53:09 11:05:01 0 40.07 0.00 6.21 0.00 0.08 53.63 11:53:09 11:05:01 1 40.37 0.00 6.31 0.00 0.10 53.22 11:53:09 11:05:01 2 43.86 0.00 6.70 0.15 0.10 49.19 11:53:09 11:05:01 3 39.37 0.00 7.01 0.03 0.08 53.50 11:53:09 11:05:01 4 41.64 0.00 6.59 0.02 0.08 51.67 11:53:09 11:05:01 5 40.76 0.00 7.29 0.02 0.10 51.84 11:53:09 11:05:01 6 41.31 0.00 6.61 2.93 0.10 49.05 11:53:09 11:05:01 7 41.61 0.00 6.90 0.13 0.08 51.27 11:53:09 11:06:01 all 57.69 0.00 7.02 0.12 0.11 35.06 11:53:09 11:06:01 0 58.22 0.00 7.35 0.02 0.12 34.30 11:53:09 11:06:01 1 57.80 0.00 6.77 0.22 0.10 35.12 11:53:09 11:06:01 2 55.80 0.00 6.93 0.08 0.12 37.07 11:53:09 11:06:01 3 57.84 0.00 7.25 0.57 0.12 34.22 11:53:09 11:06:01 4 56.77 0.00 7.02 0.02 0.10 36.08 11:53:09 11:06:01 5 59.01 0.00 7.16 0.00 0.12 33.71 11:53:09 11:06:01 6 59.81 0.00 6.73 0.00 0.10 33.35 11:53:09 11:06:01 7 56.26 0.00 6.97 0.02 0.12 36.63 11:53:09 11:07:01 all 25.04 0.00 10.58 11.36 0.12 52.90 11:53:09 11:07:01 0 24.35 0.00 11.15 10.42 0.10 53.98 11:53:09 11:07:01 1 23.79 0.00 10.49 11.91 0.12 53.69 11:53:09 11:07:01 2 24.07 0.00 10.44 12.46 0.10 52.93 11:53:09 11:07:01 3 23.72 0.00 10.08 12.83 0.10 53.27 11:53:09 11:07:01 4 25.99 0.00 9.55 6.27 0.12 58.07 11:53:09 11:07:01 5 25.04 0.00 9.21 7.94 0.12 57.69 11:53:09 11:07:01 6 25.67 0.00 11.80 15.14 0.14 47.26 11:53:09 11:07:01 7 27.68 0.00 11.92 13.95 0.14 46.32 11:53:09 11:08:01 all 62.25 0.00 11.40 5.74 0.12 20.50 11:53:09 11:08:01 0 61.31 0.00 14.30 8.80 0.13 15.45 11:53:09 11:08:01 1 61.71 0.00 11.17 1.38 0.12 25.62 11:53:09 11:08:01 2 61.56 0.00 11.31 5.49 0.10 21.54 11:53:09 11:08:01 3 62.65 0.00 10.46 7.60 0.14 19.15 11:53:09 11:08:01 4 61.40 0.00 11.68 2.18 0.10 24.64 11:53:09 11:08:01 5 62.33 0.00 10.17 5.74 0.12 21.63 11:53:09 11:08:01 6 64.09 0.00 10.19 1.75 0.12 23.85 11:53:09 11:08:01 7 62.93 0.00 11.80 12.89 0.10 12.27 11:53:09 11:09:01 all 91.26 0.00 8.61 0.00 0.13 0.00 11:53:09 11:09:01 0 91.34 0.00 8.55 0.00 0.12 0.00 11:53:09 11:09:01 1 90.84 0.00 9.05 0.00 0.12 0.00 11:53:09 11:09:01 2 90.77 0.00 9.10 0.00 0.13 0.00 11:53:09 11:09:01 3 91.32 0.00 8.55 0.00 0.13 0.00 11:53:09 11:09:01 4 91.15 0.00 8.71 0.00 0.13 0.00 11:53:09 11:09:01 5 91.97 0.00 7.91 0.00 0.12 0.00 11:53:09 11:09:01 6 91.44 0.00 8.43 0.00 0.13 0.00 11:53:09 11:09:01 7 91.29 0.00 8.58 0.00 0.13 0.00 11:53:09 11:10:01 all 71.11 0.00 8.24 0.95 0.12 19.58 11:53:09 11:10:01 0 71.90 0.00 7.06 0.30 0.12 20.63 11:53:09 11:10:01 1 70.17 0.00 8.08 0.70 0.12 20.93 11:53:09 11:10:01 2 71.52 0.00 8.28 1.57 0.12 18.51 11:53:09 11:10:01 3 70.66 0.00 8.91 0.87 0.12 19.45 11:53:09 11:10:01 4 70.72 0.00 8.36 0.62 0.12 20.19 11:53:09 11:10:01 5 70.91 0.00 8.15 0.99 0.12 19.84 11:53:09 11:10:01 6 71.77 0.00 8.55 1.34 0.12 18.22 11:53:09 11:10:01 7 71.24 0.00 8.57 1.19 0.12 18.88 11:53:09 11:11:01 all 9.52 0.00 1.07 0.09 0.07 89.25 11:53:09 11:11:01 0 9.76 0.00 1.30 0.02 0.07 88.86 11:53:09 11:11:01 1 8.84 0.00 0.90 0.03 0.08 90.14 11:53:09 11:11:01 2 10.65 0.00 1.20 0.12 0.07 87.97 11:53:09 11:11:01 3 11.21 0.00 1.00 0.22 0.07 87.50 11:53:09 11:11:01 4 7.65 0.00 1.06 0.15 0.05 91.10 11:53:09 11:11:01 5 8.68 0.00 0.92 0.02 0.07 90.32 11:53:09 11:11:01 6 10.97 0.00 1.10 0.17 0.07 87.70 11:53:09 11:11:01 7 8.37 0.00 1.04 0.03 0.08 90.47 11:53:09 11:12:01 all 7.76 0.00 0.66 0.06 0.05 91.48 11:53:09 11:12:01 0 7.11 0.00 0.78 0.02 0.05 92.04 11:53:09 11:12:01 1 6.68 0.00 0.47 0.02 0.05 92.79 11:53:09 11:12:01 2 11.40 0.00 0.70 0.02 0.05 87.83 11:53:09 11:12:01 3 5.33 0.00 0.48 0.10 0.05 94.03 11:53:09 11:12:01 4 6.10 0.00 0.60 0.22 0.03 93.05 11:53:09 11:12:01 5 7.22 0.00 0.74 0.02 0.05 91.98 11:53:09 11:12:01 6 8.25 0.00 0.65 0.07 0.05 90.98 11:53:09 11:12:01 7 9.98 0.00 0.82 0.02 0.05 89.13 11:53:09 11:13:01 all 0.17 0.00 0.03 0.00 0.01 99.79 11:53:09 11:13:01 0 0.05 0.00 0.03 0.00 0.03 99.88 11:53:09 11:13:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:13:01 3 1.12 0.00 0.00 0.00 0.02 98.86 11:53:09 11:13:01 4 0.02 0.00 0.00 0.02 0.02 99.95 11:53:09 11:13:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:53:09 11:13:01 6 0.05 0.00 0.10 0.02 0.02 99.82 11:53:09 11:13:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:53:09 11:13:01 CPU %user %nice %system %iowait %steal %idle 11:53:09 11:14:01 all 0.04 0.00 0.02 0.00 0.01 99.93 11:53:09 11:14:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:53:09 11:14:01 2 0.05 0.00 0.00 0.00 0.02 99.93 11:53:09 11:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:14:01 4 0.05 0.00 0.02 0.02 0.00 99.92 11:53:09 11:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:14:01 6 0.07 0.00 0.05 0.02 0.02 99.85 11:53:09 11:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:15:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:53:09 11:15:01 0 0.10 0.00 0.05 0.00 0.03 99.82 11:53:09 11:15:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:15:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:53:09 11:15:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:15:01 6 0.05 0.00 0.03 0.02 0.02 99.88 11:53:09 11:15:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:53:09 11:16:01 0 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:16:01 1 0.00 0.00 0.03 0.00 0.00 99.97 11:53:09 11:16:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:16:01 3 0.02 0.00 0.03 0.00 0.02 99.93 11:53:09 11:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:16:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:16:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:16:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:17:01 all 0.04 0.00 0.04 0.01 0.01 99.91 11:53:09 11:17:01 0 0.03 0.00 0.07 0.02 0.02 99.87 11:53:09 11:17:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:17:01 2 0.02 0.00 0.03 0.00 0.02 99.93 11:53:09 11:17:01 3 0.10 0.00 0.03 0.00 0.02 99.85 11:53:09 11:17:01 4 0.00 0.00 0.02 0.02 0.00 99.97 11:53:09 11:17:01 5 0.02 0.00 0.05 0.00 0.02 99.92 11:53:09 11:17:01 6 0.05 0.00 0.02 0.02 0.03 99.88 11:53:09 11:17:01 7 0.02 0.00 0.07 0.00 0.00 99.92 11:53:09 11:18:01 all 0.26 0.00 0.02 0.00 0.01 99.71 11:53:09 11:18:01 0 0.05 0.00 0.05 0.00 0.03 99.87 11:53:09 11:18:01 1 0.00 0.00 0.03 0.00 0.00 99.97 11:53:09 11:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:18:01 3 1.86 0.00 0.02 0.00 0.00 98.13 11:53:09 11:18:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:18:01 5 0.05 0.00 0.02 0.00 0.00 99.93 11:53:09 11:18:01 6 0.05 0.00 0.02 0.02 0.02 99.90 11:53:09 11:18:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:19:01 all 0.20 0.00 0.01 0.00 0.01 99.78 11:53:09 11:19:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:53:09 11:19:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:19:01 2 0.02 0.00 0.00 0.02 0.02 99.95 11:53:09 11:19:01 3 1.39 0.00 0.02 0.00 0.02 98.58 11:53:09 11:19:01 4 0.00 0.00 0.02 0.00 0.02 99.97 11:53:09 11:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:19:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:20:01 all 0.12 0.00 0.02 0.00 0.01 99.85 11:53:09 11:20:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:53:09 11:20:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:20:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:20:01 3 0.76 0.00 0.03 0.00 0.00 99.20 11:53:09 11:20:01 4 0.02 0.00 0.02 0.02 0.00 99.95 11:53:09 11:20:01 5 0.03 0.00 0.03 0.00 0.00 99.93 11:53:09 11:20:01 6 0.02 0.00 0.03 0.00 0.02 99.93 11:53:09 11:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:53:09 11:21:01 0 0.07 0.00 0.05 0.00 0.03 99.85 11:53:09 11:21:01 1 0.05 0.00 0.00 0.00 0.00 99.95 11:53:09 11:21:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:21:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:21:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:21:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:22:01 all 0.04 0.00 0.02 0.00 0.01 99.92 11:53:09 11:22:01 0 0.07 0.00 0.05 0.00 0.02 99.87 11:53:09 11:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:22:01 4 0.03 0.00 0.00 0.02 0.02 99.93 11:53:09 11:22:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:53:09 11:22:01 6 0.17 0.00 0.03 0.02 0.02 99.77 11:53:09 11:22:01 7 0.03 0.00 0.03 0.00 0.02 99.92 11:53:09 11:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:53:09 11:23:01 0 0.05 0.00 0.07 0.00 0.02 99.87 11:53:09 11:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 11:53:09 11:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:23:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:23:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:23:01 6 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:24:01 all 0.03 0.00 0.02 0.00 0.01 99.94 11:53:09 11:24:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:24:01 1 0.03 0.00 0.05 0.00 0.02 99.90 11:53:09 11:24:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:53:09 11:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:24:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:24:01 5 0.05 0.00 0.03 0.02 0.02 99.88 11:53:09 11:24:01 6 0.03 0.00 0.03 0.00 0.00 99.93 11:53:09 11:24:01 7 0.08 0.00 0.02 0.00 0.00 99.90 11:53:09 11:53:09 11:24:01 CPU %user %nice %system %iowait %steal %idle 11:53:09 11:25:01 all 0.13 0.00 0.01 0.00 0.01 99.85 11:53:09 11:25:01 0 0.08 0.00 0.02 0.00 0.02 99.88 11:53:09 11:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:25:01 3 0.85 0.00 0.02 0.00 0.02 99.12 11:53:09 11:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:25:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:25:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:25:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:26:01 all 0.28 0.00 0.02 0.00 0.01 99.69 11:53:09 11:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 11:53:09 11:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:26:01 3 1.97 0.00 0.00 0.00 0.00 98.03 11:53:09 11:26:01 4 0.02 0.00 0.00 0.02 0.00 99.97 11:53:09 11:26:01 5 0.02 0.00 0.05 0.02 0.02 99.90 11:53:09 11:26:01 6 0.10 0.00 0.02 0.00 0.02 99.87 11:53:09 11:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:27:01 all 0.13 0.00 0.01 0.00 0.01 99.85 11:53:09 11:27:01 0 0.08 0.00 0.05 0.00 0.03 99.83 11:53:09 11:27:01 1 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:27:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:27:01 3 0.73 0.00 0.00 0.00 0.02 99.25 11:53:09 11:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:27:01 5 0.02 0.00 0.03 0.00 0.00 99.95 11:53:09 11:27:01 6 0.10 0.00 0.02 0.00 0.00 99.88 11:53:09 11:27:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:28:01 all 0.02 0.00 0.02 0.00 0.01 99.94 11:53:09 11:28:01 0 0.05 0.00 0.07 0.00 0.02 99.87 11:53:09 11:28:01 1 0.00 0.00 0.05 0.00 0.02 99.93 11:53:09 11:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:28:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:28:01 5 0.05 0.00 0.00 0.02 0.02 99.92 11:53:09 11:28:01 6 0.05 0.00 0.00 0.00 0.02 99.93 11:53:09 11:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:29:01 all 0.17 0.00 0.01 0.00 0.01 99.81 11:53:09 11:29:01 0 0.08 0.00 0.02 0.00 0.03 99.87 11:53:09 11:29:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:53:09 11:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:29:01 3 1.09 0.00 0.02 0.00 0.00 98.89 11:53:09 11:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:29:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:29:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:29:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:53:09 11:30:01 all 0.08 0.00 0.01 0.00 0.01 99.89 11:53:09 11:30:01 0 0.07 0.00 0.02 0.00 0.02 99.90 11:53:09 11:30:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:30:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:30:01 3 0.38 0.00 0.00 0.00 0.02 99.60 11:53:09 11:30:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:53:09 11:30:01 5 0.03 0.00 0.02 0.02 0.00 99.93 11:53:09 11:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:30:01 7 0.07 0.00 0.02 0.00 0.02 99.90 11:53:09 11:31:01 all 0.03 0.00 0.01 0.00 0.01 99.95 11:53:09 11:31:01 0 0.08 0.00 0.05 0.00 0.03 99.83 11:53:09 11:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:31:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:53:09 11:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:31:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:31:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:31:01 6 0.07 0.00 0.02 0.00 0.02 99.90 11:53:09 11:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:32:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:53:09 11:32:01 0 0.08 0.00 0.05 0.00 0.02 99.85 11:53:09 11:32:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:32:01 2 0.05 0.00 0.00 0.00 0.00 99.95 11:53:09 11:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:32:01 5 0.03 0.00 0.02 0.02 0.02 99.92 11:53:09 11:32:01 6 0.05 0.00 0.02 0.02 0.00 99.92 11:53:09 11:32:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 11:53:09 11:33:01 0 0.05 0.00 0.02 0.00 0.03 99.90 11:53:09 11:33:01 1 0.05 0.00 0.03 0.00 0.02 99.90 11:53:09 11:33:01 2 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:33:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:33:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:33:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:33:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:34:01 all 0.04 0.00 0.02 0.00 0.01 99.93 11:53:09 11:34:01 0 0.07 0.00 0.05 0.00 0.02 99.87 11:53:09 11:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:34:01 2 0.02 0.00 0.00 0.00 0.02 99.97 11:53:09 11:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:53:09 11:34:01 4 0.07 0.00 0.00 0.00 0.00 99.93 11:53:09 11:34:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:53:09 11:34:01 6 0.07 0.00 0.05 0.00 0.02 99.87 11:53:09 11:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:35:01 all 0.02 0.00 0.01 0.00 0.01 99.96 11:53:09 11:35:01 0 0.10 0.00 0.05 0.00 0.02 99.83 11:53:09 11:35:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 11:53:09 11:35:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:35:01 6 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:53:09 11:35:01 CPU %user %nice %system %iowait %steal %idle 11:53:09 11:36:01 all 0.04 0.00 0.01 0.00 0.01 99.94 11:53:09 11:36:01 0 0.08 0.00 0.02 0.00 0.02 99.88 11:53:09 11:36:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:53:09 11:36:01 2 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:36:01 5 0.02 0.00 0.03 0.02 0.00 99.93 11:53:09 11:36:01 6 0.12 0.00 0.02 0.00 0.02 99.85 11:53:09 11:36:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:37:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:53:09 11:37:01 0 0.05 0.00 0.07 0.00 0.02 99.87 11:53:09 11:37:01 1 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:37:01 4 0.00 0.00 0.00 0.02 0.02 99.97 11:53:09 11:37:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:37:01 6 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:37:01 7 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:38:01 all 0.03 0.00 0.01 0.01 0.01 99.94 11:53:09 11:38:01 0 0.08 0.00 0.08 0.00 0.03 99.80 11:53:09 11:38:01 1 0.00 0.00 0.02 0.00 0.02 99.97 11:53:09 11:38:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:38:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:38:01 4 0.00 0.00 0.02 0.03 0.00 99.95 11:53:09 11:38:01 5 0.03 0.00 0.00 0.02 0.02 99.93 11:53:09 11:38:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:38:01 7 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:39:01 all 0.02 0.00 0.02 0.00 0.01 99.96 11:53:09 11:39:01 0 0.03 0.00 0.05 0.00 0.02 99.90 11:53:09 11:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 11:53:09 11:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:39:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:39:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:39:01 6 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:39:01 7 0.00 0.00 0.03 0.00 0.02 99.95 11:53:09 11:40:01 all 0.04 0.00 0.01 0.01 0.01 99.93 11:53:09 11:40:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:53:09 11:40:01 1 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:40:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:40:01 4 0.03 0.00 0.00 0.08 0.00 99.88 11:53:09 11:40:01 5 0.02 0.00 0.00 0.02 0.00 99.97 11:53:09 11:40:01 6 0.03 0.00 0.03 0.00 0.02 99.92 11:53:09 11:40:01 7 0.07 0.00 0.02 0.00 0.00 99.92 11:53:09 11:41:01 all 0.19 0.00 0.01 0.00 0.01 99.79 11:53:09 11:41:01 0 0.08 0.00 0.03 0.00 0.02 99.87 11:53:09 11:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 11:53:09 11:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:41:01 3 1.35 0.00 0.00 0.00 0.02 98.63 11:53:09 11:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:41:01 5 0.00 0.00 0.02 0.00 0.02 99.97 11:53:09 11:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:41:01 7 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:42:01 all 0.04 0.00 0.02 0.03 0.01 99.90 11:53:09 11:42:01 0 0.08 0.00 0.05 0.00 0.02 99.85 11:53:09 11:42:01 1 0.02 0.00 0.03 0.00 0.02 99.93 11:53:09 11:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:42:01 3 0.08 0.00 0.02 0.00 0.00 99.90 11:53:09 11:42:01 4 0.00 0.00 0.00 0.23 0.02 99.75 11:53:09 11:42:01 5 0.00 0.00 0.02 0.02 0.00 99.97 11:53:09 11:42:01 6 0.05 0.00 0.03 0.00 0.00 99.92 11:53:09 11:42:01 7 0.05 0.00 0.02 0.00 0.00 99.93 11:53:09 11:43:01 all 0.03 0.00 0.02 0.01 0.01 99.94 11:53:09 11:43:01 0 0.08 0.00 0.07 0.00 0.02 99.83 11:53:09 11:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:43:01 4 0.02 0.00 0.02 0.10 0.00 99.87 11:53:09 11:43:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:43:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:43:01 7 0.02 0.00 0.03 0.00 0.00 99.95 11:53:09 11:44:01 all 0.09 0.00 0.01 0.00 0.00 99.90 11:53:09 11:44:01 0 0.07 0.00 0.03 0.00 0.02 99.88 11:53:09 11:44:01 1 0.05 0.00 0.02 0.00 0.00 99.93 11:53:09 11:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:44:01 3 0.48 0.00 0.00 0.00 0.00 99.52 11:53:09 11:44:01 4 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:44:01 5 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:44:01 6 0.05 0.00 0.00 0.00 0.00 99.95 11:53:09 11:44:01 7 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:45:01 all 0.02 0.00 0.02 0.00 0.01 99.94 11:53:09 11:45:01 0 0.05 0.00 0.07 0.00 0.03 99.85 11:53:09 11:45:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:53:09 11:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:45:01 4 0.03 0.00 0.00 0.02 0.00 99.95 11:53:09 11:45:01 5 0.02 0.00 0.02 0.02 0.00 99.95 11:53:09 11:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:45:01 7 0.00 0.00 0.03 0.00 0.02 99.95 11:53:09 11:46:01 all 0.17 0.00 0.01 0.00 0.01 99.80 11:53:09 11:46:01 0 0.08 0.00 0.02 0.00 0.02 99.88 11:53:09 11:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:46:01 3 1.17 0.00 0.02 0.00 0.02 98.79 11:53:09 11:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:46:01 5 0.00 0.00 0.00 0.02 0.02 99.97 11:53:09 11:46:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:46:01 7 0.10 0.00 0.03 0.00 0.00 99.87 11:53:09 11:53:09 11:46:01 CPU %user %nice %system %iowait %steal %idle 11:53:09 11:47:01 all 0.02 0.00 0.02 0.00 0.01 99.95 11:53:09 11:47:01 0 0.08 0.00 0.03 0.00 0.02 99.87 11:53:09 11:47:01 1 0.03 0.00 0.05 0.00 0.00 99.92 11:53:09 11:47:01 2 0.00 0.00 0.02 0.00 0.02 99.97 11:53:09 11:47:01 3 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:47:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:47:01 5 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 11:53:09 11:47:01 7 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:48:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:53:09 11:48:01 0 0.02 0.00 0.08 0.00 0.02 99.88 11:53:09 11:48:01 1 0.03 0.00 0.02 0.00 0.02 99.93 11:53:09 11:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:48:01 4 0.00 0.00 0.00 0.02 0.00 99.98 11:53:09 11:48:01 5 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 11:53:09 11:48:01 7 0.08 0.00 0.02 0.00 0.00 99.90 11:53:09 11:49:01 all 0.03 0.00 0.02 0.00 0.01 99.95 11:53:09 11:49:01 0 0.05 0.00 0.05 0.02 0.02 99.87 11:53:09 11:49:01 1 0.03 0.00 0.05 0.00 0.02 99.90 11:53:09 11:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:49:01 3 0.00 0.00 0.00 0.00 0.02 99.98 11:53:09 11:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:49:01 5 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:49:01 6 0.03 0.00 0.00 0.00 0.00 99.97 11:53:09 11:49:01 7 0.07 0.00 0.02 0.00 0.03 99.88 11:53:09 11:50:01 all 0.09 0.00 0.02 0.00 0.01 99.87 11:53:09 11:50:01 0 0.05 0.00 0.03 0.00 0.02 99.90 11:53:09 11:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 11:53:09 11:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 11:53:09 11:50:01 3 0.53 0.00 0.00 0.00 0.00 99.47 11:53:09 11:50:01 4 0.02 0.00 0.02 0.02 0.02 99.93 11:53:09 11:50:01 5 0.02 0.00 0.02 0.02 0.02 99.93 11:53:09 11:50:01 6 0.00 0.00 0.03 0.00 0.02 99.95 11:53:09 11:50:01 7 0.10 0.00 0.03 0.00 0.00 99.87 11:53:09 11:51:01 all 0.27 0.00 0.01 0.00 0.01 99.71 11:53:09 11:51:01 0 0.03 0.00 0.02 0.00 0.03 99.92 11:53:09 11:51:01 1 0.03 0.00 0.03 0.00 0.02 99.92 11:53:09 11:51:01 2 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:51:01 3 1.97 0.00 0.00 0.00 0.02 98.01 11:53:09 11:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 11:53:09 11:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:51:01 6 0.02 0.00 0.00 0.00 0.00 99.98 11:53:09 11:51:01 7 0.05 0.00 0.02 0.00 0.02 99.92 11:53:09 11:52:01 all 1.90 0.00 0.72 0.22 0.02 97.14 11:53:09 11:52:01 0 1.45 0.00 0.73 0.00 0.02 97.80 11:53:09 11:52:01 1 1.67 0.00 0.67 0.02 0.02 97.63 11:53:09 11:52:01 2 1.39 0.00 1.25 0.00 0.02 97.34 11:53:09 11:52:01 3 3.65 0.00 0.46 0.03 0.02 95.84 11:53:09 11:52:01 4 1.56 0.00 0.60 0.18 0.02 97.64 11:53:09 11:52:01 5 1.14 0.00 0.70 1.51 0.03 96.62 11:53:09 11:52:01 6 1.39 0.00 0.50 0.02 0.02 98.07 11:53:09 11:52:01 7 2.96 0.00 0.84 0.02 0.02 96.17 11:53:09 11:53:01 all 9.24 0.00 3.51 0.61 0.07 86.57 11:53:09 11:53:01 0 7.81 0.00 3.31 1.74 0.07 87.07 11:53:09 11:53:01 1 10.48 0.00 3.72 0.08 0.07 85.65 11:53:09 11:53:01 2 10.86 0.00 3.68 1.87 0.07 83.52 11:53:09 11:53:01 3 8.66 0.00 2.96 0.17 0.05 88.16 11:53:09 11:53:01 4 8.82 0.00 3.29 0.35 0.07 87.47 11:53:09 11:53:01 5 9.01 0.00 4.11 0.56 0.08 86.24 11:53:09 11:53:01 6 8.97 0.00 3.70 0.02 0.07 87.25 11:53:09 11:53:01 7 9.33 0.00 3.34 0.08 0.07 87.18 11:53:09 Average: all 8.05 0.00 1.29 0.44 0.03 90.18 11:53:09 Average: 0 8.00 0.00 1.37 0.43 0.04 90.16 11:53:09 Average: 1 7.90 0.00 1.28 0.34 0.03 90.45 11:53:09 Average: 2 8.13 0.00 1.31 0.55 0.02 89.98 11:53:09 Average: 3 8.24 0.00 1.23 0.45 0.03 90.05 11:53:09 Average: 4 7.99 0.00 1.29 0.33 0.02 90.37 11:53:09 Average: 5 7.94 0.00 1.23 0.40 0.03 90.40 11:53:09 Average: 6 8.20 0.00 1.29 0.43 0.03 90.05 11:53:09 Average: 7 8.00 0.00 1.33 0.61 0.03 90.02 11:53:09 11:53:09 11:53:09