Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 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-ssh77020462432255924.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5056628704085948558.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14523409604999333318.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8074917771452185887.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-ssh14875497106250516311.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi], goVersion:1.25] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-772206 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/921 [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/921 # 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 636c0249806ecb81ff5c6dc90fac847d9a5fe90b (main) Commit message: "Merge pull request #5303 from judehung/update-attribution" > 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 636c0249806ecb81ff5c6dc90fac847d9a5fe90b # timeout=10 > git rev-list --no-walk 9947229cd3ef338e1f35ef423db13361e0e58515 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:38:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:38:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:38:20 ========================================================= 12:38:20 EdgeX Global Pipelines Version Info 12:38:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:38:22 ------------------- 12:38:22 stable info: 12:38:22 ------------------- 12:38:22 Commited By: Cherry Wang cherry@iotechsys.com 12:38:22 Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 12:38:22 Message: update stable to v1.0.278 12:38:22 ------------------- 12:38:22 experimental info: 12:38:22 ------------------- 12:38:22 Commited By: **** collab-it+edgex@linuxfoundation.org 12:38:22 Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 12:38:22 Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:38:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 636c024 [Pipeline] echo 12:38:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:38:23 provisioning config files... 12:38:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config7516574286859303324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:38:23 ---> ****-login.sh 12:38:23 nexus3.edgexfoundry.org:10001 12:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:24 12:38:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:38:24 Configure a credential helper to remove this warning. See 12:38:24 https://docs.****.com/go/credential-store/ 12:38:24 12:38:24 Login Succeeded 12:38:24 nexus3.edgexfoundry.org:10002 12:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:24 12:38:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:38:24 Configure a credential helper to remove this warning. See 12:38:24 https://docs.****.com/go/credential-store/ 12:38:24 12:38:24 Login Succeeded 12:38:24 nexus3.edgexfoundry.org:10003 12:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:24 12:38:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:38:24 Configure a credential helper to remove this warning. See 12:38:24 https://docs.****.com/go/credential-store/ 12:38:24 12:38:24 Login Succeeded 12:38:24 nexus3.edgexfoundry.org:10004 12:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:24 12:38:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:38:24 Configure a credential helper to remove this warning. See 12:38:24 https://docs.****.com/go/credential-store/ 12:38:24 12:38:24 Login Succeeded 12:38:24 ****.io 12:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:38:24 12:38:24 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 12:38:24 Configure a credential helper to remove this warning. See 12:38:24 https://docs.****.com/go/credential-store/ 12:38:24 12:38:24 Login Succeeded 12:38:24 ---> ****-login.sh ends [Pipeline] } 12:38:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:38:25 + 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 12:38:25 + dirname cmd/core-command/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo core-command,cmd/core-command/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + dirname cmd/core-common-config-bootstrapper/Dockerfile 12:38:25 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 12:38:25 + dirname cmd/core-data/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo core-data,cmd/core-data/Dockerfile 12:38:25 + dirname cmd/core-keeper/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo core-keeper,cmd/core-keeper/Dockerfile 12:38:25 + dirname cmd/core-metadata/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo core-metadata,cmd/core-metadata/Dockerfile 12:38:25 + dirname cmd/security-bootstrapper/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:38:25 + + dirname cmd/security-proxy-auth/Dockerfile 12:38:25 cut -d/ -f2 12:38:25 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 12:38:25 + dirname cmd/security-proxy-setup/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:38:25 + dirname cmd/security-secretstore-setup/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:38:25 + dirname cmd/security-spiffe-token-provider/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 12:38:25 + dirname cmd/security-spire-agent/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 12:38:25 + + dirname cmd/security-spire-config/Dockerfile 12:38:25 cut -d/ -f2 12:38:25 + echo security-spire-config,cmd/security-spire-config/Dockerfile 12:38:25 + dirname cmd/security-spire-server/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo security-spire-server,cmd/security-spire-server/Dockerfile 12:38:25 + dirname cmd/support-notifications/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo support-notifications,cmd/support-notifications/Dockerfile 12:38:25 + dirname cmd/support-scheduler/Dockerfile 12:38:25 + cut -d/ -f2 12:38:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 12:38:25 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 12:38:25 + git rev-list -1 --merges 636c0249806ecb81ff5c6dc90fac847d9a5fe90b~1..636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 12:38:25 -----------> git rev-list -1 --merges 636c0249806ecb81ff5c6dc90fac847d9a5fe90b~1..636c0249806ecb81ff5c6dc90fac847d9a5fe90b 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:38:25 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [false] [Pipeline] sh 12:38:25 + git log --format=format:%s -1 636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 12:38:25 ========================================================= 12:38:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:38:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 12:38:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:38:26 + grep -v github /etc/ssh/ssh_known_hosts 12:38:26 + [ -e /tmp/ssh_known_hosts ] 12:38:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:38:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:38:26 + sudo tee -a /etc/ssh/ssh_known_hosts 12:38:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:38:26 12:38:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:38:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:38:27 0.1.4: Pulling from edgex-devops/py-git-semver 12:38:27 3dae71ba6b94: Pulling fs layer 12:38:27 6bf1a483ea7c: Pulling fs layer 12:38:27 f5dfc541a4d3: Pulling fs layer 12:38:27 461d9e800cba: Pulling fs layer 12:38:27 80192f66455f: Pulling fs layer 12:38:27 2e8e34ca0e6c: Pulling fs layer 12:38:27 a29436f7fd5d: Pulling fs layer 12:38:27 923cac83aea3: Pulling fs layer 12:38:27 25ad8b0a4227: Pulling fs layer 12:38:27 db01528c6b51: Pulling fs layer 12:38:27 28988de357af: Pulling fs layer 12:38:27 80192f66455f: Waiting 12:38:27 2e8e34ca0e6c: Waiting 12:38:27 a29436f7fd5d: Waiting 12:38:27 923cac83aea3: Waiting 12:38:27 25ad8b0a4227: Waiting 12:38:27 db01528c6b51: Waiting 12:38:27 28988de357af: Waiting 12:38:27 461d9e800cba: Waiting 12:38:27 6bf1a483ea7c: Verifying Checksum 12:38:27 6bf1a483ea7c: Download complete 12:38:27 461d9e800cba: Verifying Checksum 12:38:27 461d9e800cba: Download complete 12:38:27 80192f66455f: Verifying Checksum 12:38:27 80192f66455f: Download complete 12:38:27 f5dfc541a4d3: Verifying Checksum 12:38:27 f5dfc541a4d3: Download complete 12:38:27 3dae71ba6b94: Download complete 12:38:27 923cac83aea3: Verifying Checksum 12:38:27 923cac83aea3: Download complete 12:38:27 25ad8b0a4227: Download complete 12:38:27 db01528c6b51: Verifying Checksum 12:38:27 db01528c6b51: Download complete 12:38:27 28988de357af: Download complete 12:38:27 a29436f7fd5d: Verifying Checksum 12:38:27 a29436f7fd5d: Download complete 12:38:28 2e8e34ca0e6c: Verifying Checksum 12:38:28 2e8e34ca0e6c: Download complete 12:38:28 3dae71ba6b94: Pull complete 12:38:29 6bf1a483ea7c: Pull complete 12:38:30 f5dfc541a4d3: Pull complete 12:38:30 461d9e800cba: Pull complete 12:38:30 80192f66455f: Pull complete 12:38:35 2e8e34ca0e6c: Pull complete 12:38:35 a29436f7fd5d: Pull complete 12:38:35 923cac83aea3: Pull complete 12:38:35 25ad8b0a4227: Pull complete 12:38:35 db01528c6b51: Pull complete 12:38:35 28988de357af: Pull complete 12:38:35 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 12:38:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:38:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:38:35 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 12:38:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 12:38:42 $ docker top 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 -eo pid,comm 12:38:42 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). 12:38:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:38:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:38:42 [ssh-agent] Looking for ssh-agent implementation... 12:38:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:38:42 $ docker exec 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent 12:38:42 SSH_AUTH_SOCK=/tmp/ssh-FGdfLKeORbJr/agent.33 12:38:42 SSH_AGENT_PID=39 12:38:42 Running ssh-add (command line suppressed) 12:38:42 Identity added: /w/workspace/edgex-go/921@tmp/private_key_15200530629434595566.key (/w/workspace/edgex-go/921@tmp/private_key_15200530629434595566.key) 12:38:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:38:42 + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] sh 12:38:43 + git tag --points-at HEAD [Pipeline] } 12:38:43 $ docker exec --env ******** --env ******** 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent -k 12:38:43 unset SSH_AUTH_SOCK; 12:38:43 unset SSH_AGENT_PID; 12:38:43 echo Agent pid 39 killed; 12:38:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:38:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:38:43 [ssh-agent] Looking for ssh-agent implementation... 12:38:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:38:43 $ docker exec 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent 12:38:43 SSH_AUTH_SOCK=/tmp/ssh-pvGMBW3UifIS/agent.87 12:38:43 SSH_AGENT_PID=93 12:38:43 Running ssh-add (command line suppressed) 12:38:43 Identity added: /w/workspace/edgex-go/921@tmp/private_key_16508345691625406826.key (/w/workspace/edgex-go/921@tmp/private_key_16508345691625406826.key) 12:38:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:38:43 + git semver init 12:38:44 2025-10-31 12:38:44,122 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 12:38:44 2025-10-31 12:38:44,126 [run_init] DEBUG init version:0.0.0 force:False 12:38:44 2025-10-31 12:38:44,127 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/921/.semver 12:38:44 2025-10-31 12:38:44,128 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/921/.semver 12:38:44 2025-10-31 12:38:44,128 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/921/.semver'], cwd=/w/workspace/edgex-go/921, stdin=None, shell=False, universal_newlines=False) 12:38:52 2025-10-31 12:38:51,129 [append_file] DEBUG append to file:/w/workspace/edgex-go/921/.git/info/exclude 12:38:52 2025-10-31 12:38:51,130 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/921/.semver/main with force:False 12:38:52 2025-10-31 12:38:51,130 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 12:38:52 2025-10-31 12:38:51,130 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 12:38:52 4.1.0-dev.73 [Pipeline] } 12:38:52 $ docker exec --env ******** --env ******** 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 ssh-agent -k 12:38:52 unset SSH_AUTH_SOCK; 12:38:52 unset SSH_AGENT_PID; 12:38:52 echo Agent pid 93 killed; 12:38:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:38:52 + git semver [Pipeline] } 12:38:53 $ docker stop --time=1 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 12:38:54 $ docker rm -f --volumes 3c2a0e40b8c268395af2553b109473964403db7c266ecb05d36652de592cba62 [Pipeline] // withDockerContainer [Pipeline] sh 12:38:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:38:54 Stashed 1 file(s) [Pipeline] echo 12:38:54 [edgeXSemver]: initialized semver on version 4.1.0-dev.73 [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 12:38:55 Running on prd-ubuntu20.04-docker-arm64-4c-16g-772188 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 12:38:55 Running in /w/workspace/edgex-go/921 [Pipeline] { [Pipeline] checkout 12:38:55 The recommended git tool is: git 12:38:55 + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] echo 12:38:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:38:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:38:55 ========================================================= 12:38:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine] 12:38:55 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:38:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:38:55 1.25-alpine: Pulling from edgex-devops/edgex-golang-base 12:38:55 2d35ebdb57d9: Pulling fs layer 12:38:55 c35fb4624d26: Pulling fs layer 12:38:55 4e2aec7ef170: Pulling fs layer 12:38:55 333b49ad6fbf: Pulling fs layer 12:38:55 4f4fb700ef54: Pulling fs layer 12:38:55 c3e65509a76b: Pulling fs layer 12:38:55 7cf9ebb963bd: Pulling fs layer 12:38:55 bb34ca984cfb: Pulling fs layer 12:38:55 151cf03bc807: Pulling fs layer 12:38:55 4f4fb700ef54: Waiting 12:38:55 bb34ca984cfb: Waiting 12:38:55 7cf9ebb963bd: Waiting 12:38:55 c3e65509a76b: Waiting 12:38:55 151cf03bc807: Waiting 12:38:55 333b49ad6fbf: Waiting 12:38:55 c35fb4624d26: Verifying Checksum 12:38:55 c35fb4624d26: Download complete 12:38:55 333b49ad6fbf: Download complete 12:38:55 4f4fb700ef54: Verifying Checksum 12:38:55 4f4fb700ef54: Download complete 12:38:56 c3e65509a76b: Verifying Checksum 12:38:56 c3e65509a76b: Download complete 12:38:56 2d35ebdb57d9: Verifying Checksum 12:38:56 2d35ebdb57d9: Download complete 12:38:56 7cf9ebb963bd: Verifying Checksum 12:38:56 7cf9ebb963bd: Download complete 12:38:56 2d35ebdb57d9: Pull complete 12:38:56 4e2aec7ef170: Verifying Checksum 12:38:56 4e2aec7ef170: Download complete 12:38:56 151cf03bc807: Verifying Checksum 12:38:56 151cf03bc807: Download complete 12:38:56 c35fb4624d26: Pull complete 12:38:56 bb34ca984cfb: Verifying Checksum 12:38:56 bb34ca984cfb: Download complete 12:39:01 using credential edgex-jenkins-ssh 12:39:01 Cloning the remote Git repository 12:39:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:39:01 > git init /w/workspace/edgex-go/921 # timeout=10 12:39:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:39:01 > git --version # timeout=10 12:39:01 > git --version # 'git version 2.25.1' 12:39:01 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:39:02 4e2aec7ef170: Pull complete 12:39:02 333b49ad6fbf: Pull complete 12:39:02 4f4fb700ef54: Pull complete 12:39:02 c3e65509a76b: Pull complete 12:39:02 7cf9ebb963bd: Pull complete 12:39:05 bb34ca984cfb: Pull complete 12:39:05 151cf03bc807: Pull complete 12:39:05 Digest: sha256:47c77f58d04b1fb39a53c9c66f38c587e769deb62898f3b34be69549497a2d83 12:39:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:39:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine [Pipeline] fileExists [Pipeline] sh 12:39:06 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:39:06 WORKDIR /edgex 12:39:06 COPY go.mod . 12:39:06 RUN go mod download 12:39:06 + docker build -t ci-base-image-x86_64 -f - . 12:39:07 #0 building with "default" instance using docker driver 12:39:07 12:39:07 #1 [internal] load build definition from Dockerfile 12:39:07 #1 transferring dockerfile: 164B done 12:39:07 #1 DONE 0.0s 12:39:07 12:39:07 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:39:07 #2 DONE 0.0s 12:39:07 12:39:07 #3 [internal] load .dockerignore 12:39:07 #3 transferring context: 50B done 12:39:07 #3 DONE 0.0s 12:39:07 12:39:07 #4 [internal] load build context 12:39:07 #4 transferring context: 7.11kB done 12:39:07 #4 DONE 0.1s 12:39:07 12:39:07 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.25-alpine 12:39:07 #5 DONE 0.1s 12:39:07 12:39:07 #6 [2/4] WORKDIR /edgex 12:39:13 #6 DONE 6.3s 12:39:13 12:39:13 #7 [3/4] COPY go.mod . 12:39:13 #7 DONE 0.0s 12:39:13 12:39:13 #8 [4/4] RUN go mod download 12:39:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:39:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:39:23 Avoid second fetch 12:39:23 Checking out Revision 636c0249806ecb81ff5c6dc90fac847d9a5fe90b (main) 12:39:24 Commit message: "Merge pull request #5303 from judehung/update-attribution" 12:39:23 > git config core.sparsecheckout # timeout=10 12:39:23 > git checkout -f 636c0249806ecb81ff5c6dc90fac847d9a5fe90b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:39:28 provisioning config files... 12:39:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config10043465031750664808tmp [Pipeline] { 12:39:28 #8 DONE 14.1s 12:39:28 12:39:28 #9 exporting to image 12:39:28 #9 exporting layers [Pipeline] libraryResource [Pipeline] sh 12:39:29 ---> ****-login.sh 12:39:29 nexus3.edgexfoundry.org:10001 12:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:29 Configure a credential helper to remove this warning. See 12:39:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:29 12:39:29 Login Succeeded 12:39:29 nexus3.edgexfoundry.org:10002 12:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:30 Configure a credential helper to remove this warning. See 12:39:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:30 12:39:30 Login Succeeded 12:39:30 nexus3.edgexfoundry.org:10003 12:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:30 Configure a credential helper to remove this warning. See 12:39:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:30 12:39:30 Login Succeeded 12:39:30 nexus3.edgexfoundry.org:10004 12:39:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:31 Configure a credential helper to remove this warning. See 12:39:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:31 12:39:31 Login Succeeded 12:39:31 ****.io 12:39:31 #9 exporting layers 3.5s done 12:39:31 #9 writing image sha256:b594da21610956d3eba6b51bbe97a4a4f6a3569e03adb0a2e2428d1e1278975e done 12:39:31 #9 naming to docker.io/library/ci-base-image-x86_64 done 12:39:31 #9 DONE 3.6s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:31 + docker inspect -f . ci-base-image-x86_64 12:39:31 . [Pipeline] } 12:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:39:31 Configure a credential helper to remove this warning. See 12:39:31 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:39:31 12:39:31 Login Succeeded 12:39:31 ---> ****-login.sh ends [Pipeline] // withEnv [Pipeline] withDockerContainer 12:39:31 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 12:39:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 12:39:31 $ docker top 2fecdfd2065d3fcfee09fe6ebdbe99b6270d39e57b73c2653242987254c5a598 -eo pid,comm [Pipeline] { [Pipeline] } 12:39:32 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 12:39:32 + go version 12:39:32 go version go1.25.2 linux/amd64 [Pipeline] } 12:39:32 $ docker stop --time=1 2fecdfd2065d3fcfee09fe6ebdbe99b6270d39e57b73c2653242987254c5a598 12:39:33 $ docker rm -f --volumes 2fecdfd2065d3fcfee09fe6ebdbe99b6270d39e57b73c2653242987254c5a598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:39:34 + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] echo 12:39:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:39:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:39:34 ========================================================= 12:39:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine] 12:39:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 12:39:34 + docker inspect -f . ci-base-image-x86_64 12:39:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:39:34 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 12:39:34 $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 12:39:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 12:39:34 $ docker top cfcc834b542aa8859eaf9d5c3ce31fff1aa5d81cc3ee0376e206135fa2798474 -eo pid,comm [Pipeline] { [Pipeline] echo 12:39:34 ========================================================= 12:39:34 [edgeXBuildGoParallel] Running Tests and Build... 12:39:34 ========================================================= [Pipeline] sh 12:39:34 + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] fileExists [Pipeline] sh 12:39:35 + make test 12:39:35 go test -race -coverprofile=coverage.out ./... 12:39:36 1.25-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:39:36 6b59a28fa201: Pulling fs layer 12:39:36 d32bb0dddca7: Pulling fs layer 12:39:36 5dab1238d3d9: Pulling fs layer 12:39:36 196fd7d83e7d: Pulling fs layer 12:39:36 4f4fb700ef54: Pulling fs layer 12:39:36 8ba94037c8f0: Pulling fs layer 12:39:36 deaec5988b04: Pulling fs layer 12:39:36 9f65657bb879: Pulling fs layer 12:39:36 196fd7d83e7d: Waiting 12:39:36 4f4fb700ef54: Waiting 12:39:36 8ba94037c8f0: Waiting 12:39:36 deaec5988b04: Waiting 12:39:36 9f65657bb879: Waiting 12:39:36 d32bb0dddca7: Verifying Checksum 12:39:36 d32bb0dddca7: Download complete 12:39:36 196fd7d83e7d: Verifying Checksum 12:39:36 196fd7d83e7d: Download complete 12:39:36 4f4fb700ef54: Verifying Checksum 12:39:36 4f4fb700ef54: Download complete 12:39:36 8ba94037c8f0: Verifying Checksum 12:39:36 8ba94037c8f0: Download complete 12:39:36 6b59a28fa201: Verifying Checksum 12:39:36 6b59a28fa201: Download complete 12:39:37 9f65657bb879: Verifying Checksum 12:39:37 9f65657bb879: Download complete 12:39:37 6b59a28fa201: Pull complete 12:39:38 d32bb0dddca7: Pull complete 12:39:38 5dab1238d3d9: Verifying Checksum 12:39:38 5dab1238d3d9: Download complete 12:39:40 deaec5988b04: Verifying Checksum 12:39:40 deaec5988b04: Download complete 12:39:45 ? github.com/edgexfoundry/edgex-go [no test files] 12:39:55 5dab1238d3d9: Pull complete 12:39:55 196fd7d83e7d: Pull complete 12:39:55 4f4fb700ef54: Pull complete 12:39:55 8ba94037c8f0: Pull complete 12:40:02 deaec5988b04: Pull complete 12:40:03 9f65657bb879: Pull complete 12:40:03 Digest: sha256:5e549ededf7788d4f1561b02b9f4d3bcf02ca02af9c1a1104d0a64a201fbeb28 12:40:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 12:40:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine [Pipeline] fileExists [Pipeline] sh 12:40:04 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 12:40:04 WORKDIR /edgex 12:40:04 COPY go.mod . 12:40:04 RUN go mod download 12:40:04 + docker build -t ci-base-image-arm64 -f - . 12:40:04 Sending build context to Docker daemon 3.856MB 12:40:04 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.25-alpine 12:40:04 ---> 334268110677 12:40:04 Step 2/4 : WORKDIR /edgex 12:40:07 ---> Running in 309282832a80 12:40:07 Removing intermediate container 309282832a80 12:40:07 ---> 0eb98264318b 12:40:07 Step 3/4 : COPY go.mod . 12:40:08 ---> 324f3356b047 12:40:08 Step 4/4 : RUN go mod download 12:40:08 ---> Running in 17cbf04bd171 12:40:17 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 12:40:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:40:17 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/internal/core/command/application coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 12:40:17 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 12:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.032s coverage: 97.0% of statements 12:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.046s coverage: 69.4% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 12:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.020s coverage: 4.8% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 12:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 57.7% of statements 12:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.031s coverage: 86.5% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 12:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.217s coverage: 94.2% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 12:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 12:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 12:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 12:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 12:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.038s coverage: 90.7% of statements 12:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 12:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 12:40:21 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 12:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.047s coverage: 8.4% of statements 12:40:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 12:40:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 12:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.417s coverage: 95.8% of statements 12:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 12:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 12:40:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 12:40:24 ok github.com/edgexfoundry/edgex-go/internal/io 1.032s coverage: 72.2% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 12:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 12:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 12:40:24 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 12:40:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 12:40:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.043s coverage: 2.4% of statements 12:40:26 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 12:40:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.045s coverage: 1.0% of statements 12:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 12:40:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.034s coverage: 38.2% of statements 12:40:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.019s coverage: 68.8% of statements 12:40:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 12:40:26 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 12:40:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 12:40:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 40.0% of statements 12:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 87.1% of statements 12:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 89.5% of statements 12:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.038s coverage: 93.1% of statements 12:40:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.028s coverage: 87.5% of statements 12:40:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.966s coverage: 94.4% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.054s coverage: 92.9% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.026s coverage: 68.8% of statements 12:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.035s coverage: 62.3% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.027s coverage: 47.4% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.030s coverage: 87.2% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 15.5% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.068s coverage: 81.8% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.054s coverage: 82.1% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 12:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.035s coverage: 6.8% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.043s coverage: 33.3% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.158s coverage: 54.8% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.028s coverage: 89.6% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth 1.043s coverage: 20.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.034s coverage: 88.6% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.024s coverage: 96.8% of statements 12:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 12:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.031s coverage: 100.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.146s coverage: 29.2% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 12:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.022s coverage: 76.2% of statements 12:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 12:40:48 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 12:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.074s coverage: 17.1% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 12:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.104s coverage: 94.9% of statements 12:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 12:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 12:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.045s coverage: 9.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 12:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.057s coverage: 97.7% of statements 12:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 12:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.031s coverage: 43.6% of statements 12:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 12:40:54 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 12:40:54 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 12:40:54 running golangci-lint 12:40:54 golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z 12:40:54 go version go1.25.2 linux/amd64 12:40:54 level=info msg="golangci-lint has version 2.5.0 built with go1.25.1 from ff63786c on 2025-09-21T19:04:05Z" 12:40:54 level=info msg="[config_reader] Used config file .golangci.yml" 12:40:54 level=info msg="[config_reader] Module name \"github.com/edgexfoundry/edgex-go\"" 12:40:54 level=info msg="maxprocs: Leaving GOMAXPROCS=8: CPU quota undefined" 12:40:54 level=info msg="[goenv] Read go env for 3.352647ms: map[string]string{\"GOCACHE\":\"/root/.cache/go-build\", \"GOROOT\":\"/usr/local/go\"}" 12:40:54 level=info msg="[lintersdb] Active 6 linters: [errcheck gosec govet ineffassign staticcheck unused]" 12:41:04 Removing intermediate container 17cbf04bd171 12:41:04 ---> c7a698245d4e 12:41:04 Successfully built c7a698245d4e 12:41:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:04 + docker inspect -f . ci-base-image-arm64 12:41:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:41:05 prd-ubuntu20.04-docker-arm64-4c-16g-772188 does not seem to be running inside a container 12:41:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:41:06 $ docker top b0bb1c04071c24b0320bed90f87267a2f74220ee406697abbd407d0da0fb3364 -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:07 + go version 12:41:07 go version go1.25.3 linux/arm64 [Pipeline] } 12:41:07 $ docker stop --time=1 b0bb1c04071c24b0320bed90f87267a2f74220ee406697abbd407d0da0fb3364 12:41:09 $ docker rm -f --volumes b0bb1c04071c24b0320bed90f87267a2f74220ee406697abbd407d0da0fb3364 [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 12:41:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:41:10 12:41:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:41:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:41:10 latest: Pulling from edgex-devops/edgex-compose-arm64 12:41:10 547446be3368: Pulling fs layer 12:41:10 d125d8839a47: Pulling fs layer 12:41:10 3e85d5ac6304: Pulling fs layer 12:41:10 c3105a71a48b: Pulling fs layer 12:41:10 0f093f025ec4: Pulling fs layer 12:41:10 c3106fc0e877: Pulling fs layer 12:41:10 c3105a71a48b: Waiting 12:41:10 0f093f025ec4: Waiting 12:41:10 c3106fc0e877: Waiting 12:41:10 547446be3368: Verifying Checksum 12:41:10 547446be3368: Download complete 12:41:10 c3105a71a48b: Verifying Checksum 12:41:10 c3105a71a48b: Download complete 12:41:10 d125d8839a47: Verifying Checksum 12:41:10 d125d8839a47: Download complete 12:41:10 c3106fc0e877: Verifying Checksum 12:41:10 c3106fc0e877: Download complete 12:41:11 0f093f025ec4: Verifying Checksum 12:41:11 0f093f025ec4: Download complete 12:41:11 547446be3368: Pull complete 12:41:12 d125d8839a47: Pull complete 12:41:12 3e85d5ac6304: Verifying Checksum 12:41:12 3e85d5ac6304: Download complete 12:41:21 level=info msg="[loader] Go packages loading at mode 8767 (name|types_sizes|compiled_files|imports|deps|exports_file|files) took 24.575792303s" 12:41:21 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 47.268523ms" 12:41:22 3e85d5ac6304: Pull complete 12:41:22 c3105a71a48b: Pull complete 12:41:24 0f093f025ec4: Pull complete 12:41:24 c3106fc0e877: Pull complete 12:41:24 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 12:41:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:41:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:41:24 prd-ubuntu20.04-docker-arm64-4c-16g-772188 does not seem to be running inside a container 12:41:24 $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 12:41:27 $ docker top ccac3607a34d3af7052258005facde1975c80564c20587feb82b98aed074de68 -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:28 + docker compose -f ./docker-compose-build.yml build --parallel 12:41:33 level=info msg="[linters_context/goanalysis] analyzers took 1m49.223867928s with top 10 stages: buildir: 1m1.601307778s, gosec: 3.322934908s, inspect: 2.758366296s, fact_deprecated: 2.692972195s, ctrlflow: 2.180504062s, printf: 2.15625393s, fact_purity: 1.766359734s, nilness: 1.336051079s, QF1004: 1.209170634s, S1038: 1.042841102s" 12:41:33 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"examples$\"" 12:41:33 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"third_party$\"" 12:41:33 level=info msg="[runner/exclusion_paths] Skipped 0 issues by pattern \"builtin$\"" 12:41:33 level=info msg="[runner] Issues before processing: 35, after processing: 0" 12:41:33 level=info msg="[runner] Processors filtering stat (in/out): path_absoluter: 35/35, exclusion_rules: 22/21, generated_file_filter: 35/22, nolint_filter: 21/0, filename_unadjuster: 35/35, invalid_issue: 35/35, path_relativity: 35/35, cgo: 35/35, exclusion_paths: 35/35" 12:41:33 level=info msg="[runner] processing took 16.306422ms with stages: nolint_filter: 12.691412ms, generated_file_filter: 2.507345ms, exclusion_rules: 765.794µs, exclusion_paths: 170.295µs, path_relativity: 115.613µs, cgo: 32.181µs, max_per_file_from_linter: 5.401µs, path_absoluter: 4.77µs, invalid_issue: 4.511µs, sort_results: 2.44µs, filename_unadjuster: 1.98µs, max_same_issues: 1.64µs, fixer: 560ns, diff: 540ns, uniq_by_line: 410ns, source_code: 400ns, path_prettifier: 350ns, path_shortener: 280ns, max_from_linter: 250ns, severity-rules: 250ns" 12:41:33 level=info msg="[runner] linters took 13.222135604s with stages: goanalysis_metalinter: 13.205649547s" 12:41:33 0 issues. 12:41:33 level=info msg="File cache stats: 0 entries of total size 0B" 12:41:33 level=info msg="Memory: 379 samples, avg is 333.6MB, max is 1317.5MB" 12:41:33 level=info msg="Execution took 37.851334174s" 12:41:33 go vet ./... 12:41:40 #1 [core-metadata internal] load build definition from Dockerfile 12:41:40 #1 transferring dockerfile: 2.10kB 0.0s done 12:41:40 #1 DONE 0.7s 12:41:40 12:41:40 #2 [security-spire-agent internal] load build definition from Dockerfile 12:41:40 #2 transferring dockerfile: 1.81kB done 12:41:40 #2 DONE 0.1s 12:41:40 12:41:40 #3 [security-proxy-setup internal] load build definition from Dockerfile 12:41:40 #3 transferring dockerfile: 2.50kB done 12:41:40 #3 DONE 0.1s 12:41:40 12:41:40 #4 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:41:40 #4 transferring dockerfile: 1.89kB done 12:41:40 #4 DONE 0.1s 12:41:40 12:41:40 #5 [core-keeper internal] load build definition from Dockerfile 12:41:40 #5 transferring dockerfile: 2.01kB done 12:41:40 #5 DONE 0.2s 12:41:40 12:41:40 #6 [security-secretstore-setup internal] load build definition from Dockerfile 12:41:40 #6 transferring dockerfile: 2.49kB done 12:41:40 #6 DONE 0.1s 12:41:40 12:41:40 #7 [security-proxy-auth internal] load build definition from Dockerfile 12:41:40 #7 transferring dockerfile: 2.14kB done 12:41:40 #7 DONE 0.1s 12:41:40 12:41:40 #8 [core-command internal] load build definition from Dockerfile 12:41:40 #8 transferring dockerfile: 1.94kB done 12:41:40 #8 DONE 0.1s 12:41:40 12:41:40 #9 [core-data internal] load build definition from Dockerfile 12:41:40 #9 transferring dockerfile: 2.04kB done 12:41:40 #9 DONE 0.1s 12:41:40 12:41:40 #10 [security-bootstrapper internal] load build definition from Dockerfile 12:41:40 #10 transferring dockerfile: 3.02kB done 12:41:40 #10 DONE 0.1s 12:41:40 12:41:40 #11 [security-spire-server internal] load build definition from Dockerfile 12:41:40 #11 transferring dockerfile: 1.70kB done 12:41:40 #11 DONE 0.1s 12:41:40 12:41:40 #12 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:41:40 #12 transferring dockerfile: 2.23kB 0.0s done 12:41:40 #12 DONE 0.1s 12:41:40 12:41:40 #13 [security-spire-config internal] load build definition from Dockerfile 12:41:40 #13 transferring dockerfile: 1.69kB done 12:41:40 #13 DONE 0.1s 12:41:40 12:41:40 #14 [support-notifications internal] load build definition from Dockerfile 12:41:40 #14 transferring dockerfile: 2.02kB 0.0s done 12:41:40 #14 DONE 0.1s 12:41:40 12:41:40 #15 [support-scheduler internal] load build definition from Dockerfile 12:41:40 #15 transferring dockerfile: 1.83kB done 12:41:40 #15 DONE 0.1s 12:41:40 12:41:40 #16 [core-metadata internal] load .dockerignore 12:41:40 #16 transferring context: 32B 12:41:40 #16 transferring context: 50B 0.0s done 12:41:40 #16 DONE 0.1s 12:41:41 12:41:41 #17 [security-spire-agent internal] load .dockerignore 12:41:41 #17 transferring context: 50B done 12:41:41 #17 DONE 0.1s 12:41:41 12:41:41 #18 [security-proxy-setup internal] load .dockerignore 12:41:41 #18 transferring context: 50B done 12:41:41 #18 DONE 0.1s 12:41:41 12:41:41 #19 [security-spiffe-token-provider internal] load .dockerignore 12:41:41 #19 transferring context: 50B done 12:41:41 #19 DONE 0.1s 12:41:41 12:41:41 #20 [core-keeper internal] load .dockerignore 12:41:41 #20 transferring context: 50B 0.0s done 12:41:41 #20 DONE 0.1s 12:41:41 12:41:41 #21 [security-secretstore-setup internal] load .dockerignore 12:41:41 #21 transferring context: 50B 0.0s done 12:41:41 #21 DONE 0.1s 12:41:41 12:41:41 #22 [security-proxy-auth internal] load .dockerignore 12:41:41 #22 transferring context: 50B 0.0s done 12:41:41 #22 DONE 0.1s 12:41:41 12:41:41 #23 [core-command internal] load .dockerignore 12:41:41 #23 transferring context: 50B done 12:41:41 #23 DONE 0.0s 12:41:41 12:41:41 #24 [core-data internal] load .dockerignore 12:41:41 #24 transferring context: 50B 0.0s done 12:41:41 #24 DONE 0.1s 12:41:41 12:41:41 #25 [security-bootstrapper internal] load .dockerignore 12:41:41 #25 transferring context: 50B 0.0s done 12:41:41 #25 DONE 0.1s 12:41:41 12:41:41 #26 [security-spire-server internal] load .dockerignore 12:41:41 #26 transferring context: 50B 0.0s done 12:41:41 #26 DONE 0.1s 12:41:41 12:41:41 #27 [core-common-config-bootstrapper internal] load .dockerignore 12:41:41 #27 transferring context: 50B 0.0s done 12:41:41 #27 DONE 0.1s 12:41:41 12:41:41 #28 [security-spire-config internal] load .dockerignore 12:41:41 #28 transferring context: 50B done 12:41:41 #28 DONE 0.1s 12:41:41 12:41:41 #29 [support-notifications internal] load .dockerignore 12:41:41 #29 transferring context: 50B done 12:41:41 #29 DONE 0.1s 12:41:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 12:41:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 12:41:41 ./bin/test-attribution-txt.sh [Pipeline] echo 12:41:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 12:41:42 12:41:42 #30 [support-scheduler internal] load .dockerignore 12:41:42 #30 transferring context: 50B done 12:41:42 #30 DONE 0.1s 12:41:42 12:41:42 #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:42 #31 DONE 0.0s 12:41:42 12:41:42 #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.22 12:41:42 + ls -al . 12:41:42 total 1388 12:41:42 drwxrwxr-x 11 1001 1001 4096 Oct 31 12:39 . 12:41:42 drwxr-xr-x 4 root root 4096 Oct 31 12:39 .. 12:41:42 drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 .blubracket 12:41:42 -rw-rw-r-- 1 1001 1001 10 Oct 31 12:38 .dockerignore 12:41:42 drwxrwxr-x 8 1001 1001 4096 Oct 31 12:40 .git 12:41:42 drwxrwxr-x 3 1001 1001 4096 Oct 31 12:38 .github 12:41:42 -rw-rw-r-- 1 1001 1001 909 Oct 31 12:38 .gitignore 12:41:42 -rw-rw-r-- 1 1001 1001 359 Oct 31 12:38 .golangci.yml 12:41:42 -rw-rw-r-- 1 1001 1001 100 Oct 31 12:38 .hadolint.yml 12:41:42 drwxr-xr-x 3 1001 1001 4096 Oct 31 12:38 .semver 12:41:42 -rw-rw-r-- 1 1001 1001 155 Oct 31 12:38 .sonarcloud.properties 12:41:42 -rw-rw-r-- 1 1001 1001 1171 Oct 31 12:38 ADOPTERS.md 12:41:42 -rw-rw-r-- 1 1001 1001 20017 Oct 31 12:38 Attribution.txt 12:41:42 -rw-rw-r-- 1 1001 1001 108018 Oct 31 12:38 CHANGELOG.md 12:41:42 -rw-rw-r-- 1 1001 1001 3804 Oct 31 12:38 CONTRIBUTING.md 12:41:42 -rw-rw-r-- 1 1001 1001 677 Oct 31 12:38 GOVERNANCE.md 12:41:42 -rw-rw-r-- 1 1001 1001 886 Oct 31 12:38 Jenkinsfile 12:41:42 -rw-rw-r-- 1 1001 1001 10775 Oct 31 12:38 LICENSE 12:41:42 -rw-rw-r-- 1 1001 1001 16739 Oct 31 12:38 Makefile 12:41:42 -rw-rw-r-- 1 1001 1001 582 Oct 31 12:38 OWNERS.md 12:41:42 -rw-rw-r-- 1 1001 1001 9932 Oct 31 12:38 README.md 12:41:42 -rw-rw-r-- 1 1001 1001 789 Oct 31 12:38 SECURITY.md 12:41:42 -rw-rw-r-- 1 1001 1001 12 Oct 31 12:38 VERSION 12:41:42 drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 bin 12:41:42 drwxrwxr-x 19 1001 1001 4096 Oct 31 12:38 cmd 12:41:42 -rw-r--r-- 1 root root 1040111 Oct 31 12:40 coverage.out 12:41:42 drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 fuzz_test 12:41:42 -rw-rw-r-- 1 1001 1001 7071 Oct 31 12:38 go.mod 12:41:42 -rw-rw-r-- 1 1001 1001 90676 Oct 31 12:38 go.sum 12:41:42 drwxrwxr-x 7 1001 1001 4096 Oct 31 12:38 internal 12:41:42 drwxrwxr-x 2 1001 1001 4096 Oct 31 12:38 openapi 12:41:42 -rw-rw-r-- 1 1001 1001 584 Oct 31 12:38 security.txt 12:41:42 -rw-rw-r-- 1 1001 1001 204 Oct 31 12:38 version.go [Pipeline] sh 12:41:42 #32 DONE 0.2s 12:41:42 12:41:42 #33 [core-metadata internal] load build context 12:41:42 #33 DONE 0.0s 12:41:42 12:41:42 #34 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:42 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:42 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:42 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:42 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:42 + '[' -e coverage.out ] 12:41:42 + chown 1001:1001 coverage.out [Pipeline] stash 12:41:42 #34 DONE 0.2s 12:41:42 12:41:42 #33 [core-metadata internal] load build context 12:41:42 Stashed 1 file(s) [Pipeline] sh 12:41:43 + make build 12:41:43 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:41:43 #33 transferring context: 3.36MB 0.8s done 12:41:43 #33 DONE 0.9s 12:41:43 12:41:43 #35 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:41:43 #35 ... 12:41:43 12:41:43 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.22 12:41:43 #32 DONE 0.2s 12:41:43 12:41:43 #34 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:43 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:43 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:43 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:43 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:43 #34 DONE 0.4s 12:41:43 12:41:43 #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:43 #31 DONE 0.0s 12:41:43 12:41:43 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 12:41:43 #32 DONE 0.3s 12:41:43 12:41:43 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:41:43 #35 ... 12:41:43 12:41:43 #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:43 #31 DONE 0.0s 12:41:43 12:41:43 #35 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:41:43 #35 ... 12:41:43 12:41:43 #34 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:43 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:43 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:43 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:43 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:43 #34 DONE 0.4s 12:41:43 12:41:43 #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.22 12:41:43 #32 DONE 0.4s 12:41:43 12:41:43 #35 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:41:43 #35 ... 12:41:43 12:41:43 #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:43 #31 DONE 0.0s 12:41:43 12:41:43 #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:43 #31 DONE 0.0s 12:41:43 12:41:43 #36 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:44 #36 ... 12:41:44 12:41:44 #37 [core-keeper builder 2/7] WORKDIR /edgex-go 12:41:44 #37 DONE 0.9s 12:41:44 12:41:44 #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:44 #31 DONE 0.0s 12:41:44 12:41:44 #38 [security-proxy-setup internal] load build context 12:41:44 #38 ... 12:41:44 12:41:44 #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:44 #31 DONE 0.1s 12:41:44 12:41:44 #38 [security-proxy-setup internal] load build context 12:41:44 #38 ... 12:41:44 12:41:44 #34 [core-command stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:44 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:44 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:44 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:44 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:44 #34 DONE 0.6s 12:41:44 12:41:44 #32 [core-data internal] load metadata for docker.io/library/alpine:3.22 12:41:44 #32 DONE 1.4s 12:41:44 12:41:44 #37 [core-command builder 2/7] WORKDIR /edgex-go 12:41:44 #37 DONE 1.1s 12:41:44 12:41:44 #38 [security-proxy-setup internal] load build context 12:41:44 #38 ... 12:41:44 12:41:44 #34 [security-secretstore-setup stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:44 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:44 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:44 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:44 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:44 #34 DONE 0.6s 12:41:44 12:41:44 #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:44 #31 DONE 0.1s 12:41:44 12:41:44 #37 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go 12:41:44 #37 DONE 1.1s 12:41:44 12:41:44 #38 [security-proxy-setup internal] load build context 12:41:45 #38 transferring context: 3.36MB 1.4s done 12:41:45 #38 DONE 1.8s 12:41:45 12:41:45 #39 [core-keeper internal] load build context 12:41:45 #39 ... 12:41:45 12:41:45 #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:45 #31 DONE 0.1s 12:41:45 12:41:45 #39 [core-keeper internal] load build context 12:41:45 #39 transferring context: 3.36MB 1.7s done 12:41:45 #39 DONE 2.1s 12:41:45 12:41:45 #34 [security-spire-agent stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:45 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:45 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:45 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:45 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:45 #34 DONE 0.6s 12:41:45 12:41:45 #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 12:41:45 #40 DONE 2.4s 12:41:45 12:41:45 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:41:45 #41 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:41:45 #41 ... 12:41:45 12:41:45 #34 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:45 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:45 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:45 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:45 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:45 #34 DONE 0.6s 12:41:45 12:41:45 #37 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 12:41:45 #37 DONE 1.2s 12:41:45 12:41:45 #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:45 #31 DONE 0.1s 12:41:45 12:41:45 #42 [security-spiffe-token-provider internal] load build context 12:41:45 #42 transferring context: 3.36MB 1.7s done 12:41:45 #42 DONE 2.2s 12:41:45 12:41:45 #34 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:45 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:45 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:45 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:45 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:45 #34 DONE 0.6s 12:41:45 12:41:45 #37 [security-bootstrapper builder 2/7] WORKDIR /edgex-go 12:41:45 #37 DONE 1.2s 12:41:45 12:41:45 #43 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:41:46 #43 ... 12:41:46 12:41:46 #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 12:41:46 #31 DONE 0.1s 12:41:46 12:41:46 #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:41:47 #43 ... 12:41:47 12:41:47 #44 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 12:41:47 #44 DONE 3.4s 12:41:47 12:41:47 #45 [security-spire-agent internal] load build context 12:41:47 #45 transferring context: 25.98kB 0.2s done 12:41:47 #45 DONE 1.3s 12:41:47 12:41:47 #46 [core-command internal] load build context 12:41:47 #46 ... 12:41:47 12:41:47 #34 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:47 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:47 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:47 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:47 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:47 #34 DONE 0.7s 12:41:47 12:41:47 #46 [core-command internal] load build context 12:41:47 #46 ... 12:41:47 12:41:47 #47 [security-spire-server internal] load build context 12:41:47 #47 transferring context: 26.44kB 0.3s done 12:41:47 #47 DONE 1.7s 12:41:47 12:41:47 #46 [core-command internal] load build context 12:41:48 #46 ... 12:41:48 12:41:48 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.22 12:41:48 #32 DONE 4.3s 12:41:48 12:41:48 #34 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:48 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:48 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:48 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:48 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:48 #34 DONE 0.7s 12:41:48 12:41:48 #37 [support-scheduler builder 2/7] WORKDIR /edgex-go 12:41:48 #37 DONE 1.2s 12:41:48 12:41:48 #48 [support-scheduler internal] load build context 12:41:48 #48 DONE 0.0s 12:41:48 12:41:48 #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:41:48 #49 ... 12:41:48 12:41:48 #34 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:41:48 #34 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done 12:41:48 #34 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:41:48 #34 sha256:24bb3511a0db7b5114a4aee033c65a8a4148f39b7b80a398e548546db967a36f 1.02kB / 1.02kB done 12:41:48 #34 sha256:171e65262c8018f8f09a360006af2acbb2c0c494cb2be933025b466ea3d672dc 597B / 597B done 12:41:48 #34 DONE 0.7s 12:41:48 12:41:48 #37 [support-notifications builder 2/7] WORKDIR /edgex-go 12:41:48 #37 DONE 1.2s 12:41:48 12:41:48 #46 [core-command internal] load build context 12:41:49 #46 transferring context: 3.36MB 3.6s done 12:41:50 #46 ... 12:41:50 12:41:50 #50 [security-spire-config internal] load build context 12:41:50 #50 transferring context: 24.70kB 0.3s done 12:41:50 #50 DONE 2.9s 12:41:50 12:41:50 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:50 #51 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.7s done 12:41:50 #51 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 12:41:50 #51 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 12:41:50 #51 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 12:41:50 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.1s 12:41:50 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.1s 12:41:50 #51 ... 12:41:50 12:41:50 #52 [security-proxy-auth internal] load build context 12:41:50 #52 transferring context: 3.36MB 3.2s done 12:41:50 #52 DONE 5.7s 12:41:50 12:41:50 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:50 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.3s 12:41:50 #51 ... 12:41:50 12:41:50 #53 [security-secretstore-setup internal] load build context 12:41:50 #53 transferring context: 3.36MB 4.7s done 12:41:50 #53 ... 12:41:50 12:41:50 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:50 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 1.4s 12:41:51 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 12:41:51 #51 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 1.4s done 12:41:51 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 12:41:51 #51 ... 12:41:51 12:41:51 #46 [core-command internal] load build context 12:41:51 #46 DONE 6.3s 12:41:51 12:41:51 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:51 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 12:41:51 #51 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 12:41:51 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done 12:41:51 #51 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done 12:41:51 #51 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.2s done 12:41:52 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 2.8s 12:41:52 #51 ... 12:41:52 12:41:52 #53 [security-secretstore-setup internal] load build context 12:41:52 #53 DONE 7.3s 12:41:52 12:41:52 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:52 #51 ... 12:41:52 12:41:52 #54 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:41:52 #0 4.561 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:41:52 #0 5.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:41:52 #0 7.446 (1/1) Installing dumb-init (1.2.5-r3) 12:41:52 #0 7.446 Executing busybox-1.37.0-r19.trigger 12:41:52 #0 7.618 OK: 8 MiB in 17 packages 12:41:52 #54 ... 12:41:52 12:41:52 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:53 #51 ... 12:41:53 12:41:53 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:41:53 #0 7.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:41:53 #0 8.511 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:41:53 #55 ... 12:41:53 12:41:53 #54 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:41:53 #54 DONE 12.0s 12:41:53 12:41:53 #56 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 12:41:53 #56 ... 12:41:53 12:41:53 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:41:53 #0 9.969 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:41:53 #57 ... 12:41:53 12:41:53 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:41:54 #58 ... 12:41:54 12:41:54 #59 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:41:54 #59 ... 12:41:54 12:41:54 #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:54 #60 ... 12:41:54 12:41:54 #61 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:41:54 #61 ... 12:41:54 12:41:54 #62 [core-data internal] load build context 12:41:54 #62 transferring context: 3.36MB 8.2s done 12:41:54 #62 DONE 9.8s 12:41:54 12:41:54 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:54 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 1.77MB / 33.17MB 5.4s 12:41:54 #51 ... 12:41:54 12:41:54 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 12:41:55 #35 ... 12:41:55 12:41:55 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:55 #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 12:41:55 #51 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 12:41:55 #51 ... 12:41:55 12:41:55 #63 [core-common-config-bootstrapper internal] load build context 12:41:55 #63 transferring context: 3.36MB 7.1s done 12:41:55 #63 DONE 9.7s 12:41:55 12:41:55 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:55 #51 ... 12:41:55 12:41:55 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:41:55 #64 ... 12:41:55 12:41:55 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:41:55 #65 ... 12:41:55 12:41:55 #66 [security-bootstrapper internal] load build context 12:41:55 #66 transferring context: 3.36MB 7.0s done 12:41:55 #66 DONE 9.8s 12:41:55 12:41:55 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:55 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 4.19MB / 33.17MB 6.5s 12:41:56 #51 ... 12:41:56 12:41:56 #36 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:41:56 #36 DONE 12.1s 12:41:56 12:41:56 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:57 #51 ... 12:41:57 12:41:57 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 12:41:57 #67 ... 12:41:57 12:41:57 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:57 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 6.29MB / 33.17MB 7.8s 12:41:57 #51 ... 12:41:57 12:41:57 #55 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:41:57 #55 11.08 (1/4) Installing dumb-init (1.2.5-r3) 12:41:57 #55 11.19 (2/4) Installing openssl (3.5.4-r0) 12:41:57 #55 11.26 (3/4) Installing su-exec (0.2-r3) 12:41:57 #55 11.31 (4/4) Installing yq-go (4.47.2-r1) 12:41:57 #55 12.20 Executing busybox-1.37.0-r19.trigger 12:41:57 #55 12.26 OK: 20 MiB in 20 packages 12:41:57 #55 DONE 13.9s 12:41:57 12:41:57 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:57 #51 ... 12:41:57 12:41:57 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:41:57 #41 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.8s done 12:41:57 #41 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 12:41:57 #41 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 12:41:57 #41 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 12:41:57 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.6s done 12:41:57 #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.4s done 12:41:57 #41 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 2.8s done 12:41:57 #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.96MB / 14.28MB 8.1s 12:41:57 #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 12:41:57 #41 ... 12:41:57 12:41:57 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:58 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.20MB / 33.17MB 8.7s 12:41:58 #51 ... 12:41:58 12:41:58 #48 [support-scheduler internal] load build context 12:41:58 #48 ... 12:41:58 12:41:58 #68 [support-notifications internal] load build context 12:41:58 #68 ... 12:41:58 12:41:58 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:41:58 #69 ... 12:41:58 12:41:58 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 12:41:58 #70 ... 12:41:58 12:41:58 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 12:41:59 #71 ... 12:41:59 12:41:59 #68 [support-notifications internal] load build context 12:41:59 #68 transferring context: 3.36MB 7.8s done 12:41:59 #68 ... 12:41:59 12:41:59 #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:41:59 #72 ... 12:41:59 12:41:59 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:41:59 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.01MB / 33.17MB 9.7s 12:41:59 #51 ... 12:41:59 12:41:59 #68 [support-notifications internal] load build context 12:41:59 #68 DONE 11.6s 12:42:00 12:42:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:00 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 12:42:00 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.85MB / 33.17MB 11.1s 12:42:00 #51 ... 12:42:00 12:42:00 #60 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:42:00 #60 DONE 16.7s 12:42:00 12:42:00 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:00 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 13.63MB / 33.17MB 11.4s 12:42:00 #51 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.7s done 12:42:01 #51 ... 12:42:01 12:42:01 #48 [support-scheduler internal] load build context 12:42:01 #48 transferring context: 3.36MB 9.0s done 12:42:01 #48 DONE 12.8s 12:42:01 12:42:01 #61 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 12:42:01 #61 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:01 #61 13.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:01 #61 16.64 OK: 255 MiB in 60 packages 12:42:01 #61 DONE 18.1s 12:42:01 12:42:01 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:01 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 15.73MB / 33.17MB 12.3s 12:42:03 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 13.6s 12:42:04 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.85MB / 33.17MB 14.7s 12:42:04 #51 ... 12:42:04 12:42:04 #73 [core-metadata builder 4/7] COPY go.mod vendor* ./ 12:42:04 #73 DONE 3.1s 12:42:04 12:42:04 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:04 #51 ... 12:42:04 12:42:04 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:42:04 #57 10.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:04 #57 14.96 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:42:04 #57 14.96 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:42:04 #57 14.96 OK: 26160 distinct packages available 12:42:04 #57 15.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:04 #57 16.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:04 #57 ... 12:42:04 12:42:04 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:05 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.78MB / 33.17MB 15.7s 12:42:06 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 23.53MB / 33.17MB 16.7s 12:42:06 #51 ... 12:42:06 12:42:06 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:42:06 #74 ... 12:42:06 12:42:06 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:06 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 17.5s 12:42:07 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 17.8s 12:42:07 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.14MB / 33.17MB 17.9s 12:42:07 #51 ... 12:42:07 12:42:07 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:42:07 #75 ... 12:42:07 12:42:07 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:07 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 32.11MB / 33.17MB 18.4s 12:42:07 #51 ... 12:42:07 12:42:07 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:42:07 #41 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 9.8s done 12:42:07 #41 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.2s done 12:42:07 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12:42:08 #41 ... 12:42:08 12:42:08 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:08 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.7s done 12:42:08 #51 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 18.7s done 12:42:08 #51 ... 12:42:08 12:42:08 #59 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:42:08 #59 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:08 #59 16.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:08 #59 22.47 OK: 255 MiB in 60 packages 12:42:08 #59 DONE 25.0s 12:42:08 12:42:08 #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:42:08 #57 21.40 (1/13) Installing brotli-libs (1.1.0-r2) 12:42:08 #57 21.56 (2/13) Installing c-ares (1.34.5-r0) 12:42:08 #57 21.59 (3/13) Installing libunistring (1.3-r0) 12:42:08 #57 21.79 (4/13) Installing libidn2 (2.3.7-r0) 12:42:08 #57 21.84 (5/13) Installing nghttp2-libs (1.65.0-r0) 12:42:08 #57 21.88 (6/13) Installing libpsl (0.21.5-r3) 12:42:08 #57 21.90 (7/13) Installing zstd-libs (1.5.7-r0) 12:42:08 #57 22.02 (8/13) Installing libcurl (8.14.1-r2) 12:42:08 #57 22.16 (9/13) Installing curl (8.14.1-r2) 12:42:08 #57 22.20 (10/13) Installing dumb-init (1.2.5-r3) 12:42:08 #57 22.20 (11/13) Installing musl-obstack (1.2.3-r2) 12:42:08 #57 22.21 (12/13) Installing libucontext (1.3.2-r0) 12:42:08 #57 22.25 (13/13) Installing gcompat (1.1.0-r4) 12:42:08 #57 22.26 Executing busybox-1.37.0-r19.trigger 12:42:08 #57 22.31 OK: 13 MiB in 29 packages 12:42:08 #57 DONE 25.0s 12:42:08 12:42:08 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:42:10 #76 ... 12:42:10 12:42:10 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:42:10 #58 16.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:10 #58 17.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:10 #58 21.59 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:42:10 #58 21.59 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:42:10 #58 21.59 OK: 26161 distinct packages available 12:42:10 #58 23.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:10 #58 26.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:10 #58 ... 12:42:10 12:42:10 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:42:10 #41 ... 12:42:10 12:42:10 #77 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 12:42:10 #77 DONE 1.6s 12:42:10 12:42:10 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:42:10 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.2s 12:42:11 #41 ... 12:42:11 12:42:11 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:42:11 #0 8.721 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:11 #78 ... 12:42:11 12:42:11 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:42:13 #41 ... 12:42:13 12:42:13 #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:42:13 #43 16.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:13 #43 18.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:13 #43 ... 12:42:13 12:42:13 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:42:14 #41 ... 12:42:14 12:42:14 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:42:14 #64 18.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:14 #64 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:14 #64 ... 12:42:14 12:42:14 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:42:14 #65 18.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:14 #65 20.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:14 #65 ... 12:42:14 12:42:14 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:14 #79 ... 12:42:14 12:42:14 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:14 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 3.6s 12:42:16 #51 ... 12:42:16 12:42:16 #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:42:16 #49 18.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:16 #49 20.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:16 #49 ... 12:42:16 12:42:16 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:16 #51 ... 12:42:16 12:42:16 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 12:42:16 #71 17.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:16 #71 21.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:17 #71 ... 12:42:17 12:42:17 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:17 #51 ... 12:42:17 12:42:17 #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:42:17 #72 18.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:17 #72 21.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:17 #72 ... 12:42:17 12:42:17 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:17 #51 ... 12:42:17 12:42:17 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:42:17 #69 19.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:17 #69 22.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:18 #69 ... 12:42:18 12:42:18 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:18 #51 ... 12:42:18 12:42:18 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 12:42:18 #67 21.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:18 #67 23.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:18 #67 ... 12:42:18 12:42:18 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:42:18 #64 33.33 (1/1) Installing dumb-init (1.2.5-r3) 12:42:19 #64 33.36 Executing busybox-1.37.0-r19.trigger 12:42:19 #64 ... 12:42:19 12:42:19 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 12:42:19 #70 20.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:19 #70 23.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:19 #70 ... 12:42:19 12:42:19 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:42:19 #74 12.83 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:19 #74 15.62 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:19 #74 ... 12:42:19 12:42:19 #56 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 12:42:19 #56 16.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:19 #56 19.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:19 #56 ... 12:42:19 12:42:19 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:19 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.9s 12:42:20 #51 ... 12:42:20 12:42:20 #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:20 #80 ... 12:42:20 12:42:20 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:20 #51 ... 12:42:20 12:42:20 #64 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:42:20 #64 33.49 OK: 8 MiB in 17 packages 12:42:20 #64 DONE 35.4s 12:42:20 12:42:20 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:20 #51 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 10.3s done 12:42:21 #51 ... 12:42:21 12:42:21 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:42:21 #75 13.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:21 #75 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:21 #75 ... 12:42:21 12:42:21 #51 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:42:21 #51 DONE 36.1s 12:42:21 12:42:21 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:42:21 #65 34.12 (1/4) Installing ca-certificates (20250911-r0) 12:42:21 #65 34.57 (2/4) Installing dumb-init (1.2.5-r3) 12:42:21 #65 34.59 (3/4) Installing su-exec (0.2-r3) 12:42:21 #65 34.61 (4/4) Installing yq-go (4.47.2-r1) 12:42:22 #65 36.63 Executing busybox-1.37.0-r19.trigger 12:42:22 #65 36.84 Executing ca-certificates-20250911-r0.trigger 12:42:22 #65 ... 12:42:22 12:42:22 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:42:22 #78 11.56 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:22 #78 ... 12:42:22 12:42:22 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 12:42:22 #67 35.23 (1/2) Installing dumb-init (1.2.5-r3) 12:42:22 #67 35.29 (2/2) Installing su-exec (0.2-r3) 12:42:22 #67 35.33 Executing busybox-1.37.0-r19.trigger 12:42:22 #67 35.52 OK: 8 MiB in 18 packages 12:42:24 #67 ... 12:42:24 12:42:24 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:42:24 #41 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.3s done 12:42:24 #41 ... 12:42:24 12:42:24 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 12:42:24 #71 34.89 (1/3) Installing ca-certificates (20250911-r0) 12:42:24 #71 35.31 (2/3) Installing dumb-init (1.2.5-r3) 12:42:24 #71 35.60 (3/3) Installing tzdata (2025b-r0) 12:42:25 #71 ... 12:42:25 12:42:25 #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 12:42:25 #67 DONE 38.0s 12:42:25 12:42:25 #49 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:42:25 #49 35.32 OK: 255 MiB in 60 packages 12:42:25 #49 DONE 37.2s 12:42:25 12:42:25 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:42:25 #81 ... 12:42:25 12:42:25 #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:42:25 #58 39.80 OK: 255 MiB in 60 packages 12:42:25 #58 DONE 41.5s 12:42:25 12:42:25 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:42:25 #76 6.456 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:25 #76 8.987 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:25 #76 ... 12:42:25 12:42:25 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:42:26 #82 ... 12:42:26 12:42:26 #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:42:26 #65 38.45 OK: 19 MiB in 20 packages 12:42:26 #65 DONE 40.8s 12:42:26 12:42:26 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:42:26 #83 ... 12:42:26 12:42:26 #82 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:42:26 #82 DONE 1.3s 12:42:27 12:42:27 #81 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:42:27 #81 DONE 1.7s 12:42:27 12:42:27 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:27 #84 ... 12:42:27 12:42:27 #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:42:27 #43 31.04 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:42:27 #43 31.04 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:42:27 #43 31.04 OK: 26160 distinct packages available 12:42:27 #43 32.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:27 #43 34.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:27 #43 ... 12:42:27 12:42:27 #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:42:27 #72 36.32 (1/7) Installing ca-certificates (20250911-r0) 12:42:27 #72 37.37 (2/7) Installing dumb-init (1.2.5-r3) 12:42:27 #72 37.49 (3/7) Installing libgcc (14.2.0-r6) 12:42:27 #72 37.60 (4/7) Installing libsodium (1.0.20-r0) 12:42:27 #72 37.76 (5/7) Installing libstdc++ (14.2.0-r6) 12:42:27 #72 38.44 (6/7) Installing libzmq (4.3.5-r2) 12:42:27 #72 38.60 (7/7) Installing zeromq (4.3.5-r2) 12:42:27 #72 38.79 Executing busybox-1.37.0-r19.trigger 12:42:28 #72 ... 12:42:28 12:42:28 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 12:42:28 #70 36.48 OK: 255 MiB in 60 packages 12:42:28 #70 DONE 39.8s 12:42:28 12:42:28 #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:42:28 #72 39.11 Executing ca-certificates-20250911-r0.trigger 12:42:29 #72 ... 12:42:29 12:42:29 #85 [support-notifications builder 4/7] COPY go.mod vendor* ./ 12:42:29 #85 DONE 0.8s 12:42:29 12:42:29 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:42:29 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 12:42:30 #86 ... 12:42:30 12:42:30 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:42:30 #74 29.43 (1/1) Installing dumb-init (1.2.5-r3) 12:42:30 #74 30.59 Executing busybox-1.37.0-r19.trigger 12:42:30 #74 30.83 OK: 8 MiB in 17 packages 12:42:30 #74 DONE 34.1s 12:42:30 12:42:30 #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:42:30 #72 41.30 OK: 12 MiB in 23 packages 12:42:30 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:42:30 #72 ... 12:42:30 12:42:30 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:42:30 #0 3.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:30 #0 6.192 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:31 #87 ... 12:42:31 12:42:31 #56 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 12:42:31 #56 35.16 OK: 8 MiB in 17 packages 12:42:31 #56 DONE 38.5s 12:42:31 12:42:31 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:42:31 #75 33.36 OK: 20 MiB in 20 packages 12:42:31 #75 ... 12:42:31 12:42:31 #78 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:42:31 #78 28.52 OK: 255 MiB in 60 packages 12:42:31 #78 DONE 30.5s 12:42:31 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:42:31 12:42:31 #88 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:42:32 #88 DONE 0.8s 12:42:32 12:42:32 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:42:32 #76 22.94 OK: 13 MiB in 29 packages 12:42:32 #76 ... 12:42:32 12:42:32 #71 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 12:42:32 #71 38.62 Executing busybox-1.37.0-r19.trigger 12:42:32 #71 38.82 Executing ca-certificates-20250911-r0.trigger 12:42:32 #71 40.69 OK: 8 MiB in 19 packages 12:42:32 #71 DONE 43.8s 12:42:32 12:42:32 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:42:33 #89 ... 12:42:33 12:42:33 #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:42:33 #75 DONE 35.6s 12:42:33 12:42:33 #72 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:42:33 #72 DONE 44.3s 12:42:33 12:42:33 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 12:42:33 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:42:33 #90 DONE 0.8s 12:42:33 12:42:33 #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:42:33 #43 47.86 (1/5) Installing dumb-init (1.2.5-r3) 12:42:33 #43 47.88 (2/5) Installing musl-obstack (1.2.3-r2) 12:42:33 #43 47.90 (3/5) Installing libucontext (1.3.2-r0) 12:42:33 #43 47.91 (4/5) Installing gcompat (1.1.0-r4) 12:42:33 #43 47.93 (5/5) Installing openssl (3.5.4-r0) 12:42:33 #43 47.98 Executing busybox-1.37.0-r19.trigger 12:42:34 #43 ... 12:42:34 12:42:34 #76 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:42:34 #76 DONE 25.2s 12:42:34 12:42:34 #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:42:34 #43 48.02 OK: 9 MiB in 21 packages 12:42:34 #43 ... 12:42:34 12:42:34 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:42:34 #69 36.41 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:42:34 #69 36.41 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:42:34 #69 36.41 OK: 26160 distinct packages available 12:42:34 #69 39.66 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:34 #69 42.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:34 #69 ... 12:42:34 12:42:34 #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 12:42:35 #91 ... 12:42:35 12:42:35 #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 12:42:35 #0 7.814 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:35 #0 9.553 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:35 #92 ... 12:42:35 12:42:35 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:35 #93 ... 12:42:35 12:42:35 #43 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:42:35 #43 DONE 49.6s 12:42:35 12:42:35 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 12:42:37 #94 ... 12:42:37 12:42:37 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:37 #95 ... 12:42:37 12:42:37 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:42:37 #83 9.802 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:38 #83 11.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:40 #83 ... 12:42:40 12:42:40 #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:42:40 #87 18.22 OK: 8 MiB in 17 packages 12:42:40 #87 DONE 19.3s 12:42:40 12:42:40 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 12:42:40 #94 3.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:40 #94 4.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:42 #94 ... 12:42:42 12:42:42 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:42:42 #69 52.67 (1/4) Installing dumb-init (1.2.5-r3) 12:42:42 #69 52.69 (2/4) Installing musl-obstack (1.2.3-r2) 12:42:42 #69 52.70 (3/4) Installing libucontext (1.3.2-r0) 12:42:42 #69 52.72 (4/4) Installing gcompat (1.1.0-r4) 12:42:42 #69 52.73 Executing busybox-1.37.0-r19.trigger 12:42:42 #69 52.81 OK: 8 MiB in 20 packages 12:42:42 #69 DONE 54.1s 12:42:42 12:42:42 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:42:43 #96 ... 12:42:43 12:42:43 #92 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 12:42:43 #92 16.74 OK: 8 MiB in 18 packages 12:42:43 #92 DONE 18.4s 12:42:43 12:42:43 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:42:46 #97 DONE 2.9s 12:42:46 12:42:46 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 12:42:46 #98 DONE 0.4s 12:42:46 12:42:46 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:42:46 #96 3.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:46 #96 4.419 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:48 #96 ... 12:42:48 12:42:48 #83 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:42:48 #83 19.75 OK: 19 MiB in 20 packages 12:42:48 #83 DONE 21.6s 12:42:48 12:42:48 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:42:48 #89 5.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:48 #89 6.798 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:48 #89 ... 12:42:48 12:42:48 #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 12:42:48 #91 5.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz 12:42:48 #91 6.529 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz 12:42:48 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:42:48 #91 14.94 OK: 12 MiB in 23 packages 12:42:48 #91 ... 12:42:48 12:42:48 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:42:48 #89 15.96 OK: 8 MiB in 19 packages 12:42:49 #89 ... 12:42:49 12:42:49 #91 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 12:42:49 #91 DONE 16.1s 12:42:49 12:42:49 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 12:42:49 #94 14.01 OK: 9 MiB in 21 packages 12:42:49 #94 ... 12:42:49 12:42:49 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:42:49 #89 DONE 17.2s 12:42:49 12:42:49 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:42:50 #95 ... 12:42:50 12:42:50 #94 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 12:42:50 #94 DONE 15.3s 12:42:50 12:42:50 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:42:52 #99 ... 12:42:52 12:42:52 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:42:52 #100 DONE 1.2s 12:42:52 12:42:52 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:42:52 #101 ... 12:42:52 12:42:52 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:42:52 #99 DONE 2.3s 12:42:52 12:42:52 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:42:52 #102 DONE 0.3s 12:42:52 12:42:52 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:42:53 #101 ... 12:42:53 12:42:53 #103 [security-spire-server stage-2 6/9] COPY security.txt / 12:42:53 #103 DONE 0.3s 12:42:53 12:42:53 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:42:53 #104 DONE 0.3s 12:42:53 12:42:53 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:42:53 #101 DONE 2.1s 12:42:53 12:42:53 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:42:54 #105 DONE 0.3s 12:42:54 12:42:54 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:42:54 #106 DONE 0.3s 12:42:54 12:42:54 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:42:54 #107 DONE 0.5s 12:42:54 12:42:54 #108 [security-spire-server] exporting to image 12:42:54 #108 exporting layers 12:42:54 #108 ... 12:42:54 12:42:54 #109 [security-spire-agent stage-3 7/10] COPY security.txt / 12:42:54 #109 DONE 0.4s 12:42:54 12:42:54 #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:42:55 #110 DONE 0.4s 12:42:55 12:42:55 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:42:55 #96 11.70 OK: 8 MiB in 20 packages 12:42:55 #96 DONE 13.2s 12:42:55 12:42:55 #111 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:42:55 #111 DONE 0.4s 12:42:55 12:42:55 #112 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:42:56 #112 DONE 0.6s 12:42:56 12:42:56 #113 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:42:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:42:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:43:00 #113 DONE 4.5s 12:43:00 12:43:00 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:43:00 #114 ... 12:43:00 12:43:00 #108 [security-spire-agent] exporting to image 12:43:00 #108 exporting layers 3.8s done 12:43:00 #108 writing image sha256:2b26249a8cfaaa8c03bde8037d07c3f83142f94b15dbf7c3a27489f14a0d7c75 0.0s done 12:43:00 #108 naming to docker.io/library/security-spire-server-arm64 done 12:43:00 #108 writing image sha256:f6dbe15307c1e421716ec42d5830eed20186ff7c6eec83a9e5e1bf8e73169a82 done 12:43:00 #108 naming to docker.io/library/security-spire-agent-arm64 0.0s done 12:43:00 #108 DONE 6.1s 12:43:00 12:43:00 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:43:00 #114 DONE 0.2s 12:43:00 12:43:00 #115 [security-spire-config stage-2 6/10] COPY security.txt / 12:43:00 #115 DONE 0.2s 12:43:00 12:43:00 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:43:00 #116 DONE 0.2s 12:43:00 12:43:00 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:43:00 #79 ... 12:43:00 12:43:00 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:43:00 #117 DONE 0.2s 12:43:00 12:43:00 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:43:01 #118 DONE 0.2s 12:43:01 12:43:01 #108 [security-spire-config] exporting to image 12:43:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:43:03 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 12:43:03 #108 exporting layers 2.2s done 12:43:03 #108 writing image sha256:75c28083742b32a29ec45231fc19bca58753317595103849af03483d760444d4 0.0s done 12:43:03 #108 naming to docker.io/library/security-spire-config-arm64 done 12:43:03 #108 DONE 8.4s 12:43:03 12:43:03 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:43:07 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:43:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 12:43:12 $ docker stop --time=1 cfcc834b542aa8859eaf9d5c3ce31fff1aa5d81cc3ee0376e206135fa2798474 12:43:26 $ docker rm -f --volumes cfcc834b542aa8859eaf9d5c3ce31fff1aa5d81cc3ee0376e206135fa2798474 [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 12:43:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:43:30 12:43:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:43:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:43:31 latest: Pulling from edgex-devops/edgex-compose 12:43:31 91d30c5bc195: Pulling fs layer 12:43:31 2e9b0aa3be6d: Pulling fs layer 12:43:31 9c61dcf015f6: Pulling fs layer 12:43:31 4698f68db338: Pulling fs layer 12:43:31 2a2f49069b9e: Pulling fs layer 12:43:31 e0025b399a48: Pulling fs layer 12:43:31 2a2f49069b9e: Waiting 12:43:31 e0025b399a48: Waiting 12:43:31 4698f68db338: Waiting 12:43:32 91d30c5bc195: Download complete 12:43:32 4698f68db338: Download complete 12:43:32 2e9b0aa3be6d: Verifying Checksum 12:43:32 e0025b399a48: Verifying Checksum 12:43:32 e0025b399a48: Download complete 12:43:32 2a2f49069b9e: Download complete 12:43:32 91d30c5bc195: Pull complete 12:43:33 9c61dcf015f6: Verifying Checksum 12:43:33 9c61dcf015f6: Download complete 12:43:35 2e9b0aa3be6d: Pull complete 12:43:41 9c61dcf015f6: Pull complete 12:43:41 4698f68db338: Pull complete 12:43:41 2a2f49069b9e: Pull complete 12:43:41 e0025b399a48: Pull complete 12:43:41 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 12:43:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:43:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:43:41 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 12:43:41 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 12:43:45 $ docker top 0cb87393383e8b32b1dd42a004e777574375cc8c30398b1774d0fea905c2a6b4 -eo pid,comm [Pipeline] { [Pipeline] sh 12:43:45 + docker compose -f ./docker-compose-build.yml build --parallel 12:43:45 #1 [security-secretstore-setup internal] load build definition from Dockerfile 12:43:45 #1 ... 12:43:45 12:43:45 #2 [support-notifications internal] load build definition from Dockerfile 12:43:45 #2 transferring dockerfile: 2.02kB done 12:43:45 #2 DONE 0.2s 12:43:45 12:43:45 #3 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:43:45 #3 DONE 0.0s 12:43:45 12:43:45 #4 [core-keeper internal] load build definition from Dockerfile 12:43:45 #4 transferring dockerfile: 2.01kB done 12:43:45 #4 DONE 0.2s 12:43:46 12:43:46 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 12:43:46 #5 transferring dockerfile: 1.89kB done 12:43:46 #5 DONE 0.2s 12:43:46 12:43:46 #3 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:43:46 #3 DONE 0.0s 12:43:46 12:43:46 #6 [security-spire-config internal] load build definition from Dockerfile 12:43:46 #6 transferring dockerfile: 1.69kB done 12:43:46 #6 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 12:43:46 #6 DONE 0.3s 12:43:46 12:43:46 #7 [security-spire-config internal] load metadata for docker.io/library/alpine:3.22 12:43:46 #7 DONE 0.3s 12:43:46 12:43:46 #8 [support-scheduler internal] load build definition from Dockerfile 12:43:46 #8 transferring dockerfile: 1.83kB done 12:43:46 #8 DONE 0.4s 12:43:46 12:43:46 #3 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:43:46 #3 DONE 0.0s 12:43:46 12:43:46 #9 [security-spire-server internal] load build definition from Dockerfile 12:43:46 #9 transferring dockerfile: 1.70kB done 12:43:46 #9 DONE 0.4s 12:43:46 12:43:46 #10 [support-notifications internal] load .dockerignore 12:43:46 #10 DONE 0.0s 12:43:46 12:43:46 #11 [support-scheduler internal] load .dockerignore 12:43:46 #11 ... 12:43:46 12:43:46 #12 [core-metadata internal] load build definition from Dockerfile 12:43:46 #12 transferring dockerfile: 2.10kB done 12:43:46 #12 DONE 0.4s 12:43:46 12:43:46 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 12:43:46 #13 transferring dockerfile: 2.23kB done 12:43:46 #13 DONE 0.4s 12:43:46 12:43:46 #14 [core-command internal] load build definition from Dockerfile 12:43:46 #14 transferring dockerfile: 1.94kB done 12:43:46 #14 DONE 0.4s 12:43:46 12:43:46 #15 [security-proxy-setup internal] load build definition from Dockerfile 12:43:46 #15 transferring dockerfile: 2.50kB done 12:43:46 #15 DONE 0.5s 12:43:46 12:43:46 #3 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:43:46 #3 DONE 0.0s 12:43:46 12:43:46 #1 [security-secretstore-setup internal] load build definition from Dockerfile 12:43:46 #1 transferring dockerfile: 2.49kB done 12:43:46 #1 DONE 0.5s 12:43:46 12:43:46 #16 [security-bootstrapper internal] load build definition from Dockerfile 12:43:46 #16 transferring dockerfile: 3.02kB done 12:43:46 #16 DONE 0.4s 12:43:46 12:43:46 #11 [support-scheduler internal] load .dockerignore 12:43:46 #11 ... 12:43:46 12:43:46 #17 [core-data internal] load build definition from Dockerfile 12:43:46 #17 transferring dockerfile: 2.04kB done 12:43:46 #17 DONE 0.3s 12:43:46 12:43:46 #18 [security-spire-agent internal] load build definition from Dockerfile 12:43:46 #18 transferring dockerfile: 1.81kB done 12:43:46 #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 12:43:46 #18 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 12:43:46 #18 DONE 0.3s 12:43:46 12:43:46 #19 [core-keeper internal] load .dockerignore 12:43:46 #19 transferring context: 50B done 12:43:46 #19 DONE 0.2s 12:43:46 12:43:46 #20 [security-proxy-auth internal] load build definition from Dockerfile 12:43:46 #20 transferring dockerfile: 2.14kB done 12:43:46 #20 DONE 0.3s 12:43:46 12:43:46 #3 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 12:43:46 #3 DONE 0.0s 12:43:46 12:43:46 #11 [support-scheduler internal] load .dockerignore 12:43:46 #11 transferring context: 50B done 12:43:46 #11 DONE 0.3s 12:43:46 12:43:46 #7 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.22 12:43:46 #7 DONE 0.4s 12:43:46 12:43:46 #10 [support-notifications internal] load .dockerignore 12:43:46 #10 transferring context: 50B done 12:43:46 #10 DONE 0.3s 12:43:46 12:43:46 #21 [security-spiffe-token-provider internal] load .dockerignore 12:43:46 #21 transferring context: 50B done 12:43:46 #21 DONE 0.3s 12:43:46 12:43:46 #22 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:43:46 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:43:46 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:43:46 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:43:46 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:43:46 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:43:46 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:43:46 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:43:46 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:43:46 #22 DONE 0.3s 12:43:46 12:43:46 #23 [core-common-config-bootstrapper internal] load .dockerignore 12:43:46 #23 transferring context: 50B done 12:43:46 #23 DONE 0.3s 12:43:46 12:43:46 #24 [core-command internal] load .dockerignore 12:43:46 #24 transferring context: 50B done 12:43:46 #24 DONE 0.3s 12:43:46 12:43:46 #25 [core-metadata internal] load .dockerignore 12:43:46 #25 transferring context: 50B done 12:43:46 #25 DONE 0.3s 12:43:46 12:43:46 #26 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:43:46 #26 ... 12:43:46 12:43:46 #27 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 12:43:46 #27 DONE 0.8s 12:43:46 12:43:46 #28 [core-metadata builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 12:43:47 #28 ... 12:43:47 12:43:47 #29 [core-data internal] load .dockerignore 12:43:47 #29 transferring context: 50B 0.0s done 12:43:47 #29 DONE 0.7s 12:43:47 12:43:47 #22 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:43:47 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:43:47 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:43:47 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:43:47 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:43:47 #22 DONE 0.3s 12:43:47 12:43:47 #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 12:43:47 #30 DONE 0.9s 12:43:47 12:43:47 #31 [security-spire-agent internal] load .dockerignore 12:43:47 #31 ... 12:43:47 12:43:47 #22 [security-proxy-setup stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:43:47 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:43:47 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:43:47 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:43:47 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:43:47 #22 DONE 0.3s 12:43:47 12:43:47 #32 [security-proxy-setup internal] load .dockerignore 12:43:47 #32 transferring context: 50B 0.0s done 12:43:47 #32 DONE 0.9s 12:43:47 12:43:47 #26 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:43:47 #26 0.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:43:47 #26 0.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:43:48 #26 1.333 (1/1) Installing dumb-init (1.2.5-r3) 12:43:48 #26 1.340 Executing busybox-1.37.0-r19.trigger 12:43:48 #26 1.357 OK: 7 MiB in 17 packages 12:43:48 #26 ... 12:43:48 12:43:48 #33 [security-proxy-auth internal] load .dockerignore 12:43:48 #33 transferring context: 50B 0.0s done 12:43:48 #33 DONE 1.8s 12:43:48 12:43:48 #34 [core-metadata internal] load build context 12:43:52 #34 transferring context: 454.79MB 5.5s 12:43:52 #34 ... 12:43:52 12:43:52 #35 [core-keeper internal] load build context 12:43:52 #35 ... 12:43:52 12:43:52 #34 [core-metadata internal] load build context 12:43:53 #34 ... 12:43:53 12:43:53 #36 [security-secretstore-setup internal] load .dockerignore 12:43:53 #36 transferring context: 50B done 12:43:53 #36 DONE 6.9s 12:43:53 12:43:53 #34 [core-metadata internal] load build context 12:43:53 #34 transferring context: 530.31MB 6.4s 12:43:54 #34 transferring context: 612.58MB 7.2s done 12:43:56 #34 ... 12:43:56 12:43:56 #37 [security-bootstrapper internal] load .dockerignore 12:43:56 #37 transferring context: 50B 0.0s done 12:43:56 #37 ... 12:43:56 12:43:56 #38 [core-command internal] load build context 12:43:56 #38 transferring context: 612.58MB 7.4s done 12:43:56 #38 ... 12:43:56 12:43:56 #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 12:43:56 #0 9.008 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:43:56 #0 9.193 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:43:56 #0 9.573 (1/3) Installing ca-certificates (20250911-r0) 12:43:56 #0 10.01 (2/3) Installing dumb-init (1.2.5-r3) 12:43:56 #0 10.02 (3/3) Installing tzdata (2025b-r0) 12:43:56 #0 10.05 Executing busybox-1.37.0-r19.trigger 12:43:56 #0 10.08 Executing ca-certificates-20250911-r0.trigger 12:43:56 #0 10.11 OK: 8 MiB in 19 packages 12:43:56 #39 ... 12:43:56 12:43:56 #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:43:56 #0 3.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:43:56 #0 3.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:43:56 #0 4.024 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:43:56 #0 4.024 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:43:56 #0 4.024 OK: 26319 distinct packages available 12:43:56 #0 4.091 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:43:56 #0 4.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:43:56 #0 4.469 (1/13) Installing brotli-libs (1.1.0-r2) 12:43:56 #0 4.483 (2/13) Installing c-ares (1.34.5-r0) 12:43:56 #0 4.490 (3/13) Installing libunistring (1.3-r0) 12:43:56 #0 4.509 (4/13) Installing libidn2 (2.3.7-r0) 12:43:56 #0 4.512 (5/13) Installing nghttp2-libs (1.65.0-r0) 12:43:56 #0 4.516 (6/13) Installing libpsl (0.21.5-r3) 12:43:56 #0 4.522 (7/13) Installing zstd-libs (1.5.7-r0) 12:43:56 #0 4.535 (8/13) Installing libcurl (8.14.1-r2) 12:43:56 #0 4.545 (9/13) Installing curl (8.14.1-r2) 12:43:56 #0 4.552 (10/13) Installing dumb-init (1.2.5-r3) 12:43:56 #0 4.555 (11/13) Installing musl-obstack (1.2.3-r2) 12:43:56 #0 4.558 (12/13) Installing libucontext (1.3.2-r0) 12:43:56 #0 4.560 (13/13) Installing gcompat (1.1.0-r4) 12:43:56 #0 4.565 Executing busybox-1.37.0-r19.trigger 12:43:56 #0 4.585 OK: 13 MiB in 29 packages 12:43:57 #40 ... 12:43:57 12:43:57 #41 [core-common-config-bootstrapper internal] load build context 12:43:57 #41 transferring context: 612.58MB 6.9s done 12:43:57 #41 ... 12:43:57 12:43:57 #42 [security-spire-config internal] load .dockerignore 12:43:57 #42 ... 12:43:57 12:43:57 #43 [security-spiffe-token-provider internal] load build context 12:43:57 #43 transferring context: 612.58MB 7.8s done 12:43:57 #43 ... 12:43:57 12:43:57 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:43:57 #44 ... 12:43:57 12:43:57 #28 [security-proxy-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 12:43:57 #28 ... 12:43:57 12:43:57 #45 [security-proxy-setup internal] load build context 12:43:57 #45 ... 12:43:57 12:43:57 #46 [support-scheduler internal] load build context 12:43:57 #46 transferring context: 612.58MB 9.1s done 12:43:58 #46 ... 12:43:58 12:43:58 #47 [support-notifications internal] load build context 12:43:58 #47 transferring context: 612.58MB 9.5s done 12:43:58 #47 ... 12:43:58 12:43:58 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:43:58 #48 ... 12:43:58 12:43:58 #49 [core-data internal] load build context 12:43:58 #49 ... 12:43:58 12:43:58 #50 [security-spire-server internal] load .dockerignore 12:43:59 #50 ... 12:43:59 12:43:59 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:43:59 #51 ... 12:43:59 12:43:59 #37 [security-bootstrapper internal] load .dockerignore 12:43:59 #37 DONE 12.8s 12:43:59 12:43:59 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:43:59 #0 0.601 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:43:59 #0 0.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:43:59 #0 1.249 (1/7) Installing ca-certificates (20250911-r0) 12:43:59 #0 1.265 (2/7) Installing dumb-init (1.2.5-r3) 12:43:59 #0 1.270 (3/7) Installing libgcc (14.2.0-r6) 12:43:59 #0 1.276 (4/7) Installing libsodium (1.0.20-r0) 12:43:59 #0 1.284 (5/7) Installing libstdc++ (14.2.0-r6) 12:43:59 #0 1.311 (6/7) Installing libzmq (4.3.5-r2) 12:43:59 #0 1.320 (7/7) Installing zeromq (4.3.5-r2) 12:43:59 #0 1.327 Executing busybox-1.37.0-r19.trigger 12:43:59 #0 1.337 Executing ca-certificates-20250911-r0.trigger 12:43:59 #0 1.389 OK: 12 MiB in 23 packages 12:43:59 #52 ... 12:43:59 12:43:59 #35 [core-keeper internal] load build context 12:43:59 #35 transferring context: 612.58MB 7.3s done 12:44:32 #35 ... 12:44:32 12:44:32 #22 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:44:32 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:44:32 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:44:32 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:44:32 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:44:32 #22 DONE 0.3s 12:44:32 12:44:32 #53 [security-proxy-auth internal] load build context 12:44:32 #53 DONE 0.0s 12:44:32 12:44:32 #28 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 12:44:32 #28 ... 12:44:32 12:44:32 #22 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:44:32 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:44:32 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:44:32 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:44:32 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:44:32 #22 DONE 0.3s 12:44:32 12:44:32 #28 [security-bootstrapper builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 12:44:36 #28 ... 12:44:36 12:44:36 #49 [core-data internal] load build context 12:44:36 #49 transferring context: 612.58MB 2.7s done 12:44:40 #49 ... 12:44:40 12:44:40 #45 [security-proxy-setup internal] load build context 12:44:40 #45 transferring context: 31B 12:44:40 #45 ... 12:44:40 12:44:40 #26 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 12:44:40 #26 DONE 53.6s 12:44:40 12:44:40 #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 12:44:40 #40 DONE 53.6s 12:44:40 12:44:40 #45 [security-proxy-setup internal] load build context 12:44:40 #45 ... 12:44:40 12:44:40 #52 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 12:44:40 #52 DONE 53.8s 12:44:40 12:44:40 #45 [security-proxy-setup internal] load build context 12:44:40 #45 ... 12:44:40 12:44:40 #41 [core-common-config-bootstrapper internal] load build context 12:44:40 #41 DONE 53.9s 12:44:40 12:44:40 #45 [security-proxy-setup internal] load build context 12:44:40 #79 ... 12:44:40 12:44:40 #86 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #86 DONE 120.5s 12:44:40 12:44:40 #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #95 DONE 122.4s 12:44:40 12:44:40 #80 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #80 DONE 139.0s 12:44:40 12:44:40 #119 [support-notifications builder 6/7] COPY . . 12:44:40 #119 ... 12:44:40 12:44:40 #84 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #84 DONE 122.6s 12:44:40 12:44:40 #93 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #93 DONE 117.0s 12:44:40 12:44:40 #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #79 DONE 145.3s 12:44:40 12:44:40 #120 [support-scheduler builder 6/7] COPY . . 12:44:40 #120 ... 12:44:40 12:44:40 #121 [core-keeper builder 7/8] COPY . . 12:44:40 #121 DONE 2.3s 12:44:40 12:44:40 #120 [support-scheduler builder 6/7] COPY . . 12:44:40 #120 DONE 2.3s 12:44:40 12:44:40 #119 [support-notifications builder 6/7] COPY . . 12:44:40 #119 DONE 2.4s 12:44:40 12:44:40 #122 [core-metadata builder 6/7] COPY . . 12:44:40 #122 DONE 2.3s 12:44:40 12:44:40 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:44:40 #123 ... 12:44:40 12:44:40 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:44:40 #124 CACHED 12:44:40 12:44:40 #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #125 CACHED 12:44:40 12:44:40 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 12:44:40 #126 CACHED 12:44:40 12:44:40 #127 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #127 CACHED 12:44:40 12:44:40 #128 [core-data builder 6/7] COPY . . 12:44:40 #128 CACHED 12:44:40 12:44:40 #129 [core-data builder 4/7] COPY go.mod vendor* ./ 12:44:40 #129 CACHED 12:44:40 12:44:40 #130 [security-bootstrapper builder 6/7] COPY . . 12:44:40 #130 CACHED 12:44:40 12:44:40 #131 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #131 CACHED 12:44:40 12:44:40 #132 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:44:40 #132 CACHED 12:44:40 12:44:40 #133 [core-command builder 4/7] COPY go.mod vendor* ./ 12:44:40 #133 CACHED 12:44:40 12:44:40 #134 [core-command builder 6/7] COPY . . 12:44:40 #134 CACHED 12:44:40 12:44:40 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #135 CACHED 12:44:40 12:44:40 #136 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:44:40 #136 CACHED 12:44:40 12:44:40 #137 [security-proxy-auth builder 6/7] COPY . . 12:44:40 #137 CACHED 12:44:40 12:44:40 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #138 CACHED 12:44:40 12:44:40 #139 [security-secretstore-setup builder 6/7] COPY . . 12:44:40 #139 CACHED 12:44:40 12:44:40 #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:44:40 #140 CACHED 12:44:40 12:44:40 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:44:40 #141 CACHED 12:44:40 12:44:40 #142 [security-proxy-setup builder 6/7] COPY . . 12:44:40 #142 DONE 2.5s 12:44:40 12:44:40 #143 [security-spiffe-token-provider builder 6/7] COPY . . 12:44:40 #143 DONE 2.6s 12:44:40 12:44:40 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:44:40 #144 ... 12:44:40 12:44:40 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:44:40 #0 5.631 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:44:40 #145 ... 12:44:40 12:44:40 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:44:40 #0 5.866 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 12:44:40 #146 ... 12:44:40 12:44:40 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:44:40 #0 6.204 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:44:40 #147 ... 12:44:40 12:44:40 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:44:40 #144 6.598 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:44:40 #45 ... 12:44:40 12:44:40 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:44:40 #44 DONE 54.1s 12:44:40 12:44:40 #54 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:44:40 #54 ... 12:44:40 12:44:40 #35 [core-keeper internal] load build context 12:44:40 #35 DONE 54.5s 12:44:40 12:44:40 #39 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 12:44:40 #39 DONE 54.3s 12:44:40 12:44:40 #34 [core-metadata internal] load build context 12:44:40 #34 DONE 54.4s 12:44:40 12:44:40 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:44:40 #51 53.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:44:40 #51 53.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:44:40 #51 53.58 (1/4) Installing dumb-init (1.2.5-r3) 12:44:40 #51 53.58 (2/4) Installing openssl (3.5.4-r0) 12:44:40 #51 53.59 (3/4) Installing su-exec (0.2-r3) 12:44:40 #51 53.60 (4/4) Installing yq-go (4.47.2-r1) 12:44:40 #51 53.72 Executing busybox-1.37.0-r19.trigger 12:44:40 #51 53.72 OK: 20 MiB in 20 packages 12:44:41 #51 ... 12:44:41 12:44:41 #38 [core-command internal] load build context 12:44:41 #38 DONE 54.5s 12:44:41 12:44:41 #55 [security-bootstrapper internal] load build context 12:44:41 #55 ... 12:44:41 12:44:41 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:44:41 #48 43.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:44:41 #48 44.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:44:41 #48 44.51 (1/1) Installing dumb-init (1.2.5-r3) 12:44:41 #48 44.51 Executing busybox-1.37.0-r19.trigger 12:44:41 #48 44.52 OK: 7 MiB in 17 packages 12:44:41 #48 ... 12:44:41 12:44:41 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 12:44:41 #56 ... 12:44:41 12:44:41 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:44:41 #57 ... 12:44:41 12:44:41 #58 [security-secretstore-setup internal] load build context 12:44:41 #58 ... 12:44:41 12:44:41 #53 [security-proxy-auth internal] load build context 12:44:41 #144 ... 12:44:41 12:44:41 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:44:41 #0 5.100 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:44:41 #148 ... 12:44:41 12:44:41 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:44:41 #0 6.218 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:44:42 #53 ... 12:44:42 12:44:42 #45 [security-proxy-setup internal] load build context 12:44:42 #149 ... 12:44:42 12:44:42 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:44:42 #0 7.391 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:44:42 #150 ... 12:44:42 12:44:42 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:44:42 #0 7.288 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 12:44:42 #151 ... 12:44:42 12:44:42 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:44:42 #0 7.352 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:44:42 #152 ... 12:44:42 12:44:42 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:44:42 #0 6.173 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:44:42 #153 ... 12:44:42 12:44:42 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:44:42 #0 7.039 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:44:43 #154 ... 12:44:43 12:44:43 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:44:43 #123 7.029 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:44:43 #45 transferring context: 612.58MB 3.0s done 12:44:49 #45 ... 12:44:49 12:44:49 #43 [security-spiffe-token-provider internal] load build context 12:44:49 #43 DONE 63.2s 12:44:49 12:44:49 #59 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 12:44:49 #59 ... 12:44:49 12:44:49 #46 [support-scheduler internal] load build context 12:44:49 #46 DONE 63.4s 12:44:49 12:44:49 #47 [support-notifications internal] load build context 12:44:49 #47 DONE 63.4s 12:44:49 12:44:49 #60 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:44:50 #60 ... 12:44:50 12:44:50 #28 [support-scheduler builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 12:44:50 #28 DONE 63.8s 12:44:50 12:44:50 #48 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 12:44:50 #48 DONE 63.0s 12:44:50 12:44:50 #61 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:44:50 #61 ... 12:44:50 12:44:50 #49 [core-data internal] load build context 12:44:50 #49 DONE 63.1s 12:44:50 12:44:50 #62 [core-metadata builder 2/8] WORKDIR /edgex-go 12:44:50 #62 ... 12:44:50 12:44:50 #63 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 12:44:50 #63 ... 12:44:50 12:44:50 #64 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:44:51 #64 ... 12:44:51 12:44:51 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:44:51 #57 19.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:44:51 #57 19.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:44:51 #57 19.85 (1/4) Installing ca-certificates (20250911-r0) 12:44:51 #57 ... 12:44:51 12:44:51 #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 12:44:51 #51 DONE 63.7s 12:44:51 12:44:51 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:44:51 #57 19.90 (2/4) Installing dumb-init (1.2.5-r3) 12:44:51 #57 19.91 (3/4) Installing su-exec (0.2-r3) 12:44:51 #57 19.91 (4/4) Installing yq-go (4.47.2-r1) 12:44:51 #57 20.00 Executing busybox-1.37.0-r19.trigger 12:44:51 #57 20.00 Executing ca-certificates-20250911-r0.trigger 12:44:51 #57 20.04 OK: 20 MiB in 20 packages 12:44:51 #57 ... 12:44:51 12:44:51 #45 [security-proxy-setup internal] load build context 12:44:51 #45 DONE 64.4s 12:44:51 12:44:51 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 12:44:51 #56 19.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:44:51 #56 19.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:44:51 #56 19.85 (1/2) Installing dumb-init (1.2.5-r3) 12:44:51 #56 19.85 (2/2) Installing su-exec (0.2-r3) 12:44:51 #56 19.89 Executing busybox-1.37.0-r19.trigger 12:44:51 #56 19.90 OK: 7 MiB in 18 packages 12:44:52 #56 DONE 20.9s 12:44:52 12:44:52 #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:44:52 #65 ... 12:44:52 12:44:52 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 12:44:52 #57 DONE 20.9s 12:44:52 12:44:52 #62 [core-common-config-bootstrapper builder 2/8] WORKDIR /edgex-go 12:44:52 #62 DONE 2.0s 12:44:52 12:44:52 #59 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 12:44:52 #59 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:44:52 #59 12.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:44:52 #59 12.36 OK: 7 MiB in 17 packages 12:44:57 #59 ... 12:44:57 12:44:57 #53 [security-proxy-auth internal] load build context 12:44:57 #53 transferring context: 612.58MB 2.9s done 12:44:59 #53 ... 12:44:59 12:44:59 #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:44:59 #65 7.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:44:59 #65 7.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:44:59 #65 8.133 OK: 20 MiB in 20 packages 12:45:02 #65 ... 12:45:02 12:45:02 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 12:45:02 #66 ... 12:45:02 12:45:02 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:45:02 #67 ... 12:45:02 12:45:02 #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:45:02 #68 ... 12:45:02 12:45:02 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:45:03 #69 ... 12:45:03 12:45:03 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:45:03 #70 ... 12:45:03 12:45:03 #61 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:45:03 #61 2.754 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:03 #61 2.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:03 #61 3.184 OK: 7 MiB in 17 packages 12:45:03 #61 ... 12:45:03 12:45:03 #64 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:45:03 #64 11.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:03 #64 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:03 #64 12.31 OK: 13 MiB in 29 packages 12:45:03 #64 ... 12:45:03 12:45:03 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:45:03 #71 ... 12:45:03 12:45:03 #60 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:45:03 #60 11.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:03 #60 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:03 #60 12.18 OK: 8 MiB in 19 packages 12:45:03 #60 ... 12:45:03 12:45:03 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 12:45:03 #72 ... 12:45:03 12:45:03 #54 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:45:03 #54 11.51 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:03 #54 11.87 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:03 #54 12.43 (1/1) Installing dumb-init (1.2.5-r3) 12:45:03 #54 12.59 Executing busybox-1.37.0-r19.trigger 12:45:03 #54 12.60 OK: 7 MiB in 17 packages 12:45:04 #54 ... 12:45:04 12:45:04 #50 [security-spire-server internal] load .dockerignore 12:45:04 #50 transferring context: 50B done 12:45:04 #50 ... 12:45:04 12:45:04 #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 12:45:04 #73 ... 12:45:04 12:45:04 #63 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 12:45:04 #63 11.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:04 #63 11.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:04 #63 12.47 OK: 12 MiB in 23 packages 12:45:04 #63 ... 12:45:04 12:45:04 #31 [security-spire-agent internal] load .dockerignore 12:45:04 #31 transferring context: 50B done 12:45:04 #31 ... 12:45:04 12:45:04 #50 [security-spire-server internal] load .dockerignore 12:45:04 #50 DONE 77.9s 12:45:04 12:45:04 #22 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:45:04 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:45:04 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:45:04 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:45:04 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:45:04 #22 DONE 0.3s 12:45:04 12:45:04 #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:04 #74 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:06 #74 ... 12:45:06 12:45:06 #59 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 12:45:06 #59 DONE 25.8s 12:45:06 12:45:06 #58 [security-secretstore-setup internal] load build context 12:45:06 #58 ... 12:45:06 12:45:06 #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:06 #74 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.4s done 12:45:06 #74 DONE 1.4s 12:45:06 12:45:06 #64 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 12:45:06 #64 DONE 25.9s 12:45:06 12:45:06 #58 [security-secretstore-setup internal] load build context 12:45:07 #58 transferring context: 612.58MB 3.7s done 12:45:11 #58 ... 12:45:11 12:45:11 #63 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 12:45:11 #63 DONE 30.1s 12:45:11 12:45:11 #55 [security-bootstrapper internal] load build context 12:45:11 #55 transferring context: 612.58MB 3.8s done 12:45:13 #55 ... 12:45:13 12:45:13 #42 [security-spire-config internal] load .dockerignore 12:45:13 #42 transferring context: 50B done 12:45:13 #42 ... 12:45:13 12:45:13 #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:13 #74 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 12:45:13 #74 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 12:45:15 #74 ... 12:45:15 12:45:15 #75 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:45:15 #75 ... 12:45:15 12:45:15 #76 [security-spire-server internal] load build context 12:45:15 #76 ... 12:45:15 12:45:15 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 12:45:15 #66 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:15 #66 14.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:15 #66 14.34 OK: 7 MiB in 18 packages 12:45:17 #66 ... 12:45:17 12:45:17 #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:17 #74 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 12:45:37 #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 10.3s 12:45:37 #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 10.7s 12:45:37 #74 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 11.0s 12:45:37 #74 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 11.1s 12:45:37 #74 ... 12:45:37 12:45:37 #53 [security-proxy-auth internal] load build context 12:45:37 #53 DONE 64.4s 12:45:37 12:45:37 #65 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 12:45:37 #65 DONE 44.4s 12:45:37 12:45:37 #54 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 12:45:37 #54 DONE 54.8s 12:45:37 12:45:37 #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:37 #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 11.0s done 12:45:37 #74 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 12:45:37 #74 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 11.3s 12:45:37 #74 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 11.3s 12:45:37 #74 ... 12:45:37 12:45:37 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:45:37 #69 43.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:37 #69 ... 12:45:37 12:45:37 #60 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 12:45:37 #60 DONE 54.8s 12:45:37 12:45:37 #61 [core-data stage-1 3/7] RUN apk --no-cache upgrade 12:45:37 #61 DONE 45.5s 12:45:37 12:45:37 #42 [security-spire-config internal] load .dockerignore 12:45:37 #42 DONE 108.9s 12:45:37 12:45:37 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:45:37 #69 43.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:37 #69 ... 12:45:37 12:45:37 #22 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 12:45:37 #22 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.1s done 12:45:37 #22 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done 12:45:37 #22 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done 12:45:37 #22 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done 12:45:37 #22 DONE 0.3s 12:45:37 12:45:37 #31 [security-spire-agent internal] load .dockerignore 12:45:37 #31 DONE 108.6s 12:45:37 12:45:37 #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 12:45:37 #66 DONE 44.0s 12:45:37 12:45:37 #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:37 #74 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.4s done 12:45:37 #74 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 12:45:37 #74 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 12:45:37 #74 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 12:45:37 #74 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 11.0s done 12:45:37 #74 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 11.3s done 12:45:37 #74 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 12:45:37 #74 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 11.3s done 12:45:37 #74 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 11.7s 12:45:37 #74 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 12:45:37 #74 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 12:45:37 #74 ... 12:45:37 12:45:37 #58 [security-secretstore-setup internal] load build context 12:45:37 #58 DONE 65.8s 12:45:37 12:45:37 #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:37 #74 ... 12:45:37 12:45:37 #55 [security-bootstrapper internal] load build context 12:45:37 #55 DONE 66.0s 12:45:37 12:45:37 #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:37 #74 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 12.6s done 12:45:37 #74 ... 12:45:37 12:45:37 #69 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 12:45:37 #69 44.21 OK: 20 MiB in 20 packages 12:45:37 #69 DONE 45.7s 12:45:37 12:45:37 #73 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 12:45:37 #73 43.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:37 #73 43.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:37 #73 44.13 OK: 265 MiB in 60 packages 12:45:37 #73 DONE 45.6s 12:45:37 12:45:37 #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:37 #74 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12:45:37 #74 ... 12:45:37 12:45:37 #71 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 12:45:37 #71 DONE 45.7s 12:45:37 12:45:37 #72 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates build-base pkgconfig zeromq-dev 12:45:37 #72 44.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:37 #72 45.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:37 #72 45.30 OK: 265 MiB in 60 packages 12:45:37 #72 DONE 45.7s 12:45:37 12:45:37 #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:37 #74 ... 12:45:37 12:45:37 #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 12:45:37 #77 DONE 2.2s 12:45:37 12:45:37 #76 [security-spire-server internal] load build context 12:45:37 #76 transferring context: 26.44kB done 12:45:37 #76 DONE 33.1s 12:45:37 12:45:37 #74 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:39 #74 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.4s done 12:45:41 #74 ... 12:45:41 12:45:41 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 12:45:41 #70 45.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:41 #70 45.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:41 #70 45.78 OK: 265 MiB in 60 packages 12:45:41 #70 DONE 48.8s 12:45:41 12:45:41 #78 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:45:41 #78 DONE 3.3s 12:45:41 12:45:41 #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:45:41 #68 48.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:41 #68 48.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:41 #68 49.21 OK: 265 MiB in 60 packages 12:45:42 #68 ... 12:45:42 12:45:42 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 12:45:42 #79 DONE 4.0s 12:45:42 12:45:42 #68 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 12:45:42 #68 DONE 49.9s 12:45:42 12:45:42 #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:45:43 #80 ... 12:45:43 12:45:43 #81 [security-spire-config internal] load build context 12:45:43 #81 transferring context: 24.70kB done 12:45:43 #81 DONE 7.1s 12:45:43 12:45:43 #82 [security-spire-agent internal] load build context 12:45:43 #82 transferring context: 25.98kB done 12:45:43 #82 DONE 7.1s 12:45:43 12:45:43 #75 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 12:45:43 #75 36.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #75 36.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #75 36.67 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:45:43 #75 36.67 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:45:43 #75 36.67 OK: 26319 distinct packages available 12:45:43 #75 36.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #75 36.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #75 37.19 (1/5) Installing dumb-init (1.2.5-r3) 12:45:43 #75 37.19 (2/5) Installing musl-obstack (1.2.3-r2) 12:45:43 #75 37.19 (3/5) Installing libucontext (1.3.2-r0) 12:45:43 #75 37.20 (4/5) Installing gcompat (1.1.0-r4) 12:45:43 #75 37.20 (5/5) Installing openssl (3.5.4-r0) 12:45:43 #75 37.22 Executing busybox-1.37.0-r19.trigger 12:45:43 #75 37.22 OK: 8 MiB in 21 packages 12:45:43 #75 DONE 38.2s 12:45:43 12:45:43 #67 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 12:45:43 #67 48.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #67 48.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #67 49.27 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:45:43 #67 49.27 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:45:43 #67 49.27 OK: 26320 distinct packages available 12:45:43 #67 49.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #67 49.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #67 49.81 OK: 265 MiB in 60 packages 12:45:43 #67 DONE 51.0s 12:45:43 12:45:43 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 12:45:43 #83 DONE 6.2s 12:45:43 12:45:43 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 12:45:43 #84 ... 12:45:43 12:45:43 #85 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 12:45:43 #85 DONE 2.1s 12:45:43 12:45:43 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:45:43 #86 ... 12:45:43 12:45:43 #87 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 12:45:43 #0 4.243 fetch https://dl-4.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #0 4.625 fetch https://dl-4.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #0 5.252 OK: 265 MiB in 60 packages 12:45:43 #87 DONE 5.9s 12:45:43 12:45:43 #88 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 12:45:43 #0 6.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #0 6.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #0 6.706 v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] 12:45:43 #0 6.706 v3.22.2-105-g8db04b4d774 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] 12:45:43 #0 6.706 OK: 26319 distinct packages available 12:45:43 #0 6.835 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:43 #0 6.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:43 #0 7.247 (1/4) Installing dumb-init (1.2.5-r3) 12:45:43 #0 7.252 (2/4) Installing musl-obstack (1.2.3-r2) 12:45:43 #0 7.253 (3/4) Installing libucontext (1.3.2-r0) 12:45:43 #0 7.256 (4/4) Installing gcompat (1.1.0-r4) 12:45:43 #0 7.259 Executing busybox-1.37.0-r19.trigger 12:45:43 #0 7.265 OK: 8 MiB in 20 packages 12:45:43 #88 DONE 7.9s 12:45:44 12:45:44 #89 [core-data builder 4/7] COPY go.mod vendor* ./ 12:45:44 #89 DONE 1.8s 12:45:44 12:45:44 #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:45:44 #90 ... 12:45:44 12:45:44 #91 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 12:45:44 #91 DONE 0.8s 12:45:44 12:45:44 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 12:45:44 #84 0.919 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:44 #84 0.990 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:44 #84 ... 12:45:44 12:45:44 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 12:45:44 #92 DONE 1.2s 12:45:44 12:45:44 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 12:45:44 #93 DONE 0.7s 12:45:44 12:45:44 #94 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:45:44 #94 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.6s done 12:45:44 #94 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 12:45:44 #94 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 12:45:44 #94 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 12:45:44 #94 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 12:45:44 #94 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 12:45:44 #94 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 12:45:44 #94 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 1.9s done 12:45:44 #94 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 12:45:44 #94 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.8s done 12:45:44 #94 ... 12:45:44 12:45:44 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:45:45 #95 ... 12:45:45 12:45:45 #74 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 12:45:45 #74 DONE 40.1s 12:45:45 12:45:45 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 12:45:45 #84 1.413 OK: 8 MiB in 21 packages 12:45:45 #84 DONE 1.9s 12:45:45 12:45:45 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:45:45 #0 0.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz 12:45:45 #0 1.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz 12:45:45 #0 1.344 OK: 8 MiB in 20 packages 12:45:45 #96 ... 12:45:45 12:45:45 #94 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 12:45:45 #94 DONE 9.7s 12:45:45 12:45:45 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:45:52 #97 ... 12:45:52 12:45:52 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:45:53 #98 ... 12:45:53 12:45:53 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 12:45:53 #96 DONE 9.5s 12:45:53 12:45:53 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:45:54 #99 ... 12:45:54 12:45:54 #100 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:46:26 #100 ... 12:46:26 12:46:26 #90 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:46:26 #90 DONE 42.3s 12:46:26 12:46:26 #86 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:46:26 #86 DONE 42.8s 12:46:26 12:46:26 #80 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:46:26 #80 DONE 44.2s 12:46:26 12:46:26 #101 [core-common-config-bootstrapper builder 6/7] COPY . . 12:46:26 #101 ... 12:46:26 12:46:26 #100 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:46:26 #100 DONE 41.9s 12:46:26 12:46:26 #98 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:46:26 #98 DONE 44.9s 12:46:26 12:46:26 #99 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:46:26 #99 DONE 33.0s 12:46:26 12:46:26 #97 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:46:26 #97 DONE 40.9s 12:46:26 12:46:26 #102 [security-bootstrapper builder 6/7] COPY . . 12:46:27 #102 ... 12:46:27 12:46:27 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 12:46:27 #103 DONE 1.7s 12:46:27 12:46:27 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:46:38 #104 ... 12:46:38 12:46:38 #105 [support-notifications builder 6/7] COPY . . 12:46:38 #105 ... 12:46:38 12:46:38 #106 [support-scheduler builder 6/7] COPY . . 12:46:38 #106 ... 12:46:38 12:46:38 #107 [security-spiffe-token-provider builder 6/7] COPY . . 12:46:38 #107 ... 12:46:38 12:46:38 #108 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:46:38 #108 ... 12:46:38 12:46:38 #109 [security-spire-config stage-2 5/10] COPY Attribution.txt / 12:47:16 #109 DONE 48.8s 12:47:16 12:47:16 #101 [security-proxy-auth builder 6/7] COPY . . 12:47:16 #101 DONE 49.0s 12:47:16 12:47:16 #110 [core-command builder 4/7] COPY go.mod vendor* ./ 12:47:16 #110 CACHED 12:47:16 12:47:16 #111 [core-command builder 6/7] COPY . . 12:47:16 #111 CACHED 12:47:16 12:47:16 #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #112 CACHED 12:47:16 12:47:16 #113 [core-data builder 4/7] COPY go.mod vendor* ./ 12:47:16 #113 CACHED 12:47:16 12:47:16 #114 [core-data builder 6/7] COPY . . 12:47:16 #114 CACHED 12:47:16 12:47:16 #115 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #115 CACHED 12:47:16 12:47:16 #116 [core-metadata builder 6/7] COPY . . 12:47:16 #116 CACHED 12:47:16 12:47:16 #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #117 CACHED 12:47:16 12:47:16 #118 [core-metadata builder 4/7] COPY go.mod vendor* ./ 12:47:16 #118 CACHED 12:47:16 12:47:16 #119 [security-proxy-auth builder 6/7] COPY . . 12:47:16 #119 CACHED 12:47:16 12:47:16 #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 12:47:16 #120 CACHED 12:47:16 12:47:16 #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #121 CACHED 12:47:16 12:47:16 #107 [security-spiffe-token-provider builder 6/7] COPY . . 12:47:16 #107 DONE 48.9s 12:47:16 12:47:16 #106 [support-scheduler builder 6/7] COPY . . 12:47:16 #106 DONE 49.0s 12:47:16 12:47:16 #105 [support-notifications builder 6/7] COPY . . 12:47:16 #105 DONE 49.0s 12:47:16 12:47:16 #102 [security-secretstore-setup builder 6/7] COPY . . 12:47:16 #102 DONE 48.9s 12:47:16 12:47:16 #95 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #95 DONE 90.6s 12:47:16 12:47:16 #108 [security-spire-server stage-2 5/9] COPY Attribution.txt / 12:47:16 #108 DONE 48.9s 12:47:16 12:47:16 #122 [security-secretstore-setup builder 6/7] COPY . . 12:47:16 #122 CACHED 12:47:16 12:47:16 #123 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 12:47:16 #123 CACHED 12:47:16 12:47:16 #124 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #124 CACHED 12:47:16 12:47:16 #125 [security-bootstrapper builder 6/7] COPY . . 12:47:16 #125 CACHED 12:47:16 12:47:16 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:47:16 #126 CACHED 12:47:16 12:47:16 #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 12:47:16 #127 CACHED 12:47:16 12:47:16 #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 12:47:16 #104 DONE 47.4s 12:47:16 12:47:16 #128 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:47:16 #128 ... 12:47:16 12:47:16 #129 [security-spire-config stage-2 6/10] COPY security.txt / 12:47:16 #129 DONE 0.4s 12:47:16 12:47:16 #130 [security-spire-server stage-2 6/9] COPY security.txt / 12:47:16 #130 DONE 0.4s 12:47:16 12:47:16 #128 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 12:47:16 #128 DONE 0.4s 12:47:16 12:47:16 #131 [security-spire-agent stage-3 7/10] COPY security.txt / 12:47:21 #131 ... 12:47:21 12:47:21 #132 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 12:47:21 #132 DONE 4.6s 12:47:21 12:47:21 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:47:21 #0 5.159 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:47:22 #133 ... 12:47:22 12:47:22 #134 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:47:22 #134 ... 12:47:22 12:47:22 #135 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 12:47:22 #135 DONE 6.9s 12:47:22 12:47:22 #136 [core-keeper builder 7/8] COPY . . 12:47:22 #136 DONE 7.4s 12:47:22 12:47:22 #131 [security-spire-agent stage-3 7/10] COPY security.txt / 12:47:22 #131 DONE 7.0s 12:47:22 12:47:22 #137 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:47:23 #137 ... 12:47:23 12:47:23 #134 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 12:47:23 #134 DONE 1.1s 12:47:23 12:47:23 #138 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:47:24 #138 ... 12:47:24 12:47:24 #139 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 12:47:24 #139 DONE 1.2s 12:47:24 12:47:24 #140 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 12:47:24 #140 DONE 1.2s 12:47:24 12:47:24 #138 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 12:47:24 #138 DONE 0.6s 12:47:24 12:47:24 #141 [security-spire-config] exporting to image 12:47:24 #141 exporting layers 12:47:24 #141 ... 12:47:24 12:47:24 #142 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 12:47:24 #142 DONE 0.7s 12:47:24 12:47:24 #143 [security-spire-server] exporting to image 12:47:24 #143 ... 12:47:24 12:47:24 #144 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 12:47:24 #144 DONE 1.1s 12:47:25 12:47:25 #137 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:47:25 #137 1.193 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 12:47:25 #137 ... 12:47:25 12:47:25 #145 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 12:47:25 #145 DONE 0.3s 12:47:25 12:47:25 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:47:25 #0 7.194 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:47:25 #146 ... 12:47:25 12:47:25 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:47:25 #0 1.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 12:47:25 #147 ... 12:47:25 12:47:25 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:47:25 #0 7.167 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:47:25 #148 ... 12:47:25 12:47:25 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:47:25 #0 1.398 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 12:47:26 #149 ... 12:47:26 12:47:26 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:47:26 #0 7.155 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:47:26 #150 ... 12:47:26 12:47:26 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:47:26 #0 7.133 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:47:26 #151 ... 12:47:26 12:47:26 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:47:26 #0 7.096 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 12:47:26 #152 ... 12:47:26 12:47:26 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:47:26 #0 2.424 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 12:47:26 #153 ... 12:47:26 12:47:26 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:47:26 #0 1.399 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 12:47:26 #154 ... 12:47:26 12:47:26 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:47:26 #0 7.258 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 12:47:27 #155 ... 12:47:27 12:47:27 #141 [security-spire-config] exporting to image 12:47:27 #141 exporting layers 2.8s done 12:47:27 #141 writing image sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 12:47:27 #141 writing image sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 0.5s done 12:47:27 #141 naming to docker.io/library/security-spire-config 0.0s done 12:47:27 #141 DONE 3.4s 12:47:27 12:47:27 #156 [security-spire-agent] exporting to image 12:47:28 #156 exporting layers 2.7s done 12:47:28 #156 ... 12:47:28 12:47:28 #143 [security-spire-server] exporting to image 12:47:28 #143 exporting layers 2.9s done 12:47:28 #143 writing image sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 0.1s done 12:47:28 #143 naming to docker.io/library/security-spire-server 0.1s done 12:47:28 #143 DONE 3.5s 12:47:28 12:47:28 #156 [security-spire-agent] exporting to image 12:47:28 #156 writing image sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done 12:47:28 #156 naming to docker.io/library/security-spire-agent 12:47:28 #156 naming to docker.io/library/security-spire-agent 0.1s done 12:47:28 #156 DONE 3.2s 12:47:28 12:47:28 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:49:35 #152 ... 12:49:35 12:49:35 #147 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 12:49:35 #147 DONE 125.7s 12:49:35 12:49:35 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:49:35 #146 ... 12:49:35 12:49:35 #150 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 12:49:35 #150 DONE 131.9s 12:49:35 12:49:35 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:49:35 #152 ... 12:49:35 12:49:35 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:49:40 #157 ... 12:49:40 12:49:40 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:49:52 #158 ... 12:49:52 12:49:52 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:49:52 #157 DONE 19.1s 12:49:52 12:49:52 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:49:57 #159 ... 12:49:57 12:49:57 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:49:57 #148 162.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:50:04 #148 ... 12:50:04 12:50:04 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 12:50:04 #158 DONE 24.7s 12:50:04 12:50:04 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:50:09 #153 ... 12:50:09 12:50:09 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 12:50:09 #160 ... 12:50:09 12:50:09 #148 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:50:09 #148 DONE 173.7s 12:50:09 12:50:09 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:50:10 #153 ... 12:50:10 12:50:10 #155 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 12:50:10 #155 DONE 174.8s 12:50:10 12:50:10 #153 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 12:50:10 #153 DONE 175.1s 12:50:10 12:50:10 #152 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 12:50:10 #152 DONE 175.1s 12:50:10 12:50:10 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:50:10 #159 ... 12:50:10 12:50:10 #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 12:50:10 #149 DONE 175.2s 12:50:10 12:50:10 #154 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 12:50:10 #154 DONE 175.2s 12:50:10 12:50:10 #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:50:10 #161 ... 12:50:10 12:50:10 #157 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:50:10 #157 DONE 19.1s 12:50:10 12:50:10 #133 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 12:50:10 #133 DONE 175.5s 12:50:10 12:50:10 #159 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:50:11 #159 ... 12:50:11 12:50:11 #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 12:50:11 #151 DONE 176.2s 12:50:11 12:50:11 #162 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:11 #162 ... 12:50:11 12:50:11 #137 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 12:50:11 #137 DONE 169.1s 12:50:12 12:50:12 #163 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:12 #163 ... 12:50:12 12:50:12 #157 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:50:12 #157 DONE 19.1s 12:50:12 12:50:12 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:50:12 #159 DONE 21.3s 12:50:12 12:50:12 #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:50:13 #164 ... 12:50:13 12:50:13 #165 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 12:50:13 #165 CACHED 12:50:13 12:50:13 #166 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 12:50:13 #166 CACHED 12:50:13 12:50:13 #167 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:50:13 #167 CACHED 12:50:13 12:50:13 #168 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:50:13 #168 CACHED 12:50:13 12:50:13 #169 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 12:50:13 #169 CACHED 12:50:13 12:50:13 #170 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 12:50:13 #170 CACHED 12:50:13 12:50:13 #171 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 12:50:13 #171 ... 12:50:13 12:50:13 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 12:50:13 #146 DONE 178.0s 12:50:13 12:50:13 #172 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:50:18 #172 ... 12:50:18 12:50:18 #173 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:21 #173 ... 12:50:21 12:50:21 #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 12:50:21 #160 DONE 12.8s 12:50:21 12:50:21 #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:50:21 #174 ... 12:50:21 12:50:21 #175 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 12:50:21 #175 ... 12:50:21 12:50:21 #164 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 12:50:21 #164 DONE 11.4s 12:50:21 12:50:21 #161 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 12:50:21 #161 DONE 11.5s 12:50:21 12:50:21 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 12:50:22 #176 ... 12:50:22 12:50:22 #177 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 12:50:22 #177 ... 12:50:22 12:50:22 #163 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:22 #163 DONE 11.7s 12:50:22 12:50:22 #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:50:22 #178 ... 12:50:22 12:50:22 #162 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:22 #162 DONE 12.1s 12:50:22 12:50:22 #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:23 #179 ... 12:50:23 12:50:23 #180 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:23 #180 DONE 10.3s 12:50:23 12:50:23 #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:23 #181 ... 12:50:23 12:50:23 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:50:23 #182 ... 12:50:23 12:50:23 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 12:50:23 #176 DONE 10.7s 12:50:23 12:50:23 #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:24 #183 ... 12:50:24 12:50:24 #171 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 12:50:24 #171 DONE 11.4s 12:50:24 12:50:24 #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 12:50:25 #184 ... 12:50:25 12:50:25 #174 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 12:50:25 #174 DONE 12.3s 12:50:25 12:50:25 #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:50:26 #178 ... 12:50:26 12:50:26 #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:50:26 #182 DONE 12.9s 12:50:26 12:50:26 #185 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:50:26 #185 ... 12:50:26 12:50:26 #172 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:50:26 #172 DONE 13.5s 12:50:26 12:50:26 #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 12:50:27 #186 ... 12:50:27 12:50:27 #173 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 12:50:27 #173 DONE 13.2s 12:50:27 12:50:27 #187 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:28 #187 ... 12:50:28 12:50:28 #175 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 12:50:28 #175 DONE 7.1s 12:50:28 12:50:28 #178 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 12:50:28 #178 DONE 6.7s 12:50:28 12:50:28 #177 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 12:50:28 #177 DONE 6.6s 12:50:28 12:50:28 #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:28 #179 DONE 5.9s 12:50:28 12:50:28 #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:28 #181 DONE 5.8s 12:50:28 12:50:28 #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:28 #183 DONE 5.2s 12:50:28 12:50:28 #184 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 12:50:28 #184 DONE 4.7s 12:50:28 12:50:28 #188 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 12:50:28 #188 DONE 3.3s 12:50:28 12:50:28 #185 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 12:50:28 #185 DONE 3.1s 12:50:28 12:50:28 #186 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 12:50:28 #186 DONE 2.3s 12:50:28 12:50:28 #189 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 12:50:28 #189 DONE 2.1s 12:50:28 12:50:28 #187 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 12:50:28 #187 DONE 0.9s 12:50:28 12:50:28 #190 [core-command] exporting to image 12:50:28 #190 exporting layers 12:50:29 #190 exporting layers 0.9s done 12:50:30 #190 ... 12:50:30 12:50:30 #191 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 12:50:30 #191 DONE 1.4s 12:50:30 12:50:30 #192 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 12:50:30 #192 DONE 1.5s 12:50:30 12:50:30 #193 [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 12:50:30 #193 DONE 1.4s 12:50:30 12:50:30 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 12:50:30 #194 DONE 1.4s 12:50:30 12:50:30 #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 12:50:30 #195 ... 12:50:30 12:50:30 #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:50:30 #196 DONE 1.8s 12:50:30 12:50:30 #197 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:50:30 #197 DONE 1.8s 12:50:30 12:50:30 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 12:50:30 #198 DONE 1.8s 12:50:30 12:50:30 #199 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 12:50:30 #199 DONE 1.8s 12:50:30 12:50:30 #200 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 12:50:30 #200 DONE 1.8s 12:50:30 12:50:30 #201 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 12:50:30 #201 DONE 1.8s 12:50:30 12:50:30 #202 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:31 #202 ... 12:50:31 12:50:31 #203 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:50:31 #203 DONE 1.9s 12:50:31 12:50:31 #204 [core-keeper] exporting to image 12:50:31 #204 exporting layers 0.4s done 12:50:31 #204 ... 12:50:31 12:50:31 #205 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 12:50:31 #205 DONE 0.9s 12:50:31 12:50:31 #206 [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 12:50:31 #206 DONE 0.9s 12:50:31 12:50:31 #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 12:50:31 #195 DONE 0.9s 12:50:31 12:50:31 #207 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:50:31 #207 DONE 0.9s 12:50:31 12:50:31 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 12:50:31 #208 DONE 0.5s 12:50:31 12:50:31 #209 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 12:50:31 #209 DONE 0.5s 12:50:31 12:50:31 #210 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 12:50:31 #210 DONE 0.4s 12:50:31 12:50:31 #190 [core-command] exporting to image 12:50:31 #190 writing image sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done 12:50:31 #190 naming to docker.io/library/core-command done 12:50:31 #190 DONE 2.4s 12:50:31 12:50:31 #211 [support-notifications] exporting to image 12:50:31 #211 ... 12:50:31 12:50:31 #212 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 12:50:31 #212 DONE 0.5s 12:50:31 12:50:31 #213 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 12:50:31 #213 DONE 0.5s 12:50:31 12:50:31 #214 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:50:31 #214 DONE 0.5s 12:50:31 12:50:31 #215 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:31 #215 DONE 1.0s 12:50:31 12:50:31 #202 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:31 #202 DONE 1.0s 12:50:31 12:50:31 #216 [security-proxy-auth] exporting to image 12:50:31 #216 ... 12:50:31 12:50:31 #204 [core-keeper] exporting to image 12:50:31 #204 writing image sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f 0.1s done 12:50:31 #204 naming to docker.io/library/core-keeper done 12:50:31 #204 DONE 1.1s 12:50:32 12:50:32 #217 [core-metadata] exporting to image 12:50:32 #217 exporting layers 0.4s done 12:50:32 #217 writing image sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 0.1s done 12:50:32 #217 naming to docker.io/library/core-metadata done 12:50:32 #217 DONE 1.2s 12:50:32 12:50:32 #218 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:50:32 #218 DONE 0.4s 12:50:32 12:50:32 #219 [core-common-config-bootstrapper] exporting to image 12:50:32 #219 ... 12:50:32 12:50:32 #220 [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/ 12:50:32 #220 DONE 0.4s 12:50:32 12:50:32 #221 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 12:50:32 #221 DONE 0.4s 12:50:32 12:50:32 #222 [security-spiffe-token-provider] exporting to image 12:50:32 #222 exporting layers 0.8s done 12:50:32 #222 writing image sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 0.0s done 12:50:32 #222 naming to docker.io/library/security-spiffe-token-provider done 12:50:32 #222 DONE 0.9s 12:50:32 12:50:32 #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:32 #223 ... 12:50:32 12:50:32 #224 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:50:32 #224 DONE 0.5s 12:50:32 12:50:32 #225 [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/ 12:50:32 #225 DONE 0.5s 12:50:32 12:50:32 #226 [core-data] exporting to image 12:50:32 #226 exporting layers 0.9s done 12:50:32 #226 writing image sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 0.1s done 12:50:32 #226 naming to docker.io/library/core-data done 12:50:32 #226 DONE 1.5s 12:50:32 12:50:32 #219 [core-common-config-bootstrapper] exporting to image 12:50:32 #219 exporting layers 0.9s done 12:50:32 #219 ... 12:50:32 12:50:32 #227 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:50:32 #227 DONE 0.2s 12:50:32 12:50:32 #228 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 12:50:32 #228 DONE 0.2s 12:50:32 12:50:32 #211 [support-notifications] exporting to image 12:50:32 #211 exporting layers 1.5s done 12:50:32 #211 writing image sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done 12:50:32 #211 naming to docker.io/library/support-notifications 0.0s done 12:50:32 #211 DONE 1.6s 12:50:32 12:50:32 #229 [support-scheduler] exporting to image 12:50:32 #229 exporting layers 1.4s done 12:50:32 #229 writing image sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done 12:50:32 #229 naming to docker.io/library/support-scheduler 0.0s done 12:50:32 #229 DONE 1.6s 12:50:32 12:50:32 #219 [core-common-config-bootstrapper] exporting to image 12:50:32 #219 writing image sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 0.0s done 12:50:32 #219 naming to docker.io/library/core-common-config-bootstrapper 0.0s done 12:50:32 #219 DONE 1.1s 12:50:32 12:50:32 #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:32 #223 DONE 0.8s 12:50:32 12:50:32 #216 [security-proxy-auth] exporting to image 12:50:32 #216 exporting layers 1.0s done 12:50:32 #216 writing image sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b 0.0s done 12:50:32 #216 naming to docker.io/library/security-proxy-auth 0.0s done 12:50:32 #216 DONE 1.1s 12:50:32 12:50:32 #230 [security-proxy-setup] exporting to image 12:50:33 #230 exporting layers 0.4s done 12:50:33 #230 ... 12:50:33 12:50:33 #231 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:50:33 #231 DONE 0.5s 12:50:33 12:50:33 #230 [security-proxy-setup] exporting to image 12:50:33 #230 writing image sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 12:50:33 #230 writing image sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done 12:50:33 #230 naming to docker.io/library/security-proxy-setup done 12:50:33 #230 DONE 0.6s 12:50:33 12:50:33 #232 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:33 #232 DONE 0.7s 12:50:33 12:50:33 #233 [security-secretstore-setup] exporting to image 12:50:33 #233 ... 12:50:33 12:50:33 #234 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 12:50:33 #234 DONE 0.4s 12:50:33 12:50:33 #233 [security-secretstore-setup] exporting to image 12:50:33 #233 exporting layers 0.4s done 12:50:33 #233 writing image sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 0.0s done 12:50:33 #233 naming to docker.io/library/security-secretstore-setup done 12:50:33 #233 DONE 0.5s 12:50:33 12:50:33 #235 [security-bootstrapper] exporting to image 12:50:33 #235 exporting layers 0.3s done 12:50:33 #235 writing image sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done 12:50:33 #235 naming to docker.io/library/security-bootstrapper done 12:50:33 #235 DONE 0.3s 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 12:50:33 time="2025-10-31T12:43:45Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 12:50:33 $ docker stop --time=1 0cb87393383e8b32b1dd42a004e777574375cc8c30398b1774d0fea905c2a6b4 12:50:35 $ docker rm -f --volumes 0cb87393383e8b32b1dd42a004e777574375cc8c30398b1774d0fea905c2a6b4 [Pipeline] // withDockerContainer [Pipeline] sh 12:50:35 + docker images 12:50:35 REPOSITORY TAG IMAGE ID CREATED SIZE 12:50:35 security-secretstore-setup latest 20ecc4f32895 2 seconds ago 84.9MB 12:50:35 security-bootstrapper latest fc0610022c4a 2 seconds ago 21.6MB 12:50:35 security-proxy-setup latest a87f573216ec 3 seconds ago 52.8MB 12:50:35 security-proxy-auth latest dab4e61b0fa3 4 seconds ago 46.5MB 12:50:35 core-common-config-bootstrapper latest 7a07a772ed72 4 seconds ago 20.5MB 12:50:35 support-scheduler latest 131f6f5ca746 5 seconds ago 51.3MB 12:50:35 core-data latest bc8a287fc122 5 seconds ago 47.4MB 12:50:35 security-spiffe-token-provider latest 69466f18529d 5 seconds ago 50.3MB 12:50:35 core-metadata latest 6da8b5d5d28d 5 seconds ago 47.5MB 12:50:35 support-notifications latest 9735311dcbbd 5 seconds ago 55MB 12:50:35 core-keeper latest 086a30e0fe63 5 seconds ago 47.2MB 12:50:35 core-command latest f31389a2c0df 7 seconds ago 41.7MB 12:50:35 security-spire-agent latest ff422781f4ef 3 minutes ago 196MB 12:50:35 security-spire-server latest 90ee9a8f0aa8 3 minutes ago 150MB 12:50:35 security-spire-config latest 1a7a0fecfaa6 3 minutes ago 150MB 12:50:35 ci-base-image-x86_64 latest b594da216109 11 minutes ago 999MB 12:50:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.25-alpine 2caa029a6df7 2 weeks ago 636MB 12:50:35 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 5 months ago 573MB 12:50:35 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 12:50:35 provisioning config files... 12:50:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config15461168451245298289tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:50:36 ---> ****-login.sh 12:50:36 nexus3.edgexfoundry.org:10001 12:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:36 Login Succeeded 12:50:36 nexus3.edgexfoundry.org:10002 12:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:36 Login Succeeded 12:50:36 nexus3.edgexfoundry.org:10003 12:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:36 Login Succeeded 12:50:36 nexus3.edgexfoundry.org:10004 12:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:36 Login Succeeded 12:50:36 ****.io 12:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:36 Login Succeeded 12:50:36 ---> ****-login.sh ends [Pipeline] } 12:50:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 12:50:36 [edgeXDocker.push] Tagging docker image core-command with the following tags: 12:50:36 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:36 latest 12:50:36 4.1.0-dev.73 12:50:36 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:36 main 12:50:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:37 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:37 + docker push nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:50:37 1bd4b477c05d: Preparing 12:50:37 5c7cc459898f: Preparing 12:50:37 f65e197e8328: Preparing 12:50:37 251756bc40db: Preparing 12:50:37 e92aaa786f4a: Preparing 12:50:37 50364a795cce: Preparing 12:50:37 256f393e029f: Preparing 12:50:37 50364a795cce: Waiting 12:50:37 256f393e029f: Waiting 12:50:37 1bd4b477c05d: Pushed 12:50:37 e92aaa786f4a: Pushed 12:50:37 f65e197e8328: Pushed 12:50:37 251756bc40db: Pushed 12:50:37 256f393e029f: Layer already exists 12:50:37 50364a795cce: Pushed 12:50:41 5c7cc459898f: Pushed 12:50:41 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:42 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 12:50:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:50:42 1bd4b477c05d: Preparing 12:50:42 5c7cc459898f: Preparing 12:50:42 f65e197e8328: Preparing 12:50:42 251756bc40db: Preparing 12:50:42 e92aaa786f4a: Preparing 12:50:42 50364a795cce: Preparing 12:50:42 256f393e029f: Preparing 12:50:42 50364a795cce: Waiting 12:50:42 256f393e029f: Waiting 12:50:42 1bd4b477c05d: Layer already exists 12:50:42 251756bc40db: Layer already exists 12:50:42 e92aaa786f4a: Layer already exists 12:50:42 5c7cc459898f: Layer already exists 12:50:42 f65e197e8328: Layer already exists 12:50:42 256f393e029f: Layer already exists 12:50:42 50364a795cce: Layer already exists 12:50:42 latest: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:43 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 12:50:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:50:43 1bd4b477c05d: Preparing 12:50:43 5c7cc459898f: Preparing 12:50:43 f65e197e8328: Preparing 12:50:43 251756bc40db: Preparing 12:50:43 e92aaa786f4a: Preparing 12:50:43 50364a795cce: Preparing 12:50:43 256f393e029f: Preparing 12:50:43 50364a795cce: Waiting 12:50:43 256f393e029f: Waiting 12:50:43 e92aaa786f4a: Layer already exists 12:50:43 1bd4b477c05d: Layer already exists 12:50:43 f65e197e8328: Layer already exists 12:50:43 251756bc40db: Layer already exists 12:50:43 5c7cc459898f: Layer already exists 12:50:43 256f393e029f: Layer already exists 12:50:43 50364a795cce: Layer already exists 12:50:43 4.1.0-dev.73: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:44 + docker push nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:50:44 1bd4b477c05d: Preparing 12:50:44 5c7cc459898f: Preparing 12:50:44 f65e197e8328: Preparing 12:50:44 251756bc40db: Preparing 12:50:44 e92aaa786f4a: Preparing 12:50:44 50364a795cce: Preparing 12:50:44 256f393e029f: Preparing 12:50:44 50364a795cce: Waiting 12:50:44 256f393e029f: Waiting 12:50:44 251756bc40db: Layer already exists 12:50:44 5c7cc459898f: Layer already exists 12:50:44 1bd4b477c05d: Layer already exists 12:50:44 e92aaa786f4a: Layer already exists 12:50:44 f65e197e8328: Layer already exists 12:50:44 50364a795cce: Layer already exists 12:50:44 256f393e029f: Layer already exists 12:50:44 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:45 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:45 + docker push nexus3.edgexfoundry.org:10004/core-command:main 12:50:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 12:50:45 1bd4b477c05d: Preparing 12:50:45 5c7cc459898f: Preparing 12:50:45 f65e197e8328: Preparing 12:50:45 251756bc40db: Preparing 12:50:45 e92aaa786f4a: Preparing 12:50:45 50364a795cce: Preparing 12:50:45 256f393e029f: Preparing 12:50:45 50364a795cce: Waiting 12:50:45 256f393e029f: Waiting 12:50:45 5c7cc459898f: Layer already exists 12:50:45 f65e197e8328: Layer already exists 12:50:45 251756bc40db: Layer already exists 12:50:45 1bd4b477c05d: Layer already exists 12:50:45 e92aaa786f4a: Layer already exists 12:50:45 256f393e029f: Layer already exists 12:50:45 50364a795cce: Layer already exists 12:50:45 main: digest: sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:45 ===================================================== [Pipeline] echo 12:50:45 taggedImages: 12:50:45 - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:45 - nexus3.edgexfoundry.org:10004/core-command:latest 12:50:45 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 12:50:45 - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:45 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 12:50:45 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 12:50:45 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:45 latest 12:50:45 4.1.0-dev.73 12:50:45 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:45 main 12:50:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:50:46 67d572ea0124: Preparing 12:50:46 d4aeb8bb405b: Preparing 12:50:46 bd94ace54e1a: Preparing 12:50:46 94f308f9c3fb: Preparing 12:50:46 f65e197e8328: Preparing 12:50:46 251756bc40db: Preparing 12:50:46 e92aaa786f4a: Preparing 12:50:46 50364a795cce: Preparing 12:50:46 256f393e029f: Preparing 12:50:46 251756bc40db: Waiting 12:50:46 256f393e029f: Waiting 12:50:46 e92aaa786f4a: Waiting 12:50:46 50364a795cce: Waiting 12:50:47 d4aeb8bb405b: Pushed 12:50:47 bd94ace54e1a: Pushed 12:50:47 67d572ea0124: Pushed 12:50:47 f65e197e8328: Layer already exists 12:50:48 94f308f9c3fb: Pushed 12:50:49 251756bc40db: Layer already exists 12:50:49 e92aaa786f4a: Layer already exists 12:50:50 256f393e029f: Layer already exists 12:50:50 50364a795cce: Layer already exists 12:50:50 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:51 + 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 12:50:51 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:50:51 67d572ea0124: Preparing 12:50:51 d4aeb8bb405b: Preparing 12:50:51 bd94ace54e1a: Preparing 12:50:51 94f308f9c3fb: Preparing 12:50:51 f65e197e8328: Preparing 12:50:51 251756bc40db: Preparing 12:50:51 e92aaa786f4a: Preparing 12:50:51 50364a795cce: Preparing 12:50:51 256f393e029f: Preparing 12:50:51 256f393e029f: Waiting 12:50:51 50364a795cce: Waiting 12:50:51 251756bc40db: Waiting 12:50:51 e92aaa786f4a: Waiting 12:50:51 67d572ea0124: Layer already exists 12:50:51 94f308f9c3fb: Layer already exists 12:50:51 f65e197e8328: Layer already exists 12:50:51 d4aeb8bb405b: Layer already exists 12:50:51 bd94ace54e1a: Layer already exists 12:50:51 251756bc40db: Layer already exists 12:50:51 256f393e029f: Layer already exists 12:50:51 50364a795cce: Layer already exists 12:50:51 e92aaa786f4a: Layer already exists 12:50:51 latest: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:51 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 12:50:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:50:52 67d572ea0124: Preparing 12:50:52 d4aeb8bb405b: Preparing 12:50:52 bd94ace54e1a: Preparing 12:50:52 94f308f9c3fb: Preparing 12:50:52 f65e197e8328: Preparing 12:50:52 251756bc40db: Preparing 12:50:52 e92aaa786f4a: Preparing 12:50:52 50364a795cce: Preparing 12:50:52 256f393e029f: Preparing 12:50:52 e92aaa786f4a: Waiting 12:50:52 50364a795cce: Waiting 12:50:52 256f393e029f: Waiting 12:50:52 251756bc40db: Waiting 12:50:52 f65e197e8328: Layer already exists 12:50:52 bd94ace54e1a: Layer already exists 12:50:52 94f308f9c3fb: Layer already exists 12:50:52 d4aeb8bb405b: Layer already exists 12:50:52 67d572ea0124: Layer already exists 12:50:52 50364a795cce: Layer already exists 12:50:52 251756bc40db: Layer already exists 12:50:52 e92aaa786f4a: Layer already exists 12:50:52 256f393e029f: Layer already exists 12:50:52 4.1.0-dev.73: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:52 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:50:53 67d572ea0124: Preparing 12:50:53 d4aeb8bb405b: Preparing 12:50:53 bd94ace54e1a: Preparing 12:50:53 94f308f9c3fb: Preparing 12:50:53 f65e197e8328: Preparing 12:50:53 251756bc40db: Preparing 12:50:53 e92aaa786f4a: Preparing 12:50:53 50364a795cce: Preparing 12:50:53 256f393e029f: Preparing 12:50:53 50364a795cce: Waiting 12:50:53 e92aaa786f4a: Waiting 12:50:53 256f393e029f: Waiting 12:50:53 251756bc40db: Waiting 12:50:53 bd94ace54e1a: Layer already exists 12:50:53 94f308f9c3fb: Layer already exists 12:50:53 d4aeb8bb405b: Layer already exists 12:50:53 f65e197e8328: Layer already exists 12:50:53 67d572ea0124: Layer already exists 12:50:53 251756bc40db: Layer already exists 12:50:53 50364a795cce: Layer already exists 12:50:53 256f393e029f: Layer already exists 12:50:53 e92aaa786f4a: Layer already exists 12:50:53 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:53 + 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 12:50:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 12:50:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 12:50:54 67d572ea0124: Preparing 12:50:54 d4aeb8bb405b: Preparing 12:50:54 bd94ace54e1a: Preparing 12:50:54 94f308f9c3fb: Preparing 12:50:54 f65e197e8328: Preparing 12:50:54 251756bc40db: Preparing 12:50:54 e92aaa786f4a: Preparing 12:50:54 50364a795cce: Preparing 12:50:54 256f393e029f: Preparing 12:50:54 251756bc40db: Waiting 12:50:54 50364a795cce: Waiting 12:50:54 256f393e029f: Waiting 12:50:54 e92aaa786f4a: Waiting 12:50:54 67d572ea0124: Layer already exists 12:50:54 bd94ace54e1a: Layer already exists 12:50:54 94f308f9c3fb: Layer already exists 12:50:54 d4aeb8bb405b: Layer already exists 12:50:54 f65e197e8328: Layer already exists 12:50:54 251756bc40db: Layer already exists 12:50:54 50364a795cce: Layer already exists 12:50:54 e92aaa786f4a: Layer already exists 12:50:54 256f393e029f: Layer already exists 12:50:54 main: digest: sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:50:54 ===================================================== [Pipeline] echo 12:50:54 taggedImages: 12:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 12:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 12:50:54 [edgeXDocker.push] Tagging docker image core-data with the following tags: 12:50:54 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:54 latest 12:50:54 4.1.0-dev.73 12:50:54 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:50:54 main 12:50:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:54 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:55 + docker push nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:50:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:50:55 f4ed6601022c: Preparing 12:50:55 5213cab09aa8: Preparing 12:50:55 f65e197e8328: Preparing 12:50:55 251756bc40db: Preparing 12:50:55 1701b621284b: Preparing 12:50:55 ac52ee40b976: Preparing 12:50:55 256f393e029f: Preparing 12:50:55 ac52ee40b976: Waiting 12:50:55 256f393e029f: Waiting 12:50:55 1701b621284b: Pushed 12:50:55 f65e197e8328: Layer already exists 12:50:55 f4ed6601022c: Pushed 12:50:56 ac52ee40b976: Pushed 12:50:56 251756bc40db: Layer already exists 12:50:57 256f393e029f: Layer already exists 12:50:59 5213cab09aa8: Pushed 12:50:59 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:50:59 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:00 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 12:51:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:51:00 f4ed6601022c: Preparing 12:51:00 5213cab09aa8: Preparing 12:51:00 f65e197e8328: Preparing 12:51:00 251756bc40db: Preparing 12:51:00 1701b621284b: Preparing 12:51:00 ac52ee40b976: Preparing 12:51:00 256f393e029f: Preparing 12:51:00 ac52ee40b976: Waiting 12:51:00 256f393e029f: Waiting 12:51:00 251756bc40db: Layer already exists 12:51:00 1701b621284b: Layer already exists 12:51:00 5213cab09aa8: Layer already exists 12:51:00 f65e197e8328: Layer already exists 12:51:00 f4ed6601022c: Layer already exists 12:51:00 ac52ee40b976: Layer already exists 12:51:00 256f393e029f: Layer already exists 12:51:00 latest: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:00 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:01 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 12:51:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:51:01 f4ed6601022c: Preparing 12:51:01 5213cab09aa8: Preparing 12:51:01 f65e197e8328: Preparing 12:51:01 251756bc40db: Preparing 12:51:01 1701b621284b: Preparing 12:51:01 ac52ee40b976: Preparing 12:51:01 256f393e029f: Preparing 12:51:01 ac52ee40b976: Waiting 12:51:01 256f393e029f: Waiting 12:51:01 f4ed6601022c: Layer already exists 12:51:01 251756bc40db: Layer already exists 12:51:01 5213cab09aa8: Layer already exists 12:51:01 1701b621284b: Layer already exists 12:51:01 f65e197e8328: Layer already exists 12:51:01 256f393e029f: Layer already exists 12:51:01 ac52ee40b976: Layer already exists 12:51:01 4.1.0-dev.73: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:01 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:02 + docker push nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:51:02 f4ed6601022c: Preparing 12:51:02 5213cab09aa8: Preparing 12:51:02 f65e197e8328: Preparing 12:51:02 251756bc40db: Preparing 12:51:02 1701b621284b: Preparing 12:51:02 ac52ee40b976: Preparing 12:51:02 256f393e029f: Preparing 12:51:02 ac52ee40b976: Waiting 12:51:02 256f393e029f: Waiting 12:51:02 f65e197e8328: Layer already exists 12:51:02 1701b621284b: Layer already exists 12:51:02 251756bc40db: Layer already exists 12:51:02 f4ed6601022c: Layer already exists 12:51:02 5213cab09aa8: Layer already exists 12:51:02 ac52ee40b976: Layer already exists 12:51:02 256f393e029f: Layer already exists 12:51:02 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:02 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:03 + docker push nexus3.edgexfoundry.org:10004/core-data:main 12:51:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 12:51:03 f4ed6601022c: Preparing 12:51:03 5213cab09aa8: Preparing 12:51:03 f65e197e8328: Preparing 12:51:03 251756bc40db: Preparing 12:51:03 1701b621284b: Preparing 12:51:03 ac52ee40b976: Preparing 12:51:03 256f393e029f: Preparing 12:51:03 ac52ee40b976: Waiting 12:51:03 256f393e029f: Waiting 12:51:03 5213cab09aa8: Layer already exists 12:51:03 f65e197e8328: Layer already exists 12:51:03 f4ed6601022c: Layer already exists 12:51:03 251756bc40db: Layer already exists 12:51:03 1701b621284b: Layer already exists 12:51:03 256f393e029f: Layer already exists 12:51:03 ac52ee40b976: Layer already exists 12:51:03 main: digest: sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:03 ===================================================== [Pipeline] echo 12:51:03 taggedImages: 12:51:03 - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:03 - nexus3.edgexfoundry.org:10004/core-data:latest 12:51:03 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 12:51:03 - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:03 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 12:51:03 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 12:51:03 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:03 latest 12:51:03 4.1.0-dev.73 12:51:03 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:03 main 12:51:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:51:04 e9fdaeca207e: Preparing 12:51:04 4bea6d9059a0: Preparing 12:51:04 251756bc40db: Preparing 12:51:04 2820b679fafd: Preparing 12:51:04 351d1738df65: Preparing 12:51:04 256f393e029f: Preparing 12:51:04 256f393e029f: Waiting 12:51:04 2820b679fafd: Pushed 12:51:04 351d1738df65: Pushed 12:51:04 251756bc40db: Layer already exists 12:51:05 e9fdaeca207e: Pushed 12:51:05 256f393e029f: Layer already exists 12:51:08 4bea6d9059a0: Pushed 12:51:08 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 12:51:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:51:09 e9fdaeca207e: Preparing 12:51:09 4bea6d9059a0: Preparing 12:51:09 251756bc40db: Preparing 12:51:09 2820b679fafd: Preparing 12:51:09 351d1738df65: Preparing 12:51:09 256f393e029f: Preparing 12:51:09 256f393e029f: Waiting 12:51:09 2820b679fafd: Layer already exists 12:51:09 e9fdaeca207e: Layer already exists 12:51:09 4bea6d9059a0: Layer already exists 12:51:09 351d1738df65: Layer already exists 12:51:09 256f393e029f: Layer already exists 12:51:09 251756bc40db: Layer already exists 12:51:09 latest: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:09 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:10 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 12:51:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:51:10 e9fdaeca207e: Preparing 12:51:10 4bea6d9059a0: Preparing 12:51:10 251756bc40db: Preparing 12:51:10 2820b679fafd: Preparing 12:51:10 351d1738df65: Preparing 12:51:10 256f393e029f: Preparing 12:51:10 256f393e029f: Waiting 12:51:10 4bea6d9059a0: Layer already exists 12:51:10 251756bc40db: Layer already exists 12:51:10 e9fdaeca207e: Layer already exists 12:51:10 2820b679fafd: Layer already exists 12:51:10 351d1738df65: Layer already exists 12:51:10 256f393e029f: Layer already exists 12:51:10 4.1.0-dev.73: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:11 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:51:11 e9fdaeca207e: Preparing 12:51:11 4bea6d9059a0: Preparing 12:51:11 251756bc40db: Preparing 12:51:11 2820b679fafd: Preparing 12:51:11 351d1738df65: Preparing 12:51:11 256f393e029f: Preparing 12:51:11 256f393e029f: Waiting 12:51:11 351d1738df65: Layer already exists 12:51:11 e9fdaeca207e: Layer already exists 12:51:11 251756bc40db: Layer already exists 12:51:11 2820b679fafd: Layer already exists 12:51:11 256f393e029f: Layer already exists 12:51:11 4bea6d9059a0: Layer already exists 12:51:11 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:11 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 12:51:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 12:51:12 e9fdaeca207e: Preparing 12:51:12 4bea6d9059a0: Preparing 12:51:12 251756bc40db: Preparing 12:51:12 2820b679fafd: Preparing 12:51:12 351d1738df65: Preparing 12:51:12 256f393e029f: Preparing 12:51:12 256f393e029f: Waiting 12:51:12 251756bc40db: Layer already exists 12:51:12 4bea6d9059a0: Layer already exists 12:51:12 2820b679fafd: Layer already exists 12:51:12 351d1738df65: Layer already exists 12:51:12 256f393e029f: Layer already exists 12:51:12 e9fdaeca207e: Layer already exists 12:51:12 main: digest: sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:12 ===================================================== [Pipeline] echo 12:51:12 taggedImages: 12:51:12 - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:12 - nexus3.edgexfoundry.org:10004/core-keeper:latest 12:51:12 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 12:51:12 - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:12 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 12:51:12 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 12:51:12 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:12 latest 12:51:12 4.1.0-dev.73 12:51:12 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:12 main 12:51:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:51:13 defbb4520737: Preparing 12:51:13 f4c65f3f8b9e: Preparing 12:51:13 fa975b399818: Preparing 12:51:13 f65e197e8328: Preparing 12:51:13 251756bc40db: Preparing 12:51:13 e92aaa786f4a: Preparing 12:51:13 50364a795cce: Preparing 12:51:13 256f393e029f: Preparing 12:51:13 e92aaa786f4a: Waiting 12:51:13 50364a795cce: Waiting 12:51:13 256f393e029f: Waiting 12:51:13 f4c65f3f8b9e: Pushed 12:51:13 f65e197e8328: Layer already exists 12:51:13 defbb4520737: Pushed 12:51:14 251756bc40db: Layer already exists 12:51:15 e92aaa786f4a: Layer already exists 12:51:15 50364a795cce: Layer already exists 12:51:15 256f393e029f: Layer already exists 12:51:16 fa975b399818: Pushed 12:51:17 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:17 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 12:51:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:51:18 defbb4520737: Preparing 12:51:18 f4c65f3f8b9e: Preparing 12:51:18 fa975b399818: Preparing 12:51:18 f65e197e8328: Preparing 12:51:18 251756bc40db: Preparing 12:51:18 e92aaa786f4a: Preparing 12:51:18 50364a795cce: Preparing 12:51:18 256f393e029f: Preparing 12:51:18 e92aaa786f4a: Waiting 12:51:18 50364a795cce: Waiting 12:51:18 256f393e029f: Waiting 12:51:18 defbb4520737: Layer already exists 12:51:18 f4c65f3f8b9e: Layer already exists 12:51:18 f65e197e8328: Layer already exists 12:51:18 fa975b399818: Layer already exists 12:51:18 50364a795cce: Layer already exists 12:51:18 256f393e029f: Layer already exists 12:51:18 e92aaa786f4a: Layer already exists 12:51:18 251756bc40db: Layer already exists 12:51:18 latest: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 12:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:51:19 defbb4520737: Preparing 12:51:19 f4c65f3f8b9e: Preparing 12:51:19 fa975b399818: Preparing 12:51:19 f65e197e8328: Preparing 12:51:19 251756bc40db: Preparing 12:51:19 e92aaa786f4a: Preparing 12:51:19 50364a795cce: Preparing 12:51:19 256f393e029f: Preparing 12:51:19 256f393e029f: Waiting 12:51:19 e92aaa786f4a: Waiting 12:51:19 50364a795cce: Waiting 12:51:19 fa975b399818: Layer already exists 12:51:19 251756bc40db: Layer already exists 12:51:19 f4c65f3f8b9e: Layer already exists 12:51:19 f65e197e8328: Layer already exists 12:51:19 defbb4520737: Layer already exists 12:51:19 256f393e029f: Layer already exists 12:51:19 e92aaa786f4a: Layer already exists 12:51:19 50364a795cce: Layer already exists 12:51:19 4.1.0-dev.73: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:51:19 defbb4520737: Preparing 12:51:19 f4c65f3f8b9e: Preparing 12:51:19 fa975b399818: Preparing 12:51:19 f65e197e8328: Preparing 12:51:19 251756bc40db: Preparing 12:51:19 e92aaa786f4a: Preparing 12:51:19 50364a795cce: Preparing 12:51:19 256f393e029f: Preparing 12:51:19 e92aaa786f4a: Waiting 12:51:19 50364a795cce: Waiting 12:51:19 256f393e029f: Waiting 12:51:19 defbb4520737: Layer already exists 12:51:19 f4c65f3f8b9e: Layer already exists 12:51:19 f65e197e8328: Layer already exists 12:51:19 fa975b399818: Layer already exists 12:51:19 251756bc40db: Layer already exists 12:51:19 e92aaa786f4a: Layer already exists 12:51:19 256f393e029f: Layer already exists 12:51:19 50364a795cce: Layer already exists 12:51:19 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 12:51:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 12:51:20 defbb4520737: Preparing 12:51:20 f4c65f3f8b9e: Preparing 12:51:20 fa975b399818: Preparing 12:51:20 f65e197e8328: Preparing 12:51:20 251756bc40db: Preparing 12:51:20 e92aaa786f4a: Preparing 12:51:20 50364a795cce: Preparing 12:51:20 256f393e029f: Preparing 12:51:20 e92aaa786f4a: Waiting 12:51:20 50364a795cce: Waiting 12:51:20 256f393e029f: Waiting 12:51:20 f65e197e8328: Layer already exists 12:51:20 f4c65f3f8b9e: Layer already exists 12:51:20 251756bc40db: Layer already exists 12:51:20 fa975b399818: Layer already exists 12:51:20 defbb4520737: Layer already exists 12:51:20 50364a795cce: Layer already exists 12:51:20 256f393e029f: Layer already exists 12:51:20 e92aaa786f4a: Layer already exists 12:51:20 main: digest: sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:20 ===================================================== [Pipeline] echo 12:51:20 taggedImages: 12:51:20 - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:20 - nexus3.edgexfoundry.org:10004/core-metadata:latest 12:51:20 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 12:51:20 - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:20 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 12:51:20 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 12:51:20 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:20 latest 12:51:20 4.1.0-dev.73 12:51:20 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:20 main 12:51:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:51:21 60f4d5d9cdf5: Preparing 12:51:21 6b1cd0578a18: Preparing 12:51:21 95a5f0d7f7b2: Preparing 12:51:21 d420cb2e9250: Preparing 12:51:21 224e4df2695f: Preparing 12:51:21 ec3c7156b0db: Preparing 12:51:21 80aa39598161: Preparing 12:51:21 f65e197e8328: Preparing 12:51:21 251756bc40db: Preparing 12:51:21 5aa6c4d56696: Preparing 12:51:21 762ba5f4b92d: Preparing 12:51:21 5f70bf18a086: Preparing 12:51:21 6c0951eac945: Preparing 12:51:21 df64deca80bc: Preparing 12:51:21 6c18620973e6: Preparing 12:51:21 256f393e029f: Preparing 12:51:21 251756bc40db: Waiting 12:51:21 5aa6c4d56696: Waiting 12:51:21 762ba5f4b92d: Waiting 12:51:21 5f70bf18a086: Waiting 12:51:21 6c0951eac945: Waiting 12:51:21 df64deca80bc: Waiting 12:51:21 6c18620973e6: Waiting 12:51:21 256f393e029f: Waiting 12:51:21 ec3c7156b0db: Waiting 12:51:21 80aa39598161: Waiting 12:51:21 f65e197e8328: Waiting 12:51:21 6b1cd0578a18: Pushed 12:51:21 95a5f0d7f7b2: Pushed 12:51:21 224e4df2695f: Pushed 12:51:21 d420cb2e9250: Pushed 12:51:22 60f4d5d9cdf5: Pushed 12:51:22 ec3c7156b0db: Pushed 12:51:24 5aa6c4d56696: Pushed 12:51:24 762ba5f4b92d: Pushed 12:51:24 f65e197e8328: Layer already exists 12:51:24 80aa39598161: Pushed 12:51:24 251756bc40db: Layer already exists 12:51:24 6c0951eac945: Pushed 12:51:25 df64deca80bc: Pushed 12:51:25 5f70bf18a086: Layer already exists 12:51:25 6c18620973e6: Pushed 12:51:26 256f393e029f: Layer already exists 12:51:27 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:27 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:51:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:51:27 60f4d5d9cdf5: Preparing 12:51:27 6b1cd0578a18: Preparing 12:51:27 95a5f0d7f7b2: Preparing 12:51:27 d420cb2e9250: Preparing 12:51:27 224e4df2695f: Preparing 12:51:27 ec3c7156b0db: Preparing 12:51:27 80aa39598161: Preparing 12:51:27 f65e197e8328: Preparing 12:51:27 ec3c7156b0db: Waiting 12:51:27 80aa39598161: Waiting 12:51:27 251756bc40db: Preparing 12:51:27 5aa6c4d56696: Preparing 12:51:27 762ba5f4b92d: Preparing 12:51:27 5f70bf18a086: Preparing 12:51:27 f65e197e8328: Waiting 12:51:27 762ba5f4b92d: Waiting 12:51:27 251756bc40db: Waiting 12:51:27 5aa6c4d56696: Waiting 12:51:27 5f70bf18a086: Waiting 12:51:27 6c0951eac945: Preparing 12:51:27 df64deca80bc: Preparing 12:51:27 6c18620973e6: Preparing 12:51:27 256f393e029f: Preparing 12:51:27 df64deca80bc: Waiting 12:51:27 6c18620973e6: Waiting 12:51:27 6c0951eac945: Waiting 12:51:27 256f393e029f: Waiting 12:51:27 95a5f0d7f7b2: Layer already exists 12:51:27 60f4d5d9cdf5: Layer already exists 12:51:27 ec3c7156b0db: Layer already exists 12:51:27 80aa39598161: Layer already exists 12:51:27 d420cb2e9250: Layer already exists 12:51:27 224e4df2695f: Layer already exists 12:51:27 6b1cd0578a18: Layer already exists 12:51:27 5aa6c4d56696: Layer already exists 12:51:27 251756bc40db: Layer already exists 12:51:27 5f70bf18a086: Layer already exists 12:51:27 762ba5f4b92d: Layer already exists 12:51:27 f65e197e8328: Layer already exists 12:51:27 6c0951eac945: Layer already exists 12:51:27 df64deca80bc: Layer already exists 12:51:27 6c18620973e6: Layer already exists 12:51:27 256f393e029f: Layer already exists 12:51:27 latest: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:28 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 12:51:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:51:28 60f4d5d9cdf5: Preparing 12:51:28 6b1cd0578a18: Preparing 12:51:28 95a5f0d7f7b2: Preparing 12:51:28 d420cb2e9250: Preparing 12:51:28 224e4df2695f: Preparing 12:51:28 ec3c7156b0db: Preparing 12:51:28 80aa39598161: Preparing 12:51:28 f65e197e8328: Preparing 12:51:28 251756bc40db: Preparing 12:51:28 5aa6c4d56696: Preparing 12:51:28 762ba5f4b92d: Preparing 12:51:28 5f70bf18a086: Preparing 12:51:28 6c0951eac945: Preparing 12:51:28 df64deca80bc: Preparing 12:51:28 6c18620973e6: Preparing 12:51:28 256f393e029f: Preparing 12:51:28 ec3c7156b0db: Waiting 12:51:28 80aa39598161: Waiting 12:51:28 f65e197e8328: Waiting 12:51:28 251756bc40db: Waiting 12:51:28 5aa6c4d56696: Waiting 12:51:28 762ba5f4b92d: Waiting 12:51:28 5f70bf18a086: Waiting 12:51:28 6c0951eac945: Waiting 12:51:28 df64deca80bc: Waiting 12:51:28 6c18620973e6: Waiting 12:51:28 256f393e029f: Waiting 12:51:28 d420cb2e9250: Layer already exists 12:51:28 60f4d5d9cdf5: Layer already exists 12:51:28 6b1cd0578a18: Layer already exists 12:51:28 224e4df2695f: Layer already exists 12:51:28 95a5f0d7f7b2: Layer already exists 12:51:28 ec3c7156b0db: Layer already exists 12:51:28 f65e197e8328: Layer already exists 12:51:28 5aa6c4d56696: Layer already exists 12:51:28 762ba5f4b92d: Layer already exists 12:51:28 5f70bf18a086: Layer already exists 12:51:28 6c0951eac945: Layer already exists 12:51:28 df64deca80bc: Layer already exists 12:51:28 80aa39598161: Layer already exists 12:51:28 6c18620973e6: Layer already exists 12:51:28 256f393e029f: Layer already exists 12:51:28 251756bc40db: Layer already exists 12:51:28 4.1.0-dev.73: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:29 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:51:29 60f4d5d9cdf5: Preparing 12:51:29 6b1cd0578a18: Preparing 12:51:29 95a5f0d7f7b2: Preparing 12:51:29 d420cb2e9250: Preparing 12:51:29 224e4df2695f: Preparing 12:51:29 ec3c7156b0db: Preparing 12:51:29 80aa39598161: Preparing 12:51:29 f65e197e8328: Preparing 12:51:29 251756bc40db: Preparing 12:51:29 5aa6c4d56696: Preparing 12:51:29 762ba5f4b92d: Preparing 12:51:29 5f70bf18a086: Preparing 12:51:29 f65e197e8328: Waiting 12:51:29 251756bc40db: Waiting 12:51:29 5aa6c4d56696: Waiting 12:51:29 762ba5f4b92d: Waiting 12:51:29 ec3c7156b0db: Waiting 12:51:29 80aa39598161: Waiting 12:51:29 6c0951eac945: Preparing 12:51:29 df64deca80bc: Preparing 12:51:29 5f70bf18a086: Waiting 12:51:29 6c18620973e6: Preparing 12:51:29 256f393e029f: Preparing 12:51:29 6c0951eac945: Waiting 12:51:29 df64deca80bc: Waiting 12:51:29 6c18620973e6: Waiting 12:51:29 256f393e029f: Waiting 12:51:29 224e4df2695f: Layer already exists 12:51:29 d420cb2e9250: Layer already exists 12:51:29 60f4d5d9cdf5: Layer already exists 12:51:29 95a5f0d7f7b2: Layer already exists 12:51:29 6b1cd0578a18: Layer already exists 12:51:29 80aa39598161: Layer already exists 12:51:29 ec3c7156b0db: Layer already exists 12:51:29 f65e197e8328: Layer already exists 12:51:29 251756bc40db: Layer already exists 12:51:29 5f70bf18a086: Layer already exists 12:51:29 5aa6c4d56696: Layer already exists 12:51:29 762ba5f4b92d: Layer already exists 12:51:29 df64deca80bc: Layer already exists 12:51:29 256f393e029f: Layer already exists 12:51:29 6c18620973e6: Layer already exists 12:51:29 6c0951eac945: Layer already exists 12:51:29 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 12:51:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 12:51:30 60f4d5d9cdf5: Preparing 12:51:30 6b1cd0578a18: Preparing 12:51:30 95a5f0d7f7b2: Preparing 12:51:30 d420cb2e9250: Preparing 12:51:30 224e4df2695f: Preparing 12:51:30 ec3c7156b0db: Preparing 12:51:30 80aa39598161: Preparing 12:51:30 f65e197e8328: Preparing 12:51:30 251756bc40db: Preparing 12:51:30 5aa6c4d56696: Preparing 12:51:30 762ba5f4b92d: Preparing 12:51:30 5f70bf18a086: Preparing 12:51:30 6c0951eac945: Preparing 12:51:30 df64deca80bc: Preparing 12:51:30 6c18620973e6: Preparing 12:51:30 256f393e029f: Preparing 12:51:30 251756bc40db: Waiting 12:51:30 df64deca80bc: Waiting 12:51:30 5aa6c4d56696: Waiting 12:51:30 6c18620973e6: Waiting 12:51:30 256f393e029f: Waiting 12:51:30 762ba5f4b92d: Waiting 12:51:30 6c0951eac945: Waiting 12:51:30 5f70bf18a086: Waiting 12:51:30 80aa39598161: Waiting 12:51:30 ec3c7156b0db: Waiting 12:51:30 f65e197e8328: Waiting 12:51:30 60f4d5d9cdf5: Layer already exists 12:51:30 95a5f0d7f7b2: Layer already exists 12:51:30 6b1cd0578a18: Layer already exists 12:51:30 224e4df2695f: Layer already exists 12:51:30 d420cb2e9250: Layer already exists 12:51:30 80aa39598161: Layer already exists 12:51:30 f65e197e8328: Layer already exists 12:51:30 ec3c7156b0db: Layer already exists 12:51:30 5aa6c4d56696: Layer already exists 12:51:30 251756bc40db: Layer already exists 12:51:30 5f70bf18a086: Layer already exists 12:51:30 6c0951eac945: Layer already exists 12:51:30 df64deca80bc: Layer already exists 12:51:30 256f393e029f: Layer already exists 12:51:30 6c18620973e6: Layer already exists 12:51:30 762ba5f4b92d: Layer already exists 12:51:30 main: digest: sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:30 ===================================================== [Pipeline] echo 12:51:30 taggedImages: 12:51:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:51:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 12:51:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:30 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 12:51:30 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 12:51:30 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:30 latest 12:51:30 4.1.0-dev.73 12:51:30 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:30 main 12:51:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:31 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:51:31 67d572ea0124: Preparing 12:51:31 d4aeb8bb405b: Preparing 12:51:31 65251336af38: Preparing 12:51:31 2a4b2c8c5ea8: Preparing 12:51:31 f65e197e8328: Preparing 12:51:31 251756bc40db: Preparing 12:51:31 e92aaa786f4a: Preparing 12:51:31 50364a795cce: Preparing 12:51:31 256f393e029f: Preparing 12:51:31 251756bc40db: Waiting 12:51:31 e92aaa786f4a: Waiting 12:51:31 50364a795cce: Waiting 12:51:31 256f393e029f: Waiting 12:51:31 65251336af38: Pushed 12:51:32 f65e197e8328: Layer already exists 12:51:33 d4aeb8bb405b: Layer already exists 12:51:33 67d572ea0124: Layer already exists 12:51:33 251756bc40db: Layer already exists 12:51:33 e92aaa786f4a: Layer already exists 12:51:34 256f393e029f: Layer already exists 12:51:34 50364a795cce: Layer already exists 12:51:35 2a4b2c8c5ea8: Pushed 12:51:35 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:36 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:51:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:51:37 67d572ea0124: Preparing 12:51:37 d4aeb8bb405b: Preparing 12:51:37 65251336af38: Preparing 12:51:37 2a4b2c8c5ea8: Preparing 12:51:37 f65e197e8328: Preparing 12:51:37 251756bc40db: Preparing 12:51:37 e92aaa786f4a: Preparing 12:51:37 50364a795cce: Preparing 12:51:37 256f393e029f: Preparing 12:51:37 251756bc40db: Waiting 12:51:37 e92aaa786f4a: Waiting 12:51:37 50364a795cce: Waiting 12:51:37 256f393e029f: Waiting 12:51:37 f65e197e8328: Layer already exists 12:51:37 65251336af38: Layer already exists 12:51:37 d4aeb8bb405b: Layer already exists 12:51:37 67d572ea0124: Layer already exists 12:51:37 2a4b2c8c5ea8: Layer already exists 12:51:37 50364a795cce: Layer already exists 12:51:37 e92aaa786f4a: Layer already exists 12:51:37 251756bc40db: Layer already exists 12:51:37 256f393e029f: Layer already exists 12:51:37 latest: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 12:51:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:51:38 67d572ea0124: Preparing 12:51:38 d4aeb8bb405b: Preparing 12:51:38 65251336af38: Preparing 12:51:38 2a4b2c8c5ea8: Preparing 12:51:38 f65e197e8328: Preparing 12:51:38 251756bc40db: Preparing 12:51:38 e92aaa786f4a: Preparing 12:51:38 50364a795cce: Preparing 12:51:38 256f393e029f: Preparing 12:51:38 251756bc40db: Waiting 12:51:38 e92aaa786f4a: Waiting 12:51:38 50364a795cce: Waiting 12:51:38 256f393e029f: Waiting 12:51:38 65251336af38: Layer already exists 12:51:38 67d572ea0124: Layer already exists 12:51:38 d4aeb8bb405b: Layer already exists 12:51:38 2a4b2c8c5ea8: Layer already exists 12:51:38 f65e197e8328: Layer already exists 12:51:38 251756bc40db: Layer already exists 12:51:38 e92aaa786f4a: Layer already exists 12:51:38 50364a795cce: Layer already exists 12:51:38 256f393e029f: Layer already exists 12:51:38 4.1.0-dev.73: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:51:39 67d572ea0124: Preparing 12:51:39 d4aeb8bb405b: Preparing 12:51:39 65251336af38: Preparing 12:51:39 2a4b2c8c5ea8: Preparing 12:51:39 f65e197e8328: Preparing 12:51:39 251756bc40db: Preparing 12:51:39 e92aaa786f4a: Preparing 12:51:39 50364a795cce: Preparing 12:51:39 256f393e029f: Preparing 12:51:39 251756bc40db: Waiting 12:51:39 e92aaa786f4a: Waiting 12:51:39 50364a795cce: Waiting 12:51:39 256f393e029f: Waiting 12:51:39 d4aeb8bb405b: Layer already exists 12:51:39 67d572ea0124: Layer already exists 12:51:39 f65e197e8328: Layer already exists 12:51:39 65251336af38: Layer already exists 12:51:39 2a4b2c8c5ea8: Layer already exists 12:51:39 251756bc40db: Layer already exists 12:51:39 e92aaa786f4a: Layer already exists 12:51:39 50364a795cce: Layer already exists 12:51:39 256f393e029f: Layer already exists 12:51:39 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:39 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 12:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 12:51:40 67d572ea0124: Preparing 12:51:40 d4aeb8bb405b: Preparing 12:51:40 65251336af38: Preparing 12:51:40 2a4b2c8c5ea8: Preparing 12:51:40 f65e197e8328: Preparing 12:51:40 251756bc40db: Preparing 12:51:40 e92aaa786f4a: Preparing 12:51:40 50364a795cce: Preparing 12:51:40 256f393e029f: Preparing 12:51:40 e92aaa786f4a: Waiting 12:51:40 50364a795cce: Waiting 12:51:40 256f393e029f: Waiting 12:51:40 251756bc40db: Waiting 12:51:40 2a4b2c8c5ea8: Layer already exists 12:51:40 67d572ea0124: Layer already exists 12:51:40 65251336af38: Layer already exists 12:51:40 f65e197e8328: Layer already exists 12:51:40 d4aeb8bb405b: Layer already exists 12:51:40 e92aaa786f4a: Layer already exists 12:51:40 50364a795cce: Layer already exists 12:51:40 256f393e029f: Layer already exists 12:51:40 251756bc40db: Layer already exists 12:51:40 main: digest: sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:40 ===================================================== [Pipeline] echo 12:51:40 taggedImages: 12:51:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:51:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 12:51:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:40 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 12:51:40 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 12:51:40 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:40 latest 12:51:40 4.1.0-dev.73 12:51:40 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:40 main 12:51:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:51:40 5258b1654724: Preparing 12:51:40 801d1ed6497b: Preparing 12:51:40 2596605ba1f0: Preparing 12:51:40 67d1c2e4ae30: Preparing 12:51:40 f417b11f4038: Preparing 12:51:40 f65e197e8328: Preparing 12:51:40 251756bc40db: Preparing 12:51:40 801635e7145a: Preparing 12:51:40 aca3e5c99662: Preparing 12:51:40 b4e7bed00527: Preparing 12:51:40 256f393e029f: Preparing 12:51:40 801635e7145a: Waiting 12:51:40 aca3e5c99662: Waiting 12:51:40 f65e197e8328: Waiting 12:51:40 251756bc40db: Waiting 12:51:40 b4e7bed00527: Waiting 12:51:40 256f393e029f: Waiting 12:51:41 f417b11f4038: Pushed 12:51:41 67d1c2e4ae30: Pushed 12:51:41 801d1ed6497b: Pushed 12:51:41 5258b1654724: Pushed 12:51:42 f65e197e8328: Layer already exists 12:51:42 801635e7145a: Pushed 12:51:42 aca3e5c99662: Pushed 12:51:42 251756bc40db: Layer already exists 12:51:42 256f393e029f: Layer already exists 12:51:43 b4e7bed00527: Pushed 12:51:43 2596605ba1f0: Pushed 12:51:44 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:44 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:51:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:51:44 5258b1654724: Preparing 12:51:44 801d1ed6497b: Preparing 12:51:44 2596605ba1f0: Preparing 12:51:44 67d1c2e4ae30: Preparing 12:51:44 f417b11f4038: Preparing 12:51:44 f65e197e8328: Preparing 12:51:44 251756bc40db: Preparing 12:51:44 801635e7145a: Preparing 12:51:44 aca3e5c99662: Preparing 12:51:44 b4e7bed00527: Preparing 12:51:44 256f393e029f: Preparing 12:51:44 aca3e5c99662: Waiting 12:51:44 801635e7145a: Waiting 12:51:44 b4e7bed00527: Waiting 12:51:44 256f393e029f: Waiting 12:51:44 f65e197e8328: Waiting 12:51:44 251756bc40db: Waiting 12:51:44 67d1c2e4ae30: Layer already exists 12:51:44 f417b11f4038: Layer already exists 12:51:44 2596605ba1f0: Layer already exists 12:51:44 801d1ed6497b: Layer already exists 12:51:44 5258b1654724: Layer already exists 12:51:44 801635e7145a: Layer already exists 12:51:44 aca3e5c99662: Layer already exists 12:51:44 256f393e029f: Layer already exists 12:51:44 b4e7bed00527: Layer already exists 12:51:44 251756bc40db: Layer already exists 12:51:44 f65e197e8328: Layer already exists 12:51:44 latest: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 12:51:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:51:45 5258b1654724: Preparing 12:51:45 801d1ed6497b: Preparing 12:51:45 2596605ba1f0: Preparing 12:51:45 67d1c2e4ae30: Preparing 12:51:45 f417b11f4038: Preparing 12:51:45 f65e197e8328: Preparing 12:51:45 251756bc40db: Preparing 12:51:45 801635e7145a: Preparing 12:51:45 aca3e5c99662: Preparing 12:51:45 b4e7bed00527: Preparing 12:51:45 256f393e029f: Preparing 12:51:45 801635e7145a: Waiting 12:51:45 aca3e5c99662: Waiting 12:51:45 b4e7bed00527: Waiting 12:51:45 256f393e029f: Waiting 12:51:45 f65e197e8328: Waiting 12:51:45 251756bc40db: Waiting 12:51:45 f417b11f4038: Layer already exists 12:51:45 5258b1654724: Layer already exists 12:51:45 2596605ba1f0: Layer already exists 12:51:45 801d1ed6497b: Layer already exists 12:51:45 67d1c2e4ae30: Layer already exists 12:51:45 251756bc40db: Layer already exists 12:51:45 aca3e5c99662: Layer already exists 12:51:45 b4e7bed00527: Layer already exists 12:51:45 801635e7145a: Layer already exists 12:51:45 256f393e029f: Layer already exists 12:51:45 f65e197e8328: Layer already exists 12:51:45 4.1.0-dev.73: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:46 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:51:46 5258b1654724: Preparing 12:51:46 801d1ed6497b: Preparing 12:51:46 2596605ba1f0: Preparing 12:51:46 67d1c2e4ae30: Preparing 12:51:46 f417b11f4038: Preparing 12:51:46 f65e197e8328: Preparing 12:51:46 251756bc40db: Preparing 12:51:46 801635e7145a: Preparing 12:51:46 f65e197e8328: Waiting 12:51:46 251756bc40db: Waiting 12:51:46 aca3e5c99662: Preparing 12:51:46 b4e7bed00527: Preparing 12:51:46 801635e7145a: Waiting 12:51:46 256f393e029f: Preparing 12:51:46 b4e7bed00527: Waiting 12:51:46 aca3e5c99662: Waiting 12:51:46 256f393e029f: Waiting 12:51:46 2596605ba1f0: Layer already exists 12:51:46 f417b11f4038: Layer already exists 12:51:46 67d1c2e4ae30: Layer already exists 12:51:46 801d1ed6497b: Layer already exists 12:51:46 5258b1654724: Layer already exists 12:51:46 f65e197e8328: Layer already exists 12:51:46 aca3e5c99662: Layer already exists 12:51:46 b4e7bed00527: Layer already exists 12:51:46 251756bc40db: Layer already exists 12:51:46 801635e7145a: Layer already exists 12:51:46 256f393e029f: Layer already exists 12:51:46 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:46 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 12:51:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 12:51:47 5258b1654724: Preparing 12:51:47 801d1ed6497b: Preparing 12:51:47 2596605ba1f0: Preparing 12:51:47 67d1c2e4ae30: Preparing 12:51:47 f417b11f4038: Preparing 12:51:47 f65e197e8328: Preparing 12:51:47 251756bc40db: Preparing 12:51:47 801635e7145a: Preparing 12:51:47 aca3e5c99662: Preparing 12:51:47 b4e7bed00527: Preparing 12:51:47 256f393e029f: Preparing 12:51:47 251756bc40db: Waiting 12:51:47 801635e7145a: Waiting 12:51:47 aca3e5c99662: Waiting 12:51:47 b4e7bed00527: Waiting 12:51:47 256f393e029f: Waiting 12:51:47 f65e197e8328: Waiting 12:51:47 2596605ba1f0: Layer already exists 12:51:47 67d1c2e4ae30: Layer already exists 12:51:47 801d1ed6497b: Layer already exists 12:51:47 5258b1654724: Layer already exists 12:51:47 f417b11f4038: Layer already exists 12:51:47 251756bc40db: Layer already exists 12:51:47 f65e197e8328: Layer already exists 12:51:47 801635e7145a: Layer already exists 12:51:47 b4e7bed00527: Layer already exists 12:51:47 aca3e5c99662: Layer already exists 12:51:47 256f393e029f: Layer already exists 12:51:47 main: digest: sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:47 ===================================================== [Pipeline] echo 12:51:47 taggedImages: 12:51:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:51:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 12:51:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:47 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 12:51:47 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 12:51:47 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:47 latest 12:51:47 4.1.0-dev.73 12:51:47 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:47 main 12:51:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:51:48 326acd937b30: Preparing 12:51:48 dbc82419ff1c: Preparing 12:51:48 f0eca12cc448: Preparing 12:51:48 642405569093: Preparing 12:51:48 17af5f767a37: Preparing 12:51:48 b5853cf2ec62: Preparing 12:51:48 51152ffc09dd: Preparing 12:51:48 f65e197e8328: Preparing 12:51:48 251756bc40db: Preparing 12:51:48 ede940462695: Preparing 12:51:48 15f72eff8230: Preparing 12:51:48 256f393e029f: Preparing 12:51:48 51152ffc09dd: Waiting 12:51:48 b5853cf2ec62: Waiting 12:51:48 f65e197e8328: Waiting 12:51:48 251756bc40db: Waiting 12:51:48 15f72eff8230: Waiting 12:51:48 ede940462695: Waiting 12:51:48 256f393e029f: Waiting 12:51:48 dbc82419ff1c: Pushed 12:51:48 17af5f767a37: Pushed 12:51:49 326acd937b30: Pushed 12:51:49 b5853cf2ec62: Pushed 12:51:49 51152ffc09dd: Pushed 12:51:50 ede940462695: Pushed 12:51:50 f65e197e8328: Layer already exists 12:51:50 251756bc40db: Layer already exists 12:51:51 256f393e029f: Layer already exists 12:51:51 642405569093: Pushed 12:51:51 f0eca12cc448: Pushed 12:51:51 15f72eff8230: Pushed 12:51:52 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:51:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:51:53 326acd937b30: Preparing 12:51:53 dbc82419ff1c: Preparing 12:51:53 f0eca12cc448: Preparing 12:51:53 642405569093: Preparing 12:51:53 17af5f767a37: Preparing 12:51:53 b5853cf2ec62: Preparing 12:51:53 51152ffc09dd: Preparing 12:51:53 f65e197e8328: Preparing 12:51:53 251756bc40db: Preparing 12:51:53 ede940462695: Preparing 12:51:53 15f72eff8230: Preparing 12:51:53 256f393e029f: Preparing 12:51:53 51152ffc09dd: Waiting 12:51:53 b5853cf2ec62: Waiting 12:51:53 256f393e029f: Waiting 12:51:53 15f72eff8230: Waiting 12:51:53 f65e197e8328: Waiting 12:51:53 251756bc40db: Waiting 12:51:53 ede940462695: Waiting 12:51:53 326acd937b30: Layer already exists 12:51:53 f0eca12cc448: Layer already exists 12:51:53 dbc82419ff1c: Layer already exists 12:51:53 642405569093: Layer already exists 12:51:53 51152ffc09dd: Layer already exists 12:51:53 f65e197e8328: Layer already exists 12:51:53 b5853cf2ec62: Layer already exists 12:51:53 251756bc40db: Layer already exists 12:51:53 ede940462695: Layer already exists 12:51:53 256f393e029f: Layer already exists 12:51:53 15f72eff8230: Layer already exists 12:51:53 17af5f767a37: Layer already exists 12:51:53 latest: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 12:51:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:51:54 326acd937b30: Preparing 12:51:54 dbc82419ff1c: Preparing 12:51:54 f0eca12cc448: Preparing 12:51:54 642405569093: Preparing 12:51:54 17af5f767a37: Preparing 12:51:54 b5853cf2ec62: Preparing 12:51:54 51152ffc09dd: Preparing 12:51:54 f65e197e8328: Preparing 12:51:54 251756bc40db: Preparing 12:51:54 ede940462695: Preparing 12:51:54 15f72eff8230: Preparing 12:51:54 256f393e029f: Preparing 12:51:54 51152ffc09dd: Waiting 12:51:54 f65e197e8328: Waiting 12:51:54 251756bc40db: Waiting 12:51:54 ede940462695: Waiting 12:51:54 15f72eff8230: Waiting 12:51:54 256f393e029f: Waiting 12:51:54 b5853cf2ec62: Waiting 12:51:54 17af5f767a37: Layer already exists 12:51:54 dbc82419ff1c: Layer already exists 12:51:54 f0eca12cc448: Layer already exists 12:51:54 326acd937b30: Layer already exists 12:51:54 642405569093: Layer already exists 12:51:54 b5853cf2ec62: Layer already exists 12:51:54 51152ffc09dd: Layer already exists 12:51:54 ede940462695: Layer already exists 12:51:54 f65e197e8328: Layer already exists 12:51:54 251756bc40db: Layer already exists 12:51:54 15f72eff8230: Layer already exists 12:51:54 256f393e029f: Layer already exists 12:51:54 4.1.0-dev.73: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:51:55 326acd937b30: Preparing 12:51:55 dbc82419ff1c: Preparing 12:51:55 f0eca12cc448: Preparing 12:51:55 642405569093: Preparing 12:51:55 17af5f767a37: Preparing 12:51:55 b5853cf2ec62: Preparing 12:51:55 51152ffc09dd: Preparing 12:51:55 f65e197e8328: Preparing 12:51:55 251756bc40db: Preparing 12:51:55 ede940462695: Preparing 12:51:55 15f72eff8230: Preparing 12:51:55 256f393e029f: Preparing 12:51:55 f65e197e8328: Waiting 12:51:55 251756bc40db: Waiting 12:51:55 ede940462695: Waiting 12:51:55 15f72eff8230: Waiting 12:51:55 b5853cf2ec62: Waiting 12:51:55 256f393e029f: Waiting 12:51:55 51152ffc09dd: Waiting 12:51:55 17af5f767a37: Layer already exists 12:51:55 dbc82419ff1c: Layer already exists 12:51:55 642405569093: Layer already exists 12:51:55 326acd937b30: Layer already exists 12:51:55 f0eca12cc448: Layer already exists 12:51:55 51152ffc09dd: Layer already exists 12:51:55 f65e197e8328: Layer already exists 12:51:55 b5853cf2ec62: Layer already exists 12:51:55 251756bc40db: Layer already exists 12:51:55 15f72eff8230: Layer already exists 12:51:55 ede940462695: Layer already exists 12:51:55 256f393e029f: Layer already exists 12:51:55 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:55 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 12:51:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 12:51:55 326acd937b30: Preparing 12:51:55 dbc82419ff1c: Preparing 12:51:55 f0eca12cc448: Preparing 12:51:55 642405569093: Preparing 12:51:55 17af5f767a37: Preparing 12:51:55 b5853cf2ec62: Preparing 12:51:55 51152ffc09dd: Preparing 12:51:55 f65e197e8328: Preparing 12:51:55 251756bc40db: Preparing 12:51:55 ede940462695: Preparing 12:51:55 15f72eff8230: Preparing 12:51:55 256f393e029f: Preparing 12:51:55 f65e197e8328: Waiting 12:51:55 251756bc40db: Waiting 12:51:55 b5853cf2ec62: Waiting 12:51:55 51152ffc09dd: Waiting 12:51:55 ede940462695: Waiting 12:51:55 15f72eff8230: Waiting 12:51:55 256f393e029f: Waiting 12:51:55 f0eca12cc448: Layer already exists 12:51:55 642405569093: Layer already exists 12:51:55 17af5f767a37: Layer already exists 12:51:55 dbc82419ff1c: Layer already exists 12:51:55 b5853cf2ec62: Layer already exists 12:51:55 51152ffc09dd: Layer already exists 12:51:55 ede940462695: Layer already exists 12:51:55 251756bc40db: Layer already exists 12:51:55 326acd937b30: Layer already exists 12:51:55 15f72eff8230: Layer already exists 12:51:55 f65e197e8328: Layer already exists 12:51:55 256f393e029f: Layer already exists 12:51:55 main: digest: sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:51:55 ===================================================== [Pipeline] echo 12:51:55 taggedImages: 12:51:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:51:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 12:51:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:55 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 12:51:55 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 12:51:55 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:55 latest 12:51:55 4.1.0-dev.73 12:51:55 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:51:55 main 12:51:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:56 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:56 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:51:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:51:56 500cfab4cb75: Preparing 12:51:56 b8ff62a3eee6: Preparing 12:51:56 f65e197e8328: Preparing 12:51:56 251756bc40db: Preparing 12:51:56 cbc3094fb9ee: Preparing 12:51:56 95ba9d459320: Preparing 12:51:56 256f393e029f: Preparing 12:51:56 95ba9d459320: Waiting 12:51:56 256f393e029f: Waiting 12:51:56 cbc3094fb9ee: Pushed 12:51:56 251756bc40db: Layer already exists 12:51:57 500cfab4cb75: Pushed 12:51:57 f65e197e8328: Layer already exists 12:51:57 256f393e029f: Layer already exists 12:51:57 95ba9d459320: Pushed 12:51:59 b8ff62a3eee6: Pushed 12:52:00 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:00 + 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 12:52:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:52:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:52:00 500cfab4cb75: Preparing 12:52:00 b8ff62a3eee6: Preparing 12:52:00 f65e197e8328: Preparing 12:52:00 251756bc40db: Preparing 12:52:00 cbc3094fb9ee: Preparing 12:52:00 95ba9d459320: Preparing 12:52:00 256f393e029f: Preparing 12:52:00 95ba9d459320: Waiting 12:52:00 256f393e029f: Waiting 12:52:00 500cfab4cb75: Layer already exists 12:52:00 b8ff62a3eee6: Layer already exists 12:52:00 cbc3094fb9ee: Layer already exists 12:52:00 251756bc40db: Layer already exists 12:52:00 f65e197e8328: Layer already exists 12:52:00 256f393e029f: Layer already exists 12:52:00 95ba9d459320: Layer already exists 12:52:00 latest: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 12:52:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:52:01 500cfab4cb75: Preparing 12:52:01 b8ff62a3eee6: Preparing 12:52:01 f65e197e8328: Preparing 12:52:01 251756bc40db: Preparing 12:52:01 cbc3094fb9ee: Preparing 12:52:01 95ba9d459320: Preparing 12:52:01 256f393e029f: Preparing 12:52:01 256f393e029f: Waiting 12:52:01 95ba9d459320: Waiting 12:52:01 b8ff62a3eee6: Layer already exists 12:52:01 cbc3094fb9ee: Layer already exists 12:52:01 251756bc40db: Layer already exists 12:52:01 f65e197e8328: Layer already exists 12:52:01 95ba9d459320: Layer already exists 12:52:01 256f393e029f: Layer already exists 12:52:01 500cfab4cb75: Layer already exists 12:52:01 4.1.0-dev.73: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:52:02 500cfab4cb75: Preparing 12:52:02 b8ff62a3eee6: Preparing 12:52:02 f65e197e8328: Preparing 12:52:02 251756bc40db: Preparing 12:52:02 cbc3094fb9ee: Preparing 12:52:02 95ba9d459320: Preparing 12:52:02 256f393e029f: Preparing 12:52:02 256f393e029f: Waiting 12:52:02 95ba9d459320: Waiting 12:52:02 251756bc40db: Layer already exists 12:52:02 b8ff62a3eee6: Layer already exists 12:52:02 500cfab4cb75: Layer already exists 12:52:02 cbc3094fb9ee: Layer already exists 12:52:02 256f393e029f: Layer already exists 12:52:02 95ba9d459320: Layer already exists 12:52:02 f65e197e8328: Layer already exists 12:52:02 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:02 + 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 12:52:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 12:52:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 12:52:03 500cfab4cb75: Preparing 12:52:03 b8ff62a3eee6: Preparing 12:52:03 f65e197e8328: Preparing 12:52:03 251756bc40db: Preparing 12:52:03 cbc3094fb9ee: Preparing 12:52:03 95ba9d459320: Preparing 12:52:03 256f393e029f: Preparing 12:52:03 95ba9d459320: Waiting 12:52:03 256f393e029f: Waiting 12:52:03 b8ff62a3eee6: Layer already exists 12:52:03 cbc3094fb9ee: Layer already exists 12:52:03 251756bc40db: Layer already exists 12:52:03 f65e197e8328: Layer already exists 12:52:03 500cfab4cb75: Layer already exists 12:52:03 95ba9d459320: Layer already exists 12:52:03 256f393e029f: Layer already exists 12:52:03 main: digest: sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:03 ===================================================== [Pipeline] echo 12:52:03 taggedImages: 12:52:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:52:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 12:52:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 12:52:03 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 12:52:03 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:03 latest 12:52:03 4.1.0-dev.73 12:52:03 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:03 main 12:52:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:52:04 fd321c4e3232: Preparing 12:52:04 e8093fedabcd: Preparing 12:52:04 627aae57634d: Preparing 12:52:04 f65e197e8328: Preparing 12:52:04 251756bc40db: Preparing 12:52:04 99d6a70e8d21: Preparing 12:52:04 437342e97e2f: Preparing 12:52:04 86a313a05478: Preparing 12:52:04 99d6a70e8d21: Waiting 12:52:04 437342e97e2f: Waiting 12:52:04 c44031faf136: Preparing 12:52:04 86a313a05478: Waiting 12:52:04 256f393e029f: Preparing 12:52:04 c44031faf136: Waiting 12:52:04 256f393e029f: Waiting 12:52:05 627aae57634d: Pushed 12:52:05 e8093fedabcd: Pushed 12:52:05 f65e197e8328: Layer already exists 12:52:05 fd321c4e3232: Pushed 12:52:05 251756bc40db: Layer already exists 12:52:06 86a313a05478: Pushed 12:52:06 c44031faf136: Pushed 12:52:06 256f393e029f: Layer already exists 12:52:09 437342e97e2f: Pushed 12:52:16 99d6a70e8d21: Pushed 12:52:16 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:16 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:52:17 fd321c4e3232: Preparing 12:52:17 e8093fedabcd: Preparing 12:52:17 627aae57634d: Preparing 12:52:17 f65e197e8328: Preparing 12:52:17 251756bc40db: Preparing 12:52:17 99d6a70e8d21: Preparing 12:52:17 437342e97e2f: Preparing 12:52:17 86a313a05478: Preparing 12:52:17 c44031faf136: Preparing 12:52:17 256f393e029f: Preparing 12:52:17 99d6a70e8d21: Waiting 12:52:17 437342e97e2f: Waiting 12:52:17 86a313a05478: Waiting 12:52:17 c44031faf136: Waiting 12:52:17 256f393e029f: Waiting 12:52:17 f65e197e8328: Layer already exists 12:52:17 e8093fedabcd: Layer already exists 12:52:17 251756bc40db: Layer already exists 12:52:17 fd321c4e3232: Layer already exists 12:52:17 627aae57634d: Layer already exists 12:52:17 99d6a70e8d21: Layer already exists 12:52:17 437342e97e2f: Layer already exists 12:52:17 86a313a05478: Layer already exists 12:52:17 c44031faf136: Layer already exists 12:52:17 256f393e029f: Layer already exists 12:52:17 latest: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:17 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 12:52:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:52:17 fd321c4e3232: Preparing 12:52:17 e8093fedabcd: Preparing 12:52:17 627aae57634d: Preparing 12:52:17 f65e197e8328: Preparing 12:52:17 251756bc40db: Preparing 12:52:17 99d6a70e8d21: Preparing 12:52:17 437342e97e2f: Preparing 12:52:17 86a313a05478: Preparing 12:52:17 c44031faf136: Preparing 12:52:17 256f393e029f: Preparing 12:52:17 437342e97e2f: Waiting 12:52:17 86a313a05478: Waiting 12:52:17 99d6a70e8d21: Waiting 12:52:17 c44031faf136: Waiting 12:52:17 256f393e029f: Waiting 12:52:17 fd321c4e3232: Layer already exists 12:52:17 f65e197e8328: Layer already exists 12:52:17 251756bc40db: Layer already exists 12:52:17 627aae57634d: Layer already exists 12:52:17 e8093fedabcd: Layer already exists 12:52:17 86a313a05478: Layer already exists 12:52:17 437342e97e2f: Layer already exists 12:52:17 99d6a70e8d21: Layer already exists 12:52:17 c44031faf136: Layer already exists 12:52:17 256f393e029f: Layer already exists 12:52:17 4.1.0-dev.73: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:52:18 fd321c4e3232: Preparing 12:52:18 e8093fedabcd: Preparing 12:52:18 627aae57634d: Preparing 12:52:18 f65e197e8328: Preparing 12:52:18 251756bc40db: Preparing 12:52:18 99d6a70e8d21: Preparing 12:52:18 437342e97e2f: Preparing 12:52:18 86a313a05478: Preparing 12:52:18 c44031faf136: Preparing 12:52:18 99d6a70e8d21: Waiting 12:52:18 437342e97e2f: Waiting 12:52:18 c44031faf136: Waiting 12:52:18 256f393e029f: Preparing 12:52:18 86a313a05478: Waiting 12:52:18 256f393e029f: Waiting 12:52:18 627aae57634d: Layer already exists 12:52:18 fd321c4e3232: Layer already exists 12:52:18 f65e197e8328: Layer already exists 12:52:18 251756bc40db: Layer already exists 12:52:18 437342e97e2f: Layer already exists 12:52:18 99d6a70e8d21: Layer already exists 12:52:18 e8093fedabcd: Layer already exists 12:52:18 86a313a05478: Layer already exists 12:52:18 256f393e029f: Layer already exists 12:52:18 c44031faf136: Layer already exists 12:52:18 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:18 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 12:52:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 12:52:19 fd321c4e3232: Preparing 12:52:19 e8093fedabcd: Preparing 12:52:19 627aae57634d: Preparing 12:52:19 f65e197e8328: Preparing 12:52:19 251756bc40db: Preparing 12:52:19 99d6a70e8d21: Preparing 12:52:19 437342e97e2f: Preparing 12:52:19 86a313a05478: Preparing 12:52:19 c44031faf136: Preparing 12:52:19 256f393e029f: Preparing 12:52:19 99d6a70e8d21: Waiting 12:52:19 437342e97e2f: Waiting 12:52:19 86a313a05478: Waiting 12:52:19 c44031faf136: Waiting 12:52:19 256f393e029f: Waiting 12:52:19 251756bc40db: Layer already exists 12:52:19 627aae57634d: Layer already exists 12:52:19 e8093fedabcd: Layer already exists 12:52:19 f65e197e8328: Layer already exists 12:52:19 fd321c4e3232: Layer already exists 12:52:19 c44031faf136: Layer already exists 12:52:19 99d6a70e8d21: Layer already exists 12:52:19 437342e97e2f: Layer already exists 12:52:19 86a313a05478: Layer already exists 12:52:19 256f393e029f: Layer already exists 12:52:19 main: digest: sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:19 ===================================================== [Pipeline] echo 12:52:19 taggedImages: 12:52:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:52:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 12:52:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:19 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 12:52:19 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 12:52:19 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:19 latest 12:52:19 4.1.0-dev.73 12:52:19 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:19 main 12:52:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:52:19 b7edb65002ae: Preparing 12:52:19 3e6f43ffe988: Preparing 12:52:19 b245dfe60d44: Preparing 12:52:19 f65e197e8328: Preparing 12:52:19 251756bc40db: Preparing 12:52:19 7196798d69ab: Preparing 12:52:19 2811ebb031bc: Preparing 12:52:19 f82ebb5b54d7: Preparing 12:52:19 256f393e029f: Preparing 12:52:19 7196798d69ab: Waiting 12:52:19 2811ebb031bc: Waiting 12:52:19 f82ebb5b54d7: Waiting 12:52:19 256f393e029f: Waiting 12:52:19 251756bc40db: Layer already exists 12:52:19 f65e197e8328: Layer already exists 12:52:19 b245dfe60d44: Pushed 12:52:19 2811ebb031bc: Pushed 12:52:19 b7edb65002ae: Pushed 12:52:19 3e6f43ffe988: Pushed 12:52:19 256f393e029f: Layer already exists 12:52:20 f82ebb5b54d7: Pushed 12:52:32 7196798d69ab: Pushed 12:52:32 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:33 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:52:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:52:33 b7edb65002ae: Preparing 12:52:33 3e6f43ffe988: Preparing 12:52:33 b245dfe60d44: Preparing 12:52:33 f65e197e8328: Preparing 12:52:33 251756bc40db: Preparing 12:52:33 7196798d69ab: Preparing 12:52:33 2811ebb031bc: Preparing 12:52:33 f82ebb5b54d7: Preparing 12:52:33 256f393e029f: Preparing 12:52:33 7196798d69ab: Waiting 12:52:33 f82ebb5b54d7: Waiting 12:52:33 256f393e029f: Waiting 12:52:33 2811ebb031bc: Waiting 12:52:33 b245dfe60d44: Layer already exists 12:52:33 3e6f43ffe988: Layer already exists 12:52:33 f65e197e8328: Layer already exists 12:52:33 b7edb65002ae: Layer already exists 12:52:33 251756bc40db: Layer already exists 12:52:33 2811ebb031bc: Layer already exists 12:52:33 7196798d69ab: Layer already exists 12:52:33 f82ebb5b54d7: Layer already exists 12:52:33 256f393e029f: Layer already exists 12:52:33 latest: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:33 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 12:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:52:34 b7edb65002ae: Preparing 12:52:34 3e6f43ffe988: Preparing 12:52:34 b245dfe60d44: Preparing 12:52:34 f65e197e8328: Preparing 12:52:34 251756bc40db: Preparing 12:52:34 7196798d69ab: Preparing 12:52:34 2811ebb031bc: Preparing 12:52:34 f82ebb5b54d7: Preparing 12:52:34 256f393e029f: Preparing 12:52:34 2811ebb031bc: Waiting 12:52:34 f82ebb5b54d7: Waiting 12:52:34 256f393e029f: Waiting 12:52:34 7196798d69ab: Waiting 12:52:34 3e6f43ffe988: Layer already exists 12:52:34 251756bc40db: Layer already exists 12:52:34 f65e197e8328: Layer already exists 12:52:34 b245dfe60d44: Layer already exists 12:52:34 b7edb65002ae: Layer already exists 12:52:34 256f393e029f: Layer already exists 12:52:34 f82ebb5b54d7: Layer already exists 12:52:34 2811ebb031bc: Layer already exists 12:52:34 7196798d69ab: Layer already exists 12:52:34 4.1.0-dev.73: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:34 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:52:34 b7edb65002ae: Preparing 12:52:34 3e6f43ffe988: Preparing 12:52:34 b245dfe60d44: Preparing 12:52:34 f65e197e8328: Preparing 12:52:34 251756bc40db: Preparing 12:52:34 7196798d69ab: Preparing 12:52:34 2811ebb031bc: Preparing 12:52:34 f82ebb5b54d7: Preparing 12:52:34 256f393e029f: Preparing 12:52:34 7196798d69ab: Waiting 12:52:34 f82ebb5b54d7: Waiting 12:52:34 2811ebb031bc: Waiting 12:52:34 256f393e029f: Waiting 12:52:34 b245dfe60d44: Layer already exists 12:52:34 3e6f43ffe988: Layer already exists 12:52:34 b7edb65002ae: Layer already exists 12:52:34 251756bc40db: Layer already exists 12:52:34 f65e197e8328: Layer already exists 12:52:34 256f393e029f: Layer already exists 12:52:34 7196798d69ab: Layer already exists 12:52:34 2811ebb031bc: Layer already exists 12:52:34 f82ebb5b54d7: Layer already exists 12:52:34 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:35 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 12:52:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 12:52:35 b7edb65002ae: Preparing 12:52:35 3e6f43ffe988: Preparing 12:52:35 b245dfe60d44: Preparing 12:52:35 f65e197e8328: Preparing 12:52:35 251756bc40db: Preparing 12:52:35 7196798d69ab: Preparing 12:52:35 2811ebb031bc: Preparing 12:52:35 f82ebb5b54d7: Preparing 12:52:35 256f393e029f: Preparing 12:52:35 f82ebb5b54d7: Waiting 12:52:35 7196798d69ab: Waiting 12:52:35 256f393e029f: Waiting 12:52:35 2811ebb031bc: Waiting 12:52:35 3e6f43ffe988: Layer already exists 12:52:35 b245dfe60d44: Layer already exists 12:52:35 251756bc40db: Layer already exists 12:52:35 f65e197e8328: Layer already exists 12:52:35 7196798d69ab: Layer already exists 12:52:35 f82ebb5b54d7: Layer already exists 12:52:35 2811ebb031bc: Layer already exists 12:52:35 256f393e029f: Layer already exists 12:52:35 b7edb65002ae: Layer already exists 12:52:35 main: digest: sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:35 ===================================================== [Pipeline] echo 12:52:35 taggedImages: 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:35 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 12:52:35 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 12:52:35 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:35 latest 12:52:35 4.1.0-dev.73 12:52:35 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:35 main 12:52:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:52:36 7ac7514f378d: Preparing 12:52:36 6ca2b88f7c53: Preparing 12:52:36 678f08cdada5: Preparing 12:52:36 f65e197e8328: Preparing 12:52:36 251756bc40db: Preparing 12:52:36 7196798d69ab: Preparing 12:52:36 86a313a05478: Preparing 12:52:36 c44031faf136: Preparing 12:52:36 256f393e029f: Preparing 12:52:36 c44031faf136: Waiting 12:52:36 7196798d69ab: Waiting 12:52:36 256f393e029f: Waiting 12:52:36 86a313a05478: Waiting 12:52:36 251756bc40db: Layer already exists 12:52:36 678f08cdada5: Pushed 12:52:36 6ca2b88f7c53: Pushed 12:52:36 f65e197e8328: Layer already exists 12:52:36 7196798d69ab: Layer already exists 12:52:36 7ac7514f378d: Pushed 12:52:36 86a313a05478: Layer already exists 12:52:36 c44031faf136: Layer already exists 12:52:36 256f393e029f: Layer already exists 12:52:36 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:52:37 7ac7514f378d: Preparing 12:52:37 6ca2b88f7c53: Preparing 12:52:37 678f08cdada5: Preparing 12:52:37 f65e197e8328: Preparing 12:52:37 251756bc40db: Preparing 12:52:37 7196798d69ab: Preparing 12:52:37 86a313a05478: Preparing 12:52:37 c44031faf136: Preparing 12:52:37 256f393e029f: Preparing 12:52:37 7196798d69ab: Waiting 12:52:37 86a313a05478: Waiting 12:52:37 c44031faf136: Waiting 12:52:37 256f393e029f: Waiting 12:52:37 6ca2b88f7c53: Layer already exists 12:52:37 7ac7514f378d: Layer already exists 12:52:37 678f08cdada5: Layer already exists 12:52:37 251756bc40db: Layer already exists 12:52:37 f65e197e8328: Layer already exists 12:52:37 c44031faf136: Layer already exists 12:52:37 256f393e029f: Layer already exists 12:52:37 86a313a05478: Layer already exists 12:52:37 7196798d69ab: Layer already exists 12:52:37 latest: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:37 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 12:52:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:52:37 7ac7514f378d: Preparing 12:52:37 6ca2b88f7c53: Preparing 12:52:37 678f08cdada5: Preparing 12:52:37 f65e197e8328: Preparing 12:52:37 251756bc40db: Preparing 12:52:37 7196798d69ab: Preparing 12:52:37 86a313a05478: Preparing 12:52:37 c44031faf136: Preparing 12:52:37 256f393e029f: Preparing 12:52:37 7196798d69ab: Waiting 12:52:37 86a313a05478: Waiting 12:52:37 c44031faf136: Waiting 12:52:37 256f393e029f: Waiting 12:52:37 6ca2b88f7c53: Layer already exists 12:52:37 251756bc40db: Layer already exists 12:52:37 7ac7514f378d: Layer already exists 12:52:37 f65e197e8328: Layer already exists 12:52:37 678f08cdada5: Layer already exists 12:52:37 7196798d69ab: Layer already exists 12:52:37 86a313a05478: Layer already exists 12:52:37 c44031faf136: Layer already exists 12:52:37 256f393e029f: Layer already exists 12:52:37 4.1.0-dev.73: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:52:38 7ac7514f378d: Preparing 12:52:38 6ca2b88f7c53: Preparing 12:52:38 678f08cdada5: Preparing 12:52:38 f65e197e8328: Preparing 12:52:38 251756bc40db: Preparing 12:52:38 7196798d69ab: Preparing 12:52:38 86a313a05478: Preparing 12:52:38 c44031faf136: Preparing 12:52:38 256f393e029f: Preparing 12:52:38 7196798d69ab: Waiting 12:52:38 c44031faf136: Waiting 12:52:38 256f393e029f: Waiting 12:52:38 86a313a05478: Waiting 12:52:38 251756bc40db: Layer already exists 12:52:38 6ca2b88f7c53: Layer already exists 12:52:38 7ac7514f378d: Layer already exists 12:52:38 f65e197e8328: Layer already exists 12:52:38 678f08cdada5: Layer already exists 12:52:38 7196798d69ab: Layer already exists 12:52:38 c44031faf136: Layer already exists 12:52:38 86a313a05478: Layer already exists 12:52:38 256f393e029f: Layer already exists 12:52:38 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 12:52:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 12:52:39 7ac7514f378d: Preparing 12:52:39 6ca2b88f7c53: Preparing 12:52:39 678f08cdada5: Preparing 12:52:39 f65e197e8328: Preparing 12:52:39 251756bc40db: Preparing 12:52:39 7196798d69ab: Preparing 12:52:39 86a313a05478: Preparing 12:52:39 c44031faf136: Preparing 12:52:39 256f393e029f: Preparing 12:52:39 7196798d69ab: Waiting 12:52:39 86a313a05478: Waiting 12:52:39 c44031faf136: Waiting 12:52:39 256f393e029f: Waiting 12:52:39 7ac7514f378d: Layer already exists 12:52:39 678f08cdada5: Layer already exists 12:52:39 251756bc40db: Layer already exists 12:52:39 f65e197e8328: Layer already exists 12:52:39 6ca2b88f7c53: Layer already exists 12:52:39 c44031faf136: Layer already exists 12:52:39 7196798d69ab: Layer already exists 12:52:39 86a313a05478: Layer already exists 12:52:39 256f393e029f: Layer already exists 12:52:39 main: digest: sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:39 ===================================================== [Pipeline] echo 12:52:39 taggedImages: 12:52:39 - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:39 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:52:39 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 12:52:39 - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:39 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 12:52:39 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 12:52:39 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:39 latest 12:52:39 4.1.0-dev.73 12:52:39 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:39 main 12:52:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:39 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:52:40 dee3fa5d0083: Preparing 12:52:40 170000fb0697: Preparing 12:52:40 f65e197e8328: Preparing 12:52:40 251756bc40db: Preparing 12:52:40 3fa123e26d81: Preparing 12:52:40 c5426777a92f: Preparing 12:52:40 256f393e029f: Preparing 12:52:40 c5426777a92f: Waiting 12:52:40 256f393e029f: Waiting 12:52:40 251756bc40db: Layer already exists 12:52:40 f65e197e8328: Layer already exists 12:52:40 3fa123e26d81: Pushed 12:52:40 256f393e029f: Layer already exists 12:52:40 dee3fa5d0083: Pushed 12:52:40 c5426777a92f: Pushed 12:52:44 170000fb0697: Pushed 12:52:44 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:44 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 12:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:52:45 dee3fa5d0083: Preparing 12:52:45 170000fb0697: Preparing 12:52:45 f65e197e8328: Preparing 12:52:45 251756bc40db: Preparing 12:52:45 3fa123e26d81: Preparing 12:52:45 c5426777a92f: Preparing 12:52:45 256f393e029f: Preparing 12:52:45 c5426777a92f: Waiting 12:52:45 256f393e029f: Waiting 12:52:45 3fa123e26d81: Layer already exists 12:52:45 170000fb0697: Layer already exists 12:52:45 dee3fa5d0083: Layer already exists 12:52:45 f65e197e8328: Layer already exists 12:52:45 251756bc40db: Layer already exists 12:52:45 c5426777a92f: Layer already exists 12:52:45 256f393e029f: Layer already exists 12:52:45 latest: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:45 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 12:52:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:52:45 dee3fa5d0083: Preparing 12:52:45 170000fb0697: Preparing 12:52:45 f65e197e8328: Preparing 12:52:45 251756bc40db: Preparing 12:52:45 3fa123e26d81: Preparing 12:52:45 c5426777a92f: Preparing 12:52:45 256f393e029f: Preparing 12:52:45 c5426777a92f: Waiting 12:52:45 256f393e029f: Waiting 12:52:45 251756bc40db: Layer already exists 12:52:45 3fa123e26d81: Layer already exists 12:52:45 dee3fa5d0083: Layer already exists 12:52:45 170000fb0697: Layer already exists 12:52:45 c5426777a92f: Layer already exists 12:52:45 256f393e029f: Layer already exists 12:52:45 f65e197e8328: Layer already exists 12:52:45 4.1.0-dev.73: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:52:46 dee3fa5d0083: Preparing 12:52:46 170000fb0697: Preparing 12:52:46 f65e197e8328: Preparing 12:52:46 251756bc40db: Preparing 12:52:46 3fa123e26d81: Preparing 12:52:46 c5426777a92f: Preparing 12:52:46 256f393e029f: Preparing 12:52:46 c5426777a92f: Waiting 12:52:46 256f393e029f: Waiting 12:52:46 3fa123e26d81: Layer already exists 12:52:46 dee3fa5d0083: Layer already exists 12:52:46 251756bc40db: Layer already exists 12:52:46 170000fb0697: Layer already exists 12:52:46 f65e197e8328: Layer already exists 12:52:46 c5426777a92f: Layer already exists 12:52:46 256f393e029f: Layer already exists 12:52:46 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 12:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 12:52:47 dee3fa5d0083: Preparing 12:52:47 170000fb0697: Preparing 12:52:47 f65e197e8328: Preparing 12:52:47 251756bc40db: Preparing 12:52:47 3fa123e26d81: Preparing 12:52:47 c5426777a92f: Preparing 12:52:47 256f393e029f: Preparing 12:52:47 256f393e029f: Waiting 12:52:47 c5426777a92f: Waiting 12:52:47 f65e197e8328: Layer already exists 12:52:47 3fa123e26d81: Layer already exists 12:52:47 170000fb0697: Layer already exists 12:52:47 251756bc40db: Layer already exists 12:52:47 dee3fa5d0083: Layer already exists 12:52:47 c5426777a92f: Layer already exists 12:52:47 256f393e029f: Layer already exists 12:52:47 main: digest: sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:47 ===================================================== [Pipeline] echo 12:52:47 taggedImages: 12:52:47 - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:47 - nexus3.edgexfoundry.org:10004/support-notifications:latest 12:52:47 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 12:52:47 - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:47 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 12:52:47 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 12:52:47 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:47 latest 12:52:47 4.1.0-dev.73 12:52:47 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:47 main 12:52:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:52:48 fc951712b2b2: Preparing 12:52:48 53cce6756f21: Preparing 12:52:48 f65e197e8328: Preparing 12:52:48 251756bc40db: Preparing 12:52:48 42f65f6f4a6f: Preparing 12:52:48 682ef52e5993: Preparing 12:52:48 256f393e029f: Preparing 12:52:48 682ef52e5993: Waiting 12:52:48 256f393e029f: Waiting 12:52:48 251756bc40db: Layer already exists 12:52:48 f65e197e8328: Layer already exists 12:52:48 256f393e029f: Layer already exists 12:52:48 42f65f6f4a6f: Pushed 12:52:48 fc951712b2b2: Pushed 12:52:48 682ef52e5993: Pushed 12:52:51 53cce6756f21: Pushed 12:52:51 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:52 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:52:52 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:52:52 fc951712b2b2: Preparing 12:52:52 53cce6756f21: Preparing 12:52:52 f65e197e8328: Preparing 12:52:52 251756bc40db: Preparing 12:52:52 42f65f6f4a6f: Preparing 12:52:52 682ef52e5993: Preparing 12:52:52 256f393e029f: Preparing 12:52:52 256f393e029f: Waiting 12:52:52 682ef52e5993: Waiting 12:52:52 fc951712b2b2: Layer already exists 12:52:52 53cce6756f21: Layer already exists 12:52:52 251756bc40db: Layer already exists 12:52:52 f65e197e8328: Layer already exists 12:52:52 42f65f6f4a6f: Layer already exists 12:52:52 256f393e029f: Layer already exists 12:52:52 682ef52e5993: Layer already exists 12:52:52 latest: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:52 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 12:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:52:53 fc951712b2b2: Preparing 12:52:53 53cce6756f21: Preparing 12:52:53 f65e197e8328: Preparing 12:52:53 251756bc40db: Preparing 12:52:53 42f65f6f4a6f: Preparing 12:52:53 682ef52e5993: Preparing 12:52:53 256f393e029f: Preparing 12:52:53 682ef52e5993: Waiting 12:52:53 256f393e029f: Waiting 12:52:53 f65e197e8328: Layer already exists 12:52:53 42f65f6f4a6f: Layer already exists 12:52:53 53cce6756f21: Layer already exists 12:52:53 251756bc40db: Layer already exists 12:52:53 fc951712b2b2: Layer already exists 12:52:53 682ef52e5993: Layer already exists 12:52:53 256f393e029f: Layer already exists 12:52:53 4.1.0-dev.73: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:53 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:53 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:52:53 fc951712b2b2: Preparing 12:52:53 53cce6756f21: Preparing 12:52:53 f65e197e8328: Preparing 12:52:53 251756bc40db: Preparing 12:52:53 42f65f6f4a6f: Preparing 12:52:53 682ef52e5993: Preparing 12:52:53 256f393e029f: Preparing 12:52:53 682ef52e5993: Waiting 12:52:53 256f393e029f: Waiting 12:52:53 f65e197e8328: Layer already exists 12:52:53 fc951712b2b2: Layer already exists 12:52:53 251756bc40db: Layer already exists 12:52:53 53cce6756f21: Layer already exists 12:52:53 42f65f6f4a6f: Layer already exists 12:52:53 682ef52e5993: Layer already exists 12:52:53 256f393e029f: Layer already exists 12:52:53 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:52:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 12:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 12:52:54 fc951712b2b2: Preparing 12:52:54 53cce6756f21: Preparing 12:52:54 f65e197e8328: Preparing 12:52:54 251756bc40db: Preparing 12:52:54 42f65f6f4a6f: Preparing 12:52:54 682ef52e5993: Preparing 12:52:54 256f393e029f: Preparing 12:52:54 256f393e029f: Waiting 12:52:54 682ef52e5993: Waiting 12:52:54 53cce6756f21: Layer already exists 12:52:54 f65e197e8328: Layer already exists 12:52:54 fc951712b2b2: Layer already exists 12:52:54 251756bc40db: Layer already exists 12:52:54 42f65f6f4a6f: Layer already exists 12:52:54 682ef52e5993: Layer already exists 12:52:54 256f393e029f: Layer already exists 12:52:54 main: digest: sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:52:54 ===================================================== [Pipeline] echo 12:52:54 taggedImages: 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 12:52:54 ========================================================= 12:52:54 [edgeXBuildMultiArch] RAW Config: 12:52:54 images: 12:52:54 - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/core-command:latest 12:52:54 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-command:main 12:52:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:52:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 12:52:54 - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/core-data:latest 12:52:54 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-data:main 12:52:54 - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/core-keeper:latest 12:52:54 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-keeper:main 12:52:54 - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/core-metadata:latest 12:52:54 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/core-metadata:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-config:main 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/security-spire-server:main 12:52:54 - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/support-notifications:latest 12:52:54 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/support-notifications:main 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:52:54 - nexus3.edgexfoundry.org:10004/support-scheduler:main 12:52:54 settingsFile: 12:52:54 edgex-go-settings 12:52:54 ========================================================= [Pipeline] node 12:53:09 Still waiting to schedule task 12:53:09 All nodes of label ‘centos7-docker-4c-2g’ are offline 12:54:18 Running on prd-centos7-docker-4c-2g-772208 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:54:18 provisioning config files... 12:54:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7837349146214238977tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:54:20 ---> ****-login.sh 12:54:20 nexus3.edgexfoundry.org:10001 12:54:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:54:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:54:20 Configure a credential helper to remove this warning. See 12:54:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:54:20 12:54:20 Login Succeeded 12:54:20 nexus3.edgexfoundry.org:10002 12:54:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:54:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:54:20 Configure a credential helper to remove this warning. See 12:54:20 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:54:20 12:54:20 Login Succeeded 12:54:20 nexus3.edgexfoundry.org:10003 12:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:54:21 Configure a credential helper to remove this warning. See 12:54:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:54:21 12:54:21 Login Succeeded 12:54:21 nexus3.edgexfoundry.org:10004 12:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:54:21 Configure a credential helper to remove this warning. See 12:54:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:54:21 12:54:21 Login Succeeded 12:54:21 ****.io 12:54:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:54:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:54:21 Configure a credential helper to remove this warning. See 12:54:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:54:21 12:54:21 Login Succeeded 12:54:21 ---> ****-login.sh ends [Pipeline] } 12:54:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:54:21 + docker buildx ls 12:54:21 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 12:54:21 default * docker 12:54:21 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 12:54:22 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 12:54:22 edgex-builder [Pipeline] sh 12:54:22 + docker buildx inspect --bootstrap 12:54:22 #1 [internal] booting buildkit 12:54:22 #1 pulling image moby/buildkit:buildx-stable-1 12:54:25 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 12:54:25 #1 creating container buildx_buildkit_edgex-builder0 12:54:26 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 12:54:26 #1 DONE 4.5s 12:54:26 Name: edgex-builder 12:54:26 Driver: docker-container 12:54:26 12:54:26 Nodes: 12:54:26 Name: edgex-builder0 12:54:26 Endpoint: unix:///var/run/docker.sock 12:54:26 Status: running 12:54:26 Buildkit: v0.25.1 12:54:26 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 12:54:26 + docker buildx ls 12:54:26 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 12:54:26 edgex-builder * docker-container 12:54:26 edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 12:54:26 default docker 12:54:26 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 12:54:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:27 #1 [internal] load build definition from Dockerfile 12:54:27 #1 transferring dockerfile: 197B done 12:54:27 #1 DONE 0.0s 12:54:27 12:54:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:27 #2 DONE 0.1s 12:54:27 12:54:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:27 #3 DONE 0.1s 12:54:27 12:54:27 #4 [internal] load .dockerignore 12:54:27 #4 transferring context: 2B done 12:54:27 #4 DONE 0.0s 12:54:27 12:54:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:27 #5 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:27 #5 DONE 0.0s 12:54:27 12:54:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:27 #6 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 done 12:54:27 #6 DONE 0.1s 12:54:27 12:54:27 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 12:54:27 #7 DONE 0.0s 12:54:27 12:54:27 #8 exporting to image 12:54:27 #8 exporting layers done 12:54:27 #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 0.0s done 12:54:27 #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done 12:54:27 #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done 12:54:27 #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done 12:54:27 #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.0s done 12:54:27 #8 pushing layers 0.1s done 12:54:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 12:54:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done 12:54:27 #8 DONE 0.2s 12:54:27 12:54:27 1 warning found (use --debug to expand): 12:54:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 12:54:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 12:54:28 #1 [internal] load build definition from Dockerfile 12:54:28 #1 transferring dockerfile: 163B done 12:54:28 #1 DONE 0.0s 12:54:28 12:54:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 12:54:28 #2 DONE 0.0s 12:54:28 12:54:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 12:54:28 #3 DONE 0.0s 12:54:28 12:54:28 #4 [internal] load .dockerignore 12:54:28 #4 transferring context: 2B done 12:54:28 #4 DONE 0.0s 12:54:28 12:54:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:28 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:28 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:28 #5 CACHED 12:54:28 12:54:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:28 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:28 #6 CACHED 12:54:28 12:54:28 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 12:54:28 #7 DONE 0.0s 12:54:28 12:54:28 #8 exporting to image 12:54:28 #8 exporting layers done 12:54:28 #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done 12:54:28 #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done 12:54:28 #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done 12:54:28 #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done 12:54:28 #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done 12:54:28 #8 pushing layers 0.0s done 12:54:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done 12:54:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:28 #8 DONE 0.1s 12:54:28 12:54:28 1 warning found (use --debug to expand): 12:54:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73' 12:54:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 --push - 12:54:28 #1 [internal] load build definition from Dockerfile 12:54:28 #1 transferring dockerfile: 169B done 12:54:28 #1 DONE 0.0s 12:54:28 12:54:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 12:54:28 #2 DONE 0.0s 12:54:28 12:54:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73 12:54:28 #3 DONE 0.0s 12:54:28 12:54:28 #4 [internal] load .dockerignore 12:54:28 #4 transferring context: 2B done 12:54:28 #4 DONE 0.0s 12:54:28 12:54:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:28 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:28 #5 DONE 0.0s 12:54:28 12:54:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:28 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:28 #6 CACHED 12:54:28 12:54:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:28 #5 CACHED 12:54:28 12:54:28 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 12:54:28 #7 DONE 0.0s 12:54:28 12:54:28 #8 exporting to image 12:54:28 #8 exporting layers done 12:54:28 #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done 12:54:28 #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done 12:54:28 #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done 12:54:28 #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done 12:54:28 #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done 12:54:28 #8 pushing layers 0.0s done 12:54:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.73@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done 12:54:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:28 #8 DONE 0.1s 12:54:28 12:54:28 1 warning found (use --debug to expand): 12:54:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:29 #1 [internal] load build definition from Dockerfile 12:54:29 #1 transferring dockerfile: 210B done 12:54:29 #1 DONE 0.0s 12:54:29 12:54:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:29 #2 DONE 0.0s 12:54:29 12:54:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:29 #3 DONE 0.0s 12:54:29 12:54:29 #4 [internal] load .dockerignore 12:54:29 #4 transferring context: 2B done 12:54:29 #4 DONE 0.0s 12:54:29 12:54:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:29 #5 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:29 #5 CACHED 12:54:29 12:54:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:29 #6 resolve nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:29 #6 DONE 0.0s 12:54:29 12:54:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:29 #6 CACHED 12:54:29 12:54:29 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 12:54:29 #7 DONE 0.0s 12:54:29 12:54:29 #8 exporting to image 12:54:29 #8 exporting layers done 12:54:29 #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done 12:54:29 #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done 12:54:29 #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done 12:54:29 #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done 12:54:29 #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done 12:54:29 #8 pushing layers 0.1s done 12:54:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 12:54:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done 12:54:29 #8 DONE 0.2s 12:54:29 12:54:29 1 warning found (use --debug to expand): 12:54:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 12:54:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 12:54:29 #1 [internal] load build definition from Dockerfile 12:54:29 #1 transferring dockerfile: 161B done 12:54:29 #1 DONE 0.0s 12:54:29 12:54:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 12:54:29 #2 DONE 0.0s 12:54:29 12:54:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 12:54:29 #3 DONE 0.0s 12:54:29 12:54:29 #4 [internal] load .dockerignore 12:54:29 #4 transferring context: 2B done 12:54:29 #4 DONE 0.0s 12:54:29 12:54:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:29 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:29 #5 CACHED 12:54:29 12:54:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 12:54:29 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:f145af6f5eb003b01f6e57521566a7becb6528f8eae8955432e7c7de73f45971 0.0s done 12:54:29 #6 CACHED 12:54:29 12:54:29 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 12:54:29 #7 DONE 0.0s 12:54:29 12:54:29 #8 exporting to image 12:54:29 #8 exporting layers done 12:54:29 #8 exporting manifest sha256:b181438f2aae86f7504fa7f6b2d1ff4ca41e6b818234188b58e0d7dd61942587 done 12:54:29 #8 exporting config sha256:f31389a2c0dfaf9ad2bea0825a795531d045bce3ffeb3da3ae9c863949dc2b48 done 12:54:29 #8 exporting manifest sha256:405b9e843feea36e0bcf46588bbd71d0142d729c96947d04a9f04eef0308c3e1 done 12:54:29 #8 exporting config sha256:06b4fe5644a0aa5cb832397a9e721198768242f70fcced4052331cc85b19ba27 done 12:54:29 #8 exporting manifest list sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 done 12:54:29 #8 pushing layers 0.0s done 12:54:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:a270c72de874c6e1b8ff10d9b09616bdce794a5300f1dcd69a117500191993e8 0.1s done 12:54:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:29 #8 DONE 0.1s 12:54:29 12:54:29 1 warning found (use --debug to expand): 12:54:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:30 #1 [internal] load build definition from Dockerfile 12:54:30 #1 transferring dockerfile: 216B done 12:54:30 #1 DONE 0.0s 12:54:30 12:54:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:30 #2 DONE 0.0s 12:54:30 12:54:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:30 #3 DONE 0.1s 12:54:30 12:54:30 #4 [internal] load .dockerignore 12:54:30 #4 transferring context: 2B done 12:54:30 #4 DONE 0.0s 12:54:30 12:54:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:30 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:30 #5 ... 12:54:30 12:54:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:30 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:30 #6 DONE 0.1s 12:54:30 12:54:30 #7 exporting to image 12:54:30 #7 exporting layers done 12:54:30 #7 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 0.0s done 12:54:30 #7 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 12:54:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:30 #7 ... 12:54:30 12:54:30 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:30 #8 DONE 0.0s 12:54:30 12:54:30 #7 exporting to image 12:54:30 #7 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done 12:54:30 #7 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done 12:54:30 #7 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done 12:54:30 #7 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.0s done 12:54:30 #7 pushing layers 0.1s done 12:54:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 12:54:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done 12:54:30 #7 DONE 0.2s 12:54:30 12:54:30 1 warning found (use --debug to expand): 12:54:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 12:54:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 12:54:31 #1 [internal] load build definition from Dockerfile 12:54:31 #1 transferring dockerfile: 182B done 12:54:31 #1 DONE 0.0s 12:54:31 12:54:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:54:31 #2 DONE 0.0s 12:54:31 12:54:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 12:54:31 #3 DONE 0.0s 12:54:31 12:54:31 #4 [internal] load .dockerignore 12:54:31 #4 transferring context: 2B done 12:54:31 #4 DONE 0.0s 12:54:31 12:54:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:31 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 done 12:54:31 #5 CACHED 12:54:31 12:54:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:31 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:31 #6 CACHED 12:54:31 12:54:31 #7 exporting to image 12:54:31 #7 exporting layers 12:54:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:31 #7 exporting layers done 12:54:31 #7 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done 12:54:31 #7 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done 12:54:31 #7 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done 12:54:31 #7 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done 12:54:31 #7 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done 12:54:31 #7 pushing layers 0.0s done 12:54:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done 12:54:31 #7 DONE 0.1s 12:54:31 12:54:31 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:31 #8 DONE 0.0s 12:54:31 12:54:31 1 warning found (use --debug to expand): 12:54:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73' 12:54:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 --push - 12:54:31 #1 [internal] load build definition from Dockerfile 12:54:31 #1 transferring dockerfile: 188B done 12:54:31 #1 DONE 0.0s 12:54:31 12:54:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 12:54:31 #2 DONE 0.0s 12:54:31 12:54:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73 12:54:31 #3 DONE 0.0s 12:54:31 12:54:31 #4 [internal] load .dockerignore 12:54:31 #4 transferring context: 2B done 12:54:31 #4 DONE 0.0s 12:54:31 12:54:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:31 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:31 #5 DONE 0.0s 12:54:31 12:54:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:31 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:31 #6 CACHED 12:54:31 12:54:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:31 #5 CACHED 12:54:31 12:54:31 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:31 #7 DONE 0.0s 12:54:31 12:54:31 #8 exporting to image 12:54:31 #8 exporting layers done 12:54:31 #8 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done 12:54:31 #8 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done 12:54:31 #8 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done 12:54:31 #8 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done 12:54:31 #8 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done 12:54:31 #8 pushing layers 0.0s done 12:54:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.73@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done 12:54:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:31 #8 DONE 0.1s 12:54:31 12:54:31 1 warning found (use --debug to expand): 12:54:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:32 #1 [internal] load build definition from Dockerfile 12:54:32 #1 transferring dockerfile: 229B done 12:54:32 #1 DONE 0.0s 12:54:32 12:54:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:32 #2 DONE 0.0s 12:54:32 12:54:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:32 #3 DONE 0.0s 12:54:32 12:54:32 #4 [internal] load .dockerignore 12:54:32 #4 transferring context: 2B done 12:54:32 #4 DONE 0.0s 12:54:32 12:54:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:32 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:32 #5 DONE 0.0s 12:54:32 12:54:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:32 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:32 #6 CACHED 12:54:32 12:54:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:32 #5 CACHED 12:54:32 12:54:32 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:32 #7 DONE 0.0s 12:54:32 12:54:32 #8 exporting to image 12:54:32 #8 exporting layers done 12:54:32 #8 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done 12:54:32 #8 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done 12:54:32 #8 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done 12:54:32 #8 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done 12:54:32 #8 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done 12:54:32 #8 pushing layers 0.0s done 12:54:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done 12:54:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:32 #8 DONE 0.1s 12:54:32 12:54:32 1 warning found (use --debug to expand): 12:54:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 12:54:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 12:54:33 #1 [internal] load build definition from Dockerfile 12:54:33 #1 transferring dockerfile: 180B done 12:54:33 #1 DONE 0.0s 12:54:33 12:54:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 12:54:33 #2 DONE 0.0s 12:54:33 12:54:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 12:54:33 #3 DONE 0.0s 12:54:33 12:54:33 #4 [internal] load .dockerignore 12:54:33 #4 transferring context: 2B done 12:54:33 #4 DONE 0.0s 12:54:33 12:54:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:33 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:33 #5 DONE 0.0s 12:54:33 12:54:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:33 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 0.0s done 12:54:33 #6 CACHED 12:54:33 12:54:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:6e725233e8041db1bca34b07e6fdbb2bf8f772fd3a084e73a44b50218c90d768 12:54:33 #5 CACHED 12:54:33 12:54:33 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:33 #7 DONE 0.0s 12:54:33 12:54:33 #8 exporting to image 12:54:33 #8 exporting layers done 12:54:33 #8 exporting manifest sha256:b0bf2e4dd0f7a5670fd3c76955a6fef8a34365652535fe606ec2370142ddd142 done 12:54:33 #8 exporting config sha256:7a07a772ed723c445b57149dd7a390618168f37ee717e4ad3f7ff92bad5fe833 done 12:54:33 #8 exporting manifest sha256:7e97ba45268f82732709f114eabb39963b901ab68a192d4cb561f7ce207401aa done 12:54:33 #8 exporting config sha256:09234639f63263e08dba4f3bac55e4043be9fcf70fcaabad5627353e8ed3b4e6 done 12:54:33 #8 exporting manifest list sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 done 12:54:33 #8 pushing layers 0.0s done 12:54:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:a91a87f2eb8bdd3c20154f89c3da31b466302da33f44dcdfa88f4d27c405d8f0 0.1s done 12:54:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:33 #8 DONE 0.1s 12:54:33 12:54:33 1 warning found (use --debug to expand): 12:54:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:33 #1 [internal] load build definition from Dockerfile 12:54:33 #1 transferring dockerfile: 194B done 12:54:33 #1 DONE 0.0s 12:54:33 12:54:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:33 #2 DONE 0.0s 12:54:33 12:54:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:33 #3 DONE 0.1s 12:54:33 12:54:33 #4 [internal] load .dockerignore 12:54:33 #4 transferring context: 2B done 12:54:33 #4 DONE 0.0s 12:54:33 12:54:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:33 #5 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:33 #5 DONE 0.0s 12:54:33 12:54:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:33 #6 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 done 12:54:33 #6 DONE 0.1s 12:54:33 12:54:33 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 12:54:33 #7 DONE 0.0s 12:54:33 12:54:33 #8 exporting to image 12:54:33 #8 exporting layers done 12:54:33 #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 0.0s done 12:54:33 #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done 12:54:33 #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 0.0s done 12:54:33 #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done 12:54:33 #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done 12:54:33 #8 pushing layers 0.1s done 12:54:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 12:54:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done 12:54:33 #8 DONE 0.2s 12:54:33 12:54:33 1 warning found (use --debug to expand): 12:54:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 12:54:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 12:54:34 #1 [internal] load build definition from Dockerfile 12:54:34 #1 transferring dockerfile: 160B done 12:54:34 #1 DONE 0.0s 12:54:34 12:54:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 12:54:34 #2 DONE 0.0s 12:54:34 12:54:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 12:54:34 #3 DONE 0.0s 12:54:34 12:54:34 #4 [internal] load .dockerignore 12:54:34 #4 transferring context: 2B done 12:54:34 #4 DONE 0.0s 12:54:34 12:54:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:34 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:34 #5 DONE 0.0s 12:54:34 12:54:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:34 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:34 #6 CACHED 12:54:34 12:54:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:34 #5 CACHED 12:54:34 12:54:34 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 12:54:34 #7 DONE 0.0s 12:54:34 12:54:34 #8 exporting to image 12:54:34 #8 exporting layers done 12:54:34 #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done 12:54:34 #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done 12:54:34 #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done 12:54:34 #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done 12:54:34 #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.0s done 12:54:34 #8 pushing layers 0.0s done 12:54:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done 12:54:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:34 #8 DONE 0.1s 12:54:34 12:54:34 1 warning found (use --debug to expand): 12:54:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 --push - 12:54:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73' 12:54:34 #1 [internal] load build definition from Dockerfile 12:54:34 #1 transferring dockerfile: 166B done 12:54:34 #1 DONE 0.0s 12:54:34 12:54:34 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 12:54:34 #2 DONE 0.0s 12:54:34 12:54:34 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73 12:54:34 #3 DONE 0.0s 12:54:34 12:54:34 #4 [internal] load .dockerignore 12:54:34 #4 transferring context: 2B done 12:54:34 #4 DONE 0.0s 12:54:34 12:54:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:34 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:34 #5 CACHED 12:54:34 12:54:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:34 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:34 #6 DONE 0.0s 12:54:34 12:54:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:34 #6 CACHED 12:54:34 12:54:34 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 12:54:34 #7 DONE 0.0s 12:54:34 12:54:34 #8 exporting to image 12:54:34 #8 exporting layers done 12:54:34 #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done 12:54:34 #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done 12:54:34 #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done 12:54:34 #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done 12:54:34 #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done 12:54:34 #8 pushing layers 0.0s done 12:54:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.73@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done 12:54:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:34 #8 DONE 0.1s 12:54:34 12:54:34 1 warning found (use --debug to expand): 12:54:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:35 #1 [internal] load build definition from Dockerfile 12:54:35 #1 transferring dockerfile: 207B done 12:54:35 #1 DONE 0.0s 12:54:35 12:54:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:35 #2 DONE 0.0s 12:54:35 12:54:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:35 #3 DONE 0.0s 12:54:35 12:54:35 #4 [internal] load .dockerignore 12:54:35 #4 transferring context: 2B done 12:54:35 #4 DONE 0.0s 12:54:35 12:54:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:35 #5 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 done 12:54:35 #5 DONE 0.0s 12:54:35 12:54:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:35 #6 resolve nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:35 #6 CACHED 12:54:35 12:54:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:35 #5 CACHED 12:54:35 12:54:35 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 12:54:35 #7 DONE 0.0s 12:54:35 12:54:35 #8 exporting to image 12:54:35 #8 exporting layers done 12:54:35 #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done 12:54:35 #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done 12:54:35 #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done 12:54:35 #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done 12:54:35 #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done 12:54:35 #8 pushing layers 0.0s done 12:54:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 12:54:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done 12:54:35 #8 DONE 0.2s 12:54:35 12:54:35 1 warning found (use --debug to expand): 12:54:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 12:54:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 12:54:36 #1 [internal] load build definition from Dockerfile 12:54:36 #1 transferring dockerfile: 158B done 12:54:36 #1 DONE 0.0s 12:54:36 12:54:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 12:54:36 #2 DONE 0.0s 12:54:36 12:54:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 12:54:36 #3 DONE 0.0s 12:54:36 12:54:36 #4 [internal] load .dockerignore 12:54:36 #4 transferring context: 2B done 12:54:36 #4 DONE 0.0s 12:54:36 12:54:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:36 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:36 #5 CACHED 12:54:36 12:54:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:36 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 0.0s done 12:54:36 #6 DONE 0.0s 12:54:36 12:54:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d30e6cbca0f07140bfc075add9d8a003099bcc98b271ac4e5c733442245e85e5 12:54:36 #6 CACHED 12:54:36 12:54:36 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 12:54:36 #7 DONE 0.0s 12:54:36 12:54:36 #8 exporting to image 12:54:36 #8 exporting layers done 12:54:36 #8 exporting manifest sha256:dc79eff651aa8651a3564138e3867a06a74ccc6b56d0c8de6a7be31df2492264 done 12:54:36 #8 exporting config sha256:bc8a287fc122afb07bc2cd24ba93c0fc74344c64304effd76613a61e44c3d5c0 done 12:54:36 #8 exporting manifest sha256:656a7202459428f86be0cbcddc49c788ca48224c6b16db26cba53ea0c8c5d027 done 12:54:36 #8 exporting config sha256:6f5d1906559d7806aefa2c1cfbe662ed211c57bc4a567c6aa71f4c899351c48c done 12:54:36 #8 exporting manifest list sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 done 12:54:36 #8 pushing layers 0.0s done 12:54:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:e34af1a9af482cec69a0db57dab24d3f74c9ecec182306ca0b95bb958bfc8014 0.1s done 12:54:36 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:36 #8 DONE 0.1s 12:54:36 12:54:36 1 warning found (use --debug to expand): 12:54:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:36 #1 [internal] load build definition from Dockerfile 12:54:36 #1 transferring dockerfile: 196B done 12:54:36 #1 DONE 0.0s 12:54:36 12:54:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:36 #2 DONE 0.1s 12:54:36 12:54:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:36 #3 DONE 0.1s 12:54:36 12:54:36 #4 [internal] load .dockerignore 12:54:36 #4 transferring context: 2B done 12:54:36 #4 DONE 0.0s 12:54:36 12:54:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:36 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:36 #5 ... 12:54:36 12:54:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:36 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:36 #6 DONE 0.1s 12:54:36 12:54:36 #7 exporting to image 12:54:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:36 #7 ... 12:54:36 12:54:36 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:36 #8 DONE 0.0s 12:54:36 12:54:36 #7 exporting to image 12:54:36 #7 exporting layers done 12:54:36 #7 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done 12:54:36 #7 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done 12:54:36 #7 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done 12:54:36 #7 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done 12:54:36 #7 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done 12:54:36 #7 pushing layers 0.1s done 12:54:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 12:54:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done 12:54:36 #7 DONE 0.2s 12:54:36 12:54:36 1 warning found (use --debug to expand): 12:54:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 12:54:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 12:54:37 #1 [internal] load build definition from Dockerfile 12:54:37 #1 transferring dockerfile: 162B done 12:54:37 #1 DONE 0.0s 12:54:37 12:54:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 12:54:37 #2 DONE 0.0s 12:54:37 12:54:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 12:54:37 #3 DONE 0.0s 12:54:37 12:54:37 #4 [internal] load .dockerignore 12:54:37 #4 transferring context: 2B done 12:54:37 #4 DONE 0.0s 12:54:37 12:54:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:37 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:37 #5 CACHED 12:54:37 12:54:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:37 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:37 #6 CACHED 12:54:37 12:54:37 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:37 #7 DONE 0.0s 12:54:37 12:54:37 #8 exporting to image 12:54:37 #8 exporting layers done 12:54:37 #8 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done 12:54:37 #8 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done 12:54:37 #8 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done 12:54:37 #8 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done 12:54:37 #8 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done 12:54:37 #8 pushing layers 0.0s done 12:54:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done 12:54:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:37 #8 DONE 0.1s 12:54:37 12:54:37 1 warning found (use --debug to expand): 12:54:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73' 12:54:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 --push - 12:54:37 #1 [internal] load build definition from Dockerfile 12:54:37 #1 transferring dockerfile: 168B done 12:54:37 #1 DONE 0.0s 12:54:37 12:54:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 12:54:37 #2 DONE 0.0s 12:54:37 12:54:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73 12:54:37 #3 DONE 0.0s 12:54:37 12:54:37 #4 [internal] load .dockerignore 12:54:37 #4 transferring context: 2B done 12:54:37 #4 DONE 0.0s 12:54:37 12:54:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:37 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:37 #5 CACHED 12:54:37 12:54:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:37 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:37 #6 CACHED 12:54:37 12:54:37 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:37 #7 DONE 0.0s 12:54:37 12:54:37 #8 exporting to image 12:54:37 #8 exporting layers done 12:54:37 #8 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done 12:54:37 #8 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done 12:54:37 #8 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done 12:54:37 #8 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done 12:54:37 #8 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done 12:54:37 #8 pushing layers 0.0s done 12:54:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 12:54:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.73@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.2s done 12:54:37 #8 DONE 0.2s 12:54:37 12:54:37 1 warning found (use --debug to expand): 12:54:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:38 #1 [internal] load build definition from Dockerfile 12:54:38 #1 transferring dockerfile: 209B done 12:54:38 #1 DONE 0.0s 12:54:38 12:54:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:38 #2 DONE 0.0s 12:54:38 12:54:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:38 #3 DONE 0.0s 12:54:38 12:54:38 #4 [internal] load .dockerignore 12:54:38 #4 transferring context: 2B done 12:54:38 #4 DONE 0.0s 12:54:38 12:54:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:38 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 done 12:54:38 #5 CACHED 12:54:38 12:54:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:38 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:38 #6 CACHED 12:54:38 12:54:38 #7 exporting to image 12:54:38 #7 exporting layers 12:54:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:38 #7 exporting layers done 12:54:38 #7 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done 12:54:38 #7 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done 12:54:38 #7 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done 12:54:38 #7 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done 12:54:38 #7 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done 12:54:38 #7 pushing layers 0.0s done 12:54:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done 12:54:38 #7 DONE 0.1s 12:54:38 12:54:38 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:38 #8 DONE 0.0s 12:54:38 12:54:38 1 warning found (use --debug to expand): 12:54:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 12:54:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 12:54:38 #1 [internal] load build definition from Dockerfile 12:54:38 #1 transferring dockerfile: 160B done 12:54:38 #1 DONE 0.0s 12:54:38 12:54:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 12:54:38 #2 DONE 0.0s 12:54:38 12:54:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 12:54:38 #3 DONE 0.0s 12:54:38 12:54:38 #4 [internal] load .dockerignore 12:54:38 #4 transferring context: 2B done 12:54:38 #4 DONE 0.0s 12:54:38 12:54:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:38 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:38 #5 DONE 0.0s 12:54:38 12:54:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:39 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 0.0s done 12:54:39 #6 CACHED 12:54:39 12:54:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:993d2b5dd20c6ee81fecbf582500685736575c32bb36870a82d79d5acb673341 12:54:39 #5 CACHED 12:54:39 12:54:39 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:39 #7 DONE 0.0s 12:54:39 12:54:39 #8 exporting to image 12:54:39 #8 exporting layers done 12:54:39 #8 exporting manifest sha256:83b16985183b3ce7ab922760d8548a6e89632016c7948211fcef06d67e281eb0 done 12:54:39 #8 exporting config sha256:086a30e0fe638d2b7c0d8ecefd07809e87030f5f7926feedd2414866ced0477f done 12:54:39 #8 exporting manifest sha256:c7ebe6e0ec6945ff3ab4121edc310ddbbc172a28d522d7687fbe643b93cdb6e1 done 12:54:39 #8 exporting config sha256:75d1b04febf15755bbd49345ac5d482f22c829b381286f114741ce92069ca109 done 12:54:39 #8 exporting manifest list sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d done 12:54:39 #8 pushing layers 0.0s done 12:54:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 12:54:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:d9ff283f2a9cff71af11e547cfb377340e17a270ab0b8fa1a0ca4d70897a376d 0.1s done 12:54:39 #8 DONE 0.2s 12:54:39 12:54:39 1 warning found (use --debug to expand): 12:54:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:39 #1 [internal] load build definition from Dockerfile 12:54:39 #1 transferring dockerfile: 198B done 12:54:39 #1 DONE 0.0s 12:54:39 12:54:39 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:39 #2 DONE 0.0s 12:54:39 12:54:39 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:39 #3 DONE 0.0s 12:54:39 12:54:39 #4 [internal] load .dockerignore 12:54:39 #4 transferring context: 12:54:39 #4 transferring context: 2B done 12:54:39 #4 DONE 0.0s 12:54:39 12:54:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:39 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:39 #5 DONE 0.0s 12:54:39 12:54:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:39 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:39 #6 DONE 0.1s 12:54:39 12:54:39 #7 exporting to image 12:54:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:39 #7 ... 12:54:39 12:54:39 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 12:54:39 #8 DONE 0.0s 12:54:39 12:54:39 #7 exporting to image 12:54:39 #7 exporting layers done 12:54:39 #7 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done 12:54:39 #7 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done 12:54:39 #7 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done 12:54:39 #7 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done 12:54:39 #7 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.0s done 12:54:39 #7 pushing layers 12:54:39 #7 pushing layers 0.2s done 12:54:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 12:54:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done 12:54:39 #7 DONE 0.3s 12:54:39 12:54:39 1 warning found (use --debug to expand): 12:54:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 12:54:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 12:54:40 #1 [internal] load build definition from Dockerfile 12:54:40 #1 transferring dockerfile: 164B done 12:54:40 #1 DONE 0.0s 12:54:40 12:54:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 12:54:40 #2 DONE 0.0s 12:54:40 12:54:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 12:54:40 #3 DONE 0.0s 12:54:40 12:54:40 #4 [internal] load .dockerignore 12:54:40 #4 transferring context: 2B done 12:54:40 #4 DONE 0.0s 12:54:40 12:54:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:40 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:40 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 done 12:54:40 #5 CACHED 12:54:40 12:54:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:40 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:40 #6 CACHED 12:54:40 12:54:40 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 12:54:40 #7 DONE 0.0s 12:54:40 12:54:40 #8 exporting to image 12:54:40 #8 exporting layers done 12:54:40 #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done 12:54:40 #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done 12:54:40 #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done 12:54:40 #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done 12:54:40 #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done 12:54:40 #8 pushing layers 0.0s done 12:54:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 12:54:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done 12:54:40 #8 DONE 0.1s 12:54:40 12:54:40 1 warning found (use --debug to expand): 12:54:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73' 12:54:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 --push - 12:54:40 #1 [internal] load build definition from Dockerfile 12:54:40 #1 transferring dockerfile: 170B done 12:54:40 #1 DONE 0.0s 12:54:40 12:54:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 12:54:40 #2 DONE 0.0s 12:54:40 12:54:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73 12:54:40 #3 DONE 0.0s 12:54:40 12:54:40 #4 [internal] load .dockerignore 12:54:40 #4 transferring context: 2B done 12:54:40 #4 DONE 0.0s 12:54:40 12:54:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:40 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:40 #5 CACHED 12:54:40 12:54:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:40 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:40 #6 CACHED 12:54:40 12:54:40 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 12:54:40 #7 DONE 0.0s 12:54:40 12:54:40 #8 exporting to image 12:54:40 #8 exporting layers done 12:54:40 #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done 12:54:40 #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done 12:54:40 #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done 12:54:40 #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done 12:54:40 #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done 12:54:40 #8 pushing layers 0.0s done 12:54:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.73@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done 12:54:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:40 #8 DONE 0.1s 12:54:40 12:54:40 1 warning found (use --debug to expand): 12:54:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:41 #1 [internal] load build definition from Dockerfile 12:54:41 #1 transferring dockerfile: 211B done 12:54:41 #1 DONE 0.0s 12:54:41 12:54:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:41 #2 DONE 0.0s 12:54:41 12:54:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:41 #3 DONE 0.0s 12:54:41 12:54:41 #4 [internal] load .dockerignore 12:54:41 #4 transferring context: 2B done 12:54:41 #4 DONE 0.0s 12:54:41 12:54:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:41 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:41 #5 DONE 0.0s 12:54:41 12:54:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:41 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:41 #6 CACHED 12:54:41 12:54:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:41 #5 CACHED 12:54:41 12:54:41 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 12:54:41 #7 DONE 0.0s 12:54:41 12:54:41 #8 exporting to image 12:54:41 #8 exporting layers done 12:54:41 #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done 12:54:41 #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done 12:54:41 #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done 12:54:41 #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done 12:54:41 #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done 12:54:41 #8 pushing layers 0.0s done 12:54:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done 12:54:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:41 #8 DONE 0.1s 12:54:41 12:54:41 1 warning found (use --debug to expand): 12:54:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 12:54:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 12:54:41 #1 [internal] load build definition from Dockerfile 12:54:41 #1 transferring dockerfile: 162B done 12:54:41 #1 DONE 0.0s 12:54:41 12:54:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 12:54:41 #2 DONE 0.0s 12:54:41 12:54:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 12:54:41 #3 DONE 0.0s 12:54:41 12:54:41 #4 [internal] load .dockerignore 12:54:41 #4 transferring context: 2B done 12:54:41 #4 DONE 0.0s 12:54:41 12:54:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:41 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:41 #5 DONE 0.0s 12:54:41 12:54:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:42 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 0.0s done 12:54:42 #6 CACHED 12:54:42 12:54:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7d24f2218dd4076372fc7de5931e87552e65431a255a2c4c8bb2174151526e56 12:54:42 #5 CACHED 12:54:42 12:54:42 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 12:54:42 #7 DONE 0.0s 12:54:42 12:54:42 #8 exporting to image 12:54:42 #8 exporting layers done 12:54:42 #8 exporting manifest sha256:ac8cfeea8d4d601035a2eb05d1e778a214013a1f58fdeee47cb25a2022c2da59 done 12:54:42 #8 exporting config sha256:6da8b5d5d28dbaefd89d194b9a2a4ef8dc400da655bb43d65c288f86d2f671e3 done 12:54:42 #8 exporting manifest sha256:38263114812542bb53684bcdd45835793cf077bbeffc75420d06e3b0dfe851b0 done 12:54:42 #8 exporting config sha256:5c85a3fd0fe615c4fbdacddbb7136804a0ceb0a6cea0272ea1c4bc07fdacc24b done 12:54:42 #8 exporting manifest list sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 done 12:54:42 #8 pushing layers 0.0s done 12:54:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 12:54:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:348d656588d02da8d794dca00fbebc4e36626e884d5113ff259696ef0c6f4836 0.1s done 12:54:42 #8 DONE 0.2s 12:54:42 12:54:42 1 warning found (use --debug to expand): 12:54:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:42 #1 [internal] load build definition from Dockerfile 12:54:42 #1 transferring dockerfile: 206B done 12:54:42 #1 DONE 0.0s 12:54:42 12:54:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:42 #2 DONE 0.0s 12:54:42 12:54:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:42 #3 DONE 0.1s 12:54:42 12:54:42 #4 [internal] load .dockerignore 12:54:42 #4 transferring context: 2B done 12:54:42 #4 DONE 0.0s 12:54:42 12:54:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:42 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:42 #5 DONE 0.0s 12:54:42 12:54:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:42 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:42 #6 DONE 0.2s 12:54:42 12:54:42 #7 exporting to image 12:54:42 #7 exporting layers done 12:54:42 #7 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 0.0s done 12:54:42 #7 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done 12:54:42 #7 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 0.0s done 12:54:42 #7 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f 12:54:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:42 #7 ... 12:54:42 12:54:42 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:42 #8 DONE 0.0s 12:54:42 12:54:42 #7 exporting to image 12:54:42 #7 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done 12:54:42 #7 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.0s done 12:54:42 #7 pushing layers 0.1s done 12:54:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 12:54:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done 12:54:42 #7 DONE 0.3s 12:54:43 12:54:43 1 warning found (use --debug to expand): 12:54:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 12:54:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 12:54:43 #1 [internal] load build definition from Dockerfile 12:54:43 #1 transferring dockerfile: 172B done 12:54:43 #1 DONE 0.0s 12:54:43 12:54:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:54:43 #2 DONE 0.0s 12:54:43 12:54:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 12:54:43 #3 DONE 0.0s 12:54:43 12:54:43 #4 [internal] load .dockerignore 12:54:43 #4 transferring context: 2B done 12:54:43 #4 DONE 0.0s 12:54:43 12:54:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:43 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:43 #5 DONE 0.0s 12:54:43 12:54:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:43 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:43 #6 CACHED 12:54:43 12:54:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:43 #5 CACHED 12:54:43 12:54:43 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:43 #7 DONE 0.0s 12:54:43 12:54:43 #8 exporting to image 12:54:43 #8 exporting layers done 12:54:43 #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done 12:54:43 #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done 12:54:43 #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done 12:54:43 #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done 12:54:43 #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done 12:54:43 #8 pushing layers 0.0s done 12:54:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done 12:54:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:43 #8 DONE 0.1s 12:54:43 12:54:43 1 warning found (use --debug to expand): 12:54:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 --push - 12:54:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73' 12:54:44 #1 [internal] load build definition from Dockerfile 12:54:44 #1 transferring dockerfile: 178B done 12:54:44 #1 DONE 0.0s 12:54:44 12:54:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 12:54:44 #2 DONE 0.0s 12:54:44 12:54:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73 12:54:44 #3 DONE 0.0s 12:54:44 12:54:44 #4 [internal] load .dockerignore 12:54:44 #4 transferring context: 2B done 12:54:44 #4 DONE 0.0s 12:54:44 12:54:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:44 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:44 #5 DONE 0.0s 12:54:44 12:54:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:44 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:44 #6 CACHED 12:54:44 12:54:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:44 #5 CACHED 12:54:44 12:54:44 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:44 #7 DONE 0.0s 12:54:44 12:54:44 #8 exporting to image 12:54:44 #8 exporting layers done 12:54:44 #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done 12:54:44 #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done 12:54:44 #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done 12:54:44 #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done 12:54:44 #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done 12:54:44 #8 pushing layers 0.0s done 12:54:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.73@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done 12:54:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:44 #8 DONE 0.1s 12:54:44 12:54:44 1 warning found (use --debug to expand): 12:54:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:44 #1 [internal] load build definition from Dockerfile 12:54:44 #1 transferring dockerfile: 219B done 12:54:44 #1 DONE 0.0s 12:54:44 12:54:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:44 #2 DONE 0.0s 12:54:44 12:54:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:44 #3 DONE 0.0s 12:54:44 12:54:44 #4 [internal] load .dockerignore 12:54:44 #4 transferring context: 2B done 12:54:44 #4 DONE 0.0s 12:54:44 12:54:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:44 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:44 #5 DONE 0.0s 12:54:44 12:54:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:44 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:44 #6 CACHED 12:54:44 12:54:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:44 #5 CACHED 12:54:44 12:54:44 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:44 #7 DONE 0.0s 12:54:44 12:54:44 #8 exporting to image 12:54:44 #8 exporting layers done 12:54:44 #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done 12:54:44 #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done 12:54:44 #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done 12:54:44 #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done 12:54:44 #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done 12:54:44 #8 pushing layers 0.0s done 12:54:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done 12:54:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:44 #8 DONE 0.1s 12:54:44 12:54:44 1 warning found (use --debug to expand): 12:54:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 12:54:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 12:54:45 #1 [internal] load build definition from Dockerfile 12:54:45 #1 transferring dockerfile: 170B done 12:54:45 #1 DONE 0.0s 12:54:45 12:54:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 12:54:45 #2 DONE 0.0s 12:54:45 12:54:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 12:54:45 #3 DONE 0.0s 12:54:45 12:54:45 #4 [internal] load .dockerignore 12:54:45 #4 transferring context: 2B done 12:54:45 #4 DONE 0.0s 12:54:45 12:54:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:45 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:45 #5 CACHED 12:54:45 12:54:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 12:54:45 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:92bf45850dd9eb116830fa31721479033c9d7cc36711a2b47a1382d0ae2f33cf 0.0s done 12:54:45 #6 CACHED 12:54:45 12:54:45 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 12:54:45 #7 DONE 0.0s 12:54:45 12:54:45 #8 exporting to image 12:54:45 #8 exporting layers done 12:54:45 #8 exporting manifest sha256:8f3d8ec7dfe4709fdab0ab36c36320819548a41336a0008c8571c4fba55f8402 done 12:54:45 #8 exporting config sha256:fc0610022c4a8920dd30f23c65cfa7e1f0c665bf9377acc6c9e1f43756ad2b39 done 12:54:45 #8 exporting manifest sha256:bdafb72a29f67befa0cb897302c4762301fd9d84fba7a91a71a23f99a7fc4454 done 12:54:45 #8 exporting config sha256:ebf940b882e5b650f6b3db99945ce109b288a6accc89b859ce810a056356712f done 12:54:45 #8 exporting manifest list sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea done 12:54:45 #8 pushing layers 0.0s done 12:54:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:a9cea0abf31afaf4c24db858b104dae706387c754e3a0a147f3278bb33cfefea 0.1s done 12:54:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:45 #8 DONE 0.1s 12:54:45 12:54:45 1 warning found (use --debug to expand): 12:54:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:54:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:54:45 #1 [internal] load build definition from Dockerfile 12:54:45 #1 transferring dockerfile: 204B done 12:54:45 #1 DONE 0.0s 12:54:45 12:54:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:45 #2 DONE 0.0s 12:54:45 12:54:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:54:45 #3 DONE 0.1s 12:54:45 12:54:45 #4 [internal] load .dockerignore 12:54:45 #4 transferring context: 12:54:45 #4 transferring context: 2B done 12:54:45 #4 DONE 0.0s 12:54:45 12:54:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:45 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:45 #5 ... 12:54:45 12:54:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:45 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:45 #6 DONE 0.1s 12:54:45 12:54:45 #7 exporting to image 12:54:45 #7 exporting layers done 12:54:45 #7 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 0.0s done 12:54:45 #7 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b 12:54:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:45 #7 ... 12:54:45 12:54:45 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 12:54:45 #8 DONE 0.0s 12:54:45 12:54:45 #7 exporting to image 12:54:45 #7 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done 12:54:45 #7 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 0.0s done 12:54:45 #7 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done 12:54:45 #7 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done 12:54:45 #7 pushing layers 0.1s done 12:54:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 12:54:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done 12:54:46 #7 DONE 0.2s 12:54:46 12:54:46 1 warning found (use --debug to expand): 12:54:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 12:54:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 12:54:46 #1 [internal] load build definition from Dockerfile 12:54:46 #1 transferring dockerfile: 170B done 12:54:46 #1 DONE 0.0s 12:54:46 12:54:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:54:46 #2 DONE 0.0s 12:54:46 12:54:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 12:54:46 #3 DONE 0.0s 12:54:46 12:54:46 #4 [internal] load .dockerignore 12:54:46 #4 transferring context: 2B done 12:54:46 #4 DONE 0.0s 12:54:46 12:54:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:46 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:46 #5 DONE 0.0s 12:54:46 12:54:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:46 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:46 #6 CACHED 12:54:46 12:54:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:46 #5 CACHED 12:54:46 12:54:46 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 12:54:46 #7 DONE 0.0s 12:54:46 12:54:46 #8 exporting to image 12:54:46 #8 exporting layers done 12:54:46 #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done 12:54:46 #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done 12:54:46 #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done 12:54:46 #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done 12:54:46 #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done 12:54:46 #8 pushing layers 0.0s done 12:54:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done 12:54:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:46 #8 DONE 0.1s 12:54:46 12:54:46 1 warning found (use --debug to expand): 12:54:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 --push - 12:54:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73' 12:54:47 #1 [internal] load build definition from Dockerfile 12:54:47 #1 transferring dockerfile: 176B done 12:54:47 #1 DONE 0.0s 12:54:47 12:54:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 12:54:47 #2 DONE 0.0s 12:54:47 12:54:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73 12:54:47 #3 DONE 0.0s 12:54:47 12:54:47 #4 [internal] load .dockerignore 12:54:47 #4 transferring context: 2B done 12:54:47 #4 DONE 0.0s 12:54:47 12:54:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:47 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:47 #5 DONE 0.0s 12:54:47 12:54:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:47 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:47 #6 CACHED 12:54:47 12:54:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:47 #5 CACHED 12:54:47 12:54:47 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 12:54:47 #7 DONE 0.0s 12:54:47 12:54:47 #8 exporting to image 12:54:47 #8 exporting layers done 12:54:47 #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done 12:54:47 #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done 12:54:47 #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done 12:54:47 #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done 12:54:47 #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done 12:54:47 #8 pushing layers 0.0s done 12:54:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.73@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done 12:54:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:54:47 #8 DONE 0.1s 12:54:47 12:54:47 1 warning found (use --debug to expand): 12:54:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:54:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:54:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:54:47 #1 [internal] load build definition from Dockerfile 12:54:47 #1 transferring dockerfile: 217B done 12:54:47 #1 DONE 0.0s 12:54:47 12:54:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:47 #2 DONE 0.0s 12:54:47 12:54:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:54:47 #3 DONE 0.0s 12:54:47 12:54:47 #4 [internal] load .dockerignore 12:54:47 #4 transferring context: 2B done 12:54:47 #4 DONE 0.0s 12:54:47 12:54:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:47 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:47 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:47 #5 CACHED 12:54:47 12:54:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:54:47 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:54:47 #6 CACHED 12:54:47 12:54:47 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 12:54:47 #7 DONE 0.0s 12:54:47 12:54:47 #8 exporting to image 12:54:47 #8 exporting layers done 12:54:47 #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done 12:54:47 #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done 12:54:47 #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done 12:54:47 #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done 12:54:47 #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done 12:54:47 #8 pushing layers 0.0s done 12:54:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 12:54:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 28.9s done 12:55:19 #8 DONE 29.0s 12:55:19 12:55:19 1 warning found (use --debug to expand): 12:55:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 12:55:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 12:55:20 #1 [internal] load build definition from Dockerfile 12:55:20 #1 transferring dockerfile: 168B done 12:55:20 #1 DONE 0.0s 12:55:20 12:55:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 12:55:20 #2 DONE 0.0s 12:55:20 12:55:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 12:55:20 #3 DONE 0.0s 12:55:20 12:55:20 #4 [internal] load .dockerignore 12:55:20 #4 transferring context: 2B done 12:55:20 #4 DONE 0.0s 12:55:20 12:55:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:55:20 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:55:20 #5 DONE 0.0s 12:55:20 12:55:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:55:20 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 0.0s done 12:55:20 #6 CACHED 12:55:20 12:55:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f393107b2a5fb778685c072c36267a6ac8b491e0f13f2f4708f2ff564aae6fd6 12:55:20 #5 CACHED 12:55:20 12:55:20 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 12:55:20 #7 DONE 0.0s 12:55:20 12:55:20 #8 exporting to image 12:55:20 #8 exporting layers done 12:55:20 #8 exporting manifest sha256:78704ce5e0fb5bd555b2829d034f394df3f25264d86c061b9f98fdeedf875fb5 done 12:55:20 #8 exporting config sha256:dab4e61b0fa3f21ad5e91ea6fcb1a6db0dd3ab3cecf7aac976923f4bf6cdfc6b done 12:55:20 #8 exporting manifest sha256:24e4335d6ed78181a91e9cd05d6c3a58faafa9daeb8597e824e1dc5a824001e6 done 12:55:20 #8 exporting config sha256:badb3214675acfebdbd45dd4e657b1419754bde982f19b64329fedcf14f69f6c done 12:55:20 #8 exporting manifest list sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 done 12:55:20 #8 pushing layers 0.0s done 12:55:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:d88bce63b291b0ef6896cbe0bca756ed0a722f2f4d1e6b2af203ca884bf2f288 0.1s done 12:55:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:20 #8 DONE 0.1s 12:55:20 12:55:20 1 warning found (use --debug to expand): 12:55:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:20 #1 [internal] load build definition from Dockerfile 12:55:20 #1 transferring dockerfile: 205B done 12:55:20 #1 DONE 0.0s 12:55:20 12:55:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:20 #2 DONE 0.0s 12:55:20 12:55:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:20 #3 DONE 0.1s 12:55:20 12:55:20 #4 [internal] load .dockerignore 12:55:20 #4 transferring context: 2B done 12:55:20 #4 DONE 0.0s 12:55:21 12:55:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:21 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:21 #5 DONE 0.0s 12:55:21 12:55:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:21 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 done 12:55:21 #6 DONE 0.1s 12:55:21 12:55:21 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:21 #7 DONE 0.0s 12:55:21 12:55:21 #8 exporting to image 12:55:21 #8 exporting layers done 12:55:21 #8 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee 0.0s done 12:55:21 #8 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done 12:55:21 #8 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 0.0s done 12:55:21 #8 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done 12:55:21 #8 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done 12:55:21 #8 pushing layers 12:55:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:36 #8 pushing layers 13.5s done 12:55:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 12:55:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.2s done 12:55:36 #8 DONE 13.7s 12:55:36 12:55:36 1 warning found (use --debug to expand): 12:55:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 12:55:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 12:55:36 #1 [internal] load build definition from Dockerfile 12:55:36 #1 transferring dockerfile: 171B done 12:55:36 #1 DONE 0.0s 12:55:36 12:55:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:55:36 #2 DONE 0.0s 12:55:36 12:55:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 12:55:36 #3 DONE 0.0s 12:55:36 12:55:36 #4 [internal] load .dockerignore 12:55:36 #4 transferring context: 2B done 12:55:36 #4 DONE 0.0s 12:55:36 12:55:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:36 #5 DONE 0.0s 12:55:36 12:55:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:36 #6 CACHED 12:55:36 12:55:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:36 #5 CACHED 12:55:36 12:55:36 #7 exporting to image 12:55:36 #7 exporting layers done 12:55:36 #7 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done 12:55:36 #7 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done 12:55:36 #7 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done 12:55:36 #7 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done 12:55:36 #7 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done 12:55:36 #7 pushing layers 0.1s done 12:55:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 12:55:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done 12:55:36 #7 DONE 0.2s 12:55:36 12:55:36 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:36 #8 DONE 0.0s 12:55:37 12:55:37 1 warning found (use --debug to expand): 12:55:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73' 12:55:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 --push - 12:55:37 #1 [internal] load build definition from Dockerfile 12:55:37 #1 transferring dockerfile: 177B 0.0s done 12:55:37 #1 DONE 0.0s 12:55:37 12:55:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 12:55:37 #2 DONE 0.0s 12:55:37 12:55:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73 12:55:37 #3 DONE 0.0s 12:55:37 12:55:37 #4 [internal] load .dockerignore 12:55:37 #4 transferring context: 2B done 12:55:37 #4 DONE 0.0s 12:55:37 12:55:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:37 #5 DONE 0.0s 12:55:37 12:55:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:37 #6 CACHED 12:55:37 12:55:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:37 #5 CACHED 12:55:37 12:55:37 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:37 #7 DONE 0.0s 12:55:37 12:55:37 #8 exporting to image 12:55:37 #8 exporting layers done 12:55:37 #8 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done 12:55:37 #8 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done 12:55:37 #8 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done 12:55:37 #8 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done 12:55:37 #8 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done 12:55:37 #8 pushing layers 0.1s done 12:55:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.73@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done 12:55:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:37 #8 DONE 0.2s 12:55:37 12:55:37 1 warning found (use --debug to expand): 12:55:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:37 #1 [internal] load build definition from Dockerfile 12:55:37 #1 transferring dockerfile: 218B done 12:55:37 #1 DONE 0.0s 12:55:37 12:55:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:37 #2 DONE 0.0s 12:55:37 12:55:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:37 #3 DONE 0.0s 12:55:37 12:55:37 #4 [internal] load .dockerignore 12:55:37 #4 transferring context: 2B done 12:55:37 #4 DONE 0.0s 12:55:37 12:55:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 done 12:55:37 #5 CACHED 12:55:37 12:55:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:37 #6 CACHED 12:55:37 12:55:37 #7 exporting to image 12:55:37 #7 exporting layers 12:55:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:38 #7 exporting layers done 12:55:38 #7 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done 12:55:38 #7 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done 12:55:38 #7 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done 12:55:38 #7 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done 12:55:38 #7 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done 12:55:38 #7 pushing layers 0.0s done 12:55:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done 12:55:38 #7 DONE 0.1s 12:55:38 12:55:38 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:38 #8 DONE 0.0s 12:55:38 12:55:38 1 warning found (use --debug to expand): 12:55:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 12:55:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 12:55:38 #1 [internal] load build definition from Dockerfile 12:55:38 #1 transferring dockerfile: 169B done 12:55:38 #1 DONE 0.0s 12:55:38 12:55:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 12:55:38 #2 DONE 0.0s 12:55:38 12:55:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 12:55:38 #3 DONE 0.0s 12:55:38 12:55:38 #4 [internal] load .dockerignore 12:55:38 #4 transferring context: 2B done 12:55:38 #4 DONE 0.0s 12:55:38 12:55:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:38 #5 CACHED 12:55:38 12:55:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 12:55:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:66e8e0ca0d4e550630c9de840145505caf4936cdc0286e72e5ec7aff1bfb66e2 0.0s done 12:55:38 #6 CACHED 12:55:38 12:55:38 #7 exporting to image 12:55:38 #7 exporting layers 12:55:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:38 #7 exporting layers done 12:55:38 #7 exporting manifest sha256:bba3208eea462e2fbaa03f5697e6ac07464278eb7e0b7d8edf71e45508e90eee done 12:55:38 #7 exporting config sha256:a87f573216ec05f5d92e3f391a4454c09c0f85d27d6c4cdca0fa30623cb3ad86 done 12:55:38 #7 exporting manifest sha256:ac159a3d6ebcdfac3460942bdaa8db450fc692ce91538a247bf52988aa1787a2 done 12:55:38 #7 exporting config sha256:ae49a7c35ee17b5bb6b7b8515b71bdbf94ca71ee096f17956661a0cc12f9528f done 12:55:38 #7 exporting manifest list sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af done 12:55:38 #7 pushing layers 0.0s done 12:55:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:359d0bf8e7060fc4f4b7322cb201b3b1a41563f01807ec3e0c37bb045a8480af 0.1s done 12:55:38 #7 DONE 0.1s 12:55:38 12:55:38 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:38 #8 DONE 0.0s 12:55:38 12:55:38 1 warning found (use --debug to expand): 12:55:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:39 #1 [internal] load build definition from Dockerfile 12:55:39 #1 transferring dockerfile: 211B done 12:55:39 #1 DONE 0.0s 12:55:39 12:55:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:39 #2 DONE 0.0s 12:55:39 12:55:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:39 #3 DONE 0.1s 12:55:39 12:55:39 #4 [internal] load .dockerignore 12:55:39 #4 transferring context: 2B done 12:55:39 #4 DONE 0.0s 12:55:39 12:55:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:39 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:39 #5 DONE 0.0s 12:55:39 12:55:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:39 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:39 #6 DONE 0.1s 12:55:39 12:55:39 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:39 #7 DONE 0.0s 12:55:39 12:55:39 #8 exporting to image 12:55:39 #8 exporting layers done 12:55:39 #8 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done 12:55:39 #8 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done 12:55:39 #8 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done 12:55:39 #8 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done 12:55:39 #8 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done 12:55:39 #8 pushing layers 12:55:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:39 #8 pushing layers 0.2s done 12:55:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 12:55:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done 12:55:39 #8 DONE 0.3s 12:55:39 12:55:39 1 warning found (use --debug to expand): 12:55:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 12:55:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 12:55:40 #1 [internal] load build definition from Dockerfile 12:55:40 #1 transferring dockerfile: 177B done 12:55:40 #1 DONE 0.0s 12:55:40 12:55:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:55:40 #2 DONE 0.0s 12:55:40 12:55:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 12:55:40 #3 DONE 0.0s 12:55:40 12:55:40 #4 [internal] load .dockerignore 12:55:40 #4 transferring context: 2B done 12:55:40 #4 DONE 0.0s 12:55:40 12:55:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:40 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:40 #5 DONE 0.0s 12:55:40 12:55:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:40 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:40 #6 CACHED 12:55:40 12:55:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:40 #5 CACHED 12:55:40 12:55:40 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:40 #7 DONE 0.0s 12:55:40 12:55:40 #8 exporting to image 12:55:40 #8 exporting layers done 12:55:40 #8 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done 12:55:40 #8 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done 12:55:40 #8 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done 12:55:40 #8 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done 12:55:40 #8 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done 12:55:40 #8 pushing layers 0.1s done 12:55:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done 12:55:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:40 #8 DONE 0.2s 12:55:40 12:55:40 1 warning found (use --debug to expand): 12:55:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73' 12:55:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 --push - 12:55:40 #1 [internal] load build definition from Dockerfile 12:55:40 #1 transferring dockerfile: 183B done 12:55:40 #1 DONE 0.0s 12:55:40 12:55:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 12:55:40 #2 DONE 0.0s 12:55:40 12:55:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73 12:55:40 #3 DONE 0.0s 12:55:40 12:55:40 #4 [internal] load .dockerignore 12:55:40 #4 transferring context: 2B done 12:55:40 #4 DONE 0.0s 12:55:40 12:55:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:40 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:40 #5 DONE 0.0s 12:55:40 12:55:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:40 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:40 #6 CACHED 12:55:40 12:55:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:40 #5 CACHED 12:55:40 12:55:40 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:40 #7 DONE 0.0s 12:55:40 12:55:40 #8 exporting to image 12:55:40 #8 exporting layers done 12:55:40 #8 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done 12:55:40 #8 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done 12:55:40 #8 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done 12:55:40 #8 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done 12:55:40 #8 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done 12:55:40 #8 pushing layers 0.0s done 12:55:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.73@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done 12:55:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:40 #8 DONE 0.1s 12:55:40 12:55:40 1 warning found (use --debug to expand): 12:55:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:41 #1 [internal] load build definition from Dockerfile 12:55:41 #1 transferring dockerfile: 224B done 12:55:41 #1 DONE 0.0s 12:55:41 12:55:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:41 #2 DONE 0.0s 12:55:41 12:55:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:41 #3 DONE 0.0s 12:55:41 12:55:41 #4 [internal] load .dockerignore 12:55:41 #4 transferring context: 2B done 12:55:41 #4 DONE 0.0s 12:55:41 12:55:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:41 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:41 #5 CACHED 12:55:41 12:55:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:41 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:41 #6 CACHED 12:55:41 12:55:41 #7 exporting to image 12:55:41 #7 exporting layers 12:55:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:41 #7 exporting layers done 12:55:41 #7 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done 12:55:41 #7 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done 12:55:41 #7 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done 12:55:41 #7 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done 12:55:41 #7 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done 12:55:41 #7 pushing layers 0.0s done 12:55:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done 12:55:41 #7 DONE 0.1s 12:55:41 12:55:41 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:41 #8 DONE 0.0s 12:55:41 12:55:41 1 warning found (use --debug to expand): 12:55:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 12:55:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 12:55:42 #1 [internal] load build definition from Dockerfile 12:55:42 #1 transferring dockerfile: 175B done 12:55:42 #1 DONE 0.0s 12:55:42 12:55:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 12:55:42 #2 DONE 0.0s 12:55:42 12:55:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 12:55:42 #3 DONE 0.0s 12:55:42 12:55:42 #4 [internal] load .dockerignore 12:55:42 #4 transferring context: 2B done 12:55:42 #4 DONE 0.0s 12:55:42 12:55:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:42 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:42 #5 CACHED 12:55:42 12:55:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 12:55:42 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:f801ee548d43e5e457677f496734fda50390500d3e21a531a6df4b56b9e48796 0.0s done 12:55:42 #6 CACHED 12:55:42 12:55:42 #7 exporting to image 12:55:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:42 #7 exporting layers done 12:55:42 #7 exporting manifest sha256:bd155a7aece1ffd214f0099fdc6a662f92e3b6b12d43181d93c656d27bbaeede done 12:55:42 #7 exporting config sha256:20ecc4f328959baf2a6400d5c894d9f1588f8222567dee0b96696919f4810bc9 done 12:55:42 #7 exporting manifest sha256:f35bae6142dff84041e837c38d00077d4c38d33bef61aad5a192567887d45ce1 done 12:55:42 #7 exporting config sha256:9acfbd14b583feebe0e1742beb5ca89bdfa25ebca1e61cbe4b3580b45f605557 done 12:55:42 #7 exporting manifest list sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 done 12:55:42 #7 pushing layers 0.0s done 12:55:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:181ca87335392168bec862cef6cf139c811f87ce98e90db825fad86b92fff491 0.1s done 12:55:42 #7 DONE 0.1s 12:55:42 12:55:42 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 12:55:42 #8 DONE 0.0s 12:55:42 12:55:42 1 warning found (use --debug to expand): 12:55:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:42 #1 [internal] load build definition from Dockerfile 12:55:42 #1 transferring dockerfile: 215B done 12:55:42 #1 DONE 0.0s 12:55:42 12:55:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:42 #2 DONE 0.0s 12:55:42 12:55:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:42 #3 DONE 0.0s 12:55:42 12:55:42 #4 [internal] load .dockerignore 12:55:42 #4 transferring context: 2B done 12:55:42 #4 DONE 0.0s 12:55:42 12:55:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:42 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:42 #5 DONE 0.0s 12:55:42 12:55:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:42 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:42 #6 DONE 0.1s 12:55:42 12:55:42 #7 exporting to image 12:55:42 #7 exporting layers done 12:55:42 #7 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done 12:55:42 #7 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 12:55:42 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:42 #7 ... 12:55:42 12:55:42 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 12:55:42 #8 DONE 0.0s 12:55:42 12:55:42 #7 exporting to image 12:55:42 #7 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done 12:55:42 #7 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done 12:55:42 #7 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done 12:55:42 #7 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done 12:55:42 #7 pushing layers 0.1s done 12:55:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 12:55:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done 12:55:42 #7 DONE 0.2s 12:55:42 12:55:42 1 warning found (use --debug to expand): 12:55:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 12:55:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 12:55:43 #1 [internal] load build definition from Dockerfile 12:55:43 #1 transferring dockerfile: 181B done 12:55:43 #1 DONE 0.0s 12:55:43 12:55:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:55:43 #2 DONE 0.0s 12:55:43 12:55:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 12:55:43 #3 DONE 0.0s 12:55:43 12:55:43 #4 [internal] load .dockerignore 12:55:43 #4 transferring context: 2B done 12:55:43 #4 DONE 0.0s 12:55:43 12:55:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:43 #5 DONE 0.0s 12:55:43 12:55:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:43 #6 CACHED 12:55:43 12:55:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:43 #5 CACHED 12:55:43 12:55:43 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 12:55:43 #7 DONE 0.0s 12:55:43 12:55:43 #8 exporting to image 12:55:43 #8 exporting layers done 12:55:43 #8 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done 12:55:43 #8 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done 12:55:43 #8 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done 12:55:43 #8 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done 12:55:43 #8 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done 12:55:43 #8 pushing layers 0.0s done 12:55:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done 12:55:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:43 #8 DONE 0.1s 12:55:43 12:55:43 1 warning found (use --debug to expand): 12:55:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73' 12:55:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 --push - 12:55:43 #1 [internal] load build definition from Dockerfile 12:55:43 #1 transferring dockerfile: 187B done 12:55:43 #1 DONE 0.0s 12:55:43 12:55:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 12:55:43 #2 DONE 0.0s 12:55:43 12:55:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73 12:55:43 #3 DONE 0.0s 12:55:43 12:55:43 #4 [internal] load .dockerignore 12:55:43 #4 transferring context: 2B done 12:55:43 #4 DONE 0.0s 12:55:43 12:55:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:43 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:43 #5 CACHED 12:55:43 12:55:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:43 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:43 #6 CACHED 12:55:43 12:55:43 #7 exporting to image 12:55:43 #7 exporting layers 12:55:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:43 #7 exporting layers done 12:55:43 #7 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done 12:55:43 #7 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done 12:55:43 #7 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done 12:55:43 #7 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done 12:55:43 #7 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done 12:55:43 #7 pushing layers 0.0s done 12:55:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.73@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done 12:55:43 #7 DONE 0.1s 12:55:43 12:55:43 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 12:55:43 #8 DONE 0.0s 12:55:43 12:55:43 1 warning found (use --debug to expand): 12:55:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:44 #1 [internal] load build definition from Dockerfile 12:55:44 #1 transferring dockerfile: 228B done 12:55:44 #1 DONE 0.0s 12:55:44 12:55:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:44 #2 DONE 0.0s 12:55:44 12:55:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:44 #3 DONE 0.0s 12:55:44 12:55:44 #4 [internal] load .dockerignore 12:55:44 #4 transferring context: 2B done 12:55:44 #4 DONE 0.0s 12:55:44 12:55:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:44 #5 CACHED 12:55:44 12:55:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:44 #6 CACHED 12:55:44 12:55:44 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 12:55:44 #7 DONE 0.0s 12:55:44 12:55:44 #8 exporting to image 12:55:44 #8 exporting layers done 12:55:44 #8 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done 12:55:44 #8 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done 12:55:44 #8 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done 12:55:44 #8 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done 12:55:44 #8 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done 12:55:44 #8 pushing layers 0.0s done 12:55:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done 12:55:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:44 #8 DONE 0.1s 12:55:44 12:55:44 1 warning found (use --debug to expand): 12:55:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 12:55:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 12:55:44 #1 [internal] load build definition from Dockerfile 12:55:44 #1 transferring dockerfile: 179B done 12:55:44 #1 DONE 0.0s 12:55:44 12:55:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 12:55:44 #2 DONE 0.0s 12:55:44 12:55:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 12:55:44 #3 DONE 0.0s 12:55:44 12:55:44 #4 [internal] load .dockerignore 12:55:44 #4 transferring context: 2B done 12:55:44 #4 DONE 0.0s 12:55:44 12:55:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:44 #5 DONE 0.0s 12:55:44 12:55:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 0.0s done 12:55:45 #6 CACHED 12:55:45 12:55:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:bbc1a2b38fa8551d3f1215e33663de3f9d19ab24f0f056396c43d7430744b72a 12:55:45 #5 CACHED 12:55:45 12:55:45 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 12:55:45 #7 DONE 0.0s 12:55:45 12:55:45 #8 exporting to image 12:55:45 #8 exporting layers done 12:55:45 #8 exporting manifest sha256:efbf4cd515fac126f1213fe4d93e3b86f5d0f356cbbc0c52db1b9e21da78e18d done 12:55:45 #8 exporting config sha256:69466f18529db4ef8fdf1b3a27b320ca0bd089fb5da4bb5146af7cfbdb8131e9 done 12:55:45 #8 exporting manifest sha256:7f3a88ce5db75b7d2ff082db92db2b78928e2f42f06d261453147d0f774afe72 done 12:55:45 #8 exporting config sha256:401ce746eb0c9abce112367b1ec0cd20831cdd5a10c2aed8541c3384a454626d done 12:55:45 #8 exporting manifest list sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 done 12:55:45 #8 pushing layers 0.0s done 12:55:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:78f66ba6796d1f34d296e3ea218630dcf2b66285b74fd7cfc6ae97423fa391c4 0.1s done 12:55:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:45 #8 DONE 0.1s 12:55:45 12:55:45 1 warning found (use --debug to expand): 12:55:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:45 #1 [internal] load build definition from Dockerfile 12:55:45 #1 transferring dockerfile: 205B done 12:55:45 #1 DONE 0.0s 12:55:45 12:55:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:45 #2 DONE 0.0s 12:55:45 12:55:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:45 #3 DONE 0.0s 12:55:45 12:55:45 #4 [internal] load .dockerignore 12:55:45 #4 transferring context: 2B done 12:55:45 #4 DONE 0.0s 12:55:45 12:55:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:45 #5 ... 12:55:45 12:55:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:45 #6 DONE 0.1s 12:55:45 12:55:45 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 12:55:45 #7 DONE 0.0s 12:55:45 12:55:45 #8 exporting to image 12:55:45 #8 exporting layers done 12:55:45 #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done 12:55:45 #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done 12:55:45 #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done 12:55:45 #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done 12:55:45 #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done 12:55:45 #8 pushing layers 0.1s done 12:55:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 12:55:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done 12:55:45 #8 DONE 0.2s 12:55:45 12:55:45 1 warning found (use --debug to expand): 12:55:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 12:55:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 12:55:46 #1 [internal] load build definition from Dockerfile 12:55:46 #1 transferring dockerfile: 171B done 12:55:46 #1 DONE 0.0s 12:55:46 12:55:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:55:46 #2 DONE 0.1s 12:55:46 12:55:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 12:55:46 #3 DONE 0.1s 12:55:46 12:55:46 #4 [internal] load .dockerignore 12:55:46 #4 transferring context: 2B done 12:55:46 #4 DONE 0.0s 12:55:46 12:55:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:46 #5 CACHED 12:55:46 12:55:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:46 #6 CACHED 12:55:46 12:55:46 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 12:55:46 #7 DONE 0.0s 12:55:46 12:55:46 #8 exporting to image 12:55:46 #8 exporting layers done 12:55:46 #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done 12:55:46 #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done 12:55:46 #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done 12:55:46 #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done 12:55:46 #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done 12:55:46 #8 pushing layers 0.0s done 12:55:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done 12:55:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:46 #8 DONE 0.1s 12:55:46 12:55:46 1 warning found (use --debug to expand): 12:55:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73' 12:55:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 --push - 12:55:46 #1 [internal] load build definition from Dockerfile 12:55:46 #1 transferring dockerfile: 177B done 12:55:46 #1 DONE 0.0s 12:55:46 12:55:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 12:55:46 #2 DONE 0.0s 12:55:46 12:55:46 #3 [internal] load .dockerignore 12:55:46 #3 transferring context: 2B done 12:55:46 #3 DONE 0.0s 12:55:46 12:55:46 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73 12:55:46 #4 DONE 0.0s 12:55:46 12:55:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:46 #5 CACHED 12:55:46 12:55:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:46 #6 CACHED 12:55:46 12:55:46 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 12:55:46 #7 DONE 0.0s 12:55:46 12:55:46 #8 exporting to image 12:55:46 #8 exporting layers done 12:55:46 #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done 12:55:46 #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done 12:55:46 #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done 12:55:46 #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done 12:55:46 #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done 12:55:46 #8 pushing layers 0.0s done 12:55:46 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.73@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done 12:55:46 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:46 #8 DONE 0.1s 12:55:46 12:55:46 1 warning found (use --debug to expand): 12:55:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:47 #1 [internal] load build definition from Dockerfile 12:55:47 #1 transferring dockerfile: 218B done 12:55:47 #1 DONE 0.0s 12:55:47 12:55:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:47 #2 DONE 0.0s 12:55:47 12:55:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:47 #3 DONE 0.0s 12:55:47 12:55:47 #4 [internal] load .dockerignore 12:55:47 #4 transferring context: 2B done 12:55:47 #4 DONE 0.0s 12:55:47 12:55:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:47 #5 DONE 0.0s 12:55:47 12:55:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:47 #6 CACHED 12:55:47 12:55:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:47 #5 CACHED 12:55:47 12:55:47 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 12:55:47 #7 DONE 0.0s 12:55:47 12:55:47 #8 exporting to image 12:55:47 #8 exporting layers done 12:55:47 #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done 12:55:47 #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done 12:55:47 #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done 12:55:47 #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done 12:55:47 #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done 12:55:47 #8 pushing layers 0.0s done 12:55:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done 12:55:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:47 #8 DONE 0.1s 12:55:47 12:55:47 1 warning found (use --debug to expand): 12:55:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 12:55:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 12:55:47 #1 [internal] load build definition from Dockerfile 12:55:47 #1 transferring dockerfile: 169B done 12:55:47 #1 DONE 0.0s 12:55:47 12:55:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 12:55:47 #2 DONE 0.0s 12:55:47 12:55:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 12:55:47 #3 DONE 0.0s 12:55:47 12:55:47 #4 [internal] load .dockerignore 12:55:47 #4 transferring context: 2B done 12:55:47 #4 DONE 0.0s 12:55:47 12:55:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:47 #5 DONE 0.0s 12:55:47 12:55:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 0.0s done 12:55:48 #6 CACHED 12:55:48 12:55:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3b6f722c6988ee0f879d295103752f14d4c20f24562f10381f0a6c8e51323c14 12:55:48 #5 CACHED 12:55:48 12:55:48 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 12:55:48 #7 DONE 0.0s 12:55:48 12:55:48 #8 exporting to image 12:55:48 #8 exporting layers done 12:55:48 #8 exporting manifest sha256:f2df5fbbfab2eb10f236d4bce52abf5d0ff61d29c9b094d47f6f81e1caa489bd done 12:55:48 #8 exporting config sha256:ff422781f4ef353ac0998fd4c005ad7e4393068675bc52d0b091d2026a0c289a done 12:55:48 #8 exporting manifest sha256:0d720b6cde63c8883f55619bb5598ebcd9e00042abf69cf45adadeb2bba8660d done 12:55:48 #8 exporting config sha256:bf2792122a7148f432c81295c237b5686f1fb81c16a0f76b8954600eec5d1b9d done 12:55:48 #8 exporting manifest list sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 done 12:55:48 #8 pushing layers 0.0s done 12:55:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:d3a7f5346b37f272acac9a80797642885e912251680453a990320e7d36ed0750 0.1s done 12:55:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:48 #8 DONE 0.1s 12:55:48 12:55:48 1 warning found (use --debug to expand): 12:55:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:48 #1 [internal] load build definition from Dockerfile 12:55:48 #1 transferring dockerfile: 206B done 12:55:48 #1 DONE 0.0s 12:55:48 12:55:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:48 #2 DONE 0.0s 12:55:48 12:55:48 #3 [internal] load .dockerignore 12:55:48 #3 transferring context: 12:55:48 #3 transferring context: 2B done 12:55:48 #3 DONE 0.0s 12:55:48 12:55:48 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:48 #4 DONE 0.1s 12:55:48 12:55:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:48 #5 ... 12:55:48 12:55:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done 12:55:48 #6 DONE 0.1s 12:55:48 12:55:48 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 12:55:48 #7 DONE 0.0s 12:55:48 12:55:48 #8 exporting to image 12:55:48 #8 exporting layers done 12:55:48 #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done 12:55:48 #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done 12:55:48 #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done 12:55:48 #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done 12:55:48 #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done 12:55:48 #8 pushing layers 0.1s done 12:55:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 12:55:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done 12:55:48 #8 DONE 0.2s 12:55:48 12:55:48 1 warning found (use --debug to expand): 12:55:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 12:55:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 12:55:49 #1 [internal] load build definition from Dockerfile 12:55:49 #1 transferring dockerfile: 172B done 12:55:49 #1 DONE 0.0s 12:55:49 12:55:49 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:55:49 #2 DONE 0.0s 12:55:49 12:55:49 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 12:55:49 #3 DONE 0.0s 12:55:49 12:55:49 #4 [internal] load .dockerignore 12:55:49 #4 transferring context: 2B done 12:55:49 #4 DONE 0.0s 12:55:49 12:55:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 done 12:55:49 #5 CACHED 12:55:49 12:55:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done 12:55:49 #6 CACHED 12:55:49 12:55:49 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 12:55:49 #7 DONE 0.0s 12:55:49 12:55:49 #8 exporting to image 12:55:49 #8 exporting layers done 12:55:49 #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done 12:55:49 #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done 12:55:49 #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done 12:55:49 #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done 12:55:49 #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done 12:55:49 #8 pushing layers 0.0s done 12:55:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done 12:55:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:49 #8 DONE 0.1s 12:55:49 12:55:49 1 warning found (use --debug to expand): 12:55:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 --push - 12:55:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73' 12:55:49 #1 [internal] load build definition from Dockerfile 12:55:49 #1 transferring dockerfile: 178B done 12:55:49 #1 DONE 0.0s 12:55:49 12:55:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 12:55:49 #2 DONE 0.0s 12:55:49 12:55:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73 12:55:49 #3 DONE 0.0s 12:55:49 12:55:49 #4 [internal] load .dockerignore 12:55:49 #4 transferring context: 2B done 12:55:49 #4 DONE 0.0s 12:55:49 12:55:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done 12:55:49 #5 DONE 0.0s 12:55:49 12:55:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done 12:55:49 #6 CACHED 12:55:49 12:55:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:49 #5 CACHED 12:55:49 12:55:49 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 12:55:49 #7 DONE 0.0s 12:55:49 12:55:49 #8 exporting to image 12:55:49 #8 exporting layers done 12:55:49 #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done 12:55:49 #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done 12:55:49 #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done 12:55:49 #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done 12:55:49 #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done 12:55:49 #8 pushing layers 0.0s done 12:55:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.73@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done 12:55:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:49 #8 DONE 0.1s 12:55:49 12:55:49 1 warning found (use --debug to expand): 12:55:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:50 #1 [internal] load build definition from Dockerfile 12:55:50 #1 transferring dockerfile: 219B done 12:55:50 #1 DONE 0.0s 12:55:50 12:55:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:50 #2 DONE 0.0s 12:55:50 12:55:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:50 #3 DONE 0.0s 12:55:50 12:55:50 #4 [internal] load .dockerignore 12:55:50 #4 transferring context: 2B done 12:55:50 #4 DONE 0.0s 12:55:50 12:55:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done 12:55:50 #5 CACHED 12:55:50 12:55:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 0.0s done 12:55:50 #6 CACHED 12:55:50 12:55:50 #7 exporting to image 12:55:50 #7 exporting layers done 12:55:50 #7 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done 12:55:50 #7 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done 12:55:50 #7 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done 12:55:50 #7 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done 12:55:50 #7 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 12:55:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:50 #7 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done 12:55:50 #7 pushing layers 0.0s done 12:55:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done 12:55:50 #7 DONE 0.1s 12:55:50 12:55:50 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 12:55:50 #8 DONE 0.0s 12:55:50 12:55:50 1 warning found (use --debug to expand): 12:55:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 12:55:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 12:55:51 #1 [internal] load build definition from Dockerfile 12:55:51 #1 transferring dockerfile: 170B done 12:55:51 #1 DONE 0.0s 12:55:51 12:55:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 12:55:51 #2 DONE 0.0s 12:55:51 12:55:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 12:55:51 #3 DONE 0.0s 12:55:51 12:55:51 #4 [internal] load .dockerignore 12:55:51 #4 transferring context: 2B done 12:55:51 #4 DONE 0.0s 12:55:51 12:55:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 done 12:55:51 #5 CACHED 12:55:51 12:55:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 12:55:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:20abdae6211d585486af21a59ea389b12cc19d03a3a79e3cb757d04eb1a56f28 done 12:55:51 #6 CACHED 12:55:51 12:55:51 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 12:55:51 #7 DONE 0.0s 12:55:51 12:55:51 #8 exporting to image 12:55:51 #8 exporting layers done 12:55:51 #8 exporting manifest sha256:3ab550193dc05c6f36e0f1c8ec906694bd3b70e863a8ec67eb2983eeae3688be done 12:55:51 #8 exporting config sha256:1a7a0fecfaa6b6b6b5f959d94e28aa1ff6458a1e784a7c55cb95c31760f742e8 done 12:55:51 #8 exporting manifest sha256:359f9908e6c96b1c093b7979eb6b5fca0cf0f861779ed482d7ed86b9503c9af2 done 12:55:51 #8 exporting config sha256:9dcd815f01d1b526870807d635e992afae4e122b178e8cd7e7d613593aad3cc9 done 12:55:51 #8 exporting manifest list sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 done 12:55:51 #8 pushing layers 0.0s done 12:55:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9d40d7c877129bc384f52e077b8570fd80c025816fa6b205a72115e9056d29e4 0.1s done 12:55:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:51 #8 DONE 0.1s 12:55:51 12:55:51 1 warning found (use --debug to expand): 12:55:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:51 #1 [internal] load build definition from Dockerfile 12:55:51 #1 transferring dockerfile: 206B done 12:55:51 #1 DONE 0.0s 12:55:51 12:55:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:51 #2 DONE 0.0s 12:55:51 12:55:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:51 #3 DONE 0.0s 12:55:51 12:55:51 #4 [internal] load .dockerignore 12:55:51 #4 transferring context: 2B done 12:55:51 #4 DONE 0.0s 12:55:51 12:55:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:51 #5 ... 12:55:51 12:55:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 done 12:55:51 #6 DONE 0.1s 12:55:51 12:55:51 #7 exporting to image 12:55:51 #7 exporting layers done 12:55:51 #7 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done 12:55:51 #7 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 12:55:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:51 #7 ... 12:55:51 12:55:51 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 12:55:51 #8 DONE 0.0s 12:55:51 12:55:51 #7 exporting to image 12:55:51 #7 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done 12:55:51 #7 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done 12:55:51 #7 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done 12:55:51 #7 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done 12:55:51 #7 pushing layers 0.1s done 12:55:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 12:55:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.2s done 12:55:51 #7 DONE 0.3s 12:55:51 12:55:51 1 warning found (use --debug to expand): 12:55:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 12:55:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 12:55:52 #1 [internal] load build definition from Dockerfile 12:55:52 #1 transferring dockerfile: 172B done 12:55:52 #1 DONE 0.0s 12:55:52 12:55:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:55:52 #2 DONE 0.0s 12:55:52 12:55:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 12:55:52 #3 DONE 0.0s 12:55:52 12:55:52 #4 [internal] load .dockerignore 12:55:52 #4 transferring context: 2B done 12:55:52 #4 DONE 0.0s 12:55:52 12:55:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #5 ... 12:55:52 12:55:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:52 #6 DONE 0.0s 12:55:52 12:55:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #5 CACHED 12:55:52 12:55:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #6 CACHED 12:55:52 12:55:52 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 12:55:52 #7 DONE 0.0s 12:55:52 12:55:52 #8 exporting to image 12:55:52 #8 exporting layers done 12:55:52 #8 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done 12:55:52 #8 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done 12:55:52 #8 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done 12:55:52 #8 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done 12:55:52 #8 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done 12:55:52 #8 pushing layers 0.0s done 12:55:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done 12:55:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:52 #8 DONE 0.1s 12:55:52 12:55:52 1 warning found (use --debug to expand): 12:55:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73' 12:55:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 --push - 12:55:52 #1 [internal] load build definition from Dockerfile 12:55:52 #1 transferring dockerfile: 178B done 12:55:52 #1 DONE 0.0s 12:55:52 12:55:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 12:55:52 #2 DONE 0.0s 12:55:52 12:55:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73 12:55:52 #3 DONE 0.0s 12:55:52 12:55:52 #4 [internal] load .dockerignore 12:55:52 #4 transferring context: 2B done 12:55:52 #4 DONE 0.0s 12:55:52 12:55:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:52 #5 CACHED 12:55:52 12:55:52 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:52 #6 CACHED 12:55:52 12:55:52 #7 exporting to image 12:55:52 #7 exporting layers 12:55:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:53 #7 exporting layers done 12:55:53 #7 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done 12:55:53 #7 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done 12:55:53 #7 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done 12:55:53 #7 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done 12:55:53 #7 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done 12:55:53 #7 pushing layers 0.0s done 12:55:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.73@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done 12:55:53 #7 DONE 0.1s 12:55:53 12:55:53 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 12:55:53 #8 DONE 0.0s 12:55:53 12:55:53 1 warning found (use --debug to expand): 12:55:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:53 #1 [internal] load build definition from Dockerfile 12:55:53 #1 transferring dockerfile: 219B done 12:55:53 #1 DONE 0.0s 12:55:53 12:55:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:53 #2 DONE 0.0s 12:55:53 12:55:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:53 #3 DONE 0.0s 12:55:53 12:55:53 #4 [internal] load .dockerignore 12:55:53 #4 transferring context: 2B done 12:55:53 #4 DONE 0.0s 12:55:53 12:55:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:53 #5 DONE 0.0s 12:55:53 12:55:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:53 #6 CACHED 12:55:53 12:55:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:53 #5 CACHED 12:55:53 12:55:53 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 12:55:53 #7 DONE 0.0s 12:55:53 12:55:53 #8 exporting to image 12:55:53 #8 exporting layers done 12:55:53 #8 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done 12:55:53 #8 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done 12:55:53 #8 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done 12:55:53 #8 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done 12:55:53 #8 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done 12:55:53 #8 pushing layers 0.0s done 12:55:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done 12:55:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:53 #8 DONE 0.1s 12:55:53 12:55:53 1 warning found (use --debug to expand): 12:55:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 12:55:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 12:55:54 #1 [internal] load build definition from Dockerfile 12:55:54 #1 transferring dockerfile: 170B 0.0s done 12:55:54 #1 DONE 0.0s 12:55:54 12:55:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 12:55:54 #2 DONE 0.0s 12:55:54 12:55:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 12:55:54 #3 DONE 0.0s 12:55:54 12:55:54 #4 [internal] load .dockerignore 12:55:54 #4 transferring context: 2B done 12:55:54 #4 DONE 0.0s 12:55:54 12:55:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:54 #5 DONE 0.0s 12:55:54 12:55:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 0.0s done 12:55:54 #6 CACHED 12:55:54 12:55:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:c9760aa8855a66c02caf821e3e92c2a65798c657ca53ee668f1ccb040ea98555 12:55:54 #5 CACHED 12:55:54 12:55:54 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 12:55:54 #7 DONE 0.0s 12:55:54 12:55:54 #8 exporting to image 12:55:54 #8 exporting layers done 12:55:54 #8 exporting manifest sha256:64c205d43b57cda0e6b591888766f307b30f55ac2c6766be909a8f282d900726 done 12:55:54 #8 exporting config sha256:90ee9a8f0aa8be3f0a08495f1f19c0f6d653606aa96a7513ba7f073f0f33a276 done 12:55:54 #8 exporting manifest sha256:f3b980ecda6209d7f6bda1c126643bbb8c35d589b2121095d30ec48445a3a3b8 done 12:55:54 #8 exporting config sha256:47254af1455f0d5f33c2f7af280c4ebeef84a5ee4b3c7c207ebe4421b3547fb6 done 12:55:54 #8 exporting manifest list sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 done 12:55:54 #8 pushing layers 0.0s done 12:55:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:36125879227bb3a172716ad29a9286ec8c93b632fd944e97968714554faea7d4 0.1s done 12:55:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:54 #8 DONE 0.1s 12:55:54 12:55:54 1 warning found (use --debug to expand): 12:55:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:54 #1 [internal] load build definition from Dockerfile 12:55:54 #1 transferring dockerfile: 206B done 12:55:54 #1 DONE 0.0s 12:55:54 12:55:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:54 #2 DONE 0.0s 12:55:54 12:55:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:54 #3 DONE 0.0s 12:55:54 12:55:54 #4 [internal] load .dockerignore 12:55:54 #4 transferring context: 2B done 12:55:54 #4 DONE 0.0s 12:55:54 12:55:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:54 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:54 #5 DONE 0.0s 12:55:54 12:55:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:54 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:54 #6 DONE 0.1s 12:55:54 12:55:54 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 12:55:54 #7 DONE 0.0s 12:55:54 12:55:54 #8 exporting to image 12:55:54 #8 exporting layers done 12:55:54 #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e 0.0s done 12:55:54 #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done 12:55:54 #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done 12:55:54 #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa 0.0s done 12:55:54 #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.0s done 12:55:54 #8 pushing layers 12:55:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:54 #8 pushing layers 0.1s done 12:55:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done 12:55:54 #8 DONE 0.2s 12:55:54 12:55:54 1 warning found (use --debug to expand): 12:55:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 12:55:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 12:55:55 #1 [internal] load build definition from Dockerfile 12:55:55 #1 transferring dockerfile: 172B done 12:55:55 #1 DONE 0.0s 12:55:55 12:55:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 12:55:55 #2 DONE 0.0s 12:55:55 12:55:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 12:55:55 #3 DONE 0.0s 12:55:55 12:55:55 #4 [internal] load .dockerignore 12:55:55 #4 transferring context: 2B done 12:55:55 #4 DONE 0.0s 12:55:55 12:55:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:55 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:55 #5 DONE 0.0s 12:55:55 12:55:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:55 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:55 #6 CACHED 12:55:55 12:55:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:55 #5 CACHED 12:55:55 12:55:55 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 12:55:55 #7 DONE 0.0s 12:55:55 12:55:55 #8 exporting to image 12:55:55 #8 exporting layers done 12:55:55 #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done 12:55:55 #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done 12:55:55 #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done 12:55:55 #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done 12:55:55 #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done 12:55:55 #8 pushing layers 0.0s done 12:55:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 12:55:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done 12:55:55 #8 DONE 0.1s 12:55:55 12:55:55 1 warning found (use --debug to expand): 12:55:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 --push - 12:55:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73' 12:55:56 #1 [internal] load build definition from Dockerfile 12:55:56 #1 transferring dockerfile: 178B done 12:55:56 #1 DONE 0.0s 12:55:56 12:55:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 12:55:56 #2 DONE 0.0s 12:55:56 12:55:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73 12:55:56 #3 DONE 0.0s 12:55:56 12:55:56 #4 [internal] load .dockerignore 12:55:56 #4 transferring context: 2B done 12:55:56 #4 DONE 0.0s 12:55:56 12:55:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:56 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:56 #5 CACHED 12:55:56 12:55:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:56 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:56 #6 CACHED 12:55:56 12:55:56 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 12:55:56 #7 DONE 0.0s 12:55:56 12:55:56 #8 exporting to image 12:55:56 #8 exporting layers done 12:55:56 #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done 12:55:56 #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done 12:55:56 #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done 12:55:56 #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done 12:55:56 #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done 12:55:56 #8 pushing layers 0.0s done 12:55:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.73@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done 12:55:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:56 #8 DONE 0.1s 12:55:56 12:55:56 1 warning found (use --debug to expand): 12:55:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:56 #1 [internal] load build definition from Dockerfile 12:55:56 #1 transferring dockerfile: 219B done 12:55:56 #1 DONE 0.0s 12:55:56 12:55:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:56 #2 DONE 0.1s 12:55:56 12:55:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:56 #3 DONE 0.1s 12:55:56 12:55:56 #4 [internal] load .dockerignore 12:55:56 #4 transferring context: 2B done 12:55:56 #4 DONE 0.0s 12:55:56 12:55:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:56 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:56 #5 CACHED 12:55:56 12:55:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:56 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:56 #6 CACHED 12:55:56 12:55:56 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 12:55:56 #7 DONE 0.0s 12:55:56 12:55:56 #8 exporting to image 12:55:56 #8 exporting layers done 12:55:56 #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done 12:55:56 #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done 12:55:56 #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done 12:55:56 #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done 12:55:56 #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done 12:55:56 #8 pushing layers 0.0s done 12:55:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 12:55:56 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:56 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done 12:55:56 #8 DONE 0.1s 12:55:56 12:55:56 1 warning found (use --debug to expand): 12:55:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 12:55:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 12:55:57 #1 [internal] load build definition from Dockerfile 12:55:57 #1 transferring dockerfile: 170B done 12:55:57 #1 DONE 0.0s 12:55:57 12:55:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 12:55:57 #2 DONE 0.0s 12:55:57 12:55:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 12:55:57 #3 DONE 0.0s 12:55:57 12:55:57 #4 [internal] load .dockerignore 12:55:57 #4 transferring context: 2B done 12:55:57 #4 DONE 0.0s 12:55:57 12:55:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:57 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:57 #5 DONE 0.0s 12:55:57 12:55:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:57 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 0.0s done 12:55:57 #6 CACHED 12:55:57 12:55:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:a380912dd4b1ad98cf6a8e7057912ceaf2749b02f97fc05700e04c7e82d1d37c 12:55:57 #5 CACHED 12:55:57 12:55:57 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 12:55:57 #7 DONE 0.0s 12:55:57 12:55:57 #8 exporting to image 12:55:57 #8 exporting layers done 12:55:57 #8 exporting manifest sha256:fc4dddae41820300f105814d169b9fe18ba368f163a08dbe5a58407263091c8e done 12:55:57 #8 exporting config sha256:9735311dcbbd0796af0cc0721ad64beaf64875b849df4167ce3edf8b33c95eff done 12:55:57 #8 exporting manifest sha256:937e5adcea5bd775566e58885ad4729ad4ca5ae6c2b06f7773955b9a827ec192 done 12:55:57 #8 exporting config sha256:17b2c00ffd968445b162e555dd36a7d10125eafd3e314fc7a9fb3c1ba88e80aa done 12:55:57 #8 exporting manifest list sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 done 12:55:57 #8 pushing layers 0.0s done 12:55:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:b1bff494ba9f6b79f7702a9d5f944bea08ca368cd6a8f74ee10490545dcca8d9 0.1s done 12:55:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:57 #8 DONE 0.1s 12:55:57 12:55:57 1 warning found (use --debug to expand): 12:55:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b' 12:55:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b --push - 12:55:57 #1 [internal] load build definition from Dockerfile 12:55:57 #1 transferring dockerfile: 202B done 12:55:57 #1 DONE 0.0s 12:55:57 12:55:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:57 #2 DONE 0.1s 12:55:57 12:55:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 12:55:57 #3 DONE 0.1s 12:55:57 12:55:57 #4 [internal] load .dockerignore 12:55:57 #4 transferring context: 2B done 12:55:57 #4 DONE 0.0s 12:55:57 12:55:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:57 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:57 #5 DONE 0.0s 12:55:57 12:55:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:57 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:57 #6 DONE 0.1s 12:55:57 12:55:57 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 12:55:57 #7 DONE 0.0s 12:55:57 12:55:57 #8 exporting to image 12:55:57 #8 exporting layers done 12:55:57 #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b 0.0s done 12:55:57 #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done 12:55:57 #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done 12:55:57 #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done 12:55:57 #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done 12:55:57 #8 pushing layers 12:55:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:57 #8 pushing layers 0.1s done 12:55:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done 12:55:57 #8 DONE 0.2s 12:55:57 12:55:57 1 warning found (use --debug to expand): 12:55:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 12:55:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 12:55:58 #1 [internal] load build definition from Dockerfile 12:55:58 #1 transferring dockerfile: 168B done 12:55:58 #1 DONE 0.0s 12:55:58 12:55:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:55:58 #2 DONE 0.0s 12:55:58 12:55:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 12:55:58 #3 DONE 0.0s 12:55:58 12:55:58 #4 [internal] load .dockerignore 12:55:58 #4 transferring context: 2B done 12:55:58 #4 DONE 0.0s 12:55:58 12:55:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:58 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 done 12:55:58 #5 CACHED 12:55:58 12:55:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:58 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:58 #6 CACHED 12:55:58 12:55:58 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 12:55:58 #7 DONE 0.0s 12:55:58 12:55:58 #8 exporting to image 12:55:58 #8 exporting layers done 12:55:58 #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done 12:55:58 #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done 12:55:58 #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done 12:55:58 #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done 12:55:58 #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done 12:55:58 #8 pushing layers 0.0s done 12:55:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done 12:55:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:58 #8 DONE 0.1s 12:55:58 12:55:58 1 warning found (use --debug to expand): 12:55:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 --push - 12:55:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73' 12:55:59 #1 [internal] load build definition from Dockerfile 12:55:59 #1 transferring dockerfile: 174B done 12:55:59 #1 DONE 0.0s 12:55:59 12:55:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 12:55:59 #2 DONE 0.0s 12:55:59 12:55:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73 12:55:59 #3 DONE 0.0s 12:55:59 12:55:59 #4 [internal] load .dockerignore 12:55:59 #4 transferring context: 2B done 12:55:59 #4 DONE 0.0s 12:55:59 12:55:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:59 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:59 #5 CACHED 12:55:59 12:55:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:59 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:59 #6 CACHED 12:55:59 12:55:59 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 12:55:59 #7 DONE 0.0s 12:55:59 12:55:59 #8 exporting to image 12:55:59 #8 exporting layers done 12:55:59 #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done 12:55:59 #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done 12:55:59 #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done 12:55:59 #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done 12:55:59 #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done 12:55:59 #8 pushing layers 0.0s done 12:55:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.73@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done 12:55:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:59 #8 DONE 0.1s 12:55:59 12:55:59 1 warning found (use --debug to expand): 12:55:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:55:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 --push - 12:55:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73' 12:55:59 #1 [internal] load build definition from Dockerfile 12:55:59 #1 transferring dockerfile: 215B done 12:55:59 #1 DONE 0.0s 12:55:59 12:55:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:59 #2 DONE 0.0s 12:55:59 12:55:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 12:55:59 #3 DONE 0.0s 12:55:59 12:55:59 #4 [internal] load .dockerignore 12:55:59 #4 transferring context: 2B done 12:55:59 #4 DONE 0.0s 12:55:59 12:55:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:59 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:59 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:59 #5 CACHED 12:55:59 12:55:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:55:59 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:55:59 #6 CACHED 12:55:59 12:55:59 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 12:55:59 #7 DONE 0.0s 12:55:59 12:55:59 #8 exporting to image 12:55:59 #8 exporting layers done 12:55:59 #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done 12:55:59 #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done 12:55:59 #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done 12:55:59 #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done 12:55:59 #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done 12:55:59 #8 pushing layers 0.0s done 12:55:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 12:55:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:55:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done 12:55:59 #8 DONE 0.1s 12:55:59 12:55:59 1 warning found (use --debug to expand): 12:55:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 12:56:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 12:56:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 12:56:00 #1 [internal] load build definition from Dockerfile 12:56:00 #1 transferring dockerfile: 166B done 12:56:00 #1 DONE 0.0s 12:56:00 12:56:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 12:56:00 #2 DONE 0.0s 12:56:00 12:56:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 12:56:00 #3 DONE 0.0s 12:56:00 12:56:00 #4 [internal] load .dockerignore 12:56:00 #4 transferring context: 2B done 12:56:00 #4 DONE 0.0s 12:56:00 12:56:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:56:00 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:56:00 #5 DONE 0.0s 12:56:00 12:56:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:56:00 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 0.0s done 12:56:00 #6 CACHED 12:56:00 12:56:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:ace97f0f74680c04b19bba803acc5b2ebd60e732cd7280c33b7d346f6290be22 12:56:00 #5 CACHED 12:56:00 12:56:00 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 12:56:00 #7 DONE 0.0s 12:56:00 12:56:00 #8 exporting to image 12:56:00 #8 exporting layers done 12:56:00 #8 exporting manifest sha256:86fadc5e9ff7399f4527e3d53b1e4f900f6600e00add88af8267c4f6e566b01b done 12:56:00 #8 exporting config sha256:131f6f5ca746971f6a95e16d0428ae436d82e1b4c0a02d5261b365c61e549782 done 12:56:00 #8 exporting manifest sha256:f7b300cf662478bc30aec110500f02e3be34f0205b784226a2f4065e4875c0ef done 12:56:00 #8 exporting config sha256:ad1e7cbc1e537869e76b4a92bb810d8a4442595ac58599aa6a22eda6558b7ea5 done 12:56:00 #8 exporting manifest list sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 done 12:56:00 #8 pushing layers 0.0s done 12:56:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:b7318b414b4594640751d0c497fd011aeb85216d392223010b5380a91574f519 0.1s done 12:56:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 12:56:00 #8 DONE 0.1s 12:56:00 12:56:00 1 warning found (use --debug to expand): 12:56:00  - 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 12:56:00 + '[' -d /w/workspace/edgex-go/921/archives ']' [Pipeline] libraryResource [Pipeline] sh 12:56:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:56:01 ---> package-listing.sh 12:56:01 ++ facter osfamily 12:56:01 ++ tr '[:upper:]' '[:lower:]' 12:56:02 + OS_FAMILY=redhat 12:56:02 + workspace=/w/workspace/edgex-go/921 12:56:02 + START_PACKAGES=/tmp/packages_start.txt 12:56:02 + END_PACKAGES=/tmp/packages_end.txt 12:56:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:56:02 + PACKAGES=/tmp/packages_start.txt 12:56:02 + '[' /w/workspace/edgex-go/921 ']' 12:56:02 + PACKAGES=/tmp/packages_end.txt 12:56:02 + case "${OS_FAMILY}" in 12:56:02 + sort 12:56:02 + rpm -qa 12:56:03 + '[' -f /tmp/packages_start.txt ']' 12:56:03 + '[' -f /tmp/packages_end.txt ']' 12:56:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:56:03 + '[' /w/workspace/edgex-go/921 ']' 12:56:03 + mkdir -p /w/workspace/edgex-go/921/archives/ 12:56:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/921/archives/ [Pipeline] echo 12:56:03 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/921/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:56:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:56:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:56:03 12:56:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:56:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:56:04 latest: Pulling from edgex-lftools-log-publisher 12:56:04 5eb5b503b376: Pulling fs layer 12:56:04 5c69ac0246d0: Pulling fs layer 12:56:04 ec43610c2a17: Pulling fs layer 12:56:04 3a2ae6a8a46f: Pulling fs layer 12:56:04 33b1e0a273af: Pulling fs layer 12:56:04 5d3b04190fa2: Pulling fs layer 12:56:04 2f39f015ded8: Pulling fs layer 12:56:04 33b1e0a273af: Waiting 12:56:04 5d3b04190fa2: Waiting 12:56:04 2f39f015ded8: Waiting 12:56:04 3a2ae6a8a46f: Waiting 12:56:04 5c69ac0246d0: Verifying Checksum 12:56:04 5c69ac0246d0: Download complete 12:56:04 3a2ae6a8a46f: Verifying Checksum 12:56:04 3a2ae6a8a46f: Download complete 12:56:04 ec43610c2a17: Verifying Checksum 12:56:04 ec43610c2a17: Download complete 12:56:04 33b1e0a273af: Verifying Checksum 12:56:04 33b1e0a273af: Download complete 12:56:04 5d3b04190fa2: Verifying Checksum 12:56:04 5d3b04190fa2: Download complete 12:56:04 5eb5b503b376: Verifying Checksum 12:56:04 5eb5b503b376: Download complete 12:56:05 2f39f015ded8: Download complete 12:56:05 5eb5b503b376: Pull complete 12:56:05 5c69ac0246d0: Pull complete 12:56:06 ec43610c2a17: Pull complete 12:56:06 3a2ae6a8a46f: Pull complete 12:56:06 33b1e0a273af: Pull complete 12:56:06 5d3b04190fa2: Pull complete 12:56:11 2f39f015ded8: Pull complete 12:56:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:56:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:56:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:56:11 prd-centos7-docker-4c-2g-772208 does not seem to be running inside a container 12:56:11 $ 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/921/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 12:56:15 $ docker top 2b51868b3a0b7cc60e604ca7aff6b07e45ef72167c459f3a0fafa4546a2a64fd -eo pid,comm [Pipeline] { [Pipeline] sh 12:56:15 + touch /tmp/pre-build-complete [Pipeline] sh 12:56:15 + mkdir -p /var/log/sysstat [Pipeline] sh 12:56:16 + ls /var/log/sa-host 12:56:16 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:56:16 provisioning config files... 12:56:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17516307842286967533tmp [Pipeline] { [Pipeline] echo 12:56:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:56:16 ---> create-netrc.sh [Pipeline] } 12:56:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:56:17 ---> python-tools-install.sh [Pipeline] echo 12:56:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:56:17 ---> sudo-logs.sh 12:56:17 Archiving 'sudo' log.. 12:56:17 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:56:17 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 12:56:17 $ docker stop --time=1 2b51868b3a0b7cc60e604ca7aff6b07e45ef72167c459f3a0fafa4546a2a64fd 12:56:19 $ docker rm -f --volumes 2b51868b3a0b7cc60e604ca7aff6b07e45ef72167c459f3a0fafa4546a2a64fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 12:56:19 [WS-CLEANUP] Deleting project workspace... 12:56:19 [WS-CLEANUP] Deferred wipeout is used... 12:56:19 [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] } 13:06:51 #123 ... 13:06:51 13:06:51 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 13:06:51 #154 DONE 1328.1s 13:06:51 13:06:51 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:06:51 #150 ... 13:06:51 13:06:51 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:06:51 #155 DONE 0.1s 13:06:51 13:06:51 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 13:06:51 #147 ... 13:06:51 13:06:51 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:06:51 #156 DONE 0.2s 13:06:51 13:06:51 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 13:06:51 #157 DONE 0.3s 13:06:51 13:06:51 #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 13:06:51 #158 DONE 0.2s 13:06:51 13:06:51 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 13:06:51 #159 DONE 0.1s 13:06:51 13:06:51 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:06:51 #160 DONE 2.2s 13:06:51 13:06:51 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:06:51 #123 ... 13:06:51 13:06:51 #108 [core-common-config-bootstrapper] exporting to image 13:06:51 #108 exporting layers 13:06:51 #108 exporting layers 0.5s done 13:06:51 #108 writing image sha256:be756ed4628a91c2e7fc7cbf273fc34c2fe53f3617293d6a216bb3eef45f462c 0.1s done 13:06:51 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 13:06:51 #108 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 13:06:51 #108 DONE 8.9s 13:06:51 13:06:51 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:07:02 #145 ... 13:07:02 13:07:02 #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 13:07:02 #147 DONE 1350.0s 13:07:02 13:07:02 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:07:02 #123 ... 13:07:02 13:07:02 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 13:07:02 #161 DONE 0.2s 13:07:02 13:07:02 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 13:07:06 #162 DONE 2.7s 13:07:06 13:07:06 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 13:07:06 #163 DONE 0.2s 13:07:06 13:07:06 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 13:07:06 #164 DONE 0.3s 13:07:06 13:07:06 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:07:06 #165 DONE 0.3s 13:07:06 13:07:06 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 13:07:06 #166 DONE 0.3s 13:07:06 13:07:06 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:07:06 #123 ... 13:07:06 13:07:06 #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/ 13:07:06 #167 DONE 0.2s 13:07:06 13:07:06 #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/ 13:07:06 #168 DONE 0.1s 13:07:06 13:07:06 #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/ 13:07:07 #169 DONE 0.1s 13:07:07 13:07:07 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:07:07 #170 DONE 0.2s 13:07:07 13:07:07 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 13:07:09 #171 DONE 1.9s 13:07:09 13:07:09 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:07:09 #145 ... 13:07:09 13:07:09 #108 [security-bootstrapper] exporting to image 13:07:09 #108 exporting layers 13:07:10 #108 exporting layers 0.9s done 13:07:10 #108 writing image sha256:78587a4e7f72dab123341dff4de5fda7b689e0f4729ff45cc949da711b447a6b done 13:07:10 #108 naming to docker.io/library/security-bootstrapper-arm64 done 13:07:10 #108 DONE 9.9s 13:07:10 13:07:10 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 13:23:19 #146 ... 13:23:19 13:23:19 #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 13:23:19 #151 DONE 2313.6s 13:23:19 13:23:19 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:23:19 #123 ... 13:23:19 13:23:19 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 13:23:19 #172 DONE 0.1s 13:23:19 13:23:19 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 13:23:19 #146 ... 13:23:19 13:23:19 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 13:23:19 #173 DONE 0.1s 13:23:19 13:23:19 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:23:19 #174 DONE 0.5s 13:23:19 13:23:19 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 13:23:19 #175 DONE 0.1s 13:23:19 13:23:19 #108 [core-command] exporting to image 13:23:19 #108 exporting layers 13:23:19 #108 exporting layers 0.6s done 13:23:19 #108 writing image sha256:e177b6cb01b7e7b693b621a8b885a1e5a991951386d3dae0d47ec5f775fa7efe done 13:23:19 #108 naming to docker.io/library/core-command-arm64 0.0s done 13:23:19 #108 DONE 10.5s 13:23:19 13:23:19 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:23:33 #123 ... 13:23:33 13:23:33 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:23:33 #149 2338.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.73 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:23:33 #149 ... 13:23:33 13:23:33 #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 13:23:33 #146 DONE 2341.3s 13:23:33 13:23:33 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:23:34 #41 ... 13:23:34 13:23:34 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 13:23:34 #176 DONE 0.3s 13:23:34 13:23:34 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 13:23:34 #177 DONE 0.1s 13:23:34 13:23:34 #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 13:23:34 #178 DONE 0.1s 13:23:34 13:23:34 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:23:34 #41 ... 13:23:34 13:23:34 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 13:23:34 #179 DONE 0.1s 13:23:34 13:23:34 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:23:35 #180 DONE 0.4s 13:23:35 13:23:35 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 13:23:35 #181 DONE 0.1s 13:23:35 13:23:35 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:23:35 #145 ... 13:23:35 13:23:35 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:23:37 #182 DONE 1.9s 13:23:37 13:23:37 #108 [security-proxy-setup] exporting to image 13:23:37 #108 exporting layers 13:23:38 #108 exporting layers 1.0s done 13:23:38 #108 writing image sha256:751068aa41b22b6ad30bc61a70e8f794686f6b2a248df0be29603db2de7034be done 13:23:38 #108 naming to docker.io/library/security-proxy-setup-arm64 done 13:23:38 #108 DONE 11.5s 13:23:38 13:23:38 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:24:04 #123 ... 13:24:04 13:24:04 #149 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:24:04 #149 DONE 2371.7s 13:24:04 13:24:04 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 13:24:04 #148 ... 13:24:04 13:24:04 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 13:24:04 #183 DONE 0.3s 13:24:04 13:24:04 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:24:04 #144 ... 13:24:04 13:24:04 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 13:24:04 #184 DONE 0.1s 13:24:04 13:24:04 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:24:04 #150 ... 13:24:04 13:24:04 #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 13:24:04 #185 DONE 0.1s 13:24:04 13:24:04 #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 13:24:05 #186 DONE 0.1s 13:24:05 13:24:05 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 13:24:05 #187 DONE 0.2s 13:24:05 13:24:05 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:24:05 #188 DONE 0.4s 13:24:05 13:24:05 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:24:06 #189 DONE 0.4s 13:24:06 13:24:06 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:24:06 #41 ... 13:24:06 13:24:06 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:24:06 #190 DONE 0.1s 13:24:06 13:24:06 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:24:08 #191 DONE 1.9s 13:24:08 13:24:08 #108 [security-secretstore-setup] exporting to image 13:24:08 #108 exporting layers 13:24:10 #108 exporting layers 1.6s done 13:24:10 #108 writing image sha256:2889c1454ae51477a30850a8859e8e47d2942294bca992b90dfda4bd6251cfe7 done 13:24:10 #108 naming to docker.io/library/security-secretstore-setup-arm64 done 13:24:10 #108 DONE 13.1s 13:24:10 13:24:10 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:25:06 #150 ... 13:25:06 13:25:06 #144 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 13:25:06 #144 DONE 2428.0s 13:25:06 13:25:06 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:06 #123 ... 13:25:06 13:25:06 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:25:06 #192 DONE 0.3s 13:25:06 13:25:06 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:25:06 #193 DONE 0.2s 13:25:06 13:25:06 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:25:06 #145 ... 13:25:06 13:25:06 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 13:25:06 #194 DONE 0.7s 13:25:06 13:25:06 #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 13:25:06 #195 DONE 0.1s 13:25:06 13:25:06 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:25:06 #145 ... 13:25:06 13:25:06 #108 [security-spiffe-token-provider] exporting to image 13:25:06 #108 exporting layers 13:25:06 #108 exporting layers 0.6s done 13:25:06 #108 writing image sha256:d62a7f1d1acd254d08f9dcc9cc16a1e87acc5f6837adc2fc04a33659f7f15102 done 13:25:06 #108 naming to docker.io/library/security-spiffe-token-provider-arm64 done 13:25:06 #108 DONE 13.7s 13:25:06 13:25:06 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:45 #123 ... 13:25:45 13:25:45 #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 13:25:45 #148 DONE 2471.0s 13:25:45 13:25:45 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:45 #123 ... 13:25:45 13:25:45 #196 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 13:25:45 #196 DONE 0.2s 13:25:45 13:25:45 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:25:45 #41 ... 13:25:45 13:25:45 #197 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 13:25:45 #197 DONE 0.8s 13:25:45 13:25:45 #198 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 13:25:45 #198 DONE 0.2s 13:25:45 13:25:45 #108 [core-keeper] exporting to image 13:25:45 #108 exporting layers 13:25:45 #108 exporting layers 0.7s done 13:25:45 #108 writing image sha256:4a418cca8c92ae026b1d7c9a41b65f1609844e0c2dad4b4b21ea644939130691 done 13:25:45 #108 naming to docker.io/library/core-keeper-arm64 0.0s done 13:25:45 #108 DONE 14.5s 13:25:45 13:25:45 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:46 #123 ... 13:25:46 13:25:46 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 13:25:46 #150 DONE 2474.8s 13:25:46 13:25:46 #35 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 13:25:47 #35 ... 13:25:47 13:25:47 #199 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:25:47 #199 DONE 0.1s 13:25:47 13:25:47 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:47 #123 ... 13:25:47 13:25:47 #200 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:25:47 #200 DONE 0.1s 13:25:48 13:25:48 #201 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 13:25:48 #201 DONE 0.6s 13:25:48 13:25:48 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:25:48 #41 ... 13:25:48 13:25:48 #202 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 13:25:48 #202 DONE 0.2s 13:25:48 13:25:48 #203 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 13:25:48 #203 DONE 0.2s 13:25:48 13:25:48 #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:25:50 #204 DONE 1.7s 13:25:50 13:25:50 #108 [security-proxy-auth] exporting to image 13:25:50 #108 exporting layers 13:25:51 #108 ... 13:25:51 13:25:51 #153 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 13:25:51 #153 DONE 2479.7s 13:25:51 13:25:51 #108 [security-proxy-auth] exporting to image 13:25:51 #108 exporting layers 1.2s done 13:25:51 #108 writing image sha256:dbf81f8efecfc582cd15c8cd2ffb1e06953e558baeae6665d355c3383f07e3c7 13:25:51 #108 writing image sha256:dbf81f8efecfc582cd15c8cd2ffb1e06953e558baeae6665d355c3383f07e3c7 0.0s done 13:25:51 #108 naming to docker.io/library/security-proxy-auth-arm64 0.0s done 13:25:51 #108 DONE 15.7s 13:25:51 13:25:51 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:25:52 #145 ... 13:25:52 13:25:52 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:25:52 #205 DONE 0.3s 13:25:52 13:25:52 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:25:52 #206 DONE 0.3s 13:25:52 13:25:52 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:25:53 #207 DONE 0.5s 13:25:53 13:25:53 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:53 #123 ... 13:25:53 13:25:53 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 13:25:53 #208 DONE 0.1s 13:25:53 13:25:53 #108 [core-data] exporting to image 13:25:54 #108 exporting layers 0.6s done 13:25:54 #108 writing image sha256:83f3ed62981e5aa5966da0f09f2993220aa79f7ed5f817e9db6e384c60cab805 done 13:25:54 #108 naming to docker.io/library/core-data-arm64 done 13:25:54 #108 DONE 16.4s 13:25:54 13:25:54 #123 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 13:25:54 #123 DONE 2482.5s 13:25:54 13:25:54 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:25:54 #152 ... 13:25:54 13:25:54 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 13:25:54 #209 DONE 0.1s 13:25:54 13:25:54 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 13:25:55 #210 DONE 0.2s 13:25:55 13:25:55 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:25:55 #145 ... 13:25:55 13:25:55 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:25:55 #211 DONE 0.5s 13:25:55 13:25:55 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 13:25:55 #212 DONE 0.2s 13:25:55 13:25:55 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 13:25:55 #213 DONE 0.1s 13:25:55 13:25:55 #108 [core-metadata] exporting to image 13:25:56 #108 exporting layers 0.5s done 13:25:56 #108 writing image sha256:bc4067a1d5502dc0a244113d6c5507d5c0f96b6cdaa63b3824e86c23f399e9b3 done 13:25:56 #108 naming to docker.io/library/core-metadata-arm64 done 13:25:56 #108 DONE 16.9s 13:25:56 13:25:56 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:26:28 #41 ... 13:26:28 13:26:28 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 13:26:28 #145 DONE 2511.8s 13:26:28 13:26:28 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:26:28 #152 ... 13:26:28 13:26:28 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:26:28 #214 DONE 0.1s 13:26:28 13:26:28 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:26:28 #215 DONE 0.1s 13:26:28 13:26:28 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:26:28 #216 DONE 0.5s 13:26:28 13:26:28 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 13:26:28 #217 DONE 0.1s 13:26:28 13:26:28 #108 [support-scheduler] exporting to image 13:26:28 #108 exporting layers 13:26:28 #108 exporting layers 1.1s done 13:26:28 #108 writing image sha256:d1264d7de2fbbc7d4f0ad70f078238179055f3c6718272594c43bd1e0be7f4e2 done 13:26:28 #108 naming to docker.io/library/support-scheduler-arm64 done 13:26:28 #108 DONE 18.0s 13:26:28 13:26:28 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:26:30 #41 ... 13:26:30 13:26:30 #152 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 13:26:30 #152 DONE 2518.1s 13:26:30 13:26:30 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:26:30 #41 ... 13:26:30 13:26:30 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 13:26:30 #218 DONE 0.1s 13:26:30 13:26:30 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 13:26:30 #219 DONE 0.1s 13:26:30 13:26:30 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:26:30 #41 ... 13:26:30 13:26:30 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:26:31 #220 DONE 0.3s 13:26:31 13:26:31 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 13:26:31 #221 DONE 0.1s 13:26:31 13:26:31 #108 [support-notifications] exporting to image 13:26:31 #108 exporting layers 13:26:31 #108 exporting layers 0.6s done 13:26:31 #108 writing image sha256:cb3b83047fcef5f45caaaeb36b893b03363dc4cc8a7eebe3a40d2ef455cacc8e done 13:26:31 #108 naming to docker.io/library/support-notifications-arm64 done 13:26:31 #108 DONE 18.6s 13:26:31 13:26:31 #41 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 13:26:31 time="2025-10-31T12:41:30Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 13:26:31 $ docker stop --time=1 ccac3607a34d3af7052258005facde1975c80564c20587feb82b98aed074de68 13:26:33 $ docker rm -f --volumes ccac3607a34d3af7052258005facde1975c80564c20587feb82b98aed074de68 [Pipeline] // withDockerContainer [Pipeline] sh 13:26:33 + docker images 13:26:33 REPOSITORY TAG IMAGE ID CREATED SIZE 13:26:33 support-notifications-arm64 latest cb3b83047fce 3 seconds ago 53.4MB 13:26:33 support-scheduler-arm64 latest d1264d7de2fb 9 seconds ago 49.5MB 13:26:33 core-metadata-arm64 latest bc4067a1d550 38 seconds ago 45.7MB 13:26:33 core-data-arm64 latest 83f3ed62981e 40 seconds ago 45.6MB 13:26:33 security-proxy-auth-arm64 latest dbf81f8efecf 43 seconds ago 44.8MB 13:26:33 core-keeper-arm64 latest 4a418cca8c92 49 seconds ago 45.4MB 13:26:33 security-spiffe-token-provider-arm64 latest d62a7f1d1acd About a minute ago 49.2MB 13:26:33 security-secretstore-setup-arm64 latest 2889c1454ae5 2 minutes ago 81.7MB 13:26:33 security-proxy-setup-arm64 latest 751068aa41b2 2 minutes ago 51.1MB 13:26:33 core-command-arm64 latest e177b6cb01b7 3 minutes ago 40.2MB 13:26:33 security-bootstrapper-arm64 latest 78587a4e7f72 19 minutes ago 21.2MB 13:26:33 core-common-config-bootstrapper-arm64 latest be756ed4628a 19 minutes ago 20.1MB 13:26:33 security-spire-config-arm64 latest 75c28083742b 43 minutes ago 143MB 13:26:33 security-spire-agent-arm64 latest f6dbe15307c1 43 minutes ago 187MB 13:26:33 security-spire-server-arm64 latest 2b26249a8cfa 43 minutes ago 143MB 13:26:33 ci-base-image-arm64 latest c7a698245d4e 45 minutes ago 927MB 13:26:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.25-alpine 334268110677 2 weeks ago 564MB 13:26:33 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 13:26:34 provisioning config files... 13:26:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/921@tmp/config14048437983413726694tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:26:34 ---> ****-login.sh 13:26:34 nexus3.edgexfoundry.org:10001 13:26:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:26:34 Configure a credential helper to remove this warning. See 13:26:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:26:34 13:26:34 Login Succeeded 13:26:34 nexus3.edgexfoundry.org:10002 13:26:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:26:34 Configure a credential helper to remove this warning. See 13:26:34 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:26:34 13:26:34 Login Succeeded 13:26:34 nexus3.edgexfoundry.org:10003 13:26:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:26:35 Configure a credential helper to remove this warning. See 13:26:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:26:35 13:26:35 Login Succeeded 13:26:35 nexus3.edgexfoundry.org:10004 13:26:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:26:35 Configure a credential helper to remove this warning. See 13:26:35 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:26:35 13:26:35 Login Succeeded 13:26:35 ****.io 13:26:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:26:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:26:36 Configure a credential helper to remove this warning. See 13:26:36 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:26:36 13:26:36 Login Succeeded 13:26:36 ---> ****-login.sh ends [Pipeline] } 13:26:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:26:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:26:36 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 13:26:36 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:36 latest 13:26:36 4.1.0-dev.73 13:26:36 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:36 main 13:26:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:36 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:37 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:26:37 0d9ac5807db9: Preparing 13:26:37 4f210d23e685: Preparing 13:26:37 0b7c914b33f8: Preparing 13:26:37 9570127fd69c: Preparing 13:26:37 71c0f4334b54: Preparing 13:26:37 03c9da21a72b: Preparing 13:26:37 0e64f2360a44: Preparing 13:26:37 03c9da21a72b: Waiting 13:26:37 9570127fd69c: Pushed 13:26:37 71c0f4334b54: Pushed 13:26:37 0d9ac5807db9: Pushed 13:26:37 0b7c914b33f8: Pushed 13:26:37 0e64f2360a44: Layer already exists 13:26:37 03c9da21a72b: Pushed 13:26:44 4f210d23e685: Pushed 13:26:44 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 13:26:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:26:44 0d9ac5807db9: Preparing 13:26:44 4f210d23e685: Preparing 13:26:44 0b7c914b33f8: Preparing 13:26:44 9570127fd69c: Preparing 13:26:44 71c0f4334b54: Preparing 13:26:44 03c9da21a72b: Preparing 13:26:44 0e64f2360a44: Preparing 13:26:44 03c9da21a72b: Waiting 13:26:44 0e64f2360a44: Waiting 13:26:44 4f210d23e685: Layer already exists 13:26:44 71c0f4334b54: Layer already exists 13:26:44 9570127fd69c: Layer already exists 13:26:44 0b7c914b33f8: Layer already exists 13:26:44 0d9ac5807db9: Layer already exists 13:26:44 03c9da21a72b: Layer already exists 13:26:44 0e64f2360a44: Layer already exists 13:26:45 latest: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:45 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:45 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 13:26:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:26:45 0d9ac5807db9: Preparing 13:26:45 4f210d23e685: Preparing 13:26:45 0b7c914b33f8: Preparing 13:26:45 9570127fd69c: Preparing 13:26:45 71c0f4334b54: Preparing 13:26:45 03c9da21a72b: Preparing 13:26:45 0e64f2360a44: Preparing 13:26:45 0e64f2360a44: Waiting 13:26:45 03c9da21a72b: Waiting 13:26:45 71c0f4334b54: Layer already exists 13:26:45 4f210d23e685: Layer already exists 13:26:45 0d9ac5807db9: Layer already exists 13:26:45 0b7c914b33f8: Layer already exists 13:26:45 9570127fd69c: Layer already exists 13:26:45 0e64f2360a44: Layer already exists 13:26:45 03c9da21a72b: Layer already exists 13:26:46 4.1.0-dev.73: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:26:46 0d9ac5807db9: Preparing 13:26:46 4f210d23e685: Preparing 13:26:46 0b7c914b33f8: Preparing 13:26:46 9570127fd69c: Preparing 13:26:46 71c0f4334b54: Preparing 13:26:46 03c9da21a72b: Preparing 13:26:46 0e64f2360a44: Preparing 13:26:46 03c9da21a72b: Waiting 13:26:46 0e64f2360a44: Waiting 13:26:46 0d9ac5807db9: Layer already exists 13:26:46 4f210d23e685: Layer already exists 13:26:46 71c0f4334b54: Layer already exists 13:26:46 9570127fd69c: Layer already exists 13:26:46 0b7c914b33f8: Layer already exists 13:26:46 0e64f2360a44: Layer already exists 13:26:46 03c9da21a72b: Layer already exists 13:26:47 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:47 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 13:26:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 13:26:47 0d9ac5807db9: Preparing 13:26:47 4f210d23e685: Preparing 13:26:47 0b7c914b33f8: Preparing 13:26:47 9570127fd69c: Preparing 13:26:47 71c0f4334b54: Preparing 13:26:47 03c9da21a72b: Preparing 13:26:47 0e64f2360a44: Preparing 13:26:47 03c9da21a72b: Waiting 13:26:47 0e64f2360a44: Waiting 13:26:47 4f210d23e685: Layer already exists 13:26:47 71c0f4334b54: Layer already exists 13:26:47 0d9ac5807db9: Layer already exists 13:26:47 9570127fd69c: Layer already exists 13:26:47 0b7c914b33f8: Layer already exists 13:26:47 0e64f2360a44: Layer already exists 13:26:47 03c9da21a72b: Layer already exists 13:26:48 main: digest: sha256:a1f926fcafb53366cc8e3572a1bfb12d9ff8515fa6c8d23daf69a5977f4bb08b size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:26:48 ===================================================== [Pipeline] echo 13:26:48 taggedImages: 13:26:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 13:26:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 13:26:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:48 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 13:26:48 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 13:26:48 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:48 latest 13:26:48 4.1.0-dev.73 13:26:48 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:48 main 13:26:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:48 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:26:48 ebc8eebc2f25: Preparing 13:26:48 db202c2cf645: Preparing 13:26:48 a1920a51572d: Preparing 13:26:48 5e5259072307: Preparing 13:26:48 0b7c914b33f8: Preparing 13:26:48 9570127fd69c: Preparing 13:26:48 71c0f4334b54: Preparing 13:26:48 03c9da21a72b: Preparing 13:26:48 0e64f2360a44: Preparing 13:26:48 9570127fd69c: Waiting 13:26:48 71c0f4334b54: Waiting 13:26:48 03c9da21a72b: Waiting 13:26:48 0e64f2360a44: Waiting 13:26:48 0b7c914b33f8: Layer already exists 13:26:48 9570127fd69c: Layer already exists 13:26:49 71c0f4334b54: Layer already exists 13:26:49 db202c2cf645: Pushed 13:26:49 a1920a51572d: Pushed 13:26:49 03c9da21a72b: Layer already exists 13:26:49 0e64f2360a44: Layer already exists 13:26:49 ebc8eebc2f25: Pushed 13:26:51 5e5259072307: Pushed 13:26:51 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:52 + 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 13:26:52 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 13:26:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:26:52 ebc8eebc2f25: Preparing 13:26:52 db202c2cf645: Preparing 13:26:52 a1920a51572d: Preparing 13:26:52 5e5259072307: Preparing 13:26:52 0b7c914b33f8: Preparing 13:26:52 9570127fd69c: Preparing 13:26:52 71c0f4334b54: Preparing 13:26:52 03c9da21a72b: Preparing 13:26:52 0e64f2360a44: Preparing 13:26:52 9570127fd69c: Waiting 13:26:52 71c0f4334b54: Waiting 13:26:52 03c9da21a72b: Waiting 13:26:52 0e64f2360a44: Waiting 13:26:52 db202c2cf645: Layer already exists 13:26:52 0b7c914b33f8: Layer already exists 13:26:52 5e5259072307: Layer already exists 13:26:52 a1920a51572d: Layer already exists 13:26:52 ebc8eebc2f25: Layer already exists 13:26:52 9570127fd69c: Layer already exists 13:26:52 03c9da21a72b: Layer already exists 13:26:52 0e64f2360a44: Layer already exists 13:26:52 71c0f4334b54: Layer already exists 13:26:53 latest: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:53 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:53 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 13:26:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:26:53 ebc8eebc2f25: Preparing 13:26:53 db202c2cf645: Preparing 13:26:53 a1920a51572d: Preparing 13:26:53 5e5259072307: Preparing 13:26:53 0b7c914b33f8: Preparing 13:26:53 9570127fd69c: Preparing 13:26:53 71c0f4334b54: Preparing 13:26:53 03c9da21a72b: Preparing 13:26:53 0e64f2360a44: Preparing 13:26:53 9570127fd69c: Waiting 13:26:53 71c0f4334b54: Waiting 13:26:53 03c9da21a72b: Waiting 13:26:53 0e64f2360a44: Waiting 13:26:53 db202c2cf645: Layer already exists 13:26:53 0b7c914b33f8: Layer already exists 13:26:53 ebc8eebc2f25: Layer already exists 13:26:53 a1920a51572d: Layer already exists 13:26:53 5e5259072307: Layer already exists 13:26:53 03c9da21a72b: Layer already exists 13:26:53 71c0f4334b54: Layer already exists 13:26:53 9570127fd69c: Layer already exists 13:26:53 0e64f2360a44: Layer already exists 13:26:53 4.1.0-dev.73: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:54 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:26:54 ebc8eebc2f25: Preparing 13:26:54 db202c2cf645: Preparing 13:26:54 a1920a51572d: Preparing 13:26:54 5e5259072307: Preparing 13:26:54 0b7c914b33f8: Preparing 13:26:54 9570127fd69c: Preparing 13:26:54 71c0f4334b54: Preparing 13:26:54 03c9da21a72b: Preparing 13:26:54 0e64f2360a44: Preparing 13:26:54 71c0f4334b54: Waiting 13:26:54 03c9da21a72b: Waiting 13:26:54 0e64f2360a44: Waiting 13:26:54 9570127fd69c: Waiting 13:26:54 db202c2cf645: Layer already exists 13:26:54 0b7c914b33f8: Layer already exists 13:26:54 ebc8eebc2f25: Layer already exists 13:26:54 a1920a51572d: Layer already exists 13:26:54 5e5259072307: Layer already exists 13:26:54 03c9da21a72b: Layer already exists 13:26:54 9570127fd69c: Layer already exists 13:26:54 0e64f2360a44: Layer already exists 13:26:54 71c0f4334b54: Layer already exists 13:26:55 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:55 + 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 13:26:55 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 13:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 13:26:55 ebc8eebc2f25: Preparing 13:26:55 db202c2cf645: Preparing 13:26:55 a1920a51572d: Preparing 13:26:55 5e5259072307: Preparing 13:26:55 0b7c914b33f8: Preparing 13:26:55 9570127fd69c: Preparing 13:26:55 71c0f4334b54: Preparing 13:26:55 03c9da21a72b: Preparing 13:26:55 0e64f2360a44: Preparing 13:26:55 71c0f4334b54: Waiting 13:26:55 03c9da21a72b: Waiting 13:26:55 0e64f2360a44: Waiting 13:26:55 9570127fd69c: Waiting 13:26:55 db202c2cf645: Layer already exists 13:26:55 5e5259072307: Layer already exists 13:26:55 0b7c914b33f8: Layer already exists 13:26:55 ebc8eebc2f25: Layer already exists 13:26:55 a1920a51572d: Layer already exists 13:26:55 9570127fd69c: Layer already exists 13:26:55 71c0f4334b54: Layer already exists 13:26:55 03c9da21a72b: Layer already exists 13:26:55 0e64f2360a44: Layer already exists 13:26:56 main: digest: sha256:eeb481e36f378a24d1a4592dc41226037e231354861d8cfe54d2208ab0021298 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:26:56 ===================================================== [Pipeline] echo 13:26:56 taggedImages: 13:26:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 13:26:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 13:26:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 13:26:56 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 13:26:56 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:56 latest 13:26:56 4.1.0-dev.73 13:26:56 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:26:56 main 13:26:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:26:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:26:56 36aed3db2ec9: Preparing 13:26:56 15bccc7f5224: Preparing 13:26:56 0b7c914b33f8: Preparing 13:26:56 9570127fd69c: Preparing 13:26:56 a4c1465497ce: Preparing 13:26:56 3899e4a8fe54: Preparing 13:26:56 0e64f2360a44: Preparing 13:26:56 3899e4a8fe54: Waiting 13:26:56 0e64f2360a44: Waiting 13:26:56 9570127fd69c: Layer already exists 13:26:57 0b7c914b33f8: Layer already exists 13:26:57 0e64f2360a44: Layer already exists 13:26:57 a4c1465497ce: Pushed 13:26:57 36aed3db2ec9: Pushed 13:26:57 3899e4a8fe54: Pushed 13:27:05 15bccc7f5224: Pushed 13:27:05 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 13:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:27:06 36aed3db2ec9: Preparing 13:27:06 15bccc7f5224: Preparing 13:27:06 0b7c914b33f8: Preparing 13:27:06 9570127fd69c: Preparing 13:27:06 a4c1465497ce: Preparing 13:27:06 3899e4a8fe54: Preparing 13:27:06 0e64f2360a44: Preparing 13:27:06 3899e4a8fe54: Waiting 13:27:06 0e64f2360a44: Waiting 13:27:06 0b7c914b33f8: Layer already exists 13:27:06 a4c1465497ce: Layer already exists 13:27:06 36aed3db2ec9: Layer already exists 13:27:06 15bccc7f5224: Layer already exists 13:27:06 9570127fd69c: Layer already exists 13:27:06 0e64f2360a44: Layer already exists 13:27:06 3899e4a8fe54: Layer already exists 13:27:06 latest: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 13:27:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:27:06 36aed3db2ec9: Preparing 13:27:06 15bccc7f5224: Preparing 13:27:06 0b7c914b33f8: Preparing 13:27:06 9570127fd69c: Preparing 13:27:06 a4c1465497ce: Preparing 13:27:06 3899e4a8fe54: Preparing 13:27:06 0e64f2360a44: Preparing 13:27:06 3899e4a8fe54: Waiting 13:27:06 0e64f2360a44: Waiting 13:27:06 9570127fd69c: Layer already exists 13:27:06 a4c1465497ce: Layer already exists 13:27:06 15bccc7f5224: Layer already exists 13:27:06 0b7c914b33f8: Layer already exists 13:27:06 36aed3db2ec9: Layer already exists 13:27:06 3899e4a8fe54: Layer already exists 13:27:06 0e64f2360a44: Layer already exists 13:27:07 4.1.0-dev.73: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:27:07 36aed3db2ec9: Preparing 13:27:07 15bccc7f5224: Preparing 13:27:07 0b7c914b33f8: Preparing 13:27:07 9570127fd69c: Preparing 13:27:07 a4c1465497ce: Preparing 13:27:07 3899e4a8fe54: Preparing 13:27:07 0e64f2360a44: Preparing 13:27:07 3899e4a8fe54: Waiting 13:27:07 0e64f2360a44: Waiting 13:27:07 36aed3db2ec9: Layer already exists 13:27:07 a4c1465497ce: Layer already exists 13:27:07 15bccc7f5224: Layer already exists 13:27:07 0b7c914b33f8: Layer already exists 13:27:07 9570127fd69c: Layer already exists 13:27:07 3899e4a8fe54: Layer already exists 13:27:07 0e64f2360a44: Layer already exists 13:27:08 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 13:27:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 13:27:08 36aed3db2ec9: Preparing 13:27:08 15bccc7f5224: Preparing 13:27:08 0b7c914b33f8: Preparing 13:27:08 9570127fd69c: Preparing 13:27:08 a4c1465497ce: Preparing 13:27:08 3899e4a8fe54: Preparing 13:27:08 0e64f2360a44: Preparing 13:27:08 3899e4a8fe54: Waiting 13:27:08 0e64f2360a44: Waiting 13:27:08 0b7c914b33f8: Layer already exists 13:27:08 a4c1465497ce: Layer already exists 13:27:08 15bccc7f5224: Layer already exists 13:27:08 9570127fd69c: Layer already exists 13:27:08 36aed3db2ec9: Layer already exists 13:27:08 3899e4a8fe54: Layer already exists 13:27:08 0e64f2360a44: Layer already exists 13:27:08 main: digest: sha256:d5a8dcbfbdf1481c26d7e4b69d8a3310d035f3d87fd5f680be98229e6aa25d15 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:27:09 ===================================================== [Pipeline] echo 13:27:09 taggedImages: 13:27:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 13:27:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 13:27:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:09 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 13:27:09 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 13:27:09 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:09 latest 13:27:09 4.1.0-dev.73 13:27:09 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:09 main 13:27:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:09 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:09 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:27:09 9abd44e538e8: Preparing 13:27:09 04009d764e77: Preparing 13:27:09 9570127fd69c: Preparing 13:27:09 1baf6bdbc421: Preparing 13:27:09 4a18e0484b69: Preparing 13:27:09 0e64f2360a44: Preparing 13:27:09 0e64f2360a44: Waiting 13:27:09 9570127fd69c: Layer already exists 13:27:10 0e64f2360a44: Layer already exists 13:27:10 4a18e0484b69: Pushed 13:27:10 1baf6bdbc421: Pushed 13:27:10 9abd44e538e8: Pushed 13:27:18 04009d764e77: Pushed 13:27:18 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:18 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:18 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 13:27:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:27:18 9abd44e538e8: Preparing 13:27:18 04009d764e77: Preparing 13:27:18 9570127fd69c: Preparing 13:27:18 1baf6bdbc421: Preparing 13:27:18 4a18e0484b69: Preparing 13:27:18 0e64f2360a44: Preparing 13:27:18 0e64f2360a44: Waiting 13:27:18 1baf6bdbc421: Layer already exists 13:27:18 4a18e0484b69: Layer already exists 13:27:18 9abd44e538e8: Layer already exists 13:27:18 9570127fd69c: Layer already exists 13:27:18 04009d764e77: Layer already exists 13:27:18 0e64f2360a44: Layer already exists 13:27:19 latest: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:19 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:19 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 13:27:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:27:19 9abd44e538e8: Preparing 13:27:19 04009d764e77: Preparing 13:27:19 9570127fd69c: Preparing 13:27:19 1baf6bdbc421: Preparing 13:27:19 4a18e0484b69: Preparing 13:27:19 0e64f2360a44: Preparing 13:27:19 0e64f2360a44: Waiting 13:27:19 04009d764e77: Layer already exists 13:27:19 1baf6bdbc421: Layer already exists 13:27:19 9570127fd69c: Layer already exists 13:27:19 4a18e0484b69: Layer already exists 13:27:19 9abd44e538e8: Layer already exists 13:27:19 0e64f2360a44: Layer already exists 13:27:20 4.1.0-dev.73: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:20 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:20 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:27:20 9abd44e538e8: Preparing 13:27:20 04009d764e77: Preparing 13:27:20 9570127fd69c: Preparing 13:27:20 1baf6bdbc421: Preparing 13:27:20 4a18e0484b69: Preparing 13:27:20 0e64f2360a44: Preparing 13:27:20 0e64f2360a44: Waiting 13:27:20 04009d764e77: Layer already exists 13:27:20 1baf6bdbc421: Layer already exists 13:27:20 4a18e0484b69: Layer already exists 13:27:20 9570127fd69c: Layer already exists 13:27:20 9abd44e538e8: Layer already exists 13:27:20 0e64f2360a44: Layer already exists 13:27:20 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:21 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:21 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 13:27:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 13:27:21 9abd44e538e8: Preparing 13:27:21 04009d764e77: Preparing 13:27:21 9570127fd69c: Preparing 13:27:21 1baf6bdbc421: Preparing 13:27:21 4a18e0484b69: Preparing 13:27:21 0e64f2360a44: Preparing 13:27:21 0e64f2360a44: Waiting 13:27:21 9abd44e538e8: Layer already exists 13:27:21 04009d764e77: Layer already exists 13:27:21 4a18e0484b69: Layer already exists 13:27:21 9570127fd69c: Layer already exists 13:27:21 1baf6bdbc421: Layer already exists 13:27:21 0e64f2360a44: Layer already exists 13:27:22 main: digest: sha256:827dfa0d8e8f7cd6de32b3976f0b1dbd316b9537a26ae3c2532ede64f9093a16 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:27:22 ===================================================== [Pipeline] echo 13:27:22 taggedImages: 13:27:22 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:22 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 13:27:22 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 13:27:22 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:22 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 13:27:22 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 13:27:22 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:22 latest 13:27:22 4.1.0-dev.73 13:27:22 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:22 main 13:27:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:22 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:23 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:27:23 e0b43e76e193: Preparing 13:27:23 2ad60f7d9267: Preparing 13:27:23 6d513ab3cabb: Preparing 13:27:23 0b7c914b33f8: Preparing 13:27:23 9570127fd69c: Preparing 13:27:23 71c0f4334b54: Preparing 13:27:23 03c9da21a72b: Preparing 13:27:23 0e64f2360a44: Preparing 13:27:23 71c0f4334b54: Waiting 13:27:23 03c9da21a72b: Waiting 13:27:23 0e64f2360a44: Waiting 13:27:23 0b7c914b33f8: Layer already exists 13:27:23 9570127fd69c: Layer already exists 13:27:23 71c0f4334b54: Layer already exists 13:27:23 03c9da21a72b: Layer already exists 13:27:23 2ad60f7d9267: Pushed 13:27:23 0e64f2360a44: Layer already exists 13:27:23 e0b43e76e193: Pushed 13:27:31 6d513ab3cabb: Pushed 13:27:31 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:31 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 13:27:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:27:32 e0b43e76e193: Preparing 13:27:32 2ad60f7d9267: Preparing 13:27:32 6d513ab3cabb: Preparing 13:27:32 0b7c914b33f8: Preparing 13:27:32 9570127fd69c: Preparing 13:27:32 71c0f4334b54: Preparing 13:27:32 03c9da21a72b: Preparing 13:27:32 0e64f2360a44: Preparing 13:27:32 71c0f4334b54: Waiting 13:27:32 03c9da21a72b: Waiting 13:27:32 0e64f2360a44: Waiting 13:27:32 9570127fd69c: Layer already exists 13:27:32 6d513ab3cabb: Layer already exists 13:27:32 2ad60f7d9267: Layer already exists 13:27:32 e0b43e76e193: Layer already exists 13:27:32 0b7c914b33f8: Layer already exists 13:27:32 71c0f4334b54: Layer already exists 13:27:32 03c9da21a72b: Layer already exists 13:27:32 0e64f2360a44: Layer already exists 13:27:32 latest: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:32 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 13:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:27:33 e0b43e76e193: Preparing 13:27:33 2ad60f7d9267: Preparing 13:27:33 6d513ab3cabb: Preparing 13:27:33 0b7c914b33f8: Preparing 13:27:33 9570127fd69c: Preparing 13:27:33 71c0f4334b54: Preparing 13:27:33 03c9da21a72b: Preparing 13:27:33 0e64f2360a44: Preparing 13:27:33 71c0f4334b54: Waiting 13:27:33 0e64f2360a44: Waiting 13:27:33 03c9da21a72b: Waiting 13:27:33 6d513ab3cabb: Layer already exists 13:27:33 2ad60f7d9267: Layer already exists 13:27:33 e0b43e76e193: Layer already exists 13:27:33 0b7c914b33f8: Layer already exists 13:27:33 9570127fd69c: Layer already exists 13:27:33 0e64f2360a44: Layer already exists 13:27:33 71c0f4334b54: Layer already exists 13:27:33 03c9da21a72b: Layer already exists 13:27:33 4.1.0-dev.73: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:33 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:27:33 e0b43e76e193: Preparing 13:27:33 2ad60f7d9267: Preparing 13:27:33 6d513ab3cabb: Preparing 13:27:33 0b7c914b33f8: Preparing 13:27:33 9570127fd69c: Preparing 13:27:33 71c0f4334b54: Preparing 13:27:33 03c9da21a72b: Preparing 13:27:33 71c0f4334b54: Waiting 13:27:33 0e64f2360a44: Preparing 13:27:33 03c9da21a72b: Waiting 13:27:33 0e64f2360a44: Waiting 13:27:33 6d513ab3cabb: Layer already exists 13:27:33 0b7c914b33f8: Layer already exists 13:27:33 2ad60f7d9267: Layer already exists 13:27:33 e0b43e76e193: Layer already exists 13:27:33 9570127fd69c: Layer already exists 13:27:33 71c0f4334b54: Layer already exists 13:27:33 0e64f2360a44: Layer already exists 13:27:33 03c9da21a72b: Layer already exists 13:27:33 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:34 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 13:27:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 13:27:34 e0b43e76e193: Preparing 13:27:34 2ad60f7d9267: Preparing 13:27:34 6d513ab3cabb: Preparing 13:27:34 0b7c914b33f8: Preparing 13:27:34 9570127fd69c: Preparing 13:27:34 71c0f4334b54: Preparing 13:27:34 03c9da21a72b: Preparing 13:27:34 0e64f2360a44: Preparing 13:27:34 03c9da21a72b: Waiting 13:27:34 0e64f2360a44: Waiting 13:27:34 71c0f4334b54: Waiting 13:27:34 2ad60f7d9267: Layer already exists 13:27:34 6d513ab3cabb: Layer already exists 13:27:34 e0b43e76e193: Layer already exists 13:27:34 0b7c914b33f8: Layer already exists 13:27:34 9570127fd69c: Layer already exists 13:27:34 0e64f2360a44: Layer already exists 13:27:34 03c9da21a72b: Layer already exists 13:27:34 71c0f4334b54: Layer already exists 13:27:34 main: digest: sha256:5ab5e2918fe7372467de436c20a03277070773044b277a8a04e110aac5177de0 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:27:35 ===================================================== [Pipeline] echo 13:27:35 taggedImages: 13:27:35 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:35 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 13:27:35 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 13:27:35 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:35 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 13:27:35 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 13:27:35 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:35 latest 13:27:35 4.1.0-dev.73 13:27:35 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:35 main 13:27:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:35 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:27:35 85b8ece7a55f: Preparing 13:27:35 97c0e46c3bad: Preparing 13:27:35 c35fb4e0cff8: Preparing 13:27:35 35581ee37023: Preparing 13:27:35 25c1f81e8bd8: Preparing 13:27:35 e877a3626d7c: Preparing 13:27:35 60fe72ffad95: Preparing 13:27:35 0b7c914b33f8: Preparing 13:27:35 9570127fd69c: Preparing 13:27:35 ceebe41cfd77: Preparing 13:27:35 6d8274f67dfc: Preparing 13:27:35 5f70bf18a086: Preparing 13:27:35 ebb0ebcd3c38: Preparing 13:27:35 6117df99799b: Preparing 13:27:35 735b09a2f765: Preparing 13:27:35 0e64f2360a44: Preparing 13:27:35 e877a3626d7c: Waiting 13:27:35 60fe72ffad95: Waiting 13:27:35 0b7c914b33f8: Waiting 13:27:35 9570127fd69c: Waiting 13:27:35 5f70bf18a086: Waiting 13:27:35 ebb0ebcd3c38: Waiting 13:27:35 ceebe41cfd77: Waiting 13:27:35 6d8274f67dfc: Waiting 13:27:35 6117df99799b: Waiting 13:27:35 735b09a2f765: Waiting 13:27:35 0e64f2360a44: Waiting 13:27:36 97c0e46c3bad: Pushed 13:27:36 c35fb4e0cff8: Pushed 13:27:36 35581ee37023: Pushed 13:27:36 85b8ece7a55f: Pushed 13:27:36 25c1f81e8bd8: Pushed 13:27:36 0b7c914b33f8: Layer already exists 13:27:36 e877a3626d7c: Pushed 13:27:36 9570127fd69c: Layer already exists 13:27:36 5f70bf18a086: Layer already exists 13:27:36 ceebe41cfd77: Pushed 13:27:36 6d8274f67dfc: Pushed 13:27:36 ebb0ebcd3c38: Pushed 13:27:36 0e64f2360a44: Layer already exists 13:27:36 6117df99799b: Pushed 13:27:36 735b09a2f765: Pushed 13:27:39 60fe72ffad95: Pushed 13:27:39 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:40 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:40 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 13:27:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:27:40 85b8ece7a55f: Preparing 13:27:40 97c0e46c3bad: Preparing 13:27:40 c35fb4e0cff8: Preparing 13:27:40 35581ee37023: Preparing 13:27:40 25c1f81e8bd8: Preparing 13:27:40 e877a3626d7c: Preparing 13:27:40 60fe72ffad95: Preparing 13:27:40 0b7c914b33f8: Preparing 13:27:40 9570127fd69c: Preparing 13:27:40 ceebe41cfd77: Preparing 13:27:40 6d8274f67dfc: Preparing 13:27:40 5f70bf18a086: Preparing 13:27:40 ebb0ebcd3c38: Preparing 13:27:40 6117df99799b: Preparing 13:27:40 735b09a2f765: Preparing 13:27:40 0e64f2360a44: Preparing 13:27:40 6d8274f67dfc: Waiting 13:27:40 5f70bf18a086: Waiting 13:27:40 ebb0ebcd3c38: Waiting 13:27:40 60fe72ffad95: Waiting 13:27:40 6117df99799b: Waiting 13:27:40 735b09a2f765: Waiting 13:27:40 0e64f2360a44: Waiting 13:27:40 0b7c914b33f8: Waiting 13:27:40 9570127fd69c: Waiting 13:27:40 e877a3626d7c: Waiting 13:27:40 ceebe41cfd77: Waiting 13:27:40 35581ee37023: Layer already exists 13:27:40 c35fb4e0cff8: Layer already exists 13:27:40 97c0e46c3bad: Layer already exists 13:27:40 25c1f81e8bd8: Layer already exists 13:27:40 85b8ece7a55f: Layer already exists 13:27:40 60fe72ffad95: Layer already exists 13:27:40 e877a3626d7c: Layer already exists 13:27:40 9570127fd69c: Layer already exists 13:27:40 0b7c914b33f8: Layer already exists 13:27:40 ceebe41cfd77: Layer already exists 13:27:40 5f70bf18a086: Layer already exists 13:27:40 6d8274f67dfc: Layer already exists 13:27:40 ebb0ebcd3c38: Layer already exists 13:27:40 6117df99799b: Layer already exists 13:27:40 735b09a2f765: Layer already exists 13:27:40 0e64f2360a44: Layer already exists 13:27:40 latest: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:41 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:41 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 13:27:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:27:41 85b8ece7a55f: Preparing 13:27:41 97c0e46c3bad: Preparing 13:27:41 c35fb4e0cff8: Preparing 13:27:41 35581ee37023: Preparing 13:27:41 25c1f81e8bd8: Preparing 13:27:41 e877a3626d7c: Preparing 13:27:41 60fe72ffad95: Preparing 13:27:41 0b7c914b33f8: Preparing 13:27:41 9570127fd69c: Preparing 13:27:41 ceebe41cfd77: Preparing 13:27:41 6d8274f67dfc: Preparing 13:27:41 5f70bf18a086: Preparing 13:27:41 ebb0ebcd3c38: Preparing 13:27:41 6117df99799b: Preparing 13:27:41 735b09a2f765: Preparing 13:27:41 0e64f2360a44: Preparing 13:27:41 ceebe41cfd77: Waiting 13:27:41 6d8274f67dfc: Waiting 13:27:41 5f70bf18a086: Waiting 13:27:41 ebb0ebcd3c38: Waiting 13:27:41 6117df99799b: Waiting 13:27:41 e877a3626d7c: Waiting 13:27:41 735b09a2f765: Waiting 13:27:41 0e64f2360a44: Waiting 13:27:41 60fe72ffad95: Waiting 13:27:41 0b7c914b33f8: Waiting 13:27:41 9570127fd69c: Waiting 13:27:41 c35fb4e0cff8: Layer already exists 13:27:41 97c0e46c3bad: Layer already exists 13:27:41 25c1f81e8bd8: Layer already exists 13:27:41 35581ee37023: Layer already exists 13:27:41 85b8ece7a55f: Layer already exists 13:27:41 60fe72ffad95: Layer already exists 13:27:41 9570127fd69c: Layer already exists 13:27:41 ceebe41cfd77: Layer already exists 13:27:41 0b7c914b33f8: Layer already exists 13:27:41 e877a3626d7c: Layer already exists 13:27:41 5f70bf18a086: Layer already exists 13:27:41 6117df99799b: Layer already exists 13:27:41 6d8274f67dfc: Layer already exists 13:27:41 ebb0ebcd3c38: Layer already exists 13:27:41 735b09a2f765: Layer already exists 13:27:41 0e64f2360a44: Layer already exists 13:27:41 4.1.0-dev.73: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:42 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:42 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:27:42 85b8ece7a55f: Preparing 13:27:42 97c0e46c3bad: Preparing 13:27:42 c35fb4e0cff8: Preparing 13:27:42 35581ee37023: Preparing 13:27:42 25c1f81e8bd8: Preparing 13:27:42 e877a3626d7c: Preparing 13:27:42 60fe72ffad95: Preparing 13:27:42 0b7c914b33f8: Preparing 13:27:42 9570127fd69c: Preparing 13:27:42 ceebe41cfd77: Preparing 13:27:42 6d8274f67dfc: Preparing 13:27:42 5f70bf18a086: Preparing 13:27:42 ebb0ebcd3c38: Preparing 13:27:42 6117df99799b: Preparing 13:27:42 735b09a2f765: Preparing 13:27:42 0e64f2360a44: Preparing 13:27:42 ceebe41cfd77: Waiting 13:27:42 6d8274f67dfc: Waiting 13:27:42 5f70bf18a086: Waiting 13:27:42 ebb0ebcd3c38: Waiting 13:27:42 6117df99799b: Waiting 13:27:42 735b09a2f765: Waiting 13:27:42 0e64f2360a44: Waiting 13:27:42 e877a3626d7c: Waiting 13:27:42 60fe72ffad95: Waiting 13:27:42 9570127fd69c: Waiting 13:27:42 0b7c914b33f8: Waiting 13:27:42 35581ee37023: Layer already exists 13:27:42 85b8ece7a55f: Layer already exists 13:27:42 97c0e46c3bad: Layer already exists 13:27:42 25c1f81e8bd8: Layer already exists 13:27:42 c35fb4e0cff8: Layer already exists 13:27:42 9570127fd69c: Layer already exists 13:27:42 e877a3626d7c: Layer already exists 13:27:42 0b7c914b33f8: Layer already exists 13:27:42 60fe72ffad95: Layer already exists 13:27:42 ceebe41cfd77: Layer already exists 13:27:42 735b09a2f765: Layer already exists 13:27:42 6d8274f67dfc: Layer already exists 13:27:42 6117df99799b: Layer already exists 13:27:42 ebb0ebcd3c38: Layer already exists 13:27:42 5f70bf18a086: Layer already exists 13:27:42 0e64f2360a44: Layer already exists 13:27:42 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:43 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:43 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 13:27:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 13:27:43 85b8ece7a55f: Preparing 13:27:43 97c0e46c3bad: Preparing 13:27:43 c35fb4e0cff8: Preparing 13:27:43 35581ee37023: Preparing 13:27:43 25c1f81e8bd8: Preparing 13:27:43 e877a3626d7c: Preparing 13:27:43 60fe72ffad95: Preparing 13:27:43 0b7c914b33f8: Preparing 13:27:43 9570127fd69c: Preparing 13:27:43 ceebe41cfd77: Preparing 13:27:43 6d8274f67dfc: Preparing 13:27:43 5f70bf18a086: Preparing 13:27:43 ebb0ebcd3c38: Preparing 13:27:43 6117df99799b: Preparing 13:27:43 735b09a2f765: Preparing 13:27:43 0e64f2360a44: Preparing 13:27:43 ceebe41cfd77: Waiting 13:27:43 6d8274f67dfc: Waiting 13:27:43 5f70bf18a086: Waiting 13:27:43 ebb0ebcd3c38: Waiting 13:27:43 6117df99799b: Waiting 13:27:43 735b09a2f765: Waiting 13:27:43 0e64f2360a44: Waiting 13:27:43 e877a3626d7c: Waiting 13:27:43 60fe72ffad95: Waiting 13:27:43 0b7c914b33f8: Waiting 13:27:43 9570127fd69c: Waiting 13:27:43 35581ee37023: Layer already exists 13:27:43 97c0e46c3bad: Layer already exists 13:27:43 25c1f81e8bd8: Layer already exists 13:27:43 85b8ece7a55f: Layer already exists 13:27:43 c35fb4e0cff8: Layer already exists 13:27:43 e877a3626d7c: Layer already exists 13:27:43 60fe72ffad95: Layer already exists 13:27:43 ceebe41cfd77: Layer already exists 13:27:43 9570127fd69c: Layer already exists 13:27:43 0b7c914b33f8: Layer already exists 13:27:43 ebb0ebcd3c38: Layer already exists 13:27:43 6d8274f67dfc: Layer already exists 13:27:43 735b09a2f765: Layer already exists 13:27:43 6117df99799b: Layer already exists 13:27:43 5f70bf18a086: Layer already exists 13:27:43 0e64f2360a44: Layer already exists 13:27:43 main: digest: sha256:a2f314eac904196485e7919fe889fd0673ac9e4ec110ab6ebe137c5cb3d08db6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:27:43 ===================================================== [Pipeline] echo 13:27:43 taggedImages: 13:27:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 13:27:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 13:27:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:43 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 13:27:43 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 13:27:43 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:43 latest 13:27:43 4.1.0-dev.73 13:27:43 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:43 main 13:27:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:44 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:27:44 fb66259a9f3b: Preparing 13:27:44 621127d0048e: Preparing 13:27:44 746aaa185c49: Preparing 13:27:44 8af8d5a98820: Preparing 13:27:44 0b7c914b33f8: Preparing 13:27:44 9570127fd69c: Preparing 13:27:44 71c0f4334b54: Preparing 13:27:44 03c9da21a72b: Preparing 13:27:44 0e64f2360a44: Preparing 13:27:44 9570127fd69c: Waiting 13:27:44 71c0f4334b54: Waiting 13:27:44 03c9da21a72b: Waiting 13:27:44 0e64f2360a44: Waiting 13:27:44 0b7c914b33f8: Layer already exists 13:27:44 9570127fd69c: Layer already exists 13:27:44 746aaa185c49: Pushed 13:27:44 621127d0048e: Pushed 13:27:44 71c0f4334b54: Layer already exists 13:27:44 03c9da21a72b: Layer already exists 13:27:44 0e64f2360a44: Layer already exists 13:27:44 fb66259a9f3b: Pushed 13:27:53 8af8d5a98820: Pushed 13:27:53 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:53 + 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 13:27:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 13:27:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:27:53 fb66259a9f3b: Preparing 13:27:53 621127d0048e: Preparing 13:27:53 746aaa185c49: Preparing 13:27:53 8af8d5a98820: Preparing 13:27:53 0b7c914b33f8: Preparing 13:27:53 9570127fd69c: Preparing 13:27:53 71c0f4334b54: Preparing 13:27:53 03c9da21a72b: Preparing 13:27:53 0e64f2360a44: Preparing 13:27:53 03c9da21a72b: Waiting 13:27:53 0e64f2360a44: Waiting 13:27:53 71c0f4334b54: Waiting 13:27:53 9570127fd69c: Waiting 13:27:53 0b7c914b33f8: Layer already exists 13:27:53 746aaa185c49: Layer already exists 13:27:53 621127d0048e: Layer already exists 13:27:53 8af8d5a98820: Layer already exists 13:27:53 fb66259a9f3b: Layer already exists 13:27:53 03c9da21a72b: Layer already exists 13:27:53 9570127fd69c: Layer already exists 13:27:53 71c0f4334b54: Layer already exists 13:27:53 0e64f2360a44: Layer already exists 13:27:54 latest: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:54 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 13:27:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:27:54 fb66259a9f3b: Preparing 13:27:54 621127d0048e: Preparing 13:27:54 746aaa185c49: Preparing 13:27:54 8af8d5a98820: Preparing 13:27:54 0b7c914b33f8: Preparing 13:27:54 9570127fd69c: Preparing 13:27:54 71c0f4334b54: Preparing 13:27:54 03c9da21a72b: Preparing 13:27:54 0e64f2360a44: Preparing 13:27:54 9570127fd69c: Waiting 13:27:54 71c0f4334b54: Waiting 13:27:54 03c9da21a72b: Waiting 13:27:54 0e64f2360a44: Waiting 13:27:54 746aaa185c49: Layer already exists 13:27:54 0b7c914b33f8: Layer already exists 13:27:54 8af8d5a98820: Layer already exists 13:27:54 621127d0048e: Layer already exists 13:27:54 fb66259a9f3b: Layer already exists 13:27:55 9570127fd69c: Layer already exists 13:27:55 0e64f2360a44: Layer already exists 13:27:55 03c9da21a72b: Layer already exists 13:27:55 71c0f4334b54: Layer already exists 13:27:55 4.1.0-dev.73: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:55 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:55 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:27:55 fb66259a9f3b: Preparing 13:27:55 621127d0048e: Preparing 13:27:55 746aaa185c49: Preparing 13:27:55 8af8d5a98820: Preparing 13:27:55 0b7c914b33f8: Preparing 13:27:55 9570127fd69c: Preparing 13:27:55 71c0f4334b54: Preparing 13:27:55 03c9da21a72b: Preparing 13:27:55 0e64f2360a44: Preparing 13:27:55 9570127fd69c: Waiting 13:27:55 71c0f4334b54: Waiting 13:27:55 0e64f2360a44: Waiting 13:27:55 03c9da21a72b: Waiting 13:27:55 fb66259a9f3b: Layer already exists 13:27:55 0b7c914b33f8: Layer already exists 13:27:55 621127d0048e: Layer already exists 13:27:55 8af8d5a98820: Layer already exists 13:27:55 746aaa185c49: Layer already exists 13:27:55 9570127fd69c: Layer already exists 13:27:55 71c0f4334b54: Layer already exists 13:27:55 03c9da21a72b: Layer already exists 13:27:55 0e64f2360a44: Layer already exists 13:27:56 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:56 + 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 13:27:56 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 13:27:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 13:27:56 fb66259a9f3b: Preparing 13:27:56 621127d0048e: Preparing 13:27:56 746aaa185c49: Preparing 13:27:56 8af8d5a98820: Preparing 13:27:56 0b7c914b33f8: Preparing 13:27:56 9570127fd69c: Preparing 13:27:56 71c0f4334b54: Preparing 13:27:56 03c9da21a72b: Preparing 13:27:56 0e64f2360a44: Preparing 13:27:56 71c0f4334b54: Waiting 13:27:56 03c9da21a72b: Waiting 13:27:56 0e64f2360a44: Waiting 13:27:56 9570127fd69c: Waiting 13:27:56 0b7c914b33f8: Layer already exists 13:27:56 fb66259a9f3b: Layer already exists 13:27:56 621127d0048e: Layer already exists 13:27:56 8af8d5a98820: Layer already exists 13:27:56 746aaa185c49: Layer already exists 13:27:56 9570127fd69c: Layer already exists 13:27:56 03c9da21a72b: Layer already exists 13:27:56 71c0f4334b54: Layer already exists 13:27:56 0e64f2360a44: Layer already exists 13:27:57 main: digest: sha256:aa5c3e3e137509f5c83424b5c78854e10bffe25f9990b36c2b020a87e8fccd15 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:27:57 ===================================================== [Pipeline] echo 13:27:57 taggedImages: 13:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 13:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 13:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:57 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 13:27:57 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 13:27:57 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:57 latest 13:27:57 4.1.0-dev.73 13:27:57 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:27:57 main 13:27:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:27:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:27:58 e4ea497b2dd0: Preparing 13:27:58 648c3fd3bd53: Preparing 13:27:58 ac4346850905: Preparing 13:27:58 cd215caaa5f0: Preparing 13:27:58 80d1cf8e9b13: Preparing 13:27:58 0b7c914b33f8: Preparing 13:27:58 9570127fd69c: Preparing 13:27:58 bd3dc0b21f46: Preparing 13:27:58 8465ee2364a9: Preparing 13:27:58 bfd97131cb69: Preparing 13:27:58 0e64f2360a44: Preparing 13:27:58 9570127fd69c: Waiting 13:27:58 bd3dc0b21f46: Waiting 13:27:58 8465ee2364a9: Waiting 13:27:58 bfd97131cb69: Waiting 13:27:58 0e64f2360a44: Waiting 13:27:58 0b7c914b33f8: Waiting 13:27:58 80d1cf8e9b13: Pushed 13:27:58 648c3fd3bd53: Pushed 13:27:58 cd215caaa5f0: Pushed 13:27:58 e4ea497b2dd0: Pushed 13:27:58 0b7c914b33f8: Layer already exists 13:27:58 9570127fd69c: Layer already exists 13:27:58 0e64f2360a44: Layer already exists 13:27:58 bd3dc0b21f46: Pushed 13:27:58 8465ee2364a9: Pushed 13:28:01 bfd97131cb69: Pushed 13:28:04 ac4346850905: Pushed 13:28:04 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:04 + 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 13:28:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 13:28:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:28:05 e4ea497b2dd0: Preparing 13:28:05 648c3fd3bd53: Preparing 13:28:05 ac4346850905: Preparing 13:28:05 cd215caaa5f0: Preparing 13:28:05 80d1cf8e9b13: Preparing 13:28:05 0b7c914b33f8: Preparing 13:28:05 9570127fd69c: Preparing 13:28:05 bd3dc0b21f46: Preparing 13:28:05 8465ee2364a9: Preparing 13:28:05 bfd97131cb69: Preparing 13:28:05 0e64f2360a44: Preparing 13:28:05 bd3dc0b21f46: Waiting 13:28:05 8465ee2364a9: Waiting 13:28:05 bfd97131cb69: Waiting 13:28:05 0e64f2360a44: Waiting 13:28:05 0b7c914b33f8: Waiting 13:28:05 9570127fd69c: Waiting 13:28:05 e4ea497b2dd0: Layer already exists 13:28:05 ac4346850905: Layer already exists 13:28:05 cd215caaa5f0: Layer already exists 13:28:05 648c3fd3bd53: Layer already exists 13:28:05 80d1cf8e9b13: Layer already exists 13:28:05 0b7c914b33f8: Layer already exists 13:28:05 8465ee2364a9: Layer already exists 13:28:05 9570127fd69c: Layer already exists 13:28:05 bd3dc0b21f46: Layer already exists 13:28:05 bfd97131cb69: Layer already exists 13:28:05 0e64f2360a44: Layer already exists 13:28:05 latest: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:05 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 13:28:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:28:06 e4ea497b2dd0: Preparing 13:28:06 648c3fd3bd53: Preparing 13:28:06 ac4346850905: Preparing 13:28:06 cd215caaa5f0: Preparing 13:28:06 80d1cf8e9b13: Preparing 13:28:06 0b7c914b33f8: Preparing 13:28:06 9570127fd69c: Preparing 13:28:06 bd3dc0b21f46: Preparing 13:28:06 8465ee2364a9: Preparing 13:28:06 bfd97131cb69: Preparing 13:28:06 0e64f2360a44: Preparing 13:28:06 bd3dc0b21f46: Waiting 13:28:06 8465ee2364a9: Waiting 13:28:06 bfd97131cb69: Waiting 13:28:06 0e64f2360a44: Waiting 13:28:06 0b7c914b33f8: Waiting 13:28:06 9570127fd69c: Waiting 13:28:06 ac4346850905: Layer already exists 13:28:06 648c3fd3bd53: Layer already exists 13:28:06 cd215caaa5f0: Layer already exists 13:28:06 80d1cf8e9b13: Layer already exists 13:28:06 e4ea497b2dd0: Layer already exists 13:28:06 0b7c914b33f8: Layer already exists 13:28:06 9570127fd69c: Layer already exists 13:28:06 8465ee2364a9: Layer already exists 13:28:06 bfd97131cb69: Layer already exists 13:28:06 bd3dc0b21f46: Layer already exists 13:28:06 0e64f2360a44: Layer already exists 13:28:06 4.1.0-dev.73: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:06 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:07 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:28:07 e4ea497b2dd0: Preparing 13:28:07 648c3fd3bd53: Preparing 13:28:07 ac4346850905: Preparing 13:28:07 cd215caaa5f0: Preparing 13:28:07 80d1cf8e9b13: Preparing 13:28:07 0b7c914b33f8: Preparing 13:28:07 9570127fd69c: Preparing 13:28:07 bd3dc0b21f46: Preparing 13:28:07 8465ee2364a9: Preparing 13:28:07 bfd97131cb69: Preparing 13:28:07 0e64f2360a44: Preparing 13:28:07 9570127fd69c: Waiting 13:28:07 bd3dc0b21f46: Waiting 13:28:07 0b7c914b33f8: Waiting 13:28:07 bfd97131cb69: Waiting 13:28:07 0e64f2360a44: Waiting 13:28:07 8465ee2364a9: Waiting 13:28:07 ac4346850905: Layer already exists 13:28:07 cd215caaa5f0: Layer already exists 13:28:07 e4ea497b2dd0: Layer already exists 13:28:07 80d1cf8e9b13: Layer already exists 13:28:07 648c3fd3bd53: Layer already exists 13:28:07 8465ee2364a9: Layer already exists 13:28:07 bd3dc0b21f46: Layer already exists 13:28:07 9570127fd69c: Layer already exists 13:28:07 bfd97131cb69: Layer already exists 13:28:07 0b7c914b33f8: Layer already exists 13:28:07 0e64f2360a44: Layer already exists 13:28:07 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:07 + 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 13:28:08 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 13:28:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 13:28:08 e4ea497b2dd0: Preparing 13:28:08 648c3fd3bd53: Preparing 13:28:08 ac4346850905: Preparing 13:28:08 cd215caaa5f0: Preparing 13:28:08 80d1cf8e9b13: Preparing 13:28:08 0b7c914b33f8: Preparing 13:28:08 9570127fd69c: Preparing 13:28:08 bd3dc0b21f46: Preparing 13:28:08 8465ee2364a9: Preparing 13:28:08 bfd97131cb69: Preparing 13:28:08 0e64f2360a44: Preparing 13:28:08 9570127fd69c: Waiting 13:28:08 bd3dc0b21f46: Waiting 13:28:08 8465ee2364a9: Waiting 13:28:08 bfd97131cb69: Waiting 13:28:08 0e64f2360a44: Waiting 13:28:08 0b7c914b33f8: Waiting 13:28:08 cd215caaa5f0: Layer already exists 13:28:08 80d1cf8e9b13: Layer already exists 13:28:08 e4ea497b2dd0: Layer already exists 13:28:08 ac4346850905: Layer already exists 13:28:08 648c3fd3bd53: Layer already exists 13:28:08 8465ee2364a9: Layer already exists 13:28:08 bd3dc0b21f46: Layer already exists 13:28:08 bfd97131cb69: Layer already exists 13:28:08 0b7c914b33f8: Layer already exists 13:28:08 9570127fd69c: Layer already exists 13:28:08 0e64f2360a44: Layer already exists 13:28:08 main: digest: sha256:657ba6c779591dd301668e8696fb5e1a86c4db0cef989188396812dd697ac94e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:08 ===================================================== [Pipeline] echo 13:28:08 taggedImages: 13:28:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 13:28:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 13:28:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:08 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 13:28:08 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 13:28:08 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:08 latest 13:28:08 4.1.0-dev.73 13:28:08 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:08 main 13:28:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:09 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:28:09 3024765b7b04: Preparing 13:28:09 a9c653e15ed6: Preparing 13:28:09 ed53d4dc043d: Preparing 13:28:09 db4e74081af1: Preparing 13:28:09 9f0b45db3658: Preparing 13:28:09 1ff1a050cdff: Preparing 13:28:09 26b0f6c95106: Preparing 13:28:09 0b7c914b33f8: Preparing 13:28:09 9570127fd69c: Preparing 13:28:09 9153477181a4: Preparing 13:28:09 c69fa7a46a69: Preparing 13:28:09 0e64f2360a44: Preparing 13:28:09 0b7c914b33f8: Waiting 13:28:09 9570127fd69c: Waiting 13:28:09 9153477181a4: Waiting 13:28:09 c69fa7a46a69: Waiting 13:28:09 0e64f2360a44: Waiting 13:28:09 1ff1a050cdff: Waiting 13:28:09 26b0f6c95106: Waiting 13:28:09 9f0b45db3658: Pushed 13:28:09 a9c653e15ed6: Pushed 13:28:09 3024765b7b04: Pushed 13:28:09 0b7c914b33f8: Layer already exists 13:28:09 1ff1a050cdff: Pushed 13:28:09 26b0f6c95106: Pushed 13:28:09 9570127fd69c: Layer already exists 13:28:09 0e64f2360a44: Layer already exists 13:28:09 9153477181a4: Pushed 13:28:13 c69fa7a46a69: Pushed 13:28:16 db4e74081af1: Pushed 13:28:17 ed53d4dc043d: Pushed 13:28:17 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:17 + 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 13:28:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 13:28:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:28:17 3024765b7b04: Preparing 13:28:17 a9c653e15ed6: Preparing 13:28:17 ed53d4dc043d: Preparing 13:28:17 db4e74081af1: Preparing 13:28:17 9f0b45db3658: Preparing 13:28:17 1ff1a050cdff: Preparing 13:28:17 26b0f6c95106: Preparing 13:28:17 1ff1a050cdff: Waiting 13:28:17 0b7c914b33f8: Preparing 13:28:17 26b0f6c95106: Waiting 13:28:17 9570127fd69c: Preparing 13:28:17 9153477181a4: Preparing 13:28:17 c69fa7a46a69: Preparing 13:28:17 0e64f2360a44: Preparing 13:28:17 9153477181a4: Waiting 13:28:17 c69fa7a46a69: Waiting 13:28:17 0e64f2360a44: Waiting 13:28:17 0b7c914b33f8: Waiting 13:28:17 9570127fd69c: Waiting 13:28:17 3024765b7b04: Layer already exists 13:28:17 9f0b45db3658: Layer already exists 13:28:17 a9c653e15ed6: Layer already exists 13:28:18 ed53d4dc043d: Layer already exists 13:28:18 db4e74081af1: Layer already exists 13:28:18 1ff1a050cdff: Layer already exists 13:28:18 9153477181a4: Layer already exists 13:28:18 9570127fd69c: Layer already exists 13:28:18 0b7c914b33f8: Layer already exists 13:28:18 26b0f6c95106: Layer already exists 13:28:18 c69fa7a46a69: Layer already exists 13:28:18 0e64f2360a44: Layer already exists 13:28:18 latest: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:18 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 13:28:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:28:18 3024765b7b04: Preparing 13:28:18 a9c653e15ed6: Preparing 13:28:18 ed53d4dc043d: Preparing 13:28:18 db4e74081af1: Preparing 13:28:18 9f0b45db3658: Preparing 13:28:18 1ff1a050cdff: Preparing 13:28:18 26b0f6c95106: Preparing 13:28:18 0b7c914b33f8: Preparing 13:28:18 9570127fd69c: Preparing 13:28:18 9153477181a4: Preparing 13:28:18 c69fa7a46a69: Preparing 13:28:18 0e64f2360a44: Preparing 13:28:18 1ff1a050cdff: Waiting 13:28:18 26b0f6c95106: Waiting 13:28:18 9570127fd69c: Waiting 13:28:18 0b7c914b33f8: Waiting 13:28:18 9153477181a4: Waiting 13:28:18 0e64f2360a44: Waiting 13:28:18 c69fa7a46a69: Waiting 13:28:18 a9c653e15ed6: Layer already exists 13:28:18 ed53d4dc043d: Layer already exists 13:28:18 3024765b7b04: Layer already exists 13:28:18 9f0b45db3658: Layer already exists 13:28:18 db4e74081af1: Layer already exists 13:28:18 1ff1a050cdff: Layer already exists 13:28:18 0b7c914b33f8: Layer already exists 13:28:18 9153477181a4: Layer already exists 13:28:18 26b0f6c95106: Layer already exists 13:28:18 9570127fd69c: Layer already exists 13:28:18 0e64f2360a44: Layer already exists 13:28:18 c69fa7a46a69: Layer already exists 13:28:19 4.1.0-dev.73: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:28:19 3024765b7b04: Preparing 13:28:19 a9c653e15ed6: Preparing 13:28:19 ed53d4dc043d: Preparing 13:28:19 db4e74081af1: Preparing 13:28:19 9f0b45db3658: Preparing 13:28:19 1ff1a050cdff: Preparing 13:28:19 26b0f6c95106: Preparing 13:28:19 0b7c914b33f8: Preparing 13:28:19 9570127fd69c: Preparing 13:28:19 9153477181a4: Preparing 13:28:19 c69fa7a46a69: Preparing 13:28:19 0e64f2360a44: Preparing 13:28:19 0b7c914b33f8: Waiting 13:28:19 9153477181a4: Waiting 13:28:19 c69fa7a46a69: Waiting 13:28:19 26b0f6c95106: Waiting 13:28:19 0e64f2360a44: Waiting 13:28:19 9570127fd69c: Waiting 13:28:19 9f0b45db3658: Layer already exists 13:28:19 a9c653e15ed6: Layer already exists 13:28:19 db4e74081af1: Layer already exists 13:28:19 ed53d4dc043d: Layer already exists 13:28:19 3024765b7b04: Layer already exists 13:28:19 0b7c914b33f8: Layer already exists 13:28:19 9570127fd69c: Layer already exists 13:28:19 9153477181a4: Layer already exists 13:28:19 26b0f6c95106: Layer already exists 13:28:19 1ff1a050cdff: Layer already exists 13:28:19 0e64f2360a44: Layer already exists 13:28:19 c69fa7a46a69: Layer already exists 13:28:20 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:20 + 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 13:28:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 13:28:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 13:28:20 3024765b7b04: Preparing 13:28:20 a9c653e15ed6: Preparing 13:28:20 ed53d4dc043d: Preparing 13:28:20 db4e74081af1: Preparing 13:28:20 9f0b45db3658: Preparing 13:28:20 1ff1a050cdff: Preparing 13:28:20 26b0f6c95106: Preparing 13:28:20 0b7c914b33f8: Preparing 13:28:20 9570127fd69c: Preparing 13:28:20 9153477181a4: Preparing 13:28:20 c69fa7a46a69: Preparing 13:28:20 0e64f2360a44: Preparing 13:28:20 26b0f6c95106: Waiting 13:28:20 0b7c914b33f8: Waiting 13:28:20 9570127fd69c: Waiting 13:28:20 9153477181a4: Waiting 13:28:20 c69fa7a46a69: Waiting 13:28:20 0e64f2360a44: Waiting 13:28:20 1ff1a050cdff: Waiting 13:28:20 db4e74081af1: Layer already exists 13:28:20 ed53d4dc043d: Layer already exists 13:28:20 9f0b45db3658: Layer already exists 13:28:20 3024765b7b04: Layer already exists 13:28:20 a9c653e15ed6: Layer already exists 13:28:20 0b7c914b33f8: Layer already exists 13:28:20 1ff1a050cdff: Layer already exists 13:28:20 9570127fd69c: Layer already exists 13:28:20 26b0f6c95106: Layer already exists 13:28:20 9153477181a4: Layer already exists 13:28:20 0e64f2360a44: Layer already exists 13:28:20 c69fa7a46a69: Layer already exists 13:28:21 main: digest: sha256:bfa85045e441ee66c378ab6a0c68d9f7912c770092c49b0a225c3c8aa15efc19 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:21 ===================================================== [Pipeline] echo 13:28:21 taggedImages: 13:28:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 13:28:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 13:28:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:21 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 13:28:21 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 13:28:21 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:21 latest 13:28:21 4.1.0-dev.73 13:28:21 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:21 main 13:28:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:28:22 5e49761bb931: Preparing 13:28:22 fa9fa612e24b: Preparing 13:28:22 0b7c914b33f8: Preparing 13:28:22 9570127fd69c: Preparing 13:28:22 f510126e98cd: Preparing 13:28:22 8218abc33458: Preparing 13:28:22 0e64f2360a44: Preparing 13:28:22 8218abc33458: Waiting 13:28:22 0e64f2360a44: Waiting 13:28:22 0b7c914b33f8: Layer already exists 13:28:22 9570127fd69c: Layer already exists 13:28:22 f510126e98cd: Pushed 13:28:22 0e64f2360a44: Layer already exists 13:28:22 5e49761bb931: Pushed 13:28:24 8218abc33458: Pushed 13:28:29 fa9fa612e24b: Pushed 13:28:29 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:30 + 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 13:28:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 13:28:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:28:30 5e49761bb931: Preparing 13:28:30 fa9fa612e24b: Preparing 13:28:30 0b7c914b33f8: Preparing 13:28:30 9570127fd69c: Preparing 13:28:30 f510126e98cd: Preparing 13:28:30 8218abc33458: Preparing 13:28:30 0e64f2360a44: Preparing 13:28:30 8218abc33458: Waiting 13:28:30 0e64f2360a44: Waiting 13:28:30 9570127fd69c: Layer already exists 13:28:30 f510126e98cd: Layer already exists 13:28:30 5e49761bb931: Layer already exists 13:28:30 fa9fa612e24b: Layer already exists 13:28:30 0b7c914b33f8: Layer already exists 13:28:30 8218abc33458: Layer already exists 13:28:30 0e64f2360a44: Layer already exists 13:28:30 latest: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:31 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 13:28:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:28:31 5e49761bb931: Preparing 13:28:31 fa9fa612e24b: Preparing 13:28:31 0b7c914b33f8: Preparing 13:28:31 9570127fd69c: Preparing 13:28:31 f510126e98cd: Preparing 13:28:31 8218abc33458: Preparing 13:28:31 0e64f2360a44: Preparing 13:28:31 8218abc33458: Waiting 13:28:31 0e64f2360a44: Waiting 13:28:31 9570127fd69c: Layer already exists 13:28:31 0b7c914b33f8: Layer already exists 13:28:31 fa9fa612e24b: Layer already exists 13:28:31 5e49761bb931: Layer already exists 13:28:31 f510126e98cd: Layer already exists 13:28:31 8218abc33458: Layer already exists 13:28:31 0e64f2360a44: Layer already exists 13:28:31 4.1.0-dev.73: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:28:32 5e49761bb931: Preparing 13:28:32 fa9fa612e24b: Preparing 13:28:32 0b7c914b33f8: Preparing 13:28:32 9570127fd69c: Preparing 13:28:32 f510126e98cd: Preparing 13:28:32 8218abc33458: Preparing 13:28:32 0e64f2360a44: Preparing 13:28:32 8218abc33458: Waiting 13:28:32 0e64f2360a44: Waiting 13:28:32 5e49761bb931: Layer already exists 13:28:32 0b7c914b33f8: Layer already exists 13:28:32 fa9fa612e24b: Layer already exists 13:28:32 f510126e98cd: Layer already exists 13:28:32 9570127fd69c: Layer already exists 13:28:32 8218abc33458: Layer already exists 13:28:32 0e64f2360a44: Layer already exists 13:28:32 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:33 + 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 13:28:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 13:28:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 13:28:33 5e49761bb931: Preparing 13:28:33 fa9fa612e24b: Preparing 13:28:33 0b7c914b33f8: Preparing 13:28:33 9570127fd69c: Preparing 13:28:33 f510126e98cd: Preparing 13:28:33 8218abc33458: Preparing 13:28:33 0e64f2360a44: Preparing 13:28:33 8218abc33458: Waiting 13:28:33 0e64f2360a44: Waiting 13:28:33 0b7c914b33f8: Layer already exists 13:28:33 9570127fd69c: Layer already exists 13:28:33 5e49761bb931: Layer already exists 13:28:33 f510126e98cd: Layer already exists 13:28:33 fa9fa612e24b: Layer already exists 13:28:33 8218abc33458: Layer already exists 13:28:33 0e64f2360a44: Layer already exists 13:28:33 main: digest: sha256:2c6612e4eeeec2261cb52e6094d0c49dc6962632643a60da56f47c5cfafe6c60 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:28:33 ===================================================== [Pipeline] echo 13:28:33 taggedImages: 13:28:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 13:28:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 13:28:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:33 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 13:28:34 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 13:28:34 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:34 latest 13:28:34 4.1.0-dev.73 13:28:34 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:28:34 main 13:28:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:34 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:28:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:28:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:28:34 de4c6d367e8f: Preparing 13:28:34 3c0162604599: Preparing 13:28:34 bcbb2cde5559: Preparing 13:28:34 0b7c914b33f8: Preparing 13:28:34 9570127fd69c: Preparing 13:28:34 324ec2e821b9: Preparing 13:28:34 f305631f3f60: Preparing 13:28:34 bf23f2fdd689: Preparing 13:28:34 4c2c94fc2039: Preparing 13:28:34 0e64f2360a44: Preparing 13:28:34 bf23f2fdd689: Waiting 13:28:34 4c2c94fc2039: Waiting 13:28:34 0e64f2360a44: Waiting 13:28:34 324ec2e821b9: Waiting 13:28:34 f305631f3f60: Waiting 13:28:35 0b7c914b33f8: Layer already exists 13:28:35 9570127fd69c: Layer already exists 13:28:35 bcbb2cde5559: Pushed 13:28:35 3c0162604599: Pushed 13:28:35 de4c6d367e8f: Pushed 13:28:35 0e64f2360a44: Layer already exists 13:28:35 bf23f2fdd689: Pushed 13:28:36 4c2c94fc2039: Pushed 13:28:46 f305631f3f60: Pushed 13:29:04 324ec2e821b9: Pushed 13:29:04 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:04 + 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 13:29:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 13:29:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:29:05 de4c6d367e8f: Preparing 13:29:05 3c0162604599: Preparing 13:29:05 bcbb2cde5559: Preparing 13:29:05 0b7c914b33f8: Preparing 13:29:05 9570127fd69c: Preparing 13:29:05 324ec2e821b9: Preparing 13:29:05 f305631f3f60: Preparing 13:29:05 bf23f2fdd689: Preparing 13:29:05 4c2c94fc2039: Preparing 13:29:05 0e64f2360a44: Preparing 13:29:05 324ec2e821b9: Waiting 13:29:05 f305631f3f60: Waiting 13:29:05 bf23f2fdd689: Waiting 13:29:05 4c2c94fc2039: Waiting 13:29:05 0e64f2360a44: Waiting 13:29:05 de4c6d367e8f: Layer already exists 13:29:05 9570127fd69c: Layer already exists 13:29:05 0b7c914b33f8: Layer already exists 13:29:05 3c0162604599: Layer already exists 13:29:05 bcbb2cde5559: Layer already exists 13:29:05 bf23f2fdd689: Layer already exists 13:29:05 324ec2e821b9: Layer already exists 13:29:05 4c2c94fc2039: Layer already exists 13:29:05 0e64f2360a44: Layer already exists 13:29:05 f305631f3f60: Layer already exists 13:29:05 latest: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 13:29:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:29:06 de4c6d367e8f: Preparing 13:29:06 3c0162604599: Preparing 13:29:06 bcbb2cde5559: Preparing 13:29:06 0b7c914b33f8: Preparing 13:29:06 9570127fd69c: Preparing 13:29:06 324ec2e821b9: Preparing 13:29:06 f305631f3f60: Preparing 13:29:06 bf23f2fdd689: Preparing 13:29:06 4c2c94fc2039: Preparing 13:29:06 0e64f2360a44: Preparing 13:29:06 bf23f2fdd689: Waiting 13:29:06 4c2c94fc2039: Waiting 13:29:06 f305631f3f60: Waiting 13:29:06 324ec2e821b9: Waiting 13:29:06 0e64f2360a44: Waiting 13:29:06 3c0162604599: Layer already exists 13:29:06 de4c6d367e8f: Layer already exists 13:29:06 bcbb2cde5559: Layer already exists 13:29:06 0b7c914b33f8: Layer already exists 13:29:06 9570127fd69c: Layer already exists 13:29:06 324ec2e821b9: Layer already exists 13:29:06 4c2c94fc2039: Layer already exists 13:29:06 0e64f2360a44: Layer already exists 13:29:06 f305631f3f60: Layer already exists 13:29:06 bf23f2fdd689: Layer already exists 13:29:06 4.1.0-dev.73: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:07 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:29:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:29:07 de4c6d367e8f: Preparing 13:29:07 3c0162604599: Preparing 13:29:07 bcbb2cde5559: Preparing 13:29:07 0b7c914b33f8: Preparing 13:29:07 9570127fd69c: Preparing 13:29:07 324ec2e821b9: Preparing 13:29:07 f305631f3f60: Preparing 13:29:07 324ec2e821b9: Waiting 13:29:07 bf23f2fdd689: Preparing 13:29:07 f305631f3f60: Waiting 13:29:07 4c2c94fc2039: Preparing 13:29:07 bf23f2fdd689: Waiting 13:29:07 0e64f2360a44: Preparing 13:29:07 0e64f2360a44: Waiting 13:29:07 bcbb2cde5559: Layer already exists 13:29:07 9570127fd69c: Layer already exists 13:29:07 3c0162604599: Layer already exists 13:29:07 0b7c914b33f8: Layer already exists 13:29:07 de4c6d367e8f: Layer already exists 13:29:07 bf23f2fdd689: Layer already exists 13:29:07 f305631f3f60: Layer already exists 13:29:07 324ec2e821b9: Layer already exists 13:29:07 0e64f2360a44: Layer already exists 13:29:07 4c2c94fc2039: Layer already exists 13:29:07 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:08 + 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 13:29:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 13:29:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 13:29:08 de4c6d367e8f: Preparing 13:29:08 3c0162604599: Preparing 13:29:08 bcbb2cde5559: Preparing 13:29:08 0b7c914b33f8: Preparing 13:29:08 9570127fd69c: Preparing 13:29:08 324ec2e821b9: Preparing 13:29:08 f305631f3f60: Preparing 13:29:08 bf23f2fdd689: Preparing 13:29:08 4c2c94fc2039: Preparing 13:29:08 0e64f2360a44: Preparing 13:29:08 324ec2e821b9: Waiting 13:29:08 f305631f3f60: Waiting 13:29:08 bf23f2fdd689: Waiting 13:29:08 0e64f2360a44: Waiting 13:29:08 4c2c94fc2039: Waiting 13:29:08 de4c6d367e8f: Layer already exists 13:29:08 bcbb2cde5559: Layer already exists 13:29:08 9570127fd69c: Layer already exists 13:29:08 3c0162604599: Layer already exists 13:29:08 0b7c914b33f8: Layer already exists 13:29:08 4c2c94fc2039: Layer already exists 13:29:08 f305631f3f60: Layer already exists 13:29:08 bf23f2fdd689: Layer already exists 13:29:08 0e64f2360a44: Layer already exists 13:29:08 324ec2e821b9: Layer already exists 13:29:08 main: digest: sha256:957fdcd54f3559d790c09bb3653cdd76c18dc21bbe2d8904eb6588e2b2b2e6fb size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:29:08 ===================================================== [Pipeline] echo 13:29:08 taggedImages: 13:29:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:29:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 13:29:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 13:29:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:29:08 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 13:29:08 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 13:29:08 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:29:08 latest 13:29:08 4.1.0-dev.73 13:29:08 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:29:08 main 13:29:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:29:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:29:09 89a637e89d25: Preparing 13:29:09 a1dc44181044: Preparing 13:29:09 c7915b7128fa: Preparing 13:29:09 0b7c914b33f8: Preparing 13:29:09 9570127fd69c: Preparing 13:29:09 918baeedb1c1: Preparing 13:29:09 b28b1cab40fc: Preparing 13:29:09 4ff42a87503f: Preparing 13:29:09 0e64f2360a44: Preparing 13:29:09 918baeedb1c1: Waiting 13:29:09 b28b1cab40fc: Waiting 13:29:09 4ff42a87503f: Waiting 13:29:09 0e64f2360a44: Waiting 13:29:09 9570127fd69c: Layer already exists 13:29:09 0b7c914b33f8: Layer already exists 13:29:09 a1dc44181044: Pushed 13:29:09 89a637e89d25: Pushed 13:29:09 c7915b7128fa: Pushed 13:29:09 b28b1cab40fc: Pushed 13:29:09 0e64f2360a44: Layer already exists 13:29:10 4ff42a87503f: Pushed 13:29:37 918baeedb1c1: Pushed 13:29:37 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:37 + 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 13:29:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 13:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:29:37 89a637e89d25: Preparing 13:29:37 a1dc44181044: Preparing 13:29:37 c7915b7128fa: Preparing 13:29:37 0b7c914b33f8: Preparing 13:29:37 9570127fd69c: Preparing 13:29:37 918baeedb1c1: Preparing 13:29:37 b28b1cab40fc: Preparing 13:29:37 4ff42a87503f: Preparing 13:29:37 0e64f2360a44: Preparing 13:29:37 918baeedb1c1: Waiting 13:29:37 b28b1cab40fc: Waiting 13:29:37 4ff42a87503f: Waiting 13:29:37 0e64f2360a44: Waiting 13:29:37 89a637e89d25: Layer already exists 13:29:37 0b7c914b33f8: Layer already exists 13:29:37 9570127fd69c: Layer already exists 13:29:37 c7915b7128fa: Layer already exists 13:29:37 a1dc44181044: Layer already exists 13:29:37 b28b1cab40fc: Layer already exists 13:29:37 918baeedb1c1: Layer already exists 13:29:37 0e64f2360a44: Layer already exists 13:29:37 4ff42a87503f: Layer already exists 13:29:38 latest: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 13:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:29:38 89a637e89d25: Preparing 13:29:38 a1dc44181044: Preparing 13:29:38 c7915b7128fa: Preparing 13:29:38 0b7c914b33f8: Preparing 13:29:38 9570127fd69c: Preparing 13:29:38 918baeedb1c1: Preparing 13:29:38 b28b1cab40fc: Preparing 13:29:38 918baeedb1c1: Waiting 13:29:38 4ff42a87503f: Preparing 13:29:38 b28b1cab40fc: Waiting 13:29:38 0e64f2360a44: Preparing 13:29:38 4ff42a87503f: Waiting 13:29:38 0e64f2360a44: Waiting 13:29:38 9570127fd69c: Layer already exists 13:29:38 a1dc44181044: Layer already exists 13:29:38 c7915b7128fa: Layer already exists 13:29:38 89a637e89d25: Layer already exists 13:29:38 0b7c914b33f8: Layer already exists 13:29:38 918baeedb1c1: Layer already exists 13:29:38 4ff42a87503f: Layer already exists 13:29:38 b28b1cab40fc: Layer already exists 13:29:38 0e64f2360a44: Layer already exists 13:29:39 4.1.0-dev.73: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:29:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:29:39 89a637e89d25: Preparing 13:29:39 a1dc44181044: Preparing 13:29:39 c7915b7128fa: Preparing 13:29:39 0b7c914b33f8: Preparing 13:29:39 9570127fd69c: Preparing 13:29:39 918baeedb1c1: Preparing 13:29:39 b28b1cab40fc: Preparing 13:29:39 4ff42a87503f: Preparing 13:29:39 918baeedb1c1: Waiting 13:29:39 b28b1cab40fc: Waiting 13:29:39 0e64f2360a44: Preparing 13:29:39 4ff42a87503f: Waiting 13:29:39 0e64f2360a44: Waiting 13:29:39 9570127fd69c: Layer already exists 13:29:39 a1dc44181044: Layer already exists 13:29:39 89a637e89d25: Layer already exists 13:29:39 0b7c914b33f8: Layer already exists 13:29:39 c7915b7128fa: Layer already exists 13:29:39 0e64f2360a44: Layer already exists 13:29:39 b28b1cab40fc: Layer already exists 13:29:39 4ff42a87503f: Layer already exists 13:29:39 918baeedb1c1: Layer already exists 13:29:40 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:40 + 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 13:29:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 13:29:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 13:29:40 89a637e89d25: Preparing 13:29:40 a1dc44181044: Preparing 13:29:40 c7915b7128fa: Preparing 13:29:40 0b7c914b33f8: Preparing 13:29:40 9570127fd69c: Preparing 13:29:40 918baeedb1c1: Preparing 13:29:40 b28b1cab40fc: Preparing 13:29:40 4ff42a87503f: Preparing 13:29:40 0e64f2360a44: Preparing 13:29:40 918baeedb1c1: Waiting 13:29:40 b28b1cab40fc: Waiting 13:29:40 4ff42a87503f: Waiting 13:29:40 0e64f2360a44: Waiting 13:29:40 89a637e89d25: Layer already exists 13:29:40 c7915b7128fa: Layer already exists 13:29:40 0b7c914b33f8: Layer already exists 13:29:40 9570127fd69c: Layer already exists 13:29:40 a1dc44181044: Layer already exists 13:29:40 0e64f2360a44: Layer already exists 13:29:40 4ff42a87503f: Layer already exists 13:29:40 918baeedb1c1: Layer already exists 13:29:40 b28b1cab40fc: Layer already exists 13:29:41 main: digest: sha256:d60f0965ed987faea2e97e50397d8257e1fd186e60c0dff4067f4e7a52c6eafc size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:29:41 ===================================================== [Pipeline] echo 13:29:41 taggedImages: 13:29:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:29:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 13:29:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 13:29:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:29:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 13:29:41 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 13:29:41 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:29:41 latest 13:29:41 4.1.0-dev.73 13:29:41 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:29:41 main 13:29:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:29:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:29:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:29:42 2bf0c084a417: Preparing 13:29:42 c422e517db60: Preparing 13:29:42 4ac330d60893: Preparing 13:29:42 0b7c914b33f8: Preparing 13:29:42 9570127fd69c: Preparing 13:29:42 abe301aad305: Preparing 13:29:42 bf23f2fdd689: Preparing 13:29:42 4c2c94fc2039: Preparing 13:29:42 0e64f2360a44: Preparing 13:29:42 bf23f2fdd689: Waiting 13:29:42 4c2c94fc2039: Waiting 13:29:42 0e64f2360a44: Waiting 13:29:42 abe301aad305: Waiting 13:29:42 9570127fd69c: Layer already exists 13:29:42 0b7c914b33f8: Layer already exists 13:29:42 4ac330d60893: Pushed 13:29:42 bf23f2fdd689: Layer already exists 13:29:42 c422e517db60: Pushed 13:29:42 2bf0c084a417: Pushed 13:29:42 4c2c94fc2039: Layer already exists 13:29:42 0e64f2360a44: Layer already exists 13:30:14 abe301aad305: Pushed 13:30:14 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:15 + 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 13:30:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 13:30:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:30:15 2bf0c084a417: Preparing 13:30:15 c422e517db60: Preparing 13:30:15 4ac330d60893: Preparing 13:30:15 0b7c914b33f8: Preparing 13:30:15 9570127fd69c: Preparing 13:30:15 abe301aad305: Preparing 13:30:15 bf23f2fdd689: Preparing 13:30:15 4c2c94fc2039: Preparing 13:30:15 0e64f2360a44: Preparing 13:30:15 abe301aad305: Waiting 13:30:15 bf23f2fdd689: Waiting 13:30:15 4c2c94fc2039: Waiting 13:30:15 0e64f2360a44: Waiting 13:30:15 c422e517db60: Layer already exists 13:30:15 9570127fd69c: Layer already exists 13:30:15 0b7c914b33f8: Layer already exists 13:30:15 4ac330d60893: Layer already exists 13:30:15 2bf0c084a417: Layer already exists 13:30:15 abe301aad305: Layer already exists 13:30:15 bf23f2fdd689: Layer already exists 13:30:15 4c2c94fc2039: Layer already exists 13:30:15 0e64f2360a44: Layer already exists 13:30:15 latest: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:16 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 13:30:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:30:16 2bf0c084a417: Preparing 13:30:16 c422e517db60: Preparing 13:30:16 4ac330d60893: Preparing 13:30:16 0b7c914b33f8: Preparing 13:30:16 9570127fd69c: Preparing 13:30:16 abe301aad305: Preparing 13:30:16 bf23f2fdd689: Preparing 13:30:16 4c2c94fc2039: Preparing 13:30:16 0e64f2360a44: Preparing 13:30:16 bf23f2fdd689: Waiting 13:30:16 0e64f2360a44: Waiting 13:30:16 4c2c94fc2039: Waiting 13:30:16 abe301aad305: Waiting 13:30:16 0b7c914b33f8: Layer already exists 13:30:16 4ac330d60893: Layer already exists 13:30:16 2bf0c084a417: Layer already exists 13:30:16 c422e517db60: Layer already exists 13:30:16 9570127fd69c: Layer already exists 13:30:16 bf23f2fdd689: Layer already exists 13:30:16 abe301aad305: Layer already exists 13:30:16 4c2c94fc2039: Layer already exists 13:30:16 0e64f2360a44: Layer already exists 13:30:16 4.1.0-dev.73: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:17 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:30:17 2bf0c084a417: Preparing 13:30:17 c422e517db60: Preparing 13:30:17 4ac330d60893: Preparing 13:30:17 0b7c914b33f8: Preparing 13:30:17 9570127fd69c: Preparing 13:30:17 abe301aad305: Preparing 13:30:17 bf23f2fdd689: Preparing 13:30:17 4c2c94fc2039: Preparing 13:30:17 0e64f2360a44: Preparing 13:30:17 bf23f2fdd689: Waiting 13:30:17 4c2c94fc2039: Waiting 13:30:17 0e64f2360a44: Waiting 13:30:17 abe301aad305: Waiting 13:30:17 c422e517db60: Layer already exists 13:30:17 2bf0c084a417: Layer already exists 13:30:17 9570127fd69c: Layer already exists 13:30:17 0b7c914b33f8: Layer already exists 13:30:17 4ac330d60893: Layer already exists 13:30:17 bf23f2fdd689: Layer already exists 13:30:17 abe301aad305: Layer already exists 13:30:17 4c2c94fc2039: Layer already exists 13:30:17 0e64f2360a44: Layer already exists 13:30:17 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:18 + 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 13:30:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 13:30:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 13:30:18 2bf0c084a417: Preparing 13:30:18 c422e517db60: Preparing 13:30:18 4ac330d60893: Preparing 13:30:18 0b7c914b33f8: Preparing 13:30:18 9570127fd69c: Preparing 13:30:18 abe301aad305: Preparing 13:30:18 bf23f2fdd689: Preparing 13:30:18 abe301aad305: Waiting 13:30:18 4c2c94fc2039: Preparing 13:30:18 bf23f2fdd689: Waiting 13:30:18 0e64f2360a44: Preparing 13:30:18 4c2c94fc2039: Waiting 13:30:18 0e64f2360a44: Waiting 13:30:18 c422e517db60: Layer already exists 13:30:18 2bf0c084a417: Layer already exists 13:30:18 0b7c914b33f8: Layer already exists 13:30:18 9570127fd69c: Layer already exists 13:30:18 4ac330d60893: Layer already exists 13:30:18 4c2c94fc2039: Layer already exists 13:30:18 bf23f2fdd689: Layer already exists 13:30:18 abe301aad305: Layer already exists 13:30:18 0e64f2360a44: Layer already exists 13:30:18 main: digest: sha256:d925b21ee061c36f83cbf299ef5e16c700ac13c7a0f8e76f103a38901528ea9d size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:30:18 ===================================================== [Pipeline] echo 13:30:18 taggedImages: 13:30:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 13:30:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 13:30:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:18 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 13:30:18 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 13:30:18 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:18 latest 13:30:18 4.1.0-dev.73 13:30:18 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:18 main 13:30:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:30:19 980932e8b82c: Preparing 13:30:19 2ed6f4aceb6b: Preparing 13:30:19 0b7c914b33f8: Preparing 13:30:19 9570127fd69c: Preparing 13:30:19 e8974f2315f7: Preparing 13:30:19 238f456f9845: Preparing 13:30:19 0e64f2360a44: Preparing 13:30:19 238f456f9845: Waiting 13:30:19 0e64f2360a44: Waiting 13:30:19 9570127fd69c: Layer already exists 13:30:19 0b7c914b33f8: Layer already exists 13:30:19 0e64f2360a44: Layer already exists 13:30:19 980932e8b82c: Pushed 13:30:19 e8974f2315f7: Pushed 13:30:21 238f456f9845: Pushed 13:30:29 2ed6f4aceb6b: Pushed 13:30:29 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 13:30:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:30:30 980932e8b82c: Preparing 13:30:30 2ed6f4aceb6b: Preparing 13:30:30 0b7c914b33f8: Preparing 13:30:30 9570127fd69c: Preparing 13:30:30 e8974f2315f7: Preparing 13:30:30 238f456f9845: Preparing 13:30:30 0e64f2360a44: Preparing 13:30:30 238f456f9845: Waiting 13:30:30 e8974f2315f7: Layer already exists 13:30:30 9570127fd69c: Layer already exists 13:30:30 980932e8b82c: Layer already exists 13:30:30 0b7c914b33f8: Layer already exists 13:30:30 2ed6f4aceb6b: Layer already exists 13:30:30 238f456f9845: Layer already exists 13:30:30 0e64f2360a44: Layer already exists 13:30:30 latest: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:30 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 13:30:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:30:31 980932e8b82c: Preparing 13:30:31 2ed6f4aceb6b: Preparing 13:30:31 0b7c914b33f8: Preparing 13:30:31 9570127fd69c: Preparing 13:30:31 e8974f2315f7: Preparing 13:30:31 238f456f9845: Preparing 13:30:31 0e64f2360a44: Preparing 13:30:31 238f456f9845: Waiting 13:30:31 0e64f2360a44: Waiting 13:30:31 980932e8b82c: Layer already exists 13:30:31 e8974f2315f7: Layer already exists 13:30:31 9570127fd69c: Layer already exists 13:30:31 0b7c914b33f8: Layer already exists 13:30:31 2ed6f4aceb6b: Layer already exists 13:30:31 238f456f9845: Layer already exists 13:30:31 0e64f2360a44: Layer already exists 13:30:31 4.1.0-dev.73: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:31 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:32 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:30:32 980932e8b82c: Preparing 13:30:32 2ed6f4aceb6b: Preparing 13:30:32 0b7c914b33f8: Preparing 13:30:32 9570127fd69c: Preparing 13:30:32 e8974f2315f7: Preparing 13:30:32 238f456f9845: Preparing 13:30:32 0e64f2360a44: Preparing 13:30:32 238f456f9845: Waiting 13:30:32 0e64f2360a44: Waiting 13:30:32 2ed6f4aceb6b: Layer already exists 13:30:32 9570127fd69c: Layer already exists 13:30:32 e8974f2315f7: Layer already exists 13:30:32 980932e8b82c: Layer already exists 13:30:32 0b7c914b33f8: Layer already exists 13:30:32 238f456f9845: Layer already exists 13:30:32 0e64f2360a44: Layer already exists 13:30:32 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 13:30:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 13:30:33 980932e8b82c: Preparing 13:30:33 2ed6f4aceb6b: Preparing 13:30:33 0b7c914b33f8: Preparing 13:30:33 9570127fd69c: Preparing 13:30:33 e8974f2315f7: Preparing 13:30:33 238f456f9845: Preparing 13:30:33 0e64f2360a44: Preparing 13:30:33 0e64f2360a44: Waiting 13:30:33 238f456f9845: Waiting 13:30:33 0b7c914b33f8: Layer already exists 13:30:33 9570127fd69c: Layer already exists 13:30:33 e8974f2315f7: Layer already exists 13:30:33 980932e8b82c: Layer already exists 13:30:33 2ed6f4aceb6b: Layer already exists 13:30:33 238f456f9845: Layer already exists 13:30:33 0e64f2360a44: Layer already exists 13:30:33 main: digest: sha256:23f87a4212ff956589df5dc30d55bc17052b8321be0675b7d1bf445017cabdf4 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:30:33 ===================================================== [Pipeline] echo 13:30:33 taggedImages: 13:30:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 13:30:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 13:30:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:33 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 13:30:33 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 13:30:33 636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:33 latest 13:30:33 4.1.0-dev.73 13:30:33 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:33 main 13:30:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:34 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:30:34 ad5cda95de3c: Preparing 13:30:34 f0c51bc45e2b: Preparing 13:30:34 0b7c914b33f8: Preparing 13:30:34 9570127fd69c: Preparing 13:30:34 26ac6a968752: Preparing 13:30:34 ffcd39ddd7de: Preparing 13:30:34 0e64f2360a44: Preparing 13:30:34 ffcd39ddd7de: Waiting 13:30:34 0e64f2360a44: Waiting 13:30:34 0b7c914b33f8: Layer already exists 13:30:34 9570127fd69c: Layer already exists 13:30:34 26ac6a968752: Pushed 13:30:34 0e64f2360a44: Layer already exists 13:30:34 ad5cda95de3c: Pushed 13:30:35 ffcd39ddd7de: Pushed 13:30:46 f0c51bc45e2b: Pushed 13:30:46 636c0249806ecb81ff5c6dc90fac847d9a5fe90b: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 13:30:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:30:46 ad5cda95de3c: Preparing 13:30:46 f0c51bc45e2b: Preparing 13:30:46 0b7c914b33f8: Preparing 13:30:46 9570127fd69c: Preparing 13:30:46 26ac6a968752: Preparing 13:30:46 ffcd39ddd7de: Preparing 13:30:46 0e64f2360a44: Preparing 13:30:46 ffcd39ddd7de: Waiting 13:30:46 0e64f2360a44: Waiting 13:30:46 26ac6a968752: Layer already exists 13:30:46 0b7c914b33f8: Layer already exists 13:30:46 9570127fd69c: Layer already exists 13:30:46 f0c51bc45e2b: Layer already exists 13:30:46 ad5cda95de3c: Layer already exists 13:30:47 0e64f2360a44: Layer already exists 13:30:47 ffcd39ddd7de: Layer already exists 13:30:47 latest: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:47 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 13:30:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:30:47 ad5cda95de3c: Preparing 13:30:47 f0c51bc45e2b: Preparing 13:30:47 0b7c914b33f8: Preparing 13:30:47 9570127fd69c: Preparing 13:30:47 26ac6a968752: Preparing 13:30:47 ffcd39ddd7de: Preparing 13:30:47 0e64f2360a44: Preparing 13:30:47 ffcd39ddd7de: Waiting 13:30:47 0e64f2360a44: Waiting 13:30:47 0b7c914b33f8: Layer already exists 13:30:47 f0c51bc45e2b: Layer already exists 13:30:47 26ac6a968752: Layer already exists 13:30:47 9570127fd69c: Layer already exists 13:30:47 ad5cda95de3c: Layer already exists 13:30:47 ffcd39ddd7de: Layer already exists 13:30:47 0e64f2360a44: Layer already exists 13:30:48 4.1.0-dev.73: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:30:48 ad5cda95de3c: Preparing 13:30:48 f0c51bc45e2b: Preparing 13:30:48 0b7c914b33f8: Preparing 13:30:48 9570127fd69c: Preparing 13:30:48 26ac6a968752: Preparing 13:30:48 ffcd39ddd7de: Preparing 13:30:48 0e64f2360a44: Preparing 13:30:48 ffcd39ddd7de: Waiting 13:30:48 0e64f2360a44: Waiting 13:30:48 26ac6a968752: Layer already exists 13:30:48 f0c51bc45e2b: Layer already exists 13:30:48 ad5cda95de3c: Layer already exists 13:30:48 9570127fd69c: Layer already exists 13:30:48 0b7c914b33f8: Layer already exists 13:30:48 ffcd39ddd7de: Layer already exists 13:30:49 0e64f2360a44: Layer already exists 13:30:49 636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 13:30:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 13:30:49 ad5cda95de3c: Preparing 13:30:49 f0c51bc45e2b: Preparing 13:30:49 0b7c914b33f8: Preparing 13:30:49 9570127fd69c: Preparing 13:30:49 26ac6a968752: Preparing 13:30:49 ffcd39ddd7de: Preparing 13:30:49 0e64f2360a44: Preparing 13:30:49 ffcd39ddd7de: Waiting 13:30:49 0e64f2360a44: Waiting 13:30:49 ad5cda95de3c: Layer already exists 13:30:49 26ac6a968752: Layer already exists 13:30:49 9570127fd69c: Layer already exists 13:30:49 f0c51bc45e2b: Layer already exists 13:30:49 0b7c914b33f8: Layer already exists 13:30:50 ffcd39ddd7de: Layer already exists 13:30:50 0e64f2360a44: Layer already exists 13:30:50 main: digest: sha256:4e234bcde2131017bc2da80fb4ab7cae8ff89502c5fc685b036b2cfcf4417df6 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:30:50 ===================================================== [Pipeline] echo 13:30:50 taggedImages: 13:30:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b 13:30:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 13:30:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 13:30:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 13:30:50 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:50 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.73 [Pipeline] echo 13:30:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:636c0249806ecb81ff5c6dc90fac847d9a5fe90b-4.1.0-dev.73 [Pipeline] echo 13:30:51 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 13:30:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:30:51 13:30:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:30:52 arm64: Pulling from edgex-lftools-log-publisher 13:30:52 8998bd30e6a1: Pulling fs layer 13:30:52 04944245beec: Pulling fs layer 13:30:52 699f458cf7ca: Pulling fs layer 13:30:52 765212b225bb: Pulling fs layer 13:30:52 f23df028b6ca: Pulling fs layer 13:30:52 765212b225bb: Waiting 13:30:52 d65c8cfc05b1: Pulling fs layer 13:30:52 f23df028b6ca: Waiting 13:30:52 2437ff75d9bd: Pulling fs layer 13:30:52 d65c8cfc05b1: Waiting 13:30:52 2437ff75d9bd: Waiting 13:30:52 04944245beec: Verifying Checksum 13:30:52 04944245beec: Download complete 13:30:52 765212b225bb: Verifying Checksum 13:30:52 765212b225bb: Download complete 13:30:52 f23df028b6ca: Verifying Checksum 13:30:52 f23df028b6ca: Download complete 13:30:52 d65c8cfc05b1: Verifying Checksum 13:30:52 d65c8cfc05b1: Download complete 13:30:52 699f458cf7ca: Verifying Checksum 13:30:52 699f458cf7ca: Download complete 13:30:53 8998bd30e6a1: Verifying Checksum 13:30:53 8998bd30e6a1: Download complete 13:30:55 2437ff75d9bd: Verifying Checksum 13:30:55 2437ff75d9bd: Download complete 13:30:58 8998bd30e6a1: Pull complete 13:30:58 04944245beec: Pull complete 13:31:01 699f458cf7ca: Pull complete 13:31:01 765212b225bb: Pull complete 13:31:02 f23df028b6ca: Pull complete 13:31:02 d65c8cfc05b1: Pull complete 13:31:21 2437ff75d9bd: Pull complete 13:31:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:31:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:21 prd-ubuntu20.04-docker-arm64-4c-16g-772188 does not seem to be running inside a container 13:31:21 $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:31:25 $ docker top 0daaa8fb8307c4d9cc96484b11850924370d207c3d5aec69b330caad04db8ec9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:31:26 ---> job-cost.sh 13:31:26 lf-activate-venv: SKIPPING 13:31:26 INFO: No Stack... 13:31:27 INFO: Retrieving Pricing Info for: v3-standard-4 13:31:28 INFO: Archiving Costs [Pipeline] sh 13:31:28 + cat /w/workspace/edgex-go/921/archives/cost.csv 13:31:28 + cut -d, -f6 [Pipeline] lock 13:31:28 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-921-stack-cost] 13:31:28 Resource [jenkins-edgexfoundry-edgex-go-main-921-stack-cost] did not exist. Created. 13:31:28 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-921-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:31:29 + echo total: 0.33000001311302185 [Pipeline] stash 13:31:30 Stashed 1 file(s) [Pipeline] } 13:31:30 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-921-stack-cost] [Pipeline] // lock [Pipeline] } 13:31:30 $ docker stop --time=1 0daaa8fb8307c4d9cc96484b11850924370d207c3d5aec69b330caad04db8ec9 13:31:32 $ docker rm -f --volumes 0daaa8fb8307c4d9cc96484b11850924370d207c3d5aec69b330caad04db8ec9 [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 13:31:32 provisioning config files... 13:31:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/921@tmp/config8590397200026791731tmp [Pipeline] { [Pipeline] sh 13:31:32 + set +x 13:31:32 + curl -s https://codecov.io/bash 13:31:32 + bash -s -- 13:31:32 13:31:32 _____ _ 13:31:32 / ____| | | 13:31:32 | | ___ __| | ___ ___ _____ __ 13:31:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:31:32 | |___| (_) | (_| | __/ (_| (_) \ V / 13:31:32 \_____\___/ \__,_|\___|\___\___/ \_/ 13:31:32 Bash-1.0.6 13:31:32 13:31:32 13:31:32 ==> git version 2.25.1 found 13:31:32 ==> 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 13:31:32 Release-Date: 2020-01-08 13:31:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:31:32 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:31:32 ==> Jenkins CI detected. 13:31:32 current dir:  /w/workspace/edgex-go/921 13:31:32 project root: . 13:31:32 --> token set from env 13:31:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:31:33 ==> Running gcov in . (disable via -X gcov) 13:31:33 ==> Python coveragepy not found 13:31:33 ==> Searching for coverage reports in: 13:31:33 + . 13:31:33 -> Found 1 reports 13:31:33 ==> Detecting git/mercurial file structure 13:31:33 ==> Reading reports 13:31:33 + ./coverage.out bytes=1040111 13:31:33 ==> Appending adjustments 13:31:33 https://docs.codecov.io/docs/fixing-reports 13:31:34 + Found adjustments 13:31:34 ==> Gzipping contents 13:31:34 108K /tmp/codecov.XiYLjf.gz 13:31:34 ==> Uploading reports 13:31:34 url: https://codecov.io 13:31:34 query: branch=main&commit=636c0249806ecb81ff5c6dc90fac847d9a5fe90b&build=921&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F921%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:31:34 -> Pinging Codecov 13:31:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=636c0249806ecb81ff5c6dc90fac847d9a5fe90b&build=921&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F921%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 13:31:34 -> Uploading to 13:31:34 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/636c0249806ecb81ff5c6dc90fac847d9a5fe90b/83082e84-0864-4f40-9f4e-03e060e9ded4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251031%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251031T133134Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=095bcc299b04298d9a6bd40e831a4733700ba786ef14593dce7b9e6bbb1ce9b9 13:31:34 % Total % Received % Xferd Average Speed Time Time Time Current 13:31:34 Dload Upload Total Spent Left Speed 13:31:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 104k 0 0 100 104k 0 565k --:--:-- --:--:-- --:--:-- 565k 13:31:35 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/636c0249806ecb81ff5c6dc90fac847d9a5fe90b [Pipeline] } 13:31:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 13:31:35 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 13:31:35 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:31:35 13:31:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:31:36 latest: Pulling from edgex-devops/edgex-snyk-go 13:31:36 2d35ebdb57d9: Already exists 13:31:36 85e8836fcdb2: Pulling fs layer 13:31:36 91631faa732a: Pulling fs layer 13:31:36 f3f5ae8826fa: Pulling fs layer 13:31:36 4f4fb700ef54: Pulling fs layer 13:31:36 7861252a18e6: Pulling fs layer 13:31:36 9130f900ef6f: Pulling fs layer 13:31:36 4f4fb700ef54: Waiting 13:31:36 9130f900ef6f: Waiting 13:31:36 7861252a18e6: Waiting 13:31:36 f3f5ae8826fa: Verifying Checksum 13:31:36 f3f5ae8826fa: Download complete 13:31:36 85e8836fcdb2: Verifying Checksum 13:31:36 85e8836fcdb2: Download complete 13:31:36 4f4fb700ef54: Verifying Checksum 13:31:36 4f4fb700ef54: Download complete 13:31:37 7861252a18e6: Verifying Checksum 13:31:37 7861252a18e6: Download complete 13:31:37 91631faa732a: Verifying Checksum 13:31:37 91631faa732a: Download complete 13:31:37 85e8836fcdb2: Pull complete 13:31:38 9130f900ef6f: Verifying Checksum 13:31:38 9130f900ef6f: Download complete 13:31:43 91631faa732a: Pull complete 13:31:43 f3f5ae8826fa: Pull complete 13:31:43 4f4fb700ef54: Pull complete 13:31:44 7861252a18e6: Pull complete 13:31:48 9130f900ef6f: Pull complete 13:31:48 Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e 13:31:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 13:31:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:48 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 13:31:48 $ 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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 13:31:54 $ docker top bf6d466fc7ab43b17fc54737f36c3a83497dba85490cc880fc4e74930630d9a1 -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:54 + git config --global --add safe.directory /w/workspace/edgex-go/921 [Pipeline] echo 13:31:54 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 13:31:55 + set -o pipefail 13:31:55 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 13:32:05 13:32:05 Monitoring /w/workspace/edgex-go/921 (github.com/edgexfoundry/edgex-go)... 13:32:05 13:32:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/71d87457-1f07-4d74-bd46-3edf9fb22a64 13:32:05 13:32:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 13:32:05 [Pipeline] } 13:32:05 $ docker stop --time=1 bf6d466fc7ab43b17fc54737f36c3a83497dba85490cc880fc4e74930630d9a1 13:32:14 $ docker rm -f --volumes bf6d466fc7ab43b17fc54737f36c3a83497dba85490cc880fc4e74930630d9a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 13:32:14 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:32:14 provisioning config files... 13:32:14 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/921@tmp/config6162955792114431783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:32:15 --> edgex-publish-swagger.sh 13:32:15 === Publish openapi API === 13:32:15 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 13:32:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/921/openapi/core-command.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 381 188k --:--:-- --:--:-- --:--:-- 187k 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:15 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/921/openapi/core-data.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 455 507k --:--:-- --:--:-- --:--:-- 507k 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:15 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/921/openapi/core-keeper.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 628 281k --:--:-- --:--:-- --:--:-- 281k 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:15 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/921/openapi/core-metadata.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 415 986k --:--:-- --:--:-- --:--:-- 986k 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:15 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/921/openapi/security-proxy-auth.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 702 254k --:--:-- --:--:-- --:--:-- 254k 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:15 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/921/openapi/security-secretstore-setup.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 573 34026 --:--:-- --:--:-- --:--:-- 34600 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:15 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/921/openapi/support-notifications.yaml] 13:32:15 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:15 Dload Upload Total Spent Left Speed 13:32:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 511 756k --:--:-- --:--:-- --:--:-- 757k 13:32:15 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:15 13:32:16 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/921/openapi/support-scheduler.yaml] 13:32:16 % Total % Received % Xferd Average Speed Time Time Time Current 13:32:16 Dload Upload Total Spent Left Speed 13:32: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 584 438k --:--:-- --:--:-- --:--:-- 438k 13:32:16 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 13:32:16 [Pipeline] } 13:32: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 13:32:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:32:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:32:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:16 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 13:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 13:32:17 $ docker top 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f -eo pid,comm 13:32: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). 13:32:17 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:32:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:32:17 [ssh-agent] Looking for ssh-agent implementation... 13:32:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:32:17 $ docker exec 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f ssh-agent 13:32:17 SSH_AUTH_SOCK=/tmp/ssh-2boLdWCfAxxe/agent.32 13:32:17 SSH_AGENT_PID=38 13:32:17 Running ssh-add (command line suppressed) 13:32:17 Identity added: /w/workspace/edgex-go/921@tmp/private_key_8846527494467391023.key (/w/workspace/edgex-go/921@tmp/private_key_8846527494467391023.key) 13:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:32:18 + git semver tag 13:32:18 2025-10-31 13:32:18,265 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:32:18 2025-10-31 13:32:18,269 [run_tag] DEBUG tag force:False 13:32:18 2025-10-31 13:32:18,269 [check_head_tag] DEBUG check head tag 13:32:18 2025-10-31 13:32:18,270 [execute] INFO git cat-file --batch-check 13:32:18 2025-10-31 13:32:18,270 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/921, stdin=, shell=False, universal_newlines=False) 13:32:18 2025-10-31 13:32:18,271 [execute] INFO git cat-file --batch 13:32:18 2025-10-31 13:32:18,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/921, stdin=, shell=False, universal_newlines=False) 13:32:18 2025-10-31 13:32:18,295 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 13:32:18 2025-10-31 13:32:18,295 [execute] INFO git tag -a v4.1.0-dev.73 -m v4.1.0-dev.73 13:32:18 2025-10-31 13:32:18,295 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.73', '-m', 'v4.1.0-dev.73'], cwd=/w/workspace/edgex-go/921, stdin=None, shell=False, universal_newlines=False) 13:32:18 2025-10-31 13:32:18,297 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 13:32:18 4.1.0-dev.73 [Pipeline] } 13:32:18 $ docker exec --env ******** --env ******** 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f ssh-agent -k 13:32:18 unset SSH_AUTH_SOCK; 13:32:18 unset SSH_AGENT_PID; 13:32:18 echo Agent pid 38 killed; 13:32:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:32:18 + git semver [Pipeline] } 13:32:19 $ docker stop --time=1 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f 13:32:20 $ docker rm -f --volumes 34869ab51968fc3ebad5f11bf81f938d56677e7fe26399fe8d2dbf6716efdc7f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:32:21 13:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:32:21 0.23.1-centos7: Pulling from edgex-lftools 13:32:21 ab5ef0e58194: Pulling fs layer 13:32:21 9712f1f96733: Pulling fs layer 13:32:21 63f879dbbcfc: Pulling fs layer 13:32:21 0d9ebad4ef96: Pulling fs layer 13:32:21 e9a5061849ea: Pulling fs layer 13:32:21 0d9ebad4ef96: Waiting 13:32:21 d747dcd14b5f: Pulling fs layer 13:32:21 e9a5061849ea: Waiting 13:32:21 2de7ff778b66: Pulling fs layer 13:32:21 d747dcd14b5f: Waiting 13:32:21 2de7ff778b66: Waiting 13:32:21 9712f1f96733: Verifying Checksum 13:32:21 9712f1f96733: Download complete 13:32:21 63f879dbbcfc: Verifying Checksum 13:32:21 63f879dbbcfc: Download complete 13:32:22 e9a5061849ea: Verifying Checksum 13:32:22 e9a5061849ea: Download complete 13:32:22 d747dcd14b5f: Verifying Checksum 13:32:22 d747dcd14b5f: Download complete 13:32:22 0d9ebad4ef96: Verifying Checksum 13:32:22 0d9ebad4ef96: Download complete 13:32:22 ab5ef0e58194: Verifying Checksum 13:32:22 ab5ef0e58194: Download complete 13:32:22 2de7ff778b66: Download complete 13:32:26 ab5ef0e58194: Pull complete 13:32:26 9712f1f96733: Pull complete 13:32:26 63f879dbbcfc: Pull complete 13:32:33 0d9ebad4ef96: Pull complete 13:32:33 e9a5061849ea: Pull complete 13:32:33 d747dcd14b5f: Pull complete 13:32:35 2de7ff778b66: Pull complete 13:32:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 13:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 13:32:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:35 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 13:32:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 13:32:41 $ docker top 18658cab441aaa0a6d75ec3b693e8dec773fc7dbf66ea43b21c07faf6d159c52 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 13:32:41 provisioning config files... 13:32:41 copy managed file [sigul-config] to file:/w/workspace/edgex-go/921@tmp/config6677890592433055262tmp 13:32:41 copy managed file [sigul-password] to file:/w/workspace/edgex-go/921@tmp/config5703543313226054858tmp 13:32:41 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/921@tmp/config13489742207840910943tmp [Pipeline] { [Pipeline] echo 13:32:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 13:32:41 ---> sigul-configuration.sh 13:32:41 gpg: directory `/root/.gnupg' created 13:32:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 13:32:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 13:32:41 gpg: keyring `/root/.gnupg/secring.gpg' created 13:32:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 13:32:41 gpg: CAST5 encrypted data 13:32:41 gpg: encrypted with 1 passphrase 13:32:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 13:32:42 + mkdir /home/jenkins 13:32:42 + mkdir /home/jenkins/sigul [Pipeline] sh 13:32:42 + 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 13:32:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 13:32:42 ---> sigul-install.sh 13:32:42 Sigul already installed; skipping installation. [Pipeline] sh 13:32:43 + git tag --list 13:32:43 0.6.0 13:32:43 0.6.1 13:32:43 0.7.0 13:32:43 0.7.1 13:32:43 v1.0.0 13:32:43 v1.0.1 13:32:43 v1.1.0 13:32:43 v1.2.0 13:32:43 v1.2.1 13:32:43 v1.3.0 13:32:43 v1.3.1 13:32:43 v2.0.0 13:32:43 v2.1.0 13:32:43 v2.1.1 13:32:43 v2.2.0 13:32:43 v2.3.0 13:32:43 v3.0 13:32:43 v3.0.0 13:32:43 v3.1 13:32:43 v3.1.0 13:32:43 v3.1.1 13:32:43 v4.0 13:32:43 v4.0.0 13:32:43 v4.0.1 13:32:43 v4.0.1-dev.1 13:32:43 v4.1.0-dev.1 13:32:43 v4.1.0-dev.10 13:32:43 v4.1.0-dev.11 13:32:43 v4.1.0-dev.12 13:32:43 v4.1.0-dev.13 13:32:43 v4.1.0-dev.14 13:32:43 v4.1.0-dev.15 13:32:43 v4.1.0-dev.16 13:32:43 v4.1.0-dev.17 13:32:43 v4.1.0-dev.18 13:32:43 v4.1.0-dev.19 13:32:43 v4.1.0-dev.2 13:32:43 v4.1.0-dev.20 13:32:43 v4.1.0-dev.21 13:32:43 v4.1.0-dev.22 13:32:43 v4.1.0-dev.23 13:32:43 v4.1.0-dev.24 13:32:43 v4.1.0-dev.25 13:32:43 v4.1.0-dev.26 13:32:43 v4.1.0-dev.27 13:32:43 v4.1.0-dev.28 13:32:43 v4.1.0-dev.29 13:32:43 v4.1.0-dev.3 13:32:43 v4.1.0-dev.30 13:32:43 v4.1.0-dev.31 13:32:43 v4.1.0-dev.32 13:32:43 v4.1.0-dev.33 13:32:43 v4.1.0-dev.34 13:32:43 v4.1.0-dev.35 13:32:43 v4.1.0-dev.36 13:32:43 v4.1.0-dev.37 13:32:43 v4.1.0-dev.38 13:32:43 v4.1.0-dev.39 13:32:43 v4.1.0-dev.4 13:32:43 v4.1.0-dev.40 13:32:43 v4.1.0-dev.41 13:32:43 v4.1.0-dev.42 13:32:43 v4.1.0-dev.43 13:32:43 v4.1.0-dev.44 13:32:43 v4.1.0-dev.45 13:32:43 v4.1.0-dev.46 13:32:43 v4.1.0-dev.47 13:32:43 v4.1.0-dev.48 13:32:43 v4.1.0-dev.49 13:32:43 v4.1.0-dev.5 13:32:43 v4.1.0-dev.50 13:32:43 v4.1.0-dev.51 13:32:43 v4.1.0-dev.52 13:32:43 v4.1.0-dev.53 13:32:43 v4.1.0-dev.54 13:32:43 v4.1.0-dev.55 13:32:43 v4.1.0-dev.56 13:32:43 v4.1.0-dev.57 13:32:43 v4.1.0-dev.58 13:32:43 v4.1.0-dev.59 13:32:43 v4.1.0-dev.6 13:32:43 v4.1.0-dev.60 13:32:43 v4.1.0-dev.61 13:32:43 v4.1.0-dev.62 13:32:43 v4.1.0-dev.63 13:32:43 v4.1.0-dev.64 13:32:43 v4.1.0-dev.65 13:32:43 v4.1.0-dev.66 13:32:43 v4.1.0-dev.67 13:32:43 v4.1.0-dev.68 13:32:43 v4.1.0-dev.69 13:32:43 v4.1.0-dev.7 13:32:43 v4.1.0-dev.70 13:32:43 v4.1.0-dev.71 13:32:43 v4.1.0-dev.72 13:32:43 v4.1.0-dev.73 13:32:43 v4.1.0-dev.8 13:32:43 v4.1.0-dev.9 [Pipeline] sh 13:32:43 + lftools sign git-tag v4.1.0-dev.73 13:32:43 Signing Git tag with Sigul... 13:32:43 Signing v4.1.0-dev.73 [Pipeline] echo 13:32:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 13:32:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 13:32:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 13:32:44 $ docker stop --time=1 18658cab441aaa0a6d75ec3b693e8dec773fc7dbf66ea43b21c07faf6d159c52 13:32:46 $ docker rm -f --volumes 18658cab441aaa0a6d75ec3b693e8dec773fc7dbf66ea43b21c07faf6d159c52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 13:32:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:32:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:32:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:46 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 13:32:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 13:32:47 $ docker top 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 -eo pid,comm 13:32:47 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). 13:32:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:32:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:32:47 [ssh-agent] Looking for ssh-agent implementation... 13:32:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:32:47 $ docker exec 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 ssh-agent 13:32:47 SSH_AUTH_SOCK=/tmp/ssh-CGiV0WxFVLZ4/agent.32 13:32:47 SSH_AGENT_PID=38 13:32:47 Running ssh-add (command line suppressed) 13:32:47 Identity added: /w/workspace/edgex-go/921@tmp/private_key_8281084913100434886.key (/w/workspace/edgex-go/921@tmp/private_key_8281084913100434886.key) 13:32:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:32:48 + git semver bump pre 13:32:48 2025-10-31 13:32:48,286 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:32:48 2025-10-31 13:32:48,290 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 13:32:48 2025-10-31 13:32:48,290 [bump_version] DEBUG bumping version:4.1.0-dev.73 on axis:pre with prefix:dev 13:32:48 2025-10-31 13:32:48,290 [bump_version] DEBUG bumped version:4.1.0-dev.74 13:32:48 2025-10-31 13:32:48,290 [write_version] DEBUG write version:4.1.0-dev.74 to path:/w/workspace/edgex-go/921/.semver/main with force:True 13:32:48 2025-10-31 13:32:48,290 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 13:32:48 2025-10-31 13:32:48,290 [write_file] DEBUG write to file:/w/workspace/edgex-go/921/.semver/main 13:32:48 2025-10-31 13:32:48,293 [execute] INFO git cat-file --batch-check 13:32:48 2025-10-31 13:32:48,293 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/921/.semver, stdin=, shell=False, universal_newlines=False) 13:32:48 2025-10-31 13:32:48,297 [execute] INFO git cat-file --batch 13:32:48 2025-10-31 13:32:48,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/921/.semver, stdin=, shell=False, universal_newlines=False) 13:32:48 2025-10-31 13:32:48,301 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 13:32:48 4.1.0-dev.74 [Pipeline] } 13:32:48 $ docker exec --env ******** --env ******** 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 ssh-agent -k 13:32:48 unset SSH_AUTH_SOCK; 13:32:48 unset SSH_AGENT_PID; 13:32:48 echo Agent pid 38 killed; 13:32:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:32:49 + git semver [Pipeline] } 13:32:49 $ docker stop --time=1 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 13:32:50 $ docker rm -f --volumes 8cb934f0f868346ebacacf545325f2224b09ac0238a7b647dde0f0accde24749 [Pipeline] // withDockerContainer [Pipeline] sh 13:32:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:32:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:32:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:32:51 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 13:32:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 13:32:51 $ docker top 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 -eo pid,comm 13:32:51 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). 13:32:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:32:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:32:51 [ssh-agent] Looking for ssh-agent implementation... 13:32:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:32:51 $ docker exec 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 ssh-agent 13:32:51 SSH_AUTH_SOCK=/tmp/ssh-LQqXsqEzliCo/agent.31 13:32:51 SSH_AGENT_PID=38 13:32:51 Running ssh-add (command line suppressed) 13:32:51 Identity added: /w/workspace/edgex-go/921@tmp/private_key_13557004232136376209.key (/w/workspace/edgex-go/921@tmp/private_key_13557004232136376209.key) 13:32:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:32:52 + git semver push 13:32:52 2025-10-31 13:32:52,494 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:32:52 2025-10-31 13:32:52,497 [run_push] DEBUG push 13:32:52 2025-10-31 13:32:52,498 [execute] INFO git cat-file --batch-check 13:32:52 2025-10-31 13:32:52,498 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/921/.semver, stdin=, shell=False, universal_newlines=False) 13:32:52 2025-10-31 13:32:52,500 [execute] INFO git rev-list 4f365ca578d06af783735439dfa20ddfa4ce5876 -- 13:32:52 2025-10-31 13:32:52,501 [execute] DEBUG Popen(['git', 'rev-list', '4f365ca578d06af783735439dfa20ddfa4ce5876', '--'], cwd=/w/workspace/edgex-go/921/.semver, stdin=None, shell=False, universal_newlines=False) 13:32:52 2025-10-31 13:32:52,521 [execute] INFO git fetch -v -- origin 13:32:52 2025-10-31 13:32:52,521 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/921/.semver, stdin=None, shell=False, universal_newlines=True) 13:32:53 2025-10-31 13:32:53,027 [run_push] DEBUG no remote changes detected 13:32:53 2025-10-31 13:32:53,027 [execute] INFO git push origin semver 13:32:53 2025-10-31 13:32:53,027 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/921/.semver, stdin=None, shell=False, universal_newlines=False) 13:32:53 2025-10-31 13:32:53,971 [run_push] DEBUG push all version tags 13:32:53 2025-10-31 13:32:53,972 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 13:32:53 2025-10-31 13:32:53,972 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/921, stdin=None, shell=False, universal_newlines=False) 13:32:54 2025-10-31 13:32:54,753 [read_version] DEBUG read version from /w/workspace/edgex-go/921/.semver/main 13:32:54 4.1.0-dev.74 [Pipeline] } 13:32:54 $ docker exec --env ******** --env ******** 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 ssh-agent -k 13:32:55 unset SSH_AUTH_SOCK; 13:32:55 unset SSH_AGENT_PID; 13:32:55 echo Agent pid 38 killed; 13:32:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:32:55 + git semver [Pipeline] } 13:32:55 $ docker stop --time=1 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 13:32:56 $ docker rm -f --volumes 8fca69debbb8cfb26706ef382f7fd99d4cbd7f7250d28e8152a78cddc319f346 [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 13:32:57 + [ -d /w/workspace/edgex-go/921/archives ] [Pipeline] libraryResource [Pipeline] sh 13:32:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:32:58 ---> package-listing.sh 13:32:58 ++ facter osfamily 13:32:58 ++ tr '[:upper:]' '[:lower:]' 13:32:58 + OS_FAMILY=debian 13:32:58 + workspace=/w/workspace/edgex-go/921 13:32:58 + START_PACKAGES=/tmp/packages_start.txt 13:32:58 + END_PACKAGES=/tmp/packages_end.txt 13:32:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:32:58 + PACKAGES=/tmp/packages_start.txt 13:32:58 + '[' /w/workspace/edgex-go/921 ']' 13:32:58 + PACKAGES=/tmp/packages_end.txt 13:32:58 + case "${OS_FAMILY}" in 13:32:58 + dpkg -l 13:32:58 + grep '^ii' 13:32:58 + '[' -f /tmp/packages_start.txt ']' 13:32:58 + '[' -f /tmp/packages_end.txt ']' 13:32:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:32:58 + '[' /w/workspace/edgex-go/921 ']' 13:32:58 + mkdir -p /w/workspace/edgex-go/921/archives/ 13:32:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/921/archives/ [Pipeline] echo 13:32:58 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/921/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:32:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:32:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:32:59 13:32:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:33:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:33:00 latest: Pulling from edgex-lftools-log-publisher 13:33:00 5eb5b503b376: Pulling fs layer 13:33:00 5c69ac0246d0: Pulling fs layer 13:33:00 ec43610c2a17: Pulling fs layer 13:33:00 3a2ae6a8a46f: Pulling fs layer 13:33:00 33b1e0a273af: Pulling fs layer 13:33:00 5d3b04190fa2: Pulling fs layer 13:33:00 2f39f015ded8: Pulling fs layer 13:33:00 3a2ae6a8a46f: Waiting 13:33:00 2f39f015ded8: Waiting 13:33:00 33b1e0a273af: Waiting 13:33:00 5d3b04190fa2: Waiting 13:33:00 5c69ac0246d0: Verifying Checksum 13:33:00 5c69ac0246d0: Download complete 13:33:00 3a2ae6a8a46f: Verifying Checksum 13:33:00 3a2ae6a8a46f: Download complete 13:33:00 33b1e0a273af: Download complete 13:33:00 5d3b04190fa2: Verifying Checksum 13:33:00 5d3b04190fa2: Download complete 13:33:00 ec43610c2a17: Verifying Checksum 13:33:00 ec43610c2a17: Download complete 13:33:00 5eb5b503b376: Download complete 13:33:00 2f39f015ded8: Verifying Checksum 13:33:00 2f39f015ded8: Download complete 13:33:01 5eb5b503b376: Pull complete 13:33:01 5c69ac0246d0: Pull complete 13:33:02 ec43610c2a17: Pull complete 13:33:02 3a2ae6a8a46f: Pull complete 13:33:02 33b1e0a273af: Pull complete 13:33:02 5d3b04190fa2: Pull complete 13:33:07 2f39f015ded8: Pull complete 13:33:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:33:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:33:08 prd-ubuntu20.04-docker-8c-8g-772206 does not seem to be running inside a container 13:33:08 $ 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/921/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/921 -v /w/workspace/edgex-go/921:/w/workspace/edgex-go/921:rw,z -v /w/workspace/edgex-go/921@tmp:/w/workspace/edgex-go/921@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 13:33:12 $ docker top 953e1b2ef750d30ab7fccd44c1d0107ceeda518fca843d7e7c1fce237790ca2a -eo pid,comm [Pipeline] { [Pipeline] sh 13:33:13 + touch /tmp/pre-build-complete [Pipeline] sh 13:33:13 + mkdir -p /var/log/sysstat [Pipeline] sh 13:33:13 + ls /var/log/sa-host 13:33:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:33:13 provisioning config files... 13:33:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/921@tmp/config10248062110706347455tmp [Pipeline] { [Pipeline] echo 13:33:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:33:14 ---> create-netrc.sh [Pipeline] } 13:33:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:33:14 ---> python-tools-install.sh [Pipeline] echo 13:33:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:33:14 ---> sudo-logs.sh 13:33:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:33:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:33:15 ---> job-cost.sh 13:33:15 lf-activate-venv: SKIPPING 13:33:15 DEBUG: total: 0.33000001311302185 13:33:15 INFO: Retrieving Stack Cost... 13:33:15 INFO: Retrieving Pricing Info for: v3-standard-8 13:33:15 INFO: Archiving Costs [Pipeline] echo 13:33:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:33:15 ---> logs-deploy.sh 13:33:15 lf-activate-venv: SKIPPING 13:33:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/921 13:33:15 INFO: archiving workspace using pattern(s): 13:33:16 Archives upload complete. 13:33:16 INFO: archiving logs to Nexus 13:33:17 ---> uname -a: 13:33:17 Linux prd-ubuntu20-04-docker-8c-8g-772206 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 13:33:17 13:33:17 13:33:17 ---> lscpu: 13:33:17 Architecture: x86_64 13:33:17 CPU op-mode(s): 32-bit, 64-bit 13:33:17 Byte Order: Little Endian 13:33:17 Address sizes: 40 bits physical, 48 bits virtual 13:33:17 CPU(s): 8 13:33:17 On-line CPU(s) list: 0-7 13:33:17 Thread(s) per core: 1 13:33:17 Core(s) per socket: 1 13:33:17 Socket(s): 8 13:33:17 NUMA node(s): 1 13:33:17 Vendor ID: AuthenticAMD 13:33:17 CPU family: 23 13:33:17 Model: 49 13:33:17 Model name: AMD EPYC-Rome Processor 13:33:17 Stepping: 0 13:33:17 CPU MHz: 2799.998 13:33:17 BogoMIPS: 5599.99 13:33:17 Virtualization: AMD-V 13:33:17 Hypervisor vendor: KVM 13:33:17 Virtualization type: full 13:33:17 L1d cache: 256 KiB 13:33:17 L1i cache: 256 KiB 13:33:17 L2 cache: 4 MiB 13:33:17 L3 cache: 128 MiB 13:33:17 NUMA node0 CPU(s): 0-7 13:33:17 Vulnerability Gather data sampling: Not affected 13:33:17 Vulnerability Itlb multihit: Not affected 13:33:17 Vulnerability L1tf: Not affected 13:33:17 Vulnerability Mds: Not affected 13:33:17 Vulnerability Meltdown: Not affected 13:33:17 Vulnerability Mmio stale data: Not affected 13:33:17 Vulnerability Retbleed: Vulnerable 13:33:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:33:17 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 13:33:17 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 13:33:17 Vulnerability Srbds: Not affected 13:33:17 Vulnerability Tsx async abort: Not affected 13:33:17 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 13:33:17 13:33:17 13:33:17 ---> nproc: 13:33:17 8 13:33:17 13:33:17 13:33:17 ---> df -h: 13:33:17 Filesystem Size Used Avail Use% Mounted on 13:33:17 overlay 155G 34G 122G 22% / 13:33:17 tmpfs 64M 0 64M 0% /dev 13:33:17 tmpfs 16G 0 16G 0% /sys/fs/cgroup 13:33:17 shm 64M 0 64M 0% /dev/shm 13:33:17 /dev/vda1 155G 34G 122G 22% /facter-os 13:33:17 13:33:17 13:33:17 ---> sar -b -r -n DEV: 13:33:17 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772206) 10/31/25 _x86_64_ (8 CPU) 13:33:17 13:33:17 12:37:13 LINUX RESTART (8 CPU) 13:33:17 13:33:17 12:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:33:17 12:39:01 252.28 29.59 222.69 0.00 5581.16 40102.36 0.00 13:33:17 12:40:01 168.52 10.68 157.83 0.00 1682.93 40835.07 0.00 13:33:17 12:41:01 49.51 0.05 49.46 0.00 0.40 39759.26 0.00 13:33:17 12:42:01 46.22 0.15 46.07 0.00 2.13 18460.25 0.00 13:33:17 12:43:01 50.75 1.83 48.92 0.00 2296.57 20699.10 0.00 13:33:17 12:44:01 157.94 2.30 155.64 0.00 266.49 72804.53 0.00 13:33:17 12:45:01 164.34 0.08 164.26 0.00 14.26 161785.84 0.00 13:33:17 12:46:01 402.90 11.65 391.25 0.00 101.30 94232.32 0.00 13:33:17 12:47:01 225.43 1.95 223.48 0.00 15.60 160631.49 0.00 13:33:17 12:48:01 366.32 1.10 365.22 0.00 8.80 73795.57 0.00 13:33:17 12:49:01 238.03 0.10 237.93 0.00 0.80 121692.46 0.00 13:33:17 12:50:01 411.36 0.03 411.33 0.00 0.27 168789.47 0.00 13:33:17 12:51:01 512.11 0.02 512.10 0.00 1.33 31981.87 0.00 13:33:17 12:52:01 26.48 0.02 26.47 0.00 2.00 723.47 0.00 13:33:17 12:53:01 23.55 0.02 23.53 0.00 0.13 576.70 0.00 13:33:17 12:54:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 13:33:17 12:55:01 0.95 0.00 0.95 0.00 0.00 11.60 0.00 13:33:17 12:56:01 1.38 0.00 1.38 0.00 0.00 16.40 0.00 13:33:17 12:57:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 13:33:17 12:58:01 1.68 0.00 1.68 0.00 0.00 19.60 0.00 13:33:17 12:59:01 1.00 0.00 1.00 0.00 0.00 10.26 0.00 13:33:17 13:00:01 1.52 0.00 1.52 0.00 0.00 17.20 0.00 13:33:17 13:01:01 0.93 0.00 0.93 0.00 0.00 9.73 0.00 13:33:17 13:02:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 13:33:17 13:03:01 1.20 0.00 1.20 0.00 0.00 14.00 0.00 13:33:17 13:04:01 1.27 0.00 1.27 0.00 0.00 15.33 0.00 13:33:17 13:05:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 13:33:17 13:06:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 13:33:17 13:07:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 13:33:17 13:08:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 13:33:17 13:09:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 13:33:17 13:10:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 13:33:17 13:11:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 13:33:17 13:12:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 13:33:17 13:13:01 1.38 0.30 1.08 0.00 16.80 12.40 0.00 13:33:17 13:14:01 3.20 1.42 1.78 0.00 31.19 21.59 0.00 13:33:17 13:15:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 13:33:17 13:16:01 1.62 0.00 1.62 0.00 0.00 17.60 0.00 13:33:17 13:17:01 1.07 0.02 1.05 0.00 0.13 11.46 0.00 13:33:17 13:18:01 1.53 0.00 1.53 0.00 0.00 18.26 0.00 13:33:17 13:19:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 13:33:17 13:20:01 1.28 0.00 1.28 0.00 0.00 14.93 0.00 13:33:17 13:21:02 1.05 0.00 1.05 0.00 0.00 11.86 0.00 13:33:17 13:22:01 1.51 0.00 1.51 0.00 0.00 18.71 0.00 13:33:17 13:23:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 13:33:17 13:24:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 13:33:17 13:25:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 13:33:17 13:26:01 1.75 0.00 1.75 0.00 0.00 19.99 0.00 13:33:17 13:27:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 13:33:17 13:28:01 1.63 0.00 1.63 0.00 0.00 18.80 0.00 13:33:17 13:29:01 1.05 0.00 1.05 0.00 0.00 13.06 0.00 13:33:17 13:30:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 13:33:17 13:31:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 13:33:17 13:32:01 55.69 0.60 55.09 0.00 13.46 32249.83 0.00 13:33:17 13:33:01 128.20 0.35 127.85 0.00 17.86 38083.39 0.00 13:33:17 Average: 60.49 1.12 59.37 0.00 181.20 20329.07 0.00 13:33:17 13:33:17 12:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:33:17 12:39:01 28476556 31526644 762684 2.32 87572 3238908 1773848 5.23 1008912 2981628 397456 13:33:17 12:40:01 26318788 31013840 1260164 3.83 125680 4706824 2496288 7.36 2182552 3811300 726900 13:33:17 12:41:01 26406216 31277768 994716 3.03 129812 4856616 2302348 6.79 1798464 4086992 269100 13:33:17 12:42:01 25971268 31359144 911432 2.77 135160 5326460 2186484 6.45 1782020 4498868 232668 13:33:17 12:43:01 25320864 31487240 776840 2.36 139280 6073104 1752484 5.17 2024164 4869428 396932 13:33:17 12:44:01 22083084 31369100 887816 2.70 151124 9128168 2186880 6.45 2297836 7766140 2921524 13:33:17 12:45:01 20204964 31384512 866096 2.63 156844 10956676 2170860 6.40 2291048 9590520 21352 13:33:17 12:46:01 15538716 31320272 912620 2.78 324000 15008224 2662612 7.85 2893864 13245960 1807304 13:33:17 12:47:01 11340712 31394608 844608 2.57 368284 19081580 2129804 6.28 3135648 17055672 1075228 13:33:17 12:48:01 5668260 28404536 3758616 11.43 406540 21368296 11014936 32.47 6839212 18555072 1567092 13:33:17 12:49:01 1810800 27052648 5119784 15.58 420708 23763032 10532420 31.05 9263832 19908056 656288 13:33:17 12:50:01 3689864 31047452 1151876 3.50 434404 25873892 3267744 9.63 5454996 21890156 131340 13:33:17 12:51:01 5266708 31418084 818284 2.49 442392 24769276 2030844 5.99 3781340 22146400 568 13:33:17 12:52:01 5251080 31404312 831576 2.53 443868 24769676 2045220 6.03 4047748 21894080 560 13:33:17 12:53:01 5263352 31417840 817512 2.49 444880 24770004 1900944 5.60 4432000 21495692 76 13:33:17 12:54:01 5263300 31417808 817744 2.49 444900 24770008 1900944 5.60 4431900 21495696 8 13:33:17 12:55:01 5276316 31430876 804544 2.45 444932 24770012 1900944 5.60 4417652 21495700 164 13:33:17 12:56:01 5277440 31432012 803852 2.45 444944 24770016 1900944 5.60 4417056 21495704 8 13:33:17 12:57:01 5286180 31440776 795016 2.42 444964 24770016 1900944 5.60 4408544 21495704 148 13:33:17 12:58:01 5286628 31441276 794476 2.42 445008 24770020 1917204 5.65 4408616 21495708 32 13:33:17 12:59:01 5286748 31441472 794360 2.42 445028 24770084 1917204 5.65 4408684 21495764 180 13:33:17 13:00:01 5286432 31441188 794632 2.42 445048 24770088 1917204 5.65 4408736 21495776 172 13:33:17 13:01:01 5286456 31441224 794592 2.42 445060 24770088 1917204 5.65 4408424 21495776 4 13:33:17 13:02:01 5286568 31441364 794580 2.42 445076 24770092 1917204 5.65 4408788 21495780 204 13:33:17 13:03:01 5286544 31441376 794548 2.42 445116 24770088 1917204 5.65 4408536 21495784 12 13:33:17 13:04:01 5286520 31441396 794440 2.42 445148 24770100 1917204 5.65 4409136 21495788 192 13:33:17 13:05:01 5282912 31437812 798020 2.43 445172 24770104 1917204 5.65 4413080 21495792 4 13:33:17 13:06:01 5282320 31437252 798472 2.43 445200 24770108 1917204 5.65 4413380 21495792 184 13:33:17 13:07:01 5282532 31437500 798180 2.43 445228 24770112 1917204 5.65 4413300 21495800 164 13:33:17 13:08:01 5281572 31436696 798932 2.43 445276 24770236 1917204 5.65 4412848 21495924 40 13:33:17 13:09:01 5281820 31437000 798788 2.43 445308 24770244 1917204 5.65 4413380 21495932 168 13:33:17 13:10:01 5281740 31436964 798764 2.43 445344 24770248 1917204 5.65 4413204 21495936 184 13:33:17 13:11:01 5282016 31437240 798460 2.43 445372 24770248 1917204 5.65 4412888 21495936 12 13:33:17 13:12:01 5282024 31437284 798392 2.43 445392 24770252 1917204 5.65 4412916 21495944 64 13:33:17 13:13:01 5280360 31436144 799468 2.43 445428 24770744 1917204 5.65 4415988 21496252 40 13:33:17 13:14:01 5273304 31431148 804340 2.45 445448 24771700 1917204 5.65 4420816 21496624 176 13:33:17 13:15:01 5272824 31430672 804784 2.45 445472 24771704 1917204 5.65 4420416 21496608 24 13:33:17 13:16:01 5273312 31431184 804252 2.45 445500 24771704 1917204 5.65 4420184 21496604 16 13:33:17 13:17:01 5272752 31430772 804628 2.45 445524 24771832 1917204 5.65 4420212 21496720 4 13:33:17 13:18:01 5272444 31430532 804780 2.45 445572 24771824 1917204 5.65 4420588 21496736 24 13:33:17 13:19:01 5272260 31430384 804784 2.45 445580 24771840 1917204 5.65 4420584 21496740 8 13:33:17 13:20:01 5272000 31430132 804980 2.45 445608 24771840 1917204 5.65 4420676 21496740 192 13:33:17 13:21:02 5271496 31429676 805456 2.45 445632 24771844 1917204 5.65 4420748 21496748 224 13:33:17 13:22:01 5271464 31429696 805408 2.45 445668 24771856 1917204 5.65 4420824 21496756 184 13:33:17 13:23:01 5271188 31429424 805644 2.45 445688 24771856 1917204 5.65 4420816 21496756 184 13:33:17 13:24:01 5271084 31429388 805656 2.45 445724 24771860 1917204 5.65 4421052 21496764 196 13:33:17 13:25:01 5270920 31429224 805780 2.45 445748 24771860 1917204 5.65 4420908 21496764 16 13:33:17 13:26:01 5271112 31429476 805760 2.45 445784 24771864 1917204 5.65 4421244 21496764 28 13:33:17 13:27:01 5271168 31429552 805672 2.45 445808 24771864 1917204 5.65 4421084 21496764 20 13:33:17 13:28:01 5271364 31429788 805392 2.45 445828 24771868 1917204 5.65 4421124 21496768 188 13:33:17 13:29:01 5271380 31429824 805300 2.45 445852 24771872 1917204 5.65 4421116 21496772 52 13:33:17 13:30:01 5270984 31429452 805676 2.45 445868 24771876 1917204 5.65 4420896 21496776 32 13:33:17 13:31:01 5271184 31429796 805484 2.45 445876 24772008 1917204 5.65 4421312 21496908 192 13:33:17 13:32:01 3717564 31083960 1143240 3.48 480452 25831728 2372288 6.99 4853252 22488104 356592 13:33:17 13:33:01 3465448 31363972 867888 2.64 499296 26311788 2033936 6.00 4570428 22995236 224916 13:33:17 Average: 7933326 31269286 967087 2.94 402099 22129641 2320885 6.84 4190709 19202493 196175 13:33:17 13:33:17 12:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:33:17 12:39:01 docker0 603.07 554.99 43.54 3043.04 0.00 0.00 0.00 0.00 13:33:17 12:39:01 ens3 1264.48 1101.80 13580.15 178.07 0.00 0.00 0.00 0.00 13:33:17 12:39:01 lo 4.34 4.34 0.44 0.44 0.00 0.00 0.00 0.00 13:33:17 12:40:01 docker0 239.68 294.72 20.20 1697.06 0.00 0.00 0.00 0.00 13:33:17 12:40:01 vethba9476b 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:33:17 12:40:01 ens3 332.17 260.47 1732.20 38.39 0.00 0.00 0.00 0.00 13:33:17 12:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:41:01 docker0 1.03 1.03 0.08 0.09 0.00 0.00 0.00 0.00 13:33:17 12:41:01 vethba9476b 1.03 1.07 0.09 0.09 0.00 0.00 0.00 0.00 13:33:17 12:41:01 ens3 22.40 12.31 17.85 9.80 0.00 0.00 0.00 0.00 13:33:17 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:42:01 vethba9476b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:42:01 ens3 18.51 13.03 18.79 9.05 0.00 0.00 0.00 0.00 13:33:17 12:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:43:01 vethba9476b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:43:01 ens3 71.11 35.99 1416.83 8.73 0.00 0.00 0.00 0.00 13:33:17 12:43:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 13:33:17 12:44:01 docker0 11.38 21.98 0.83 286.91 0.00 0.00 0.00 0.00 13:33:17 12:44:01 veth6b83f90 0.05 0.33 0.00 0.02 0.00 0.00 0.00 0.00 13:33:17 12:44:01 veth0cf00a8 2.25 4.17 0.19 48.79 0.00 0.00 0.00 0.00 13:33:17 12:44:01 veth240dc7a 2.42 5.63 0.21 69.85 0.00 0.00 0.00 0.01 13:33:17 12:44:01 veth6965361 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:44:01 vethd01483f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:44:01 vethe3d4238 0.40 0.77 0.04 0.15 0.00 0.00 0.00 0.00 13:33:17 12:44:01 ens3 126.33 77.50 2509.08 20.04 0.00 0.00 0.00 0.00 13:33:17 12:44:01 veth7a4dce0 2.03 4.73 0.17 43.23 0.00 0.00 0.00 0.00 13:33:17 12:44:01 lo 1.67 1.67 0.16 0.16 0.00 0.00 0.00 0.00 13:33:17 12:44:01 veth58ab9cf 4.17 2.25 48.79 0.19 0.00 0.00 0.00 0.00 13:33:17 12:44:01 vethba47004 5.63 2.42 69.85 0.21 0.00 0.00 0.00 0.00 13:33:17 12:44:01 veth98b491c 4.23 8.53 0.38 124.98 0.00 0.00 0.00 0.01 13:33:17 12:45:01 docker0 23.41 43.81 1.64 634.04 0.00 0.00 0.00 0.00 13:33:17 12:45:01 veth6eef497 1.88 3.37 0.15 42.59 0.00 0.00 0.00 0.00 13:33:17 12:45:01 veth7c0b0c1 3.72 5.17 0.33 43.45 0.00 0.00 0.00 0.00 13:33:17 12:45:01 vethe3d4238 0.08 0.92 0.00 0.04 0.00 0.00 0.00 0.00 13:33:17 12:45:01 ens3 65.42 35.08 651.89 11.63 0.00 0.00 0.00 0.00 13:33:17 12:45:01 vethad915b0 1.55 3.15 0.13 42.56 0.00 0.00 0.00 0.00 13:33:17 12:45:01 veth7e01bf7 1.57 3.18 0.13 42.58 0.00 0.00 0.00 0.00 13:33:17 12:45:01 veth978d4c2 1.65 3.48 0.14 42.58 0.00 0.00 0.00 0.00 13:33:17 12:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:45:01 veth8fd51a3 1.57 3.15 0.13 42.56 0.00 0.00 0.00 0.00 13:33:17 12:46:01 docker0 510.93 738.25 43.93 7168.06 0.00 0.00 0.00 0.00 13:33:17 12:46:01 veth55e11e1 101.52 155.40 10.03 1303.64 0.00 0.00 0.00 0.11 13:33:17 12:46:01 vethc988715 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:46:01 vethe3d4238 0.42 1.65 0.04 0.19 0.00 0.00 0.00 0.00 13:33:17 12:46:01 ens3 799.85 545.82 8046.66 66.63 0.00 0.00 0.00 0.00 13:33:17 12:46:01 veth8d0c38f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:46:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 13:33:17 12:47:01 docker0 105.68 161.81 8.90 1331.61 0.00 0.00 0.00 0.00 13:33:17 12:47:01 vethe3d4238 0.08 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:33:17 12:47:01 ens3 174.37 114.85 1342.32 15.63 0.00 0.00 0.00 0.00 13:33:17 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:48:01 docker0 0.68 0.05 0.02 0.00 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth1e7d4a1 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth69c2231 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth2967007 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 vethe3f957b 0.05 0.42 0.00 0.02 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth4f3fe88 0.05 0.45 0.00 0.02 0.00 0.00 0.00 0.00 13:33:17 12:48:01 vethd5b6a8c 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth10a2b90 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth93c43e8 0.05 0.50 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth065227d 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth97acc89 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 vethe3d4238 0.08 0.65 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 ens3 15.98 10.91 12.69 7.31 0.00 0.00 0.00 0.00 13:33:17 12:48:01 vethe98fc91 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 13:33:17 12:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:48:01 veth1496e0a 0.05 0.45 0.00 0.02 0.00 0.00 0.00 0.00 13:33:17 12:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth1e7d4a1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth69c2231 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth2967007 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 vethe3f957b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth4f3fe88 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth10a2b90 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth065227d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth97acc89 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 vethe3d4238 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 ens3 5.85 8.75 1.48 48.25 0.00 0.00 0.00 0.00 13:33:17 12:49:01 vethe98fc91 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:49:01 veth1496e0a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth1e7d4a1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth37bc97d 0.48 0.05 0.03 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth69c2231 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth2967007 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth4f3fe88 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth10a2b90 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth065227d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth97acc89 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 vethe3d4238 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:50:01 ens3 27.01 43.08 10.14 171.06 0.00 0.00 0.00 0.00 13:33:17 12:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:50:01 veth1496e0a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:51:01 docker0 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:51:01 ens3 153.03 132.16 95.14 487.00 0.00 0.00 0.00 0.00 13:33:17 12:51:01 lo 12.53 12.53 1.24 1.24 0.00 0.00 0.00 0.00 13:33:17 12:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:52:01 ens3 386.38 382.77 187.08 1789.06 0.00 0.00 0.00 0.00 13:33:17 12:52:01 lo 34.47 34.47 3.37 3.37 0.00 0.00 0.00 0.00 13:33:17 12:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:53:01 ens3 327.86 314.30 138.72 2065.66 0.00 0.00 0.00 0.00 13:33:17 12:53:01 lo 22.93 22.93 2.24 2.24 0.00 0.00 0.00 0.00 13:33:17 12:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:54:01 ens3 0.48 0.08 0.06 0.01 0.00 0.00 0.00 0.00 13:33:17 12:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:55:01 ens3 1.08 0.62 2.41 0.23 0.00 0.00 0.00 0.00 13:33:17 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:56:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 12:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:57:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:58:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:33:17 12:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 12:59:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:00:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:01:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:02:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:03:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 13:33:17 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:04:01 ens3 0.53 0.08 0.06 0.01 0.00 0.00 0.00 0.00 13:33:17 13:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:05:01 ens3 2.18 2.90 0.48 13.91 0.00 0.00 0.00 0.00 13:33:17 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:06:01 ens3 0.12 0.07 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:07:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:08:01 ens3 1.97 5.43 0.20 7.27 0.00 0.00 0.00 0.00 13:33:17 13:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:09:01 ens3 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:10:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:11:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:12:01 ens3 0.18 0.13 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:13:01 ens3 16.05 25.88 1.92 36.06 0.00 0.00 0.00 0.00 13:33:17 13:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:14:01 ens3 19.04 25.36 4.72 75.73 0.00 0.00 0.00 0.00 13:33:17 13:14:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:33:17 13:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:15:01 ens3 1.73 1.47 0.98 1.21 0.00 0.00 0.00 0.00 13:33:17 13:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:16:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:17:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:18:01 ens3 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 13:33:17 13:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:19:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:20:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:21:02 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:22:01 ens3 0.14 0.10 0.02 0.01 0.00 0.00 0.00 0.00 13:33:17 13:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:23:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 13:33:17 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:24:01 ens3 0.40 0.23 0.21 0.08 0.00 0.00 0.00 0.00 13:33:17 13:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:25:01 ens3 0.37 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:33:17 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:26:01 ens3 1.60 0.70 0.62 0.42 0.00 0.00 0.00 0.00 13:33:17 13:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:27:01 ens3 2.72 0.87 0.96 0.62 0.00 0.00 0.00 0.00 13:33:17 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:28:01 ens3 1.67 0.55 0.59 0.41 0.00 0.00 0.00 0.00 13:33:17 13:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:29:01 ens3 3.98 0.43 0.83 0.33 0.00 0.00 0.00 0.00 13:33:17 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:30:01 ens3 3.10 0.25 0.51 0.20 0.00 0.00 0.00 0.00 13:33:17 13:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 13:33:17 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:31:01 ens3 4.02 1.05 1.13 0.70 0.00 0.00 0.00 0.00 13:33:17 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:33:17 13:32:01 docker0 70.75 87.95 5.60 853.02 0.00 0.00 0.00 0.00 13:33:17 13:32:01 veth1df9c9d 70.75 88.07 6.56 853.03 0.00 0.00 0.00 0.07 13:33:17 13:32:01 ens3 230.98 153.81 4893.44 23.76 0.00 0.00 0.00 0.00 13:33:17 13:32:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 13:33:17 13:33:01 docker0 15.26 18.50 2.03 52.46 0.00 0.00 0.00 0.00 13:33:17 13:33:01 ens3 342.58 240.63 5843.36 146.82 0.00 0.00 0.00 0.00 13:33:17 13:33:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 13:33:17 Average: docker0 28.60 34.82 2.29 273.17 0.00 0.00 0.00 0.00 13:33:17 Average: ens3 80.16 64.26 732.90 95.16 0.00 0.00 0.00 0.00 13:33:17 Average: lo 1.54 1.54 0.15 0.15 0.00 0.00 0.00 0.00 13:33:17 13:33:17 13:33:17 ---> sar -P ALL: 13:33:17 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772206) 10/31/25 _x86_64_ (8 CPU) 13:33:17 13:33:17 12:37:13 LINUX RESTART (8 CPU) 13:33:17 13:33:17 12:38:02 CPU %user %nice %system %iowait %steal %idle 13:33:17 12:39:01 all 9.69 0.00 3.06 3.55 0.07 83.63 13:33:17 12:39:01 0 6.80 0.00 2.56 2.12 0.07 88.45 13:33:17 12:39:01 1 13.07 0.00 4.83 12.31 0.09 69.70 13:33:17 12:39:01 2 12.10 0.00 2.96 3.66 0.09 81.19 13:33:17 12:39:01 3 6.65 0.00 2.29 0.88 0.05 90.13 13:33:17 12:39:01 4 14.75 0.00 3.35 6.92 0.07 74.91 13:33:17 12:39:01 5 10.46 0.00 2.53 0.29 0.09 86.63 13:33:17 12:39:01 6 5.81 0.00 2.34 0.34 0.05 91.46 13:33:17 12:39:01 7 7.86 0.00 3.62 1.77 0.07 86.68 13:33:17 12:40:01 all 31.54 0.00 5.98 3.89 0.11 58.48 13:33:17 12:40:01 0 32.55 0.00 5.62 7.32 0.10 54.41 13:33:17 12:40:01 1 34.32 0.00 5.32 4.35 0.10 55.91 13:33:17 12:40:01 2 31.50 0.00 6.15 1.36 0.12 60.87 13:33:17 12:40:01 3 30.38 0.00 6.52 11.40 0.12 51.58 13:33:17 12:40:01 4 30.32 0.00 6.00 1.92 0.10 61.66 13:33:17 12:40:01 5 30.73 0.00 5.77 1.30 0.10 62.10 13:33:17 12:40:01 6 31.04 0.00 6.42 0.64 0.10 61.80 13:33:17 12:40:01 7 31.44 0.00 6.05 2.87 0.12 59.53 13:33:17 12:41:01 all 36.19 0.00 7.54 3.04 0.12 53.11 13:33:17 12:41:01 0 38.61 0.00 7.81 2.56 0.12 50.90 13:33:17 12:41:01 1 37.00 0.00 7.35 4.48 0.14 51.04 13:33:17 12:41:01 2 32.35 0.00 7.35 14.45 0.12 45.73 13:33:17 12:41:01 3 36.83 0.00 7.77 0.14 0.12 55.14 13:33:17 12:41:01 4 32.79 0.00 6.82 0.49 0.12 59.79 13:33:17 12:41:01 5 37.07 0.00 7.47 0.94 0.12 54.41 13:33:17 12:41:01 6 38.00 0.00 7.59 1.01 0.14 53.26 13:33:17 12:41:01 7 36.83 0.00 8.19 0.30 0.10 54.58 13:33:17 12:42:01 all 50.92 0.00 7.49 14.65 0.16 26.78 13:33:17 12:42:01 0 54.11 0.00 8.06 21.06 0.13 16.64 13:33:17 12:42:01 1 49.11 0.00 8.51 18.26 0.15 23.97 13:33:17 12:42:01 2 48.09 0.00 7.69 15.06 0.17 28.99 13:33:17 12:42:01 3 55.34 0.00 7.77 10.02 0.25 26.62 13:33:17 12:42:01 4 48.48 0.00 6.11 22.74 0.14 22.53 13:33:17 12:42:01 5 52.82 0.00 7.55 14.10 0.12 25.41 13:33:17 12:42:01 6 49.01 0.00 7.11 8.19 0.15 35.54 13:33:17 12:42:01 7 50.35 0.00 7.13 7.89 0.15 34.47 13:33:17 12:43:01 all 25.73 0.00 5.28 14.84 0.09 54.06 13:33:17 12:43:01 0 28.22 0.00 5.61 8.14 0.12 57.90 13:33:17 12:43:01 1 25.71 0.00 5.62 31.77 0.10 36.80 13:33:17 12:43:01 2 24.48 0.00 4.97 18.24 0.08 52.22 13:33:17 12:43:01 3 27.56 0.00 5.96 4.83 0.10 61.55 13:33:17 12:43:01 4 25.26 0.00 5.17 3.86 0.08 65.62 13:33:17 12:43:01 5 25.34 0.00 5.18 3.32 0.08 66.07 13:33:17 12:43:01 6 23.97 0.00 5.00 45.51 0.08 25.43 13:33:17 12:43:01 7 25.32 0.00 4.68 3.24 0.08 66.67 13:33:17 12:44:01 all 12.58 0.00 4.76 18.39 0.07 64.20 13:33:17 12:44:01 0 13.32 0.00 3.96 5.03 0.08 77.61 13:33:17 12:44:01 1 12.60 0.00 4.85 30.37 0.07 52.11 13:33:17 12:44:01 2 12.20 0.00 5.79 9.72 0.07 72.23 13:33:17 12:44:01 3 13.63 0.00 5.12 19.39 0.10 61.76 13:33:17 12:44:01 4 11.51 0.00 4.42 11.53 0.05 72.50 13:33:17 12:44:01 5 14.24 0.00 4.84 5.95 0.07 74.90 13:33:17 12:44:01 6 11.48 0.00 4.37 48.70 0.07 35.39 13:33:17 12:44:01 7 11.64 0.00 4.75 16.47 0.07 67.07 13:33:17 12:45:01 all 5.21 0.00 2.22 34.37 0.06 58.14 13:33:17 12:45:01 0 4.88 0.00 2.11 41.93 0.10 50.99 13:33:17 12:45:01 1 4.77 0.00 2.00 13.76 0.05 79.43 13:33:17 12:45:01 2 6.24 0.00 2.88 30.79 0.07 60.02 13:33:17 12:45:01 3 7.21 0.00 3.14 63.37 0.03 26.24 13:33:17 12:45:01 4 4.25 0.00 1.63 16.91 0.07 77.14 13:33:17 12:45:01 5 3.94 0.00 1.74 35.90 0.03 58.38 13:33:17 12:45:01 6 4.80 0.00 1.56 12.72 0.05 80.87 13:33:17 12:45:01 7 5.62 0.00 2.68 59.89 0.07 31.74 13:33:17 12:46:01 all 11.91 0.00 5.18 42.47 0.08 40.37 13:33:17 12:46:01 0 11.61 0.00 5.77 70.40 0.15 12.08 13:33:17 12:46:01 1 11.38 0.00 5.05 66.99 0.08 16.51 13:33:17 12:46:01 2 13.19 0.00 6.38 29.34 0.08 51.00 13:33:17 12:46:01 3 15.05 0.00 6.13 51.51 0.10 27.21 13:33:17 12:46:01 4 9.12 0.00 4.11 14.99 0.05 71.73 13:33:17 12:46:01 5 12.02 0.00 4.54 25.45 0.07 57.93 13:33:17 12:46:01 6 11.19 0.00 4.77 53.89 0.07 30.08 13:33:17 12:46:01 7 11.71 0.00 4.69 27.18 0.07 56.36 13:33:17 12:47:01 all 1.73 0.00 1.87 26.07 0.03 70.30 13:33:17 12:47:01 0 2.14 0.00 1.76 37.18 0.03 58.89 13:33:17 12:47:01 1 0.99 0.00 1.44 12.44 0.03 85.11 13:33:17 12:47:01 2 1.83 0.00 2.35 56.22 0.02 39.58 13:33:17 12:47:01 3 2.42 0.00 2.33 17.85 0.02 77.39 13:33:17 12:47:01 4 1.49 0.00 1.40 3.92 0.02 93.17 13:33:17 12:47:01 5 1.92 0.00 1.15 13.39 0.03 83.51 13:33:17 12:47:01 6 2.06 0.00 3.02 47.00 0.05 47.87 13:33:17 12:47:01 7 0.97 0.00 1.52 20.87 0.02 76.62 13:33:17 12:48:01 all 56.76 0.00 7.91 12.27 0.11 22.95 13:33:17 12:48:01 0 56.60 0.00 8.43 17.40 0.12 17.45 13:33:17 12:48:01 1 56.83 0.00 7.86 11.77 0.08 23.46 13:33:17 12:48:01 2 57.33 0.00 8.54 31.52 0.13 2.48 13:33:17 12:48:01 3 56.75 0.00 8.51 8.00 0.10 26.64 13:33:17 12:48:01 4 56.63 0.00 7.33 6.14 0.10 29.80 13:33:17 12:48:01 5 56.80 0.00 7.50 4.45 0.10 31.16 13:33:17 12:48:01 6 56.93 0.00 7.26 7.05 0.12 28.64 13:33:17 12:48:01 7 56.24 0.00 7.83 11.89 0.12 23.93 13:33:17 12:49:01 all 91.22 0.00 8.62 0.00 0.15 0.00 13:33:17 12:49:01 0 90.66 0.00 9.21 0.00 0.13 0.00 13:33:17 12:49:01 1 91.82 0.00 8.03 0.00 0.15 0.00 13:33:17 12:49:01 2 91.13 0.00 8.74 0.00 0.13 0.00 13:33:17 12:49:01 3 90.68 0.00 9.15 0.00 0.17 0.00 13:33:17 12:49:01 4 91.84 0.00 8.01 0.00 0.15 0.00 13:33:17 12:49:01 5 91.27 0.00 8.58 0.00 0.15 0.00 13:33:17 12:49:01 6 91.60 0.00 8.23 0.00 0.17 0.00 13:33:17 12:49:01 7 90.77 0.00 9.06 0.00 0.17 0.00 13:33:17 13:33:17 12:49:01 CPU %user %nice %system %iowait %steal %idle 13:33:17 12:50:01 all 88.78 0.00 9.54 0.62 0.16 0.91 13:33:17 12:50:01 0 87.75 0.00 10.49 1.47 0.17 0.12 13:33:17 12:50:01 1 88.52 0.00 9.56 0.28 0.15 1.49 13:33:17 12:50:01 2 88.49 0.00 9.76 1.25 0.13 0.37 13:33:17 12:50:01 3 89.01 0.00 9.46 0.65 0.17 0.70 13:33:17 12:50:01 4 88.94 0.00 9.17 0.03 0.17 1.69 13:33:17 12:50:01 5 89.76 0.00 8.57 0.72 0.17 0.79 13:33:17 12:50:01 6 89.27 0.00 9.21 0.02 0.12 1.39 13:33:17 12:50:01 7 88.50 0.00 10.07 0.50 0.18 0.75 13:33:17 12:51:01 all 4.18 0.00 1.57 18.93 0.07 75.24 13:33:17 12:51:01 0 4.86 0.00 1.64 20.72 0.08 72.69 13:33:17 12:51:01 1 3.65 0.00 1.56 25.83 0.08 68.87 13:33:17 12:51:01 2 5.78 0.00 1.69 10.90 0.07 81.57 13:33:17 12:51:01 3 3.47 0.00 1.43 8.45 0.05 86.60 13:33:17 12:51:01 4 2.55 0.00 1.68 15.39 0.07 80.32 13:33:17 12:51:01 5 5.40 0.00 1.69 20.72 0.07 72.11 13:33:17 12:51:01 6 4.32 0.00 1.62 28.75 0.08 65.23 13:33:17 12:51:01 7 3.40 0.00 1.27 20.69 0.07 74.57 13:33:17 12:52:01 all 6.70 0.00 0.94 5.97 0.09 86.31 13:33:17 12:52:01 0 7.21 0.00 0.87 3.86 0.05 88.02 13:33:17 12:52:01 1 8.30 0.00 1.07 1.01 0.07 89.55 13:33:17 12:52:01 2 3.22 0.00 0.73 1.15 0.08 94.81 13:33:17 12:52:01 3 7.17 0.00 0.90 1.47 0.20 90.25 13:33:17 12:52:01 4 7.34 0.00 0.99 1.00 0.05 90.62 13:33:17 12:52:01 5 7.74 0.00 1.10 1.67 0.08 89.40 13:33:17 12:52:01 6 6.80 0.00 1.07 35.80 0.10 56.23 13:33:17 12:52:01 7 5.80 0.00 0.79 1.89 0.07 91.46 13:33:17 12:53:01 all 8.18 0.00 0.72 1.16 0.07 89.87 13:33:17 12:53:01 0 9.49 0.00 0.91 0.28 0.08 89.23 13:33:17 12:53:01 1 8.69 0.00 0.90 0.42 0.08 89.91 13:33:17 12:53:01 2 6.14 0.00 0.63 0.05 0.05 93.12 13:33:17 12:53:01 3 11.37 0.00 0.59 0.18 0.08 87.78 13:33:17 12:53:01 4 8.78 0.00 0.72 0.63 0.07 89.81 13:33:17 12:53:01 5 10.76 0.00 0.84 0.72 0.07 87.62 13:33:17 12:53:01 6 5.86 0.00 0.75 6.87 0.05 86.47 13:33:17 12:53:01 7 4.41 0.00 0.45 0.12 0.05 94.97 13:33:17 12:54:01 all 0.02 0.00 0.02 0.02 0.01 99.94 13:33:17 12:54:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 12:54:01 1 0.02 0.00 0.00 0.05 0.02 99.92 13:33:17 12:54:01 2 0.02 0.00 0.03 0.00 0.02 99.93 13:33:17 12:54:01 3 0.07 0.00 0.07 0.00 0.02 99.85 13:33:17 12:54:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 12:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 12:54:01 6 0.00 0.00 0.00 0.12 0.00 99.88 13:33:17 12:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 12:55:01 all 0.10 0.00 0.03 0.02 0.01 99.85 13:33:17 12:55:01 0 0.02 0.00 0.05 0.00 0.02 99.92 13:33:17 12:55:01 1 0.00 0.00 0.02 0.12 0.00 99.87 13:33:17 12:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 12:55:01 3 0.07 0.00 0.07 0.00 0.03 99.83 13:33:17 12:55:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:33:17 12:55:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 12:55:01 6 0.03 0.00 0.00 0.02 0.00 99.95 13:33:17 12:55:01 7 0.53 0.00 0.02 0.00 0.00 99.45 13:33:17 12:56:01 all 0.22 0.00 0.02 0.00 0.01 99.74 13:33:17 12:56:01 0 0.07 0.00 0.05 0.00 0.02 99.87 13:33:17 12:56:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 12:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 12:56:01 3 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 12:56:01 4 0.05 0.00 0.00 0.00 0.00 99.95 13:33:17 12:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 12:56:01 6 0.00 0.00 0.02 0.03 0.00 99.95 13:33:17 12:56:01 7 1.61 0.00 0.03 0.00 0.00 98.35 13:33:17 12:57:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:33:17 12:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 12:57:01 1 0.07 0.00 0.02 0.02 0.00 99.90 13:33:17 12:57:01 2 0.08 0.00 0.00 0.00 0.02 99.90 13:33:17 12:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 12:57:01 4 0.03 0.00 0.03 0.00 0.00 99.93 13:33:17 12:57:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 12:57:01 6 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 12:57:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 12:58:01 all 0.08 0.00 0.01 0.03 0.01 99.86 13:33:17 12:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 12:58:01 1 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 12:58:01 2 0.05 0.00 0.05 0.03 0.00 99.87 13:33:17 12:58:01 3 0.05 0.00 0.03 0.00 0.03 99.88 13:33:17 12:58:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:33:17 12:58:01 5 0.10 0.00 0.00 0.00 0.00 99.90 13:33:17 12:58:01 6 0.02 0.00 0.00 0.23 0.00 99.75 13:33:17 12:58:01 7 0.35 0.00 0.00 0.00 0.00 99.65 13:33:17 12:59:01 all 0.20 0.00 0.01 0.09 0.01 99.70 13:33:17 12:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 12:59:01 1 0.03 0.00 0.00 0.00 0.03 99.93 13:33:17 12:59:01 2 0.05 0.00 0.00 0.00 0.02 99.93 13:33:17 12:59:01 3 0.08 0.00 0.03 0.27 0.03 99.58 13:33:17 12:59:01 4 0.07 0.00 0.00 0.00 0.00 99.93 13:33:17 12:59:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 12:59:01 6 0.00 0.00 0.02 0.45 0.00 99.53 13:33:17 12:59:01 7 1.29 0.00 0.00 0.00 0.00 98.71 13:33:17 13:00:01 all 0.03 0.00 0.01 0.06 0.01 99.90 13:33:17 13:00:01 0 0.05 0.00 0.02 0.00 0.00 99.93 13:33:17 13:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:00:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:33:17 13:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:00:01 6 0.00 0.00 0.02 0.45 0.02 99.52 13:33:17 13:00:01 7 0.05 0.00 0.00 0.00 0.02 99.93 13:33:17 13:33:17 13:00:01 CPU %user %nice %system %iowait %steal %idle 13:33:17 13:01:01 all 0.02 0.00 0.02 0.01 0.01 99.94 13:33:17 13:01:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 13:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:01:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:33:17 13:01:01 3 0.03 0.00 0.08 0.00 0.02 99.87 13:33:17 13:01:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:33:17 13:01:01 5 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:01:01 6 0.02 0.00 0.02 0.05 0.00 99.92 13:33:17 13:01:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:02:01 all 0.04 0.00 0.01 0.00 0.01 99.95 13:33:17 13:02:01 0 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:02:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:02:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 13:02:01 3 0.07 0.00 0.02 0.00 0.03 99.88 13:33:17 13:02:01 4 0.07 0.00 0.02 0.00 0.00 99.92 13:33:17 13:02:01 5 0.08 0.00 0.00 0.00 0.00 99.92 13:33:17 13:02:01 6 0.00 0.00 0.00 0.03 0.00 99.97 13:33:17 13:02:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:03:01 all 0.09 0.00 0.02 0.01 0.00 99.88 13:33:17 13:03:01 0 0.03 0.00 0.03 0.02 0.00 99.92 13:33:17 13:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:03:01 2 0.08 0.00 0.02 0.00 0.00 99.90 13:33:17 13:03:01 3 0.17 0.00 0.03 0.00 0.00 99.80 13:33:17 13:03:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:03:01 6 0.02 0.00 0.02 0.07 0.02 99.88 13:33:17 13:03:01 7 0.32 0.00 0.05 0.00 0.00 99.63 13:33:17 13:04:01 all 0.03 0.00 0.01 0.03 0.01 99.92 13:33:17 13:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:04:01 1 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:04:01 2 0.05 0.00 0.02 0.00 0.02 99.92 13:33:17 13:04:01 3 0.03 0.00 0.03 0.00 0.03 99.90 13:33:17 13:04:01 4 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:04:01 6 0.00 0.00 0.02 0.20 0.00 99.78 13:33:17 13:04:01 7 0.10 0.00 0.02 0.00 0.00 99.88 13:33:17 13:05:01 all 0.08 0.00 0.02 0.01 0.00 99.88 13:33:17 13:05:01 0 0.07 0.00 0.00 0.00 0.00 99.93 13:33:17 13:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:33:17 13:05:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:33:17 13:05:01 3 0.07 0.00 0.07 0.00 0.02 99.85 13:33:17 13:05:01 4 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 13:05:01 6 0.08 0.00 0.02 0.12 0.00 99.78 13:33:17 13:05:01 7 0.30 0.00 0.02 0.00 0.00 99.68 13:33:17 13:06:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:33:17 13:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:06:01 1 0.00 0.00 0.02 0.00 0.03 99.95 13:33:17 13:06:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:06:01 3 0.00 0.00 0.03 0.00 0.03 99.93 13:33:17 13:06:01 4 0.07 0.00 0.00 0.00 0.00 99.93 13:33:17 13:06:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:06:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:33:17 13:06:01 7 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 13:07:01 all 0.03 0.00 0.01 0.00 0.01 99.94 13:33:17 13:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:07:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:33:17 13:07:01 3 0.07 0.00 0.03 0.00 0.02 99.88 13:33:17 13:07:01 4 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 13:07:01 5 0.03 0.00 0.00 0.02 0.02 99.93 13:33:17 13:07:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 13:33:17 13:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:33:17 13:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 13:33:17 13:08:01 3 0.03 0.00 0.05 0.02 0.03 99.87 13:33:17 13:08:01 4 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:08:01 5 0.02 0.00 0.00 0.02 0.00 99.97 13:33:17 13:08:01 6 0.00 0.00 0.00 0.05 0.00 99.95 13:33:17 13:08:01 7 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:09:01 all 0.02 0.00 0.03 0.06 0.01 99.89 13:33:17 13:09:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:33:17 13:09:01 1 0.05 0.00 0.02 0.00 0.00 99.93 13:33:17 13:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 13:33:17 13:09:01 3 0.05 0.00 0.05 0.00 0.02 99.88 13:33:17 13:09:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:09:01 5 0.02 0.00 0.02 0.17 0.00 99.80 13:33:17 13:09:01 6 0.00 0.00 0.02 0.28 0.02 99.68 13:33:17 13:09:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:10:01 all 0.01 0.00 0.01 0.00 0.01 99.97 13:33:17 13:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 13:10:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:10:01 2 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:33:17 13:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:10:01 5 0.00 0.00 0.00 0.03 0.00 99.97 13:33:17 13:10:01 6 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:11:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:33:17 13:11:01 0 0.00 0.00 0.03 0.00 0.00 99.97 13:33:17 13:11:01 1 0.03 0.00 0.00 0.00 0.02 99.95 13:33:17 13:11:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:33:17 13:11:01 3 0.02 0.00 0.07 0.00 0.02 99.90 13:33:17 13:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:11:01 5 0.02 0.00 0.00 0.02 0.02 99.95 13:33:17 13:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:33:17 13:11:01 CPU %user %nice %system %iowait %steal %idle 13:33:17 13:12:01 all 0.01 0.00 0.02 0.00 0.01 99.96 13:33:17 13:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:12:01 1 0.00 0.00 0.03 0.00 0.02 99.95 13:33:17 13:12:01 2 0.03 0.00 0.00 0.00 0.02 99.95 13:33:17 13:12:01 3 0.05 0.00 0.07 0.00 0.03 99.85 13:33:17 13:12:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:12:01 5 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 13:12:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:33:17 13:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:13:01 all 0.10 0.00 0.02 0.00 0.00 99.87 13:33:17 13:13:01 0 0.05 0.00 0.03 0.00 0.02 99.90 13:33:17 13:13:01 1 0.07 0.00 0.00 0.00 0.00 99.93 13:33:17 13:13:01 2 0.07 0.00 0.02 0.00 0.00 99.92 13:33:17 13:13:01 3 0.13 0.00 0.02 0.00 0.02 99.83 13:33:17 13:13:01 4 0.10 0.00 0.00 0.00 0.00 99.90 13:33:17 13:13:01 5 0.15 0.00 0.03 0.03 0.00 99.78 13:33:17 13:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:13:01 7 0.23 0.00 0.02 0.00 0.00 99.75 13:33:17 13:14:01 all 0.22 0.00 0.04 0.01 0.01 99.71 13:33:17 13:14:01 0 0.27 0.00 0.08 0.02 0.00 99.63 13:33:17 13:14:01 1 0.17 0.00 0.03 0.02 0.03 99.75 13:33:17 13:14:01 2 0.12 0.00 0.03 0.00 0.02 99.83 13:33:17 13:14:01 3 0.27 0.00 0.07 0.00 0.03 99.63 13:33:17 13:14:01 4 0.18 0.00 0.05 0.02 0.02 99.73 13:33:17 13:14:01 5 0.23 0.00 0.03 0.02 0.02 99.70 13:33:17 13:14:01 6 0.10 0.00 0.02 0.02 0.00 99.87 13:33:17 13:14:01 7 0.40 0.00 0.03 0.00 0.00 99.57 13:33:17 13:15:01 all 0.05 0.00 0.01 0.00 0.01 99.92 13:33:17 13:15:01 0 0.05 0.00 0.02 0.00 0.02 99.92 13:33:17 13:15:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:15:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:15:01 3 0.22 0.00 0.07 0.00 0.02 99.70 13:33:17 13:15:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:33:17 13:15:01 5 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:15:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 13:33:17 13:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:16:01 1 0.02 0.00 0.00 0.02 0.02 99.95 13:33:17 13:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:16:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:33:17 13:16:01 6 0.00 0.00 0.02 0.02 0.02 99.95 13:33:17 13:16:01 7 0.00 0.00 0.03 0.00 0.02 99.95 13:33:17 13:17:01 all 0.03 0.00 0.01 0.00 0.01 99.95 13:33:17 13:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:17:01 1 0.02 0.00 0.02 0.02 0.02 99.93 13:33:17 13:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 13:17:01 3 0.03 0.00 0.00 0.00 0.02 99.95 13:33:17 13:17:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:33:17 13:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:17:01 7 0.05 0.00 0.02 0.00 0.03 99.90 13:33:17 13:18:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:33:17 13:18:01 0 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 13:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:18:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:18:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:19:01 all 0.02 0.00 0.01 0.00 0.01 99.96 13:33:17 13:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:19:01 1 0.00 0.00 0.00 0.02 0.02 99.97 13:33:17 13:19:01 2 0.07 0.00 0.02 0.00 0.02 99.90 13:33:17 13:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:19:01 4 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:19:01 5 0.03 0.00 0.00 0.00 0.02 99.95 13:33:17 13:19:01 6 0.00 0.00 0.02 0.02 0.00 99.97 13:33:17 13:19:01 7 0.02 0.00 0.03 0.00 0.02 99.93 13:33:17 13:20:01 all 0.02 0.00 0.02 0.00 0.01 99.95 13:33:17 13:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:20:01 1 0.00 0.00 0.02 0.02 0.00 99.97 13:33:17 13:20:01 2 0.05 0.00 0.05 0.00 0.00 99.90 13:33:17 13:20:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:20:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:20:01 5 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:20:01 6 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:20:01 7 0.02 0.00 0.03 0.00 0.03 99.92 13:33:17 13:21:02 all 0.07 0.00 0.01 0.00 0.01 99.90 13:33:17 13:21:02 0 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:21:02 1 0.02 0.00 0.00 0.02 0.02 99.95 13:33:17 13:21:02 2 0.05 0.00 0.00 0.00 0.02 99.93 13:33:17 13:21:02 3 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 13:21:02 4 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:21:02 5 0.07 0.00 0.00 0.00 0.00 99.93 13:33:17 13:21:02 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:21:02 7 0.40 0.00 0.03 0.00 0.02 99.55 13:33:17 13:22:01 all 0.02 0.00 0.01 0.01 0.01 99.96 13:33:17 13:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:22:01 1 0.00 0.00 0.02 0.03 0.02 99.93 13:33:17 13:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:22:01 4 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:22:01 5 0.00 0.00 0.02 0.00 0.02 99.97 13:33:17 13:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 13:33:17 13:33:17 13:22:01 CPU %user %nice %system %iowait %steal %idle 13:33:17 13:23:01 all 0.02 0.00 0.02 0.00 0.00 99.95 13:33:17 13:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:23:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 13:33:17 13:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:23:01 4 0.07 0.00 0.03 0.00 0.02 99.88 13:33:17 13:23:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:23:01 6 0.00 0.00 0.00 0.02 0.00 99.98 13:33:17 13:23:01 7 0.03 0.00 0.03 0.00 0.02 99.92 13:33:17 13:24:01 all 0.09 0.00 0.01 0.01 0.01 99.88 13:33:17 13:24:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:24:01 1 0.02 0.00 0.00 0.02 0.02 99.95 13:33:17 13:24:01 2 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:24:01 3 0.02 0.00 0.02 0.02 0.02 99.93 13:33:17 13:24:01 4 0.08 0.00 0.03 0.00 0.00 99.88 13:33:17 13:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:24:01 6 0.02 0.00 0.00 0.02 0.00 99.97 13:33:17 13:24:01 7 0.58 0.00 0.02 0.00 0.03 99.37 13:33:17 13:25:01 all 0.19 0.00 0.01 0.03 0.01 99.76 13:33:17 13:25:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:33:17 13:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:25:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:33:17 13:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 13:33:17 13:25:01 4 0.05 0.00 0.02 0.00 0.02 99.92 13:33:17 13:25:01 5 0.05 0.00 0.02 0.00 0.02 99.92 13:33:17 13:25:01 6 0.00 0.00 0.00 0.27 0.00 99.73 13:33:17 13:25:01 7 1.31 0.00 0.03 0.00 0.02 98.64 13:33:17 13:26:01 all 0.04 0.00 0.02 0.55 0.01 99.39 13:33:17 13:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:26:01 1 0.00 0.00 0.03 0.30 0.02 99.65 13:33:17 13:26:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:26:01 4 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:26:01 6 0.02 0.00 0.03 4.08 0.02 95.85 13:33:17 13:26:01 7 0.20 0.00 0.02 0.00 0.03 99.75 13:33:17 13:27:01 all 0.09 0.00 0.02 0.35 0.01 99.54 13:33:17 13:27:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:33:17 13:27:01 1 0.05 0.00 0.00 0.00 0.00 99.95 13:33:17 13:27:01 2 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:27:01 3 0.07 0.00 0.02 0.00 0.00 99.92 13:33:17 13:27:01 4 0.10 0.00 0.03 0.00 0.02 99.85 13:33:17 13:27:01 5 0.03 0.00 0.02 0.00 0.03 99.92 13:33:17 13:27:01 6 0.00 0.00 0.02 2.82 0.00 97.16 13:33:17 13:27:01 7 0.40 0.00 0.02 0.00 0.00 99.58 13:33:17 13:28:01 all 0.03 0.00 0.01 0.31 0.01 99.63 13:33:17 13:28:01 0 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:28:01 1 0.00 0.00 0.00 0.00 0.02 99.98 13:33:17 13:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:28:01 4 0.05 0.00 0.00 0.00 0.02 99.93 13:33:17 13:28:01 5 0.05 0.00 0.05 0.00 0.02 99.88 13:33:17 13:28:01 6 0.02 0.00 0.02 2.50 0.02 97.45 13:33:17 13:28:01 7 0.12 0.00 0.00 0.00 0.00 99.88 13:33:17 13:29:01 all 0.04 0.00 0.02 0.00 0.01 99.93 13:33:17 13:29:01 0 0.02 0.00 0.05 0.00 0.00 99.93 13:33:17 13:29:01 1 0.05 0.00 0.02 0.00 0.02 99.92 13:33:17 13:29:01 2 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:29:01 3 0.07 0.00 0.03 0.00 0.00 99.90 13:33:17 13:29:01 4 0.05 0.00 0.02 0.00 0.00 99.93 13:33:17 13:29:01 5 0.08 0.00 0.00 0.00 0.02 99.90 13:33:17 13:29:01 6 0.02 0.00 0.02 0.02 0.00 99.95 13:33:17 13:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 13:33:17 13:30:01 all 0.03 0.00 0.02 0.04 0.01 99.91 13:33:17 13:30:01 0 0.05 0.00 0.00 0.00 0.02 99.93 13:33:17 13:30:01 1 0.00 0.00 0.03 0.00 0.00 99.97 13:33:17 13:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:30:01 3 0.02 0.00 0.07 0.00 0.02 99.90 13:33:17 13:30:01 4 0.07 0.00 0.02 0.00 0.02 99.90 13:33:17 13:30:01 5 0.03 0.00 0.02 0.00 0.00 99.95 13:33:17 13:30:01 6 0.00 0.00 0.00 0.35 0.00 99.65 13:33:17 13:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 13:33:17 13:31:01 all 0.24 0.00 0.01 0.05 0.01 99.68 13:33:17 13:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 13:33:17 13:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 13:33:17 13:31:01 2 1.68 0.00 0.02 0.00 0.02 98.29 13:33:17 13:31:01 3 0.10 0.00 0.03 0.00 0.03 99.83 13:33:17 13:31:01 4 0.02 0.00 0.02 0.00 0.00 99.97 13:33:17 13:31:01 5 0.07 0.00 0.00 0.00 0.02 99.92 13:33:17 13:31:01 6 0.00 0.00 0.00 0.40 0.02 99.58 13:33:17 13:31:01 7 0.02 0.00 0.00 0.00 0.02 99.97 13:33:17 13:32:01 all 4.57 0.00 1.73 2.53 0.04 91.13 13:33:17 13:32:01 0 3.64 0.00 1.98 0.27 0.07 94.05 13:33:17 13:32:01 1 4.69 0.00 2.03 11.04 0.03 82.20 13:33:17 13:32:01 2 4.39 0.00 1.09 0.18 0.05 94.29 13:33:17 13:32:01 3 5.67 0.00 1.74 0.85 0.03 91.70 13:33:17 13:32:01 4 4.17 0.00 1.54 0.12 0.05 94.12 13:33:17 13:32:01 5 4.09 0.00 1.88 0.87 0.03 93.12 13:33:17 13:32:01 6 4.86 0.00 1.48 6.74 0.03 86.88 13:33:17 13:32:01 7 5.02 0.00 2.10 0.20 0.02 92.67 13:33:17 13:33:01 all 6.21 0.00 2.66 3.38 0.06 87.69 13:33:17 13:33:01 0 6.19 0.00 2.42 0.37 0.05 90.97 13:33:17 13:33:01 1 7.40 0.00 2.87 8.80 0.08 80.85 13:33:17 13:33:01 2 6.26 0.00 2.43 0.86 0.05 90.40 13:33:17 13:33:01 3 5.63 0.00 3.15 0.56 0.05 90.61 13:33:17 13:33:01 4 6.96 0.00 2.93 0.13 0.05 89.92 13:33:17 13:33:01 5 6.91 0.00 2.46 9.03 0.07 81.53 13:33:17 13:33:01 6 3.55 0.00 1.69 6.03 0.07 88.66 13:33:17 13:33:01 7 6.80 0.00 3.32 1.28 0.08 88.52 13:33:17 13:33:17 Average: CPU %user %nice %system %iowait %steal %idle 13:33:17 Average: all 8.23 0.00 1.40 3.76 0.03 86.57 13:33:17 Average: 0 8.33 0.00 1.45 4.34 0.03 85.85 13:33:17 Average: 1 8.33 0.00 1.43 4.59 0.04 85.61 13:33:17 Average: 2 8.11 0.00 1.46 4.06 0.03 86.34 13:33:17 Average: 3 8.45 0.00 1.50 3.61 0.04 86.40 13:33:17 Average: 4 8.08 0.00 1.30 1.92 0.03 88.67 13:33:17 Average: 5 8.38 0.00 1.33 2.52 0.03 87.74 13:33:17 Average: 6 8.00 0.00 1.34 5.83 0.03 84.81 13:33:17 Average: 7 8.19 0.00 1.42 3.19 0.03 87.16 13:33:17 13:33:17 13:33:17