Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 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-ssh9786509840660280087.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12528223152566858274.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13207617753277169157.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14941962323425274068.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-ssh17897619650618047305.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-128105 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/910 [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/910 # 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 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 (main) > 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 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 # timeout=10 Commit message: "build(deps): Bump github.com/gomodule/redigo from 1.9.2 to 1.9.3 (#5282)" > git rev-list --no-walk 4d3e8805e5e9eb3f6c86d36552e13c375795480c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:45:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:45:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:45:16 ========================================================= 01:45:16 EdgeX Global Pipelines Version Info 01:45:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:45:17 ------------------- 01:45:17 stable info: 01:45:17 ------------------- 01:45:17 Commited By: Cherry Wang cherry@iotechsys.com 01:45:17 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:45:17 Message: update stable to v1.0.276 01:45:18 ------------------- 01:45:18 experimental info: 01:45:18 ------------------- 01:45:18 Commited By: **** collab-it+edgex@linuxfoundation.org 01:45:18 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:45:18 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1c647c [Pipeline] echo 01:45:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:45:18 provisioning config files... 01:45:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/910@tmp/config15324659934319793915tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:19 ---> ****-login.sh 01:45:19 nexus3.edgexfoundry.org:10001 01:45:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:19 01:45:19 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:19 Configure a credential helper to remove this warning. See 01:45:19 https://docs.****.com/go/credential-store/ 01:45:19 01:45:19 Login Succeeded 01:45:19 nexus3.edgexfoundry.org:10002 01:45:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:19 01:45:19 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:19 Configure a credential helper to remove this warning. See 01:45:19 https://docs.****.com/go/credential-store/ 01:45:19 01:45:19 Login Succeeded 01:45:19 nexus3.edgexfoundry.org:10003 01:45:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:19 01:45:19 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:19 Configure a credential helper to remove this warning. See 01:45:19 https://docs.****.com/go/credential-store/ 01:45:19 01:45:19 Login Succeeded 01:45:19 nexus3.edgexfoundry.org:10004 01:45:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:19 01:45:19 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:19 Configure a credential helper to remove this warning. See 01:45:19 https://docs.****.com/go/credential-store/ 01:45:19 01:45:19 Login Succeeded 01:45:19 ****.io 01:45:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:20 01:45:20 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:45:20 Configure a credential helper to remove this warning. See 01:45:20 https://docs.****.com/go/credential-store/ 01:45:20 01:45:20 Login Succeeded 01:45:20 ---> ****-login.sh ends [Pipeline] } 01:45:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:45:20 + 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 01:45:20 + dirname cmd/core-command/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo core-command,cmd/core-command/Dockerfile 01:45:20 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:45:20 + dirname cmd/core-data/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo core-data,cmd/core-data/Dockerfile 01:45:20 + dirname cmd/core-keeper/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo core-keeper,cmd/core-keeper/Dockerfile 01:45:20 + + dirname cmd/core-metadata/Dockerfile 01:45:20 cut -d/ -f2 01:45:20 + echo core-metadata,cmd/core-metadata/Dockerfile 01:45:20 + + dirnamecut cmd/security-bootstrapper/Dockerfile -d/ 01:45:20 -f2 01:45:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:45:20 + dirname cmd/security-proxy-auth/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:45:20 + dirname cmd/security-proxy-setup/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:45:20 + dirname cmd/security-secretstore-setup/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:45:20 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:45:20 + dirname cmd/security-spire-agent/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:45:20 + dirname cmd/security-spire-config/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:45:20 + + dirnamecut cmd/security-spire-server/Dockerfile -d/ 01:45:20 -f2 01:45:20 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:45:20 + dirname cmd/support-notifications/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo support-notifications,cmd/support-notifications/Dockerfile 01:45:20 + dirname cmd/support-scheduler/Dockerfile 01:45:20 + cut -d/ -f2 01:45:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:45:20 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 01:45:20 + git rev-list -1 --merges b1c647cd81ce130e22baa9ed5fed9e437e75c2a0~1..b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 01:45:20 -----------> git rev-list -1 --merges b1c647cd81ce130e22baa9ed5fed9e437e75c2a0~1..b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [false] [Pipeline] sh 01:45:21 + git log --format=format:%s -1 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 01:45:21 ========================================================= 01:45:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:45:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:45:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:45:21 + grep -v github /etc/ssh/ssh_known_hosts 01:45:21 + [ -e /tmp/ssh_known_hosts ] 01:45:21 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:45:21 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:45:21 + sudo tee -a /etc/ssh/ssh_known_hosts 01:45:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:45:22 01:45:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:45:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:45:22 0.1.4: Pulling from edgex-devops/py-git-semver 01:45:22 3dae71ba6b94: Pulling fs layer 01:45:22 6bf1a483ea7c: Pulling fs layer 01:45:22 f5dfc541a4d3: Pulling fs layer 01:45:22 461d9e800cba: Pulling fs layer 01:45:22 80192f66455f: Pulling fs layer 01:45:22 2e8e34ca0e6c: Pulling fs layer 01:45:22 a29436f7fd5d: Pulling fs layer 01:45:22 923cac83aea3: Pulling fs layer 01:45:22 25ad8b0a4227: Pulling fs layer 01:45:22 db01528c6b51: Pulling fs layer 01:45:22 28988de357af: Pulling fs layer 01:45:22 a29436f7fd5d: Waiting 01:45:22 2e8e34ca0e6c: Waiting 01:45:22 25ad8b0a4227: Waiting 01:45:22 461d9e800cba: Waiting 01:45:22 80192f66455f: Waiting 01:45:22 6bf1a483ea7c: Verifying Checksum 01:45:22 6bf1a483ea7c: Download complete 01:45:22 461d9e800cba: Verifying Checksum 01:45:22 461d9e800cba: Download complete 01:45:22 80192f66455f: Verifying Checksum 01:45:22 80192f66455f: Download complete 01:45:22 f5dfc541a4d3: Verifying Checksum 01:45:22 f5dfc541a4d3: Download complete 01:45:22 3dae71ba6b94: Verifying Checksum 01:45:22 3dae71ba6b94: Download complete 01:45:22 923cac83aea3: Verifying Checksum 01:45:22 923cac83aea3: Download complete 01:45:22 25ad8b0a4227: Verifying Checksum 01:45:22 25ad8b0a4227: Download complete 01:45:22 db01528c6b51: Verifying Checksum 01:45:22 db01528c6b51: Download complete 01:45:22 28988de357af: Verifying Checksum 01:45:22 28988de357af: Download complete 01:45:22 a29436f7fd5d: Verifying Checksum 01:45:22 a29436f7fd5d: Download complete 01:45:23 2e8e34ca0e6c: Verifying Checksum 01:45:23 2e8e34ca0e6c: Download complete 01:45:24 3dae71ba6b94: Pull complete 01:45:24 6bf1a483ea7c: Pull complete 01:45:25 f5dfc541a4d3: Pull complete 01:45:25 461d9e800cba: Pull complete 01:45:25 80192f66455f: Pull complete 01:45:29 2e8e34ca0e6c: Pull complete 01:45:30 a29436f7fd5d: Pull complete 01:45:30 923cac83aea3: Pull complete 01:45:30 25ad8b0a4227: Pull complete 01:45:30 db01528c6b51: Pull complete 01:45:30 28988de357af: Pull complete 01:45:30 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:45:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:45:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:45:30 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 01:45:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 01:45:33 $ docker top fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d -eo pid,comm 01:45:33 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). 01:45:33 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:45:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:45:33 [ssh-agent] Looking for ssh-agent implementation... 01:45:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:45:33 $ docker exec fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d ssh-agent 01:45:33 SSH_AUTH_SOCK=/tmp/ssh-tDibzl8B91kd/agent.33 01:45:33 SSH_AGENT_PID=39 01:45:33 Running ssh-add (command line suppressed) 01:45:33 Identity added: /w/workspace/edgex-go/910@tmp/private_key_6406500858319747597.key (/w/workspace/edgex-go/910@tmp/private_key_6406500858319747597.key) 01:45:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:45:33 + git config --global --add safe.directory /w/workspace/edgex-go/910 [Pipeline] sh 01:45:34 + git tag --points-at HEAD [Pipeline] } 01:45:34 $ docker exec --env ******** --env ******** fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d ssh-agent -k 01:45:34 unset SSH_AUTH_SOCK; 01:45:34 unset SSH_AGENT_PID; 01:45:34 echo Agent pid 39 killed; 01:45:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:45:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:45:34 [ssh-agent] Looking for ssh-agent implementation... 01:45:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:45:34 $ docker exec fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d ssh-agent 01:45:34 SSH_AUTH_SOCK=/tmp/ssh-8QcuhthsQ1Kn/agent.86 01:45:34 SSH_AGENT_PID=92 01:45:34 Running ssh-add (command line suppressed) 01:45:34 Identity added: /w/workspace/edgex-go/910@tmp/private_key_3745063950213850155.key (/w/workspace/edgex-go/910@tmp/private_key_3745063950213850155.key) 01:45:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:45:35 + git semver init 01:45:35 2025-10-09 01:45:35,247 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:45:35 2025-10-09 01:45:35,251 [run_init] DEBUG init version:0.0.0 force:False 01:45:35 2025-10-09 01:45:35,252 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/910/.semver 01:45:35 2025-10-09 01:45:35,253 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/910/.semver 01:45:35 2025-10-09 01:45:35,253 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/910/.semver'], cwd=/w/workspace/edgex-go/910, stdin=None, shell=False, universal_newlines=False) 01:45:40 2025-10-09 01:45:39,802 [append_file] DEBUG append to file:/w/workspace/edgex-go/910/.git/info/exclude 01:45:40 2025-10-09 01:45:39,803 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/910/.semver/main with force:False 01:45:40 2025-10-09 01:45:39,803 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 01:45:40 2025-10-09 01:45:39,803 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 01:45:40 4.1.0-dev.66 [Pipeline] } 01:45:40 $ docker exec --env ******** --env ******** fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d ssh-agent -k 01:45:40 unset SSH_AUTH_SOCK; 01:45:40 unset SSH_AGENT_PID; 01:45:40 echo Agent pid 92 killed; 01:45:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:45:41 + git semver [Pipeline] } 01:45:41 $ docker stop --time=1 fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d 01:45:42 $ docker rm -f --volumes fdf1990f813a15393aa155dab3b963e7fedb5438c8c63266234187e34f86c47d [Pipeline] // withDockerContainer [Pipeline] sh 01:45:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:45:43 Stashed 1 file(s) [Pipeline] echo 01:45:43 [edgeXSemver]: initialized semver on version 4.1.0-dev.66 [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 01:45:44 + git config --global --add safe.directory /w/workspace/edgex-go/910 [Pipeline] echo 01:45:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:45:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:45:44 ========================================================= 01:45:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:45:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:45:44 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:45:44 0a9a5dfd008f: Pulling fs layer 01:45:44 36466aa92d05: Pulling fs layer 01:45:44 e10405b45d13: Pulling fs layer 01:45:44 096b7ceb2af7: Pulling fs layer 01:45:44 4f4fb700ef54: Pulling fs layer 01:45:44 c451b95d7931: Pulling fs layer 01:45:44 9febf9df4401: Pulling fs layer 01:45:44 1477f019b032: Pulling fs layer 01:45:44 c7dc25521971: Pulling fs layer 01:45:44 9febf9df4401: Waiting 01:45:44 c7dc25521971: Waiting 01:45:44 1477f019b032: Waiting 01:45:44 096b7ceb2af7: Waiting 01:45:44 c451b95d7931: Waiting 01:45:44 4f4fb700ef54: Waiting 01:45:44 36466aa92d05: Verifying Checksum 01:45:44 36466aa92d05: Download complete 01:45:44 096b7ceb2af7: Download complete 01:45:44 4f4fb700ef54: Verifying Checksum 01:45:44 4f4fb700ef54: Download complete 01:45:44 c451b95d7931: Verifying Checksum 01:45:44 c451b95d7931: Download complete 01:45:44 0a9a5dfd008f: Verifying Checksum 01:45:44 0a9a5dfd008f: Download complete 01:45:44 9febf9df4401: Verifying Checksum 01:45:44 9febf9df4401: Download complete 01:45:44 0a9a5dfd008f: Pull complete 01:45:44 36466aa92d05: Pull complete 01:45:44 c7dc25521971: Verifying Checksum 01:45:44 c7dc25521971: Download complete 01:45:44 e10405b45d13: Download complete 01:45:45 1477f019b032: Verifying Checksum 01:45:45 1477f019b032: Download complete 01:45:50 e10405b45d13: Pull complete 01:45:50 096b7ceb2af7: Pull complete 01:45:50 4f4fb700ef54: Pull complete 01:45:50 c451b95d7931: Pull complete 01:45:50 9febf9df4401: Pull complete 01:45:52 1477f019b032: Pull complete 01:45:53 c7dc25521971: Pull complete 01:45:53 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 01:45:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:45:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:45:53 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:45:53 WORKDIR /edgex 01:45:53 COPY go.mod . 01:45:53 RUN go mod download 01:45:53 + docker build -t ci-base-image-x86_64 -f - . 01:45:54 #0 building with "default" instance using docker driver 01:45:54 01:45:54 #1 [internal] load build definition from Dockerfile 01:45:54 #1 transferring dockerfile: 164B done 01:45:54 #1 DONE 0.0s 01:45:54 01:45:54 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:45:54 #2 DONE 0.0s 01:45:54 01:45:54 #3 [internal] load .dockerignore 01:45:54 #3 transferring context: 50B done 01:45:54 #3 DONE 0.0s 01:45:54 01:45:54 #4 [internal] load build context 01:45:54 #4 transferring context: 6.57kB done 01:45:54 #4 DONE 0.0s 01:45:54 01:45:54 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:45:54 #5 DONE 0.1s 01:45:54 01:45:54 #6 [2/4] WORKDIR /edgex 01:45:56 #6 DONE 1.3s 01:45:56 01:45:56 #7 [3/4] COPY go.mod . 01:45:56 #7 DONE 0.0s 01:45:56 01:45:56 #8 [4/4] RUN go mod download 01:45:58 Still waiting to schedule task 01:45:58 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-127877’ 01:46:14 #8 DONE 17.0s 01:46:14 01:46:14 #9 exporting to image 01:46:14 #9 exporting layers 01:46:16 #9 exporting layers 3.3s done 01:46:16 #9 writing image sha256:c3801e9a17fe58595aa4a1ae6a310bf57a685faf2c240bccbdfe71285f759ff3 done 01:46:16 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:46:16 #9 DONE 3.3s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:16 + docker inspect -f . ci-base-image-x86_64 01:46:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:16 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 01:46:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 01:46:17 $ docker top 4984e364840e8c50567034173c4eeac979ca80ee73b858aaa5d42d9f097c0690 -eo pid,comm [Pipeline] { [Pipeline] sh 01:46:17 + go version 01:46:17 go version go1.23.9 linux/amd64 [Pipeline] } 01:46:17 $ docker stop --time=1 4984e364840e8c50567034173c4eeac979ca80ee73b858aaa5d42d9f097c0690 01:46:18 $ docker rm -f --volumes 4984e364840e8c50567034173c4eeac979ca80ee73b858aaa5d42d9f097c0690 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:19 + docker inspect -f . ci-base-image-x86_64 01:46:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:46:19 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 01:46:19 $ 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/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 01:46:19 $ docker top a0c7f52d003b97815e416efdb5561ce11c1dab67589f7c3a4d027e9691e52be1 -eo pid,comm [Pipeline] { [Pipeline] echo 01:46:19 ========================================================= 01:46:19 [edgeXBuildGoParallel] Running Tests and Build... 01:46:19 ========================================================= [Pipeline] sh 01:46:19 + git config --global --add safe.directory /w/workspace/edgex-go/910 [Pipeline] fileExists [Pipeline] sh 01:46:20 + make test 01:46:20 go test -race -coverprofile=coverage.out ./... 01:46:28 ? github.com/edgexfoundry/edgex-go [no test files] 01:46:54 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:46:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:46:54 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:46:54 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:46:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 01:46:55 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:46:55 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:46:56 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:46:56 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:46:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:46:57 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:46:57 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:46:58 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:46:58 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:46:58 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:46:58 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:46:58 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.066s coverage: 69.4% of statements 01:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 4.8% of statements 01:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.073s coverage: 57.6% of statements 01:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.024s coverage: 86.5% of statements 01:47:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:47:00 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:47:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.789s coverage: 94.2% of statements 01:47:01 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.044s coverage: 92.4% of statements 01:47:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 8.4% of statements 01:47:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:47:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:47:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:47:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:47:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:47:01 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:47:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.332s coverage: 95.8% of statements 01:47:03 ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements 01:47:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:47:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:47:04 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:47:04 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:47:04 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.046s coverage: 2.4% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.046s coverage: 1.0% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.033s coverage: 39.4% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.030s coverage: 68.8% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 40.0% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.031s coverage: 87.1% of statements 01:47:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 01:47:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:47:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:47:05 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:47:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.043s coverage: 96.3% of statements 01:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:47:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:47:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:47:06 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:47:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.019s coverage: 87.5% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:47:07 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:47:08 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:47:08 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:47:08 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:47:10 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:47:12 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:47:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:47:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:47:13 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:47:16 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:47:16 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:47:16 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:47:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:47:16 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:47:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.033s coverage: 94.4% of statements 01:47:18 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:47:18 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:47:18 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:47:18 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:47:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:47:18 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:47:19 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:47:19 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:47:19 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:47:19 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:47:19 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:47:19 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:47:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:47:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:47:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:47:21 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:47:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:47:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:47:22 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:47:22 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:47:22 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:47:22 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:47:22 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:47:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:47:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:47:23 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.046s coverage: 92.9% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 68.8% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.021s coverage: 47.4% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.026s coverage: 87.2% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.020s coverage: 100.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.092s coverage: 81.8% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.084s coverage: 82.1% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.019s coverage: 86.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.043s coverage: 6.8% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.045s coverage: 33.3% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.048s coverage: 100.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.161s coverage: 54.5% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.023s coverage: 89.4% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.023s coverage: 73.7% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.023s coverage: 96.8% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.144s coverage: 29.2% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.026s coverage: 93.8% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.032s coverage: 3.1% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.024s coverage: 76.2% of statements 01:47:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 01:47:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.055s coverage: 17.0% of statements 01:47:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 94.9% of statements 01:47:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.028s coverage: 9.0% of statements 01:47:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements 01:47:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.027s coverage: 43.6% of statements 01:47:28 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 01:47:28 running golangci-lint 01:47:28 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:47:28 go version go1.23.9 linux/amd64 01:47:28 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:47:28 level=info msg="[config_reader] Used config file .golangci.yml" 01:47:28 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:47:55 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|deps|files|name|compiled_files|exports_file|imports) took 21.970212169s" 01:47:55 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 49.667972ms" 01:48:05 level=info msg="[linters_context/goanalysis] analyzers took 1m44.680900752s with top 10 stages: buildir: 1m4.833089773s, gosec: 4.472778725s, inspect: 3.228093944s, fact_deprecated: 2.743383207s, printf: 2.135847239s, ctrlflow: 1.511713032s, S1038: 1.405866783s, fact_purity: 1.231695448s, nilness: 1.075369532s, isgenerated: 769.506598ms" 01:48:05 level=info msg="[runner] Issues before processing: 201, after processing: 0" 01:48:05 level=info msg="[runner] Processors filtering stat (in/out): exclude-rules: 201/20, invalid_issue: 201/201, skip_dirs: 201/201, exclude: 201/201, filename_unadjuster: 201/201, path_prettifier: 201/201, nolint: 20/0, cgo: 201/201, skip_files: 201/201, autogenerated_exclude: 201/201, identifier_marker: 201/201" 01:48:05 level=info msg="[runner] processing took 20.127932ms with stages: nolint: 9.63391ms, identifier_marker: 4.730785ms, autogenerated_exclude: 1.622381ms, path_prettifier: 1.581969ms, exclude-rules: 1.579358ms, skip_dirs: 908.056µs, invalid_issue: 27.222µs, cgo: 26.041µs, filename_unadjuster: 13.58µs, max_same_issues: 1.2µs, fixer: 590ns, exclude: 450ns, max_from_linter: 440ns, skip_files: 400ns, uniq_by_line: 340ns, sort_results: 310ns, diff: 270ns, path_prefixer: 160ns, source_code: 140ns, max_per_file_from_linter: 120ns, path_shortener: 110ns, severity-rules: 100ns" 01:48:05 level=info msg="[runner] linters took 13.25907773s with stages: goanalysis_metalinter: 13.238842422s" 01:48:05 level=info msg="File cache stats: 0 entries of total size 0B" 01:48:05 level=info msg="Memory: 349 samples, avg is 307.5MB, max is 1453.4MB" 01:48:05 level=info msg="Execution took 35.288672672s" 01:48:05 go vet ./... 01:48:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:48:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:48:10 ./bin/test-attribution-txt.sh 01:48:10 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:48:10 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:48:10 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:48:10 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:48:10 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 01:48:10 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 01:48:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:48:10 + ls -al . 01:48:10 total 2064 01:48:10 drwxrwxr-x 11 1001 1001 4096 Oct 9 01:46 . 01:48:10 drwxr-xr-x 4 root root 4096 Oct 9 01:46 .. 01:48:10 drwxrwxr-x 2 1001 1001 4096 Oct 9 01:45 .blubracket 01:48:10 -rw-rw-r-- 1 1001 1001 10 Oct 9 01:45 .dockerignore 01:48:10 drwxrwxr-x 8 1001 1001 4096 Oct 9 01:47 .git 01:48:10 drwxrwxr-x 3 1001 1001 4096 Oct 9 01:45 .github 01:48:10 -rw-rw-r-- 1 1001 1001 909 Oct 9 01:45 .gitignore 01:48:10 -rw-rw-r-- 1 1001 1001 218 Oct 9 01:45 .golangci.yml 01:48:10 -rw-rw-r-- 1 1001 1001 100 Oct 9 01:45 .hadolint.yml 01:48:10 drwxr-xr-x 3 1001 1001 4096 Oct 9 01:45 .semver 01:48:10 -rw-rw-r-- 1 1001 1001 155 Oct 9 01:45 .sonarcloud.properties 01:48:10 -rw-rw-r-- 1 1001 1001 1171 Oct 9 01:45 ADOPTERS.md 01:48:10 -rw-rw-r-- 1 1001 1001 17374 Oct 9 01:45 Attribution.txt 01:48:10 -rw-rw-r-- 1 1001 1001 108018 Oct 9 01:45 CHANGELOG.md 01:48:10 -rw-rw-r-- 1 1001 1001 3804 Oct 9 01:45 CONTRIBUTING.md 01:48:10 -rw-rw-r-- 1 1001 1001 677 Oct 9 01:45 GOVERNANCE.md 01:48:10 -rw-rw-r-- 1 1001 1001 858 Oct 9 01:45 Jenkinsfile 01:48:10 -rw-rw-r-- 1 1001 1001 10775 Oct 9 01:45 LICENSE 01:48:10 -rw-rw-r-- 1 1001 1001 16740 Oct 9 01:45 Makefile 01:48:10 -rw-rw-r-- 1 1001 1001 582 Oct 9 01:45 OWNERS.md 01:48:10 -rw-rw-r-- 1 1001 1001 9932 Oct 9 01:45 README.md 01:48:10 -rw-rw-r-- 1 1001 1001 789 Oct 9 01:45 SECURITY.md 01:48:10 -rw-rw-r-- 1 1001 1001 12 Oct 9 01:45 VERSION 01:48:10 drwxrwxr-x 2 1001 1001 4096 Oct 9 01:45 bin 01:48:10 drwxrwxr-x 19 1001 1001 4096 Oct 9 01:45 cmd 01:48:10 -rw-r--r-- 1 root root 1733636 Oct 9 01:47 coverage.out 01:48:10 drwxrwxr-x 2 1001 1001 4096 Oct 9 01:45 fuzz_test 01:48:10 -rw-rw-r-- 1 1001 1001 6539 Oct 9 01:45 go.mod 01:48:10 -rw-rw-r-- 1 1001 1001 88541 Oct 9 01:45 go.sum 01:48:10 drwxrwxr-x 7 1001 1001 4096 Oct 9 01:45 internal 01:48:10 drwxrwxr-x 2 1001 1001 4096 Oct 9 01:45 openapi 01:48:10 -rw-rw-r-- 1 1001 1001 584 Oct 9 01:45 security.txt 01:48:10 -rw-rw-r-- 1 1001 1001 204 Oct 9 01:45 version.go [Pipeline] sh 01:48:11 + '[' -e coverage.out ] 01:48:11 + chown 1001:1001 coverage.out [Pipeline] stash 01:48:11 Stashed 1 file(s) [Pipeline] sh 01:48:11 + make build 01:48:11 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:48:33 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:48:33 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:48:34 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:48:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:48:37 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:48:42 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:48:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:48:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:48:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:48:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:48:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:48:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:48:53 $ docker stop --time=1 a0c7f52d003b97815e416efdb5561ce11c1dab67589f7c3a4d027e9691e52be1 01:48:56 $ docker rm -f --volumes a0c7f52d003b97815e416efdb5561ce11c1dab67589f7c3a4d027e9691e52be1 [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 01:48:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:48:57 01:48:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:48:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:48:57 latest: Pulling from edgex-devops/edgex-compose 01:48:57 91d30c5bc195: Pulling fs layer 01:48:57 2e9b0aa3be6d: Pulling fs layer 01:48:57 9c61dcf015f6: Pulling fs layer 01:48:57 4698f68db338: Pulling fs layer 01:48:57 2a2f49069b9e: Pulling fs layer 01:48:57 e0025b399a48: Pulling fs layer 01:48:57 4698f68db338: Waiting 01:48:57 e0025b399a48: Waiting 01:48:57 2a2f49069b9e: Waiting 01:48:57 91d30c5bc195: Verifying Checksum 01:48:57 4698f68db338: Verifying Checksum 01:48:57 4698f68db338: Download complete 01:48:58 2e9b0aa3be6d: Verifying Checksum 01:48:58 2e9b0aa3be6d: Download complete 01:48:58 91d30c5bc195: Pull complete 01:48:58 e0025b399a48: Download complete 01:48:58 2a2f49069b9e: Download complete 01:48:58 2e9b0aa3be6d: Pull complete 01:48:58 9c61dcf015f6: Verifying Checksum 01:48:58 9c61dcf015f6: Download complete 01:49:02 9c61dcf015f6: Pull complete 01:49:02 4698f68db338: Pull complete 01:49:02 2a2f49069b9e: Pull complete 01:49:02 e0025b399a48: Pull complete 01:49:02 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:49:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:49:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:49:02 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 01:49:02 $ 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/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 01:49:03 $ docker top b3e02523bfc0633b92a22a0cd820a484dc536e1885185f3eecde06fe02524e23 -eo pid,comm [Pipeline] { [Pipeline] sh 01:49:03 + docker compose -f ./docker-compose-build.yml build --parallel 01:49:04 #1 [core-command internal] load build definition from Dockerfile 01:49:04 #1 transferring dockerfile: 1.94kB done 01:49:04 #1 DONE 0.1s 01:49:04 01:49:04 #2 [security-proxy-setup internal] load build definition from Dockerfile 01:49:04 #2 transferring dockerfile: 2.50kB done 01:49:04 #2 DONE 0.1s 01:49:04 01:49:04 #3 [security-spire-server internal] load build definition from Dockerfile 01:49:04 #3 transferring dockerfile: 1.70kB done 01:49:04 #3 DONE 0.1s 01:49:04 01:49:04 #4 [support-scheduler internal] load build definition from Dockerfile 01:49:04 #4 transferring dockerfile: 1.83kB done 01:49:04 #4 DONE 0.1s 01:49:04 01:49:04 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:49:04 #5 transferring dockerfile: 1.89kB done 01:49:04 #5 DONE 0.1s 01:49:04 01:49:04 #6 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:49:04 #6 transferring dockerfile: 2.23kB done 01:49:04 #6 DONE 0.2s 01:49:04 01:49:04 #7 [security-bootstrapper internal] load build definition from Dockerfile 01:49:04 #7 transferring dockerfile: 3.02kB done 01:49:04 #7 DONE 0.2s 01:49:04 01:49:04 #8 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:49:04 #8 DONE 0.0s 01:49:04 01:49:04 #9 [security-spire-agent internal] load build definition from Dockerfile 01:49:04 #9 transferring dockerfile: 1.81kB done 01:49:04 #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:49:04 #9 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:49:04 #9 DONE 0.2s 01:49:04 01:49:04 #10 [security-secretstore-setup internal] load build definition from Dockerfile 01:49:04 #10 transferring dockerfile: 2.49kB done 01:49:04 #10 DONE 0.2s 01:49:04 01:49:04 #11 [support-scheduler internal] load .dockerignore 01:49:04 #11 ... 01:49:04 01:49:04 #12 [support-notifications internal] load build definition from Dockerfile 01:49:04 #12 transferring dockerfile: 2.00kB done 01:49:04 #12 DONE 0.2s 01:49:04 01:49:04 #13 [security-proxy-auth internal] load build definition from Dockerfile 01:49:04 #13 transferring dockerfile: 2.14kB done 01:49:04 #13 DONE 0.2s 01:49:04 01:49:04 #14 [core-metadata internal] load build definition from Dockerfile 01:49:04 #14 transferring dockerfile: 2.10kB done 01:49:04 #14 DONE 0.2s 01:49:04 01:49:04 #15 [security-spire-config internal] load build definition from Dockerfile 01:49:04 #15 transferring dockerfile: 1.69kB done 01:49:04 #15 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:49:04 #15 DONE 0.2s 01:49:04 01:49:04 #16 [core-data internal] load build definition from Dockerfile 01:49:04 #16 transferring dockerfile: 2.04kB done 01:49:04 #16 DONE 0.2s 01:49:04 01:49:04 #17 [core-keeper internal] load build definition from Dockerfile 01:49:04 #17 transferring dockerfile: 2.01kB done 01:49:04 #17 DONE 0.2s 01:49:04 01:49:04 #8 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:49:04 #8 DONE 0.0s 01:49:04 01:49:04 #18 [core-command internal] load .dockerignore 01:49:04 #18 transferring context: 50B done 01:49:04 #18 DONE 0.1s 01:49:04 01:49:04 #11 [support-scheduler internal] load .dockerignore 01:49:04 #11 transferring context: 50B done 01:49:04 #11 DONE 0.2s 01:49:04 01:49:04 #19 [security-proxy-setup internal] load .dockerignore 01:49:04 #19 transferring context: 50B done 01:49:04 #19 DONE 0.1s 01:49:04 01:49:04 #20 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 01:49:04 #20 DONE 0.2s 01:49:04 01:49:04 #21 [security-spiffe-token-provider internal] load .dockerignore 01:49:04 #21 transferring context: 50B done 01:49:04 #21 DONE 0.2s 01:49:04 01:49:04 #22 [security-bootstrapper internal] load .dockerignore 01:49:04 #22 transferring context: 50B done 01:49:04 #22 DONE 0.1s 01:49:04 01:49:04 #23 [core-common-config-bootstrapper internal] load .dockerignore 01:49:04 #23 transferring context: 50B done 01:49:04 #23 DONE 0.1s 01:49:04 01:49:04 #24 [security-secretstore-setup internal] load .dockerignore 01:49:04 #24 transferring context: 50B done 01:49:04 #24 DONE 0.1s 01:49:04 01:49:04 #25 [security-proxy-auth internal] load .dockerignore 01:49:04 #25 transferring context: 50B done 01:49:04 #25 DONE 0.1s 01:49:04 01:49:04 #26 [support-notifications internal] load .dockerignore 01:49:04 #26 transferring context: 50B done 01:49:04 #26 DONE 0.2s 01:49:04 01:49:04 #27 [core-common-config-bootstrapper internal] load build context 01:49:04 #27 ... 01:49:04 01:49:04 #28 [core-metadata internal] load .dockerignore 01:49:04 #28 transferring context: 50B done 01:49:04 #28 DONE 0.2s 01:49:04 01:49:04 #29 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:49:04 #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:49:04 #29 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s 01:49:04 #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:49:04 #29 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:49:04 #29 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:49:04 #29 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:49:04 #29 ... 01:49:04 01:49:04 #30 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:49:04 #30 DONE 0.5s 01:49:04 01:49:04 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:49:04 #31 DONE 0.4s 01:49:04 01:49:04 #32 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:49:04 #32 DONE 0.4s 01:49:04 01:49:04 #33 [core-data internal] load .dockerignore 01:49:04 #33 transferring context: 50B 0.0s done 01:49:04 #33 DONE 0.4s 01:49:04 01:49:04 #29 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:49:04 #29 ... 01:49:04 01:49:04 #32 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:49:04 #32 DONE 0.4s 01:49:04 01:49:04 #34 [security-spire-agent internal] load .dockerignore 01:49:04 #34 transferring context: 50B 0.0s done 01:49:04 #34 DONE 0.1s 01:49:04 01:49:04 #29 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:49:04 #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:49:04 #29 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:49:04 #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:49:04 #29 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:49:04 #29 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:49:04 #29 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:49:05 #29 ... 01:49:05 01:49:05 #32 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:49:05 #32 DONE 0.4s 01:49:05 01:49:05 #35 [security-spire-server internal] load .dockerignore 01:49:05 #35 transferring context: 50B 0.0s done 01:49:05 #35 DONE 1.0s 01:49:05 01:49:05 #36 [core-keeper internal] load .dockerignore 01:49:05 #36 transferring context: 50B done 01:49:05 #36 DONE 1.3s 01:49:05 01:49:05 #37 [core-keeper builder 2/7] WORKDIR /edgex-go 01:49:05 #37 DONE 1.0s 01:49:05 01:49:05 #29 [core-keeper stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:49:05 #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:49:05 #29 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:49:05 #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:49:05 #29 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:49:05 #29 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:49:05 #29 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:49:05 #29 ... 01:49:05 01:49:05 #38 [security-spire-config internal] load .dockerignore 01:49:05 #38 transferring context: 50B done 01:49:05 #38 DONE 1.0s 01:49:05 01:49:05 #29 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:49:05 #29 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:49:05 #29 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:49:05 #29 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:49:05 #29 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:49:05 #29 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:49:05 #29 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:49:05 #29 DONE 1.5s 01:49:05 01:49:05 #39 [security-spire-agent internal] load build context 01:49:05 #39 transferring context: 23.33kB 0.0s done 01:49:05 #39 DONE 1.1s 01:49:05 01:49:05 #40 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:49:06 #40 ... 01:49:06 01:49:06 #41 [security-spire-server internal] load build context 01:49:06 #41 transferring context: 23.80kB 0.0s done 01:49:06 #41 DONE 0.4s 01:49:06 01:49:06 #42 [security-spire-config internal] load build context 01:49:06 #42 transferring context: 22.05kB 0.0s done 01:49:06 #42 DONE 0.5s 01:49:06 01:49:06 #43 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:49:06 #43 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.9s done 01:49:06 #43 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:49:06 #43 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:49:06 #43 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:49:06 #43 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 01:49:06 #43 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.3s done 01:49:06 #43 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 01:49:06 #43 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:49:06 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:49:06 #43 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:49:06 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.5s 01:49:06 #43 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:49:06 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.8s 01:49:06 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.90MB / 36.47MB 0.9s 01:49:06 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 20.97MB / 36.47MB 1.0s 01:49:06 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 32.51MB / 36.47MB 1.1s 01:49:06 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.2s 01:49:07 #43 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.5s done 01:49:08 #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:49:11 #43 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.9s done 01:49:14 #43 ... 01:49:14 01:49:14 #44 [core-command internal] load build context 01:49:14 #44 transferring context: 457.48MB 9.9s 01:49:14 #44 ... 01:49:14 01:49:14 #45 [security-proxy-setup internal] load build context 01:49:14 #45 ... 01:49:14 01:49:14 #46 [security-secretstore-setup internal] load build context 01:49:14 #46 ... 01:49:14 01:49:14 #47 [support-notifications internal] load build context 01:49:14 #47 transferring context: 595.83MB 10.1s done 01:49:14 #47 ... 01:49:14 01:49:14 #48 [security-bootstrapper internal] load build context 01:49:14 #48 ... 01:49:14 01:49:14 #49 [core-metadata internal] load build context 01:49:14 #49 ... 01:49:14 01:49:14 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:49:14 #50 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.9s done 01:49:14 #50 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:49:14 #50 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:49:14 #50 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:49:14 #50 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 01:49:14 #50 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.3s done 01:49:14 #50 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 01:49:14 #50 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 01:49:14 #50 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.8s done 01:49:14 #50 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:49:14 #50 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:49:14 #50 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.8s done 01:49:15 #50 ... 01:49:15 01:49:15 #51 [core-data internal] load build context 01:49:15 #51 ... 01:49:15 01:49:15 #52 [security-proxy-auth internal] load build context 01:49:15 #52 ... 01:49:15 01:49:15 #27 [core-common-config-bootstrapper internal] load build context 01:49:15 #27 ... 01:49:15 01:49:15 #53 [support-scheduler internal] load build context 01:49:15 #53 ... 01:49:15 01:49:15 #54 [security-spiffe-token-provider internal] load build context 01:49:15 #54 ... 01:49:15 01:49:15 #27 [core-common-config-bootstrapper internal] load build context 01:49:15 #27 ... 01:49:15 01:49:15 #55 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:49:15 #0 0.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:15 #0 1.126 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:15 #0 1.622 OK: 248 MiB in 58 packages 01:49:15 #55 ... 01:49:15 01:49:15 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:49:15 #0 0.617 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:15 #0 0.704 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:15 #0 1.009 OK: 248 MiB in 58 packages 01:49:15 #56 ... 01:49:15 01:49:15 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:49:15 #0 2.627 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:15 #0 2.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:15 #0 3.081 (1/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:15 #0 3.225 (2/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:15 #0 3.248 (3/6) Installing dumb-init (1.2.5-r3) 01:49:15 #0 3.255 (4/6) Installing openssl (3.3.5-r0) 01:49:15 #0 3.269 (5/6) Installing su-exec (0.2-r3) 01:49:15 #0 3.271 (6/6) Installing yq-go (4.44.1-r2) 01:49:15 #0 3.376 Executing busybox-1.36.1-r29.trigger 01:49:15 #0 3.386 OK: 19 MiB in 18 packages 01:49:15 #57 ... 01:49:15 01:49:15 #58 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:16 #58 ... 01:49:16 01:49:16 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:49:16 #59 ... 01:49:16 01:49:16 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:49:16 #0 1.194 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.814 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:49:16 #0 1.814 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:49:16 #0 1.814 OK: 24177 distinct packages available 01:49:16 #0 1.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:16 #0 2.322 (1/4) Installing dumb-init (1.2.5-r3) 01:49:16 #0 2.327 (2/4) Installing musl-obstack (1.2.3-r2) 01:49:16 #0 2.331 (3/4) Installing libucontext (1.2-r3) 01:49:16 #0 2.334 (4/4) Installing gcompat (1.1.0-r4) 01:49:16 #0 2.344 Executing busybox-1.36.1-r29.trigger 01:49:16 #0 2.356 OK: 8 MiB in 18 packages 01:49:16 #60 ... 01:49:16 01:49:16 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:49:16 #0 0.866 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:16 #0 0.980 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.356 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:49:16 #0 1.356 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:49:16 #0 1.356 OK: 24181 distinct packages available 01:49:16 #0 1.406 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.781 OK: 248 MiB in 58 packages 01:49:16 #61 ... 01:49:16 01:49:16 #62 [core-keeper internal] load build context 01:49:16 #62 ... 01:49:16 01:49:16 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:49:16 #0 1.146 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.535 (1/4) Installing ca-certificates (20250911-r0) 01:49:16 #0 1.558 (2/4) Installing dumb-init (1.2.5-r3) 01:49:16 #0 1.565 (3/4) Installing su-exec (0.2-r3) 01:49:16 #0 1.566 (4/4) Installing yq-go (4.44.1-r2) 01:49:16 #0 1.707 Executing busybox-1.36.1-r29.trigger 01:49:16 #0 1.707 Executing ca-certificates-20250911-r0.trigger 01:49:16 #0 1.753 OK: 19 MiB in 18 packages 01:49:16 #63 ... 01:49:16 01:49:16 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:49:16 #64 ... 01:49:16 01:49:16 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:16 #65 ... 01:49:16 01:49:16 #66 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:49:16 #66 ... 01:49:16 01:49:16 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:49:16 #0 0.971 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:16 #0 1.621 OK: 248 MiB in 58 packages 01:49:17 #67 ... 01:49:17 01:49:17 #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:49:17 #68 ... 01:49:17 01:49:17 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:49:17 #69 ... 01:49:17 01:49:17 #40 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:49:17 #40 0.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:17 #40 1.168 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:17 #40 1.443 (1/1) Installing dumb-init (1.2.5-r3) 01:49:17 #40 1.495 Executing busybox-1.36.1-r29.trigger 01:49:17 #40 1.495 OK: 8 MiB in 15 packages 01:49:17 #40 ... 01:49:17 01:49:17 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:49:17 #0 1.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:17 #0 1.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:17 #0 1.818 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:49:17 #0 1.818 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:49:17 #0 1.818 OK: 24177 distinct packages available 01:49:17 #0 1.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:17 #0 1.944 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:17 #0 2.321 (1/14) Installing ca-certificates (20250911-r0) 01:49:17 #0 2.347 (2/14) Installing brotli-libs (1.1.0-r2) 01:49:17 #0 2.359 (3/14) Installing c-ares (1.33.1-r0) 01:49:17 #0 2.394 (4/14) Installing libunistring (1.2-r0) 01:49:17 #0 2.413 (5/14) Installing libidn2 (2.3.7-r0) 01:49:17 #0 2.420 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:49:17 #0 2.424 (7/14) Installing libpsl (0.21.5-r1) 01:49:17 #0 2.428 (8/14) Installing zstd-libs (1.5.6-r0) 01:49:17 #0 2.437 (9/14) Installing libcurl (8.14.1-r2) 01:49:17 #0 2.447 (10/14) Installing curl (8.14.1-r2) 01:49:17 #0 2.452 (11/14) Installing dumb-init (1.2.5-r3) 01:49:17 #0 2.455 (12/14) Installing musl-obstack (1.2.3-r2) 01:49:17 #0 2.459 (13/14) Installing libucontext (1.2-r3) 01:49:17 #0 2.464 (14/14) Installing gcompat (1.1.0-r4) 01:49:17 #0 2.473 Executing busybox-1.36.1-r29.trigger 01:49:17 #0 2.486 Executing ca-certificates-20250911-r0.trigger 01:49:17 #0 2.520 OK: 13 MiB in 28 packages 01:49:17 #70 ... 01:49:17 01:49:17 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:49:17 #0 1.117 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:17 #0 1.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:17 #0 1.661 OK: 248 MiB in 58 packages 01:49:17 #71 ... 01:49:17 01:49:17 #62 [core-keeper internal] load build context 01:49:17 #62 transferring context: 595.83MB 11.6s done 01:49:19 #62 ... 01:49:19 01:49:19 #70 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:49:19 #70 DONE 13.9s 01:49:19 01:49:19 #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:49:19 #57 DONE 13.9s 01:49:19 01:49:19 #58 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:19 #58 DONE 14.1s 01:49:19 01:49:19 #47 [support-notifications internal] load build context 01:49:19 #47 DONE 15.3s 01:49:19 01:49:19 #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:49:19 #56 DONE 14.1s 01:49:19 01:49:19 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:49:19 #60 DONE 14.0s 01:49:19 01:49:19 #40 [security-proxy-auth stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:49:19 #40 DONE 14.0s 01:49:19 01:49:19 #61 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:49:19 #61 DONE 14.1s 01:49:19 01:49:19 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:49:19 #67 DONE 14.2s 01:49:19 01:49:19 #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:49:19 #63 DONE 14.0s 01:49:19 01:49:19 #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git 01:49:19 #55 DONE 14.2s 01:49:19 01:49:19 #71 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:49:19 #71 DONE 14.2s 01:49:19 01:49:19 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:49:19 #65 DONE 14.0s 01:49:19 01:49:19 #46 [security-secretstore-setup internal] load build context 01:49:19 #46 transferring context: 595.83MB 11.2s done 01:49:19 #46 DONE 15.4s 01:49:19 01:49:19 #45 [security-proxy-setup internal] load build context 01:49:19 #45 transferring context: 595.83MB 12.0s done 01:49:19 #45 DONE 15.5s 01:49:19 01:49:19 #52 [security-proxy-auth internal] load build context 01:49:19 #52 transferring context: 595.83MB 11.5s done 01:49:19 #52 DONE 15.4s 01:49:19 01:49:19 #48 [security-bootstrapper internal] load build context 01:49:19 #48 transferring context: 595.83MB 11.5s done 01:49:19 #48 DONE 15.4s 01:49:19 01:49:19 #44 [core-command internal] load build context 01:49:19 #44 transferring context: 595.83MB 12.1s done 01:49:19 #44 DONE 15.5s 01:49:19 01:49:19 #49 [core-metadata internal] load build context 01:49:19 #49 transferring context: 595.83MB 11.9s done 01:49:19 #49 DONE 15.4s 01:49:19 01:49:19 #54 [security-spiffe-token-provider internal] load build context 01:49:19 #54 transferring context: 595.83MB 12.5s done 01:49:19 #54 DONE 15.5s 01:49:19 01:49:19 #53 [support-scheduler internal] load build context 01:49:19 #53 transferring context: 595.83MB 12.1s done 01:49:19 #53 DONE 15.5s 01:49:19 01:49:19 #27 [core-common-config-bootstrapper internal] load build context 01:49:19 #27 transferring context: 595.83MB 12.2s done 01:49:19 #27 DONE 15.4s 01:49:19 01:49:19 #51 [core-data internal] load build context 01:49:19 #51 transferring context: 595.83MB 11.8s done 01:49:19 #51 DONE 15.1s 01:49:19 01:49:19 #62 [core-keeper internal] load build context 01:49:19 #62 DONE 14.2s 01:49:19 01:49:19 #72 [core-data builder 4/7] COPY go.mod vendor* ./ 01:49:20 #72 DONE 0.2s 01:49:20 01:49:20 #73 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:49:20 #73 DONE 0.2s 01:49:20 01:49:20 #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:49:20 #50 DONE 15.3s 01:49:20 01:49:20 #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:49:20 #74 DONE 0.2s 01:49:20 01:49:20 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:49:20 #75 DONE 0.2s 01:49:20 01:49:20 #43 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:49:20 #43 DONE 15.3s 01:49:20 01:49:20 #76 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:49:20 #76 DONE 0.2s 01:49:20 01:49:20 #77 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:21 #77 ... 01:49:21 01:49:21 #69 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:49:21 #69 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:21 #69 14.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:21 #69 15.13 (1/1) Installing dumb-init (1.2.5-r3) 01:49:21 #69 15.13 Executing busybox-1.36.1-r29.trigger 01:49:21 #69 15.14 OK: 8 MiB in 15 packages 01:49:21 #69 DONE 15.3s 01:49:21 01:49:21 #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:49:21 #59 14.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:21 #59 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:21 #59 15.14 (1/2) Installing dumb-init (1.2.5-r3) 01:49:21 #59 15.14 (2/2) Installing su-exec (0.2-r3) 01:49:21 #59 15.15 Executing busybox-1.36.1-r29.trigger 01:49:21 #59 15.15 OK: 8 MiB in 16 packages 01:49:21 #59 DONE 15.3s 01:49:21 01:49:21 #64 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:49:21 #64 14.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:21 #64 14.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:21 #64 15.13 (1/3) Installing ca-certificates (20250911-r0) 01:49:21 #64 15.15 (2/3) Installing dumb-init (1.2.5-r3) 01:49:21 #64 15.15 (3/3) Installing tzdata (2025b-r0) 01:49:21 #64 15.18 Executing busybox-1.36.1-r29.trigger 01:49:21 #64 15.19 Executing ca-certificates-20250911-r0.trigger 01:49:21 #64 15.22 OK: 10 MiB in 17 packages 01:49:21 #64 DONE 15.4s 01:49:21 01:49:21 #68 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:49:21 #68 14.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:21 #68 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:21 #68 15.15 (1/7) Installing ca-certificates (20250911-r0) 01:49:21 #68 15.17 (2/7) Installing dumb-init (1.2.5-r3) 01:49:21 #68 15.17 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:49:21 #68 15.18 (4/7) Installing libsodium (1.0.19-r0) 01:49:21 #68 15.19 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:49:21 #68 15.21 (6/7) Installing libzmq (4.3.5-r2) 01:49:21 #68 15.22 (7/7) Installing zeromq (4.3.5-r2) 01:49:21 #68 15.23 Executing busybox-1.36.1-r29.trigger 01:49:21 #68 15.24 Executing ca-certificates-20250911-r0.trigger 01:49:21 #68 15.28 OK: 12 MiB in 21 packages 01:49:21 #68 DONE 15.4s 01:49:21 01:49:21 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:49:21 #78 ... 01:49:21 01:49:21 #66 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:49:21 #66 14.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:21 #66 14.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:21 #66 15.13 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:49:21 #66 15.13 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:49:21 #66 15.13 OK: 24177 distinct packages available 01:49:21 #66 15.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:21 #66 15.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:21 #66 15.56 (1/7) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:21 #66 15.60 (2/7) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:21 #66 15.62 (3/7) Installing dumb-init (1.2.5-r3) 01:49:21 #66 15.63 (4/7) Installing musl-obstack (1.2.3-r2) 01:49:21 #66 15.63 (5/7) Installing libucontext (1.2-r3) 01:49:21 #66 15.64 (6/7) Installing gcompat (1.1.0-r4) 01:49:21 #66 15.64 (7/7) Installing openssl (3.3.5-r0) 01:49:21 #66 15.65 Executing busybox-1.36.1-r29.trigger 01:49:21 #66 15.66 OK: 9 MiB in 19 packages 01:49:21 #66 DONE 15.8s 01:49:21 01:49:21 #79 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 01:49:22 #79 ... 01:49:22 01:49:22 #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:49:22 #0 1.571 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:22 #0 1.641 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:22 #0 1.950 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 1.967 Executing busybox-1.36.1-r30.post-upgrade 01:49:22 #0 2.044 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.050 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:22 #0 2.056 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.059 Executing busybox-1.36.1-r30.trigger 01:49:22 #0 2.068 OK: 19 MiB in 18 packages 01:49:22 #80 DONE 2.2s 01:49:22 01:49:22 #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:49:22 #81 DONE 0.0s 01:49:22 01:49:22 #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:49:22 #0 1.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:22 #0 1.997 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.335 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.348 Executing busybox-1.36.1-r30.post-upgrade 01:49:22 #0 2.389 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.394 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:22 #0 2.401 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #82 2.478 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #82 2.491 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #82 2.506 Executing busybox-1.36.1-r30.trigger 01:49:22 #82 2.513 OK: 8 MiB in 18 packages 01:49:22 #82 DONE 2.8s 01:49:22 01:49:22 #83 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 01:49:22 #0 2.072 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.144 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.504 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.515 Executing busybox-1.36.1-r30.post-upgrade 01:49:22 #0 2.576 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.576 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:22 #0 2.581 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #0 2.639 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #0 2.656 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.661 Executing busybox-1.36.1-r30.trigger 01:49:22 #0 2.676 OK: 8 MiB in 15 packages 01:49:22 #83 DONE 2.8s 01:49:22 01:49:22 #84 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:49:22 #0 1.691 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.104 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.659 OK: 248 MiB in 58 packages 01:49:22 #84 DONE 2.8s 01:49:22 01:49:22 #85 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:49:22 #0 1.922 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.337 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.354 Executing busybox-1.36.1-r30.post-upgrade 01:49:22 #0 2.451 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.451 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:22 #0 2.463 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #0 2.527 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #0 2.535 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.539 Executing busybox-1.36.1-r30.trigger 01:49:22 #0 2.546 Executing ca-certificates-20250911-r0.trigger 01:49:22 #0 2.655 OK: 13 MiB in 28 packages 01:49:22 #85 DONE 2.8s 01:49:22 01:49:22 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:49:22 #86 DONE 0.1s 01:49:22 01:49:22 #87 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:22 #87 ... 01:49:22 01:49:22 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:49:22 #0 2.046 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:22 #0 2.513 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.534 Executing busybox-1.36.1-r30.post-upgrade 01:49:22 #0 2.596 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.596 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:22 #0 2.609 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #0 2.652 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:22 #0 2.682 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:22 #0 2.691 Executing busybox-1.36.1-r30.trigger 01:49:22 #0 2.706 Executing ca-certificates-20250911-r0.trigger 01:49:22 #0 2.773 OK: 19 MiB in 18 packages 01:49:22 #88 DONE 3.2s 01:49:23 01:49:23 #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:49:23 #0 1.903 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:23 #0 2.075 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:23 #0 2.658 (1/1) Installing dumb-init (1.2.5-r3) 01:49:23 #0 2.778 Executing busybox-1.36.1-r29.trigger 01:49:23 #0 2.787 OK: 8 MiB in 15 packages 01:49:23 #89 DONE 3.2s 01:49:23 01:49:23 #90 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:23 #90 DONE 0.4s 01:49:23 01:49:23 #91 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:49:23 #91 DONE 0.0s 01:49:23 01:49:23 #92 [security-spire-config stage-2 6/10] COPY security.txt / 01:49:23 #92 DONE 0.0s 01:49:23 01:49:23 #93 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:49:23 #93 DONE 0.1s 01:49:23 01:49:23 #94 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:49:23 #94 DONE 0.0s 01:49:23 01:49:23 #95 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:49:23 #0 1.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:23 #0 1.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:23 #0 1.820 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #0 1.841 Executing busybox-1.36.1-r30.post-upgrade 01:49:23 #0 1.871 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #0 1.875 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:23 #0 1.886 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:23 #0 1.934 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:23 #0 1.946 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #0 1.949 Executing busybox-1.36.1-r30.trigger 01:49:23 #0 1.955 OK: 8 MiB in 15 packages 01:49:23 #95 DONE 2.1s 01:49:23 01:49:23 #96 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:49:23 #96 DONE 0.0s 01:49:23 01:49:23 #97 [security-spire-config] exporting to image 01:49:23 #97 exporting layers 01:49:23 #97 exporting layers 0.4s done 01:49:23 #97 writing image sha256:310fb42e9f7ad899e46d5132e4fbb57753cc43c0abf03b48583a1548ca88491e done 01:49:23 #97 naming to docker.io/library/security-spire-config done 01:49:23 #97 DONE 0.4s 01:49:23 01:49:23 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:49:23 #78 2.226 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:23 #78 2.302 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:23 #78 2.589 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #78 2.606 Executing busybox-1.36.1-r30.post-upgrade 01:49:23 #78 2.647 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #78 2.650 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:23 #78 2.657 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:23 #78 2.690 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:23 #78 2.712 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #78 ... 01:49:23 01:49:23 #79 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 01:49:23 #79 1.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:23 #79 1.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:23 #79 2.126 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #79 2.144 Executing busybox-1.36.1-r30.post-upgrade 01:49:23 #79 2.191 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #79 2.195 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:23 #79 2.202 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:23 #79 2.206 Executing busybox-1.36.1-r30.trigger 01:49:23 #79 2.210 OK: 9 MiB in 19 packages 01:49:23 #79 DONE 2.4s 01:49:23 01:49:23 #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:49:23 #78 2.715 Executing busybox-1.36.1-r30.trigger 01:49:23 #78 2.718 Executing ca-certificates-20250911-r0.trigger 01:49:23 #78 2.749 OK: 12 MiB in 21 packages 01:49:24 #78 DONE 2.9s 01:49:24 01:49:24 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:49:24 #98 DONE 0.5s 01:49:24 01:49:24 #99 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:49:24 #0 2.510 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:24 #0 2.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:24 #0 2.865 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:24 #0 2.880 Executing busybox-1.36.1-r30.post-upgrade 01:49:24 #0 2.935 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:24 #0 2.938 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:24 #0 2.945 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:24 #0 2.977 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:24 #0 2.993 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:24 #0 2.999 Executing busybox-1.36.1-r30.trigger 01:49:24 #0 3.004 OK: 8 MiB in 16 packages 01:49:24 #99 DONE 3.4s 01:49:24 01:49:24 #100 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:49:24 #0 2.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:49:24 #0 2.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:49:24 #0 2.697 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:49:24 #0 2.712 Executing busybox-1.36.1-r30.post-upgrade 01:49:24 #0 2.764 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:49:24 #0 2.769 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:49:24 #0 2.775 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:49:24 #0 2.835 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:49:24 #0 2.851 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:49:24 #0 2.858 Executing busybox-1.36.1-r30.trigger 01:49:24 #0 2.863 Executing ca-certificates-20250911-r0.trigger 01:49:24 #0 2.907 OK: 10 MiB in 17 packages 01:49:24 #100 DONE 3.3s 01:49:24 01:49:24 #101 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:24 #101 DONE 0.5s 01:49:24 01:49:24 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:49:24 #102 DONE 0.0s 01:49:24 01:49:24 #103 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:49:24 #103 DONE 0.4s 01:49:24 01:49:24 #104 [security-spire-server stage-2 6/9] COPY security.txt / 01:49:24 #104 DONE 0.4s 01:49:24 01:49:24 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:49:24 #105 DONE 0.1s 01:49:24 01:49:24 #106 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:49:24 #106 DONE 0.1s 01:49:24 01:49:24 #107 [security-spire-agent stage-3 7/10] COPY security.txt / 01:49:25 #107 DONE 0.2s 01:49:25 01:49:25 #108 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:49:25 #108 DONE 0.2s 01:49:25 01:49:25 #109 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:49:25 #109 DONE 0.1s 01:49:25 01:49:25 #110 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:49:25 #110 DONE 0.8s 01:49:25 01:49:25 #111 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:49:25 #111 DONE 0.1s 01:49:25 01:49:25 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:49:25 #112 DONE 0.1s 01:49:25 01:49:25 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:49:25 #113 DONE 0.1s 01:49:25 01:49:25 #114 [security-spire-server] exporting to image 01:49:25 #114 ... 01:49:25 01:49:25 #115 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:49:25 #115 DONE 0.1s 01:49:25 01:49:25 #116 [security-spire-agent] exporting to image 01:49:26 #116 exporting layers 0.7s done 01:49:26 #116 writing image sha256:13c86dc8be71e07ec2cbae739e873512b03130c17a34fb6ff5832fdec33dd480 done 01:49:26 #116 naming to docker.io/library/security-spire-agent done 01:49:26 #116 DONE 0.7s 01:49:26 01:49:26 #114 [security-spire-server] exporting to image 01:49:26 #114 exporting layers 0.9s done 01:49:26 #114 writing image sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 done 01:49:26 #114 naming to docker.io/library/security-spire-server done 01:49:26 #114 DONE 0.9s 01:49:26 01:49:26 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:30 #117 ... 01:49:30 01:49:30 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:30 #118 ... 01:49:30 01:49:30 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:30 #119 ... 01:49:30 01:49:30 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:49:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-128163 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:49:46 Running in /w/workspace/edgex-go/910 [Pipeline] { [Pipeline] checkout 01:49:49 The recommended git tool is: git 01:49:54 using credential edgex-jenkins-ssh 01:49:54 Cloning the remote Git repository 01:49:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:49:54 > git init /w/workspace/edgex-go/910 # timeout=10 01:49:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:49:54 > git --version # timeout=10 01:49:54 > git --version # 'git version 2.25.1' 01:49:54 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:02 #120 ... 01:50:02 01:50:02 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:02 #118 DONE 42.7s 01:50:02 01:50:02 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:02 #117 DONE 42.7s 01:50:02 01:50:02 #77 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:02 #77 DONE 42.7s 01:50:02 01:50:02 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:02 #119 DONE 42.7s 01:50:02 01:50:02 #87 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:02 #87 DONE 40.1s 01:50:02 01:50:02 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:02 #120 DONE 42.8s 01:50:02 01:50:02 #121 [core-metadata builder 6/7] COPY . . 01:50:11 #121 ... 01:50:11 01:50:11 #122 [support-scheduler builder 6/7] COPY . . 01:50:11 #122 DONE 6.9s 01:50:11 01:50:11 #123 [security-bootstrapper builder 6/7] COPY . . 01:50:11 #123 DONE 6.9s 01:50:11 01:50:11 #124 [security-spiffe-token-provider builder 6/7] COPY . . 01:50:11 #124 DONE 6.8s 01:50:11 01:50:11 #125 [support-notifications builder 6/7] COPY . . 01:50:11 #125 DONE 6.8s 01:50:11 01:50:11 #126 [core-keeper builder 7/8] COPY . . 01:50:11 #126 DONE 6.9s 01:50:11 01:50:11 #127 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:50:11 #127 CACHED 01:50:11 01:50:11 #128 [security-proxy-setup builder 6/7] COPY . . 01:50:11 #128 CACHED 01:50:11 01:50:11 #129 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:11 #129 CACHED 01:50:11 01:50:11 #130 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:11 #130 CACHED 01:50:11 01:50:11 #131 [core-command builder 4/7] COPY go.mod vendor* ./ 01:50:11 #131 CACHED 01:50:11 01:50:11 #132 [core-command builder 6/7] COPY . . 01:50:11 #132 CACHED 01:50:11 01:50:11 #121 [core-common-config-bootstrapper builder 6/7] COPY . . 01:50:11 #121 DONE 6.9s 01:50:11 01:50:11 #133 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:50:11 #133 CACHED 01:50:11 01:50:11 #134 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:11 #134 CACHED 01:50:11 01:50:11 #135 [security-bootstrapper builder 6/7] COPY . . 01:50:11 #135 CACHED 01:50:11 01:50:11 #136 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:50:11 #136 CACHED 01:50:11 01:50:11 #137 [core-common-config-bootstrapper builder 6/7] COPY . . 01:50:11 #137 CACHED 01:50:11 01:50:11 #138 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:11 #138 CACHED 01:50:11 01:50:11 #139 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:11 #139 CACHED 01:50:11 01:50:11 #140 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:50:11 #140 CACHED 01:50:11 01:50:11 #141 [core-metadata builder 6/7] COPY . . 01:50:11 #141 CACHED 01:50:11 01:50:11 #142 [core-data builder 4/7] COPY go.mod vendor* ./ 01:50:11 #142 CACHED 01:50:11 01:50:11 #143 [core-data builder 6/7] COPY . . 01:50:11 #143 CACHED 01:50:11 01:50:11 #144 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:50:11 #144 CACHED 01:50:11 01:50:11 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:50:11 #145 0.984 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:50:14 Avoid second fetch 01:50:14 Checking out Revision b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 (main) 01:50:15 Commit message: "build(deps): Bump github.com/gomodule/redigo from 1.9.2 to 1.9.3 (#5282)" 01:50:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:50:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:14 > git config core.sparsecheckout # timeout=10 01:50:15 > git checkout -f b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:50:20 provisioning config files... 01:50:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/910@tmp/config15661482634476756453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:20 #145 ... 01:50:20 01:50:20 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:50:20 #0 0.703 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:50:20 #146 ... 01:50:20 01:50:20 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:50:20 #0 1.002 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:50:20 #147 ... 01:50:20 01:50:20 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:50:20 #0 0.979 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:50:20 #148 ... 01:50:20 01:50:20 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:50:20 #0 0.612 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:50:20 #149 ... 01:50:20 01:50:20 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:50:20 #0 1.016 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:50:20 #150 ... 01:50:20 01:50:20 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:50:20 #0 0.728 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:50:20 #151 ... 01:50:20 01:50:20 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:50:20 #0 0.716 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:50:20 #152 ... 01:50:20 01:50:20 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:50:20 #0 1.004 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:50:20 #153 ... 01:50:20 01:50:20 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:50:20 #0 0.665 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:50:20 #154 ... 01:50:20 01:50:20 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:50:20 #0 0.649 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:50:21 ---> ****-login.sh 01:50:21 nexus3.edgexfoundry.org:10001 01:50:21 #155 ... 01:50:21 01:50:21 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:50:21 #0 1.013 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:21 Configure a credential helper to remove this warning. See 01:50:21 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:21 01:50:21 Login Succeeded 01:50:21 nexus3.edgexfoundry.org:10002 01:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:22 Configure a credential helper to remove this warning. See 01:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:22 01:50:22 Login Succeeded 01:50:22 nexus3.edgexfoundry.org:10003 01:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:22 Configure a credential helper to remove this warning. See 01:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:22 01:50:22 Login Succeeded 01:50:22 nexus3.edgexfoundry.org:10004 01:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:22 Configure a credential helper to remove this warning. See 01:50:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:22 01:50:22 Login Succeeded 01:50:22 ****.io 01:50:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:23 Configure a credential helper to remove this warning. See 01:50:23 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:23 01:50:23 Login Succeeded 01:50:23 ---> ****-login.sh ends [Pipeline] } 01:50:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:50:23 + git config --global --add safe.directory /w/workspace/edgex-go/910 [Pipeline] echo 01:50:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:50:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:50:23 ========================================================= 01:50:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:50:23 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:50:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:50:24 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:50:24 94e9d8af2201: Pulling fs layer 01:50:24 a6c56e8762df: Pulling fs layer 01:50:24 f0f3c8884826: Pulling fs layer 01:50:24 c7e7622c144d: Pulling fs layer 01:50:24 4f4fb700ef54: Pulling fs layer 01:50:24 b4c3b6d88c5a: Pulling fs layer 01:50:24 ba8bce9d2590: Pulling fs layer 01:50:24 ca778ea9c289: Pulling fs layer 01:50:24 c7e7622c144d: Waiting 01:50:24 4f4fb700ef54: Waiting 01:50:24 b4c3b6d88c5a: Waiting 01:50:24 ba8bce9d2590: Waiting 01:50:24 ca778ea9c289: Waiting 01:50:24 a6c56e8762df: Verifying Checksum 01:50:24 a6c56e8762df: Download complete 01:50:24 c7e7622c144d: Verifying Checksum 01:50:24 c7e7622c144d: Download complete 01:50:24 4f4fb700ef54: Verifying Checksum 01:50:24 4f4fb700ef54: Download complete 01:50:24 b4c3b6d88c5a: Verifying Checksum 01:50:24 b4c3b6d88c5a: Download complete 01:50:24 94e9d8af2201: Verifying Checksum 01:50:24 94e9d8af2201: Download complete 01:50:25 ca778ea9c289: Verifying Checksum 01:50:25 ca778ea9c289: Download complete 01:50:25 94e9d8af2201: Pull complete 01:50:26 f0f3c8884826: Verifying Checksum 01:50:26 f0f3c8884826: Download complete 01:50:26 a6c56e8762df: Pull complete 01:50:27 ba8bce9d2590: Verifying Checksum 01:50:27 ba8bce9d2590: Download complete 01:50:42 f0f3c8884826: Pull complete 01:50:42 c7e7622c144d: Pull complete 01:50:42 4f4fb700ef54: Pull complete 01:50:42 b4c3b6d88c5a: Pull complete 01:50:50 ba8bce9d2590: Pull complete 01:50:52 ca778ea9c289: Pull complete 01:50:52 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 01:50:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:50:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:50:53 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:50:53 WORKDIR /edgex 01:50:53 COPY go.mod . 01:50:53 RUN go mod download 01:50:53 + docker build -t ci-base-image-arm64 -f - . 01:50:53 Sending build context to Docker daemon 3.845MB 01:50:53 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:50:53 ---> 47b25d7523d1 01:50:53 Step 2/4 : WORKDIR /edgex 01:50:55 ---> Running in f8fc7d22cfff 01:50:55 Removing intermediate container f8fc7d22cfff 01:50:55 ---> 224161b8b289 01:50:55 Step 3/4 : COPY go.mod . 01:50:56 ---> 39d6b18ada74 01:50:56 Step 4/4 : RUN go mod download 01:50:56 ---> Running in dcbac76ffca3 01:51:42 #156 ... 01:51:42 01:51:42 #146 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:51:42 #146 DONE 84.2s 01:51:42 01:51:42 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:51:42 #152 DONE 84.2s 01:51:42 01:51:42 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:51:42 #157 DONE 0.1s 01:51:42 01:51:42 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:51:42 #158 ... 01:51:42 01:51:42 #159 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:51:42 #159 DONE 0.3s 01:51:42 01:51:42 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:51:42 #160 DONE 0.3s 01:51:42 01:51:42 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:51:42 #161 DONE 0.3s 01:51:42 01:51:42 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:51:42 #162 DONE 0.0s 01:51:42 01:51:42 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:51:42 #163 DONE 0.1s 01:51:42 01:51:42 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:51:42 #147 ... 01:51:42 01:51:42 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:51:42 #158 DONE 1.0s 01:51:42 01:51:42 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:51:42 #164 ... 01:51:42 01:51:42 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:51:42 #165 DONE 0.2s 01:51:42 01:51:42 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:51:42 #166 DONE 0.2s 01:51:42 01:51:42 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:51:42 #148 ... 01:51:42 01:51:42 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:51:42 #167 DONE 0.1s 01:51:42 01:51:42 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:51:42 #164 DONE 0.8s 01:51:42 01:51:42 #168 [core-common-config-bootstrapper] exporting to image 01:51:42 #168 exporting layers 01:51:42 #168 ... 01:51:42 01:51:42 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:51:42 #169 DONE 0.2s 01:51:42 01:51:42 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:51:42 #170 DONE 0.3s 01:51:42 01:51:42 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:51:42 #147 ... 01:51:42 01:51:42 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:51:42 #171 DONE 0.1s 01:51:42 01:51:42 #168 [core-common-config-bootstrapper] exporting to image 01:51:42 #168 exporting layers 0.5s done 01:51:42 #168 writing image sha256:49a42933ba0f2db109c5cc71890e394f6fd82f228b08068de5bd6705423ee1fc done 01:51:42 #168 naming to docker.io/library/core-common-config-bootstrapper done 01:51:42 #168 DONE 0.5s 01:51:42 01:51:42 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:51:42 #172 DONE 0.1s 01:51:42 01:51:42 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:51:42 #173 DONE 0.1s 01:51:42 01:51:42 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:51:42 #151 ... 01:51:42 01:51:42 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:51:42 #174 DONE 1.0s 01:51:42 01:51:42 #175 [security-bootstrapper] exporting to image 01:51:42 #175 exporting layers 1.0s done 01:51:42 #175 writing image sha256:9befb33c25a50fe4f1c10a704776e4087b2642c445c8540aad1f9e9f01fff788 done 01:51:42 #175 naming to docker.io/library/security-bootstrapper done 01:51:42 #175 DONE 1.1s 01:51:42 01:51:42 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:52:04 Removing intermediate container dcbac76ffca3 01:52:04 ---> 7e88392dbac7 01:52:04 Successfully built 7e88392dbac7 01:52:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:04 + docker inspect -f . ci-base-image-arm64 01:52:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:05 prd-ubuntu20.04-docker-arm64-4c-16g-128163 does not seem to be running inside a container 01:52:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:52:06 $ docker top 51f9c0cbd9ab19dcbe1e00cdf5a4c3ab806691f81e71b858f08c97c7b88e0d42 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:07 + go version 01:52:07 go version go1.23.9 linux/arm64 [Pipeline] } 01:52:07 $ docker stop --time=1 51f9c0cbd9ab19dcbe1e00cdf5a4c3ab806691f81e71b858f08c97c7b88e0d42 01:52:08 $ docker rm -f --volumes 51f9c0cbd9ab19dcbe1e00cdf5a4c3ab806691f81e71b858f08c97c7b88e0d42 [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 01:52:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:52:09 01:52:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:52:09 latest: Pulling from edgex-devops/edgex-compose-arm64 01:52:09 547446be3368: Pulling fs layer 01:52:09 d125d8839a47: Pulling fs layer 01:52:09 3e85d5ac6304: Pulling fs layer 01:52:09 c3105a71a48b: Pulling fs layer 01:52:09 0f093f025ec4: Pulling fs layer 01:52:09 c3106fc0e877: Pulling fs layer 01:52:09 0f093f025ec4: Waiting 01:52:09 c3106fc0e877: Waiting 01:52:09 c3105a71a48b: Waiting 01:52:10 547446be3368: Verifying Checksum 01:52:10 547446be3368: Download complete 01:52:10 c3105a71a48b: Download complete 01:52:10 d125d8839a47: Verifying Checksum 01:52:10 d125d8839a47: Download complete 01:52:10 c3106fc0e877: Verifying Checksum 01:52:10 c3106fc0e877: Download complete 01:52:10 0f093f025ec4: Verifying Checksum 01:52:10 0f093f025ec4: Download complete 01:52:10 547446be3368: Pull complete 01:52:12 d125d8839a47: Pull complete 01:52:12 3e85d5ac6304: Verifying Checksum 01:52:12 3e85d5ac6304: Download complete 01:52:22 3e85d5ac6304: Pull complete 01:52:22 c3105a71a48b: Pull complete 01:52:23 0f093f025ec4: Pull complete 01:52:24 c3106fc0e877: Pull complete 01:52:24 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 01:52:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:52:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:24 prd-ubuntu20.04-docker-arm64-4c-16g-128163 does not seem to be running inside a container 01:52: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/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:52:26 $ docker top a72418950c263db48a4b433a77435f05f9dc3e2e867551ca9ed0ee9cded1758b -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:27 + docker compose -f ./docker-compose-build.yml build --parallel 01:52:37 #1 [security-spire-server internal] load build definition from Dockerfile 01:52:37 #1 transferring dockerfile: 01:52:37 #1 transferring dockerfile: 1.70kB done 01:52:37 #1 DONE 0.1s 01:52:37 01:52:37 #2 [core-command internal] load build definition from Dockerfile 01:52:37 #2 transferring dockerfile: 1.94kB done 01:52:37 #2 DONE 0.1s 01:52:37 01:52:37 #3 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:52:37 #3 transferring dockerfile: 1.89kB 0.0s done 01:52:37 #3 DONE 0.1s 01:52:37 01:52:37 #4 [security-spire-config internal] load build definition from Dockerfile 01:52:37 #4 transferring dockerfile: 1.69kB done 01:52:37 #4 DONE 0.1s 01:52:37 01:52:37 #5 [security-proxy-setup internal] load build definition from Dockerfile 01:52:37 #5 transferring dockerfile: 2.50kB done 01:52:37 #5 DONE 0.1s 01:52:37 01:52:37 #6 [security-proxy-auth internal] load build definition from Dockerfile 01:52:37 #6 transferring dockerfile: 2.14kB done 01:52:37 #6 DONE 0.1s 01:52:37 01:52:37 #7 [security-spire-agent internal] load build definition from Dockerfile 01:52:37 #7 transferring dockerfile: 1.81kB 0.0s done 01:52:37 #7 DONE 0.1s 01:52:37 01:52:37 #8 [security-bootstrapper internal] load build definition from Dockerfile 01:52:37 #8 transferring dockerfile: 3.02kB done 01:52:37 #8 DONE 0.1s 01:52:37 01:52:37 #9 [support-notifications internal] load build definition from Dockerfile 01:52:37 #9 transferring dockerfile: 2.00kB done 01:52:37 #9 DONE 0.1s 01:52:37 01:52:37 #10 [security-secretstore-setup internal] load build definition from Dockerfile 01:52:37 #10 transferring dockerfile: 2.49kB 0.0s done 01:52:37 #10 DONE 0.1s 01:52:37 01:52:37 #11 [core-keeper internal] load build definition from Dockerfile 01:52:37 #11 transferring dockerfile: 2.01kB 0.0s done 01:52:37 #11 DONE 0.1s 01:52:37 01:52:37 #12 [core-metadata internal] load build definition from Dockerfile 01:52:37 #12 transferring dockerfile: 2.10kB 0.0s done 01:52:37 #12 DONE 0.1s 01:52:37 01:52:37 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:52:37 #13 transferring dockerfile: 2.23kB done 01:52:37 #13 DONE 0.1s 01:52:37 01:52:37 #14 [support-scheduler internal] load build definition from Dockerfile 01:52:37 #14 transferring dockerfile: 1.83kB 0.0s done 01:52:37 #14 DONE 0.1s 01:52:37 01:52:37 #15 [core-data internal] load build definition from Dockerfile 01:52:37 #15 transferring dockerfile: 2.04kB done 01:52:37 #15 DONE 0.1s 01:52:37 01:52:37 #16 [security-spire-server internal] load .dockerignore 01:52:37 #16 transferring context: 50B 0.0s done 01:52:37 #16 DONE 0.1s 01:52:38 01:52:38 #17 [security-spiffe-token-provider internal] load .dockerignore 01:52:38 #17 transferring context: 50B done 01:52:38 #17 DONE 0.2s 01:52:38 01:52:38 #18 [core-command internal] load .dockerignore 01:52:38 #18 transferring context: 50B done 01:52:38 #18 DONE 0.3s 01:52:38 01:52:38 #19 [security-proxy-setup internal] load .dockerignore 01:52:38 #19 transferring context: 50B 0.0s done 01:52:38 #19 DONE 0.2s 01:52:38 01:52:38 #20 [security-spire-config internal] load .dockerignore 01:52:38 #20 transferring context: 50B 0.0s done 01:52:38 #20 DONE 0.2s 01:52:38 01:52:38 #21 [security-spire-agent internal] load .dockerignore 01:52:38 #149 ... 01:52:38 01:52:38 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:52:38 #147 144.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:52:38 #21 transferring context: 50B 0.0s done 01:52:38 #21 DONE 0.1s 01:52:38 01:52:38 #22 [security-proxy-auth internal] load .dockerignore 01:52:38 #22 transferring context: 50B 0.0s done 01:52:38 #22 DONE 0.2s 01:52:38 01:52:38 #23 [security-bootstrapper internal] load .dockerignore 01:52:38 #23 transferring context: 50B done 01:52:38 #23 DONE 0.1s 01:52:38 01:52:38 #24 [support-notifications internal] load .dockerignore 01:52:38 #24 transferring context: 50B 0.0s done 01:52:38 #24 DONE 0.1s 01:52:38 01:52:38 #25 [core-keeper internal] load .dockerignore 01:52:39 #25 transferring context: 50B done 01:52:39 #25 DONE 0.1s 01:52:39 01:52:39 #26 [security-secretstore-setup internal] load .dockerignore 01:52:39 #26 transferring context: 50B 0.0s done 01:52:39 #26 DONE 0.1s 01:52:39 01:52:39 #27 [core-metadata internal] load .dockerignore 01:52:39 #27 transferring context: 50B done 01:52:39 #27 DONE 0.1s 01:52:39 01:52:39 #28 [core-common-config-bootstrapper internal] load .dockerignore 01:52:39 #28 transferring context: 50B 0.0s done 01:52:39 #28 DONE 0.1s 01:52:39 01:52:39 #29 [support-scheduler internal] load .dockerignore 01:52:39 #29 transferring context: 50B 0.0s done 01:52:39 #29 DONE 0.1s 01:52:39 01:52:39 #30 [core-data internal] load .dockerignore 01:52:39 #30 transferring context: 50B 0.0s done 01:52:39 #30 DONE 0.1s 01:52:39 01:52:39 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:52:39 #31 ... 01:52:39 01:52:39 #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.20 01:52:39 #32 DONE 0.2s 01:52:39 01:52:39 #31 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:52:39 #147 ... 01:52:39 01:52:39 #149 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:52:39 #149 DONE 150.3s 01:52:39 #31 DONE 0.6s 01:52:39 01:52:39 #33 [security-spire-server internal] load build context 01:52:39 #33 transferring context: 23.80kB 0.0s done 01:52:40 01:52:40 #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:52:40 #148 DONE 150.2s 01:52:40 01:52:40 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:52:40 #156 DONE 150.3s 01:52:40 01:52:40 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:52:40 #147 DONE 150.2s 01:52:40 01:52:40 #176 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 #176 DONE 0.1s 01:52:40 01:52:40 #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 #177 DONE 0.1s 01:52:40 01:52:40 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:52:40 #33 DONE 0.1s 01:52:40 01:52:40 #34 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:40 #34 DONE 0.0s 01:52:40 01:52:40 #35 [security-spire-server stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:40 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:40 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:40 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:40 #35 ... 01:52:40 01:52:40 #34 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:40 #34 DONE 0.0s 01:52:40 01:52:40 #35 [core-command stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:40 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:40 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:40 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:40 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:40 #35 ... 01:52:40 01:52:40 #34 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:40 #34 DONE 0.0s 01:52:40 01:52:40 #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 01:52:40 #32 DONE 0.3s 01:52:40 01:52:40 #35 [security-spiffe-token-provider stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:40 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:40 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:40 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:40 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:40 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 946.18kB / 4.09MB 0.3s 01:52:40 #178 DONE 0.1s 01:52:40 01:52:40 #179 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 #179 DONE 0.1s 01:52:40 01:52:40 #180 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 #180 DONE 0.1s 01:52:40 01:52:40 #181 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:52:40 #181 DONE 0.1s 01:52:40 01:52:40 #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:52:40 #182 ... 01:52:40 01:52:40 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:52:40 #150 DONE 150.6s 01:52:40 #35 ... 01:52:40 01:52:40 #34 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:40 #34 DONE 0.0s 01:52:40 01:52:40 #35 [security-proxy-setup stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:40 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:40 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:40 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:40 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:40 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.4s 01:52:40 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.15MB / 4.09MB 0.5s 01:52:40 01:52:40 #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:52:40 #183 DONE 0.3s 01:52:40 01:52:40 #184 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:52:40 #35 ... 01:52:40 01:52:40 #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.20 01:52:40 #32 DONE 0.6s 01:52:40 01:52:40 #31 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:52:40 #31 DONE 0.6s 01:52:40 01:52:40 #35 [security-spire-config stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:40 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:40 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:40 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:40 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:40 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s 01:52:40 #184 DONE 0.5s 01:52:40 01:52:40 #177 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 #177 DONE 0.1s 01:52:40 01:52:40 #178 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:52:40 #178 DONE 0.1s 01:52:40 01:52:40 #185 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:52:40 #185 DONE 0.5s 01:52:40 01:52:40 #186 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:52:40 #186 ... 01:52:40 01:52:40 #187 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:52:40 #187 CACHED 01:52:40 01:52:40 #188 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:52:40 #188 CACHED 01:52:41 #35 ... 01:52:41 01:52:41 #34 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:41 #34 DONE 0.0s 01:52:41 01:52:41 #35 [security-proxy-auth stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:41 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:41 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:41 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:41 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:41 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:52:41 #35 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 01:52:41 #35 ... 01:52:41 01:52:41 #34 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:41 #34 DONE 0.0s 01:52:41 01:52:41 #35 [security-proxy-auth stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:41 #35 ... 01:52:41 01:52:41 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 01:52:41 #32 DONE 0.9s 01:52:41 01:52:41 #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:52:41 #182 DONE 0.6s 01:52:41 01:52:41 #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:52:41 #189 DONE 0.3s 01:52:41 01:52:41 #186 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:52:41 #186 DONE 0.3s 01:52:41 01:52:41 #190 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:52:41 #190 ... 01:52:41 01:52:41 #145 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:52:41 #145 DONE 151.4s 01:52:41 01:52:41 #35 [security-bootstrapper stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:41 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:41 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:41 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:41 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:41 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:52:41 #35 ... 01:52:41 01:52:41 #34 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:41 #34 DONE 0.0s 01:52:41 01:52:41 #191 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:52:41 #191 DONE 0.5s 01:52:41 01:52:41 #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:52:41 #151 DONE 151.6s 01:52:41 01:52:41 #192 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:52:41 #192 DONE 0.5s 01:52:41 01:52:41 #193 [core-command] exporting to image 01:52:41 #193 exporting layers 01:52:41 01:52:41 #34 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:41 #34 DONE 0.0s 01:52:41 01:52:41 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:41 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 01:52:41 #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:52:41 #36 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:52:41 #36 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:52:41 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:52:41 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 01:52:41 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:52:41 #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:52:41 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.13MB / 33.17MB 1.4s 01:52:41 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:52:41 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.65MB / 33.17MB 1.7s 01:52:41 #36 ... 01:52:41 01:52:41 #34 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:41 #34 DONE 0.0s 01:52:41 01:52:41 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:52:41 #37 DONE 1.3s 01:52:41 01:52:41 #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:41 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 1.8s 01:52:41 #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 01:52:41 #193 ... 01:52:41 01:52:41 #194 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:52:41 #194 DONE 0.7s 01:52:41 01:52:41 #190 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:52:41 #190 DONE 0.7s 01:52:41 01:52:41 #195 [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 01:52:41 #195 DONE 0.7s 01:52:41 01:52:41 #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:52:41 #153 DONE 152.1s 01:52:41 01:52:41 #193 [core-command] exporting to image 01:52:41 #193 exporting layers 0.4s done 01:52:41 #193 ... 01:52:41 01:52:41 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:52:41 #155 DONE 152.1s 01:52:41 01:52:41 #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:52:41 #196 DONE 0.4s 01:52:41 01:52:41 #197 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:52:41 #197 DONE 0.4s 01:52:41 01:52:41 #198 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:52:41 #198 DONE 0.4s 01:52:41 01:52:41 #177 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:52:41 #177 DONE 0.1s 01:52:41 01:52:41 #199 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:52:41 #199 DONE 0.3s 01:52:41 01:52:41 #200 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:52:42 #36 ... 01:52:42 01:52:42 #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:42 #34 DONE 0.0s 01:52:42 01:52:42 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:42 #36 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 01:52:42 #36 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:52:42 #36 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 01:52:42 #36 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 01:52:42 #36 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:52:42 #36 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 01:52:42 #36 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:52:42 #36 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:52:42 #36 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 01:52:42 #36 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 01:52:42 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.11MB / 33.17MB 2.0s 01:52:42 #36 ... 01:52:42 01:52:42 #34 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:42 #34 DONE 0.0s 01:52:42 01:52:42 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:42 #200 ... 01:52:42 01:52:42 #178 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:52:42 #178 DONE 0.1s 01:52:42 01:52:42 #201 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:52:42 #201 CACHED 01:52:42 01:52:42 #202 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:52:42 #202 CACHED 01:52:42 01:52:42 #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:52:42 #203 DONE 0.4s 01:52:42 01:52:42 #204 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:52:42 #204 DONE 0.3s 01:52:42 01:52:42 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:52:42 #205 DONE 0.3s 01:52:42 01:52:42 #206 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:52:42 #206 DONE 0.3s 01:52:42 #36 ... 01:52:42 01:52:42 #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 01:52:42 #32 DONE 1.7s 01:52:42 01:52:42 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:42 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 2.2s 01:52:42 01:52:42 #207 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:52:42 #207 ... 01:52:42 01:52:42 #193 [core-command] exporting to image 01:52:42 #193 writing image sha256:7acf94fece1c2140d5fad94e7f38f37da5125e67a8f5d4922f2dae62a1b5ac09 done 01:52:42 #193 naming to docker.io/library/core-command 0.0s done 01:52:42 #193 DONE 1.2s 01:52:42 01:52:42 #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:52:42 #208 DONE 0.4s 01:52:42 #36 ... 01:52:42 01:52:42 #34 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 01:52:42 #34 DONE 0.0s 01:52:42 01:52:42 #38 [security-spire-config internal] load build context 01:52:42 #38 transferring context: 22.05kB 0.1s done 01:52:42 #38 DONE 1.7s 01:52:42 01:52:42 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:42 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 2.5s 01:52:42 #36 ... 01:52:42 01:52:42 #39 [security-spiffe-token-provider internal] load build context 01:52:42 #39 transferring context: 3.36MB 1.5s done 01:52:42 #39 DONE 2.3s 01:52:42 01:52:42 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:42 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.40MB / 33.17MB 2.6s 01:52:42 01:52:42 #209 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:52:42 #209 DONE 0.4s 01:52:42 01:52:42 #210 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:52:42 #210 DONE 0.6s 01:52:42 01:52:42 #200 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:52:42 #200 DONE 0.5s 01:52:42 01:52:42 #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:52:42 #211 ... 01:52:42 01:52:42 #212 [security-spiffe-token-provider] exporting to image 01:52:42 #212 exporting layers 0.3s done 01:52:42 #212 writing image sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee done 01:52:42 #212 naming to docker.io/library/security-spiffe-token-provider done 01:52:42 #212 DONE 1.0s 01:52:42 01:52:42 #207 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:52:42 #207 DONE 0.5s 01:52:42 01:52:42 #213 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:52:42 #213 DONE 0.5s 01:52:42 01:52:42 #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:52:42 #214 DONE 0.2s 01:52:42 01:52:42 #215 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:52:42 #215 DONE 0.2s 01:52:42 #36 ... 01:52:42 01:52:42 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 01:52:42 #32 DONE 2.1s 01:52:42 01:52:42 #40 [core-command internal] load build context 01:52:42 #40 transferring context: 3.36MB 1.5s done 01:52:42 #40 DONE 2.6s 01:52:42 01:52:42 #41 [core-data internal] load build context 01:52:42 #41 DONE 0.0s 01:52:42 01:52:42 #35 [core-data stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:42 #35 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:52:42 #35 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 01:52:42 #35 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 01:52:42 #35 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:52:42 #35 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.7s done 01:52:42 01:52:42 #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:52:42 #154 DONE 153.1s 01:52:42 01:52:42 #211 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:52:42 #211 DONE 0.3s 01:52:42 01:52:42 #216 [core-keeper] exporting to image 01:52:42 #216 ... 01:52:42 01:52:42 #217 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:52:42 #217 DONE 0.9s 01:52:43 01:52:43 #218 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:52:43 #218 DONE 0.4s 01:52:43 01:52:43 #219 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:52:43 #219 DONE 0.4s 01:52:43 01:52:43 #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:52:43 #220 DONE 0.5s 01:52:43 01:52:43 #221 [core-data] exporting to image 01:52:43 #221 ... 01:52:43 01:52:43 #222 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:52:43 #222 DONE 0.4s 01:52:43 01:52:43 #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:52:43 #223 DONE 0.9s 01:52:43 01:52:43 #224 [core-metadata] exporting to image 01:52:43 #224 ... 01:52:43 01:52:43 #225 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:52:43 #225 DONE 0.4s 01:52:43 01:52:43 #226 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:52:43 #226 DONE 0.4s 01:52:43 01:52:43 #227 [support-scheduler] exporting to image 01:52:43 #227 ... 01:52:43 01:52:43 #228 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:52:43 #228 DONE 0.2s 01:52:43 01:52:43 #216 [core-keeper] exporting to image 01:52:43 #216 exporting layers 0.3s done 01:52:43 #216 writing image sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d 0.0s done 01:52:43 #216 naming to docker.io/library/core-keeper done 01:52:43 #216 DONE 0.9s 01:52:43 01:52:43 #229 [security-proxy-auth] exporting to image 01:52:43 #229 exporting layers 0.5s done 01:52:43 #229 writing image sha256:32a134988d6f6100551434c863110dbc34a70c2904f4cf6ef03463cdaa88977f done 01:52:43 #229 naming to docker.io/library/security-proxy-auth done 01:52:43 #229 DONE 0.6s 01:52:43 01:52:43 #224 [core-metadata] exporting to image 01:52:43 #224 exporting layers 0.5s done 01:52:43 #224 writing image sha256:a327c13dbd2ecdbc06beac9a7be016dff1800ee9a3dcedd1f45d1b3fcb0652e5 done 01:52:43 #224 naming to docker.io/library/core-metadata 0.0s done 01:52:43 #224 DONE 0.6s 01:52:43 01:52:43 #221 [core-data] exporting to image 01:52:43 #221 exporting layers 0.6s done 01:52:43 #221 writing image sha256:f0cf7dd48368c778adc87b02a5a9978197183288427545f575738ab23a9c1a11 done 01:52:43 #221 naming to docker.io/library/core-data 0.0s done 01:52:43 #35 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.0s done 01:52:43 #35 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 3.0s done 01:52:43 #221 DONE 0.7s 01:52:43 01:52:43 #230 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:52:43 #230 DONE 0.2s 01:52:43 01:52:43 #231 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:52:43 #231 DONE 0.6s 01:52:43 01:52:43 #232 [security-secretstore-setup] exporting to image 01:52:43 #232 ... 01:52:43 01:52:43 #233 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:52:43 #233 DONE 0.1s 01:52:43 01:52:43 #234 [security-proxy-setup] exporting to image 01:52:43 #234 exporting layers 0.6s done 01:52:43 #234 writing image sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 0.0s done 01:52:43 #234 naming to docker.io/library/security-proxy-setup 0.0s done 01:52:43 #234 DONE 0.6s 01:52:43 01:52:43 #227 [support-scheduler] exporting to image 01:52:43 #227 exporting layers 0.4s done 01:52:43 #227 writing image sha256:0623f2c76d640aeb087f145e815cde1c21bcf80ae6b1b59942f98be436099988 0.0s done 01:52:43 #227 naming to docker.io/library/support-scheduler done 01:52:43 #227 DONE 0.5s 01:52:44 #35 ... 01:52:44 01:52:44 #42 [security-spire-agent internal] load build context 01:52:44 #42 transferring context: 23.33kB 0.4s done 01:52:44 #42 DONE 2.2s 01:52:44 01:52:44 #232 [security-secretstore-setup] exporting to image 01:52:44 #232 exporting layers 0.3s done 01:52:44 #232 writing image sha256:6c4c6904014a58753f9de29639d23f07dab049c61215736fcbcac5c4250f9aa6 done 01:52:44 #232 naming to docker.io/library/security-secretstore-setup done 01:52:44 #232 DONE 0.3s 01:52:44 01:52:44 #235 [support-notifications] exporting to image 01:52:44 #235 exporting layers 0.2s done 01:52:44 #235 writing image sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 done 01:52:44 #235 naming to docker.io/library/support-notifications done 01:52:44 #235 DONE 0.2s 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:52:44 time="2025-10-09T01:49:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:52:44 $ docker stop --time=1 b3e02523bfc0633b92a22a0cd820a484dc536e1885185f3eecde06fe02524e23 01:52:44 01:52:44 #43 [security-proxy-setup internal] load build context 01:52:44 #43 transferring context: 3.36MB 2.3s done 01:52:44 #43 DONE 3.9s 01:52:44 01:52:44 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:44 #44 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done 01:52:44 #44 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:52:44 #44 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 01:52:44 #44 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 01:52:44 #44 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB done 01:52:44 #44 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B done 01:52:44 #44 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 01:52:44 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.44MB / 14.28MB 1.9s 01:52:44 #44 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 01:52:44 #44 ... 01:52:44 01:52:44 #45 [security-proxy-auth internal] load build context 01:52:44 #45 transferring context: 3.36MB 1.7s done 01:52:44 #45 DONE 3.5s 01:52:44 01:52:44 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:44 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.49MB / 14.28MB 2.1s 01:52:44 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 11.53MB / 14.28MB 2.1s 01:52:44 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.58MB / 14.28MB 2.3s 01:52:44 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.5s 01:52:44 #44 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 2.5s done 01:52:44 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 01:52:45 $ docker rm -f --volumes b3e02523bfc0633b92a22a0cd820a484dc536e1885185f3eecde06fe02524e23 01:52:45 #44 ... 01:52:45 01:52:45 #46 [security-secretstore-setup internal] load build context 01:52:45 #46 transferring context: 3.36MB 2.0s done 01:52:45 #46 DONE 3.8s [Pipeline] // withDockerContainer [Pipeline] sh 01:52:45 01:52:45 #35 [security-spire-server stage-2 1/9] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:52:45 #35 DONE 6.6s 01:52:45 01:52:45 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:45 #44 ... 01:52:45 01:52:45 #47 [security-bootstrapper internal] load build context 01:52:45 #47 transferring context: 3.36MB 2.4s done 01:52:45 #47 DONE 4.5s 01:52:45 01:52:45 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:45 + docker images 01:52:45 REPOSITORY TAG IMAGE ID CREATED SIZE 01:52:45 security-secretstore-setup latest 6c4c6904014a 2 seconds ago 86.4MB 01:52:45 support-scheduler latest 0623f2c76d64 2 seconds ago 55.8MB 01:52:45 support-notifications latest f00527a93fa1 2 seconds ago 59.4MB 01:52:45 security-proxy-setup latest cf42208484cc 2 seconds ago 55.7MB 01:52:45 security-proxy-auth latest 32a134988d6f 3 seconds ago 51.2MB 01:52:45 core-data latest f0cf7dd48368 3 seconds ago 52.1MB 01:52:45 core-keeper latest 84193a537a3a 3 seconds ago 45.3MB 01:52:45 core-metadata latest a327c13dbd2e 3 seconds ago 52.2MB 01:52:45 security-spiffe-token-provider latest 590639baf875 4 seconds ago 54.6MB 01:52:45 core-command latest 7acf94fece1c 5 seconds ago 46.3MB 01:52:45 security-bootstrapper latest 9befb33c25a5 About a minute ago 27MB 01:52:45 core-common-config-bootstrapper latest 49a42933ba0f About a minute ago 25.9MB 01:52:45 security-spire-agent latest 13c86dc8be71 3 minutes ago 201MB 01:52:45 security-spire-server latest 660873cc6f05 3 minutes ago 156MB 01:52:45 security-spire-config latest 310fb42e9f7a 3 minutes ago 155MB 01:52:45 ci-base-image-x86_64 latest c3801e9a17fe 6 minutes ago 936MB 01:52:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 2 months ago 580MB 01:52:45 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 4 months ago 573MB 01:52:45 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 01:52:46 provisioning config files... 01:52:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/910@tmp/config3139045986138061764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:52:46 #44 ... 01:52:46 01:52:46 #48 [core-keeper internal] load build context 01:52:46 #48 transferring context: 3.36MB 2.3s done 01:52:46 #48 DONE 4.2s 01:52:46 01:52:46 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:46 ---> ****-login.sh 01:52:46 nexus3.edgexfoundry.org:10001 01:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:46 Login Succeeded 01:52:46 nexus3.edgexfoundry.org:10002 01:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:46 Login Succeeded 01:52:46 nexus3.edgexfoundry.org:10003 01:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:46 Login Succeeded 01:52:46 nexus3.edgexfoundry.org:10004 01:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:46 Login Succeeded 01:52:46 ****.io 01:52:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:52:46 #44 ... 01:52:46 01:52:46 #49 [core-common-config-bootstrapper internal] load build context 01:52:46 #49 transferring context: 3.36MB 2.0s done 01:52:46 #49 DONE 4.3s 01:52:46 01:52:46 #50 [core-metadata internal] load build context 01:52:46 #50 transferring context: 3.36MB 2.3s done 01:52:46 #50 DONE 4.6s 01:52:46 01:52:46 #51 [support-notifications internal] load build context 01:52:46 #51 transferring context: 3.36MB 3.1s done 01:52:46 #51 DONE 5.4s 01:52:46 01:52:46 #52 [support-scheduler internal] load build context 01:52:46 #52 transferring context: 3.36MB 1.5s done 01:52:46 #52 DONE 4.5s 01:52:46 01:52:46 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:46 Login Succeeded 01:52:46 ---> ****-login.sh ends [Pipeline] } 01:52:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:52:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:52:46 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:52:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:46 latest 01:52:46 4.1.0-dev.66 01:52:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:46 main 01:52:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:47 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:47 + docker push nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:52:47 dcc8c7c66b11: Preparing 01:52:47 eb88a85bfb27: Preparing 01:52:47 0f6195654714: Preparing 01:52:47 d0561b8c62b9: Preparing 01:52:47 513fde5bd6b1: Preparing 01:52:47 000aace62bec: Preparing 01:52:47 097100c76c15: Preparing 01:52:47 000aace62bec: Waiting 01:52:47 097100c76c15: Waiting 01:52:47 d0561b8c62b9: Pushed 01:52:47 0f6195654714: Pushed 01:52:47 dcc8c7c66b11: Pushed 01:52:47 097100c76c15: Layer already exists 01:52:47 000aace62bec: Pushed 01:52:47 #44 ... 01:52:47 01:52:47 #53 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 01:52:47 #53 DONE 7.5s 01:52:47 01:52:47 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:48 513fde5bd6b1: Pushed 01:52:48 #44 ... 01:52:48 01:52:48 #41 [core-data internal] load build context 01:52:48 #41 transferring context: 3.36MB 1.4s done 01:52:48 #41 DONE 5.2s 01:52:48 01:52:48 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:49 #44 ... 01:52:49 01:52:49 #54 [security-proxy-setup builder 2/7] WORKDIR /edgex-go 01:52:49 #54 DONE 1.5s 01:52:49 01:52:49 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:52:50 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.2s 01:52:50 eb88a85bfb27: Pushed 01:52:50 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:51 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:52:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:52:51 dcc8c7c66b11: Preparing 01:52:51 eb88a85bfb27: Preparing 01:52:51 0f6195654714: Preparing 01:52:51 d0561b8c62b9: Preparing 01:52:51 513fde5bd6b1: Preparing 01:52:51 000aace62bec: Preparing 01:52:51 097100c76c15: Preparing 01:52:51 000aace62bec: Waiting 01:52:51 097100c76c15: Waiting 01:52:51 eb88a85bfb27: Layer already exists 01:52:51 0f6195654714: Layer already exists 01:52:51 d0561b8c62b9: Layer already exists 01:52:51 513fde5bd6b1: Layer already exists 01:52:51 dcc8c7c66b11: Layer already exists 01:52:51 097100c76c15: Layer already exists 01:52:51 000aace62bec: Layer already exists 01:52:51 latest: digest: sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:51 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:52 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 01:52:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:52:52 dcc8c7c66b11: Preparing 01:52:52 eb88a85bfb27: Preparing 01:52:52 0f6195654714: Preparing 01:52:52 d0561b8c62b9: Preparing 01:52:52 513fde5bd6b1: Preparing 01:52:52 000aace62bec: Preparing 01:52:52 097100c76c15: Preparing 01:52:52 097100c76c15: Waiting 01:52:52 000aace62bec: Waiting 01:52:52 513fde5bd6b1: Layer already exists 01:52:52 0f6195654714: Layer already exists 01:52:52 d0561b8c62b9: Layer already exists 01:52:52 eb88a85bfb27: Layer already exists 01:52:52 dcc8c7c66b11: Layer already exists 01:52:52 000aace62bec: Layer already exists 01:52:52 097100c76c15: Layer already exists 01:52:52 4.1.0-dev.66: digest: sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:52 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:52 + docker push nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:52:52 dcc8c7c66b11: Preparing 01:52:52 eb88a85bfb27: Preparing 01:52:52 0f6195654714: Preparing 01:52:52 d0561b8c62b9: Preparing 01:52:52 513fde5bd6b1: Preparing 01:52:52 000aace62bec: Preparing 01:52:52 097100c76c15: Preparing 01:52:52 000aace62bec: Waiting 01:52:52 097100c76c15: Waiting 01:52:52 dcc8c7c66b11: Layer already exists 01:52:52 d0561b8c62b9: Layer already exists 01:52:52 eb88a85bfb27: Layer already exists 01:52:52 0f6195654714: Layer already exists 01:52:52 513fde5bd6b1: Layer already exists 01:52:52 000aace62bec: Layer already exists 01:52:52 097100c76c15: Layer already exists 01:52:52 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:53 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:53 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:52:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:52:53 dcc8c7c66b11: Preparing 01:52:53 eb88a85bfb27: Preparing 01:52:53 0f6195654714: Preparing 01:52:53 d0561b8c62b9: Preparing 01:52:53 513fde5bd6b1: Preparing 01:52:53 000aace62bec: Preparing 01:52:53 097100c76c15: Preparing 01:52:53 000aace62bec: Waiting 01:52:53 097100c76c15: Waiting 01:52:53 d0561b8c62b9: Layer already exists 01:52:53 0f6195654714: Layer already exists 01:52:53 513fde5bd6b1: Layer already exists 01:52:53 dcc8c7c66b11: Layer already exists 01:52:53 eb88a85bfb27: Layer already exists 01:52:53 000aace62bec: Layer already exists 01:52:53 097100c76c15: Layer already exists 01:52:53 main: digest: sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:52:53 ===================================================== [Pipeline] echo 01:52:53 taggedImages: 01:52:53 - nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:53 - nexus3.edgexfoundry.org:10004/core-command:latest 01:52:53 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 01:52:53 - nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:53 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:52:53 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:52:53 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:53 latest 01:52:53 4.1.0-dev.66 01:52:53 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:53 main 01:52:53 ===================================================== [Pipeline] withEnv [Pipeline] { 01:52:53 #44 ... 01:52:53 01:52:53 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:53 #36 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.0s done 01:52:53 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 8.8s 01:52:53 #36 ... 01:52:53 01:52:53 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:53 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:54 #44 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 9.2s done 01:52:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:52:54 95437685852b: Preparing 01:52:54 4027af2d4737: Preparing 01:52:54 b8bc34b2d43c: Preparing 01:52:54 2670c2e9036f: Preparing 01:52:54 0f6195654714: Preparing 01:52:54 d0561b8c62b9: Preparing 01:52:54 513fde5bd6b1: Preparing 01:52:54 000aace62bec: Preparing 01:52:54 097100c76c15: Preparing 01:52:54 513fde5bd6b1: Waiting 01:52:54 000aace62bec: Waiting 01:52:54 097100c76c15: Waiting 01:52:54 d0561b8c62b9: Waiting 01:52:54 0f6195654714: Layer already exists 01:52:54 d0561b8c62b9: Layer already exists 01:52:54 513fde5bd6b1: Layer already exists 01:52:54 000aace62bec: Layer already exists 01:52:54 95437685852b: Pushed 01:52:54 b8bc34b2d43c: Pushed 01:52:54 097100c76c15: Layer already exists 01:52:54 4027af2d4737: Pushed 01:52:55 2670c2e9036f: Pushed 01:52:55 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:52:55 #44 ... 01:52:55 01:52:55 #55 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:52:55 #0 6.392 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:55 #0 6.966 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:52:55 #0 8.928 (1/1) Installing dumb-init (1.2.5-r3) 01:52:55 #0 8.946 Executing busybox-1.36.1-r29.trigger 01:52:55 #0 9.000 OK: 9 MiB in 15 packages 01:52:55 #55 DONE 9.7s 01:52:55 01:52:55 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f [Pipeline] sh 01:52:55 + 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 01:52:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:52:56 95437685852b: Preparing 01:52:56 4027af2d4737: Preparing 01:52:56 b8bc34b2d43c: Preparing 01:52:56 2670c2e9036f: Preparing 01:52:56 0f6195654714: Preparing 01:52:56 d0561b8c62b9: Preparing 01:52:56 513fde5bd6b1: Preparing 01:52:56 000aace62bec: Preparing 01:52:56 097100c76c15: Preparing 01:52:56 513fde5bd6b1: Waiting 01:52:56 000aace62bec: Waiting 01:52:56 097100c76c15: Waiting 01:52:56 d0561b8c62b9: Waiting 01:52:56 4027af2d4737: Layer already exists 01:52:56 b8bc34b2d43c: Layer already exists 01:52:56 95437685852b: Layer already exists 01:52:56 0f6195654714: Layer already exists 01:52:56 2670c2e9036f: Layer already exists 01:52:56 d0561b8c62b9: Layer already exists 01:52:56 000aace62bec: Layer already exists 01:52:56 513fde5bd6b1: Layer already exists 01:52:56 097100c76c15: Layer already exists 01:52:56 latest: digest: sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:56 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 [Pipeline] } 01:52:56 #36 ... 01:52:56 01:52:56 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:52:56 #56 ... 01:52:56 01:52:56 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:52:56 #57 ... 01:52:56 01:52:56 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:56 #58 10.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:56 #58 ... 01:52:56 01:52:56 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:52:56 #0 9.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:56 #0 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:52:56 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 01:52:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:52:56 95437685852b: Preparing 01:52:56 4027af2d4737: Preparing 01:52:56 b8bc34b2d43c: Preparing 01:52:56 2670c2e9036f: Preparing 01:52:56 0f6195654714: Preparing 01:52:56 d0561b8c62b9: Preparing 01:52:56 513fde5bd6b1: Preparing 01:52:56 000aace62bec: Preparing 01:52:56 097100c76c15: Preparing 01:52:56 d0561b8c62b9: Waiting 01:52:56 513fde5bd6b1: Waiting 01:52:56 000aace62bec: Waiting 01:52:56 097100c76c15: Waiting 01:52:56 2670c2e9036f: Layer already exists 01:52:56 b8bc34b2d43c: Layer already exists 01:52:56 95437685852b: Layer already exists 01:52:56 4027af2d4737: Layer already exists 01:52:56 0f6195654714: Layer already exists 01:52:56 513fde5bd6b1: Layer already exists 01:52:56 d0561b8c62b9: Layer already exists 01:52:56 000aace62bec: Layer already exists 01:52:56 097100c76c15: Layer already exists 01:52:56 4.1.0-dev.66: digest: sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:57 #59 ... 01:52:57 01:52:57 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:52:57 #0 9.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:57 #0 9.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:52:57 #60 ... 01:52:57 01:52:57 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:52:57 #61 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:57 #61 ... 01:52:57 01:52:57 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:52:57 #62 ... 01:52:57 01:52:57 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:52:57 #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:57 #0 10.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:52:57 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:57 #63 ... 01:52:57 01:52:57 #64 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:52:57 #0 10.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:57 #64 ... 01:52:57 01:52:57 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:52:57 95437685852b: Preparing 01:52:57 4027af2d4737: Preparing 01:52:57 b8bc34b2d43c: Preparing 01:52:57 2670c2e9036f: Preparing 01:52:57 0f6195654714: Preparing 01:52:57 d0561b8c62b9: Preparing 01:52:57 513fde5bd6b1: Preparing 01:52:57 000aace62bec: Preparing 01:52:57 097100c76c15: Preparing 01:52:57 513fde5bd6b1: Waiting 01:52:57 000aace62bec: Waiting 01:52:57 097100c76c15: Waiting 01:52:57 d0561b8c62b9: Waiting 01:52:57 0f6195654714: Layer already exists 01:52:57 4027af2d4737: Layer already exists 01:52:57 95437685852b: Layer already exists 01:52:57 2670c2e9036f: Layer already exists 01:52:57 b8bc34b2d43c: Layer already exists 01:52:57 d0561b8c62b9: Layer already exists 01:52:57 513fde5bd6b1: Layer already exists 01:52:57 097100c76c15: Layer already exists 01:52:57 000aace62bec: Layer already exists 01:52:57 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:57 #65 ... 01:52:57 01:52:57 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:58 + 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 01:52:58 #36 ... 01:52:58 01:52:58 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:58 #66 DONE 9.1s 01:52:58 01:52:58 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:58 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 14.0s 01:52:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:52:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:52:58 95437685852b: Preparing 01:52:58 4027af2d4737: Preparing 01:52:58 b8bc34b2d43c: Preparing 01:52:58 2670c2e9036f: Preparing 01:52:58 0f6195654714: Preparing 01:52:58 d0561b8c62b9: Preparing 01:52:58 513fde5bd6b1: Preparing 01:52:58 000aace62bec: Preparing 01:52:58 097100c76c15: Preparing 01:52:58 000aace62bec: Waiting 01:52:58 d0561b8c62b9: Waiting 01:52:58 097100c76c15: Waiting 01:52:58 513fde5bd6b1: Waiting 01:52:58 b8bc34b2d43c: Layer already exists 01:52:58 0f6195654714: Layer already exists 01:52:58 2670c2e9036f: Layer already exists 01:52:58 4027af2d4737: Layer already exists 01:52:58 95437685852b: Layer already exists 01:52:58 000aace62bec: Layer already exists 01:52:58 513fde5bd6b1: Layer already exists 01:52:58 097100c76c15: Layer already exists 01:52:58 d0561b8c62b9: Layer already exists 01:52:58 main: digest: sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:52:58 ===================================================== [Pipeline] echo 01:52:58 taggedImages: 01:52:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:52:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 01:52:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:58 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:52:58 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:52:58 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:58 latest 01:52:58 4.1.0-dev.66 01:52:58 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:52:58 main 01:52:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:58 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:59 #36 ... 01:52:59 01:52:59 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:52:59 #0 9.105 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:52:59 #67 ... 01:52:59 01:52:59 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:52:59 + docker push nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:52:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:52:59 becad9d96d6e: Preparing 01:52:59 230c0ddcf819: Preparing 01:52:59 0f6195654714: Preparing 01:52:59 d0561b8c62b9: Preparing 01:52:59 513fde5bd6b1: Preparing 01:52:59 04771dd02c3a: Preparing 01:52:59 097100c76c15: Preparing 01:52:59 04771dd02c3a: Waiting 01:52:59 097100c76c15: Waiting 01:52:59 513fde5bd6b1: Layer already exists 01:52:59 d0561b8c62b9: Layer already exists 01:52:59 0f6195654714: Layer already exists 01:52:59 097100c76c15: Layer already exists 01:52:59 becad9d96d6e: Pushed 01:52:59 04771dd02c3a: Pushed 01:52:59 #68 ... 01:52:59 01:52:59 #69 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:52:59 #69 ... 01:52:59 01:52:59 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:52:59 #70 ... 01:52:59 01:52:59 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:52:59 #71 ... 01:52:59 01:52:59 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:52:59 #36 ... 01:52:59 01:52:59 #65 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:59 #65 DONE 13.5s 01:52:59 01:52:59 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:53:03 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.1s 01:53:03 230c0ddcf819: Pushed 01:53:03 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:03 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:04 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:53:04 becad9d96d6e: Preparing 01:53:04 230c0ddcf819: Preparing 01:53:04 0f6195654714: Preparing 01:53:04 d0561b8c62b9: Preparing 01:53:04 513fde5bd6b1: Preparing 01:53:04 04771dd02c3a: Preparing 01:53:04 097100c76c15: Preparing 01:53:04 04771dd02c3a: Waiting 01:53:04 097100c76c15: Waiting 01:53:04 becad9d96d6e: Layer already exists 01:53:04 230c0ddcf819: Layer already exists 01:53:04 0f6195654714: Layer already exists 01:53:04 513fde5bd6b1: Layer already exists 01:53:04 d0561b8c62b9: Layer already exists 01:53:04 04771dd02c3a: Layer already exists 01:53:04 097100c76c15: Layer already exists 01:53:04 latest: digest: sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:04 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 01:53:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:53:04 becad9d96d6e: Preparing 01:53:04 230c0ddcf819: Preparing 01:53:04 0f6195654714: Preparing 01:53:04 d0561b8c62b9: Preparing 01:53:04 513fde5bd6b1: Preparing 01:53:04 04771dd02c3a: Preparing 01:53:04 097100c76c15: Preparing 01:53:04 097100c76c15: Waiting 01:53:04 04771dd02c3a: Waiting 01:53:04 d0561b8c62b9: Layer already exists 01:53:04 513fde5bd6b1: Layer already exists 01:53:04 0f6195654714: Layer already exists 01:53:04 230c0ddcf819: Layer already exists 01:53:04 becad9d96d6e: Layer already exists 01:53:04 04771dd02c3a: Layer already exists 01:53:04 097100c76c15: Layer already exists 01:53:04 4.1.0-dev.66: digest: sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:05 + docker push nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:53:05 becad9d96d6e: Preparing 01:53:05 230c0ddcf819: Preparing 01:53:05 0f6195654714: Preparing 01:53:05 d0561b8c62b9: Preparing 01:53:05 513fde5bd6b1: Preparing 01:53:05 04771dd02c3a: Preparing 01:53:05 097100c76c15: Preparing 01:53:05 04771dd02c3a: Waiting 01:53:05 097100c76c15: Waiting 01:53:05 513fde5bd6b1: Layer already exists 01:53:05 d0561b8c62b9: Layer already exists 01:53:05 0f6195654714: Layer already exists 01:53:05 becad9d96d6e: Layer already exists 01:53:05 230c0ddcf819: Layer already exists 01:53:05 04771dd02c3a: Layer already exists 01:53:05 097100c76c15: Layer already exists 01:53:05 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:05 #36 ... 01:53:05 01:53:05 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:05 #0 7.861 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:05 #0 9.819 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:05 #72 ... 01:53:05 01:53:05 #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:53:06 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:53:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:53:06 becad9d96d6e: Preparing 01:53:06 230c0ddcf819: Preparing 01:53:06 0f6195654714: Preparing 01:53:06 d0561b8c62b9: Preparing 01:53:06 513fde5bd6b1: Preparing 01:53:06 04771dd02c3a: Preparing 01:53:06 097100c76c15: Preparing 01:53:06 04771dd02c3a: Waiting 01:53:06 097100c76c15: Waiting 01:53:06 d0561b8c62b9: Layer already exists 01:53:06 513fde5bd6b1: Layer already exists 01:53:06 230c0ddcf819: Layer already exists 01:53:06 becad9d96d6e: Layer already exists 01:53:06 0f6195654714: Layer already exists 01:53:06 04771dd02c3a: Layer already exists 01:53:06 097100c76c15: Layer already exists 01:53:06 main: digest: sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:06 ===================================================== [Pipeline] echo 01:53:06 taggedImages: 01:53:06 - nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:06 - nexus3.edgexfoundry.org:10004/core-data:latest 01:53:06 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 01:53:06 - nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:06 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:53:06 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:53:06 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:06 latest 01:53:06 4.1.0-dev.66 01:53:06 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:06 main 01:53:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:06 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:06 #36 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.3s done 01:53:06 #36 DONE 27.4s 01:53:06 01:53:06 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:53:06 #63 20.12 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:53:06 #63 20.12 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:53:06 #63 20.12 OK: 24055 distinct packages available 01:53:06 + docker push nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:53:06 08cdf4f810aa: Preparing 01:53:06 3312e8a50bd9: Preparing 01:53:06 d0561b8c62b9: Preparing 01:53:06 584ed4828599: Preparing 01:53:06 67442d97c058: Preparing 01:53:06 097100c76c15: Preparing 01:53:06 097100c76c15: Waiting 01:53:06 d0561b8c62b9: Layer already exists 01:53:06 097100c76c15: Layer already exists 01:53:06 67442d97c058: Pushed 01:53:06 584ed4828599: Pushed 01:53:06 08cdf4f810aa: Pushed 01:53:07 #63 ... 01:53:07 01:53:07 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:53:07 #62 11.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:07 #62 14.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:08 #62 ... 01:53:08 01:53:08 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:53:08 #0 6.148 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:08 #0 8.088 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:08 #73 ... 01:53:08 01:53:08 #64 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:53:08 #64 12.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:08 #64 ... 01:53:08 01:53:08 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:08 #58 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:08 #58 ... 01:53:08 01:53:08 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:53:08 #57 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:08 #57 14.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:08 #57 ... 01:53:08 01:53:08 #64 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:53:08 #64 22.46 (1/1) Installing dumb-init (1.2.5-r3) 01:53:08 #64 22.54 Executing busybox-1.36.1-r29.trigger 01:53:08 #64 22.63 OK: 9 MiB in 15 packages 01:53:09 #64 ... 01:53:09 01:53:09 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:53:09 #61 12.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:09 #61 22.61 (1/4) Installing ca-certificates (20250911-r0) 01:53:09 #61 22.98 (2/4) Installing dumb-init (1.2.5-r3) 01:53:09 #61 ... 01:53:09 01:53:09 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:53:09 #56 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:09 #56 15.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:09 #56 ... 01:53:09 01:53:09 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:09 #58 23.18 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:53:09 #58 23.18 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:53:09 #58 23.18 OK: 24055 distinct packages available 01:53:09 #58 ... 01:53:09 01:53:09 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:53:09 #0 4.101 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:09 #0 6.185 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:09 #74 ... 01:53:09 01:53:09 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:53:09 #61 23.03 (3/4) Installing su-exec (0.2-r3) 01:53:09 #61 23.04 (4/4) Installing yq-go (4.44.1-r2) 01:53:10 #61 ... 01:53:10 01:53:10 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:53:10 #67 11.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:10 #67 19.28 OK: 239 MiB in 58 packages 01:53:10 #67 DONE 21.3s 01:53:10 01:53:10 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:53:10 #68 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:10 #68 14.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:10 #68 ... 01:53:10 01:53:10 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:53:10 #75 ... 01:53:10 01:53:10 #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:53:10 #60 19.66 (1/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:10 #60 20.38 (2/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:10 #60 20.54 (3/6) Installing dumb-init (1.2.5-r3) 01:53:10 #60 20.62 (4/6) Installing openssl (3.3.5-r0) 01:53:10 #60 20.76 (5/6) Installing su-exec (0.2-r3) 01:53:10 #60 20.79 (6/6) Installing yq-go (4.44.1-r2) 01:53:10 #60 22.10 Executing busybox-1.36.1-r29.trigger 01:53:10 #60 22.32 OK: 20 MiB in 18 packages 01:53:10 #60 DONE 24.1s 01:53:10 01:53:10 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:53:10 #56 24.08 (1/2) Installing dumb-init (1.2.5-r3) 01:53:10 #56 24.14 (2/2) Installing su-exec (0.2-r3) 01:53:10 #56 24.16 Executing busybox-1.36.1-r29.trigger 01:53:10 #56 24.29 OK: 9 MiB in 16 packages 01:53:10 #56 ... 01:53:10 01:53:10 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:53:10 #70 11.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:10 #70 14.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:10 3312e8a50bd9: Pushed 01:53:10 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:53:11 #70 ... 01:53:11 01:53:11 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:53:11 #57 23.23 (1/3) Installing ca-certificates (20250911-r0) 01:53:11 #57 23.67 (2/3) Installing dumb-init (1.2.5-r3) 01:53:11 #57 23.71 (3/3) Installing tzdata (2025b-r0) [Pipeline] sh 01:53:11 #57 ... 01:53:11 01:53:11 #71 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 01:53:11 #71 12.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:11 #71 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:11 #71 ... 01:53:11 01:53:11 #64 [core-metadata stage-1 2/8] RUN apk add --update --no-cache dumb-init 01:53:11 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:11 #64 DONE 25.4s 01:53:11 01:53:11 #75 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:53:11 #75 DONE 1.4s 01:53:11 01:53:11 #76 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 01:53:11 #76 ... 01:53:11 01:53:11 #69 [core-data builder 3/7] RUN apk add --update --no-cache make git 01:53:11 #69 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:11 #69 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:11 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:53:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:53:11 08cdf4f810aa: Preparing 01:53:11 3312e8a50bd9: Preparing 01:53:11 d0561b8c62b9: Preparing 01:53:11 584ed4828599: Preparing 01:53:11 67442d97c058: Preparing 01:53:11 097100c76c15: Preparing 01:53:11 097100c76c15: Waiting 01:53:11 584ed4828599: Layer already exists 01:53:11 67442d97c058: Layer already exists 01:53:11 d0561b8c62b9: Layer already exists 01:53:11 3312e8a50bd9: Layer already exists 01:53:11 08cdf4f810aa: Layer already exists 01:53:11 097100c76c15: Layer already exists 01:53:11 latest: digest: sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:11 #69 ... 01:53:11 01:53:11 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:53:11 #62 25.28 (1/7) Installing ca-certificates (20250911-r0) 01:53:11 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 01:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:53:12 08cdf4f810aa: Preparing 01:53:12 3312e8a50bd9: Preparing 01:53:12 d0561b8c62b9: Preparing 01:53:12 584ed4828599: Preparing 01:53:12 67442d97c058: Preparing 01:53:12 097100c76c15: Preparing 01:53:12 097100c76c15: Waiting 01:53:12 d0561b8c62b9: Layer already exists 01:53:12 67442d97c058: Layer already exists 01:53:12 08cdf4f810aa: Layer already exists 01:53:12 3312e8a50bd9: Layer already exists 01:53:12 584ed4828599: Layer already exists 01:53:12 097100c76c15: Layer already exists 01:53:12 4.1.0-dev.66: digest: sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:12 #62 25.91 (2/7) Installing dumb-init (1.2.5-r3) 01:53:12 #62 25.96 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:53:12 #62 26.01 (4/7) Installing libsodium (1.0.19-r0) 01:53:12 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:12 #62 26.12 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:53:12 + docker push nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:53:12 08cdf4f810aa: Preparing 01:53:12 3312e8a50bd9: Preparing 01:53:12 d0561b8c62b9: Preparing 01:53:12 584ed4828599: Preparing 01:53:12 67442d97c058: Preparing 01:53:12 097100c76c15: Preparing 01:53:12 097100c76c15: Waiting 01:53:12 67442d97c058: Layer already exists 01:53:12 d0561b8c62b9: Layer already exists 01:53:12 584ed4828599: Layer already exists 01:53:12 3312e8a50bd9: Layer already exists 01:53:12 08cdf4f810aa: Layer already exists 01:53:12 097100c76c15: Layer already exists 01:53:12 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 size: 1572 [Pipeline] } [Pipeline] // withEnv 01:53:13 #62 26.57 (6/7) Installing libzmq (4.3.5-r2) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:13 #62 26.73 (7/7) Installing zeromq (4.3.5-r2) 01:53:13 #62 26.89 Executing busybox-1.36.1-r29.trigger 01:53:13 #62 26.98 Executing ca-certificates-20250911-r0.trigger 01:53:13 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:13 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:53:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:53:13 08cdf4f810aa: Preparing 01:53:13 3312e8a50bd9: Preparing 01:53:13 d0561b8c62b9: Preparing 01:53:13 584ed4828599: Preparing 01:53:13 67442d97c058: Preparing 01:53:13 097100c76c15: Preparing 01:53:13 097100c76c15: Waiting 01:53:13 d0561b8c62b9: Layer already exists 01:53:13 08cdf4f810aa: Layer already exists 01:53:13 67442d97c058: Layer already exists 01:53:13 584ed4828599: Layer already exists 01:53:13 3312e8a50bd9: Layer already exists 01:53:13 097100c76c15: Layer already exists 01:53:13 main: digest: sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:13 ===================================================== [Pipeline] echo 01:53:13 taggedImages: 01:53:13 - nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:13 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:53:13 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 01:53:13 - nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:13 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:53:13 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:53:13 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:13 latest 01:53:13 4.1.0-dev.66 01:53:13 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:13 main 01:53:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:14 #62 ... 01:53:14 01:53:14 #56 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:53:14 #56 DONE 27.7s 01:53:14 01:53:14 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:53:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:53:14 768aeb620480: Preparing 01:53:14 3a9978fe81d9: Preparing 01:53:14 3162f2e010d9: Preparing 01:53:14 0f6195654714: Preparing 01:53:14 d0561b8c62b9: Preparing 01:53:14 513fde5bd6b1: Preparing 01:53:14 000aace62bec: Preparing 01:53:14 097100c76c15: Preparing 01:53:14 513fde5bd6b1: Waiting 01:53:14 000aace62bec: Waiting 01:53:14 097100c76c15: Waiting 01:53:14 0f6195654714: Layer already exists 01:53:14 d0561b8c62b9: Layer already exists 01:53:14 513fde5bd6b1: Layer already exists 01:53:14 000aace62bec: Layer already exists 01:53:14 097100c76c15: Layer already exists 01:53:14 3a9978fe81d9: Pushed 01:53:14 768aeb620480: Pushed 01:53:14 #77 ... 01:53:14 01:53:14 #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 01:53:14 #69 23.67 OK: 239 MiB in 58 packages 01:53:14 #69 DONE 26.1s 01:53:15 01:53:15 #78 [core-command builder 4/7] COPY go.mod vendor* ./ 01:53:15 #78 ... 01:53:15 01:53:15 #70 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:53:15 #70 23.37 OK: 239 MiB in 58 packages 01:53:15 #70 DONE 26.4s 01:53:15 01:53:15 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:53:15 #62 29.07 OK: 14 MiB in 21 packages 01:53:15 #62 ... 01:53:15 01:53:15 #78 [core-command builder 4/7] COPY go.mod vendor* ./ 01:53:15 #78 DONE 1.2s 01:53:16 01:53:16 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:16 #79 ... 01:53:16 01:53:16 #80 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:53:16 #80 DONE 1.1s 01:53:16 01:53:16 #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:53:16 #61 24.68 Executing busybox-1.36.1-r29.trigger 01:53:16 #61 24.99 Executing ca-certificates-20250911-r0.trigger 01:53:16 #61 26.97 OK: 20 MiB in 18 packages 01:53:16 #61 DONE 30.2s 01:53:16 01:53:16 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:53:16 #81 ... 01:53:16 01:53:16 #71 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:53:16 #71 25.41 OK: 239 MiB in 58 packages 01:53:16 #71 DONE 28.0s 01:53:16 01:53:16 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:53:16 #59 20.46 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:53:16 #59 20.46 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:53:16 #59 20.46 OK: 24055 distinct packages available 01:53:16 #59 22.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:16 #59 23.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:17 #59 ... 01:53:17 01:53:17 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:17 #72 21.35 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:17 #72 21.60 Executing busybox-1.36.1-r30.post-upgrade 01:53:18 #72 ... 01:53:18 01:53:18 #57 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:53:18 #57 26.06 Executing busybox-1.36.1-r29.trigger 01:53:18 #57 26.29 Executing ca-certificates-20250911-r0.trigger 01:53:18 #57 27.76 OK: 11 MiB in 17 packages 01:53:18 #57 DONE 31.4s 01:53:18 01:53:18 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:18 #72 22.49 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:18 #72 ... 01:53:18 01:53:18 #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:53:18 #62 DONE 31.7s 01:53:18 01:53:18 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:18 #72 22.60 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:18 #72 22.69 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:18 #72 ... 01:53:18 01:53:18 #82 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:53:18 #82 DONE 1.5s 01:53:18 01:53:18 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:53:18 #63 21.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:18 #63 23.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:18 3162f2e010d9: Pushed 01:53:18 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 size: 1989 [Pipeline] } 01:53:18 #63 ... 01:53:18 01:53:18 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:19 #83 ... 01:53:19 01:53:19 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:53:19 #74 16.43 (1/1) Installing dumb-init (1.2.5-r3) 01:53:19 #74 16.84 Executing busybox-1.36.1-r29.trigger 01:53:19 #74 16.96 OK: 9 MiB in 15 packages 01:53:19 #74 DONE 19.2s 01:53:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:53:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:53:19 768aeb620480: Preparing 01:53:19 3a9978fe81d9: Preparing 01:53:19 3162f2e010d9: Preparing 01:53:19 0f6195654714: Preparing 01:53:19 d0561b8c62b9: Preparing 01:53:19 513fde5bd6b1: Preparing 01:53:19 000aace62bec: Preparing 01:53:19 097100c76c15: Preparing 01:53:19 513fde5bd6b1: Waiting 01:53:19 000aace62bec: Waiting 01:53:19 097100c76c15: Waiting 01:53:19 0f6195654714: Layer already exists 01:53:19 3a9978fe81d9: Layer already exists 01:53:19 d0561b8c62b9: Layer already exists 01:53:19 3162f2e010d9: Layer already exists 01:53:19 768aeb620480: Layer already exists 01:53:19 000aace62bec: Layer already exists 01:53:19 513fde5bd6b1: Layer already exists 01:53:19 097100c76c15: Layer already exists 01:53:19 latest: digest: sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:19 01:53:19 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:19 #72 23.50 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:19 #72 23.64 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:19 #72 23.68 Executing busybox-1.36.1-r30.trigger 01:53:19 #72 23.84 OK: 9 MiB in 15 packages 01:53:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 01:53:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:53:19 768aeb620480: Preparing 01:53:19 3a9978fe81d9: Preparing 01:53:19 3162f2e010d9: Preparing 01:53:19 0f6195654714: Preparing 01:53:19 d0561b8c62b9: Preparing 01:53:19 513fde5bd6b1: Preparing 01:53:19 000aace62bec: Preparing 01:53:19 097100c76c15: Preparing 01:53:19 000aace62bec: Waiting 01:53:19 097100c76c15: Waiting 01:53:19 513fde5bd6b1: Waiting 01:53:19 3a9978fe81d9: Layer already exists 01:53:19 0f6195654714: Layer already exists 01:53:19 768aeb620480: Layer already exists 01:53:19 d0561b8c62b9: Layer already exists 01:53:19 3162f2e010d9: Layer already exists 01:53:19 513fde5bd6b1: Layer already exists 01:53:19 000aace62bec: Layer already exists 01:53:19 097100c76c15: Layer already exists 01:53:19 4.1.0-dev.66: digest: sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:20 #72 ... 01:53:20 01:53:20 #73 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:53:20 #73 19.94 OK: 239 MiB in 58 packages 01:53:20 #73 DONE 22.0s 01:53:20 01:53:20 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:53:20 #84 ... 01:53:20 01:53:20 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:53:20 #0 5.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:20 #0 8.081 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:53:20 768aeb620480: Preparing 01:53:20 3a9978fe81d9: Preparing 01:53:20 3162f2e010d9: Preparing 01:53:20 0f6195654714: Preparing 01:53:20 d0561b8c62b9: Preparing 01:53:20 513fde5bd6b1: Preparing 01:53:20 000aace62bec: Preparing 01:53:20 097100c76c15: Preparing 01:53:20 513fde5bd6b1: Waiting 01:53:20 000aace62bec: Waiting 01:53:20 097100c76c15: Waiting 01:53:20 3162f2e010d9: Layer already exists 01:53:20 768aeb620480: Layer already exists 01:53:20 d0561b8c62b9: Layer already exists 01:53:20 3a9978fe81d9: Layer already exists 01:53:20 0f6195654714: Layer already exists 01:53:20 000aace62bec: Layer already exists 01:53:20 097100c76c15: Layer already exists 01:53:20 513fde5bd6b1: Layer already exists 01:53:20 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:20 #85 ... 01:53:20 01:53:20 #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:53:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:20 #86 ... 01:53:20 01:53:20 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:20 #58 24.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:20 #58 26.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:53:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:53:21 768aeb620480: Preparing 01:53:21 3a9978fe81d9: Preparing 01:53:21 3162f2e010d9: Preparing 01:53:21 0f6195654714: Preparing 01:53:21 d0561b8c62b9: Preparing 01:53:21 513fde5bd6b1: Preparing 01:53:21 000aace62bec: Preparing 01:53:21 097100c76c15: Preparing 01:53:21 513fde5bd6b1: Waiting 01:53:21 000aace62bec: Waiting 01:53:21 097100c76c15: Waiting 01:53:21 3a9978fe81d9: Layer already exists 01:53:21 768aeb620480: Layer already exists 01:53:21 3162f2e010d9: Layer already exists 01:53:21 d0561b8c62b9: Layer already exists 01:53:21 0f6195654714: Layer already exists 01:53:21 097100c76c15: Layer already exists 01:53:21 513fde5bd6b1: Layer already exists 01:53:21 000aace62bec: Layer already exists 01:53:21 main: digest: sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 01:53:21 #58 ... 01:53:21 01:53:21 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:53:21 #59 34.75 (1/4) Installing dumb-init (1.2.5-r3) 01:53:21 #59 34.77 (2/4) Installing musl-obstack (1.2.3-r2) 01:53:21 #59 34.80 (3/4) Installing libucontext (1.2-r3) 01:53:21 #59 34.85 (4/4) Installing gcompat (1.1.0-r4) 01:53:21 #59 34.90 Executing busybox-1.36.1-r29.trigger [Pipeline] // withEnv [Pipeline] echo 01:53:21 ===================================================== [Pipeline] echo 01:53:21 taggedImages: 01:53:21 - nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:21 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:53:21 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 01:53:21 - nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:21 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:53:21 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:53:21 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:21 latest 01:53:21 4.1.0-dev.66 01:53:21 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:21 main 01:53:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:21 #59 ... 01:53:21 01:53:21 #72 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:53:21 #72 DONE 26.0s 01:53:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:21 01:53:21 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:21 #87 ... 01:53:21 01:53:21 #88 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:53:21 faa3638aa1b7: Preparing 01:53:21 5f72b21d4c7e: Preparing 01:53:21 d99ea1f2b2cb: Preparing 01:53:21 f0a66dde03de: Preparing 01:53:21 be51abe43655: Preparing 01:53:21 d237e0873e70: Preparing 01:53:21 ccc790b7ef4e: Preparing 01:53:21 0f6195654714: Preparing 01:53:21 d0561b8c62b9: Preparing 01:53:21 fcecf07df125: Preparing 01:53:21 2560c2103169: Preparing 01:53:21 5f70bf18a086: Preparing 01:53:21 e1c069a233b0: Preparing 01:53:21 991370d53699: Preparing 01:53:21 f85804dbff39: Preparing 01:53:21 097100c76c15: Preparing 01:53:21 ccc790b7ef4e: Waiting 01:53:21 0f6195654714: Waiting 01:53:21 d0561b8c62b9: Waiting 01:53:21 fcecf07df125: Waiting 01:53:21 2560c2103169: Waiting 01:53:21 5f70bf18a086: Waiting 01:53:21 e1c069a233b0: Waiting 01:53:21 991370d53699: Waiting 01:53:21 f85804dbff39: Waiting 01:53:21 097100c76c15: Waiting 01:53:21 d237e0873e70: Waiting 01:53:21 be51abe43655: Pushed 01:53:21 f0a66dde03de: Pushed 01:53:21 faa3638aa1b7: Pushed 01:53:21 5f72b21d4c7e: Pushed 01:53:21 d99ea1f2b2cb: Pushed 01:53:21 0f6195654714: Layer already exists 01:53:21 d0561b8c62b9: Layer already exists 01:53:21 5f70bf18a086: Layer already exists 01:53:22 #88 ... 01:53:22 01:53:22 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:53:22 #59 35.25 OK: 9 MiB in 18 packages 01:53:22 #59 ... 01:53:22 01:53:22 #84 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:53:22 #84 DONE 1.8s 01:53:22 d237e0873e70: Pushed 01:53:22 fcecf07df125: Pushed 01:53:22 2560c2103169: Pushed 01:53:22 097100c76c15: Layer already exists 01:53:22 e1c069a233b0: Pushed 01:53:22 f85804dbff39: Pushed 01:53:22 01:53:22 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:22 991370d53699: Pushed 01:53:23 ccc790b7ef4e: Pushed 01:53:23 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:23 #89 ... 01:53:23 01:53:23 #59 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:53:23 #59 DONE 37.0s 01:53:23 01:53:23 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:53:23 #68 24.39 v3.20.7-132-g39e95c1f75e [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:53:23 #68 24.39 v3.20.7-131-ga58d0c92604 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:53:23 #68 24.39 OK: 24059 distinct packages available 01:53:23 #68 26.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:23 #68 29.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:23 #68 ... 01:53:23 01:53:23 #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:53:23 #63 36.28 (1/7) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:23 #63 36.66 (2/7) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:23 #63 36.75 (3/7) Installing dumb-init (1.2.5-r3) 01:53:23 #63 36.80 (4/7) Installing musl-obstack (1.2.3-r2) 01:53:23 #63 36.81 (5/7) Installing libucontext (1.2-r3) 01:53:23 #63 36.81 (6/7) Installing gcompat (1.1.0-r4) 01:53:23 #63 36.83 (7/7) Installing openssl (3.3.5-r0) 01:53:23 #63 37.01 Executing busybox-1.36.1-r29.trigger 01:53:23 #63 37.23 OK: 10 MiB in 19 packages 01:53:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:53:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:53:24 faa3638aa1b7: Preparing 01:53:24 5f72b21d4c7e: Preparing 01:53:24 d99ea1f2b2cb: Preparing 01:53:24 f0a66dde03de: Preparing 01:53:24 be51abe43655: Preparing 01:53:24 d237e0873e70: Preparing 01:53:24 d237e0873e70: Waiting 01:53:24 ccc790b7ef4e: Preparing 01:53:24 0f6195654714: Preparing 01:53:24 d0561b8c62b9: Preparing 01:53:24 fcecf07df125: Preparing 01:53:24 2560c2103169: Preparing 01:53:24 5f70bf18a086: Preparing 01:53:24 e1c069a233b0: Preparing 01:53:24 991370d53699: Preparing 01:53:24 f85804dbff39: Preparing 01:53:24 ccc790b7ef4e: Waiting 01:53:24 e1c069a233b0: Waiting 01:53:24 2560c2103169: Waiting 01:53:24 0f6195654714: Waiting 01:53:24 d0561b8c62b9: Waiting 01:53:24 991370d53699: Waiting 01:53:24 fcecf07df125: Waiting 01:53:24 097100c76c15: Preparing 01:53:24 f85804dbff39: Waiting 01:53:24 097100c76c15: Waiting 01:53:24 5f70bf18a086: Waiting 01:53:24 5f72b21d4c7e: Layer already exists 01:53:24 faa3638aa1b7: Layer already exists 01:53:24 d99ea1f2b2cb: Layer already exists 01:53:24 f0a66dde03de: Layer already exists 01:53:24 be51abe43655: Layer already exists 01:53:24 d237e0873e70: Layer already exists 01:53:24 ccc790b7ef4e: Layer already exists 01:53:24 0f6195654714: Layer already exists 01:53:24 d0561b8c62b9: Layer already exists 01:53:24 fcecf07df125: Layer already exists 01:53:24 5f70bf18a086: Layer already exists 01:53:24 2560c2103169: Layer already exists 01:53:24 e1c069a233b0: Layer already exists 01:53:24 f85804dbff39: Layer already exists 01:53:24 991370d53699: Layer already exists 01:53:24 097100c76c15: Layer already exists 01:53:24 latest: digest: sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 01:53:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:53:24 faa3638aa1b7: Preparing 01:53:24 5f72b21d4c7e: Preparing 01:53:24 d99ea1f2b2cb: Preparing 01:53:24 f0a66dde03de: Preparing 01:53:24 be51abe43655: Preparing 01:53:24 d237e0873e70: Preparing 01:53:24 ccc790b7ef4e: Preparing 01:53:24 0f6195654714: Preparing 01:53:24 d0561b8c62b9: Preparing 01:53:24 fcecf07df125: Preparing 01:53:24 2560c2103169: Preparing 01:53:24 5f70bf18a086: Preparing 01:53:24 e1c069a233b0: Preparing 01:53:24 991370d53699: Preparing 01:53:24 f85804dbff39: Preparing 01:53:24 097100c76c15: Preparing 01:53:24 d0561b8c62b9: Waiting 01:53:24 fcecf07df125: Waiting 01:53:24 2560c2103169: Waiting 01:53:24 5f70bf18a086: Waiting 01:53:24 e1c069a233b0: Waiting 01:53:24 991370d53699: Waiting 01:53:24 f85804dbff39: Waiting 01:53:24 097100c76c15: Waiting 01:53:24 ccc790b7ef4e: Waiting 01:53:24 0f6195654714: Waiting 01:53:24 d237e0873e70: Waiting 01:53:24 d99ea1f2b2cb: Layer already exists 01:53:24 faa3638aa1b7: Layer already exists 01:53:24 be51abe43655: Layer already exists 01:53:24 5f72b21d4c7e: Layer already exists 01:53:24 f0a66dde03de: Layer already exists 01:53:24 d237e0873e70: Layer already exists 01:53:24 ccc790b7ef4e: Layer already exists 01:53:24 0f6195654714: Layer already exists 01:53:24 d0561b8c62b9: Layer already exists 01:53:24 fcecf07df125: Layer already exists 01:53:24 2560c2103169: Layer already exists 01:53:24 e1c069a233b0: Layer already exists 01:53:24 991370d53699: Layer already exists 01:53:24 5f70bf18a086: Layer already exists 01:53:24 f85804dbff39: Layer already exists 01:53:24 097100c76c15: Layer already exists 01:53:24 4.1.0-dev.66: digest: sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:53:25 faa3638aa1b7: Preparing 01:53:25 5f72b21d4c7e: Preparing 01:53:25 d99ea1f2b2cb: Preparing 01:53:25 f0a66dde03de: Preparing 01:53:25 be51abe43655: Preparing 01:53:25 d237e0873e70: Preparing 01:53:25 ccc790b7ef4e: Preparing 01:53:25 0f6195654714: Preparing 01:53:25 d0561b8c62b9: Preparing 01:53:25 fcecf07df125: Preparing 01:53:25 2560c2103169: Preparing 01:53:25 5f70bf18a086: Preparing 01:53:25 e1c069a233b0: Preparing 01:53:25 991370d53699: Preparing 01:53:25 f85804dbff39: Preparing 01:53:25 097100c76c15: Preparing 01:53:25 2560c2103169: Waiting 01:53:25 5f70bf18a086: Waiting 01:53:25 e1c069a233b0: Waiting 01:53:25 0f6195654714: Waiting 01:53:25 991370d53699: Waiting 01:53:25 f85804dbff39: Waiting 01:53:25 d0561b8c62b9: Waiting 01:53:25 ccc790b7ef4e: Waiting 01:53:25 fcecf07df125: Waiting 01:53:25 d237e0873e70: Waiting 01:53:25 097100c76c15: Waiting 01:53:25 faa3638aa1b7: Layer already exists 01:53:25 5f72b21d4c7e: Layer already exists 01:53:25 f0a66dde03de: Layer already exists 01:53:25 be51abe43655: Layer already exists 01:53:25 d99ea1f2b2cb: Layer already exists 01:53:25 ccc790b7ef4e: Layer already exists 01:53:25 d237e0873e70: Layer already exists 01:53:25 0f6195654714: Layer already exists 01:53:25 fcecf07df125: Layer already exists 01:53:25 d0561b8c62b9: Layer already exists 01:53:25 2560c2103169: Layer already exists 01:53:25 e1c069a233b0: Layer already exists 01:53:25 5f70bf18a086: Layer already exists 01:53:25 991370d53699: Layer already exists 01:53:25 f85804dbff39: Layer already exists 01:53:25 097100c76c15: Layer already exists 01:53:25 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:25 #63 DONE 40.0s 01:53:25 01:53:25 #90 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:53:25 #90 ... 01:53:25 01:53:25 #76 [core-common-config-bootstrapper stage-1 3/8] RUN apk --no-cache upgrade 01:53:25 #76 4.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:25 #76 6.612 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:25 #76 ... 01:53:25 01:53:25 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:53:25 #68 36.84 OK: 239 MiB in 58 packages 01:53:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:53:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:53:26 faa3638aa1b7: Preparing 01:53:26 5f72b21d4c7e: Preparing 01:53:26 d99ea1f2b2cb: Preparing 01:53:26 f0a66dde03de: Preparing 01:53:26 be51abe43655: Preparing 01:53:26 d237e0873e70: Preparing 01:53:26 ccc790b7ef4e: Preparing 01:53:26 0f6195654714: Preparing 01:53:26 d0561b8c62b9: Preparing 01:53:26 fcecf07df125: Preparing 01:53:26 2560c2103169: Preparing 01:53:26 5f70bf18a086: Preparing 01:53:26 e1c069a233b0: Preparing 01:53:26 991370d53699: Preparing 01:53:26 f85804dbff39: Preparing 01:53:26 097100c76c15: Preparing 01:53:26 2560c2103169: Waiting 01:53:26 5f70bf18a086: Waiting 01:53:26 e1c069a233b0: Waiting 01:53:26 991370d53699: Waiting 01:53:26 f85804dbff39: Waiting 01:53:26 097100c76c15: Waiting 01:53:26 d237e0873e70: Waiting 01:53:26 ccc790b7ef4e: Waiting 01:53:26 0f6195654714: Waiting 01:53:26 d0561b8c62b9: Waiting 01:53:26 fcecf07df125: Waiting 01:53:26 f0a66dde03de: Layer already exists 01:53:26 5f72b21d4c7e: Layer already exists 01:53:26 faa3638aa1b7: Layer already exists 01:53:26 be51abe43655: Layer already exists 01:53:26 d99ea1f2b2cb: Layer already exists 01:53:26 d237e0873e70: Layer already exists 01:53:26 ccc790b7ef4e: Layer already exists 01:53:26 d0561b8c62b9: Layer already exists 01:53:26 fcecf07df125: Layer already exists 01:53:26 0f6195654714: Layer already exists 01:53:26 e1c069a233b0: Layer already exists 01:53:26 2560c2103169: Layer already exists 01:53:26 5f70bf18a086: Layer already exists 01:53:26 f85804dbff39: Layer already exists 01:53:26 991370d53699: Layer already exists 01:53:26 097100c76c15: Layer already exists 01:53:26 main: digest: sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:26 ===================================================== [Pipeline] echo 01:53:26 taggedImages: 01:53:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:53:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 01:53:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:53:26 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:53:26 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:26 latest 01:53:26 4.1.0-dev.66 01:53:26 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:26 main 01:53:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:26 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:53:27 13a94197b407: Preparing 01:53:27 4e8ae7a93202: Preparing 01:53:27 b526d940f465: Preparing 01:53:27 4a1aea186e09: Preparing 01:53:27 0f6195654714: Preparing 01:53:27 d0561b8c62b9: Preparing 01:53:27 513fde5bd6b1: Preparing 01:53:27 000aace62bec: Preparing 01:53:27 097100c76c15: Preparing 01:53:27 d0561b8c62b9: Waiting 01:53:27 513fde5bd6b1: Waiting 01:53:27 000aace62bec: Waiting 01:53:27 097100c76c15: Waiting 01:53:27 0f6195654714: Layer already exists 01:53:27 d0561b8c62b9: Layer already exists 01:53:27 513fde5bd6b1: Layer already exists 01:53:27 000aace62bec: Layer already exists 01:53:27 097100c76c15: Layer already exists 01:53:27 b526d940f465: Pushed 01:53:27 13a94197b407: Pushed 01:53:27 4e8ae7a93202: Pushed 01:53:27 #68 DONE 38.5s 01:53:27 01:53:27 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:27 #58 37.09 (1/14) Installing ca-certificates (20250911-r0) 01:53:27 #58 37.52 (2/14) Installing brotli-libs (1.1.0-r2) 01:53:27 #58 37.69 (3/14) Installing c-ares (1.33.1-r0) 01:53:27 #58 37.69 (4/14) Installing libunistring (1.2-r0) 01:53:27 #58 37.92 (5/14) Installing libidn2 (2.3.7-r0) 01:53:27 #58 37.97 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:53:27 #58 37.98 (7/14) Installing libpsl (0.21.5-r1) 01:53:27 #58 38.00 (8/14) Installing zstd-libs (1.5.6-r0) 01:53:27 #58 38.09 (9/14) Installing libcurl (8.14.1-r2) 01:53:27 #58 38.20 (10/14) Installing curl (8.14.1-r2) 01:53:27 #58 38.24 (11/14) Installing dumb-init (1.2.5-r3) 01:53:27 #58 38.25 (12/14) Installing musl-obstack (1.2.3-r2) 01:53:27 #58 38.27 (13/14) Installing libucontext (1.2-r3) 01:53:27 #58 38.31 (14/14) Installing gcompat (1.1.0-r4) 01:53:27 #58 38.37 Executing busybox-1.36.1-r29.trigger 01:53:27 #58 38.64 Executing ca-certificates-20250911-r0.trigger 01:53:27 #58 39.63 OK: 15 MiB in 28 packages 01:53:27 #58 ... 01:53:27 01:53:27 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:53:27 #0 10.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:27 #91 ... 01:53:27 01:53:27 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:53:27 #58 DONE 41.6s 01:53:27 01:53:27 #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:53:28 #92 ... 01:53:28 01:53:28 #93 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:53:28 #93 DONE 1.3s 01:53:28 01:53:28 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:30 #94 ... 01:53:30 01:53:30 #85 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:53:30 #85 15.74 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:30 #85 15.98 Executing busybox-1.36.1-r30.post-upgrade 01:53:30 #85 16.60 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:30 #85 16.61 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:30 #85 16.76 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:30 #85 17.48 Executing busybox-1.36.1-r30.trigger 01:53:30 #85 17.53 OK: 20 MiB in 18 packages 01:53:30 #85 DONE 20.0s 01:53:30 01:53:30 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:53:30 #95 DONE 0.3s 01:53:30 01:53:30 #90 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:53:30 #90 5.209 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:31 4a1aea186e09: Pushed 01:53:31 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:31 #90 ... 01:53:31 01:53:31 #76 [core-metadata stage-1 3/8] RUN apk --no-cache upgrade 01:53:31 #76 14.97 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:31 #76 15.18 Executing busybox-1.36.1-r30.post-upgrade 01:53:31 #76 15.73 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:31 #76 16.42 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:31 #76 16.44 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:31 #76 17.34 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:31 #76 17.58 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:31 #76 17.62 Executing busybox-1.36.1-r30.trigger 01:53:31 #76 17.78 OK: 9 MiB in 15 packages 01:53:31 #76 DONE 20.0s 01:53:31 01:53:31 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:53:31 #91 12.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:31 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:53:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:53:31 13a94197b407: Preparing 01:53:31 4e8ae7a93202: Preparing 01:53:31 b526d940f465: Preparing 01:53:31 4a1aea186e09: Preparing 01:53:31 0f6195654714: Preparing 01:53:31 d0561b8c62b9: Preparing 01:53:31 513fde5bd6b1: Preparing 01:53:31 d0561b8c62b9: Waiting 01:53:31 000aace62bec: Preparing 01:53:31 097100c76c15: Preparing 01:53:31 513fde5bd6b1: Waiting 01:53:31 000aace62bec: Waiting 01:53:31 097100c76c15: Waiting 01:53:31 4a1aea186e09: Layer already exists 01:53:31 4e8ae7a93202: Layer already exists 01:53:31 b526d940f465: Layer already exists 01:53:31 0f6195654714: Layer already exists 01:53:31 13a94197b407: Layer already exists 01:53:31 513fde5bd6b1: Layer already exists 01:53:31 d0561b8c62b9: Layer already exists 01:53:31 000aace62bec: Layer already exists 01:53:31 097100c76c15: Layer already exists 01:53:31 latest: digest: sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:32 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 01:53:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:53:32 13a94197b407: Preparing 01:53:32 4e8ae7a93202: Preparing 01:53:32 b526d940f465: Preparing 01:53:32 4a1aea186e09: Preparing 01:53:32 0f6195654714: Preparing 01:53:32 d0561b8c62b9: Preparing 01:53:32 513fde5bd6b1: Preparing 01:53:32 000aace62bec: Preparing 01:53:32 097100c76c15: Preparing 01:53:32 513fde5bd6b1: Waiting 01:53:32 d0561b8c62b9: Waiting 01:53:32 097100c76c15: Waiting 01:53:32 000aace62bec: Waiting 01:53:32 0f6195654714: Layer already exists 01:53:32 4e8ae7a93202: Layer already exists 01:53:32 4a1aea186e09: Layer already exists 01:53:32 13a94197b407: Layer already exists 01:53:32 b526d940f465: Layer already exists 01:53:32 513fde5bd6b1: Layer already exists 01:53:32 097100c76c15: Layer already exists 01:53:32 d0561b8c62b9: Layer already exists 01:53:32 000aace62bec: Layer already exists 01:53:32 4.1.0-dev.66: digest: sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:32 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:53:33 13a94197b407: Preparing 01:53:33 4e8ae7a93202: Preparing 01:53:33 b526d940f465: Preparing 01:53:33 4a1aea186e09: Preparing 01:53:33 0f6195654714: Preparing 01:53:33 d0561b8c62b9: Preparing 01:53:33 513fde5bd6b1: Preparing 01:53:33 000aace62bec: Preparing 01:53:33 097100c76c15: Preparing 01:53:33 d0561b8c62b9: Waiting 01:53:33 513fde5bd6b1: Waiting 01:53:33 000aace62bec: Waiting 01:53:33 097100c76c15: Waiting 01:53:33 b526d940f465: Layer already exists 01:53:33 4e8ae7a93202: Layer already exists 01:53:33 4a1aea186e09: Layer already exists 01:53:33 13a94197b407: Layer already exists 01:53:33 0f6195654714: Layer already exists 01:53:33 513fde5bd6b1: Layer already exists 01:53:33 097100c76c15: Layer already exists 01:53:33 d0561b8c62b9: Layer already exists 01:53:33 000aace62bec: Layer already exists 01:53:33 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:33 #91 ... 01:53:33 01:53:33 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:53:33 #0 5.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:33 #0 6.951 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:33 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:33 #96 ... 01:53:33 01:53:33 #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:53:33 #92 4.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:33 #92 5.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:53:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:53:33 13a94197b407: Preparing 01:53:33 4e8ae7a93202: Preparing 01:53:33 b526d940f465: Preparing 01:53:33 4a1aea186e09: Preparing 01:53:33 0f6195654714: Preparing 01:53:33 d0561b8c62b9: Preparing 01:53:33 513fde5bd6b1: Preparing 01:53:33 000aace62bec: Preparing 01:53:33 097100c76c15: Preparing 01:53:33 d0561b8c62b9: Waiting 01:53:33 513fde5bd6b1: Waiting 01:53:33 097100c76c15: Waiting 01:53:33 000aace62bec: Waiting 01:53:33 13a94197b407: Layer already exists 01:53:33 0f6195654714: Layer already exists 01:53:33 b526d940f465: Layer already exists 01:53:33 4e8ae7a93202: Layer already exists 01:53:33 4a1aea186e09: Layer already exists 01:53:33 513fde5bd6b1: Layer already exists 01:53:33 097100c76c15: Layer already exists 01:53:33 d0561b8c62b9: Layer already exists 01:53:33 000aace62bec: Layer already exists 01:53:33 main: digest: sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:33 ===================================================== [Pipeline] echo 01:53:33 taggedImages: 01:53:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:53:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 01:53:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:33 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:53:33 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:53:33 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:33 latest 01:53:33 4.1.0-dev.66 01:53:33 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:33 main 01:53:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:53:34 3e80d91e20d0: Preparing 01:53:34 0ecd50ec8f49: Preparing 01:53:34 6d0493cf2e86: Preparing 01:53:34 f08dd6095275: Preparing 01:53:34 fbd5145587b3: Preparing 01:53:34 0f6195654714: Preparing 01:53:34 d0561b8c62b9: Preparing 01:53:34 82e391cb2183: Preparing 01:53:34 0d095501757c: Preparing 01:53:34 d4e5b6d0b908: Preparing 01:53:34 097100c76c15: Preparing 01:53:34 0d095501757c: Waiting 01:53:34 82e391cb2183: Waiting 01:53:34 d4e5b6d0b908: Waiting 01:53:34 0f6195654714: Waiting 01:53:34 097100c76c15: Waiting 01:53:34 d0561b8c62b9: Waiting 01:53:34 fbd5145587b3: Pushed 01:53:34 f08dd6095275: Pushed 01:53:34 3e80d91e20d0: Pushed 01:53:34 0ecd50ec8f49: Pushed 01:53:34 0f6195654714: Layer already exists 01:53:34 d0561b8c62b9: Layer already exists 01:53:34 097100c76c15: Layer already exists 01:53:34 82e391cb2183: Pushed 01:53:34 0d095501757c: Pushed 01:53:35 #92 ... 01:53:35 01:53:35 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:53:35 #77 10.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:35 #77 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:35 #77 20.28 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:35 #77 20.43 Executing busybox-1.36.1-r30.post-upgrade 01:53:35 #77 20.91 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:35 #77 20.93 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:35 #77 20.98 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:35 #77 21.58 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:35 #77 21.67 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:35 #77 21.69 Executing busybox-1.36.1-r30.trigger 01:53:35 #77 ... 01:53:35 01:53:35 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:53:35 #91 18.05 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:35 #91 18.17 Executing busybox-1.36.1-r30.post-upgrade 01:53:36 #91 18.47 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:36 #91 18.48 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:36 #91 18.51 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:36 #91 ... 01:53:36 01:53:36 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:53:36 #81 9.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:36 #81 12.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:36 #81 18.79 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:36 #81 18.93 Executing busybox-1.36.1-r30.post-upgrade 01:53:36 #81 19.28 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:36 #81 19.30 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:36 #81 19.41 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:36 #81 19.86 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:36 #81 19.98 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:36 #81 20.00 Executing busybox-1.36.1-r30.trigger 01:53:36 d4e5b6d0b908: Pushed 01:53:36 #81 20.09 Executing ca-certificates-20250911-r0.trigger 01:53:36 #81 ... 01:53:36 01:53:36 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:53:36 #96 12.44 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:36 #96 12.57 Executing busybox-1.36.1-r30.post-upgrade 01:53:36 #96 13.04 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:36 #96 13.04 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:36 #96 13.16 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:37 #96 13.63 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:37 #96 13.70 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:37 #96 13.72 Executing busybox-1.36.1-r30.trigger 01:53:37 #96 13.79 OK: 9 MiB in 18 packages 01:53:37 6d0493cf2e86: Pushed 01:53:37 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:37 #96 ... 01:53:37 01:53:37 #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:53:37 #86 9.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:53:37 #86 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:37 #86 16.99 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:37 #86 17.09 Executing busybox-1.36.1-r30.post-upgrade 01:53:37 #86 17.50 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:37 #86 17.51 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:37 #86 17.57 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:37 #86 18.01 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:37 #86 18.08 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:37 #86 18.10 Executing busybox-1.36.1-r30.trigger 01:53:37 #86 18.14 Executing ca-certificates-20250911-r0.trigger 01:53:37 #86 18.91 OK: 14 MiB in 21 packages 01:53:37 #86 ... 01:53:37 01:53:37 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:53:37 #91 19.13 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:37 #91 19.22 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:37 #91 19.25 Executing busybox-1.36.1-r30.trigger 01:53:37 #91 19.31 Executing ca-certificates-20250911-r0.trigger 01:53:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:53:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:53:37 3e80d91e20d0: Preparing 01:53:37 0ecd50ec8f49: Preparing 01:53:37 6d0493cf2e86: Preparing 01:53:37 f08dd6095275: Preparing 01:53:37 fbd5145587b3: Preparing 01:53:37 0f6195654714: Preparing 01:53:37 d0561b8c62b9: Preparing 01:53:37 82e391cb2183: Preparing 01:53:37 0d095501757c: Preparing 01:53:37 d4e5b6d0b908: Preparing 01:53:37 097100c76c15: Preparing 01:53:37 d0561b8c62b9: Waiting 01:53:37 d4e5b6d0b908: Waiting 01:53:37 82e391cb2183: Waiting 01:53:37 0d095501757c: Waiting 01:53:37 0f6195654714: Waiting 01:53:37 097100c76c15: Waiting 01:53:37 fbd5145587b3: Layer already exists 01:53:37 0ecd50ec8f49: Layer already exists 01:53:37 6d0493cf2e86: Layer already exists 01:53:37 3e80d91e20d0: Layer already exists 01:53:37 f08dd6095275: Layer already exists 01:53:37 d0561b8c62b9: Layer already exists 01:53:37 0f6195654714: Layer already exists 01:53:37 d4e5b6d0b908: Layer already exists 01:53:37 82e391cb2183: Layer already exists 01:53:37 0d095501757c: Layer already exists 01:53:37 097100c76c15: Layer already exists 01:53:37 latest: digest: sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:38 #91 20.38 OK: 11 MiB in 17 packages 01:53:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 01:53:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:53:38 3e80d91e20d0: Preparing 01:53:38 0ecd50ec8f49: Preparing 01:53:38 6d0493cf2e86: Preparing 01:53:38 f08dd6095275: Preparing 01:53:38 fbd5145587b3: Preparing 01:53:38 0f6195654714: Preparing 01:53:38 d0561b8c62b9: Preparing 01:53:38 82e391cb2183: Preparing 01:53:38 0d095501757c: Preparing 01:53:38 d4e5b6d0b908: Preparing 01:53:38 097100c76c15: Preparing 01:53:38 0f6195654714: Waiting 01:53:38 d0561b8c62b9: Waiting 01:53:38 d4e5b6d0b908: Waiting 01:53:38 82e391cb2183: Waiting 01:53:38 0d095501757c: Waiting 01:53:38 097100c76c15: Waiting 01:53:38 0ecd50ec8f49: Layer already exists 01:53:38 3e80d91e20d0: Layer already exists 01:53:38 fbd5145587b3: Layer already exists 01:53:38 f08dd6095275: Layer already exists 01:53:38 6d0493cf2e86: Layer already exists 01:53:38 0f6195654714: Layer already exists 01:53:38 d0561b8c62b9: Layer already exists 01:53:38 0d095501757c: Layer already exists 01:53:38 82e391cb2183: Layer already exists 01:53:38 d4e5b6d0b908: Layer already exists 01:53:38 097100c76c15: Layer already exists 01:53:38 4.1.0-dev.66: digest: sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:38 #91 ... 01:53:38 01:53:38 #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:53:38 #77 21.81 OK: 9 MiB in 16 packages 01:53:38 #77 DONE 24.5s 01:53:38 01:53:38 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:53:38 #96 DONE 15.3s 01:53:38 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:39 01:53:39 #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:53:39 #81 20.98 OK: 20 MiB in 18 packages 01:53:39 #81 DONE 22.2s 01:53:39 01:53:39 #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:53:39 #86 DONE 20.6s 01:53:39 01:53:39 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:53:39 3e80d91e20d0: Preparing 01:53:39 0ecd50ec8f49: Preparing 01:53:39 6d0493cf2e86: Preparing 01:53:39 f08dd6095275: Preparing 01:53:39 fbd5145587b3: Preparing 01:53:39 0f6195654714: Preparing 01:53:39 d0561b8c62b9: Preparing 01:53:39 82e391cb2183: Preparing 01:53:39 0d095501757c: Preparing 01:53:39 d4e5b6d0b908: Preparing 01:53:39 097100c76c15: Preparing 01:53:39 0f6195654714: Waiting 01:53:39 0d095501757c: Waiting 01:53:39 d0561b8c62b9: Waiting 01:53:39 82e391cb2183: Waiting 01:53:39 d4e5b6d0b908: Waiting 01:53:39 097100c76c15: Waiting 01:53:39 3e80d91e20d0: Layer already exists 01:53:39 fbd5145587b3: Layer already exists 01:53:39 0ecd50ec8f49: Layer already exists 01:53:39 6d0493cf2e86: Layer already exists 01:53:39 f08dd6095275: Layer already exists 01:53:39 d0561b8c62b9: Layer already exists 01:53:39 0f6195654714: Layer already exists 01:53:39 0d095501757c: Layer already exists 01:53:39 82e391cb2183: Layer already exists 01:53:39 d4e5b6d0b908: Layer already exists 01:53:39 097100c76c15: Layer already exists 01:53:39 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:53:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:53:39 3e80d91e20d0: Preparing 01:53:39 0ecd50ec8f49: Preparing 01:53:39 6d0493cf2e86: Preparing 01:53:39 f08dd6095275: Preparing 01:53:39 fbd5145587b3: Preparing 01:53:39 0f6195654714: Preparing 01:53:39 d0561b8c62b9: Preparing 01:53:39 82e391cb2183: Preparing 01:53:39 0d095501757c: Preparing 01:53:39 d4e5b6d0b908: Preparing 01:53:39 097100c76c15: Preparing 01:53:39 82e391cb2183: Waiting 01:53:39 0d095501757c: Waiting 01:53:39 d4e5b6d0b908: Waiting 01:53:39 097100c76c15: Waiting 01:53:39 0f6195654714: Waiting 01:53:39 d0561b8c62b9: Waiting 01:53:39 f08dd6095275: Layer already exists 01:53:39 fbd5145587b3: Layer already exists 01:53:39 6d0493cf2e86: Layer already exists 01:53:39 0ecd50ec8f49: Layer already exists 01:53:39 3e80d91e20d0: Layer already exists 01:53:39 0f6195654714: Layer already exists 01:53:39 82e391cb2183: Layer already exists 01:53:39 d4e5b6d0b908: Layer already exists 01:53:39 d0561b8c62b9: Layer already exists 01:53:39 0d095501757c: Layer already exists 01:53:39 097100c76c15: Layer already exists 01:53:39 main: digest: sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:39 ===================================================== [Pipeline] echo 01:53:39 taggedImages: 01:53:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:53:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 01:53:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:39 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:53:39 #97 ... 01:53:39 01:53:39 #91 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:53:39 #91 DONE 22.1s [Pipeline] echo 01:53:39 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:53:39 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:39 latest 01:53:39 4.1.0-dev.66 01:53:39 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:39 main 01:53:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:40 01:53:40 #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:53:40 #92 9.360 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:40 #92 9.480 Executing busybox-1.36.1-r30.post-upgrade 01:53:40 #92 10.69 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:40 #92 10.71 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:40 #92 10.78 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) 01:53:40 #92 11.44 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) 01:53:40 #92 11.60 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:40 #92 11.63 Executing busybox-1.36.1-r30.trigger 01:53:40 #92 11.71 Executing ca-certificates-20250911-r0.trigger 01:53:40 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:53:40 988091f833f8: Preparing 01:53:40 ca301a760bd4: Preparing 01:53:40 d13bf14d9f79: Preparing 01:53:40 46ffe7b8319a: Preparing 01:53:40 c6afe1455ee9: Preparing 01:53:40 952679f56486: Preparing 01:53:40 9c48895a0d3c: Preparing 01:53:40 0f6195654714: Preparing 01:53:40 d0561b8c62b9: Preparing 01:53:40 320278516925: Preparing 01:53:40 e535daa92535: Preparing 01:53:40 097100c76c15: Preparing 01:53:40 0f6195654714: Waiting 01:53:40 d0561b8c62b9: Waiting 01:53:40 320278516925: Waiting 01:53:40 e535daa92535: Waiting 01:53:40 097100c76c15: Waiting 01:53:40 952679f56486: Waiting 01:53:40 c6afe1455ee9: Pushed 01:53:40 ca301a760bd4: Pushed 01:53:40 988091f833f8: Pushed 01:53:40 0f6195654714: Layer already exists 01:53:40 d0561b8c62b9: Layer already exists 01:53:40 952679f56486: Pushed 01:53:40 9c48895a0d3c: Pushed 01:53:40 097100c76c15: Layer already exists 01:53:41 #92 12.98 OK: 15 MiB in 28 packages 01:53:41 320278516925: Pushed 01:53:42 e535daa92535: Pushed 01:53:42 #92 ... 01:53:42 01:53:42 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:42 #97 DONE 3.1s 01:53:42 01:53:42 #90 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:53:42 #90 6.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:53:42 #90 12.10 (1/4) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:53:42 #90 13.07 Executing busybox-1.36.1-r30.post-upgrade 01:53:42 #90 13.66 (2/4) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:53:42 #90 13.68 (3/4) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) 01:53:42 #90 13.80 (4/4) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:53:42 #90 13.83 Executing busybox-1.36.1-r30.trigger 01:53:42 #90 13.95 OK: 10 MiB in 19 packages 01:53:42 #90 DONE 17.1s 01:53:42 01:53:42 #98 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:53:42 #98 DONE 0.4s 01:53:42 01:53:42 #99 [security-spire-config stage-2 6/10] COPY security.txt / 01:53:42 #99 ... 01:53:42 01:53:42 #92 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:53:42 #92 DONE 14.6s 01:53:42 01:53:42 #100 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:53:42 #100 DONE 4.0s 01:53:42 01:53:42 #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:53:42 46ffe7b8319a: Pushed 01:53:43 #101 ... 01:53:43 01:53:43 #99 [security-spire-config stage-2 6/10] COPY security.txt / 01:53:43 #99 DONE 0.6s 01:53:43 d13bf14d9f79: Pushed 01:53:43 01:53:43 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:53:43 #102 ... 01:53:43 01:53:43 #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:53:43 #101 DONE 0.6s 01:53:43 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:53:43 01:53:43 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:53:43 #102 DONE 0.4s 01:53:43 01:53:43 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [Pipeline] sh 01:53:43 #103 ... 01:53:43 01:53:43 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:53:43 #104 DONE 0.2s 01:53:43 01:53:43 #103 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:53:43 #103 DONE 1.9s 01:53:43 01:53:43 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:43 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:44 #105 ... 01:53:44 01:53:44 #106 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:53:44 #106 DONE 0.2s 01:53:44 01:53:44 #107 [security-spire-config] exporting to image 01:53:44 #107 exporting layers 01:53:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:53:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:53:44 988091f833f8: Preparing 01:53:44 ca301a760bd4: Preparing 01:53:44 d13bf14d9f79: Preparing 01:53:44 46ffe7b8319a: Preparing 01:53:44 c6afe1455ee9: Preparing 01:53:44 952679f56486: Preparing 01:53:44 9c48895a0d3c: Preparing 01:53:44 0f6195654714: Preparing 01:53:44 d0561b8c62b9: Preparing 01:53:44 320278516925: Preparing 01:53:44 e535daa92535: Preparing 01:53:44 097100c76c15: Preparing 01:53:44 952679f56486: Waiting 01:53:44 9c48895a0d3c: Waiting 01:53:44 0f6195654714: Waiting 01:53:44 d0561b8c62b9: Waiting 01:53:44 320278516925: Waiting 01:53:44 e535daa92535: Waiting 01:53:44 097100c76c15: Waiting 01:53:44 ca301a760bd4: Layer already exists 01:53:44 988091f833f8: Layer already exists 01:53:44 c6afe1455ee9: Layer already exists 01:53:44 46ffe7b8319a: Layer already exists 01:53:44 d13bf14d9f79: Layer already exists 01:53:44 952679f56486: Layer already exists 01:53:44 0f6195654714: Layer already exists 01:53:44 d0561b8c62b9: Layer already exists 01:53:44 9c48895a0d3c: Layer already exists 01:53:44 320278516925: Layer already exists 01:53:44 e535daa92535: Layer already exists 01:53:44 097100c76c15: Layer already exists 01:53:44 latest: digest: sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 01:53:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:53:44 988091f833f8: Preparing 01:53:44 ca301a760bd4: Preparing 01:53:44 d13bf14d9f79: Preparing 01:53:44 46ffe7b8319a: Preparing 01:53:44 c6afe1455ee9: Preparing 01:53:44 952679f56486: Preparing 01:53:44 9c48895a0d3c: Preparing 01:53:44 0f6195654714: Preparing 01:53:44 d0561b8c62b9: Preparing 01:53:44 320278516925: Preparing 01:53:44 e535daa92535: Preparing 01:53:44 097100c76c15: Preparing 01:53:44 0f6195654714: Waiting 01:53:44 952679f56486: Waiting 01:53:44 9c48895a0d3c: Waiting 01:53:44 e535daa92535: Waiting 01:53:44 d0561b8c62b9: Waiting 01:53:44 320278516925: Waiting 01:53:44 097100c76c15: Waiting 01:53:44 ca301a760bd4: Layer already exists 01:53:44 46ffe7b8319a: Layer already exists 01:53:44 c6afe1455ee9: Layer already exists 01:53:44 988091f833f8: Layer already exists 01:53:44 d13bf14d9f79: Layer already exists 01:53:44 9c48895a0d3c: Layer already exists 01:53:44 952679f56486: Layer already exists 01:53:44 d0561b8c62b9: Layer already exists 01:53:44 320278516925: Layer already exists 01:53:44 0f6195654714: Layer already exists 01:53:44 e535daa92535: Layer already exists 01:53:44 097100c76c15: Layer already exists 01:53:44 4.1.0-dev.66: digest: sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:45 #107 ... 01:53:45 01:53:45 #108 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:45 #108 DONE 3.1s 01:53:45 01:53:45 #109 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:53:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:45 #109 DONE 0.2s 01:53:45 01:53:45 #88 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:45 #88 ... 01:53:45 01:53:45 #110 [security-spire-server stage-2 6/9] COPY security.txt / 01:53:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:53:45 988091f833f8: Preparing 01:53:45 ca301a760bd4: Preparing 01:53:45 d13bf14d9f79: Preparing 01:53:45 46ffe7b8319a: Preparing 01:53:45 c6afe1455ee9: Preparing 01:53:45 952679f56486: Preparing 01:53:45 9c48895a0d3c: Preparing 01:53:45 0f6195654714: Preparing 01:53:45 d0561b8c62b9: Preparing 01:53:45 320278516925: Preparing 01:53:45 e535daa92535: Preparing 01:53:45 097100c76c15: Preparing 01:53:45 320278516925: Waiting 01:53:45 0f6195654714: Waiting 01:53:45 9c48895a0d3c: Waiting 01:53:45 d0561b8c62b9: Waiting 01:53:45 097100c76c15: Waiting 01:53:45 952679f56486: Waiting 01:53:45 e535daa92535: Waiting 01:53:45 c6afe1455ee9: Layer already exists 01:53:45 46ffe7b8319a: Layer already exists 01:53:45 d13bf14d9f79: Layer already exists 01:53:45 ca301a760bd4: Layer already exists 01:53:45 988091f833f8: Layer already exists 01:53:45 9c48895a0d3c: Layer already exists 01:53:45 952679f56486: Layer already exists 01:53:45 d0561b8c62b9: Layer already exists 01:53:45 0f6195654714: Layer already exists 01:53:45 320278516925: Layer already exists 01:53:45 e535daa92535: Layer already exists 01:53:45 097100c76c15: Layer already exists 01:53:45 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:45 #110 DONE 0.2s 01:53:45 01:53:45 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:53:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 01:53:45 #111 DONE 0.3s 01:53:45 01:53:45 #105 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:53:45 #105 DONE 2.0s 01:53:45 01:53:45 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:53:45 #112 ... 01:53:45 01:53:45 #113 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:53:45 #113 DONE 0.2s [Pipeline] sh 01:53:46 01:53:46 #112 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:53:46 #112 DONE 0.2s 01:53:46 01:53:46 #114 [security-spire-agent stage-3 7/10] COPY security.txt / 01:53:46 #114 ... 01:53:46 01:53:46 #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:53:46 #115 DONE 0.2s 01:53:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:53:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:53:46 988091f833f8: Preparing 01:53:46 ca301a760bd4: Preparing 01:53:46 d13bf14d9f79: Preparing 01:53:46 46ffe7b8319a: Preparing 01:53:46 c6afe1455ee9: Preparing 01:53:46 952679f56486: Preparing 01:53:46 9c48895a0d3c: Preparing 01:53:46 0f6195654714: Preparing 01:53:46 d0561b8c62b9: Preparing 01:53:46 320278516925: Preparing 01:53:46 e535daa92535: Preparing 01:53:46 097100c76c15: Preparing 01:53:46 320278516925: Waiting 01:53:46 e535daa92535: Waiting 01:53:46 097100c76c15: Waiting 01:53:46 952679f56486: Waiting 01:53:46 0f6195654714: Waiting 01:53:46 9c48895a0d3c: Waiting 01:53:46 d0561b8c62b9: Waiting 01:53:46 ca301a760bd4: Layer already exists 01:53:46 c6afe1455ee9: Layer already exists 01:53:46 988091f833f8: Layer already exists 01:53:46 d13bf14d9f79: Layer already exists 01:53:46 46ffe7b8319a: Layer already exists 01:53:46 9c48895a0d3c: Layer already exists 01:53:46 952679f56486: Layer already exists 01:53:46 0f6195654714: Layer already exists 01:53:46 320278516925: Layer already exists 01:53:46 d0561b8c62b9: Layer already exists 01:53:46 e535daa92535: Layer already exists 01:53:46 097100c76c15: Layer already exists 01:53:46 main: digest: sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:46 ===================================================== [Pipeline] echo 01:53:46 taggedImages: 01:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 01:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:53:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:53:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:46 latest 01:53:46 4.1.0-dev.66 01:53:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:46 main 01:53:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:46 01:53:46 #114 [security-spire-agent stage-3 7/10] COPY security.txt / 01:53:46 #114 DONE 0.3s 01:53:46 01:53:46 #116 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:53:46 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:46 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:53:46 0511904e0e78: Preparing 01:53:46 29deacf2e8b1: Preparing 01:53:46 0f6195654714: Preparing 01:53:46 d0561b8c62b9: Preparing 01:53:46 b1ca226db1e3: Preparing 01:53:46 6f2e7f9f7ab0: Preparing 01:53:46 097100c76c15: Preparing 01:53:46 6f2e7f9f7ab0: Waiting 01:53:46 097100c76c15: Waiting 01:53:46 d0561b8c62b9: Layer already exists 01:53:46 0f6195654714: Layer already exists 01:53:46 097100c76c15: Layer already exists 01:53:46 0511904e0e78: Pushed 01:53:46 #116 DONE 0.4s 01:53:46 01:53:46 #117 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:53:46 #117 DONE 0.2s 01:53:46 01:53:46 #107 [security-spire-server] exporting to image 01:53:47 #107 ... 01:53:47 01:53:47 #118 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:53:47 #118 DONE 0.2s 01:53:47 01:53:47 #107 [security-spire-agent] exporting to image 01:53:47 b1ca226db1e3: Pushed 01:53:47 #107 exporting layers 3.5s done 01:53:47 #107 writing image sha256:b9ae621986f24c09f96dd5ad0902c1d34e410ff1218d91708dfa52fdad61f510 0.0s done 01:53:47 #107 naming to docker.io/library/security-spire-config-arm64 done 01:53:47 6f2e7f9f7ab0: Pushed 01:53:49 #107 exporting layers 2.8s done 01:53:49 #107 writing image sha256:edc4df8b081958ce7f833b608237ceef4572d049b30e97861540849625d05c7d done 01:53:49 #107 naming to docker.io/library/security-spire-server-arm64 done 01:53:49 #107 exporting layers 2.4s done 01:53:49 #107 writing image sha256:ccaa86923f9c7f52668676d42888bbc4dc00dfa78e97f9cba7732c5c298a7579 done 01:53:49 #107 naming to docker.io/library/security-spire-agent-arm64 done 01:53:49 #107 DONE 5.9s 01:53:49 01:53:49 #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:53:50 29deacf2e8b1: Pushed 01:53:50 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:50 + 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 01:53:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:53:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:53:50 0511904e0e78: Preparing 01:53:50 29deacf2e8b1: Preparing 01:53:50 0f6195654714: Preparing 01:53:50 d0561b8c62b9: Preparing 01:53:50 b1ca226db1e3: Preparing 01:53:50 6f2e7f9f7ab0: Preparing 01:53:50 097100c76c15: Preparing 01:53:50 097100c76c15: Waiting 01:53:50 6f2e7f9f7ab0: Waiting 01:53:50 29deacf2e8b1: Layer already exists 01:53:50 0f6195654714: Layer already exists 01:53:50 0511904e0e78: Layer already exists 01:53:50 b1ca226db1e3: Layer already exists 01:53:50 d0561b8c62b9: Layer already exists 01:53:50 097100c76c15: Layer already exists 01:53:50 6f2e7f9f7ab0: Layer already exists 01:53:50 latest: digest: sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 01:53:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:53:51 0511904e0e78: Preparing 01:53:51 29deacf2e8b1: Preparing 01:53:51 0f6195654714: Preparing 01:53:51 d0561b8c62b9: Preparing 01:53:51 b1ca226db1e3: Preparing 01:53:51 6f2e7f9f7ab0: Preparing 01:53:51 097100c76c15: Preparing 01:53:51 6f2e7f9f7ab0: Waiting 01:53:51 097100c76c15: Waiting 01:53:51 0f6195654714: Layer already exists 01:53:51 d0561b8c62b9: Layer already exists 01:53:51 0511904e0e78: Layer already exists 01:53:51 b1ca226db1e3: Layer already exists 01:53:51 29deacf2e8b1: Layer already exists 01:53:51 6f2e7f9f7ab0: Layer already exists 01:53:51 097100c76c15: Layer already exists 01:53:51 4.1.0-dev.66: digest: sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:53:52 0511904e0e78: Preparing 01:53:52 29deacf2e8b1: Preparing 01:53:52 0f6195654714: Preparing 01:53:52 d0561b8c62b9: Preparing 01:53:52 b1ca226db1e3: Preparing 01:53:52 6f2e7f9f7ab0: Preparing 01:53:52 097100c76c15: Preparing 01:53:52 6f2e7f9f7ab0: Waiting 01:53:52 097100c76c15: Waiting 01:53:52 29deacf2e8b1: Layer already exists 01:53:52 0f6195654714: Layer already exists 01:53:52 b1ca226db1e3: Layer already exists 01:53:52 0511904e0e78: Layer already exists 01:53:52 d0561b8c62b9: Layer already exists 01:53:52 6f2e7f9f7ab0: Layer already exists 01:53:52 097100c76c15: Layer already exists 01:53:52 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:52 + 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 01:53:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:53:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:53:52 0511904e0e78: Preparing 01:53:52 29deacf2e8b1: Preparing 01:53:52 0f6195654714: Preparing 01:53:52 d0561b8c62b9: Preparing 01:53:52 b1ca226db1e3: Preparing 01:53:52 6f2e7f9f7ab0: Preparing 01:53:52 097100c76c15: Preparing 01:53:52 6f2e7f9f7ab0: Waiting 01:53:52 097100c76c15: Waiting 01:53:52 0511904e0e78: Layer already exists 01:53:52 0f6195654714: Layer already exists 01:53:52 b1ca226db1e3: Layer already exists 01:53:52 d0561b8c62b9: Layer already exists 01:53:52 29deacf2e8b1: Layer already exists 01:53:52 097100c76c15: Layer already exists 01:53:52 6f2e7f9f7ab0: Layer already exists 01:53:52 main: digest: sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:53:52 ===================================================== [Pipeline] echo 01:53:52 taggedImages: 01:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 01:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:53:52 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:53:52 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:52 latest 01:53:52 4.1.0-dev.66 01:53:52 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:53:52 main 01:53:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:53:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:53:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:53:53 a5bc7063c415: Preparing 01:53:53 dabb381523a4: Preparing 01:53:53 a0e821f20a4d: Preparing 01:53:53 0f6195654714: Preparing 01:53:53 d0561b8c62b9: Preparing 01:53:53 32905e8ff871: Preparing 01:53:53 3008b5287762: Preparing 01:53:53 385a5fdb1754: Preparing 01:53:53 17de1d529405: Preparing 01:53:53 097100c76c15: Preparing 01:53:53 17de1d529405: Waiting 01:53:53 097100c76c15: Waiting 01:53:53 32905e8ff871: Waiting 01:53:53 385a5fdb1754: Waiting 01:53:53 3008b5287762: Waiting 01:53:53 d0561b8c62b9: Layer already exists 01:53:53 0f6195654714: Layer already exists 01:53:53 a0e821f20a4d: Pushed 01:53:53 dabb381523a4: Pushed 01:53:53 a5bc7063c415: Pushed 01:53:53 097100c76c15: Layer already exists 01:53:53 385a5fdb1754: Pushed 01:53:54 17de1d529405: Pushed 01:53:58 3008b5287762: Pushed 01:54:06 32905e8ff871: Pushed 01:54:06 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:06 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:54:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:54:06 a5bc7063c415: Preparing 01:54:06 dabb381523a4: Preparing 01:54:06 a0e821f20a4d: Preparing 01:54:06 0f6195654714: Preparing 01:54:06 d0561b8c62b9: Preparing 01:54:06 32905e8ff871: Preparing 01:54:06 3008b5287762: Preparing 01:54:06 385a5fdb1754: Preparing 01:54:06 17de1d529405: Preparing 01:54:06 097100c76c15: Preparing 01:54:06 385a5fdb1754: Waiting 01:54:06 3008b5287762: Waiting 01:54:06 097100c76c15: Waiting 01:54:06 32905e8ff871: Waiting 01:54:06 17de1d529405: Waiting 01:54:06 d0561b8c62b9: Layer already exists 01:54:06 dabb381523a4: Layer already exists 01:54:06 0f6195654714: Layer already exists 01:54:06 a5bc7063c415: Layer already exists 01:54:06 a0e821f20a4d: Layer already exists 01:54:06 385a5fdb1754: Layer already exists 01:54:06 3008b5287762: Layer already exists 01:54:06 32905e8ff871: Layer already exists 01:54:06 097100c76c15: Layer already exists 01:54:06 17de1d529405: Layer already exists 01:54:06 latest: digest: sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 01:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:54:07 a5bc7063c415: Preparing 01:54:07 dabb381523a4: Preparing 01:54:07 a0e821f20a4d: Preparing 01:54:07 0f6195654714: Preparing 01:54:07 d0561b8c62b9: Preparing 01:54:07 32905e8ff871: Preparing 01:54:07 3008b5287762: Preparing 01:54:07 385a5fdb1754: Preparing 01:54:07 17de1d529405: Preparing 01:54:07 097100c76c15: Preparing 01:54:07 32905e8ff871: Waiting 01:54:07 3008b5287762: Waiting 01:54:07 385a5fdb1754: Waiting 01:54:07 17de1d529405: Waiting 01:54:07 097100c76c15: Waiting 01:54:07 dabb381523a4: Layer already exists 01:54:07 a0e821f20a4d: Layer already exists 01:54:07 d0561b8c62b9: Layer already exists 01:54:07 0f6195654714: Layer already exists 01:54:07 a5bc7063c415: Layer already exists 01:54:07 32905e8ff871: Layer already exists 01:54:07 17de1d529405: Layer already exists 01:54:07 3008b5287762: Layer already exists 01:54:07 385a5fdb1754: Layer already exists 01:54:07 097100c76c15: Layer already exists 01:54:07 4.1.0-dev.66: digest: sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:07 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:54:08 a5bc7063c415: Preparing 01:54:08 dabb381523a4: Preparing 01:54:08 a0e821f20a4d: Preparing 01:54:08 0f6195654714: Preparing 01:54:08 d0561b8c62b9: Preparing 01:54:08 32905e8ff871: Preparing 01:54:08 3008b5287762: Preparing 01:54:08 385a5fdb1754: Preparing 01:54:08 17de1d529405: Preparing 01:54:08 097100c76c15: Preparing 01:54:08 3008b5287762: Waiting 01:54:08 17de1d529405: Waiting 01:54:08 385a5fdb1754: Waiting 01:54:08 32905e8ff871: Waiting 01:54:08 097100c76c15: Waiting 01:54:08 0f6195654714: Layer already exists 01:54:08 dabb381523a4: Layer already exists 01:54:08 a0e821f20a4d: Layer already exists 01:54:08 a5bc7063c415: Layer already exists 01:54:08 d0561b8c62b9: Layer already exists 01:54:08 32905e8ff871: Layer already exists 01:54:08 385a5fdb1754: Layer already exists 01:54:08 17de1d529405: Layer already exists 01:54:08 3008b5287762: Layer already exists 01:54:08 097100c76c15: Layer already exists 01:54:08 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:54:08 a5bc7063c415: Preparing 01:54:08 dabb381523a4: Preparing 01:54:08 a0e821f20a4d: Preparing 01:54:08 0f6195654714: Preparing 01:54:08 d0561b8c62b9: Preparing 01:54:08 32905e8ff871: Preparing 01:54:08 3008b5287762: Preparing 01:54:08 385a5fdb1754: Preparing 01:54:08 17de1d529405: Preparing 01:54:08 097100c76c15: Preparing 01:54:08 385a5fdb1754: Waiting 01:54:08 17de1d529405: Waiting 01:54:08 32905e8ff871: Waiting 01:54:08 097100c76c15: Waiting 01:54:08 3008b5287762: Waiting 01:54:08 d0561b8c62b9: Layer already exists 01:54:08 0f6195654714: Layer already exists 01:54:08 dabb381523a4: Layer already exists 01:54:08 a0e821f20a4d: Layer already exists 01:54:08 a5bc7063c415: Layer already exists 01:54:08 32905e8ff871: Layer already exists 01:54:08 3008b5287762: Layer already exists 01:54:08 385a5fdb1754: Layer already exists 01:54:08 17de1d529405: Layer already exists 01:54:08 097100c76c15: Layer already exists 01:54:08 main: digest: sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:09 ===================================================== [Pipeline] echo 01:54:09 taggedImages: 01:54:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:54:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 01:54:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:09 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:54:09 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:54:09 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:09 latest 01:54:09 4.1.0-dev.66 01:54:09 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:09 main 01:54:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:54:09 e045fc74de1a: Preparing 01:54:09 f1ab521de943: Preparing 01:54:09 a1228a961972: Preparing 01:54:09 0f6195654714: Preparing 01:54:09 d0561b8c62b9: Preparing 01:54:09 4c6b5350fa2b: Preparing 01:54:09 aecf2f55b978: Preparing 01:54:09 807aedbe29e5: Preparing 01:54:09 097100c76c15: Preparing 01:54:09 4c6b5350fa2b: Waiting 01:54:09 097100c76c15: Waiting 01:54:09 807aedbe29e5: Waiting 01:54:09 aecf2f55b978: Waiting 01:54:09 0f6195654714: Layer already exists 01:54:09 d0561b8c62b9: Layer already exists 01:54:09 a1228a961972: Pushed 01:54:09 f1ab521de943: Pushed 01:54:09 e045fc74de1a: Pushed 01:54:09 097100c76c15: Layer already exists 01:54:10 807aedbe29e5: Pushed 01:54:10 aecf2f55b978: Pushed 01:54:22 4c6b5350fa2b: Pushed 01:54:22 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:54:23 e045fc74de1a: Preparing 01:54:23 f1ab521de943: Preparing 01:54:23 a1228a961972: Preparing 01:54:23 0f6195654714: Preparing 01:54:23 d0561b8c62b9: Preparing 01:54:23 4c6b5350fa2b: Preparing 01:54:23 aecf2f55b978: Preparing 01:54:23 807aedbe29e5: Preparing 01:54:23 097100c76c15: Preparing 01:54:23 4c6b5350fa2b: Waiting 01:54:23 aecf2f55b978: Waiting 01:54:23 807aedbe29e5: Waiting 01:54:23 097100c76c15: Waiting 01:54:23 0f6195654714: Layer already exists 01:54:23 e045fc74de1a: Layer already exists 01:54:23 d0561b8c62b9: Layer already exists 01:54:23 a1228a961972: Layer already exists 01:54:23 f1ab521de943: Layer already exists 01:54:23 807aedbe29e5: Layer already exists 01:54:23 4c6b5350fa2b: Layer already exists 01:54:23 aecf2f55b978: Layer already exists 01:54:23 097100c76c15: Layer already exists 01:54:23 latest: digest: sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 01:54:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:54:24 e045fc74de1a: Preparing 01:54:24 f1ab521de943: Preparing 01:54:24 a1228a961972: Preparing 01:54:24 0f6195654714: Preparing 01:54:24 d0561b8c62b9: Preparing 01:54:24 4c6b5350fa2b: Preparing 01:54:24 aecf2f55b978: Preparing 01:54:24 807aedbe29e5: Preparing 01:54:24 097100c76c15: Preparing 01:54:24 aecf2f55b978: Waiting 01:54:24 807aedbe29e5: Waiting 01:54:24 097100c76c15: Waiting 01:54:24 4c6b5350fa2b: Waiting 01:54:24 a1228a961972: Layer already exists 01:54:24 d0561b8c62b9: Layer already exists 01:54:24 0f6195654714: Layer already exists 01:54:24 f1ab521de943: Layer already exists 01:54:24 e045fc74de1a: Layer already exists 01:54:24 aecf2f55b978: Layer already exists 01:54:24 4c6b5350fa2b: Layer already exists 01:54:24 807aedbe29e5: Layer already exists 01:54:24 097100c76c15: Layer already exists 01:54:24 4.1.0-dev.66: digest: sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:54:24 e045fc74de1a: Preparing 01:54:24 f1ab521de943: Preparing 01:54:24 a1228a961972: Preparing 01:54:24 0f6195654714: Preparing 01:54:24 d0561b8c62b9: Preparing 01:54:24 4c6b5350fa2b: Preparing 01:54:24 aecf2f55b978: Preparing 01:54:24 807aedbe29e5: Preparing 01:54:24 097100c76c15: Preparing 01:54:24 4c6b5350fa2b: Waiting 01:54:24 aecf2f55b978: Waiting 01:54:24 807aedbe29e5: Waiting 01:54:24 097100c76c15: Waiting 01:54:24 d0561b8c62b9: Layer already exists 01:54:24 a1228a961972: Layer already exists 01:54:24 f1ab521de943: Layer already exists 01:54:24 e045fc74de1a: Layer already exists 01:54:24 0f6195654714: Layer already exists 01:54:24 4c6b5350fa2b: Layer already exists 01:54:24 807aedbe29e5: Layer already exists 01:54:24 aecf2f55b978: Layer already exists 01:54:24 097100c76c15: Layer already exists 01:54:24 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:25 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:54:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:54:25 e045fc74de1a: Preparing 01:54:25 f1ab521de943: Preparing 01:54:25 a1228a961972: Preparing 01:54:25 0f6195654714: Preparing 01:54:25 d0561b8c62b9: Preparing 01:54:25 4c6b5350fa2b: Preparing 01:54:25 aecf2f55b978: Preparing 01:54:25 807aedbe29e5: Preparing 01:54:25 097100c76c15: Preparing 01:54:25 aecf2f55b978: Waiting 01:54:25 807aedbe29e5: Waiting 01:54:25 097100c76c15: Waiting 01:54:25 4c6b5350fa2b: Waiting 01:54:25 f1ab521de943: Layer already exists 01:54:25 d0561b8c62b9: Layer already exists 01:54:25 0f6195654714: Layer already exists 01:54:25 a1228a961972: Layer already exists 01:54:25 e045fc74de1a: Layer already exists 01:54:25 aecf2f55b978: Layer already exists 01:54:25 097100c76c15: Layer already exists 01:54:25 4c6b5350fa2b: Layer already exists 01:54:25 807aedbe29e5: Layer already exists 01:54:25 main: digest: sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:25 ===================================================== [Pipeline] echo 01:54:25 taggedImages: 01:54:25 - nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:25 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:54:25 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 01:54:25 - nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:25 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:54:25 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:54:25 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:25 latest 01:54:25 4.1.0-dev.66 01:54:25 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:25 main 01:54:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:25 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:54:26 a5bc7063c415: Preparing 01:54:26 8cb0ff996702: Preparing 01:54:26 edf9300478bb: Preparing 01:54:26 0f6195654714: Preparing 01:54:26 d0561b8c62b9: Preparing 01:54:26 2afd988d31b1: Preparing 01:54:26 385a5fdb1754: Preparing 01:54:26 17de1d529405: Preparing 01:54:26 097100c76c15: Preparing 01:54:26 385a5fdb1754: Waiting 01:54:26 2afd988d31b1: Waiting 01:54:26 17de1d529405: Waiting 01:54:26 097100c76c15: Waiting 01:54:26 a5bc7063c415: Layer already exists 01:54:26 0f6195654714: Layer already exists 01:54:26 d0561b8c62b9: Layer already exists 01:54:26 17de1d529405: Layer already exists 01:54:26 385a5fdb1754: Layer already exists 01:54:26 097100c76c15: Layer already exists 01:54:26 edf9300478bb: Pushed 01:54:26 8cb0ff996702: Pushed 01:54:38 2afd988d31b1: Pushed 01:54:38 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:38 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:54:39 a5bc7063c415: Preparing 01:54:39 8cb0ff996702: Preparing 01:54:39 edf9300478bb: Preparing 01:54:39 0f6195654714: Preparing 01:54:39 d0561b8c62b9: Preparing 01:54:39 2afd988d31b1: Preparing 01:54:39 385a5fdb1754: Preparing 01:54:39 17de1d529405: Preparing 01:54:39 097100c76c15: Preparing 01:54:39 2afd988d31b1: Waiting 01:54:39 17de1d529405: Waiting 01:54:39 097100c76c15: Waiting 01:54:39 385a5fdb1754: Waiting 01:54:39 8cb0ff996702: Layer already exists 01:54:39 0f6195654714: Layer already exists 01:54:39 a5bc7063c415: Layer already exists 01:54:39 edf9300478bb: Layer already exists 01:54:39 d0561b8c62b9: Layer already exists 01:54:39 2afd988d31b1: Layer already exists 01:54:39 385a5fdb1754: Layer already exists 01:54:39 17de1d529405: Layer already exists 01:54:39 097100c76c15: Layer already exists 01:54:39 latest: digest: sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:39 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 01:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:54:39 a5bc7063c415: Preparing 01:54:39 8cb0ff996702: Preparing 01:54:39 edf9300478bb: Preparing 01:54:39 0f6195654714: Preparing 01:54:39 d0561b8c62b9: Preparing 01:54:39 2afd988d31b1: Preparing 01:54:39 385a5fdb1754: Preparing 01:54:39 17de1d529405: Preparing 01:54:39 097100c76c15: Preparing 01:54:39 2afd988d31b1: Waiting 01:54:39 385a5fdb1754: Waiting 01:54:39 17de1d529405: Waiting 01:54:39 097100c76c15: Waiting 01:54:39 8cb0ff996702: Layer already exists 01:54:39 edf9300478bb: Layer already exists 01:54:39 a5bc7063c415: Layer already exists 01:54:39 d0561b8c62b9: Layer already exists 01:54:39 0f6195654714: Layer already exists 01:54:39 097100c76c15: Layer already exists 01:54:39 2afd988d31b1: Layer already exists 01:54:39 17de1d529405: Layer already exists 01:54:39 385a5fdb1754: Layer already exists 01:54:39 4.1.0-dev.66: digest: sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:54:40 a5bc7063c415: Preparing 01:54:40 8cb0ff996702: Preparing 01:54:40 edf9300478bb: Preparing 01:54:40 0f6195654714: Preparing 01:54:40 d0561b8c62b9: Preparing 01:54:40 2afd988d31b1: Preparing 01:54:40 385a5fdb1754: Preparing 01:54:40 17de1d529405: Preparing 01:54:40 097100c76c15: Preparing 01:54:40 385a5fdb1754: Waiting 01:54:40 2afd988d31b1: Waiting 01:54:40 097100c76c15: Waiting 01:54:40 17de1d529405: Waiting 01:54:40 d0561b8c62b9: Layer already exists 01:54:40 8cb0ff996702: Layer already exists 01:54:40 a5bc7063c415: Layer already exists 01:54:40 edf9300478bb: Layer already exists 01:54:40 0f6195654714: Layer already exists 01:54:40 385a5fdb1754: Layer already exists 01:54:40 2afd988d31b1: Layer already exists 01:54:40 097100c76c15: Layer already exists 01:54:40 17de1d529405: Layer already exists 01:54:40 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:40 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:54:41 a5bc7063c415: Preparing 01:54:41 8cb0ff996702: Preparing 01:54:41 edf9300478bb: Preparing 01:54:41 0f6195654714: Preparing 01:54:41 d0561b8c62b9: Preparing 01:54:41 2afd988d31b1: Preparing 01:54:41 385a5fdb1754: Preparing 01:54:41 17de1d529405: Preparing 01:54:41 097100c76c15: Preparing 01:54:41 2afd988d31b1: Waiting 01:54:41 385a5fdb1754: Waiting 01:54:41 17de1d529405: Waiting 01:54:41 097100c76c15: Waiting 01:54:41 d0561b8c62b9: Layer already exists 01:54:41 0f6195654714: Layer already exists 01:54:41 edf9300478bb: Layer already exists 01:54:41 8cb0ff996702: Layer already exists 01:54:41 a5bc7063c415: Layer already exists 01:54:41 2afd988d31b1: Layer already exists 01:54:41 17de1d529405: Layer already exists 01:54:41 385a5fdb1754: Layer already exists 01:54:41 097100c76c15: Layer already exists 01:54:41 main: digest: sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:41 ===================================================== [Pipeline] echo 01:54:41 taggedImages: 01:54:41 - nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:41 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:54:41 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 01:54:41 - nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:41 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:54:41 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:54:41 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:41 latest 01:54:41 4.1.0-dev.66 01:54:41 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:41 main 01:54:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:54:41 5f9a621a3c74: Preparing 01:54:41 e2229de9fa18: Preparing 01:54:41 0f6195654714: Preparing 01:54:41 d0561b8c62b9: Preparing 01:54:41 8eabb6b4bffe: Preparing 01:54:41 f1cd0d910f9e: Preparing 01:54:41 097100c76c15: Preparing 01:54:41 097100c76c15: Waiting 01:54:41 f1cd0d910f9e: Waiting 01:54:41 d0561b8c62b9: Layer already exists 01:54:41 0f6195654714: Layer already exists 01:54:41 097100c76c15: Layer already exists 01:54:41 5f9a621a3c74: Pushed 01:54:42 f1cd0d910f9e: Pushed 01:54:42 8eabb6b4bffe: Pushed 01:54:46 e2229de9fa18: Pushed 01:54:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:46 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:54:47 5f9a621a3c74: Preparing 01:54:47 e2229de9fa18: Preparing 01:54:47 0f6195654714: Preparing 01:54:47 d0561b8c62b9: Preparing 01:54:47 8eabb6b4bffe: Preparing 01:54:47 f1cd0d910f9e: Preparing 01:54:47 097100c76c15: Preparing 01:54:47 f1cd0d910f9e: Waiting 01:54:47 097100c76c15: Waiting 01:54:47 d0561b8c62b9: Layer already exists 01:54:47 5f9a621a3c74: Layer already exists 01:54:47 0f6195654714: Layer already exists 01:54:47 8eabb6b4bffe: Layer already exists 01:54:47 e2229de9fa18: Layer already exists 01:54:47 f1cd0d910f9e: Layer already exists 01:54:47 097100c76c15: Layer already exists 01:54:47 latest: digest: sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:47 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 01:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:54:47 5f9a621a3c74: Preparing 01:54:47 e2229de9fa18: Preparing 01:54:47 0f6195654714: Preparing 01:54:47 d0561b8c62b9: Preparing 01:54:47 8eabb6b4bffe: Preparing 01:54:47 f1cd0d910f9e: Preparing 01:54:47 097100c76c15: Preparing 01:54:47 f1cd0d910f9e: Waiting 01:54:47 097100c76c15: Waiting 01:54:47 e2229de9fa18: Layer already exists 01:54:47 8eabb6b4bffe: Layer already exists 01:54:47 0f6195654714: Layer already exists 01:54:47 5f9a621a3c74: Layer already exists 01:54:47 d0561b8c62b9: Layer already exists 01:54:47 f1cd0d910f9e: Layer already exists 01:54:47 097100c76c15: Layer already exists 01:54:47 4.1.0-dev.66: digest: sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:54:48 5f9a621a3c74: Preparing 01:54:48 e2229de9fa18: Preparing 01:54:48 0f6195654714: Preparing 01:54:48 d0561b8c62b9: Preparing 01:54:48 8eabb6b4bffe: Preparing 01:54:48 f1cd0d910f9e: Preparing 01:54:48 097100c76c15: Preparing 01:54:48 097100c76c15: Waiting 01:54:48 f1cd0d910f9e: Waiting 01:54:48 5f9a621a3c74: Layer already exists 01:54:48 d0561b8c62b9: Layer already exists 01:54:48 8eabb6b4bffe: Layer already exists 01:54:48 0f6195654714: Layer already exists 01:54:48 e2229de9fa18: Layer already exists 01:54:48 097100c76c15: Layer already exists 01:54:48 f1cd0d910f9e: Layer already exists 01:54:48 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:48 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:54:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:54:49 5f9a621a3c74: Preparing 01:54:49 e2229de9fa18: Preparing 01:54:49 0f6195654714: Preparing 01:54:49 d0561b8c62b9: Preparing 01:54:49 8eabb6b4bffe: Preparing 01:54:49 f1cd0d910f9e: Preparing 01:54:49 097100c76c15: Preparing 01:54:49 f1cd0d910f9e: Waiting 01:54:49 097100c76c15: Waiting 01:54:49 8eabb6b4bffe: Layer already exists 01:54:49 0f6195654714: Layer already exists 01:54:49 5f9a621a3c74: Layer already exists 01:54:49 d0561b8c62b9: Layer already exists 01:54:49 e2229de9fa18: Layer already exists 01:54:49 097100c76c15: Layer already exists 01:54:49 f1cd0d910f9e: Layer already exists 01:54:49 main: digest: sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:49 ===================================================== [Pipeline] echo 01:54:49 taggedImages: 01:54:49 - nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:49 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:54:49 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 01:54:49 - nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:49 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:54:49 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:54:49 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:49 latest 01:54:49 4.1.0-dev.66 01:54:49 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:49 main 01:54:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:54:50 1a1b8e79a260: Preparing 01:54:50 eda484bde025: Preparing 01:54:50 0f6195654714: Preparing 01:54:50 d0561b8c62b9: Preparing 01:54:50 55e13f06ca71: Preparing 01:54:50 3ebe1f9b0d06: Preparing 01:54:50 097100c76c15: Preparing 01:54:50 3ebe1f9b0d06: Waiting 01:54:50 097100c76c15: Waiting 01:54:50 d0561b8c62b9: Layer already exists 01:54:50 0f6195654714: Layer already exists 01:54:50 097100c76c15: Layer already exists 01:54:50 1a1b8e79a260: Pushed 01:54:50 3ebe1f9b0d06: Pushed 01:54:50 55e13f06ca71: Pushed 01:54:53 eda484bde025: Pushed 01:54:53 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:54 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:54:54 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:54:54 1a1b8e79a260: Preparing 01:54:54 eda484bde025: Preparing 01:54:54 0f6195654714: Preparing 01:54:54 d0561b8c62b9: Preparing 01:54:54 55e13f06ca71: Preparing 01:54:54 3ebe1f9b0d06: Preparing 01:54:54 097100c76c15: Preparing 01:54:54 3ebe1f9b0d06: Waiting 01:54:54 097100c76c15: Waiting 01:54:54 d0561b8c62b9: Layer already exists 01:54:54 eda484bde025: Layer already exists 01:54:54 1a1b8e79a260: Layer already exists 01:54:54 55e13f06ca71: Layer already exists 01:54:54 0f6195654714: Layer already exists 01:54:54 3ebe1f9b0d06: Layer already exists 01:54:54 097100c76c15: Layer already exists 01:54:54 latest: digest: sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:54 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 01:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:54:55 1a1b8e79a260: Preparing 01:54:55 eda484bde025: Preparing 01:54:55 0f6195654714: Preparing 01:54:55 d0561b8c62b9: Preparing 01:54:55 55e13f06ca71: Preparing 01:54:55 3ebe1f9b0d06: Preparing 01:54:55 097100c76c15: Preparing 01:54:55 097100c76c15: Waiting 01:54:55 3ebe1f9b0d06: Waiting 01:54:55 0f6195654714: Layer already exists 01:54:55 1a1b8e79a260: Layer already exists 01:54:55 d0561b8c62b9: Layer already exists 01:54:55 eda484bde025: Layer already exists 01:54:55 55e13f06ca71: Layer already exists 01:54:55 3ebe1f9b0d06: Layer already exists 01:54:55 097100c76c15: Layer already exists 01:54:55 4.1.0-dev.66: digest: sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:55 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:54:55 1a1b8e79a260: Preparing 01:54:55 eda484bde025: Preparing 01:54:55 0f6195654714: Preparing 01:54:55 d0561b8c62b9: Preparing 01:54:55 55e13f06ca71: Preparing 01:54:55 3ebe1f9b0d06: Preparing 01:54:55 097100c76c15: Preparing 01:54:55 3ebe1f9b0d06: Waiting 01:54:55 097100c76c15: Waiting 01:54:55 1a1b8e79a260: Layer already exists 01:54:55 eda484bde025: Layer already exists 01:54:55 d0561b8c62b9: Layer already exists 01:54:55 55e13f06ca71: Layer already exists 01:54:55 0f6195654714: Layer already exists 01:54:55 097100c76c15: Layer already exists 01:54:55 3ebe1f9b0d06: Layer already exists 01:54:55 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:56 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:54:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:54:56 1a1b8e79a260: Preparing 01:54:56 eda484bde025: Preparing 01:54:56 0f6195654714: Preparing 01:54:56 d0561b8c62b9: Preparing 01:54:56 55e13f06ca71: Preparing 01:54:56 3ebe1f9b0d06: Preparing 01:54:56 097100c76c15: Preparing 01:54:56 3ebe1f9b0d06: Waiting 01:54:56 097100c76c15: Waiting 01:54:56 0f6195654714: Layer already exists 01:54:56 1a1b8e79a260: Layer already exists 01:54:56 d0561b8c62b9: Layer already exists 01:54:56 55e13f06ca71: Layer already exists 01:54:56 eda484bde025: Layer already exists 01:54:56 097100c76c15: Layer already exists 01:54:56 3ebe1f9b0d06: Layer already exists 01:54:56 main: digest: sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:54:56 ===================================================== [Pipeline] echo 01:54:56 taggedImages: 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:54:56 ========================================================= 01:54:56 [edgeXBuildMultiArch] RAW Config: 01:54:56 images: 01:54:56 - nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/core-command:latest 01:54:56 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-command:main 01:54:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:54:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:54:56 - nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/core-data:latest 01:54:56 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-data:main 01:54:56 - nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:54:56 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:54:56 - nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:54:56 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:54:56 - nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:54:56 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:54:56 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:54:56 settingsFile: 01:54:56 edgex-go-settings 01:54:56 ========================================================= [Pipeline] node 01:55:11 #94 DONE 98.7s 01:55:11 01:55:11 #87 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #87 DONE 110.9s 01:55:11 01:55:11 #89 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #89 DONE 105.3s 01:55:11 01:55:11 #79 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #79 DONE 111.6s 01:55:11 01:55:11 #119 [core-command builder 6/7] COPY . . 01:55:11 #119 ... 01:55:11 01:55:11 #88 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #88 DONE 116.1s 01:55:11 01:55:11 #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #83 DONE 109.2s 01:55:11 01:55:11 #120 [support-scheduler builder 6/7] COPY . . 01:55:11 #120 DONE 1.8s 01:55:11 01:55:11 #121 [core-keeper builder 7/8] COPY . . 01:55:11 #121 DONE 1.9s 01:55:11 01:55:11 #122 [security-secretstore-setup builder 6/7] COPY . . 01:55:11 #122 CACHED 01:55:11 01:55:11 #123 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #123 CACHED 01:55:11 01:55:11 #124 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:55:11 #124 CACHED 01:55:11 01:55:11 #125 [support-notifications builder 6/7] COPY . . 01:55:11 #125 DONE 2.0s 01:55:11 01:55:11 #126 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #126 CACHED 01:55:11 01:55:11 #127 [security-bootstrapper builder 6/7] COPY . . 01:55:11 #127 CACHED 01:55:11 01:55:11 #128 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:55:11 #128 CACHED 01:55:11 01:55:11 #129 [security-proxy-setup builder 6/7] COPY . . 01:55:11 #129 DONE 1.8s 01:55:11 01:55:11 #130 [security-spiffe-token-provider builder 6/7] COPY . . 01:55:11 #130 DONE 2.0s 01:55:11 01:55:11 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:55:11 #131 ... 01:55:11 01:55:11 #132 [core-data builder 6/7] COPY . . 01:55:11 #132 CACHED 01:55:11 01:55:11 #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #133 CACHED 01:55:11 01:55:11 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 01:55:11 #134 CACHED 01:55:11 01:55:11 #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #135 CACHED 01:55:11 01:55:11 #136 [core-common-config-bootstrapper builder 6/7] COPY . . 01:55:11 #136 CACHED 01:55:11 01:55:11 #137 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:55:11 #137 CACHED 01:55:11 01:55:11 #138 [core-metadata builder 6/7] COPY . . 01:55:11 #138 CACHED 01:55:11 01:55:11 #139 [core-metadata builder 4/7] COPY go.mod vendor* ./ 01:55:11 #139 CACHED 01:55:11 01:55:11 #140 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #140 CACHED 01:55:11 01:55:11 #141 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:55:11 #141 CACHED 01:55:11 01:55:11 #142 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:55:11 #142 CACHED 01:55:11 01:55:11 #143 [security-proxy-auth builder 6/7] COPY . . 01:55:11 #143 CACHED 01:55:11 01:55:11 #119 [core-command builder 6/7] COPY . . 01:55:11 #119 DONE 2.0s 01:55:11 01:55:11 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:55:11 Still waiting to schedule task 01:55:11 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:55:15 #144 ... 01:55:15 01:55:15 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:55:15 #0 5.200 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:55:15 #145 ... 01:55:15 01:55:15 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:55:15 #131 5.666 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:55:19 #131 ... 01:55:19 01:55:19 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:55:19 #0 6.284 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:55:19 #146 ... 01:55:19 01:55:19 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:55:19 #0 4.096 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:55:19 #147 ... 01:55:19 01:55:19 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:55:19 #0 5.733 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:55:19 #148 ... 01:55:19 01:55:19 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:55:19 #0 5.041 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:55:20 #149 ... 01:55:20 01:55:20 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:55:20 #0 4.766 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:55:20 #150 ... 01:55:20 01:55:20 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:55:20 #0 6.320 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:55:20 #151 ... 01:55:20 01:55:20 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:55:20 #0 5.818 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:55:20 #152 ... 01:55:20 01:55:20 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:55:20 #0 6.354 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:55:20 #153 ... 01:55:20 01:55:20 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:55:20 #0 5.456 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:55:21 #154 ... 01:55:21 01:55:21 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:55:21 #144 6.268 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:56:09 Running on prd-centos7-docker-4c-2g-128258 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:56:09 provisioning config files... 01:56:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config7043213220323010151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:56:10 ---> ****-login.sh 01:56:10 nexus3.edgexfoundry.org:10001 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:10 Configure a credential helper to remove this warning. See 01:56:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:10 01:56:10 Login Succeeded 01:56:10 nexus3.edgexfoundry.org:10002 01:56:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:11 Configure a credential helper to remove this warning. See 01:56:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:11 01:56:11 Login Succeeded 01:56:11 nexus3.edgexfoundry.org:10003 01:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:11 Configure a credential helper to remove this warning. See 01:56:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:11 01:56:11 Login Succeeded 01:56:11 nexus3.edgexfoundry.org:10004 01:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:11 Configure a credential helper to remove this warning. See 01:56:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:11 01:56:11 Login Succeeded 01:56:11 ****.io 01:56:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:56:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:56:11 Configure a credential helper to remove this warning. See 01:56:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:56:11 01:56:11 Login Succeeded 01:56:11 ---> ****-login.sh ends [Pipeline] } 01:56:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:56:11 + docker buildx ls 01:56:11 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:56:11 default * docker 01:56:11 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:56:11 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:56:11 edgex-builder [Pipeline] sh 01:56:12 + docker buildx inspect --bootstrap 01:56:12 #1 [internal] booting buildkit 01:56:12 #1 pulling image moby/buildkit:buildx-stable-1 01:56:15 #1 pulling image moby/buildkit:buildx-stable-1 3.4s done 01:56:15 #1 creating container buildx_buildkit_edgex-builder0 01:56:16 #1 creating container buildx_buildkit_edgex-builder0 1.2s done 01:56:16 #1 DONE 4.5s 01:56:16 Name: edgex-builder 01:56:16 Driver: docker-container 01:56:16 01:56:16 Nodes: 01:56:16 Name: edgex-builder0 01:56:16 Endpoint: unix:///var/run/docker.sock 01:56:16 Status: running 01:56:16 Buildkit: v0.25.1 01:56:16 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:56:17 + docker buildx ls 01:56:17 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:56:17 edgex-builder * docker-container 01:56:17 edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:56:17 default docker 01:56:17 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:56:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:17 #1 [internal] load build definition from Dockerfile 01:56:17 #1 transferring dockerfile: 197B done 01:56:17 #1 DONE 0.0s 01:56:17 01:56:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:17 #2 DONE 0.1s 01:56:17 01:56:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:17 #3 DONE 0.1s 01:56:17 01:56:17 #4 [internal] load .dockerignore 01:56:17 #4 transferring context: 2B done 01:56:17 #4 DONE 0.0s 01:56:17 01:56:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:17 #5 DONE 0.0s 01:56:17 01:56:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:17 #6 DONE 0.1s 01:56:18 01:56:18 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:56:18 #7 DONE 0.0s 01:56:18 01:56:18 #8 exporting to image 01:56:18 #8 exporting layers done 01:56:18 #8 exporting manifest sha256:34f53dab0bca49a5decec1f8b21d2570e0741b207e209d105fd8b7ef6b190018 done 01:56:18 #8 exporting config sha256:7acf94fece1c2140d5fad94e7f38f37da5125e67a8f5d4922f2dae62a1b5ac09 done 01:56:18 #8 exporting manifest sha256:cd7d4691ff466d3de82c883c67431005daaec256c0263b7c4ed64f794f8e7f7a done 01:56:18 #8 exporting config sha256:00ad6188622e0c2230210b89d24e261a326408d3e0a11719b131bf7fd356c20e done 01:56:18 #8 exporting manifest list sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 done 01:56:18 #8 pushing layers 0.1s done 01:56:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 01:56:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 0.1s done 01:56:18 #8 DONE 0.2s 01:56:18 01:56:18 1 warning found (use --debug to expand): 01:56:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:56:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:56:18 #1 [internal] load build definition from Dockerfile 01:56:18 #1 transferring dockerfile: 163B done 01:56:18 #1 DONE 0.0s 01:56:18 01:56:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:56:18 #2 DONE 0.0s 01:56:18 01:56:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:56:18 #3 DONE 0.0s 01:56:18 01:56:18 #4 [internal] load .dockerignore 01:56:18 #4 transferring context: 2B done 01:56:18 #4 DONE 0.0s 01:56:18 01:56:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:18 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:18 #5 DONE 0.0s 01:56:18 01:56:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:18 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:18 #6 CACHED 01:56:18 01:56:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:18 #5 CACHED 01:56:18 01:56:18 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:56:18 #7 DONE 0.0s 01:56:18 01:56:18 #8 exporting to image 01:56:18 #8 exporting layers done 01:56:18 #8 exporting manifest sha256:34f53dab0bca49a5decec1f8b21d2570e0741b207e209d105fd8b7ef6b190018 done 01:56:18 #8 exporting config sha256:7acf94fece1c2140d5fad94e7f38f37da5125e67a8f5d4922f2dae62a1b5ac09 done 01:56:18 #8 exporting manifest sha256:cd7d4691ff466d3de82c883c67431005daaec256c0263b7c4ed64f794f8e7f7a done 01:56:18 #8 exporting config sha256:00ad6188622e0c2230210b89d24e261a326408d3e0a11719b131bf7fd356c20e done 01:56:18 #8 exporting manifest list sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 done 01:56:18 #8 pushing layers 0.0s done 01:56:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 0.1s done 01:56:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:18 #8 DONE 0.1s 01:56:18 01:56:18 1 warning found (use --debug to expand): 01:56:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66' 01:56:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 --push - 01:56:19 #1 [internal] load build definition from Dockerfile 01:56:19 #1 transferring dockerfile: 169B done 01:56:19 #1 DONE 0.0s 01:56:19 01:56:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 01:56:19 #2 DONE 0.0s 01:56:19 01:56:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66 01:56:19 #3 DONE 0.0s 01:56:19 01:56:19 #4 [internal] load .dockerignore 01:56:19 #4 transferring context: 2B done 01:56:19 #4 DONE 0.0s 01:56:19 01:56:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:19 #5 CACHED 01:56:19 01:56:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:19 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:19 #6 CACHED 01:56:19 01:56:19 #7 exporting to image 01:56:19 #7 exporting layers done 01:56:19 #7 exporting manifest sha256:34f53dab0bca49a5decec1f8b21d2570e0741b207e209d105fd8b7ef6b190018 01:56:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:19 #7 exporting manifest sha256:34f53dab0bca49a5decec1f8b21d2570e0741b207e209d105fd8b7ef6b190018 done 01:56:19 #7 exporting config sha256:7acf94fece1c2140d5fad94e7f38f37da5125e67a8f5d4922f2dae62a1b5ac09 done 01:56:19 #7 exporting manifest sha256:cd7d4691ff466d3de82c883c67431005daaec256c0263b7c4ed64f794f8e7f7a done 01:56:19 #7 exporting config sha256:00ad6188622e0c2230210b89d24e261a326408d3e0a11719b131bf7fd356c20e done 01:56:19 #7 exporting manifest list sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 done 01:56:19 #7 pushing layers 0.0s done 01:56:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.66@sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 0.1s done 01:56:19 #7 DONE 0.1s 01:56:19 01:56:19 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:56:19 #8 DONE 0.0s 01:56:19 01:56:19 1 warning found (use --debug to expand): 01:56:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:19 #1 [internal] load build definition from Dockerfile 01:56:19 #1 transferring dockerfile: 210B done 01:56:19 #1 DONE 0.0s 01:56:19 01:56:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:19 #2 DONE 0.0s 01:56:19 01:56:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:19 #3 DONE 0.0s 01:56:19 01:56:19 #4 [internal] load .dockerignore 01:56:19 #4 transferring context: 2B done 01:56:19 #4 DONE 0.0s 01:56:19 01:56:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:19 #5 CACHED 01:56:19 01:56:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:19 #6 resolve nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:19 #6 CACHED 01:56:19 01:56:19 #7 exporting to image 01:56:19 #7 exporting layers done 01:56:19 #7 exporting manifest sha256:34f53dab0bca49a5decec1f8b21d2570e0741b207e209d105fd8b7ef6b190018 done 01:56:19 #7 exporting config sha256:7acf94fece1c2140d5fad94e7f38f37da5125e67a8f5d4922f2dae62a1b5ac09 done 01:56:19 #7 exporting manifest sha256:cd7d4691ff466d3de82c883c67431005daaec256c0263b7c4ed64f794f8e7f7a done 01:56:19 #7 exporting config sha256:00ad6188622e0c2230210b89d24e261a326408d3e0a11719b131bf7fd356c20e 01:56:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:19 #7 exporting config sha256:00ad6188622e0c2230210b89d24e261a326408d3e0a11719b131bf7fd356c20e done 01:56:19 #7 exporting manifest list sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 done 01:56:19 #7 pushing layers 0.0s done 01:56:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 0.1s done 01:56:19 #7 DONE 0.1s 01:56:19 01:56:19 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:56:19 #8 DONE 0.0s 01:56:19 01:56:19 1 warning found (use --debug to expand): 01:56:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:56:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:56:20 #1 [internal] load build definition from Dockerfile 01:56:20 #1 transferring dockerfile: 161B done 01:56:20 #1 DONE 0.0s 01:56:20 01:56:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:56:20 #2 DONE 0.0s 01:56:20 01:56:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:56:20 #3 DONE 0.0s 01:56:20 01:56:20 #4 [internal] load .dockerignore 01:56:20 #4 transferring context: 2B done 01:56:20 #4 DONE 0.0s 01:56:20 01:56:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:20 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:20 #5 CACHED 01:56:20 01:56:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 01:56:20 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:2cdc5cc01f03b88ad10a7d80f2d7c0fd79b4108564382dd37d20962880dc92a9 0.0s done 01:56:20 #6 CACHED 01:56:20 01:56:20 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:56:20 #7 DONE 0.0s 01:56:20 01:56:20 #8 exporting to image 01:56:20 #8 exporting layers done 01:56:20 #8 exporting manifest sha256:34f53dab0bca49a5decec1f8b21d2570e0741b207e209d105fd8b7ef6b190018 done 01:56:20 #8 exporting config sha256:7acf94fece1c2140d5fad94e7f38f37da5125e67a8f5d4922f2dae62a1b5ac09 done 01:56:20 #8 exporting manifest sha256:cd7d4691ff466d3de82c883c67431005daaec256c0263b7c4ed64f794f8e7f7a done 01:56:20 #8 exporting config sha256:00ad6188622e0c2230210b89d24e261a326408d3e0a11719b131bf7fd356c20e done 01:56:20 #8 exporting manifest list sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 done 01:56:20 #8 pushing layers 0.0s done 01:56:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:8c1220d8632fbf59d5c7403789392f23a0cbef77e5032a687cd181b03e3a9e06 0.1s done 01:56:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:20 #8 DONE 0.1s 01:56:20 01:56:20 1 warning found (use --debug to expand): 01:56:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:20 #1 [internal] load build definition from Dockerfile 01:56:20 #1 transferring dockerfile: 216B done 01:56:20 #1 DONE 0.0s 01:56:20 01:56:20 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:20 #2 DONE 0.0s 01:56:20 01:56:20 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:20 #3 DONE 0.0s 01:56:20 01:56:20 #4 [internal] load .dockerignore 01:56:20 #4 transferring context: 2B done 01:56:20 #4 DONE 0.0s 01:56:20 01:56:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:20 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:20 #5 ... 01:56:20 01:56:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:20 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:20 #6 DONE 0.1s 01:56:20 01:56:20 #7 exporting to image 01:56:20 #7 exporting layers done 01:56:20 #7 exporting manifest sha256:3309174de326ae293df41f369bfdeeb9fbcb0e6e5aebe3caef866b4b7196aae3 done 01:56:20 #7 exporting config sha256:49a42933ba0f2db109c5cc71890e394f6fd82f228b08068de5bd6705423ee1fc done 01:56:20 #7 exporting manifest sha256:d394f9cbc07fd632e0ed6c1a48afe82ae5ac19a6b12f509ede055782d4488609 done 01:56:20 #7 exporting config sha256:7480e9ffde143447eae495b5b1ec5cc6f9e4e90ab66900e5531c32f11fb348df 01:56:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:20 #7 ... 01:56:20 01:56:20 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:20 #8 DONE 0.0s 01:56:20 01:56:20 #7 exporting to image 01:56:20 #7 exporting config sha256:7480e9ffde143447eae495b5b1ec5cc6f9e4e90ab66900e5531c32f11fb348df done 01:56:20 #7 exporting manifest list sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 done 01:56:20 #7 pushing layers 0.1s done 01:56:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 01:56:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 0.1s done 01:56:21 #7 DONE 0.2s 01:56:21 01:56:21 1 warning found (use --debug to expand): 01:56:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:56:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:56:21 #1 [internal] load build definition from Dockerfile 01:56:21 #1 transferring dockerfile: 182B done 01:56:21 #1 DONE 0.0s 01:56:21 01:56:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:56:21 #2 DONE 0.0s 01:56:21 01:56:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:56:21 #3 DONE 0.0s 01:56:21 01:56:21 #4 [internal] load .dockerignore 01:56:21 #4 transferring context: 2B done 01:56:21 #4 DONE 0.0s 01:56:21 01:56:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:21 #5 CACHED 01:56:21 01:56:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:21 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:21 #6 CACHED 01:56:21 01:56:21 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:21 #7 DONE 0.0s 01:56:21 01:56:21 #8 exporting to image 01:56:21 #8 exporting layers done 01:56:21 #8 exporting manifest sha256:3309174de326ae293df41f369bfdeeb9fbcb0e6e5aebe3caef866b4b7196aae3 done 01:56:21 #8 exporting config sha256:49a42933ba0f2db109c5cc71890e394f6fd82f228b08068de5bd6705423ee1fc done 01:56:21 #8 exporting manifest sha256:d394f9cbc07fd632e0ed6c1a48afe82ae5ac19a6b12f509ede055782d4488609 done 01:56:21 #8 exporting config sha256:7480e9ffde143447eae495b5b1ec5cc6f9e4e90ab66900e5531c32f11fb348df done 01:56:21 #8 exporting manifest list sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 done 01:56:21 #8 pushing layers 0.0s done 01:56:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 0.1s done 01:56:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:21 #8 DONE 0.1s 01:56:21 01:56:21 1 warning found (use --debug to expand): 01:56:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66' 01:56:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 --push - 01:56:21 #1 [internal] load build definition from Dockerfile 01:56:21 #1 transferring dockerfile: 188B done 01:56:21 #1 DONE 0.0s 01:56:21 01:56:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 01:56:21 #2 DONE 0.0s 01:56:21 01:56:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66 01:56:21 #3 DONE 0.0s 01:56:21 01:56:21 #4 [internal] load .dockerignore 01:56:21 #4 transferring context: 2B done 01:56:21 #4 DONE 0.0s 01:56:21 01:56:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:21 #5 DONE 0.0s 01:56:21 01:56:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:22 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:22 #6 CACHED 01:56:22 01:56:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:22 #5 CACHED 01:56:22 01:56:22 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:22 #7 DONE 0.0s 01:56:22 01:56:22 #8 exporting to image 01:56:22 #8 exporting layers done 01:56:22 #8 exporting manifest sha256:3309174de326ae293df41f369bfdeeb9fbcb0e6e5aebe3caef866b4b7196aae3 done 01:56:22 #8 exporting config sha256:49a42933ba0f2db109c5cc71890e394f6fd82f228b08068de5bd6705423ee1fc done 01:56:22 #8 exporting manifest sha256:d394f9cbc07fd632e0ed6c1a48afe82ae5ac19a6b12f509ede055782d4488609 done 01:56:22 #8 exporting config sha256:7480e9ffde143447eae495b5b1ec5cc6f9e4e90ab66900e5531c32f11fb348df done 01:56:22 #8 exporting manifest list sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 done 01:56:22 #8 pushing layers 0.0s done 01:56:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.66@sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 0.1s done 01:56:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:22 #8 DONE 0.1s 01:56:22 01:56:22 1 warning found (use --debug to expand): 01:56:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:22 #1 [internal] load build definition from Dockerfile 01:56:22 #1 transferring dockerfile: 229B done 01:56:22 #1 DONE 0.0s 01:56:22 01:56:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:22 #2 DONE 0.0s 01:56:22 01:56:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:22 #3 DONE 0.0s 01:56:22 01:56:22 #4 [internal] load .dockerignore 01:56:22 #4 transferring context: 2B done 01:56:22 #4 DONE 0.0s 01:56:22 01:56:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:22 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:22 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:22 #5 CACHED 01:56:22 01:56:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:22 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:22 #6 CACHED 01:56:22 01:56:22 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:22 #7 DONE 0.0s 01:56:22 01:56:22 #8 exporting to image 01:56:22 #8 exporting layers done 01:56:22 #8 exporting manifest sha256:3309174de326ae293df41f369bfdeeb9fbcb0e6e5aebe3caef866b4b7196aae3 done 01:56:22 #8 exporting config sha256:49a42933ba0f2db109c5cc71890e394f6fd82f228b08068de5bd6705423ee1fc done 01:56:22 #8 exporting manifest sha256:d394f9cbc07fd632e0ed6c1a48afe82ae5ac19a6b12f509ede055782d4488609 done 01:56:22 #8 exporting config sha256:7480e9ffde143447eae495b5b1ec5cc6f9e4e90ab66900e5531c32f11fb348df done 01:56:22 #8 exporting manifest list sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 done 01:56:22 #8 pushing layers 0.0s done 01:56:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 0.1s done 01:56:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:22 #8 DONE 0.1s 01:56:22 01:56:22 1 warning found (use --debug to expand): 01:56:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:56:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:56:23 #1 [internal] load build definition from Dockerfile 01:56:23 #1 transferring dockerfile: 180B done 01:56:23 #1 DONE 0.0s 01:56:23 01:56:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:56:23 #2 DONE 0.0s 01:56:23 01:56:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:56:23 #3 DONE 0.0s 01:56:23 01:56:23 #4 [internal] load .dockerignore 01:56:23 #4 transferring context: 2B done 01:56:23 #4 DONE 0.0s 01:56:23 01:56:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:23 #5 CACHED 01:56:23 01:56:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 01:56:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:462d37d32a994b4a87ff9234c96d0faf2ddb656daf3d16a02c6758e74ae46fa8 0.0s done 01:56:23 #6 CACHED 01:56:23 01:56:23 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:23 #7 DONE 0.0s 01:56:23 01:56:23 #8 exporting to image 01:56:23 #8 exporting layers done 01:56:23 #8 exporting manifest sha256:3309174de326ae293df41f369bfdeeb9fbcb0e6e5aebe3caef866b4b7196aae3 done 01:56:23 #8 exporting config sha256:49a42933ba0f2db109c5cc71890e394f6fd82f228b08068de5bd6705423ee1fc done 01:56:23 #8 exporting manifest sha256:d394f9cbc07fd632e0ed6c1a48afe82ae5ac19a6b12f509ede055782d4488609 done 01:56:23 #8 exporting config sha256:7480e9ffde143447eae495b5b1ec5cc6f9e4e90ab66900e5531c32f11fb348df done 01:56:23 #8 exporting manifest list sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 done 01:56:23 #8 pushing layers 0.0s done 01:56:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:7cf261d0694290dfc0e114d951b2dd81df5c7698f04d8833d58e08d2cff154e2 0.1s done 01:56:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:23 #8 DONE 0.1s 01:56:23 01:56:23 1 warning found (use --debug to expand): 01:56:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:23 #1 [internal] load build definition from Dockerfile 01:56:23 #1 transferring dockerfile: 194B done 01:56:23 #1 DONE 0.0s 01:56:23 01:56:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:23 #2 DONE 0.0s 01:56:23 01:56:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:23 #3 DONE 0.1s 01:56:23 01:56:23 #4 [internal] load .dockerignore 01:56:23 #4 transferring context: 2B done 01:56:23 #4 DONE 0.0s 01:56:23 01:56:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:23 #5 resolve nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:23 #5 DONE 0.0s 01:56:23 01:56:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:23 #6 resolve nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:23 #6 DONE 0.1s 01:56:23 01:56:23 #7 exporting to image 01:56:23 #7 exporting layers done 01:56:23 #7 exporting manifest sha256:bfff843e34d9597620d1a553fdf4b1c886c39161d2dc5c783533474fac13d1bc done 01:56:23 #7 exporting config sha256:f0cf7dd48368c778adc87b02a5a9978197183288427545f575738ab23a9c1a11 done 01:56:23 #7 exporting manifest sha256:627eb973683c7d735db6bd097d32b3286430971c43077d5ff8e6c652748a078c done 01:56:23 #7 exporting config sha256:b7931e59218bafd848fed65258244fbcf33bbbae3826ac46675e5572e056aa6c done 01:56:23 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 01:56:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:23 #7 ... 01:56:23 01:56:23 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:56:23 #8 DONE 0.0s 01:56:23 01:56:23 #7 exporting to image 01:56:23 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 done 01:56:23 #7 pushing layers 0.1s done 01:56:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 01:56:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 0.1s done 01:56:24 #7 DONE 0.2s 01:56:24 01:56:24 1 warning found (use --debug to expand): 01:56:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:56:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:56:24 #1 [internal] load build definition from Dockerfile 01:56:24 #1 transferring dockerfile: 160B done 01:56:24 #1 DONE 0.0s 01:56:24 01:56:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:56:24 #2 DONE 0.0s 01:56:24 01:56:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:56:24 #3 DONE 0.0s 01:56:24 01:56:24 #4 [internal] load .dockerignore 01:56:24 #4 transferring context: 2B done 01:56:24 #4 DONE 0.0s 01:56:24 01:56:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:24 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:24 #5 CACHED 01:56:24 01:56:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:24 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:24 #6 CACHED 01:56:24 01:56:24 #7 exporting to image 01:56:24 #7 exporting layers done 01:56:24 #7 exporting manifest sha256:bfff843e34d9597620d1a553fdf4b1c886c39161d2dc5c783533474fac13d1bc done 01:56:24 #7 exporting config sha256:f0cf7dd48368c778adc87b02a5a9978197183288427545f575738ab23a9c1a11 done 01:56:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:24 #7 exporting manifest sha256:627eb973683c7d735db6bd097d32b3286430971c43077d5ff8e6c652748a078c done 01:56:24 #7 exporting config sha256:b7931e59218bafd848fed65258244fbcf33bbbae3826ac46675e5572e056aa6c done 01:56:24 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 done 01:56:24 #7 pushing layers 0.0s done 01:56:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 0.1s done 01:56:24 #7 DONE 0.1s 01:56:24 01:56:24 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:56:24 #8 DONE 0.0s 01:56:24 01:56:24 1 warning found (use --debug to expand): 01:56:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66' 01:56:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 --push - 01:56:25 #1 [internal] load build definition from Dockerfile 01:56:25 #1 transferring dockerfile: 166B done 01:56:25 #1 DONE 0.0s 01:56:25 01:56:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 01:56:25 #2 DONE 0.0s 01:56:25 01:56:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66 01:56:25 #3 DONE 0.0s 01:56:25 01:56:25 #4 [internal] load .dockerignore 01:56:25 #4 transferring context: 2B done 01:56:25 #4 DONE 0.0s 01:56:25 01:56:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:25 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:25 #5 CACHED 01:56:25 01:56:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:25 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:25 #6 CACHED 01:56:25 01:56:25 #7 exporting to image 01:56:25 #7 exporting layers done 01:56:25 #7 exporting manifest sha256:bfff843e34d9597620d1a553fdf4b1c886c39161d2dc5c783533474fac13d1bc done 01:56:25 #7 exporting config sha256:f0cf7dd48368c778adc87b02a5a9978197183288427545f575738ab23a9c1a11 done 01:56:25 #7 exporting manifest sha256:627eb973683c7d735db6bd097d32b3286430971c43077d5ff8e6c652748a078c 01:56:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:25 #7 exporting manifest sha256:627eb973683c7d735db6bd097d32b3286430971c43077d5ff8e6c652748a078c done 01:56:25 #7 exporting config sha256:b7931e59218bafd848fed65258244fbcf33bbbae3826ac46675e5572e056aa6c done 01:56:25 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 done 01:56:25 #7 pushing layers 0.0s done 01:56:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.66@sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 0.1s done 01:56:25 #7 DONE 0.1s 01:56:25 01:56:25 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:56:25 #8 DONE 0.0s 01:56:25 01:56:25 1 warning found (use --debug to expand): 01:56:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:25 #1 [internal] load build definition from Dockerfile 01:56:25 #1 transferring dockerfile: 207B done 01:56:25 #1 DONE 0.0s 01:56:25 01:56:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:25 #2 DONE 0.0s 01:56:25 01:56:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:25 #3 DONE 0.0s 01:56:25 01:56:25 #4 [internal] load .dockerignore 01:56:25 #4 transferring context: 2B done 01:56:25 #4 DONE 0.0s 01:56:25 01:56:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:25 #5 resolve nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a done 01:56:25 #5 CACHED 01:56:25 01:56:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:25 #6 resolve nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a done 01:56:25 #6 CACHED 01:56:25 01:56:25 #7 exporting to image 01:56:25 #7 exporting layers done 01:56:25 #7 exporting manifest sha256:bfff843e34d9597620d1a553fdf4b1c886c39161d2dc5c783533474fac13d1bc done 01:56:25 #7 exporting config sha256:f0cf7dd48368c778adc87b02a5a9978197183288427545f575738ab23a9c1a11 done 01:56:25 #7 exporting manifest sha256:627eb973683c7d735db6bd097d32b3286430971c43077d5ff8e6c652748a078c done 01:56:25 #7 exporting config sha256:b7931e59218bafd848fed65258244fbcf33bbbae3826ac46675e5572e056aa6c done 01:56:25 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 01:56:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:25 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 done 01:56:25 #7 pushing layers 0.0s done 01:56:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 0.1s done 01:56:25 #7 DONE 0.1s 01:56:25 01:56:25 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:56:25 #8 DONE 0.0s 01:56:25 01:56:25 1 warning found (use --debug to expand): 01:56:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:56:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:56:26 #1 [internal] load build definition from Dockerfile 01:56:26 #1 transferring dockerfile: 158B done 01:56:26 #1 DONE 0.0s 01:56:26 01:56:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:56:26 #2 DONE 0.0s 01:56:26 01:56:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:56:26 #3 DONE 0.0s 01:56:26 01:56:26 #4 [internal] load .dockerignore 01:56:26 #4 transferring context: 2B done 01:56:26 #4 DONE 0.0s 01:56:26 01:56:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 0.0s done 01:56:26 #5 CACHED 01:56:26 01:56:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a 01:56:26 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:9cde619368f150797f8f416f975750c26ab247592cf669a110654ce723b63c0a done 01:56:26 #6 CACHED 01:56:26 01:56:26 #7 exporting to image 01:56:26 #7 exporting layers done 01:56:26 #7 exporting manifest sha256:bfff843e34d9597620d1a553fdf4b1c886c39161d2dc5c783533474fac13d1bc done 01:56:26 #7 exporting config sha256:f0cf7dd48368c778adc87b02a5a9978197183288427545f575738ab23a9c1a11 done 01:56:26 #7 exporting manifest sha256:627eb973683c7d735db6bd097d32b3286430971c43077d5ff8e6c652748a078c done 01:56:26 #7 exporting config sha256:b7931e59218bafd848fed65258244fbcf33bbbae3826ac46675e5572e056aa6c 01:56:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:26 #7 exporting config sha256:b7931e59218bafd848fed65258244fbcf33bbbae3826ac46675e5572e056aa6c done 01:56:26 #7 exporting manifest list sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 done 01:56:26 #7 pushing layers 0.0s done 01:56:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:bbeb9e18a003f5f1750c0a1cf5fdcd060694cc5c5f2c4953eb53f34d43112d90 0.1s done 01:56:26 #7 DONE 0.1s 01:56:26 01:56:26 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:56:26 #8 DONE 0.0s 01:56:26 01:56:26 1 warning found (use --debug to expand): 01:56:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:26 #1 [internal] load build definition from Dockerfile 01:56:26 #1 transferring dockerfile: 196B done 01:56:26 #1 DONE 0.0s 01:56:26 01:56:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:26 #2 DONE 0.0s 01:56:26 01:56:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:26 #3 DONE 0.0s 01:56:26 01:56:26 #4 [internal] load .dockerignore 01:56:26 #4 transferring context: 2B done 01:56:26 #4 DONE 0.0s 01:56:26 01:56:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:26 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:26 #5 DONE 0.0s 01:56:26 01:56:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:26 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:26 #6 DONE 0.1s 01:56:26 01:56:26 #7 exporting to image 01:56:26 #7 exporting layers done 01:56:26 #7 exporting manifest sha256:2f2d6c4cd3ee1ac3a5be33dd43f401752d2ea72b0b20941e948e3f67c1fbc7b8 done 01:56:26 #7 exporting config sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d done 01:56:26 #7 exporting manifest sha256:70bd1ce56c2e864053ca437ccc3fc66ded5befd8fbe52930a63624b209b24692 done 01:56:26 #7 exporting config sha256:975c7561eb2eea616ff841c8c4e8ff2590f935b57b7d4e6d60e91e0a82ea4380 done 01:56:26 #7 exporting manifest list sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 done 01:56:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:27 #7 pushing layers 0.1s done 01:56:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 0.1s done 01:56:27 #7 DONE 0.2s 01:56:27 01:56:27 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:27 #8 DONE 0.0s 01:56:27 01:56:27 1 warning found (use --debug to expand): 01:56:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:56:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:56:27 #1 [internal] load build definition from Dockerfile 01:56:27 #1 transferring dockerfile: 162B done 01:56:27 #1 DONE 0.0s 01:56:27 01:56:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:56:27 #2 DONE 0.0s 01:56:27 01:56:27 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:56:27 #3 DONE 0.0s 01:56:27 01:56:27 #4 [internal] load .dockerignore 01:56:27 #4 transferring context: 2B done 01:56:27 #4 DONE 0.0s 01:56:27 01:56:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:27 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:27 #5 CACHED 01:56:27 01:56:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:27 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:27 #6 CACHED 01:56:27 01:56:27 #7 exporting to image 01:56:27 #7 exporting layers done 01:56:27 #7 exporting manifest sha256:2f2d6c4cd3ee1ac3a5be33dd43f401752d2ea72b0b20941e948e3f67c1fbc7b8 done 01:56:27 #7 exporting config sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d 01:56:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:27 #7 exporting config sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d done 01:56:27 #7 exporting manifest sha256:70bd1ce56c2e864053ca437ccc3fc66ded5befd8fbe52930a63624b209b24692 done 01:56:27 #7 exporting config sha256:975c7561eb2eea616ff841c8c4e8ff2590f935b57b7d4e6d60e91e0a82ea4380 done 01:56:27 #7 exporting manifest list sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 done 01:56:27 #7 pushing layers 0.0s done 01:56:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 0.1s done 01:56:27 #7 DONE 0.1s 01:56:27 01:56:27 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:27 #8 DONE 0.0s 01:56:27 01:56:27 1 warning found (use --debug to expand): 01:56:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 --push - 01:56:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66' 01:56:28 #1 [internal] load build definition from Dockerfile 01:56:28 #1 transferring dockerfile: 168B done 01:56:28 #1 DONE 0.0s 01:56:28 01:56:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 01:56:28 #2 DONE 0.0s 01:56:28 01:56:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66 01:56:28 #3 DONE 0.0s 01:56:28 01:56:28 #4 [internal] load .dockerignore 01:56:28 #4 transferring context: 2B done 01:56:28 #4 DONE 0.0s 01:56:28 01:56:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:28 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:28 #5 CACHED 01:56:28 01:56:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:28 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:28 #6 CACHED 01:56:28 01:56:28 #7 exporting to image 01:56:28 #7 exporting layers 01:56:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:28 #7 exporting layers done 01:56:28 #7 exporting manifest sha256:2f2d6c4cd3ee1ac3a5be33dd43f401752d2ea72b0b20941e948e3f67c1fbc7b8 done 01:56:28 #7 exporting config sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d done 01:56:28 #7 exporting manifest sha256:70bd1ce56c2e864053ca437ccc3fc66ded5befd8fbe52930a63624b209b24692 done 01:56:28 #7 exporting config sha256:975c7561eb2eea616ff841c8c4e8ff2590f935b57b7d4e6d60e91e0a82ea4380 done 01:56:28 #7 exporting manifest list sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 done 01:56:28 #7 pushing layers 0.0s done 01:56:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.66@sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 0.1s done 01:56:28 #7 DONE 0.1s 01:56:28 01:56:28 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:28 #8 DONE 0.0s 01:56:28 01:56:28 1 warning found (use --debug to expand): 01:56:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:28 #1 [internal] load build definition from Dockerfile 01:56:28 #1 transferring dockerfile: 209B done 01:56:28 #1 DONE 0.0s 01:56:28 01:56:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:28 #2 DONE 0.0s 01:56:28 01:56:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:28 #3 DONE 0.0s 01:56:28 01:56:28 #4 [internal] load .dockerignore 01:56:28 #4 transferring context: 2B done 01:56:28 #4 DONE 0.0s 01:56:28 01:56:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:28 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:28 #5 CACHED 01:56:28 01:56:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:28 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 done 01:56:28 #6 CACHED 01:56:28 01:56:28 #7 exporting to image 01:56:28 #7 exporting layers done 01:56:28 #7 exporting manifest sha256:2f2d6c4cd3ee1ac3a5be33dd43f401752d2ea72b0b20941e948e3f67c1fbc7b8 done 01:56:28 #7 exporting config sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d done 01:56:28 #7 exporting manifest sha256:70bd1ce56c2e864053ca437ccc3fc66ded5befd8fbe52930a63624b209b24692 done 01:56:28 #7 exporting config sha256:975c7561eb2eea616ff841c8c4e8ff2590f935b57b7d4e6d60e91e0a82ea4380 done 01:56:28 #7 exporting manifest list sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 done 01:56:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:28 #7 pushing layers 0.0s done 01:56:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 0.1s done 01:56:28 #7 DONE 0.1s 01:56:28 01:56:28 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:28 #8 DONE 0.0s 01:56:28 01:56:28 1 warning found (use --debug to expand): 01:56:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:56:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:56:29 #1 [internal] load build definition from Dockerfile 01:56:29 #1 transferring dockerfile: 160B done 01:56:29 #1 DONE 0.0s 01:56:29 01:56:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:56:29 #2 DONE 0.0s 01:56:29 01:56:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:56:29 #3 DONE 0.0s 01:56:29 01:56:29 #4 [internal] load .dockerignore 01:56:29 #4 transferring context: 2B done 01:56:29 #4 DONE 0.0s 01:56:29 01:56:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:29 #5 CACHED 01:56:29 01:56:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 01:56:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a4bdebceca27e583def15f815d207b180891b3336fbdf9d193011a065d9dace0 0.0s done 01:56:29 #6 CACHED 01:56:29 01:56:29 #7 exporting to image 01:56:29 #7 exporting layers done 01:56:29 #7 exporting manifest sha256:2f2d6c4cd3ee1ac3a5be33dd43f401752d2ea72b0b20941e948e3f67c1fbc7b8 done 01:56:29 #7 exporting config sha256:84193a537a3a2a4e64b66ad7df9e5c2ba96f48f4e441a358656710d7e862de3d done 01:56:29 #7 exporting manifest sha256:70bd1ce56c2e864053ca437ccc3fc66ded5befd8fbe52930a63624b209b24692 done 01:56:29 #7 exporting config sha256:975c7561eb2eea616ff841c8c4e8ff2590f935b57b7d4e6d60e91e0a82ea4380 done 01:56:29 #7 exporting manifest list sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 done 01:56:29 #7 pushing layers 0.0s done 01:56:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 01:56:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:c41b5d27ceed090ceb4b481ee9224907a0e3e2649265415762bcdf5296aaaa04 0.1s done 01:56:29 #7 DONE 0.1s 01:56:29 01:56:29 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:29 #8 DONE 0.0s 01:56:29 01:56:29 1 warning found (use --debug to expand): 01:56:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:29 #1 [internal] load build definition from Dockerfile 01:56:29 #1 transferring dockerfile: 198B done 01:56:29 #1 DONE 0.0s 01:56:29 01:56:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:29 #2 DONE 0.0s 01:56:29 01:56:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:29 #3 DONE 0.0s 01:56:29 01:56:29 #4 [internal] load .dockerignore 01:56:29 #4 transferring context: 2B done 01:56:29 #4 DONE 0.0s 01:56:29 01:56:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:29 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:29 #5 DONE 0.0s 01:56:29 01:56:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:29 #6 DONE 0.0s 01:56:29 01:56:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:29 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:29 #5 DONE 0.1s 01:56:29 01:56:29 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:56:29 #7 DONE 0.0s 01:56:29 01:56:29 #8 exporting to image 01:56:29 #8 exporting layers done 01:56:29 #8 exporting manifest sha256:cc3f18cafbd1518f5ae7ace72b7c692a6f442f017d9824fd163372041bb25534 0.0s done 01:56:29 #8 exporting config sha256:a327c13dbd2ecdbc06beac9a7be016dff1800ee9a3dcedd1f45d1b3fcb0652e5 done 01:56:29 #8 exporting manifest sha256:15566369caa15ecfee3724ad0c57fa99485c434a89215b7facf8be10d648a532 done 01:56:29 #8 exporting config sha256:6cd88e4606da3f578f7eb1b11a871e7ee8c8cbc56b2b206d501327ce46895c60 done 01:56:29 #8 exporting manifest list sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 0.0s done 01:56:29 #8 pushing layers 0.1s done 01:56:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 01:56:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 0.1s done 01:56:30 #8 DONE 0.2s 01:56:30 01:56:30 1 warning found (use --debug to expand): 01:56:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:56:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:56:30 #1 [internal] load build definition from Dockerfile 01:56:30 #1 transferring dockerfile: 164B done 01:56:30 #1 DONE 0.0s 01:56:30 01:56:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:56:30 #2 DONE 0.0s 01:56:30 01:56:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:56:30 #3 DONE 0.0s 01:56:30 01:56:30 #4 [internal] load .dockerignore 01:56:30 #4 transferring context: 2B done 01:56:30 #4 DONE 0.0s 01:56:30 01:56:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:30 #5 CACHED 01:56:30 01:56:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:30 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 done 01:56:30 #6 CACHED 01:56:30 01:56:30 #7 exporting to image 01:56:30 #7 exporting layers done 01:56:30 #7 exporting manifest sha256:cc3f18cafbd1518f5ae7ace72b7c692a6f442f017d9824fd163372041bb25534 done 01:56:30 #7 exporting config sha256:a327c13dbd2ecdbc06beac9a7be016dff1800ee9a3dcedd1f45d1b3fcb0652e5 done 01:56:30 #7 exporting manifest sha256:15566369caa15ecfee3724ad0c57fa99485c434a89215b7facf8be10d648a532 done 01:56:30 #7 exporting config sha256:6cd88e4606da3f578f7eb1b11a871e7ee8c8cbc56b2b206d501327ce46895c60 done 01:56:30 #7 exporting manifest list sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 01:56:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:30 #7 exporting manifest list sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 done 01:56:30 #7 pushing layers 0.0s done 01:56:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 0.1s done 01:56:30 #7 DONE 0.1s 01:56:30 01:56:30 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:56:30 #8 DONE 0.0s 01:56:30 01:56:30 1 warning found (use --debug to expand): 01:56:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66' 01:56:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 --push - 01:56:31 #1 [internal] load build definition from Dockerfile 01:56:31 #1 transferring dockerfile: 170B done 01:56:31 #1 DONE 0.0s 01:56:31 01:56:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 01:56:31 #2 DONE 0.0s 01:56:31 01:56:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66 01:56:31 #3 DONE 0.0s 01:56:31 01:56:31 #4 [internal] load .dockerignore 01:56:31 #4 transferring context: 2B done 01:56:31 #4 DONE 0.0s 01:56:31 01:56:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:31 #5 CACHED 01:56:31 01:56:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:31 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:31 #6 CACHED 01:56:31 01:56:31 #7 exporting to image 01:56:31 #7 exporting layers done 01:56:31 #7 exporting manifest sha256:cc3f18cafbd1518f5ae7ace72b7c692a6f442f017d9824fd163372041bb25534 done 01:56:31 #7 exporting config sha256:a327c13dbd2ecdbc06beac9a7be016dff1800ee9a3dcedd1f45d1b3fcb0652e5 done 01:56:31 #7 exporting manifest sha256:15566369caa15ecfee3724ad0c57fa99485c434a89215b7facf8be10d648a532 done 01:56:31 #7 exporting config sha256:6cd88e4606da3f578f7eb1b11a871e7ee8c8cbc56b2b206d501327ce46895c60 done 01:56:31 #7 exporting manifest list sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 done 01:56:31 #7 pushing layers 0.0s done 01:56:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 01:56:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.66@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 0.1s done 01:56:31 #7 DONE 0.1s 01:56:31 01:56:31 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:56:31 #8 DONE 0.0s 01:56:31 01:56:31 1 warning found (use --debug to expand): 01:56:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:31 #1 [internal] load build definition from Dockerfile 01:56:31 #1 transferring dockerfile: 211B done 01:56:31 #1 DONE 0.0s 01:56:31 01:56:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:31 #2 DONE 0.0s 01:56:31 01:56:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:31 #3 DONE 0.0s 01:56:31 01:56:31 #4 [internal] load .dockerignore 01:56:31 #4 transferring context: 2B done 01:56:31 #4 DONE 0.0s 01:56:31 01:56:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:31 #5 CACHED 01:56:31 01:56:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:31 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:31 #6 CACHED 01:56:31 01:56:31 #7 exporting to image 01:56:31 #7 exporting layers done 01:56:31 #7 exporting manifest sha256:cc3f18cafbd1518f5ae7ace72b7c692a6f442f017d9824fd163372041bb25534 done 01:56:31 #7 exporting config sha256:a327c13dbd2ecdbc06beac9a7be016dff1800ee9a3dcedd1f45d1b3fcb0652e5 done 01:56:31 #7 exporting manifest sha256:15566369caa15ecfee3724ad0c57fa99485c434a89215b7facf8be10d648a532 01:56:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:31 #7 exporting manifest sha256:15566369caa15ecfee3724ad0c57fa99485c434a89215b7facf8be10d648a532 done 01:56:31 #7 exporting config sha256:6cd88e4606da3f578f7eb1b11a871e7ee8c8cbc56b2b206d501327ce46895c60 done 01:56:31 #7 exporting manifest list sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 done 01:56:31 #7 pushing layers 0.0s done 01:56:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 0.1s done 01:56:31 #7 DONE 0.1s 01:56:31 01:56:31 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:56:31 #8 DONE 0.0s 01:56:31 01:56:31 1 warning found (use --debug to expand): 01:56:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:56:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:56:32 #1 [internal] load build definition from Dockerfile 01:56:32 #1 transferring dockerfile: 162B done 01:56:32 #1 DONE 0.0s 01:56:32 01:56:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:56:32 #2 DONE 0.0s 01:56:32 01:56:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:56:32 #3 DONE 0.0s 01:56:32 01:56:32 #4 [internal] load .dockerignore 01:56:32 #4 transferring context: 2B done 01:56:32 #4 DONE 0.0s 01:56:32 01:56:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 done 01:56:32 #5 CACHED 01:56:32 01:56:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 01:56:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:53c794f59c90f468980073f2da571fde357d04445281f87a1e6bf671d34d00e3 0.0s done 01:56:32 #6 CACHED 01:56:32 01:56:32 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:56:32 #7 DONE 0.0s 01:56:32 01:56:32 #8 exporting to image 01:56:32 #8 exporting layers done 01:56:32 #8 exporting manifest sha256:cc3f18cafbd1518f5ae7ace72b7c692a6f442f017d9824fd163372041bb25534 done 01:56:32 #8 exporting config sha256:a327c13dbd2ecdbc06beac9a7be016dff1800ee9a3dcedd1f45d1b3fcb0652e5 done 01:56:32 #8 exporting manifest sha256:15566369caa15ecfee3724ad0c57fa99485c434a89215b7facf8be10d648a532 done 01:56:32 #8 exporting config sha256:6cd88e4606da3f578f7eb1b11a871e7ee8c8cbc56b2b206d501327ce46895c60 done 01:56:32 #8 exporting manifest list sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 done 01:56:32 #8 pushing layers 0.0s done 01:56:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:95dc5a6df5ad7f04ac83ee24e3109b3de953aa5906349cd65ff2f6ec8fc00aa9 0.1s done 01:56:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:32 #8 DONE 0.1s 01:56:32 01:56:32 1 warning found (use --debug to expand): 01:56:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:32 #1 [internal] load build definition from Dockerfile 01:56:32 #1 transferring dockerfile: 206B done 01:56:32 #1 DONE 0.0s 01:56:32 01:56:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:32 #2 DONE 0.0s 01:56:32 01:56:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:32 #3 DONE 0.0s 01:56:32 01:56:32 #4 [internal] load .dockerignore 01:56:32 #4 transferring context: 2B done 01:56:32 #4 DONE 0.0s 01:56:32 01:56:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:32 #5 ... 01:56:32 01:56:32 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:32 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:32 #6 DONE 0.0s 01:56:32 01:56:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:32 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:33 #5 DONE 0.2s 01:56:33 01:56:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:33 #7 DONE 0.0s 01:56:33 01:56:33 #8 exporting to image 01:56:33 #8 exporting layers done 01:56:33 #8 exporting manifest sha256:d29af34a23c7cb19e0af8291286ff8153d312e6f206694eab5d42678ed48625a done 01:56:33 #8 exporting config sha256:9befb33c25a50fe4f1c10a704776e4087b2642c445c8540aad1f9e9f01fff788 done 01:56:33 #8 exporting manifest sha256:ed888751c19a69fca02486bff1a285425dc52b0ff5e68d2352faaf9d881507f1 done 01:56:33 #8 exporting config sha256:18079acedb796d39590bc80fa3a2fd4faa0684e0e1e30053e7d3134cf3170fce 0.0s done 01:56:33 #8 exporting manifest list sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 done 01:56:33 #8 pushing layers 0.1s done 01:56:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 01:56:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 0.1s done 01:56:33 #8 DONE 0.2s 01:56:33 01:56:33 1 warning found (use --debug to expand): 01:56:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:56:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:56:33 #1 [internal] load build definition from Dockerfile 01:56:33 #1 transferring dockerfile: 172B done 01:56:33 #1 DONE 0.0s 01:56:33 01:56:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:56:33 #2 DONE 0.0s 01:56:33 01:56:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:56:33 #3 DONE 0.0s 01:56:33 01:56:33 #4 [internal] load .dockerignore 01:56:33 #4 transferring context: 2B done 01:56:33 #4 DONE 0.0s 01:56:33 01:56:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:33 #5 DONE 0.0s 01:56:33 01:56:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:33 #6 CACHED 01:56:33 01:56:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:33 #5 CACHED 01:56:33 01:56:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:33 #7 DONE 0.0s 01:56:33 01:56:33 #8 exporting to image 01:56:33 #8 exporting layers done 01:56:33 #8 exporting manifest sha256:d29af34a23c7cb19e0af8291286ff8153d312e6f206694eab5d42678ed48625a done 01:56:33 #8 exporting config sha256:9befb33c25a50fe4f1c10a704776e4087b2642c445c8540aad1f9e9f01fff788 done 01:56:33 #8 exporting manifest sha256:ed888751c19a69fca02486bff1a285425dc52b0ff5e68d2352faaf9d881507f1 done 01:56:33 #8 exporting config sha256:18079acedb796d39590bc80fa3a2fd4faa0684e0e1e30053e7d3134cf3170fce done 01:56:33 #8 exporting manifest list sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 done 01:56:33 #8 pushing layers 0.0s done 01:56:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 0.1s done 01:56:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:33 #8 DONE 0.1s 01:56:33 01:56:33 1 warning found (use --debug to expand): 01:56:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66' 01:56:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 --push - 01:56:34 #1 [internal] load build definition from Dockerfile 01:56:34 #1 transferring dockerfile: 178B done 01:56:34 #1 DONE 0.0s 01:56:34 01:56:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 01:56:34 #2 DONE 0.0s 01:56:34 01:56:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66 01:56:34 #3 DONE 0.0s 01:56:34 01:56:34 #4 [internal] load .dockerignore 01:56:34 #4 transferring context: 2B done 01:56:34 #4 DONE 0.0s 01:56:34 01:56:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:34 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:34 #5 CACHED 01:56:34 01:56:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:34 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:34 #6 CACHED 01:56:34 01:56:34 #7 exporting to image 01:56:34 #7 exporting layers 01:56:34 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:34 #7 exporting layers done 01:56:34 #7 exporting manifest sha256:d29af34a23c7cb19e0af8291286ff8153d312e6f206694eab5d42678ed48625a done 01:56:34 #7 exporting config sha256:9befb33c25a50fe4f1c10a704776e4087b2642c445c8540aad1f9e9f01fff788 done 01:56:34 #7 exporting manifest sha256:ed888751c19a69fca02486bff1a285425dc52b0ff5e68d2352faaf9d881507f1 done 01:56:34 #7 exporting config sha256:18079acedb796d39590bc80fa3a2fd4faa0684e0e1e30053e7d3134cf3170fce done 01:56:34 #7 exporting manifest list sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 done 01:56:34 #7 pushing layers 0.0s done 01:56:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.66@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 0.1s done 01:56:34 #7 DONE 0.1s 01:56:34 01:56:34 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:34 #8 DONE 0.0s 01:56:34 01:56:34 1 warning found (use --debug to expand): 01:56:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:34 #1 [internal] load build definition from Dockerfile 01:56:34 #1 transferring dockerfile: 219B done 01:56:34 #1 DONE 0.0s 01:56:34 01:56:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:34 #2 DONE 0.0s 01:56:34 01:56:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:34 #3 DONE 0.0s 01:56:34 01:56:34 #4 [internal] load .dockerignore 01:56:34 #4 transferring context: 2B done 01:56:34 #4 DONE 0.0s 01:56:34 01:56:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:34 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:34 #5 DONE 0.0s 01:56:34 01:56:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:34 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:34 #6 CACHED 01:56:34 01:56:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:34 #5 CACHED 01:56:34 01:56:34 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:34 #7 DONE 0.0s 01:56:34 01:56:34 #8 exporting to image 01:56:34 #8 exporting layers done 01:56:34 #8 exporting manifest sha256:d29af34a23c7cb19e0af8291286ff8153d312e6f206694eab5d42678ed48625a done 01:56:34 #8 exporting config sha256:9befb33c25a50fe4f1c10a704776e4087b2642c445c8540aad1f9e9f01fff788 done 01:56:34 #8 exporting manifest sha256:ed888751c19a69fca02486bff1a285425dc52b0ff5e68d2352faaf9d881507f1 done 01:56:34 #8 exporting config sha256:18079acedb796d39590bc80fa3a2fd4faa0684e0e1e30053e7d3134cf3170fce done 01:56:34 #8 exporting manifest list sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 done 01:56:34 #8 pushing layers 0.1s done 01:56:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 0.1s done 01:56:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:34 #8 DONE 0.2s 01:56:34 01:56:34 1 warning found (use --debug to expand): 01:56:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:56:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:56:35 #1 [internal] load build definition from Dockerfile 01:56:35 #1 transferring dockerfile: 170B done 01:56:35 #1 DONE 0.0s 01:56:35 01:56:35 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:56:35 #2 DONE 0.0s 01:56:35 01:56:35 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:56:35 #3 DONE 0.0s 01:56:35 01:56:35 #4 [internal] load .dockerignore 01:56:35 #4 transferring context: 2B done 01:56:35 #4 DONE 0.0s 01:56:35 01:56:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd done 01:56:35 #5 DONE 0.0s 01:56:35 01:56:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 0.0s done 01:56:35 #6 CACHED 01:56:35 01:56:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:00f47ad72dc7aaba022b86f53eacf95736f1f8a8d2c12535067a1dbacfb69fdd 01:56:35 #5 CACHED 01:56:35 01:56:35 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:56:35 #7 DONE 0.0s 01:56:35 01:56:35 #8 exporting to image 01:56:35 #8 exporting layers done 01:56:35 #8 exporting manifest sha256:d29af34a23c7cb19e0af8291286ff8153d312e6f206694eab5d42678ed48625a done 01:56:35 #8 exporting config sha256:9befb33c25a50fe4f1c10a704776e4087b2642c445c8540aad1f9e9f01fff788 done 01:56:35 #8 exporting manifest sha256:ed888751c19a69fca02486bff1a285425dc52b0ff5e68d2352faaf9d881507f1 done 01:56:35 #8 exporting config sha256:18079acedb796d39590bc80fa3a2fd4faa0684e0e1e30053e7d3134cf3170fce done 01:56:35 #8 exporting manifest list sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 done 01:56:35 #8 pushing layers 0.0s done 01:56:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 01:56:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:3c97d4b81466bebfc24ec15201905a3d34f02b50926cdda63cd7bdadb36199f8 0.1s done 01:56:35 #8 DONE 0.1s 01:56:35 01:56:35 1 warning found (use --debug to expand): 01:56:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:35 #1 [internal] load build definition from Dockerfile 01:56:35 #1 transferring dockerfile: 204B done 01:56:35 #1 DONE 0.0s 01:56:35 01:56:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:35 #2 DONE 0.0s 01:56:35 01:56:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:35 #3 DONE 0.0s 01:56:35 01:56:35 #4 [internal] load .dockerignore 01:56:35 #4 transferring context: 2B done 01:56:35 #4 DONE 0.0s 01:56:35 01:56:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:35 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:35 #5 ... 01:56:35 01:56:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:35 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:35 #6 DONE 0.1s 01:56:35 01:56:35 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:56:35 #7 DONE 0.0s 01:56:35 01:56:35 #8 exporting to image 01:56:35 #8 exporting layers done 01:56:35 #8 exporting manifest sha256:132cb5354bf003c6b4ad7fbd04d2a90b1de71729fa794e3588bc8d45a3ad2774 done 01:56:35 #8 exporting config sha256:32a134988d6f6100551434c863110dbc34a70c2904f4cf6ef03463cdaa88977f done 01:56:35 #8 exporting manifest sha256:acab32160daa65fc518d8dd1e3aa7a78f0785dc54dae05197fe15b33564c9213 done 01:56:35 #8 exporting config sha256:cd572763ae1a6c7a88a387c90637ca6ad8fecb80991160c2adda922fffec2658 done 01:56:35 #8 exporting manifest list sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da done 01:56:35 #8 pushing layers 0.1s done 01:56:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 01:56:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:36 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 0.1s done 01:56:36 #8 DONE 0.2s 01:56:36 01:56:36 1 warning found (use --debug to expand): 01:56:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:56:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:56:36 #1 [internal] load build definition from Dockerfile 01:56:36 #1 transferring dockerfile: 170B done 01:56:36 #1 DONE 0.0s 01:56:36 01:56:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:56:36 #2 DONE 0.0s 01:56:36 01:56:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:56:36 #3 DONE 0.0s 01:56:36 01:56:36 #4 [internal] load .dockerignore 01:56:36 #4 transferring context: 2B done 01:56:36 #4 DONE 0.0s 01:56:36 01:56:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:36 #5 CACHED 01:56:36 01:56:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:36 #6 CACHED 01:56:36 01:56:36 #7 exporting to image 01:56:36 #7 exporting layers done 01:56:36 #7 exporting manifest sha256:132cb5354bf003c6b4ad7fbd04d2a90b1de71729fa794e3588bc8d45a3ad2774 01:56:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:36 #7 exporting manifest sha256:132cb5354bf003c6b4ad7fbd04d2a90b1de71729fa794e3588bc8d45a3ad2774 done 01:56:36 #7 exporting config sha256:32a134988d6f6100551434c863110dbc34a70c2904f4cf6ef03463cdaa88977f done 01:56:36 #7 exporting manifest sha256:acab32160daa65fc518d8dd1e3aa7a78f0785dc54dae05197fe15b33564c9213 done 01:56:36 #7 exporting config sha256:cd572763ae1a6c7a88a387c90637ca6ad8fecb80991160c2adda922fffec2658 done 01:56:36 #7 exporting manifest list sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da done 01:56:36 #7 pushing layers 0.0s done 01:56:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 0.1s done 01:56:36 #7 DONE 0.1s 01:56:36 01:56:36 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:56:36 #8 DONE 0.0s 01:56:36 01:56:36 1 warning found (use --debug to expand): 01:56:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66' 01:56:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 --push - 01:56:37 #1 [internal] load build definition from Dockerfile 01:56:37 #1 transferring dockerfile: 176B done 01:56:37 #1 DONE 0.0s 01:56:37 01:56:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 01:56:37 #2 DONE 0.0s 01:56:37 01:56:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66 01:56:37 #3 DONE 0.0s 01:56:37 01:56:37 #4 [internal] load .dockerignore 01:56:37 #4 transferring context: 2B done 01:56:37 #4 DONE 0.0s 01:56:37 01:56:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 done 01:56:37 #5 CACHED 01:56:37 01:56:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:37 #6 CACHED 01:56:37 01:56:37 #7 exporting to image 01:56:37 #7 exporting layers done 01:56:37 #7 exporting manifest sha256:132cb5354bf003c6b4ad7fbd04d2a90b1de71729fa794e3588bc8d45a3ad2774 done 01:56:37 #7 exporting config sha256:32a134988d6f6100551434c863110dbc34a70c2904f4cf6ef03463cdaa88977f done 01:56:37 #7 exporting manifest sha256:acab32160daa65fc518d8dd1e3aa7a78f0785dc54dae05197fe15b33564c9213 done 01:56:37 #7 exporting config sha256:cd572763ae1a6c7a88a387c90637ca6ad8fecb80991160c2adda922fffec2658 done 01:56:37 #7 exporting manifest list sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da done 01:56:37 #7 pushing layers 0.0s done 01:56:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 01:56:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.66@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 0.1s done 01:56:37 #7 DONE 0.1s 01:56:37 01:56:37 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:56:37 #8 DONE 0.0s 01:56:37 01:56:37 1 warning found (use --debug to expand): 01:56:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:37 #1 [internal] load build definition from Dockerfile 01:56:37 #1 transferring dockerfile: 217B done 01:56:37 #1 DONE 0.0s 01:56:37 01:56:37 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:37 #2 DONE 0.0s 01:56:37 01:56:37 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:37 #3 DONE 0.0s 01:56:37 01:56:37 #4 [internal] load .dockerignore 01:56:37 #4 transferring context: 2B done 01:56:37 #4 DONE 0.0s 01:56:37 01:56:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:37 #5 DONE 0.0s 01:56:37 01:56:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:37 #6 CACHED 01:56:37 01:56:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:37 #5 CACHED 01:56:37 01:56:37 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:56:37 #7 DONE 0.0s 01:56:37 01:56:37 #8 exporting to image 01:56:37 #8 exporting layers done 01:56:37 #8 exporting manifest sha256:132cb5354bf003c6b4ad7fbd04d2a90b1de71729fa794e3588bc8d45a3ad2774 done 01:56:37 #8 exporting config sha256:32a134988d6f6100551434c863110dbc34a70c2904f4cf6ef03463cdaa88977f done 01:56:37 #8 exporting manifest sha256:acab32160daa65fc518d8dd1e3aa7a78f0785dc54dae05197fe15b33564c9213 done 01:56:37 #8 exporting config sha256:cd572763ae1a6c7a88a387c90637ca6ad8fecb80991160c2adda922fffec2658 done 01:56:37 #8 exporting manifest list sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da done 01:56:37 #8 pushing layers 0.0s done 01:56:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 0.1s done 01:56:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:37 #8 DONE 0.1s 01:56:37 01:56:37 1 warning found (use --debug to expand): 01:56:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:56:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:56:38 #1 [internal] load build definition from Dockerfile 01:56:38 #1 transferring dockerfile: 168B done 01:56:38 #1 DONE 0.0s 01:56:38 01:56:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:56:38 #2 DONE 0.0s 01:56:38 01:56:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:56:38 #3 DONE 0.0s 01:56:38 01:56:38 #4 [internal] load .dockerignore 01:56:38 #4 transferring context: 2B done 01:56:38 #4 DONE 0.0s 01:56:38 01:56:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:38 #5 CACHED 01:56:38 01:56:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 01:56:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a5f0187014374d07689e55943141236cd67191dca98ee580a065c2474a53b5f5 0.0s done 01:56:38 #6 CACHED 01:56:38 01:56:38 #7 exporting to image 01:56:38 #7 exporting layers done 01:56:38 #7 exporting manifest sha256:132cb5354bf003c6b4ad7fbd04d2a90b1de71729fa794e3588bc8d45a3ad2774 done 01:56:38 #7 exporting config sha256:32a134988d6f6100551434c863110dbc34a70c2904f4cf6ef03463cdaa88977f done 01:56:38 #7 exporting manifest sha256:acab32160daa65fc518d8dd1e3aa7a78f0785dc54dae05197fe15b33564c9213 done 01:56:38 #7 exporting config sha256:cd572763ae1a6c7a88a387c90637ca6ad8fecb80991160c2adda922fffec2658 done 01:56:38 #7 exporting manifest list sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da done 01:56:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:38 #7 pushing layers 0.0s done 01:56:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:c2bb3885b848eea8d2ab9bef1939486dbf6bd4663635f40117ce74a067a675da 0.1s done 01:56:38 #7 DONE 0.1s 01:56:38 01:56:38 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:56:38 #8 DONE 0.0s 01:56:38 01:56:38 1 warning found (use --debug to expand): 01:56:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:38 #1 [internal] load build definition from Dockerfile 01:56:38 #1 transferring dockerfile: 205B done 01:56:38 #1 DONE 0.0s 01:56:38 01:56:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:38 #2 DONE 0.0s 01:56:38 01:56:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:38 #3 DONE 0.0s 01:56:38 01:56:38 #4 [internal] load .dockerignore 01:56:38 #4 transferring context: 2B done 01:56:38 #4 DONE 0.0s 01:56:38 01:56:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:38 #5 DONE 0.0s 01:56:38 01:56:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:38 #6 DONE 0.1s 01:56:38 01:56:38 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:38 #7 DONE 0.0s 01:56:38 01:56:38 #8 exporting to image 01:56:38 #8 exporting layers done 01:56:38 #8 exporting manifest sha256:1b899c484cf87b6427b2c1890cf66c7c7d270d8b8d2d9817deb8adb7646a9999 done 01:56:38 #8 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 done 01:56:38 #8 exporting manifest sha256:c98d9652680536e1d444ab59cbd504602b13dabe46c2d64118bcc0cc8d352638 done 01:56:38 #8 exporting config sha256:2c2ae6a3abbd49bd8e9aa913a1eb0e6c65afb96f3bc4f9330c2f24407680151f done 01:56:38 #8 exporting manifest list sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d done 01:56:38 #8 pushing layers 0.1s done 01:56:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 01:56:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 0.1s done 01:56:39 #8 DONE 0.2s 01:56:39 01:56:39 1 warning found (use --debug to expand): 01:56:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:56:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:56:39 #1 [internal] load build definition from Dockerfile 01:56:39 #1 transferring dockerfile: 171B done 01:56:39 #1 DONE 0.0s 01:56:39 01:56:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:56:39 #2 DONE 0.0s 01:56:39 01:56:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:56:39 #3 DONE 0.0s 01:56:39 01:56:39 #4 [internal] load .dockerignore 01:56:39 #4 transferring context: 2B done 01:56:39 #4 DONE 0.0s 01:56:39 01:56:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:39 #5 CACHED 01:56:39 01:56:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:39 #6 DONE 0.0s 01:56:39 01:56:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:39 #6 CACHED 01:56:39 01:56:39 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:39 #7 DONE 0.0s 01:56:39 01:56:39 #8 exporting to image 01:56:39 #8 exporting layers done 01:56:39 #8 exporting manifest sha256:1b899c484cf87b6427b2c1890cf66c7c7d270d8b8d2d9817deb8adb7646a9999 done 01:56:39 #8 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 done 01:56:39 #8 exporting manifest sha256:c98d9652680536e1d444ab59cbd504602b13dabe46c2d64118bcc0cc8d352638 done 01:56:39 #8 exporting config sha256:2c2ae6a3abbd49bd8e9aa913a1eb0e6c65afb96f3bc4f9330c2f24407680151f done 01:56:39 #8 exporting manifest list sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d done 01:56:39 #8 pushing layers 0.0s done 01:56:39 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 0.1s done 01:56:39 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:39 #8 DONE 0.1s 01:56:39 01:56:39 1 warning found (use --debug to expand): 01:56:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66' 01:56:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 --push - 01:56:40 #1 [internal] load build definition from Dockerfile 01:56:40 #1 transferring dockerfile: 177B done 01:56:40 #1 DONE 0.0s 01:56:40 01:56:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 01:56:40 #2 DONE 0.0s 01:56:40 01:56:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66 01:56:40 #3 DONE 0.0s 01:56:40 01:56:40 #4 [internal] load .dockerignore 01:56:40 #4 transferring context: 2B done 01:56:40 #4 DONE 0.0s 01:56:40 01:56:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:40 #5 CACHED 01:56:40 01:56:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:40 #6 CACHED 01:56:40 01:56:40 #7 exporting to image 01:56:40 #7 exporting layers done 01:56:40 #7 exporting manifest sha256:1b899c484cf87b6427b2c1890cf66c7c7d270d8b8d2d9817deb8adb7646a9999 done 01:56:40 #7 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 01:56:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:40 #7 ... 01:56:40 01:56:40 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:40 #8 DONE 0.0s 01:56:40 01:56:40 #7 exporting to image 01:56:40 #7 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 done 01:56:40 #7 exporting manifest sha256:c98d9652680536e1d444ab59cbd504602b13dabe46c2d64118bcc0cc8d352638 done 01:56:40 #7 exporting config sha256:2c2ae6a3abbd49bd8e9aa913a1eb0e6c65afb96f3bc4f9330c2f24407680151f done 01:56:40 #7 exporting manifest list sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d done 01:56:40 #7 pushing layers 0.0s done 01:56:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 01:56:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.66@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 0.1s done 01:56:40 #7 DONE 0.1s 01:56:40 01:56:40 1 warning found (use --debug to expand): 01:56:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:40 #1 [internal] load build definition from Dockerfile 01:56:40 #1 transferring dockerfile: 218B done 01:56:40 #1 DONE 0.0s 01:56:40 01:56:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:40 #2 DONE 0.0s 01:56:40 01:56:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:40 #3 DONE 0.0s 01:56:40 01:56:40 #4 [internal] load .dockerignore 01:56:40 #4 transferring context: 2B done 01:56:40 #4 DONE 0.0s 01:56:40 01:56:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e done 01:56:40 #5 CACHED 01:56:40 01:56:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:40 #6 CACHED 01:56:40 01:56:40 #7 exporting to image 01:56:40 #7 exporting layers done 01:56:40 #7 exporting manifest sha256:1b899c484cf87b6427b2c1890cf66c7c7d270d8b8d2d9817deb8adb7646a9999 done 01:56:40 #7 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 01:56:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:40 #7 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 done 01:56:40 #7 exporting manifest sha256:c98d9652680536e1d444ab59cbd504602b13dabe46c2d64118bcc0cc8d352638 done 01:56:40 #7 exporting config sha256:2c2ae6a3abbd49bd8e9aa913a1eb0e6c65afb96f3bc4f9330c2f24407680151f done 01:56:40 #7 exporting manifest list sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d done 01:56:40 #7 pushing layers 0.0s done 01:56:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 0.1s done 01:56:40 #7 DONE 0.1s 01:56:40 01:56:40 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:40 #8 DONE 0.0s 01:56:40 01:56:40 1 warning found (use --debug to expand): 01:56:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:56:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:56:41 #1 [internal] load build definition from Dockerfile 01:56:41 #1 transferring dockerfile: 169B done 01:56:41 #1 DONE 0.0s 01:56:41 01:56:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:56:41 #2 DONE 0.0s 01:56:41 01:56:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:56:41 #3 DONE 0.0s 01:56:41 01:56:41 #4 [internal] load .dockerignore 01:56:41 #4 transferring context: 2B done 01:56:41 #4 DONE 0.0s 01:56:41 01:56:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:41 #5 DONE 0.0s 01:56:41 01:56:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 0.0s done 01:56:41 #6 CACHED 01:56:41 01:56:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:dbe0635679f0a66965717d25f934a82cffc2e3621ae082b90f930be89455c06e 01:56:41 #5 CACHED 01:56:41 01:56:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:41 #7 DONE 0.0s 01:56:41 01:56:41 #8 exporting to image 01:56:41 #8 exporting layers done 01:56:41 #8 exporting manifest sha256:1b899c484cf87b6427b2c1890cf66c7c7d270d8b8d2d9817deb8adb7646a9999 done 01:56:41 #8 exporting config sha256:cf42208484ccdc0cc3b887160bf917f067ac4f981de9d3506cc4d37a475d4355 done 01:56:41 #8 exporting manifest sha256:c98d9652680536e1d444ab59cbd504602b13dabe46c2d64118bcc0cc8d352638 done 01:56:41 #8 exporting config sha256:2c2ae6a3abbd49bd8e9aa913a1eb0e6c65afb96f3bc4f9330c2f24407680151f done 01:56:41 #8 exporting manifest list sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d done 01:56:41 #8 pushing layers 0.0s done 01:56:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:0ade2eab38345cb4f2373a196478d2e0c273f2d004c4b7e523428e2354c9ea7d 0.1s done 01:56:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:41 #8 DONE 0.1s 01:56:41 01:56:41 1 warning found (use --debug to expand): 01:56:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:41 #1 [internal] load build definition from Dockerfile 01:56:41 #1 transferring dockerfile: 211B done 01:56:41 #1 DONE 0.0s 01:56:41 01:56:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:41 #2 DONE 0.0s 01:56:41 01:56:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:41 #3 DONE 0.0s 01:56:41 01:56:41 #4 [internal] load .dockerignore 01:56:41 #4 transferring context: 2B done 01:56:41 #4 DONE 0.0s 01:56:41 01:56:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:41 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:41 #5 DONE 0.0s 01:56:41 01:56:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:41 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:41 #6 DONE 0.1s 01:56:41 01:56:41 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:41 #7 DONE 0.0s 01:56:41 01:56:41 #8 exporting to image 01:56:41 #8 exporting layers done 01:56:41 #8 exporting manifest sha256:57f4b2f0ed4e47c4570b0ee013a21c7d5f8dd35027e4da76d303e50bf35eeac6 done 01:56:41 #8 exporting config sha256:6c4c6904014a58753f9de29639d23f07dab049c61215736fcbcac5c4250f9aa6 done 01:56:41 #8 exporting manifest sha256:74f96932dc369d967f82d975b3163914c969552f8bebb8c4a7cdc60070c98be2 done 01:56:41 #8 exporting config sha256:c7811c5f81691f91663b4037d0be903ab23bc6bd1676f9d73f61fc927c9655c2 done 01:56:41 #8 exporting manifest list sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 done 01:56:41 #8 pushing layers 0.1s done 01:56:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 01:56:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 0.1s done 01:56:42 #8 DONE 0.2s 01:56:42 01:56:42 1 warning found (use --debug to expand): 01:56:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:56:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:56:42 #1 [internal] load build definition from Dockerfile 01:56:42 #1 transferring dockerfile: 177B done 01:56:42 #1 DONE 0.0s 01:56:42 01:56:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:56:42 #2 DONE 0.0s 01:56:42 01:56:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:56:42 #3 DONE 0.0s 01:56:42 01:56:42 #4 [internal] load .dockerignore 01:56:42 #4 transferring context: 2B done 01:56:42 #4 DONE 0.0s 01:56:42 01:56:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:42 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 done 01:56:42 #5 DONE 0.0s 01:56:42 01:56:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:42 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:42 #6 CACHED 01:56:42 01:56:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:42 #5 CACHED 01:56:42 01:56:42 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:42 #7 DONE 0.0s 01:56:42 01:56:42 #8 exporting to image 01:56:42 #8 exporting layers done 01:56:42 #8 exporting manifest sha256:57f4b2f0ed4e47c4570b0ee013a21c7d5f8dd35027e4da76d303e50bf35eeac6 done 01:56:42 #8 exporting config sha256:6c4c6904014a58753f9de29639d23f07dab049c61215736fcbcac5c4250f9aa6 done 01:56:42 #8 exporting manifest sha256:74f96932dc369d967f82d975b3163914c969552f8bebb8c4a7cdc60070c98be2 done 01:56:42 #8 exporting config sha256:c7811c5f81691f91663b4037d0be903ab23bc6bd1676f9d73f61fc927c9655c2 done 01:56:42 #8 exporting manifest list sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 done 01:56:42 #8 pushing layers 0.0s done 01:56:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 0.1s done 01:56:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:42 #8 DONE 0.1s 01:56:42 01:56:42 1 warning found (use --debug to expand): 01:56:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66' 01:56:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 --push - 01:56:43 #1 [internal] load build definition from Dockerfile 01:56:43 #1 transferring dockerfile: 183B done 01:56:43 #1 DONE 0.0s 01:56:43 01:56:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 01:56:43 #2 DONE 0.0s 01:56:43 01:56:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66 01:56:43 #3 DONE 0.0s 01:56:43 01:56:43 #4 [internal] load .dockerignore 01:56:43 #4 transferring context: 2B done 01:56:43 #4 DONE 0.0s 01:56:43 01:56:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:43 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:43 #5 CACHED 01:56:43 01:56:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:43 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:43 #6 CACHED 01:56:43 01:56:43 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:43 #7 DONE 0.0s 01:56:43 01:56:43 #8 exporting to image 01:56:43 #8 exporting layers done 01:56:43 #8 exporting manifest sha256:57f4b2f0ed4e47c4570b0ee013a21c7d5f8dd35027e4da76d303e50bf35eeac6 done 01:56:43 #8 exporting config sha256:6c4c6904014a58753f9de29639d23f07dab049c61215736fcbcac5c4250f9aa6 done 01:56:43 #8 exporting manifest sha256:74f96932dc369d967f82d975b3163914c969552f8bebb8c4a7cdc60070c98be2 done 01:56:43 #8 exporting config sha256:c7811c5f81691f91663b4037d0be903ab23bc6bd1676f9d73f61fc927c9655c2 done 01:56:43 #8 exporting manifest list sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 done 01:56:43 #8 pushing layers 0.0s done 01:56:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.66@sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 0.1s done 01:56:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:43 #8 DONE 0.1s 01:56:43 01:56:43 1 warning found (use --debug to expand): 01:56:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:43 #1 [internal] load build definition from Dockerfile 01:56:43 #1 transferring dockerfile: 224B done 01:56:43 #1 DONE 0.0s 01:56:43 01:56:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:43 #2 DONE 0.0s 01:56:43 01:56:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:43 #3 DONE 0.0s 01:56:43 01:56:43 #4 [internal] load .dockerignore 01:56:43 #4 transferring context: 2B done 01:56:43 #4 DONE 0.0s 01:56:43 01:56:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:43 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:43 #5 CACHED 01:56:43 01:56:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:43 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 done 01:56:43 #6 DONE 0.0s 01:56:43 01:56:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:43 #6 CACHED 01:56:43 01:56:43 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:43 #7 DONE 0.0s 01:56:43 01:56:43 #8 exporting to image 01:56:43 #8 exporting layers done 01:56:43 #8 exporting manifest sha256:57f4b2f0ed4e47c4570b0ee013a21c7d5f8dd35027e4da76d303e50bf35eeac6 done 01:56:43 #8 exporting config sha256:6c4c6904014a58753f9de29639d23f07dab049c61215736fcbcac5c4250f9aa6 done 01:56:43 #8 exporting manifest sha256:74f96932dc369d967f82d975b3163914c969552f8bebb8c4a7cdc60070c98be2 done 01:56:43 #8 exporting config sha256:c7811c5f81691f91663b4037d0be903ab23bc6bd1676f9d73f61fc927c9655c2 done 01:56:43 #8 exporting manifest list sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 done 01:56:43 #8 pushing layers 0.0s done 01:56:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 0.1s done 01:56:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:43 #8 DONE 0.1s 01:56:43 01:56:43 1 warning found (use --debug to expand): 01:56:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:56:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:56:44 #1 [internal] load build definition from Dockerfile 01:56:44 #1 transferring dockerfile: 175B done 01:56:44 #1 DONE 0.0s 01:56:44 01:56:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:56:44 #2 DONE 0.0s 01:56:44 01:56:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:56:44 #3 DONE 0.0s 01:56:44 01:56:44 #4 [internal] load .dockerignore 01:56:44 #4 transferring context: 2B done 01:56:44 #4 DONE 0.0s 01:56:44 01:56:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:44 #5 DONE 0.0s 01:56:44 01:56:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 0.0s done 01:56:44 #6 CACHED 01:56:44 01:56:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:d130c572bb6aad1e0f733b32a88087367c0013b2fe2cbe4e1b4558c89fbb15d6 01:56:44 #5 CACHED 01:56:44 01:56:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:56:44 #7 DONE 0.0s 01:56:44 01:56:44 #8 exporting to image 01:56:44 #8 exporting layers done 01:56:44 #8 exporting manifest sha256:57f4b2f0ed4e47c4570b0ee013a21c7d5f8dd35027e4da76d303e50bf35eeac6 done 01:56:44 #8 exporting config sha256:6c4c6904014a58753f9de29639d23f07dab049c61215736fcbcac5c4250f9aa6 done 01:56:44 #8 exporting manifest sha256:74f96932dc369d967f82d975b3163914c969552f8bebb8c4a7cdc60070c98be2 done 01:56:44 #8 exporting config sha256:c7811c5f81691f91663b4037d0be903ab23bc6bd1676f9d73f61fc927c9655c2 done 01:56:44 #8 exporting manifest list sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 done 01:56:44 #8 pushing layers 0.0s done 01:56:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:238c4638ec20788d6aef70bddad8aa9bff59d9d05767e10b2119c20368af0676 0.1s done 01:56:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:44 #8 DONE 0.1s 01:56:44 01:56:44 1 warning found (use --debug to expand): 01:56:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:44 #1 [internal] load build definition from Dockerfile 01:56:44 #1 transferring dockerfile: 215B done 01:56:44 #1 DONE 0.0s 01:56:44 01:56:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:44 #2 DONE 0.0s 01:56:44 01:56:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:44 #3 DONE 0.0s 01:56:44 01:56:44 #4 [internal] load .dockerignore 01:56:44 #4 transferring context: 2B done 01:56:44 #4 DONE 0.0s 01:56:44 01:56:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:44 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:44 #5 DONE 0.0s 01:56:44 01:56:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:44 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 done 01:56:44 #6 DONE 0.1s 01:56:44 01:56:44 #7 exporting to image 01:56:44 #7 exporting layers done 01:56:44 #7 exporting manifest sha256:088405b6cf19f36d5649284a1256532b0282b3cc37cd56fd90a0791d07b6010a 0.0s done 01:56:44 #7 exporting config sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee done 01:56:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:44 #7 ... 01:56:44 01:56:44 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:56:44 #8 DONE 0.0s 01:56:44 01:56:44 #7 exporting to image 01:56:44 #7 exporting manifest sha256:bcd21f1a82c806bf8397ffff5244da284224f07bad01dc2e9d2af88ca338033f done 01:56:44 #7 exporting config sha256:3d4f91a71e2f9a395635411a08671ff657b46a12c215c75a2d3c9c415cfa49a2 done 01:56:44 #7 exporting manifest list sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 done 01:56:44 #7 pushing layers 0.1s done 01:56:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 01:56:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 0.1s done 01:56:45 #7 DONE 0.2s 01:56:45 01:56:45 1 warning found (use --debug to expand): 01:56:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:56:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:56:45 #1 [internal] load build definition from Dockerfile 01:56:45 #1 transferring dockerfile: 181B done 01:56:45 #1 DONE 0.0s 01:56:45 01:56:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:56:45 #2 DONE 0.0s 01:56:45 01:56:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:56:45 #3 DONE 0.0s 01:56:45 01:56:45 #4 [internal] load .dockerignore 01:56:45 #4 transferring context: 2B done 01:56:45 #4 DONE 0.0s 01:56:45 01:56:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:45 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:45 #5 CACHED 01:56:45 01:56:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:45 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:45 #6 CACHED 01:56:45 01:56:45 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:56:45 #7 DONE 0.0s 01:56:45 01:56:45 #8 exporting to image 01:56:45 #8 exporting layers done 01:56:45 #8 exporting manifest sha256:088405b6cf19f36d5649284a1256532b0282b3cc37cd56fd90a0791d07b6010a done 01:56:45 #8 exporting config sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee done 01:56:45 #8 exporting manifest sha256:bcd21f1a82c806bf8397ffff5244da284224f07bad01dc2e9d2af88ca338033f done 01:56:45 #8 exporting config sha256:3d4f91a71e2f9a395635411a08671ff657b46a12c215c75a2d3c9c415cfa49a2 done 01:56:45 #8 exporting manifest list sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 done 01:56:45 #8 pushing layers 0.0s done 01:56:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 0.1s done 01:56:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:45 #8 DONE 0.1s 01:56:45 01:56:45 1 warning found (use --debug to expand): 01:56:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66' 01:56:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 --push - 01:56:46 #1 [internal] load build definition from Dockerfile 01:56:46 #1 transferring dockerfile: 187B done 01:56:46 #1 DONE 0.0s 01:56:46 01:56:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 01:56:46 #2 DONE 0.0s 01:56:46 01:56:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66 01:56:46 #3 DONE 0.0s 01:56:46 01:56:46 #4 [internal] load .dockerignore 01:56:46 #4 transferring context: 2B done 01:56:46 #4 DONE 0.0s 01:56:46 01:56:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:46 #5 CACHED 01:56:46 01:56:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:46 #6 CACHED 01:56:46 01:56:46 #7 exporting to image 01:56:46 #7 exporting layers done 01:56:46 #7 exporting manifest sha256:088405b6cf19f36d5649284a1256532b0282b3cc37cd56fd90a0791d07b6010a done 01:56:46 #7 exporting config sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee done 01:56:46 #7 exporting manifest sha256:bcd21f1a82c806bf8397ffff5244da284224f07bad01dc2e9d2af88ca338033f done 01:56:46 #7 exporting config sha256:3d4f91a71e2f9a395635411a08671ff657b46a12c215c75a2d3c9c415cfa49a2 done 01:56:46 #7 exporting manifest list sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 done 01:56:46 #7 pushing layers 01:56:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:46 #7 pushing layers 0.0s done 01:56:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.66@sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 0.1s done 01:56:46 #7 DONE 0.1s 01:56:46 01:56:46 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:56:46 #8 DONE 0.0s 01:56:46 01:56:46 1 warning found (use --debug to expand): 01:56:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:46 #1 [internal] load build definition from Dockerfile 01:56:46 #1 transferring dockerfile: 228B done 01:56:46 #1 DONE 0.0s 01:56:46 01:56:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:46 #2 DONE 0.0s 01:56:46 01:56:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:46 #3 DONE 0.0s 01:56:46 01:56:46 #4 [internal] load .dockerignore 01:56:46 #4 transferring context: 2B done 01:56:46 #4 DONE 0.0s 01:56:46 01:56:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:46 #5 CACHED 01:56:46 01:56:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:46 #6 CACHED 01:56:46 01:56:46 #7 exporting to image 01:56:46 #7 exporting layers done 01:56:46 #7 exporting manifest sha256:088405b6cf19f36d5649284a1256532b0282b3cc37cd56fd90a0791d07b6010a done 01:56:46 #7 exporting config sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee 01:56:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:46 #7 exporting config sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee done 01:56:46 #7 exporting manifest sha256:bcd21f1a82c806bf8397ffff5244da284224f07bad01dc2e9d2af88ca338033f done 01:56:46 #7 exporting config sha256:3d4f91a71e2f9a395635411a08671ff657b46a12c215c75a2d3c9c415cfa49a2 done 01:56:46 #7 exporting manifest list sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 done 01:56:46 #7 pushing layers 0.0s done 01:56:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 0.1s done 01:56:46 #7 DONE 0.1s 01:56:46 01:56:46 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:56:46 #8 DONE 0.0s 01:56:46 01:56:46 1 warning found (use --debug to expand): 01:56:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:56:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:56:47 #1 [internal] load build definition from Dockerfile 01:56:47 #1 transferring dockerfile: 179B done 01:56:47 #1 DONE 0.0s 01:56:47 01:56:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:56:47 #2 DONE 0.0s 01:56:47 01:56:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:56:47 #3 DONE 0.0s 01:56:47 01:56:47 #4 [internal] load .dockerignore 01:56:47 #4 transferring context: 2B done 01:56:47 #4 DONE 0.0s 01:56:47 01:56:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:47 #5 CACHED 01:56:47 01:56:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 01:56:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:db0cb500907839ee3ca93a3a147e66b3d0dc52d955af5d5be9fbf80f11aa64d1 0.0s done 01:56:47 #6 CACHED 01:56:47 01:56:47 #7 exporting to image 01:56:47 #7 exporting layers 01:56:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:47 #7 exporting layers done 01:56:47 #7 exporting manifest sha256:088405b6cf19f36d5649284a1256532b0282b3cc37cd56fd90a0791d07b6010a done 01:56:47 #7 exporting config sha256:590639baf875661b6ffbc829b6315b6cac025f36d716a2347a699436cab8cfee done 01:56:47 #7 exporting manifest sha256:bcd21f1a82c806bf8397ffff5244da284224f07bad01dc2e9d2af88ca338033f done 01:56:47 #7 exporting config sha256:3d4f91a71e2f9a395635411a08671ff657b46a12c215c75a2d3c9c415cfa49a2 done 01:56:47 #7 exporting manifest list sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 done 01:56:47 #7 pushing layers 0.0s done 01:56:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:380658c2c44dd63a6dc8022fa7bac9f569bfda35260d4f7d4346c9dae7d93714 0.1s done 01:56:47 #7 DONE 0.1s 01:56:47 01:56:47 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:56:47 #8 DONE 0.0s 01:56:47 01:56:47 1 warning found (use --debug to expand): 01:56:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:56:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:56:47 #1 [internal] load build definition from Dockerfile 01:56:47 #1 transferring dockerfile: 205B done 01:56:47 #1 DONE 0.0s 01:56:47 01:56:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:47 #2 DONE 0.0s 01:56:47 01:56:47 #3 [internal] load .dockerignore 01:56:47 #3 transferring context: 2B done 01:56:47 #3 DONE 0.0s 01:56:47 01:56:47 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:56:47 #4 DONE 0.1s 01:56:47 01:56:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:47 #5 DONE 0.0s 01:56:47 01:56:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:47 #6 DONE 0.0s 01:56:47 01:56:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:47 #5 DONE 0.1s 01:56:47 01:56:47 #7 exporting to image 01:56:47 #7 exporting layers done 01:56:47 #7 exporting manifest sha256:4b0bd435e915f4a61d71397160fdfcfa68c180543b9ed10101e620fca673756b 0.0s done 01:56:47 #7 exporting config sha256:13c86dc8be71e07ec2cbae739e873512b03130c17a34fb6ff5832fdec33dd480 done 01:56:47 #7 exporting manifest sha256:cd00cc54c65a27c69cb513e08ed444ceff1541207808ac349a442a47b0f5577c 01:56:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:47 #7 ... 01:56:47 01:56:47 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:56:47 #8 DONE 0.0s 01:56:47 01:56:47 #7 exporting to image 01:56:47 #7 exporting manifest sha256:cd00cc54c65a27c69cb513e08ed444ceff1541207808ac349a442a47b0f5577c done 01:56:47 #7 exporting config sha256:202a447994794faed6dd4bf3a3ef4399047e0d32609bfdc3223cd9909385abf5 done 01:56:47 #7 exporting manifest list sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad done 01:56:47 #7 pushing layers 01:56:58 #7 pushing layers 9.6s done 01:56:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad 0.1s done 01:56:58 #7 DONE 9.7s 01:56:58 01:56:58 1 warning found (use --debug to expand): 01:56:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:56:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:56:58 #1 [internal] load build definition from Dockerfile 01:56:58 #1 transferring dockerfile: 171B done 01:56:58 #1 DONE 0.0s 01:56:58 01:56:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:56:58 #2 DONE 0.0s 01:56:58 01:56:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:56:58 #3 DONE 0.0s 01:56:58 01:56:58 #4 [internal] load .dockerignore 01:56:58 #4 transferring context: 2B done 01:56:58 #4 DONE 0.0s 01:56:58 01:56:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:58 #5 CACHED 01:56:58 01:56:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:58 #6 CACHED 01:56:58 01:56:58 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:56:58 #7 DONE 0.0s 01:56:58 01:56:58 #8 exporting to image 01:56:58 #8 exporting layers done 01:56:58 #8 exporting manifest sha256:4b0bd435e915f4a61d71397160fdfcfa68c180543b9ed10101e620fca673756b done 01:56:58 #8 exporting config sha256:13c86dc8be71e07ec2cbae739e873512b03130c17a34fb6ff5832fdec33dd480 done 01:56:58 #8 exporting manifest sha256:cd00cc54c65a27c69cb513e08ed444ceff1541207808ac349a442a47b0f5577c done 01:56:58 #8 exporting config sha256:202a447994794faed6dd4bf3a3ef4399047e0d32609bfdc3223cd9909385abf5 done 01:56:58 #8 exporting manifest list sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad done 01:56:58 #8 pushing layers 0.0s done 01:56:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad 0.1s done 01:56:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:58 #8 DONE 0.1s 01:56:58 01:56:58 1 warning found (use --debug to expand): 01:56:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 --push - 01:56:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66' 01:56:58 #1 [internal] load build definition from Dockerfile 01:56:58 #1 transferring dockerfile: 177B done 01:56:58 #1 DONE 0.0s 01:56:58 01:56:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 01:56:58 #2 DONE 0.0s 01:56:58 01:56:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66 01:56:58 #3 DONE 0.0s 01:56:58 01:56:58 #4 [internal] load .dockerignore 01:56:58 #4 transferring context: 2B done 01:56:58 #4 DONE 0.0s 01:56:58 01:56:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:58 #5 CACHED 01:56:58 01:56:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:58 #6 CACHED 01:56:58 01:56:58 #7 exporting to image 01:56:58 #7 exporting layers done 01:56:58 #7 exporting manifest sha256:4b0bd435e915f4a61d71397160fdfcfa68c180543b9ed10101e620fca673756b done 01:56:58 #7 exporting config sha256:13c86dc8be71e07ec2cbae739e873512b03130c17a34fb6ff5832fdec33dd480 done 01:56:58 #7 exporting manifest sha256:cd00cc54c65a27c69cb513e08ed444ceff1541207808ac349a442a47b0f5577c done 01:56:58 #7 exporting config sha256:202a447994794faed6dd4bf3a3ef4399047e0d32609bfdc3223cd9909385abf5 done 01:56:58 #7 exporting manifest list sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad done 01:56:58 #7 pushing layers 01:56:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:59 #7 pushing layers 0.0s done 01:56:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.66@sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad 0.1s done 01:56:59 #7 DONE 0.1s 01:56:59 01:56:59 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:56:59 #8 DONE 0.0s 01:56:59 01:56:59 1 warning found (use --debug to expand): 01:56:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:56:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:56:59 #1 [internal] load build definition from Dockerfile 01:56:59 #1 transferring dockerfile: 218B done 01:56:59 #1 DONE 0.0s 01:56:59 01:56:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:59 #2 DONE 0.0s 01:56:59 01:56:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:56:59 #3 DONE 0.0s 01:56:59 01:56:59 #4 [internal] load .dockerignore 01:56:59 #4 transferring context: 2B done 01:56:59 #4 DONE 0.0s 01:56:59 01:56:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:59 #5 CACHED 01:56:59 01:56:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:59 #6 CACHED 01:56:59 01:56:59 #7 exporting to image 01:56:59 #7 exporting layers done 01:56:59 #7 exporting manifest sha256:4b0bd435e915f4a61d71397160fdfcfa68c180543b9ed10101e620fca673756b 01:56:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:56:59 #7 exporting manifest sha256:4b0bd435e915f4a61d71397160fdfcfa68c180543b9ed10101e620fca673756b done 01:56:59 #7 exporting config sha256:13c86dc8be71e07ec2cbae739e873512b03130c17a34fb6ff5832fdec33dd480 0.0s done 01:56:59 #7 exporting manifest sha256:cd00cc54c65a27c69cb513e08ed444ceff1541207808ac349a442a47b0f5577c done 01:56:59 #7 exporting config sha256:202a447994794faed6dd4bf3a3ef4399047e0d32609bfdc3223cd9909385abf5 done 01:56:59 #7 exporting manifest list sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad done 01:56:59 #7 pushing layers 0.0s done 01:56:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad 0.1s done 01:56:59 #7 DONE 0.1s 01:56:59 01:56:59 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:56:59 #8 DONE 0.0s 01:56:59 01:56:59 1 warning found (use --debug to expand): 01:56:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:56:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:56:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:56:59 #1 [internal] load build definition from Dockerfile 01:56:59 #1 transferring dockerfile: 169B done 01:56:59 #1 DONE 0.0s 01:56:59 01:56:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:56:59 #2 DONE 0.0s 01:56:59 01:56:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:56:59 #3 DONE 0.0s 01:56:59 01:56:59 #4 [internal] load .dockerignore 01:56:59 #4 transferring context: 2B done 01:56:59 #4 DONE 0.0s 01:56:59 01:56:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:59 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:59 #5 CACHED 01:56:59 01:56:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 01:56:59 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:74bf2b67b966a5ae07f7fe48745636d3ce77022c7a818926b5ab08a806da0f4f 0.0s done 01:56:59 #6 CACHED 01:56:59 01:56:59 #7 exporting to image 01:56:59 #7 exporting layers done 01:56:59 #7 exporting manifest sha256:4b0bd435e915f4a61d71397160fdfcfa68c180543b9ed10101e620fca673756b done 01:56:59 #7 exporting config sha256:13c86dc8be71e07ec2cbae739e873512b03130c17a34fb6ff5832fdec33dd480 done 01:56:59 #7 exporting manifest sha256:cd00cc54c65a27c69cb513e08ed444ceff1541207808ac349a442a47b0f5577c done 01:56:59 #7 exporting config sha256:202a447994794faed6dd4bf3a3ef4399047e0d32609bfdc3223cd9909385abf5 done 01:56:59 #7 exporting manifest list sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad done 01:56:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:00 #7 pushing layers 0.0s done 01:57:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:12270c8cdbd873771255ecec71a4b6b50623a631a06c96b4d9d984c835fcfcad 0.1s done 01:57:00 #7 DONE 0.1s 01:57:00 01:57:00 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:57:00 #8 DONE 0.0s 01:57:00 01:57:00 1 warning found (use --debug to expand): 01:57:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:57:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:57:00 #1 [internal] load build definition from Dockerfile 01:57:00 #1 transferring dockerfile: 206B done 01:57:00 #1 DONE 0.0s 01:57:00 01:57:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:00 #2 DONE 0.0s 01:57:00 01:57:00 #3 [internal] load .dockerignore 01:57:00 #3 transferring context: 2B done 01:57:00 #3 DONE 0.0s 01:57:00 01:57:00 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:00 #4 DONE 0.1s 01:57:00 01:57:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:00 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:00 #5 DONE 0.1s 01:57:00 01:57:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:00 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:00 #6 DONE 0.0s 01:57:00 01:57:00 #7 exporting to image 01:57:00 #7 exporting layers 01:57:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:00 #7 ... 01:57:00 01:57:00 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:57:00 #8 DONE 0.0s 01:57:00 01:57:00 #7 exporting to image 01:57:00 #7 exporting layers done 01:57:00 #7 exporting manifest sha256:56d79e310ec8db4fa34939043b8bef445517c89ed3e1aa244c3214da06fead9d done 01:57:00 #7 exporting config sha256:310fb42e9f7ad899e46d5132e4fbb57753cc43c0abf03b48583a1548ca88491e done 01:57:00 #7 exporting manifest sha256:46ae0cbb70a12fbae31b8ec1a0251439927d5fcd162effcb83249c7bfb14aa84 done 01:57:00 #7 exporting config sha256:381bc115a3208b64a675d61458f2b5f075ef08370d909f0485602bc09aa2f7ca 0.0s done 01:57:00 #7 exporting manifest list sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 done 01:57:00 #7 pushing layers 0.1s done 01:57:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 01:57:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 0.1s done 01:57:01 #7 DONE 0.2s 01:57:01 01:57:01 1 warning found (use --debug to expand): 01:57:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:57:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:57:01 #1 [internal] load build definition from Dockerfile 01:57:01 #1 transferring dockerfile: 172B done 01:57:01 #1 DONE 0.0s 01:57:01 01:57:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:57:01 #2 DONE 0.0s 01:57:01 01:57:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:57:01 #3 DONE 0.0s 01:57:01 01:57:01 #4 [internal] load .dockerignore 01:57:01 #4 transferring context: 2B done 01:57:01 #4 DONE 0.0s 01:57:01 01:57:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:01 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec done 01:57:01 #5 CACHED 01:57:01 01:57:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:01 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:01 #6 DONE 0.0s 01:57:01 01:57:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:01 #6 CACHED 01:57:01 01:57:01 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:57:01 #7 DONE 0.0s 01:57:01 01:57:01 #8 exporting to image 01:57:01 #8 exporting layers done 01:57:01 #8 exporting manifest sha256:56d79e310ec8db4fa34939043b8bef445517c89ed3e1aa244c3214da06fead9d done 01:57:01 #8 exporting config sha256:310fb42e9f7ad899e46d5132e4fbb57753cc43c0abf03b48583a1548ca88491e done 01:57:01 #8 exporting manifest sha256:46ae0cbb70a12fbae31b8ec1a0251439927d5fcd162effcb83249c7bfb14aa84 done 01:57:01 #8 exporting config sha256:381bc115a3208b64a675d61458f2b5f075ef08370d909f0485602bc09aa2f7ca done 01:57:01 #8 exporting manifest list sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 done 01:57:01 #8 pushing layers 0.0s done 01:57:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 0.1s done 01:57:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:01 #8 DONE 0.1s 01:57:01 01:57:01 1 warning found (use --debug to expand): 01:57:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66' 01:57:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 --push - 01:57:02 #1 [internal] load build definition from Dockerfile 01:57:02 #1 transferring dockerfile: 178B done 01:57:02 #1 DONE 0.0s 01:57:02 01:57:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 01:57:02 #2 DONE 0.0s 01:57:02 01:57:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66 01:57:02 #3 DONE 0.0s 01:57:02 01:57:02 #4 [internal] load .dockerignore 01:57:02 #4 transferring context: 2B done 01:57:02 #4 DONE 0.0s 01:57:02 01:57:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec done 01:57:02 #5 CACHED 01:57:02 01:57:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:02 #6 CACHED 01:57:02 01:57:02 #7 exporting to image 01:57:02 #7 exporting layers done 01:57:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:02 #7 exporting manifest sha256:56d79e310ec8db4fa34939043b8bef445517c89ed3e1aa244c3214da06fead9d done 01:57:02 #7 exporting config sha256:310fb42e9f7ad899e46d5132e4fbb57753cc43c0abf03b48583a1548ca88491e done 01:57:02 #7 exporting manifest sha256:46ae0cbb70a12fbae31b8ec1a0251439927d5fcd162effcb83249c7bfb14aa84 done 01:57:02 #7 exporting config sha256:381bc115a3208b64a675d61458f2b5f075ef08370d909f0485602bc09aa2f7ca done 01:57:02 #7 exporting manifest list sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 done 01:57:02 #7 pushing layers 0.0s done 01:57:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.66@sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 0.1s done 01:57:02 #7 DONE 0.1s 01:57:02 01:57:02 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:57:02 #8 DONE 0.0s 01:57:02 01:57:02 1 warning found (use --debug to expand): 01:57:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:57:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:57:02 #1 [internal] load build definition from Dockerfile 01:57:02 #1 transferring dockerfile: 219B done 01:57:02 #1 DONE 0.0s 01:57:02 01:57:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:02 #2 DONE 0.0s 01:57:02 01:57:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:02 #3 DONE 0.0s 01:57:02 01:57:02 #4 [internal] load .dockerignore 01:57:02 #4 transferring context: 2B done 01:57:02 #4 DONE 0.0s 01:57:02 01:57:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec done 01:57:02 #5 CACHED 01:57:02 01:57:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:02 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:02 #6 CACHED 01:57:02 01:57:02 #7 exporting to image 01:57:02 #7 exporting layers 01:57:02 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:02 #7 exporting layers done 01:57:02 #7 exporting manifest sha256:56d79e310ec8db4fa34939043b8bef445517c89ed3e1aa244c3214da06fead9d done 01:57:02 #7 exporting config sha256:310fb42e9f7ad899e46d5132e4fbb57753cc43c0abf03b48583a1548ca88491e done 01:57:02 #7 exporting manifest sha256:46ae0cbb70a12fbae31b8ec1a0251439927d5fcd162effcb83249c7bfb14aa84 done 01:57:02 #7 exporting config sha256:381bc115a3208b64a675d61458f2b5f075ef08370d909f0485602bc09aa2f7ca done 01:57:02 #7 exporting manifest list sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 done 01:57:02 #7 pushing layers 0.0s done 01:57:02 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 0.1s done 01:57:02 #7 DONE 0.1s 01:57:02 01:57:02 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:57:02 #8 DONE 0.0s 01:57:02 01:57:02 1 warning found (use --debug to expand): 01:57:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:57:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:57:02 #1 [internal] load build definition from Dockerfile 01:57:02 #1 transferring dockerfile: 170B done 01:57:02 #1 DONE 0.0s 01:57:02 01:57:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:57:02 #2 DONE 0.0s 01:57:02 01:57:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:57:02 #3 DONE 0.0s 01:57:02 01:57:02 #4 [internal] load .dockerignore 01:57:02 #4 transferring context: 2B done 01:57:02 #4 DONE 0.0s 01:57:02 01:57:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:02 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:02 #5 CACHED 01:57:02 01:57:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 01:57:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:3b9472fd9351f54c0e1af22b1c0aea0386647bcc45a8a27f44fbf6f16cafd0ec 0.0s done 01:57:03 #6 CACHED 01:57:03 01:57:03 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:57:03 #7 DONE 0.0s 01:57:03 01:57:03 #8 exporting to image 01:57:03 #8 exporting layers done 01:57:03 #8 exporting manifest sha256:56d79e310ec8db4fa34939043b8bef445517c89ed3e1aa244c3214da06fead9d done 01:57:03 #8 exporting config sha256:310fb42e9f7ad899e46d5132e4fbb57753cc43c0abf03b48583a1548ca88491e done 01:57:03 #8 exporting manifest sha256:46ae0cbb70a12fbae31b8ec1a0251439927d5fcd162effcb83249c7bfb14aa84 done 01:57:03 #8 exporting config sha256:381bc115a3208b64a675d61458f2b5f075ef08370d909f0485602bc09aa2f7ca done 01:57:03 #8 exporting manifest list sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 done 01:57:03 #8 pushing layers 0.0s done 01:57:03 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:afbf83d116da4e3aa58a31419e9eefe90c3dbf998f51f20fc5164f8b35d4abc8 0.1s done 01:57:03 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:03 #8 DONE 0.1s 01:57:03 01:57:03 1 warning found (use --debug to expand): 01:57:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:57:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:57:03 #1 [internal] load build definition from Dockerfile 01:57:03 #1 transferring dockerfile: 206B done 01:57:03 #1 DONE 0.0s 01:57:03 01:57:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:03 #2 DONE 0.0s 01:57:03 01:57:03 #3 [internal] load .dockerignore 01:57:03 #3 transferring context: 2B done 01:57:03 #3 DONE 0.0s 01:57:03 01:57:03 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:03 #4 DONE 0.1s 01:57:03 01:57:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:03 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:03 #5 ... 01:57:03 01:57:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:03 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:03 #6 DONE 0.1s 01:57:03 01:57:03 #7 exporting to image 01:57:03 #7 exporting layers done 01:57:03 #7 exporting manifest sha256:2118aca21ebe75ace15214106a5d8858704072efe1e40bd6c5f5ddc456bdf7ae done 01:57:03 #7 exporting config sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 01:57:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:03 #7 ... 01:57:03 01:57:03 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:57:03 #8 DONE 0.0s 01:57:03 01:57:03 #7 exporting to image 01:57:03 #7 exporting config sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 done 01:57:03 #7 exporting manifest sha256:e964fe7e81c11ad147e1baa75f26249a2372f49ea1f56b4170b74edfe57f068d done 01:57:03 #7 exporting config sha256:aba26f337757c91cb0b35bdc4d67e73023b20100e1981aad8534f22e549cbc2a done 01:57:03 #7 exporting manifest list sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da done 01:57:03 #7 pushing layers 0.1s done 01:57:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da 01:57:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da 0.1s done 01:57:04 #7 DONE 0.2s 01:57:04 01:57:04 1 warning found (use --debug to expand): 01:57:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:57:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:57:04 #1 [internal] load build definition from Dockerfile 01:57:04 #1 transferring dockerfile: 172B done 01:57:04 #1 DONE 0.0s 01:57:04 01:57:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:57:04 #2 DONE 0.0s 01:57:04 01:57:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:57:04 #3 DONE 0.0s 01:57:04 01:57:04 #4 [internal] load .dockerignore 01:57:04 #4 transferring context: 2B done 01:57:04 #4 DONE 0.0s 01:57:04 01:57:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:04 #5 DONE 0.0s 01:57:04 01:57:04 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:04 #6 CACHED 01:57:04 01:57:04 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:04 #5 CACHED 01:57:04 01:57:04 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:57:04 #7 DONE 0.0s 01:57:04 01:57:04 #8 exporting to image 01:57:04 #8 exporting layers done 01:57:04 #8 exporting manifest sha256:2118aca21ebe75ace15214106a5d8858704072efe1e40bd6c5f5ddc456bdf7ae done 01:57:04 #8 exporting config sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 done 01:57:04 #8 exporting manifest sha256:e964fe7e81c11ad147e1baa75f26249a2372f49ea1f56b4170b74edfe57f068d done 01:57:04 #8 exporting config sha256:aba26f337757c91cb0b35bdc4d67e73023b20100e1981aad8534f22e549cbc2a done 01:57:04 #8 exporting manifest list sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da done 01:57:04 #8 pushing layers 0.0s done 01:57:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da 0.1s done 01:57:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:04 #8 DONE 0.1s 01:57:04 01:57:04 1 warning found (use --debug to expand): 01:57:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66' 01:57:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 --push - 01:57:04 #1 [internal] load build definition from Dockerfile 01:57:04 #1 transferring dockerfile: 178B done 01:57:04 #1 DONE 0.0s 01:57:04 01:57:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 01:57:04 #2 DONE 0.0s 01:57:04 01:57:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66 01:57:04 #3 DONE 0.0s 01:57:04 01:57:04 #4 [internal] load .dockerignore 01:57:04 #4 transferring context: 2B done 01:57:04 #4 DONE 0.0s 01:57:04 01:57:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:04 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a done 01:57:04 #5 CACHED 01:57:04 01:57:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:04 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:04 #6 CACHED 01:57:04 01:57:04 #7 exporting to image 01:57:04 #7 exporting layers done 01:57:04 #7 exporting manifest sha256:2118aca21ebe75ace15214106a5d8858704072efe1e40bd6c5f5ddc456bdf7ae done 01:57:04 #7 exporting config sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 done 01:57:04 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:05 #7 exporting manifest sha256:e964fe7e81c11ad147e1baa75f26249a2372f49ea1f56b4170b74edfe57f068d done 01:57:05 #7 exporting config sha256:aba26f337757c91cb0b35bdc4d67e73023b20100e1981aad8534f22e549cbc2a done 01:57:05 #7 exporting manifest list sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da done 01:57:05 #7 pushing layers 0.0s done 01:57:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.66@sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da 0.1s done 01:57:05 #7 DONE 0.1s 01:57:05 01:57:05 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:57:05 #8 DONE 0.0s 01:57:05 01:57:05 1 warning found (use --debug to expand): 01:57:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:57:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:57:05 #1 [internal] load build definition from Dockerfile 01:57:05 #1 transferring dockerfile: 219B done 01:57:05 #1 DONE 0.0s 01:57:05 01:57:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:05 #2 DONE 0.0s 01:57:05 01:57:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:05 #3 DONE 0.0s 01:57:05 01:57:05 #4 [internal] load .dockerignore 01:57:05 #4 transferring context: 2B done 01:57:05 #4 DONE 0.0s 01:57:05 01:57:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:05 #5 DONE 0.0s 01:57:05 01:57:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:05 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:05 #6 CACHED 01:57:05 01:57:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:05 #5 CACHED 01:57:05 01:57:05 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:57:05 #7 DONE 0.0s 01:57:05 01:57:05 #8 exporting to image 01:57:05 #8 exporting layers done 01:57:05 #8 exporting manifest sha256:2118aca21ebe75ace15214106a5d8858704072efe1e40bd6c5f5ddc456bdf7ae done 01:57:05 #8 exporting config sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 done 01:57:05 #8 exporting manifest sha256:e964fe7e81c11ad147e1baa75f26249a2372f49ea1f56b4170b74edfe57f068d done 01:57:05 #8 exporting config sha256:aba26f337757c91cb0b35bdc4d67e73023b20100e1981aad8534f22e549cbc2a done 01:57:05 #8 exporting manifest list sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da done 01:57:05 #8 pushing layers 0.0s done 01:57:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da 0.1s done 01:57:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:05 #8 DONE 0.1s 01:57:05 01:57:05 1 warning found (use --debug to expand): 01:57:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:57:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:57:05 #1 [internal] load build definition from Dockerfile 01:57:05 #1 transferring dockerfile: 170B done 01:57:05 #1 DONE 0.0s 01:57:05 01:57:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:57:05 #2 DONE 0.0s 01:57:05 01:57:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:57:05 #3 DONE 0.0s 01:57:05 01:57:05 #4 [internal] load .dockerignore 01:57:05 #4 transferring context: 2B done 01:57:05 #4 DONE 0.0s 01:57:05 01:57:05 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:05 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:05 #5 DONE 0.0s 01:57:05 01:57:05 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:06 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 0.0s done 01:57:06 #6 CACHED 01:57:06 01:57:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:fe40c14a8690ef5d5a5cc774a68bb987bc15968ebcc1d6d6b387d90f8ad3438a 01:57:06 #5 CACHED 01:57:06 01:57:06 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:57:06 #7 DONE 0.0s 01:57:06 01:57:06 #8 exporting to image 01:57:06 #8 exporting layers done 01:57:06 #8 exporting manifest sha256:2118aca21ebe75ace15214106a5d8858704072efe1e40bd6c5f5ddc456bdf7ae done 01:57:06 #8 exporting config sha256:660873cc6f050cb754691f926911afbea990eb06ad519901658875db60001e47 done 01:57:06 #8 exporting manifest sha256:e964fe7e81c11ad147e1baa75f26249a2372f49ea1f56b4170b74edfe57f068d done 01:57:06 #8 exporting config sha256:aba26f337757c91cb0b35bdc4d67e73023b20100e1981aad8534f22e549cbc2a done 01:57:06 #8 exporting manifest list sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da done 01:57:06 #8 pushing layers 0.0s done 01:57:06 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:ccb1db6485532573ba7bfe74eb1b9ef9970d46944501ac08337f14e956aec1da 0.1s done 01:57:06 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:06 #8 DONE 0.1s 01:57:06 01:57:06 1 warning found (use --debug to expand): 01:57:06  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:57:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:57:06 #1 [internal] load build definition from Dockerfile 01:57:06 #1 transferring dockerfile: 206B done 01:57:06 #1 DONE 0.0s 01:57:06 01:57:06 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:06 #2 DONE 0.0s 01:57:06 01:57:06 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:06 #3 DONE 0.0s 01:57:06 01:57:06 #4 [internal] load .dockerignore 01:57:06 #4 transferring context: 2B done 01:57:06 #4 DONE 0.0s 01:57:06 01:57:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:06 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 done 01:57:06 #5 DONE 0.0s 01:57:06 01:57:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:06 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:06 #6 DONE 0.0s 01:57:06 01:57:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:06 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 done 01:57:06 #5 DONE 0.1s 01:57:06 01:57:06 #7 exporting to image 01:57:06 #7 exporting layers done 01:57:06 #7 exporting manifest sha256:dbb2db0f226e9b61a0faee8e4cbcfb65386f97ec6ab5ba57b7ca52e805a81ca6 0.0s done 01:57:06 #7 exporting config sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 01:57:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:06 #7 ... 01:57:06 01:57:06 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:57:06 #8 DONE 0.0s 01:57:06 01:57:06 #7 exporting to image 01:57:06 #7 exporting config sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 done 01:57:06 #7 exporting manifest sha256:080635e35f2d2d25e6efaf618e175e0fea92e1f56f0daa462e7acbb0913c3a0a done 01:57:06 #7 exporting config sha256:842e601da4d65748c4914f1177ee1f9ba68af718fa605b3a9b8e62fbd0b1daf7 done 01:57:06 #7 exporting manifest list sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 done 01:57:06 #7 pushing layers 0.1s done 01:57:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 01:57:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 0.1s done 01:57:07 #7 DONE 0.2s 01:57:07 01:57:07 1 warning found (use --debug to expand): 01:57:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:57:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:57:07 #1 [internal] load build definition from Dockerfile 01:57:07 #1 transferring dockerfile: 172B done 01:57:07 #1 DONE 0.0s 01:57:07 01:57:07 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:57:07 #2 DONE 0.0s 01:57:07 01:57:07 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:57:07 #3 DONE 0.0s 01:57:07 01:57:07 #4 [internal] load .dockerignore 01:57:07 #4 transferring context: 2B done 01:57:07 #4 DONE 0.0s 01:57:07 01:57:07 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:07 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 done 01:57:07 #5 CACHED 01:57:07 01:57:07 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:07 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:07 #6 CACHED 01:57:07 01:57:07 #7 exporting to image 01:57:07 #7 exporting layers done 01:57:07 #7 exporting manifest sha256:dbb2db0f226e9b61a0faee8e4cbcfb65386f97ec6ab5ba57b7ca52e805a81ca6 done 01:57:07 #7 exporting config sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 done 01:57:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:07 #7 exporting manifest sha256:080635e35f2d2d25e6efaf618e175e0fea92e1f56f0daa462e7acbb0913c3a0a done 01:57:07 #7 exporting config sha256:842e601da4d65748c4914f1177ee1f9ba68af718fa605b3a9b8e62fbd0b1daf7 done 01:57:07 #7 exporting manifest list sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 done 01:57:07 #7 pushing layers 0.0s done 01:57:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 0.1s done 01:57:07 #7 DONE 0.1s 01:57:07 01:57:07 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:57:07 #8 DONE 0.0s 01:57:07 01:57:07 1 warning found (use --debug to expand): 01:57:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66' 01:57:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 --push - 01:57:07 #1 [internal] load build definition from Dockerfile 01:57:07 #1 transferring dockerfile: 178B done 01:57:07 #1 DONE 0.0s 01:57:07 01:57:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 01:57:07 #2 DONE 0.0s 01:57:07 01:57:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66 01:57:07 #3 DONE 0.0s 01:57:07 01:57:07 #4 [internal] load .dockerignore 01:57:07 #4 transferring context: 2B done 01:57:07 #4 DONE 0.0s 01:57:07 01:57:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:07 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:07 #5 DONE 0.0s 01:57:07 01:57:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:08 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:08 #6 CACHED 01:57:08 01:57:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:08 #5 CACHED 01:57:08 01:57:08 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:57:08 #7 DONE 0.0s 01:57:08 01:57:08 #8 exporting to image 01:57:08 #8 exporting layers done 01:57:08 #8 exporting manifest sha256:dbb2db0f226e9b61a0faee8e4cbcfb65386f97ec6ab5ba57b7ca52e805a81ca6 done 01:57:08 #8 exporting config sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 done 01:57:08 #8 exporting manifest sha256:080635e35f2d2d25e6efaf618e175e0fea92e1f56f0daa462e7acbb0913c3a0a done 01:57:08 #8 exporting config sha256:842e601da4d65748c4914f1177ee1f9ba68af718fa605b3a9b8e62fbd0b1daf7 done 01:57:08 #8 exporting manifest list sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 done 01:57:08 #8 pushing layers 0.0s done 01:57:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.66@sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 0.1s done 01:57:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:08 #8 DONE 0.1s 01:57:08 01:57:08 1 warning found (use --debug to expand): 01:57:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:57:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:57:08 #1 [internal] load build definition from Dockerfile 01:57:08 #1 transferring dockerfile: 219B done 01:57:08 #1 DONE 0.0s 01:57:08 01:57:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:08 #2 DONE 0.0s 01:57:08 01:57:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:08 #3 DONE 0.0s 01:57:08 01:57:08 #4 [internal] load .dockerignore 01:57:08 #4 transferring context: 2B done 01:57:08 #4 DONE 0.0s 01:57:08 01:57:08 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:08 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:08 #5 CACHED 01:57:08 01:57:08 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:08 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:08 #6 CACHED 01:57:08 01:57:08 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:57:08 #7 DONE 0.0s 01:57:08 01:57:08 #8 exporting to image 01:57:08 #8 exporting layers done 01:57:08 #8 exporting manifest sha256:dbb2db0f226e9b61a0faee8e4cbcfb65386f97ec6ab5ba57b7ca52e805a81ca6 done 01:57:08 #8 exporting config sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 done 01:57:08 #8 exporting manifest sha256:080635e35f2d2d25e6efaf618e175e0fea92e1f56f0daa462e7acbb0913c3a0a done 01:57:08 #8 exporting config sha256:842e601da4d65748c4914f1177ee1f9ba68af718fa605b3a9b8e62fbd0b1daf7 done 01:57:08 #8 exporting manifest list sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 done 01:57:08 #8 pushing layers 0.0s done 01:57:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 0.1s done 01:57:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:08 #8 DONE 0.1s 01:57:08 01:57:08 1 warning found (use --debug to expand): 01:57:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:57:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:57:08 #1 [internal] load build definition from Dockerfile 01:57:08 #1 transferring dockerfile: 170B done 01:57:08 #1 DONE 0.0s 01:57:08 01:57:08 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:57:08 #2 DONE 0.0s 01:57:08 01:57:08 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:57:08 #3 DONE 0.0s 01:57:08 01:57:08 #4 [internal] load .dockerignore 01:57:08 #4 transferring context: 2B done 01:57:08 #4 DONE 0.0s 01:57:08 01:57:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:08 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:08 #5 CACHED 01:57:08 01:57:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 01:57:08 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e60b560f5f92fce97b7b3513269f54207a285f87c5ed9c3d382e79078f6ceed5 0.0s done 01:57:08 #6 CACHED 01:57:08 01:57:08 #7 exporting to image 01:57:08 #7 exporting layers 01:57:08 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:09 #7 exporting layers done 01:57:09 #7 exporting manifest sha256:dbb2db0f226e9b61a0faee8e4cbcfb65386f97ec6ab5ba57b7ca52e805a81ca6 done 01:57:09 #7 exporting config sha256:f00527a93fa1b6ade320af79695ac7c1ed77b36fe437915921a8bf8e28d3e7b6 done 01:57:09 #7 exporting manifest sha256:080635e35f2d2d25e6efaf618e175e0fea92e1f56f0daa462e7acbb0913c3a0a done 01:57:09 #7 exporting config sha256:842e601da4d65748c4914f1177ee1f9ba68af718fa605b3a9b8e62fbd0b1daf7 done 01:57:09 #7 exporting manifest list sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 done 01:57:09 #7 pushing layers 0.0s done 01:57:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:e3d9b36f2c255491da5f781a92561441d711f59ad4a6043013f5e0c4751cfeb1 0.1s done 01:57:09 #7 DONE 0.1s 01:57:09 01:57:09 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:57:09 #8 DONE 0.0s 01:57:09 01:57:09 1 warning found (use --debug to expand): 01:57:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0' 01:57:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 --push - 01:57:09 #1 [internal] load build definition from Dockerfile 01:57:09 #1 transferring dockerfile: 202B done 01:57:09 #1 DONE 0.0s 01:57:09 01:57:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:09 #2 DONE 0.0s 01:57:09 01:57:09 #3 [internal] load .dockerignore 01:57:09 #3 transferring context: 2B done 01:57:09 #3 DONE 0.0s 01:57:09 01:57:09 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 01:57:09 #4 DONE 0.1s 01:57:09 01:57:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:09 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:09 #5 DONE 0.0s 01:57:09 01:57:09 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:09 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:09 #6 DONE 0.1s 01:57:09 01:57:09 #7 exporting to image 01:57:09 #7 exporting layers done 01:57:09 #7 exporting manifest sha256:1e47baef06656240f50a666189f78705fb4f35e3ffaf5404241e78ca85a6b347 done 01:57:09 #7 exporting config sha256:0623f2c76d640aeb087f145e815cde1c21bcf80ae6b1b59942f98be436099988 done 01:57:09 #7 exporting manifest sha256:02256ea9517a988a6550ebe3a8f4c8d897c43c7003eb8b72316bc48186add6cb done 01:57:09 #7 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a 01:57:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:09 #7 ... 01:57:09 01:57:09 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:57:09 #8 DONE 0.0s 01:57:09 01:57:09 #7 exporting to image 01:57:09 #7 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a done 01:57:09 #7 exporting manifest list sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c done 01:57:09 #7 pushing layers 0.1s done 01:57:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c 01:57:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0@sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c 0.1s done 01:57:10 #7 DONE 0.2s 01:57:10 01:57:10 1 warning found (use --debug to expand): 01:57:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:57:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:57:10 #1 [internal] load build definition from Dockerfile 01:57:10 #1 transferring dockerfile: 168B done 01:57:10 #1 DONE 0.0s 01:57:10 01:57:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:57:10 #2 DONE 0.0s 01:57:10 01:57:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:57:10 #3 DONE 0.0s 01:57:10 01:57:10 #4 [internal] load .dockerignore 01:57:10 #4 transferring context: 2B done 01:57:10 #4 DONE 0.0s 01:57:10 01:57:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:10 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:10 #5 CACHED 01:57:10 01:57:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:10 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:10 #6 CACHED 01:57:10 01:57:10 #7 exporting to image 01:57:10 #7 exporting layers 01:57:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:10 #7 exporting layers done 01:57:10 #7 exporting manifest sha256:1e47baef06656240f50a666189f78705fb4f35e3ffaf5404241e78ca85a6b347 done 01:57:10 #7 exporting config sha256:0623f2c76d640aeb087f145e815cde1c21bcf80ae6b1b59942f98be436099988 done 01:57:10 #7 exporting manifest sha256:02256ea9517a988a6550ebe3a8f4c8d897c43c7003eb8b72316bc48186add6cb done 01:57:10 #7 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a done 01:57:10 #7 exporting manifest list sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c done 01:57:10 #7 pushing layers 0.0s done 01:57:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c 0.1s done 01:57:10 #7 DONE 0.1s 01:57:10 01:57:10 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:57:10 #8 DONE 0.0s 01:57:10 01:57:10 1 warning found (use --debug to expand): 01:57:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66' 01:57:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 --push - 01:57:10 #1 [internal] load build definition from Dockerfile 01:57:10 #1 transferring dockerfile: 174B done 01:57:10 #1 DONE 0.0s 01:57:10 01:57:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 01:57:10 #2 DONE 0.0s 01:57:10 01:57:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66 01:57:10 #3 DONE 0.0s 01:57:10 01:57:10 #4 [internal] load .dockerignore 01:57:10 #4 transferring context: 2B done 01:57:10 #4 DONE 0.0s 01:57:10 01:57:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:10 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:10 #5 CACHED 01:57:10 01:57:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:10 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:10 #6 CACHED 01:57:10 01:57:10 #7 exporting to image 01:57:10 #7 exporting layers done 01:57:10 #7 exporting manifest sha256:1e47baef06656240f50a666189f78705fb4f35e3ffaf5404241e78ca85a6b347 done 01:57:10 #7 exporting config sha256:0623f2c76d640aeb087f145e815cde1c21bcf80ae6b1b59942f98be436099988 done 01:57:10 #7 exporting manifest sha256:02256ea9517a988a6550ebe3a8f4c8d897c43c7003eb8b72316bc48186add6cb 01:57:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:11 #7 exporting manifest sha256:02256ea9517a988a6550ebe3a8f4c8d897c43c7003eb8b72316bc48186add6cb done 01:57:11 #7 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a done 01:57:11 #7 exporting manifest list sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c done 01:57:11 #7 pushing layers 0.0s done 01:57:11 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.66@sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c 0.1s done 01:57:11 #7 DONE 0.1s 01:57:11 01:57:11 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:57:11 #8 DONE 0.0s 01:57:11 01:57:11 1 warning found (use --debug to expand): 01:57:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66' 01:57:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 --push - 01:57:11 #1 [internal] load build definition from Dockerfile 01:57:11 #1 transferring dockerfile: 215B done 01:57:11 #1 DONE 0.0s 01:57:11 01:57:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:11 #2 DONE 0.0s 01:57:11 01:57:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 01:57:11 #3 DONE 0.0s 01:57:11 01:57:11 #4 [internal] load .dockerignore 01:57:11 #4 transferring context: 2B done 01:57:11 #4 DONE 0.0s 01:57:11 01:57:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:11 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:11 #5 DONE 0.0s 01:57:11 01:57:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:11 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:11 #6 CACHED 01:57:11 01:57:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:11 #5 CACHED 01:57:11 01:57:11 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:57:11 #7 DONE 0.0s 01:57:11 01:57:11 #8 exporting to image 01:57:11 #8 exporting layers done 01:57:11 #8 exporting manifest sha256:1e47baef06656240f50a666189f78705fb4f35e3ffaf5404241e78ca85a6b347 done 01:57:11 #8 exporting config sha256:0623f2c76d640aeb087f145e815cde1c21bcf80ae6b1b59942f98be436099988 done 01:57:11 #8 exporting manifest sha256:02256ea9517a988a6550ebe3a8f4c8d897c43c7003eb8b72316bc48186add6cb done 01:57:11 #8 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a done 01:57:11 #8 exporting manifest list sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c done 01:57:11 #8 pushing layers 0.0s done 01:57:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66@sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c 0.1s done 01:57:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:11 #8 DONE 0.1s 01:57:11 01:57:11 1 warning found (use --debug to expand): 01:57:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:57:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:57:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:57:12 #1 [internal] load build definition from Dockerfile 01:57:12 #1 transferring dockerfile: 166B done 01:57:12 #1 DONE 0.0s 01:57:12 01:57:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:57:12 #2 DONE 0.0s 01:57:12 01:57:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:57:12 #3 DONE 0.0s 01:57:12 01:57:12 #4 [internal] load .dockerignore 01:57:12 #4 transferring context: 2B done 01:57:12 #4 DONE 0.0s 01:57:12 01:57:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:12 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 done 01:57:12 #5 CACHED 01:57:12 01:57:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 01:57:12 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f1fc4a6e0f1c9136db97441945d5ea8862f35294db4d520ad06d6c930ea64c26 0.0s done 01:57:12 #6 CACHED 01:57:12 01:57:12 #7 exporting to image 01:57:12 #7 exporting layers done 01:57:12 #7 exporting manifest sha256:1e47baef06656240f50a666189f78705fb4f35e3ffaf5404241e78ca85a6b347 done 01:57:12 #7 exporting config sha256:0623f2c76d640aeb087f145e815cde1c21bcf80ae6b1b59942f98be436099988 done 01:57:12 #7 exporting manifest sha256:02256ea9517a988a6550ebe3a8f4c8d897c43c7003eb8b72316bc48186add6cb done 01:57:12 #7 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a 01:57:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:57:12 #7 exporting config sha256:efea9183d2d0f38f9f8a4955035907e71d66e90897200ee50f17d6425b4da15a done 01:57:12 #7 exporting manifest list sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c done 01:57:12 #7 pushing layers 0.0s done 01:57:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:f1190cfaf0efb1ab5c7528cc0081bada37785eb1c987726e572319babed8892c 0.1s done 01:57:12 #7 DONE 0.1s 01:57:12 01:57:12 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:57:12 #8 DONE 0.0s 01:57:12 01:57:12 1 warning found (use --debug to expand): 01:57:12  - 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 01:57:12 + '[' -d /w/workspace/edgex-go/910/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:57:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:57:13 ---> package-listing.sh 01:57:13 ++ facter osfamily 01:57:13 ++ tr '[:upper:]' '[:lower:]' 01:57:13 + OS_FAMILY=redhat 01:57:13 + workspace=/w/workspace/edgex-go/910 01:57:13 + START_PACKAGES=/tmp/packages_start.txt 01:57:13 + END_PACKAGES=/tmp/packages_end.txt 01:57:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:57:13 + PACKAGES=/tmp/packages_start.txt 01:57:13 + '[' /w/workspace/edgex-go/910 ']' 01:57:13 + PACKAGES=/tmp/packages_end.txt 01:57:13 + case "${OS_FAMILY}" in 01:57:13 + sort 01:57:13 + rpm -qa 01:57:14 + '[' -f /tmp/packages_start.txt ']' 01:57:14 + '[' -f /tmp/packages_end.txt ']' 01:57:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:57:14 + '[' /w/workspace/edgex-go/910 ']' 01:57:14 + mkdir -p /w/workspace/edgex-go/910/archives/ 01:57:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/910/archives/ [Pipeline] echo 01:57:14 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/910/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:57:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:57:15 01:57:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:57:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:57:15 latest: Pulling from edgex-lftools-log-publisher 01:57:15 5eb5b503b376: Pulling fs layer 01:57:15 5c69ac0246d0: Pulling fs layer 01:57:15 ec43610c2a17: Pulling fs layer 01:57:15 3a2ae6a8a46f: Pulling fs layer 01:57:15 33b1e0a273af: Pulling fs layer 01:57:15 5d3b04190fa2: Pulling fs layer 01:57:15 2f39f015ded8: Pulling fs layer 01:57:15 3a2ae6a8a46f: Waiting 01:57:15 33b1e0a273af: Waiting 01:57:15 5d3b04190fa2: Waiting 01:57:15 2f39f015ded8: Waiting 01:57:15 5c69ac0246d0: Verifying Checksum 01:57:15 5c69ac0246d0: Download complete 01:57:15 3a2ae6a8a46f: Verifying Checksum 01:57:15 3a2ae6a8a46f: Download complete 01:57:15 33b1e0a273af: Verifying Checksum 01:57:15 33b1e0a273af: Download complete 01:57:15 ec43610c2a17: Verifying Checksum 01:57:15 ec43610c2a17: Download complete 01:57:15 5d3b04190fa2: Verifying Checksum 01:57:15 5d3b04190fa2: Download complete 01:57:15 5eb5b503b376: Verifying Checksum 01:57:15 5eb5b503b376: Download complete 01:57:16 2f39f015ded8: Verifying Checksum 01:57:16 2f39f015ded8: Download complete 01:57:16 5eb5b503b376: Pull complete 01:57:17 5c69ac0246d0: Pull complete 01:57:17 ec43610c2a17: Pull complete 01:57:17 3a2ae6a8a46f: Pull complete 01:57:17 33b1e0a273af: Pull complete 01:57:17 5d3b04190fa2: Pull complete 01:57:22 2f39f015ded8: Pull complete 01:57:22 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:57:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:57:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:57:22 prd-centos7-docker-4c-2g-128258 does not seem to be running inside a container 01:57:22 $ 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/910/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 01:57:25 $ docker top 346785aa8e3d5739a461726c816e6cb2c2ccf5f2009c3d29ae18fd5140cf3b8d -eo pid,comm [Pipeline] { [Pipeline] sh 01:57:25 + touch /tmp/pre-build-complete [Pipeline] sh 01:57:26 + mkdir -p /var/log/sysstat [Pipeline] sh 01:57:26 + ls /var/log/sa-host 01:57:26 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:57:26 provisioning config files... 01:57:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config13999224115796222744tmp [Pipeline] { [Pipeline] echo 01:57:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:57:26 ---> create-netrc.sh [Pipeline] } 01:57:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:57:27 ---> python-tools-install.sh [Pipeline] echo 01:57:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:57:27 ---> sudo-logs.sh 01:57:27 Archiving 'sudo' log.. 01:57:27 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:57:27 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:57:27 $ docker stop --time=1 346785aa8e3d5739a461726c816e6cb2c2ccf5f2009c3d29ae18fd5140cf3b8d 01:57:28 $ docker rm -f --volumes 346785aa8e3d5739a461726c816e6cb2c2ccf5f2009c3d29ae18fd5140cf3b8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:57:28 [WS-CLEANUP] Deleting project workspace... 01:57:28 [WS-CLEANUP] Deferred wipeout is used... 01:57:28 [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] } 02:14:14 #144 ... 02:14:14 02:14:14 #152 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:14:14 #152 DONE 1132.7s 02:14:14 02:14:14 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:14:14 #146 ... 02:14:14 02:14:14 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:14:14 #155 DONE 0.2s 02:14:14 02:14:14 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:14:14 #156 DONE 0.1s 02:14:14 02:14:14 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:14:14 #157 DONE 0.3s 02:14:14 02:14:14 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:14:14 #131 ... 02:14:14 02:14:14 #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 02:14:14 #158 DONE 0.1s 02:14:14 02:14:14 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:14:14 #159 DONE 0.1s 02:14:14 02:14:14 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:14:14 #131 ... 02:14:14 02:14:14 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:14:14 #160 DONE 2.1s 02:14:14 02:14:14 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:14:14 #150 ... 02:14:14 02:14:14 #107 [core-common-config-bootstrapper] exporting to image 02:14:14 #107 exporting layers 02:14:14 #107 exporting layers 0.8s done 02:14:14 #107 writing image sha256:43f9043c7023bf1a9a1f24729cb8daef977d32d7c07e0a84c273694642c573e7 done 02:14:14 #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done 02:14:14 #107 DONE 6.7s 02:14:14 02:14:14 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:14:26 #131 ... 02:14:26 02:14:26 #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:14:26 #149 DONE 1156.1s 02:14:26 02:14:26 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:14:26 #161 DONE 0.3s 02:14:26 02:14:26 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:14:28 #162 DONE 2.5s 02:14:28 02:14:28 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:14:28 #153 ... 02:14:28 02:14:28 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:14:28 #163 DONE 0.2s 02:14:28 02:14:28 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:14:28 #164 DONE 0.3s 02:14:28 02:14:28 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:14:29 #165 DONE 0.3s 02:14:29 02:14:29 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:14:29 #146 ... 02:14:29 02:14:29 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:14:29 #166 DONE 0.1s 02:14:29 02:14:29 #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/ 02:14:29 #167 DONE 0.1s 02:14:29 02:14:29 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:29 #44 ... 02:14:29 02:14:29 #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/ 02:14:29 #168 DONE 0.1s 02:14:29 02:14:29 #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/ 02:14:29 #169 DONE 0.1s 02:14:29 02:14:29 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:14:30 #131 ... 02:14:30 02:14:30 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:14:30 #170 DONE 0.1s 02:14:30 02:14:30 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:14:32 #171 DONE 2.1s 02:14:32 02:14:32 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:14:32 #44 ... 02:14:32 02:14:32 #107 [security-bootstrapper] exporting to image 02:14:32 #107 exporting layers 02:14:33 #107 exporting layers 1.1s done 02:14:33 #107 writing image sha256:167576cd1950406de9d8470f3d726b2db57a7a4455db424647a94447858757f5 done 02:14:33 #107 naming to docker.io/library/security-bootstrapper-arm64 done 02:14:33 #107 DONE 7.8s 02:14:33 02:14:33 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:25 #44 ... 02:30:25 02:30:25 #145 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:30:25 #145 DONE 2106.3s 02:30:25 02:30:25 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:30:25 #153 ... 02:30:25 02:30:25 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:30:25 #172 DONE 0.2s 02:30:25 02:30:25 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:25 #44 ... 02:30:25 02:30:25 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:30:25 #173 DONE 0.2s 02:30:25 02:30:25 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:30:25 #131 ... 02:30:25 02:30:25 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:30:25 #174 DONE 0.4s 02:30:25 02:30:25 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:30:25 #147 ... 02:30:25 02:30:25 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:30:25 #175 DONE 0.2s 02:30:25 02:30:25 #107 [core-command] exporting to image 02:30:25 #107 exporting layers 02:30:25 #107 exporting layers 0.8s done 02:30:25 #107 writing image sha256:41f50ebd04a1f8b8b27bcac630ac9e63a0ac26b6049887584caa2cb126b5de49 done 02:30:25 #107 naming to docker.io/library/core-command-arm64 done 02:30:25 #107 DONE 8.6s 02:30:25 02:30:25 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:47 #44 ... 02:30:47 02:30:47 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:30:47 #150 2135.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.66 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:30:58 #150 ... 02:30:58 02:30:58 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:30:58 #154 DONE 2147.5s 02:30:58 02:30:58 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:58 #44 ... 02:30:58 02:30:58 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:30:58 #176 DONE 0.3s 02:30:58 02:30:58 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:58 #44 ... 02:30:58 02:30:58 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:30:58 #177 DONE 0.1s 02:30:58 02:30:58 #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 02:30:58 #178 DONE 0.1s 02:30:58 02:30:58 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:58 #44 ... 02:30:58 02:30:58 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:30:58 #179 DONE 0.1s 02:30:58 02:30:58 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:30:58 #180 DONE 0.5s 02:30:58 02:30:58 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:30:58 #181 DONE 0.1s 02:30:58 02:30:58 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:30:59 #44 ... 02:30:59 02:30:59 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:31:01 #182 DONE 2.1s 02:31:01 02:31:01 #107 [security-proxy-setup] exporting to image 02:31:01 #107 exporting layers 02:31:02 #107 exporting layers 1.3s done 02:31:02 #107 writing image sha256:4232741baea2b52369e81c0e821ce975c53ebdb8e8b7fa3ae55982db965849d7 0.0s done 02:31:02 #107 naming to docker.io/library/security-proxy-setup-arm64 done 02:31:02 #107 DONE 10.0s 02:31:02 02:31:02 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:31:17 #44 ... 02:31:17 02:31:17 #150 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:31:17 #150 DONE 2167.7s 02:31:17 02:31:17 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:31:18 #153 ... 02:31:18 02:31:18 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:31:18 #183 DONE 0.2s 02:31:18 02:31:18 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:31:18 #184 DONE 0.2s 02:31:18 02:31:18 #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 02:31:18 #185 DONE 0.1s 02:31:18 02:31:18 #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 02:31:18 #186 DONE 0.1s 02:31:18 02:31:18 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:31:19 #187 DONE 0.1s 02:31:19 02:31:19 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:31:19 #188 DONE 0.5s 02:31:19 02:31:19 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:31:20 #189 DONE 0.5s 02:31:20 02:31:20 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:31:20 #44 ... 02:31:20 02:31:20 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:31:20 #190 DONE 0.1s 02:31:20 02:31:20 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:31:22 #191 DONE 2.0s 02:31:22 02:31:22 #107 [security-secretstore-setup] exporting to image 02:31:22 #107 exporting layers 02:31:23 #107 exporting layers 1.6s done 02:31:23 #107 writing image sha256:77bf7e33af9fc25c97ca5eff0a735c9a9d25d3e4fd7113e789f28da14cffbd94 done 02:31:23 #107 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 02:31:23 #107 DONE 11.6s 02:31:23 02:31:23 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:32:20 #44 ... 02:32:20 02:32:20 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:32:20 #153 DONE 2230.5s 02:32:20 02:32:20 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:32:20 #148 ... 02:32:20 02:32:20 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:32:20 #192 DONE 0.3s 02:32:20 02:32:20 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:32:20 #131 ... 02:32:20 02:32:20 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:32:21 #193 DONE 0.3s 02:32:21 02:32:21 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:32:21 #194 DONE 0.5s 02:32:21 02:32:21 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:32:21 #146 ... 02:32:21 02:32:21 #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 02:32:21 #195 DONE 0.1s 02:32:21 02:32:21 #107 [security-spiffe-token-provider] exporting to image 02:32:21 #107 exporting layers 02:32:23 #107 exporting layers 1.1s done 02:32:23 #107 writing image sha256:99b9f824149d8ffb9c2aeae2e6087db4bb8918a45d299223e92873f279f66f07 done 02:32:23 #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:32:23 #107 DONE 12.7s 02:32:23 02:32:23 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:02 #44 ... 02:33:02 02:33:02 #144 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:33:02 #144 DONE 2272.2s 02:33:02 02:33:02 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:33:02 #147 ... 02:33:02 02:33:02 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:33:02 #196 DONE 0.2s 02:33:02 02:33:02 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:33:02 #197 DONE 0.2s 02:33:02 02:33:02 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:33:02 #147 ... 02:33:02 02:33:02 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:33:03 #198 DONE 0.4s 02:33:03 02:33:03 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:33:03 #151 ... 02:33:03 02:33:03 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:33:03 #199 DONE 0.1s 02:33:03 02:33:03 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:33:03 #200 DONE 0.2s 02:33:03 02:33:03 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:33:05 #201 DONE 2.0s 02:33:05 02:33:05 #107 [security-proxy-auth] exporting to image 02:33:05 #107 exporting layers 02:33:06 #107 exporting layers 0.9s done 02:33:06 #107 writing image sha256:4550c01bf56fc9fb0404120e7527e9d4fb27b326aec193fee4525f3b1b1ed434 done 02:33:06 #107 naming to docker.io/library/security-proxy-auth-arm64 done 02:33:06 #107 DONE 13.6s 02:33:06 02:33:06 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:07 #44 ... 02:33:07 02:33:07 #147 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:33:07 #147 DONE 2277.6s 02:33:07 02:33:07 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:07 #44 ... 02:33:07 02:33:07 #202 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:33:07 #202 DONE 0.2s 02:33:07 02:33:07 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:08 #131 ... 02:33:08 02:33:08 #203 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:33:08 #203 DONE 0.7s 02:33:08 02:33:08 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:33:08 #151 ... 02:33:08 02:33:08 #204 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:33:08 #204 DONE 0.3s 02:33:08 02:33:08 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:08 #44 ... 02:33:08 02:33:08 #107 [core-keeper] exporting to image 02:33:09 #107 exporting layers 0.5s done 02:33:09 #107 writing image sha256:2317a3be76bd0bd174810b351b979a7bd4f347e9a68cdc0404931d51d82322f7 done 02:33:09 #107 naming to docker.io/library/core-keeper-arm64 done 02:33:09 #107 DONE 14.1s 02:33:09 02:33:09 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:13 #131 ... 02:33:13 02:33:13 #151 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:33:13 #151 DONE 2283.5s 02:33:13 02:33:13 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:33:13 #148 ... 02:33:13 02:33:13 #205 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:33:13 #205 DONE 0.1s 02:33:13 02:33:13 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:33:14 #148 ... 02:33:14 02:33:14 #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:33:14 #206 DONE 0.2s 02:33:14 02:33:14 #207 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:33:14 #207 DONE 0.6s 02:33:14 02:33:14 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:33:15 #208 ... 02:33:15 02:33:15 #146 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:33:15 #146 DONE 2285.4s 02:33:15 02:33:15 #208 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:33:15 #208 DONE 0.3s 02:33:15 02:33:15 #107 [core-data] exporting to image 02:33:15 #107 exporting layers 02:33:16 #107 exporting layers 1.1s done 02:33:16 #107 writing image sha256:4f6902c51ae1181ccebb592656e7fcf095692e70bd8d22f3c67cf4481033cbd3 0.0s done 02:33:16 #107 naming to docker.io/library/core-data-arm64 done 02:33:16 #107 DONE 15.3s 02:33:16 02:33:16 #209 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:33:16 #209 DONE 0.2s 02:33:16 02:33:16 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:16 #44 ... 02:33:16 02:33:16 #210 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:33:16 #210 DONE 0.1s 02:33:16 02:33:16 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:33:17 #211 DONE 0.5s 02:33:17 02:33:17 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:33:17 #212 DONE 0.1s 02:33:17 02:33:17 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:17 #44 ... 02:33:17 02:33:17 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:33:17 #213 DONE 0.1s 02:33:17 02:33:17 #107 [core-metadata] exporting to image 02:33:17 #107 exporting layers 0.7s done 02:33:17 #107 writing image sha256:547281920f663214b3fecb5240167c4b6fd4ab8b931d0427db3139fd8dd101a8 02:33:18 #107 writing image sha256:547281920f663214b3fecb5240167c4b6fd4ab8b931d0427db3139fd8dd101a8 done 02:33:18 #107 naming to docker.io/library/core-metadata-arm64 done 02:33:18 #107 DONE 16.0s 02:33:18 02:33:18 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:44 #131 ... 02:33:44 02:33:44 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:33:44 #148 DONE 2311.7s 02:33:44 02:33:44 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:44 #131 ... 02:33:44 02:33:44 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:33:44 #214 DONE 0.1s 02:33:44 02:33:44 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:33:44 #215 DONE 0.1s 02:33:44 02:33:44 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:44 #131 ... 02:33:44 02:33:44 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:33:44 #216 DONE 0.4s 02:33:44 02:33:44 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:33:44 #217 DONE 0.1s 02:33:44 02:33:44 #107 [support-scheduler] exporting to image 02:33:44 #107 exporting layers 02:33:44 #107 exporting layers 1.1s done 02:33:44 #107 writing image sha256:2ee90022cbb4cbb29cde02e4c83968c4c677e459c24e277713d48ba234170bb4 done 02:33:44 #107 naming to docker.io/library/support-scheduler-arm64 done 02:33:44 #107 DONE 17.1s 02:33:44 02:33:44 #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:33:47 #131 DONE 2318.0s 02:33:47 02:33:47 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:47 #44 ... 02:33:47 02:33:47 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:33:47 #218 DONE 0.1s 02:33:48 02:33:48 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:48 #44 ... 02:33:48 02:33:48 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:33:48 #219 DONE 0.1s 02:33:48 02:33:48 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:33:48 #220 DONE 0.6s 02:33:48 02:33:48 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:48 #44 ... 02:33:48 02:33:48 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:33:48 #221 DONE 0.1s 02:33:48 02:33:48 #107 [support-notifications] exporting to image 02:33:48 #107 exporting layers 02:33:49 #107 exporting layers 0.6s done 02:33:49 #107 writing image sha256:3494bc3cca188ca7ff2876d78d27380bafdc129dbe6e26e8065d2cf06dbf1abe done 02:33:49 #107 naming to docker.io/library/support-notifications-arm64 done 02:33:49 #107 DONE 17.7s 02:33:49 02:33:49 #44 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:33:49 time="2025-10-09T01:52:29Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:33:49 $ docker stop --time=1 a72418950c263db48a4b433a77435f05f9dc3e2e867551ca9ed0ee9cded1758b 02:33:51 $ docker rm -f --volumes a72418950c263db48a4b433a77435f05f9dc3e2e867551ca9ed0ee9cded1758b [Pipeline] // withDockerContainer [Pipeline] sh 02:33:51 + docker images 02:33:51 REPOSITORY TAG IMAGE ID CREATED SIZE 02:33:51 support-notifications-arm64 latest 3494bc3cca18 3 seconds ago 60.3MB 02:33:51 support-scheduler-arm64 latest 2ee90022cbb4 9 seconds ago 56.5MB 02:33:51 core-metadata-arm64 latest 547281920f66 34 seconds ago 52.8MB 02:33:51 core-data-arm64 latest 4f6902c51ae1 37 seconds ago 52.8MB 02:33:51 core-keeper-arm64 latest 2317a3be76bd 43 seconds ago 45.4MB 02:33:51 security-proxy-auth-arm64 latest 4550c01bf56f 46 seconds ago 52MB 02:33:51 security-spiffe-token-provider-arm64 latest 99b9f824149d About a minute ago 56.2MB 02:33:51 security-secretstore-setup-arm64 latest 77bf7e33af9f 2 minutes ago 86.4MB 02:33:51 security-proxy-setup-arm64 latest 4232741baea2 2 minutes ago 56.5MB 02:33:51 core-command-arm64 latest 41f50ebd04a1 3 minutes ago 47.2MB 02:33:51 security-bootstrapper-arm64 latest 167576cd1950 19 minutes ago 28.3MB 02:33:51 core-common-config-bootstrapper-arm64 latest 43f9043c7023 19 minutes ago 27.2MB 02:33:51 security-spire-agent-arm64 latest ccaa86923f9c 40 minutes ago 194MB 02:33:51 security-spire-server-arm64 latest edc4df8b0819 40 minutes ago 151MB 02:33:51 security-spire-config-arm64 latest b9ae621986f2 40 minutes ago 150MB 02:33:51 ci-base-image-arm64 latest 7e88392dbac7 42 minutes ago 922MB 02:33:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 2 months ago 566MB 02:33:51 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 02:33:51 provisioning config files... 02:33:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/910@tmp/config12338946531978144189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:33:52 ---> ****-login.sh 02:33:52 nexus3.edgexfoundry.org:10001 02:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:33:52 Configure a credential helper to remove this warning. See 02:33:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:33:52 02:33:52 Login Succeeded 02:33:52 nexus3.edgexfoundry.org:10002 02:33:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:33:52 Configure a credential helper to remove this warning. See 02:33:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:33:52 02:33:52 Login Succeeded 02:33:52 nexus3.edgexfoundry.org:10003 02:33:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:33:53 Configure a credential helper to remove this warning. See 02:33:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:33:53 02:33:53 Login Succeeded 02:33:53 nexus3.edgexfoundry.org:10004 02:33:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:33:53 Configure a credential helper to remove this warning. See 02:33:53 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:33:53 02:33:53 Login Succeeded 02:33:53 ****.io 02:33:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:33:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:33:54 Configure a credential helper to remove this warning. See 02:33:54 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:33:54 02:33:54 Login Succeeded 02:33:54 ---> ****-login.sh ends [Pipeline] } 02:33:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:33:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:33:54 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:33:54 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:33:54 latest 02:33:54 4.1.0-dev.66 02:33:54 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:33:54 main 02:33:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:54 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:33:55 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:33:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:33:55 2db60494d951: Preparing 02:33:55 34319c3cd45e: Preparing 02:33:55 ddce19a72427: Preparing 02:33:55 2e4249f2a09a: Preparing 02:33:55 70935973eaa4: Preparing 02:33:55 384a0c2b613e: Preparing 02:33:55 1e890da81ec9: Preparing 02:33:55 384a0c2b613e: Waiting 02:33:55 1e890da81ec9: Waiting 02:33:55 ddce19a72427: Pushed 02:33:55 2db60494d951: Pushed 02:33:55 2e4249f2a09a: Pushed 02:33:55 1e890da81ec9: Layer already exists 02:33:55 384a0c2b613e: Pushed 02:33:57 70935973eaa4: Pushed 02:34:02 34319c3cd45e: Pushed 02:34:02 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:cd31e787da67e9671dd2741365d7fede573359c5d8f47440f1fc42228c77cfff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:03 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:03 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:34:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:34:03 2db60494d951: Preparing 02:34:03 34319c3cd45e: Preparing 02:34:03 ddce19a72427: Preparing 02:34:03 2e4249f2a09a: Preparing 02:34:03 70935973eaa4: Preparing 02:34:03 384a0c2b613e: Preparing 02:34:03 1e890da81ec9: Preparing 02:34:03 384a0c2b613e: Waiting 02:34:03 1e890da81ec9: Waiting 02:34:03 ddce19a72427: Layer already exists 02:34:03 34319c3cd45e: Layer already exists 02:34:03 70935973eaa4: Layer already exists 02:34:03 2db60494d951: Layer already exists 02:34:03 2e4249f2a09a: Layer already exists 02:34:03 1e890da81ec9: Layer already exists 02:34:03 384a0c2b613e: Layer already exists 02:34:03 latest: digest: sha256:cd31e787da67e9671dd2741365d7fede573359c5d8f47440f1fc42228c77cfff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:04 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:04 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.66 02:34:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:34:04 2db60494d951: Preparing 02:34:04 34319c3cd45e: Preparing 02:34:04 ddce19a72427: Preparing 02:34:04 2e4249f2a09a: Preparing 02:34:04 70935973eaa4: Preparing 02:34:04 384a0c2b613e: Preparing 02:34:04 1e890da81ec9: Preparing 02:34:04 384a0c2b613e: Waiting 02:34:04 1e890da81ec9: Waiting 02:34:04 70935973eaa4: Layer already exists 02:34:04 2e4249f2a09a: Layer already exists 02:34:04 34319c3cd45e: Layer already exists 02:34:04 ddce19a72427: Layer already exists 02:34:04 2db60494d951: Layer already exists 02:34:04 384a0c2b613e: Layer already exists 02:34:04 1e890da81ec9: Layer already exists 02:34:04 4.1.0-dev.66: digest: sha256:cd31e787da67e9671dd2741365d7fede573359c5d8f47440f1fc42228c77cfff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:05 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:05 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:34:05 2db60494d951: Preparing 02:34:05 34319c3cd45e: Preparing 02:34:05 ddce19a72427: Preparing 02:34:05 2e4249f2a09a: Preparing 02:34:05 70935973eaa4: Preparing 02:34:05 384a0c2b613e: Preparing 02:34:05 1e890da81ec9: Preparing 02:34:05 384a0c2b613e: Waiting 02:34:05 1e890da81ec9: Waiting 02:34:05 2db60494d951: Layer already exists 02:34:05 2e4249f2a09a: Layer already exists 02:34:05 ddce19a72427: Layer already exists 02:34:05 34319c3cd45e: Layer already exists 02:34:05 70935973eaa4: Layer already exists 02:34:05 384a0c2b613e: Layer already exists 02:34:05 1e890da81ec9: Layer already exists 02:34:05 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:cd31e787da67e9671dd2741365d7fede573359c5d8f47440f1fc42228c77cfff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:06 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:06 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:34:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:34:06 2db60494d951: Preparing 02:34:06 34319c3cd45e: Preparing 02:34:06 ddce19a72427: Preparing 02:34:06 2e4249f2a09a: Preparing 02:34:06 70935973eaa4: Preparing 02:34:06 384a0c2b613e: Preparing 02:34:06 1e890da81ec9: Preparing 02:34:06 384a0c2b613e: Waiting 02:34:06 1e890da81ec9: Waiting 02:34:06 2db60494d951: Layer already exists 02:34:06 34319c3cd45e: Layer already exists 02:34:06 2e4249f2a09a: Layer already exists 02:34:06 ddce19a72427: Layer already exists 02:34:06 70935973eaa4: Layer already exists 02:34:06 1e890da81ec9: Layer already exists 02:34:06 384a0c2b613e: Layer already exists 02:34:06 main: digest: sha256:cd31e787da67e9671dd2741365d7fede573359c5d8f47440f1fc42228c77cfff size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:34:06 ===================================================== [Pipeline] echo 02:34:06 taggedImages: 02:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.66 02:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:06 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:34:06 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:34:06 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:06 latest 02:34:06 4.1.0-dev.66 02:34:06 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:06 main 02:34:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:07 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:34:07 b035842a4019: Preparing 02:34:07 cb6779224d67: Preparing 02:34:07 6a2573e91670: Preparing 02:34:07 c18936c1c145: Preparing 02:34:07 ddce19a72427: Preparing 02:34:07 2e4249f2a09a: Preparing 02:34:07 70935973eaa4: Preparing 02:34:07 384a0c2b613e: Preparing 02:34:07 1e890da81ec9: Preparing 02:34:07 2e4249f2a09a: Waiting 02:34:07 384a0c2b613e: Waiting 02:34:07 1e890da81ec9: Waiting 02:34:07 70935973eaa4: Waiting 02:34:07 ddce19a72427: Layer already exists 02:34:07 2e4249f2a09a: Layer already exists 02:34:07 cb6779224d67: Pushed 02:34:07 6a2573e91670: Pushed 02:34:07 70935973eaa4: Layer already exists 02:34:07 b035842a4019: Pushed 02:34:07 384a0c2b613e: Layer already exists 02:34:07 1e890da81ec9: Layer already exists 02:34:10 c18936c1c145: Pushed 02:34:10 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:f4cb6cdda54f328ad5dda05be39e0e44fdeb8f61c84403db63f67d33f0537078 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:10 + 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 02:34:11 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:34:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:34:11 b035842a4019: Preparing 02:34:11 cb6779224d67: Preparing 02:34:11 6a2573e91670: Preparing 02:34:11 c18936c1c145: Preparing 02:34:11 ddce19a72427: Preparing 02:34:11 2e4249f2a09a: Preparing 02:34:11 70935973eaa4: Preparing 02:34:11 384a0c2b613e: Preparing 02:34:11 1e890da81ec9: Preparing 02:34:11 2e4249f2a09a: Waiting 02:34:11 70935973eaa4: Waiting 02:34:11 384a0c2b613e: Waiting 02:34:11 1e890da81ec9: Waiting 02:34:11 6a2573e91670: Layer already exists 02:34:11 cb6779224d67: Layer already exists 02:34:11 b035842a4019: Layer already exists 02:34:11 c18936c1c145: Layer already exists 02:34:11 ddce19a72427: Layer already exists 02:34:11 384a0c2b613e: Layer already exists 02:34:11 1e890da81ec9: Layer already exists 02:34:11 2e4249f2a09a: Layer already exists 02:34:11 70935973eaa4: Layer already exists 02:34:11 latest: digest: sha256:f4cb6cdda54f328ad5dda05be39e0e44fdeb8f61c84403db63f67d33f0537078 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:11 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:12 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.66 02:34:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:34:12 b035842a4019: Preparing 02:34:12 cb6779224d67: Preparing 02:34:12 6a2573e91670: Preparing 02:34:12 c18936c1c145: Preparing 02:34:12 ddce19a72427: Preparing 02:34:12 2e4249f2a09a: Preparing 02:34:12 70935973eaa4: Preparing 02:34:12 384a0c2b613e: Preparing 02:34:12 1e890da81ec9: Preparing 02:34:12 2e4249f2a09a: Waiting 02:34:12 70935973eaa4: Waiting 02:34:12 384a0c2b613e: Waiting 02:34:12 1e890da81ec9: Waiting 02:34:12 ddce19a72427: Layer already exists 02:34:12 c18936c1c145: Layer already exists 02:34:12 6a2573e91670: Layer already exists 02:34:12 b035842a4019: Layer already exists 02:34:12 cb6779224d67: Layer already exists 02:34:12 384a0c2b613e: Layer already exists 02:34:12 70935973eaa4: Layer already exists 02:34:12 2e4249f2a09a: Layer already exists 02:34:12 1e890da81ec9: Layer already exists 02:34:12 4.1.0-dev.66: digest: sha256:f4cb6cdda54f328ad5dda05be39e0e44fdeb8f61c84403db63f67d33f0537078 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:12 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:13 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:34:13 b035842a4019: Preparing 02:34:13 cb6779224d67: Preparing 02:34:13 6a2573e91670: Preparing 02:34:13 c18936c1c145: Preparing 02:34:13 ddce19a72427: Preparing 02:34:13 2e4249f2a09a: Preparing 02:34:13 70935973eaa4: Preparing 02:34:13 384a0c2b613e: Preparing 02:34:13 1e890da81ec9: Preparing 02:34:13 70935973eaa4: Waiting 02:34:13 384a0c2b613e: Waiting 02:34:13 1e890da81ec9: Waiting 02:34:13 2e4249f2a09a: Waiting 02:34:13 ddce19a72427: Layer already exists 02:34:13 6a2573e91670: Layer already exists 02:34:13 cb6779224d67: Layer already exists 02:34:13 c18936c1c145: Layer already exists 02:34:13 b035842a4019: Layer already exists 02:34:13 1e890da81ec9: Layer already exists 02:34:13 2e4249f2a09a: Layer already exists 02:34:13 70935973eaa4: Layer already exists 02:34:13 384a0c2b613e: Layer already exists 02:34:13 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:f4cb6cdda54f328ad5dda05be39e0e44fdeb8f61c84403db63f67d33f0537078 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:14 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:14 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:34:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:34:14 b035842a4019: Preparing 02:34:14 cb6779224d67: Preparing 02:34:14 6a2573e91670: Preparing 02:34:14 c18936c1c145: Preparing 02:34:14 ddce19a72427: Preparing 02:34:14 2e4249f2a09a: Preparing 02:34:14 70935973eaa4: Preparing 02:34:14 384a0c2b613e: Preparing 02:34:14 1e890da81ec9: Preparing 02:34:14 2e4249f2a09a: Waiting 02:34:14 384a0c2b613e: Waiting 02:34:14 1e890da81ec9: Waiting 02:34:14 70935973eaa4: Waiting 02:34:14 ddce19a72427: Layer already exists 02:34:14 b035842a4019: Layer already exists 02:34:14 c18936c1c145: Layer already exists 02:34:14 6a2573e91670: Layer already exists 02:34:14 cb6779224d67: Layer already exists 02:34:14 384a0c2b613e: Layer already exists 02:34:14 70935973eaa4: Layer already exists 02:34:14 1e890da81ec9: Layer already exists 02:34:14 2e4249f2a09a: Layer already exists 02:34:14 main: digest: sha256:f4cb6cdda54f328ad5dda05be39e0e44fdeb8f61c84403db63f67d33f0537078 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:34:14 ===================================================== [Pipeline] echo 02:34:14 taggedImages: 02:34:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:34:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.66 02:34:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:14 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:34:14 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:34:14 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:14 latest 02:34:14 4.1.0-dev.66 02:34:14 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:14 main 02:34:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:15 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:15 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:34:15 038993ebc1ae: Preparing 02:34:15 eba5e1321e16: Preparing 02:34:15 ddce19a72427: Preparing 02:34:15 2e4249f2a09a: Preparing 02:34:15 a615aa03f8d6: Preparing 02:34:15 c6ec994efdde: Preparing 02:34:15 1e890da81ec9: Preparing 02:34:15 c6ec994efdde: Waiting 02:34:15 1e890da81ec9: Waiting 02:34:15 ddce19a72427: Layer already exists 02:34:15 2e4249f2a09a: Layer already exists 02:34:15 1e890da81ec9: Layer already exists 02:34:15 038993ebc1ae: Pushed 02:34:15 c6ec994efdde: Pushed 02:34:17 a615aa03f8d6: Pushed 02:34:24 eba5e1321e16: Pushed 02:34:24 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:6efae5d84354e70f9974944efdc4dc7d9fdf5bf9aee29334efa584a6b89b0c61 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:24 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:25 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:34:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:34:25 038993ebc1ae: Preparing 02:34:25 eba5e1321e16: Preparing 02:34:25 ddce19a72427: Preparing 02:34:25 2e4249f2a09a: Preparing 02:34:25 a615aa03f8d6: Preparing 02:34:25 c6ec994efdde: Preparing 02:34:25 1e890da81ec9: Preparing 02:34:25 1e890da81ec9: Waiting 02:34:25 c6ec994efdde: Waiting 02:34:25 ddce19a72427: Layer already exists 02:34:25 a615aa03f8d6: Layer already exists 02:34:25 038993ebc1ae: Layer already exists 02:34:25 eba5e1321e16: Layer already exists 02:34:25 2e4249f2a09a: Layer already exists 02:34:25 c6ec994efdde: Layer already exists 02:34:25 1e890da81ec9: Layer already exists 02:34:25 latest: digest: sha256:6efae5d84354e70f9974944efdc4dc7d9fdf5bf9aee29334efa584a6b89b0c61 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:25 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:26 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.66 02:34:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:34:26 038993ebc1ae: Preparing 02:34:26 eba5e1321e16: Preparing 02:34:26 ddce19a72427: Preparing 02:34:26 2e4249f2a09a: Preparing 02:34:26 a615aa03f8d6: Preparing 02:34:26 c6ec994efdde: Preparing 02:34:26 c6ec994efdde: Waiting 02:34:26 1e890da81ec9: Preparing 02:34:26 1e890da81ec9: Waiting 02:34:26 eba5e1321e16: Layer already exists 02:34:26 2e4249f2a09a: Layer already exists 02:34:26 ddce19a72427: Layer already exists 02:34:26 038993ebc1ae: Layer already exists 02:34:26 a615aa03f8d6: Layer already exists 02:34:26 c6ec994efdde: Layer already exists 02:34:26 1e890da81ec9: Layer already exists 02:34:26 4.1.0-dev.66: digest: sha256:6efae5d84354e70f9974944efdc4dc7d9fdf5bf9aee29334efa584a6b89b0c61 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:26 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:27 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:34:27 038993ebc1ae: Preparing 02:34:27 eba5e1321e16: Preparing 02:34:27 ddce19a72427: Preparing 02:34:27 2e4249f2a09a: Preparing 02:34:27 a615aa03f8d6: Preparing 02:34:27 c6ec994efdde: Preparing 02:34:27 1e890da81ec9: Preparing 02:34:27 c6ec994efdde: Waiting 02:34:27 eba5e1321e16: Layer already exists 02:34:27 a615aa03f8d6: Layer already exists 02:34:27 038993ebc1ae: Layer already exists 02:34:27 ddce19a72427: Layer already exists 02:34:27 2e4249f2a09a: Layer already exists 02:34:27 1e890da81ec9: Layer already exists 02:34:27 c6ec994efdde: Layer already exists 02:34:27 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:6efae5d84354e70f9974944efdc4dc7d9fdf5bf9aee29334efa584a6b89b0c61 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:27 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:28 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:34:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:34:28 038993ebc1ae: Preparing 02:34:28 eba5e1321e16: Preparing 02:34:28 ddce19a72427: Preparing 02:34:28 2e4249f2a09a: Preparing 02:34:28 a615aa03f8d6: Preparing 02:34:28 c6ec994efdde: Preparing 02:34:28 1e890da81ec9: Preparing 02:34:28 c6ec994efdde: Waiting 02:34:28 1e890da81ec9: Waiting 02:34:28 038993ebc1ae: Layer already exists 02:34:28 a615aa03f8d6: Layer already exists 02:34:28 eba5e1321e16: Layer already exists 02:34:28 ddce19a72427: Layer already exists 02:34:28 2e4249f2a09a: Layer already exists 02:34:28 c6ec994efdde: Layer already exists 02:34:28 1e890da81ec9: Layer already exists 02:34:28 main: digest: sha256:6efae5d84354e70f9974944efdc4dc7d9fdf5bf9aee29334efa584a6b89b0c61 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:34:28 ===================================================== [Pipeline] echo 02:34:28 taggedImages: 02:34:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:34:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.66 02:34:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:28 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:34:28 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:34:28 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:28 latest 02:34:28 4.1.0-dev.66 02:34:28 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:28 main 02:34:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:28 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:29 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:34:29 f18a1390cd8e: Preparing 02:34:29 789a6d469574: Preparing 02:34:29 2e4249f2a09a: Preparing 02:34:29 0f67a685dda0: Preparing 02:34:29 8bcafa12e0b6: Preparing 02:34:29 1e890da81ec9: Preparing 02:34:29 1e890da81ec9: Waiting 02:34:29 2e4249f2a09a: Layer already exists 02:34:29 1e890da81ec9: Layer already exists 02:34:29 8bcafa12e0b6: Pushed 02:34:29 0f67a685dda0: Pushed 02:34:29 f18a1390cd8e: Pushed 02:34:37 789a6d469574: Pushed 02:34:37 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:609763914cb6864191d8de4e80f0a05952ccb450c806c7bf7056cda04d6d14ab size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:38 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:38 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:34:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:34:38 f18a1390cd8e: Preparing 02:34:38 789a6d469574: Preparing 02:34:38 2e4249f2a09a: Preparing 02:34:38 0f67a685dda0: Preparing 02:34:38 8bcafa12e0b6: Preparing 02:34:38 1e890da81ec9: Preparing 02:34:38 1e890da81ec9: Waiting 02:34:38 8bcafa12e0b6: Layer already exists 02:34:38 2e4249f2a09a: Layer already exists 02:34:38 789a6d469574: Layer already exists 02:34:38 f18a1390cd8e: Layer already exists 02:34:38 0f67a685dda0: Layer already exists 02:34:38 1e890da81ec9: Layer already exists 02:34:38 latest: digest: sha256:609763914cb6864191d8de4e80f0a05952ccb450c806c7bf7056cda04d6d14ab size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.66 02:34:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:34:39 f18a1390cd8e: Preparing 02:34:39 789a6d469574: Preparing 02:34:39 2e4249f2a09a: Preparing 02:34:39 0f67a685dda0: Preparing 02:34:39 8bcafa12e0b6: Preparing 02:34:39 1e890da81ec9: Preparing 02:34:39 1e890da81ec9: Waiting 02:34:39 8bcafa12e0b6: Layer already exists 02:34:39 2e4249f2a09a: Layer already exists 02:34:39 789a6d469574: Layer already exists 02:34:39 f18a1390cd8e: Layer already exists 02:34:39 0f67a685dda0: Layer already exists 02:34:39 1e890da81ec9: Layer already exists 02:34:39 4.1.0-dev.66: digest: sha256:609763914cb6864191d8de4e80f0a05952ccb450c806c7bf7056cda04d6d14ab size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:40 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:34:40 f18a1390cd8e: Preparing 02:34:40 789a6d469574: Preparing 02:34:40 2e4249f2a09a: Preparing 02:34:40 0f67a685dda0: Preparing 02:34:40 8bcafa12e0b6: Preparing 02:34:40 1e890da81ec9: Preparing 02:34:40 1e890da81ec9: Waiting 02:34:40 8bcafa12e0b6: Layer already exists 02:34:40 2e4249f2a09a: Layer already exists 02:34:40 789a6d469574: Layer already exists 02:34:40 f18a1390cd8e: Layer already exists 02:34:40 0f67a685dda0: Layer already exists 02:34:40 1e890da81ec9: Layer already exists 02:34:40 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:609763914cb6864191d8de4e80f0a05952ccb450c806c7bf7056cda04d6d14ab size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:41 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:41 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:34:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:34:41 f18a1390cd8e: Preparing 02:34:41 789a6d469574: Preparing 02:34:41 2e4249f2a09a: Preparing 02:34:41 0f67a685dda0: Preparing 02:34:41 8bcafa12e0b6: Preparing 02:34:41 1e890da81ec9: Preparing 02:34:41 1e890da81ec9: Waiting 02:34:41 f18a1390cd8e: Layer already exists 02:34:41 8bcafa12e0b6: Layer already exists 02:34:41 0f67a685dda0: Layer already exists 02:34:41 2e4249f2a09a: Layer already exists 02:34:41 789a6d469574: Layer already exists 02:34:41 1e890da81ec9: Layer already exists 02:34:41 main: digest: sha256:609763914cb6864191d8de4e80f0a05952ccb450c806c7bf7056cda04d6d14ab size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:34:41 ===================================================== [Pipeline] echo 02:34:41 taggedImages: 02:34:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:34:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.66 02:34:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:41 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:34:41 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:34:41 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:41 latest 02:34:41 4.1.0-dev.66 02:34:41 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:41 main 02:34:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:34:42 c1cfc0720d8e: Preparing 02:34:42 dc9b835f64e0: Preparing 02:34:42 644beded3f8f: Preparing 02:34:42 ddce19a72427: Preparing 02:34:42 2e4249f2a09a: Preparing 02:34:42 70935973eaa4: Preparing 02:34:42 384a0c2b613e: Preparing 02:34:42 1e890da81ec9: Preparing 02:34:42 70935973eaa4: Waiting 02:34:42 1e890da81ec9: Waiting 02:34:42 384a0c2b613e: Waiting 02:34:42 ddce19a72427: Layer already exists 02:34:42 2e4249f2a09a: Layer already exists 02:34:42 70935973eaa4: Layer already exists 02:34:42 384a0c2b613e: Layer already exists 02:34:42 1e890da81ec9: Layer already exists 02:34:42 dc9b835f64e0: Pushed 02:34:42 c1cfc0720d8e: Pushed 02:34:51 644beded3f8f: Pushed 02:34:51 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:887fc26ad0d6285bab2dd7deb26345516426250414efc2db45f6341e72f62d8c size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:51 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:34:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:34:51 c1cfc0720d8e: Preparing 02:34:51 dc9b835f64e0: Preparing 02:34:51 644beded3f8f: Preparing 02:34:51 ddce19a72427: Preparing 02:34:51 2e4249f2a09a: Preparing 02:34:51 70935973eaa4: Preparing 02:34:51 384a0c2b613e: Preparing 02:34:51 1e890da81ec9: Preparing 02:34:51 70935973eaa4: Waiting 02:34:51 384a0c2b613e: Waiting 02:34:51 1e890da81ec9: Waiting 02:34:51 644beded3f8f: Layer already exists 02:34:51 2e4249f2a09a: Layer already exists 02:34:51 ddce19a72427: Layer already exists 02:34:51 c1cfc0720d8e: Layer already exists 02:34:51 dc9b835f64e0: Layer already exists 02:34:51 1e890da81ec9: Layer already exists 02:34:51 384a0c2b613e: Layer already exists 02:34:51 70935973eaa4: Layer already exists 02:34:52 latest: digest: sha256:887fc26ad0d6285bab2dd7deb26345516426250414efc2db45f6341e72f62d8c size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:52 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.66 02:34:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:34:52 c1cfc0720d8e: Preparing 02:34:52 dc9b835f64e0: Preparing 02:34:52 644beded3f8f: Preparing 02:34:52 ddce19a72427: Preparing 02:34:52 2e4249f2a09a: Preparing 02:34:52 70935973eaa4: Preparing 02:34:52 384a0c2b613e: Preparing 02:34:52 1e890da81ec9: Preparing 02:34:52 384a0c2b613e: Waiting 02:34:52 70935973eaa4: Waiting 02:34:52 1e890da81ec9: Waiting 02:34:52 644beded3f8f: Layer already exists 02:34:52 c1cfc0720d8e: Layer already exists 02:34:52 ddce19a72427: Layer already exists 02:34:52 dc9b835f64e0: Layer already exists 02:34:52 2e4249f2a09a: Layer already exists 02:34:52 70935973eaa4: Layer already exists 02:34:52 1e890da81ec9: Layer already exists 02:34:52 384a0c2b613e: Layer already exists 02:34:53 4.1.0-dev.66: digest: sha256:887fc26ad0d6285bab2dd7deb26345516426250414efc2db45f6341e72f62d8c size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:34:53 c1cfc0720d8e: Preparing 02:34:53 dc9b835f64e0: Preparing 02:34:53 644beded3f8f: Preparing 02:34:53 ddce19a72427: Preparing 02:34:53 2e4249f2a09a: Preparing 02:34:53 70935973eaa4: Preparing 02:34:53 384a0c2b613e: Preparing 02:34:53 1e890da81ec9: Preparing 02:34:53 1e890da81ec9: Waiting 02:34:53 dc9b835f64e0: Layer already exists 02:34:53 c1cfc0720d8e: Layer already exists 02:34:53 ddce19a72427: Layer already exists 02:34:53 2e4249f2a09a: Layer already exists 02:34:53 644beded3f8f: Layer already exists 02:34:53 384a0c2b613e: Layer already exists 02:34:53 70935973eaa4: Layer already exists 02:34:53 1e890da81ec9: Layer already exists 02:34:53 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:887fc26ad0d6285bab2dd7deb26345516426250414efc2db45f6341e72f62d8c size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:34:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:34:54 c1cfc0720d8e: Preparing 02:34:54 dc9b835f64e0: Preparing 02:34:54 644beded3f8f: Preparing 02:34:54 ddce19a72427: Preparing 02:34:54 2e4249f2a09a: Preparing 02:34:54 70935973eaa4: Preparing 02:34:54 384a0c2b613e: Preparing 02:34:54 1e890da81ec9: Preparing 02:34:54 70935973eaa4: Waiting 02:34:54 384a0c2b613e: Waiting 02:34:54 1e890da81ec9: Waiting 02:34:54 dc9b835f64e0: Layer already exists 02:34:54 2e4249f2a09a: Layer already exists 02:34:54 c1cfc0720d8e: Layer already exists 02:34:54 ddce19a72427: Layer already exists 02:34:54 644beded3f8f: Layer already exists 02:34:54 1e890da81ec9: Layer already exists 02:34:54 384a0c2b613e: Layer already exists 02:34:54 70935973eaa4: Layer already exists 02:34:55 main: digest: sha256:887fc26ad0d6285bab2dd7deb26345516426250414efc2db45f6341e72f62d8c size: 1989 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:34:55 ===================================================== [Pipeline] echo 02:34:55 taggedImages: 02:34:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:34:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.66 02:34:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:55 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:34:55 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:34:55 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:55 latest 02:34:55 4.1.0-dev.66 02:34:55 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:34:55 main 02:34:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:34:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:34:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:34:56 a81e9ae55e77: Preparing 02:34:56 c51abac6b45c: Preparing 02:34:56 4c91566f2153: Preparing 02:34:56 30ac9f3e9674: Preparing 02:34:56 9976eb6245b6: Preparing 02:34:56 e1714b0bb150: Preparing 02:34:56 ca0f2362612b: Preparing 02:34:56 ddce19a72427: Preparing 02:34:56 2e4249f2a09a: Preparing 02:34:56 c41fa74a6fc7: Preparing 02:34:56 ffc188645e9b: Preparing 02:34:56 5f70bf18a086: Preparing 02:34:56 d9345a4530f6: Preparing 02:34:56 fc0b585daf59: Preparing 02:34:56 15f1ad9d2da7: Preparing 02:34:56 1e890da81ec9: Preparing 02:34:56 c41fa74a6fc7: Waiting 02:34:56 ffc188645e9b: Waiting 02:34:56 e1714b0bb150: Waiting 02:34:56 5f70bf18a086: Waiting 02:34:56 ddce19a72427: Waiting 02:34:56 ca0f2362612b: Waiting 02:34:56 2e4249f2a09a: Waiting 02:34:56 d9345a4530f6: Waiting 02:34:56 15f1ad9d2da7: Waiting 02:34:56 1e890da81ec9: Waiting 02:34:56 fc0b585daf59: Waiting 02:34:56 30ac9f3e9674: Pushed 02:34:56 c51abac6b45c: Pushed 02:34:56 9976eb6245b6: Pushed 02:34:56 4c91566f2153: Pushed 02:34:56 a81e9ae55e77: Pushed 02:34:56 ddce19a72427: Layer already exists 02:34:56 2e4249f2a09a: Layer already exists 02:34:56 e1714b0bb150: Pushed 02:34:56 5f70bf18a086: Layer already exists 02:34:56 ffc188645e9b: Pushed 02:34:56 c41fa74a6fc7: Pushed 02:34:56 1e890da81ec9: Layer already exists 02:34:56 d9345a4530f6: Pushed 02:34:56 15f1ad9d2da7: Pushed 02:34:58 fc0b585daf59: Pushed 02:34:59 ca0f2362612b: Pushed 02:34:59 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:6592eaa7fa306a7987713adb86397e3e98958a23ba55aeda13b70688461d20df size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:35:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:35:00 a81e9ae55e77: Preparing 02:35:00 c51abac6b45c: Preparing 02:35:00 4c91566f2153: Preparing 02:35:00 30ac9f3e9674: Preparing 02:35:00 9976eb6245b6: Preparing 02:35:00 e1714b0bb150: Preparing 02:35:00 ca0f2362612b: Preparing 02:35:00 ddce19a72427: Preparing 02:35:00 2e4249f2a09a: Preparing 02:35:00 c41fa74a6fc7: Preparing 02:35:00 ffc188645e9b: Preparing 02:35:00 5f70bf18a086: Preparing 02:35:00 d9345a4530f6: Preparing 02:35:00 fc0b585daf59: Preparing 02:35:00 15f1ad9d2da7: Preparing 02:35:00 1e890da81ec9: Preparing 02:35:00 ffc188645e9b: Waiting 02:35:00 5f70bf18a086: Waiting 02:35:00 d9345a4530f6: Waiting 02:35:00 e1714b0bb150: Waiting 02:35:00 fc0b585daf59: Waiting 02:35:00 ca0f2362612b: Waiting 02:35:00 ddce19a72427: Waiting 02:35:00 15f1ad9d2da7: Waiting 02:35:00 2e4249f2a09a: Waiting 02:35:00 1e890da81ec9: Waiting 02:35:00 c41fa74a6fc7: Waiting 02:35:00 c51abac6b45c: Layer already exists 02:35:00 9976eb6245b6: Layer already exists 02:35:00 4c91566f2153: Layer already exists 02:35:00 30ac9f3e9674: Layer already exists 02:35:00 a81e9ae55e77: Layer already exists 02:35:00 e1714b0bb150: Layer already exists 02:35:00 c41fa74a6fc7: Layer already exists 02:35:00 ca0f2362612b: Layer already exists 02:35:00 2e4249f2a09a: Layer already exists 02:35:00 ddce19a72427: Layer already exists 02:35:00 ffc188645e9b: Layer already exists 02:35:00 5f70bf18a086: Layer already exists 02:35:00 d9345a4530f6: Layer already exists 02:35:00 15f1ad9d2da7: Layer already exists 02:35:00 fc0b585daf59: Layer already exists 02:35:00 1e890da81ec9: Layer already exists 02:35:00 latest: digest: sha256:6592eaa7fa306a7987713adb86397e3e98958a23ba55aeda13b70688461d20df size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:01 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:01 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.66 02:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:35:01 a81e9ae55e77: Preparing 02:35:01 c51abac6b45c: Preparing 02:35:01 4c91566f2153: Preparing 02:35:01 30ac9f3e9674: Preparing 02:35:01 9976eb6245b6: Preparing 02:35:01 e1714b0bb150: Preparing 02:35:01 ca0f2362612b: Preparing 02:35:01 ddce19a72427: Preparing 02:35:01 2e4249f2a09a: Preparing 02:35:01 c41fa74a6fc7: Preparing 02:35:01 ffc188645e9b: Preparing 02:35:01 5f70bf18a086: Preparing 02:35:01 e1714b0bb150: Waiting 02:35:01 ca0f2362612b: Waiting 02:35:01 d9345a4530f6: Preparing 02:35:01 fc0b585daf59: Preparing 02:35:01 15f1ad9d2da7: Preparing 02:35:01 1e890da81ec9: Preparing 02:35:01 ddce19a72427: Waiting 02:35:01 2e4249f2a09a: Waiting 02:35:01 d9345a4530f6: Waiting 02:35:01 15f1ad9d2da7: Waiting 02:35:01 fc0b585daf59: Waiting 02:35:01 c41fa74a6fc7: Waiting 02:35:01 5f70bf18a086: Waiting 02:35:01 ffc188645e9b: Waiting 02:35:01 1e890da81ec9: Waiting 02:35:01 4c91566f2153: Layer already exists 02:35:01 c51abac6b45c: Layer already exists 02:35:01 a81e9ae55e77: Layer already exists 02:35:01 9976eb6245b6: Layer already exists 02:35:01 30ac9f3e9674: Layer already exists 02:35:01 ca0f2362612b: Layer already exists 02:35:01 ddce19a72427: Layer already exists 02:35:01 e1714b0bb150: Layer already exists 02:35:01 2e4249f2a09a: Layer already exists 02:35:01 c41fa74a6fc7: Layer already exists 02:35:01 15f1ad9d2da7: Layer already exists 02:35:01 ffc188645e9b: Layer already exists 02:35:01 fc0b585daf59: Layer already exists 02:35:01 d9345a4530f6: Layer already exists 02:35:01 5f70bf18a086: Layer already exists 02:35:01 1e890da81ec9: Layer already exists 02:35:01 4.1.0-dev.66: digest: sha256:6592eaa7fa306a7987713adb86397e3e98958a23ba55aeda13b70688461d20df size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:35:02 a81e9ae55e77: Preparing 02:35:02 c51abac6b45c: Preparing 02:35:02 4c91566f2153: Preparing 02:35:02 30ac9f3e9674: Preparing 02:35:02 9976eb6245b6: Preparing 02:35:02 e1714b0bb150: Preparing 02:35:02 ca0f2362612b: Preparing 02:35:02 ddce19a72427: Preparing 02:35:02 2e4249f2a09a: Preparing 02:35:02 c41fa74a6fc7: Preparing 02:35:02 ffc188645e9b: Preparing 02:35:02 5f70bf18a086: Preparing 02:35:02 d9345a4530f6: Preparing 02:35:02 fc0b585daf59: Preparing 02:35:02 15f1ad9d2da7: Preparing 02:35:02 1e890da81ec9: Preparing 02:35:02 e1714b0bb150: Waiting 02:35:02 ddce19a72427: Waiting 02:35:02 ca0f2362612b: Waiting 02:35:02 c41fa74a6fc7: Waiting 02:35:02 2e4249f2a09a: Waiting 02:35:02 fc0b585daf59: Waiting 02:35:02 15f1ad9d2da7: Waiting 02:35:02 1e890da81ec9: Waiting 02:35:02 5f70bf18a086: Waiting 02:35:02 d9345a4530f6: Waiting 02:35:02 ffc188645e9b: Waiting 02:35:02 30ac9f3e9674: Layer already exists 02:35:02 4c91566f2153: Layer already exists 02:35:02 9976eb6245b6: Layer already exists 02:35:02 c51abac6b45c: Layer already exists 02:35:02 a81e9ae55e77: Layer already exists 02:35:02 e1714b0bb150: Layer already exists 02:35:02 ca0f2362612b: Layer already exists 02:35:02 c41fa74a6fc7: Layer already exists 02:35:02 ddce19a72427: Layer already exists 02:35:02 2e4249f2a09a: Layer already exists 02:35:02 ffc188645e9b: Layer already exists 02:35:02 5f70bf18a086: Layer already exists 02:35:02 d9345a4530f6: Layer already exists 02:35:02 fc0b585daf59: Layer already exists 02:35:02 15f1ad9d2da7: Layer already exists 02:35:02 1e890da81ec9: Layer already exists 02:35:02 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:6592eaa7fa306a7987713adb86397e3e98958a23ba55aeda13b70688461d20df size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:35:03 a81e9ae55e77: Preparing 02:35:03 c51abac6b45c: Preparing 02:35:03 4c91566f2153: Preparing 02:35:03 30ac9f3e9674: Preparing 02:35:03 9976eb6245b6: Preparing 02:35:03 e1714b0bb150: Preparing 02:35:03 ca0f2362612b: Preparing 02:35:03 ddce19a72427: Preparing 02:35:03 2e4249f2a09a: Preparing 02:35:03 c41fa74a6fc7: Preparing 02:35:03 ffc188645e9b: Preparing 02:35:03 5f70bf18a086: Preparing 02:35:03 d9345a4530f6: Preparing 02:35:03 fc0b585daf59: Preparing 02:35:03 15f1ad9d2da7: Preparing 02:35:03 e1714b0bb150: Waiting 02:35:03 ca0f2362612b: Waiting 02:35:03 ddce19a72427: Waiting 02:35:03 2e4249f2a09a: Waiting 02:35:03 c41fa74a6fc7: Waiting 02:35:03 ffc188645e9b: Waiting 02:35:03 5f70bf18a086: Waiting 02:35:03 fc0b585daf59: Waiting 02:35:03 d9345a4530f6: Waiting 02:35:03 1e890da81ec9: Preparing 02:35:03 15f1ad9d2da7: Waiting 02:35:03 c51abac6b45c: Layer already exists 02:35:03 a81e9ae55e77: Layer already exists 02:35:03 30ac9f3e9674: Layer already exists 02:35:03 4c91566f2153: Layer already exists 02:35:03 9976eb6245b6: Layer already exists 02:35:03 ca0f2362612b: Layer already exists 02:35:03 e1714b0bb150: Layer already exists 02:35:03 2e4249f2a09a: Layer already exists 02:35:03 c41fa74a6fc7: Layer already exists 02:35:03 ddce19a72427: Layer already exists 02:35:03 5f70bf18a086: Layer already exists 02:35:03 ffc188645e9b: Layer already exists 02:35:03 d9345a4530f6: Layer already exists 02:35:03 fc0b585daf59: Layer already exists 02:35:03 15f1ad9d2da7: Layer already exists 02:35:03 1e890da81ec9: Layer already exists 02:35:03 main: digest: sha256:6592eaa7fa306a7987713adb86397e3e98958a23ba55aeda13b70688461d20df size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:35:03 ===================================================== [Pipeline] echo 02:35:03 taggedImages: 02:35:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:35:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.66 02:35:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:03 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:35:04 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:35:04 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:04 latest 02:35:04 4.1.0-dev.66 02:35:04 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:04 main 02:35:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:04 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:35:04 d5b479afbcf4: Preparing 02:35:04 d379ea7b0e99: Preparing 02:35:04 39b3a44b54c5: Preparing 02:35:04 012aef546185: Preparing 02:35:04 ddce19a72427: Preparing 02:35:04 2e4249f2a09a: Preparing 02:35:04 70935973eaa4: Preparing 02:35:04 384a0c2b613e: Preparing 02:35:04 1e890da81ec9: Preparing 02:35:04 2e4249f2a09a: Waiting 02:35:04 70935973eaa4: Waiting 02:35:04 384a0c2b613e: Waiting 02:35:04 1e890da81ec9: Waiting 02:35:04 ddce19a72427: Layer already exists 02:35:05 2e4249f2a09a: Layer already exists 02:35:05 70935973eaa4: Layer already exists 02:35:05 39b3a44b54c5: Pushed 02:35:05 384a0c2b613e: Layer already exists 02:35:05 1e890da81ec9: Layer already exists 02:35:05 d5b479afbcf4: Pushed 02:35:05 d379ea7b0e99: Pushed 02:35:13 012aef546185: Pushed 02:35:13 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:88d3fffd4425d90332271f90040024e94e6339575767b4bdca38450f143f5370 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:13 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:35:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:35:13 d5b479afbcf4: Preparing 02:35:13 d379ea7b0e99: Preparing 02:35:13 39b3a44b54c5: Preparing 02:35:13 012aef546185: Preparing 02:35:13 ddce19a72427: Preparing 02:35:13 2e4249f2a09a: Preparing 02:35:13 70935973eaa4: Preparing 02:35:13 384a0c2b613e: Preparing 02:35:13 1e890da81ec9: Preparing 02:35:13 2e4249f2a09a: Waiting 02:35:13 70935973eaa4: Waiting 02:35:13 39b3a44b54c5: Layer already exists 02:35:13 d5b479afbcf4: Layer already exists 02:35:13 d379ea7b0e99: Layer already exists 02:35:13 012aef546185: Layer already exists 02:35:13 ddce19a72427: Layer already exists 02:35:13 2e4249f2a09a: Layer already exists 02:35:13 384a0c2b613e: Layer already exists 02:35:13 1e890da81ec9: Layer already exists 02:35:13 70935973eaa4: Layer already exists 02:35:14 latest: digest: sha256:88d3fffd4425d90332271f90040024e94e6339575767b4bdca38450f143f5370 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:14 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.66 02:35:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:35:14 d5b479afbcf4: Preparing 02:35:14 d379ea7b0e99: Preparing 02:35:14 39b3a44b54c5: Preparing 02:35:14 012aef546185: Preparing 02:35:14 ddce19a72427: Preparing 02:35:14 2e4249f2a09a: Preparing 02:35:14 70935973eaa4: Preparing 02:35:14 384a0c2b613e: Preparing 02:35:14 1e890da81ec9: Preparing 02:35:14 70935973eaa4: Waiting 02:35:14 384a0c2b613e: Waiting 02:35:14 d379ea7b0e99: Layer already exists 02:35:14 39b3a44b54c5: Layer already exists 02:35:14 012aef546185: Layer already exists 02:35:14 ddce19a72427: Layer already exists 02:35:14 d5b479afbcf4: Layer already exists 02:35:14 70935973eaa4: Layer already exists 02:35:14 384a0c2b613e: Layer already exists 02:35:14 2e4249f2a09a: Layer already exists 02:35:14 1e890da81ec9: Layer already exists 02:35:15 4.1.0-dev.66: digest: sha256:88d3fffd4425d90332271f90040024e94e6339575767b4bdca38450f143f5370 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:35:15 d5b479afbcf4: Preparing 02:35:15 d379ea7b0e99: Preparing 02:35:15 39b3a44b54c5: Preparing 02:35:15 012aef546185: Preparing 02:35:15 ddce19a72427: Preparing 02:35:15 2e4249f2a09a: Preparing 02:35:15 70935973eaa4: Preparing 02:35:15 384a0c2b613e: Preparing 02:35:15 1e890da81ec9: Preparing 02:35:15 2e4249f2a09a: Waiting 02:35:15 70935973eaa4: Waiting 02:35:15 1e890da81ec9: Waiting 02:35:15 384a0c2b613e: Waiting 02:35:15 39b3a44b54c5: Layer already exists 02:35:15 ddce19a72427: Layer already exists 02:35:15 d5b479afbcf4: Layer already exists 02:35:15 012aef546185: Layer already exists 02:35:15 d379ea7b0e99: Layer already exists 02:35:15 70935973eaa4: Layer already exists 02:35:15 2e4249f2a09a: Layer already exists 02:35:15 1e890da81ec9: Layer already exists 02:35:15 384a0c2b613e: Layer already exists 02:35:16 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:88d3fffd4425d90332271f90040024e94e6339575767b4bdca38450f143f5370 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:35:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:35:16 d5b479afbcf4: Preparing 02:35:16 d379ea7b0e99: Preparing 02:35:16 39b3a44b54c5: Preparing 02:35:16 012aef546185: Preparing 02:35:16 ddce19a72427: Preparing 02:35:16 2e4249f2a09a: Preparing 02:35:16 70935973eaa4: Preparing 02:35:16 384a0c2b613e: Preparing 02:35:16 1e890da81ec9: Preparing 02:35:16 70935973eaa4: Waiting 02:35:16 384a0c2b613e: Waiting 02:35:16 1e890da81ec9: Waiting 02:35:16 2e4249f2a09a: Waiting 02:35:16 ddce19a72427: Layer already exists 02:35:16 39b3a44b54c5: Layer already exists 02:35:16 d379ea7b0e99: Layer already exists 02:35:16 d5b479afbcf4: Layer already exists 02:35:16 012aef546185: Layer already exists 02:35:17 384a0c2b613e: Layer already exists 02:35:17 2e4249f2a09a: Layer already exists 02:35:17 70935973eaa4: Layer already exists 02:35:17 1e890da81ec9: Layer already exists 02:35:17 main: digest: sha256:88d3fffd4425d90332271f90040024e94e6339575767b4bdca38450f143f5370 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:35:17 ===================================================== [Pipeline] echo 02:35:17 taggedImages: 02:35:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:35:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.66 02:35:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:35:17 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:35:17 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:17 latest 02:35:17 4.1.0-dev.66 02:35:17 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:17 main 02:35:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:17 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:35:18 37302a442dc9: Preparing 02:35:18 29d3fdc2907f: Preparing 02:35:18 77800555382b: Preparing 02:35:18 0f146fd6f170: Preparing 02:35:18 e1973f0a4424: Preparing 02:35:18 ddce19a72427: Preparing 02:35:18 2e4249f2a09a: Preparing 02:35:18 a5027818ff5a: Preparing 02:35:18 d19473c265a7: Preparing 02:35:18 2b2d9773950c: Preparing 02:35:18 1e890da81ec9: Preparing 02:35:18 ddce19a72427: Waiting 02:35:18 2e4249f2a09a: Waiting 02:35:18 a5027818ff5a: Waiting 02:35:18 d19473c265a7: Waiting 02:35:18 2b2d9773950c: Waiting 02:35:18 1e890da81ec9: Waiting 02:35:18 29d3fdc2907f: Pushed 02:35:18 e1973f0a4424: Pushed 02:35:18 0f146fd6f170: Pushed 02:35:18 37302a442dc9: Pushed 02:35:18 ddce19a72427: Layer already exists 02:35:18 2e4249f2a09a: Layer already exists 02:35:18 1e890da81ec9: Layer already exists 02:35:18 a5027818ff5a: Pushed 02:35:18 d19473c265a7: Pushed 02:35:24 2b2d9773950c: Pushed 02:35:24 77800555382b: Pushed 02:35:24 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:6737987befe51dba2a8f362eb7a4c52cd602998182ca7561f035934bbe29f612 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:35:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:35:25 37302a442dc9: Preparing 02:35:25 29d3fdc2907f: Preparing 02:35:25 77800555382b: Preparing 02:35:25 0f146fd6f170: Preparing 02:35:25 e1973f0a4424: Preparing 02:35:25 ddce19a72427: Preparing 02:35:25 2e4249f2a09a: Preparing 02:35:25 a5027818ff5a: Preparing 02:35:25 d19473c265a7: Preparing 02:35:25 2b2d9773950c: Preparing 02:35:25 1e890da81ec9: Preparing 02:35:25 2e4249f2a09a: Waiting 02:35:25 a5027818ff5a: Waiting 02:35:25 d19473c265a7: Waiting 02:35:25 2b2d9773950c: Waiting 02:35:25 1e890da81ec9: Waiting 02:35:25 ddce19a72427: Waiting 02:35:25 77800555382b: Layer already exists 02:35:25 e1973f0a4424: Layer already exists 02:35:25 37302a442dc9: Layer already exists 02:35:25 0f146fd6f170: Layer already exists 02:35:25 29d3fdc2907f: Layer already exists 02:35:25 ddce19a72427: Layer already exists 02:35:25 2e4249f2a09a: Layer already exists 02:35:25 a5027818ff5a: Layer already exists 02:35:25 2b2d9773950c: Layer already exists 02:35:25 d19473c265a7: Layer already exists 02:35:25 1e890da81ec9: Layer already exists 02:35:25 latest: digest: sha256:6737987befe51dba2a8f362eb7a4c52cd602998182ca7561f035934bbe29f612 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.66 02:35:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:35:26 37302a442dc9: Preparing 02:35:26 29d3fdc2907f: Preparing 02:35:26 77800555382b: Preparing 02:35:26 0f146fd6f170: Preparing 02:35:26 e1973f0a4424: Preparing 02:35:26 ddce19a72427: Preparing 02:35:26 2e4249f2a09a: Preparing 02:35:26 ddce19a72427: Waiting 02:35:26 a5027818ff5a: Preparing 02:35:26 2e4249f2a09a: Waiting 02:35:26 d19473c265a7: Preparing 02:35:26 a5027818ff5a: Waiting 02:35:26 2b2d9773950c: Preparing 02:35:26 d19473c265a7: Waiting 02:35:26 1e890da81ec9: Preparing 02:35:26 2b2d9773950c: Waiting 02:35:26 29d3fdc2907f: Layer already exists 02:35:26 0f146fd6f170: Layer already exists 02:35:26 37302a442dc9: Layer already exists 02:35:26 77800555382b: Layer already exists 02:35:26 e1973f0a4424: Layer already exists 02:35:26 2b2d9773950c: Layer already exists 02:35:26 d19473c265a7: Layer already exists 02:35:26 2e4249f2a09a: Layer already exists 02:35:26 ddce19a72427: Layer already exists 02:35:26 a5027818ff5a: Layer already exists 02:35:26 1e890da81ec9: Layer already exists 02:35:26 4.1.0-dev.66: digest: sha256:6737987befe51dba2a8f362eb7a4c52cd602998182ca7561f035934bbe29f612 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:35:27 37302a442dc9: Preparing 02:35:27 29d3fdc2907f: Preparing 02:35:27 77800555382b: Preparing 02:35:27 0f146fd6f170: Preparing 02:35:27 e1973f0a4424: Preparing 02:35:27 ddce19a72427: Preparing 02:35:27 2e4249f2a09a: Preparing 02:35:27 a5027818ff5a: Preparing 02:35:27 d19473c265a7: Preparing 02:35:27 2b2d9773950c: Preparing 02:35:27 1e890da81ec9: Preparing 02:35:27 ddce19a72427: Waiting 02:35:27 a5027818ff5a: Waiting 02:35:27 d19473c265a7: Waiting 02:35:27 2b2d9773950c: Waiting 02:35:27 1e890da81ec9: Waiting 02:35:27 2e4249f2a09a: Waiting 02:35:27 e1973f0a4424: Layer already exists 02:35:27 77800555382b: Layer already exists 02:35:27 37302a442dc9: Layer already exists 02:35:27 29d3fdc2907f: Layer already exists 02:35:27 0f146fd6f170: Layer already exists 02:35:27 a5027818ff5a: Layer already exists 02:35:27 2e4249f2a09a: Layer already exists 02:35:27 2b2d9773950c: Layer already exists 02:35:27 ddce19a72427: Layer already exists 02:35:27 d19473c265a7: Layer already exists 02:35:27 1e890da81ec9: Layer already exists 02:35:27 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:6737987befe51dba2a8f362eb7a4c52cd602998182ca7561f035934bbe29f612 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:35:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:35:28 37302a442dc9: Preparing 02:35:28 29d3fdc2907f: Preparing 02:35:28 77800555382b: Preparing 02:35:28 0f146fd6f170: Preparing 02:35:28 e1973f0a4424: Preparing 02:35:28 ddce19a72427: Preparing 02:35:28 2e4249f2a09a: Preparing 02:35:28 a5027818ff5a: Preparing 02:35:28 d19473c265a7: Preparing 02:35:28 2b2d9773950c: Preparing 02:35:28 1e890da81ec9: Preparing 02:35:28 2e4249f2a09a: Waiting 02:35:28 a5027818ff5a: Waiting 02:35:28 d19473c265a7: Waiting 02:35:28 2b2d9773950c: Waiting 02:35:28 1e890da81ec9: Waiting 02:35:28 ddce19a72427: Waiting 02:35:28 0f146fd6f170: Layer already exists 02:35:28 29d3fdc2907f: Layer already exists 02:35:28 37302a442dc9: Layer already exists 02:35:28 77800555382b: Layer already exists 02:35:28 e1973f0a4424: Layer already exists 02:35:28 ddce19a72427: Layer already exists 02:35:28 d19473c265a7: Layer already exists 02:35:28 2e4249f2a09a: Layer already exists 02:35:28 a5027818ff5a: Layer already exists 02:35:28 2b2d9773950c: Layer already exists 02:35:28 1e890da81ec9: Layer already exists 02:35:28 main: digest: sha256:6737987befe51dba2a8f362eb7a4c52cd602998182ca7561f035934bbe29f612 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:35:28 ===================================================== [Pipeline] echo 02:35:28 taggedImages: 02:35:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:35:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.66 02:35:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:35:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:35:28 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:28 latest 02:35:28 4.1.0-dev.66 02:35:28 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:28 main 02:35:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:35:29 d27b4c9aca0a: Preparing 02:35:29 0761e17f3668: Preparing 02:35:29 0933e2653a92: Preparing 02:35:29 24daa1ae14e9: Preparing 02:35:29 19b7d97618b8: Preparing 02:35:29 6b8cd7afe43d: Preparing 02:35:29 48002c071fc8: Preparing 02:35:29 ddce19a72427: Preparing 02:35:29 2e4249f2a09a: Preparing 02:35:29 efa155c65007: Preparing 02:35:29 28eb1470e93f: Preparing 02:35:29 1e890da81ec9: Preparing 02:35:29 6b8cd7afe43d: Waiting 02:35:29 48002c071fc8: Waiting 02:35:29 2e4249f2a09a: Waiting 02:35:29 efa155c65007: Waiting 02:35:29 28eb1470e93f: Waiting 02:35:29 1e890da81ec9: Waiting 02:35:29 ddce19a72427: Waiting 02:35:29 19b7d97618b8: Pushed 02:35:29 d27b4c9aca0a: Pushed 02:35:29 0761e17f3668: Pushed 02:35:29 ddce19a72427: Layer already exists 02:35:29 2e4249f2a09a: Layer already exists 02:35:29 6b8cd7afe43d: Pushed 02:35:29 48002c071fc8: Pushed 02:35:30 1e890da81ec9: Layer already exists 02:35:32 efa155c65007: Pushed 02:35:33 28eb1470e93f: Pushed 02:35:36 24daa1ae14e9: Pushed 02:35:36 0933e2653a92: Pushed 02:35:36 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:6e7e0cca0db51bbb664c55c5784ada3a758a599e63062030fe53f89a70c147d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:37 + 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 02:35:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:35:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:35:37 d27b4c9aca0a: Preparing 02:35:37 0761e17f3668: Preparing 02:35:37 0933e2653a92: Preparing 02:35:37 24daa1ae14e9: Preparing 02:35:37 19b7d97618b8: Preparing 02:35:37 6b8cd7afe43d: Preparing 02:35:37 48002c071fc8: Preparing 02:35:37 ddce19a72427: Preparing 02:35:37 2e4249f2a09a: Preparing 02:35:37 efa155c65007: Preparing 02:35:37 28eb1470e93f: Preparing 02:35:37 1e890da81ec9: Preparing 02:35:37 efa155c65007: Waiting 02:35:37 6b8cd7afe43d: Waiting 02:35:37 48002c071fc8: Waiting 02:35:37 ddce19a72427: Waiting 02:35:37 28eb1470e93f: Waiting 02:35:37 1e890da81ec9: Waiting 02:35:37 19b7d97618b8: Layer already exists 02:35:37 0933e2653a92: Layer already exists 02:35:37 d27b4c9aca0a: Layer already exists 02:35:37 24daa1ae14e9: Layer already exists 02:35:37 0761e17f3668: Layer already exists 02:35:37 2e4249f2a09a: Layer already exists 02:35:37 6b8cd7afe43d: Layer already exists 02:35:37 48002c071fc8: Layer already exists 02:35:37 efa155c65007: Layer already exists 02:35:37 ddce19a72427: Layer already exists 02:35:37 28eb1470e93f: Layer already exists 02:35:37 1e890da81ec9: Layer already exists 02:35:37 latest: digest: sha256:6e7e0cca0db51bbb664c55c5784ada3a758a599e63062030fe53f89a70c147d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.66 02:35:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:35:38 d27b4c9aca0a: Preparing 02:35:38 0761e17f3668: Preparing 02:35:38 0933e2653a92: Preparing 02:35:38 24daa1ae14e9: Preparing 02:35:38 19b7d97618b8: Preparing 02:35:38 6b8cd7afe43d: Preparing 02:35:38 48002c071fc8: Preparing 02:35:38 ddce19a72427: Preparing 02:35:38 2e4249f2a09a: Preparing 02:35:38 efa155c65007: Preparing 02:35:38 28eb1470e93f: Preparing 02:35:38 1e890da81ec9: Preparing 02:35:38 6b8cd7afe43d: Waiting 02:35:38 48002c071fc8: Waiting 02:35:38 ddce19a72427: Waiting 02:35:38 2e4249f2a09a: Waiting 02:35:38 efa155c65007: Waiting 02:35:38 1e890da81ec9: Waiting 02:35:38 28eb1470e93f: Waiting 02:35:38 24daa1ae14e9: Layer already exists 02:35:38 d27b4c9aca0a: Layer already exists 02:35:38 19b7d97618b8: Layer already exists 02:35:38 0933e2653a92: Layer already exists 02:35:38 0761e17f3668: Layer already exists 02:35:38 6b8cd7afe43d: Layer already exists 02:35:38 ddce19a72427: Layer already exists 02:35:38 48002c071fc8: Layer already exists 02:35:38 2e4249f2a09a: Layer already exists 02:35:38 efa155c65007: Layer already exists 02:35:38 28eb1470e93f: Layer already exists 02:35:38 1e890da81ec9: Layer already exists 02:35:38 4.1.0-dev.66: digest: sha256:6e7e0cca0db51bbb664c55c5784ada3a758a599e63062030fe53f89a70c147d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:38 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:39 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:35:39 d27b4c9aca0a: Preparing 02:35:39 0761e17f3668: Preparing 02:35:39 0933e2653a92: Preparing 02:35:39 24daa1ae14e9: Preparing 02:35:39 19b7d97618b8: Preparing 02:35:39 6b8cd7afe43d: Preparing 02:35:39 48002c071fc8: Preparing 02:35:39 ddce19a72427: Preparing 02:35:39 2e4249f2a09a: Preparing 02:35:39 efa155c65007: Preparing 02:35:39 28eb1470e93f: Preparing 02:35:39 1e890da81ec9: Preparing 02:35:39 48002c071fc8: Waiting 02:35:39 ddce19a72427: Waiting 02:35:39 2e4249f2a09a: Waiting 02:35:39 efa155c65007: Waiting 02:35:39 28eb1470e93f: Waiting 02:35:39 1e890da81ec9: Waiting 02:35:39 6b8cd7afe43d: Waiting 02:35:39 24daa1ae14e9: Layer already exists 02:35:39 0933e2653a92: Layer already exists 02:35:39 0761e17f3668: Layer already exists 02:35:39 d27b4c9aca0a: Layer already exists 02:35:39 19b7d97618b8: Layer already exists 02:35:39 6b8cd7afe43d: Layer already exists 02:35:39 48002c071fc8: Layer already exists 02:35:39 ddce19a72427: Layer already exists 02:35:39 2e4249f2a09a: Layer already exists 02:35:39 efa155c65007: Layer already exists 02:35:39 28eb1470e93f: Layer already exists 02:35:39 1e890da81ec9: Layer already exists 02:35:39 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:6e7e0cca0db51bbb664c55c5784ada3a758a599e63062030fe53f89a70c147d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:39 + 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 02:35:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:35:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:35:40 d27b4c9aca0a: Preparing 02:35:40 0761e17f3668: Preparing 02:35:40 0933e2653a92: Preparing 02:35:40 24daa1ae14e9: Preparing 02:35:40 19b7d97618b8: Preparing 02:35:40 6b8cd7afe43d: Preparing 02:35:40 48002c071fc8: Preparing 02:35:40 ddce19a72427: Preparing 02:35:40 2e4249f2a09a: Preparing 02:35:40 efa155c65007: Preparing 02:35:40 28eb1470e93f: Preparing 02:35:40 1e890da81ec9: Preparing 02:35:40 ddce19a72427: Waiting 02:35:40 2e4249f2a09a: Waiting 02:35:40 efa155c65007: Waiting 02:35:40 28eb1470e93f: Waiting 02:35:40 1e890da81ec9: Waiting 02:35:40 6b8cd7afe43d: Waiting 02:35:40 48002c071fc8: Waiting 02:35:40 19b7d97618b8: Layer already exists 02:35:40 d27b4c9aca0a: Layer already exists 02:35:40 24daa1ae14e9: Layer already exists 02:35:40 0761e17f3668: Layer already exists 02:35:40 0933e2653a92: Layer already exists 02:35:40 2e4249f2a09a: Layer already exists 02:35:40 efa155c65007: Layer already exists 02:35:40 48002c071fc8: Layer already exists 02:35:40 6b8cd7afe43d: Layer already exists 02:35:40 ddce19a72427: Layer already exists 02:35:40 1e890da81ec9: Layer already exists 02:35:40 28eb1470e93f: Layer already exists 02:35:40 main: digest: sha256:6e7e0cca0db51bbb664c55c5784ada3a758a599e63062030fe53f89a70c147d2 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:35:40 ===================================================== [Pipeline] echo 02:35:40 taggedImages: 02:35:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:35:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.66 02:35:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:40 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:35:40 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:35:40 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:40 latest 02:35:40 4.1.0-dev.66 02:35:40 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:40 main 02:35:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:35:41 57745e2a1075: Preparing 02:35:41 e4a183d2e883: Preparing 02:35:41 ddce19a72427: Preparing 02:35:41 2e4249f2a09a: Preparing 02:35:41 99f1d2c8b9cf: Preparing 02:35:41 17a5fe351abe: Preparing 02:35:41 1e890da81ec9: Preparing 02:35:41 17a5fe351abe: Waiting 02:35:41 1e890da81ec9: Waiting 02:35:41 2e4249f2a09a: Layer already exists 02:35:41 ddce19a72427: Layer already exists 02:35:41 1e890da81ec9: Layer already exists 02:35:41 57745e2a1075: Pushed 02:35:43 99f1d2c8b9cf: Pushed 02:35:43 17a5fe351abe: Pushed 02:35:48 e4a183d2e883: Pushed 02:35:48 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:f0e7b23e31abdc927315f4c84ed07358f8ecd9c5e5f5a74f29c8dc4a63ddc4bd size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:49 + 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 02:35:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:35:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:35:49 57745e2a1075: Preparing 02:35:49 e4a183d2e883: Preparing 02:35:49 ddce19a72427: Preparing 02:35:49 2e4249f2a09a: Preparing 02:35:49 99f1d2c8b9cf: Preparing 02:35:49 17a5fe351abe: Preparing 02:35:49 1e890da81ec9: Preparing 02:35:49 1e890da81ec9: Waiting 02:35:49 99f1d2c8b9cf: Layer already exists 02:35:49 57745e2a1075: Layer already exists 02:35:49 ddce19a72427: Layer already exists 02:35:49 e4a183d2e883: Layer already exists 02:35:49 2e4249f2a09a: Layer already exists 02:35:49 1e890da81ec9: Layer already exists 02:35:49 17a5fe351abe: Layer already exists 02:35:49 latest: digest: sha256:f0e7b23e31abdc927315f4c84ed07358f8ecd9c5e5f5a74f29c8dc4a63ddc4bd size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.66 02:35:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:35:50 57745e2a1075: Preparing 02:35:50 e4a183d2e883: Preparing 02:35:50 ddce19a72427: Preparing 02:35:50 2e4249f2a09a: Preparing 02:35:50 99f1d2c8b9cf: Preparing 02:35:50 17a5fe351abe: Preparing 02:35:50 1e890da81ec9: Preparing 02:35:50 17a5fe351abe: Waiting 02:35:50 99f1d2c8b9cf: Layer already exists 02:35:50 57745e2a1075: Layer already exists 02:35:50 2e4249f2a09a: Layer already exists 02:35:50 ddce19a72427: Layer already exists 02:35:50 e4a183d2e883: Layer already exists 02:35:50 1e890da81ec9: Layer already exists 02:35:50 17a5fe351abe: Layer already exists 02:35:50 4.1.0-dev.66: digest: sha256:f0e7b23e31abdc927315f4c84ed07358f8ecd9c5e5f5a74f29c8dc4a63ddc4bd size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:51 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:35:51 57745e2a1075: Preparing 02:35:51 e4a183d2e883: Preparing 02:35:51 ddce19a72427: Preparing 02:35:51 2e4249f2a09a: Preparing 02:35:51 99f1d2c8b9cf: Preparing 02:35:51 17a5fe351abe: Preparing 02:35:51 1e890da81ec9: Preparing 02:35:51 17a5fe351abe: Waiting 02:35:51 1e890da81ec9: Waiting 02:35:51 e4a183d2e883: Layer already exists 02:35:51 57745e2a1075: Layer already exists 02:35:51 ddce19a72427: Layer already exists 02:35:51 2e4249f2a09a: Layer already exists 02:35:51 99f1d2c8b9cf: Layer already exists 02:35:51 17a5fe351abe: Layer already exists 02:35:51 1e890da81ec9: Layer already exists 02:35:51 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:f0e7b23e31abdc927315f4c84ed07358f8ecd9c5e5f5a74f29c8dc4a63ddc4bd size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:52 + 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 02:35:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:35:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:35:52 57745e2a1075: Preparing 02:35:52 e4a183d2e883: Preparing 02:35:52 ddce19a72427: Preparing 02:35:52 2e4249f2a09a: Preparing 02:35:52 99f1d2c8b9cf: Preparing 02:35:52 17a5fe351abe: Preparing 02:35:52 1e890da81ec9: Preparing 02:35:52 17a5fe351abe: Waiting 02:35:52 1e890da81ec9: Waiting 02:35:52 ddce19a72427: Layer already exists 02:35:52 2e4249f2a09a: Layer already exists 02:35:52 57745e2a1075: Layer already exists 02:35:52 99f1d2c8b9cf: Layer already exists 02:35:52 e4a183d2e883: Layer already exists 02:35:52 17a5fe351abe: Layer already exists 02:35:52 1e890da81ec9: Layer already exists 02:35:52 main: digest: sha256:f0e7b23e31abdc927315f4c84ed07358f8ecd9c5e5f5a74f29c8dc4a63ddc4bd size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:35:52 ===================================================== [Pipeline] echo 02:35:53 taggedImages: 02:35:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:35:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.66 02:35:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:35:53 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:35:53 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:53 latest 02:35:53 4.1.0-dev.66 02:35:53 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:35:53 main 02:35:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:53 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:35:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:35:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:35:53 8b34986c0669: Preparing 02:35:53 5ccd1a68f0c4: Preparing 02:35:53 5853f40f772e: Preparing 02:35:53 ddce19a72427: Preparing 02:35:53 2e4249f2a09a: Preparing 02:35:53 bb9e8c33d7e6: Preparing 02:35:53 2681b7e53bc3: Preparing 02:35:53 50d519bed199: Preparing 02:35:53 04d19a1986a0: Preparing 02:35:53 1e890da81ec9: Preparing 02:35:53 bb9e8c33d7e6: Waiting 02:35:53 2681b7e53bc3: Waiting 02:35:53 1e890da81ec9: Waiting 02:35:53 04d19a1986a0: Waiting 02:35:53 2e4249f2a09a: Layer already exists 02:35:53 ddce19a72427: Layer already exists 02:35:54 5853f40f772e: Pushed 02:35:54 5ccd1a68f0c4: Pushed 02:35:54 8b34986c0669: Pushed 02:35:54 1e890da81ec9: Layer already exists 02:35:54 50d519bed199: Pushed 02:35:56 04d19a1986a0: Pushed 02:36:04 2681b7e53bc3: Pushed 02:36:22 bb9e8c33d7e6: Pushed 02:36:22 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:91c4cac1e8a0cc5eb5dbb677d89af07f03922986694b368424c33e29777ecc54 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:23 + 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 02:36:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:36:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:36:23 8b34986c0669: Preparing 02:36:23 5ccd1a68f0c4: Preparing 02:36:23 5853f40f772e: Preparing 02:36:23 ddce19a72427: Preparing 02:36:23 2e4249f2a09a: Preparing 02:36:23 bb9e8c33d7e6: Preparing 02:36:23 2681b7e53bc3: Preparing 02:36:23 50d519bed199: Preparing 02:36:23 04d19a1986a0: Preparing 02:36:23 1e890da81ec9: Preparing 02:36:23 2681b7e53bc3: Waiting 02:36:23 50d519bed199: Waiting 02:36:23 04d19a1986a0: Waiting 02:36:23 1e890da81ec9: Waiting 02:36:23 bb9e8c33d7e6: Waiting 02:36:23 5ccd1a68f0c4: Layer already exists 02:36:23 ddce19a72427: Layer already exists 02:36:23 2e4249f2a09a: Layer already exists 02:36:23 8b34986c0669: Layer already exists 02:36:23 5853f40f772e: Layer already exists 02:36:23 bb9e8c33d7e6: Layer already exists 02:36:23 50d519bed199: Layer already exists 02:36:23 1e890da81ec9: Layer already exists 02:36:23 2681b7e53bc3: Layer already exists 02:36:23 04d19a1986a0: Layer already exists 02:36:23 latest: digest: sha256:91c4cac1e8a0cc5eb5dbb677d89af07f03922986694b368424c33e29777ecc54 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:24 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.66 02:36:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:36:24 8b34986c0669: Preparing 02:36:24 5ccd1a68f0c4: Preparing 02:36:24 5853f40f772e: Preparing 02:36:24 ddce19a72427: Preparing 02:36:24 2e4249f2a09a: Preparing 02:36:24 bb9e8c33d7e6: Preparing 02:36:24 2681b7e53bc3: Preparing 02:36:24 50d519bed199: Preparing 02:36:24 04d19a1986a0: Preparing 02:36:24 1e890da81ec9: Preparing 02:36:24 bb9e8c33d7e6: Waiting 02:36:24 2681b7e53bc3: Waiting 02:36:24 50d519bed199: Waiting 02:36:24 04d19a1986a0: Waiting 02:36:24 1e890da81ec9: Waiting 02:36:24 5ccd1a68f0c4: Layer already exists 02:36:24 5853f40f772e: Layer already exists 02:36:24 2e4249f2a09a: Layer already exists 02:36:24 8b34986c0669: Layer already exists 02:36:24 ddce19a72427: Layer already exists 02:36:24 50d519bed199: Layer already exists 02:36:24 04d19a1986a0: Layer already exists 02:36:24 2681b7e53bc3: Layer already exists 02:36:24 bb9e8c33d7e6: Layer already exists 02:36:24 1e890da81ec9: Layer already exists 02:36:24 4.1.0-dev.66: digest: sha256:91c4cac1e8a0cc5eb5dbb677d89af07f03922986694b368424c33e29777ecc54 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:25 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:36:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:36:25 8b34986c0669: Preparing 02:36:25 5ccd1a68f0c4: Preparing 02:36:25 5853f40f772e: Preparing 02:36:25 ddce19a72427: Preparing 02:36:25 2e4249f2a09a: Preparing 02:36:25 bb9e8c33d7e6: Preparing 02:36:25 2681b7e53bc3: Preparing 02:36:25 50d519bed199: Preparing 02:36:25 04d19a1986a0: Preparing 02:36:25 1e890da81ec9: Preparing 02:36:25 2681b7e53bc3: Waiting 02:36:25 50d519bed199: Waiting 02:36:25 bb9e8c33d7e6: Waiting 02:36:25 04d19a1986a0: Waiting 02:36:25 1e890da81ec9: Waiting 02:36:25 2e4249f2a09a: Layer already exists 02:36:25 ddce19a72427: Layer already exists 02:36:25 8b34986c0669: Layer already exists 02:36:25 5853f40f772e: Layer already exists 02:36:25 5ccd1a68f0c4: Layer already exists 02:36:25 bb9e8c33d7e6: Layer already exists 02:36:25 2681b7e53bc3: Layer already exists 02:36:25 50d519bed199: Layer already exists 02:36:25 04d19a1986a0: Layer already exists 02:36:25 1e890da81ec9: Layer already exists 02:36:25 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:91c4cac1e8a0cc5eb5dbb677d89af07f03922986694b368424c33e29777ecc54 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:26 + 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 02:36:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:36:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:36:26 8b34986c0669: Preparing 02:36:26 5ccd1a68f0c4: Preparing 02:36:26 5853f40f772e: Preparing 02:36:26 ddce19a72427: Preparing 02:36:26 2e4249f2a09a: Preparing 02:36:26 bb9e8c33d7e6: Preparing 02:36:26 2681b7e53bc3: Preparing 02:36:26 50d519bed199: Preparing 02:36:26 04d19a1986a0: Preparing 02:36:26 1e890da81ec9: Preparing 02:36:26 bb9e8c33d7e6: Waiting 02:36:26 2681b7e53bc3: Waiting 02:36:26 50d519bed199: Waiting 02:36:26 04d19a1986a0: Waiting 02:36:26 1e890da81ec9: Waiting 02:36:26 8b34986c0669: Layer already exists 02:36:26 2e4249f2a09a: Layer already exists 02:36:26 ddce19a72427: Layer already exists 02:36:26 5853f40f772e: Layer already exists 02:36:26 5ccd1a68f0c4: Layer already exists 02:36:26 04d19a1986a0: Layer already exists 02:36:26 2681b7e53bc3: Layer already exists 02:36:26 bb9e8c33d7e6: Layer already exists 02:36:26 50d519bed199: Layer already exists 02:36:26 1e890da81ec9: Layer already exists 02:36:26 main: digest: sha256:91c4cac1e8a0cc5eb5dbb677d89af07f03922986694b368424c33e29777ecc54 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:36:26 ===================================================== [Pipeline] echo 02:36:26 taggedImages: 02:36:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:36:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:36:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.66 02:36:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:36:26 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:36:26 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:36:26 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:36:26 latest 02:36:26 4.1.0-dev.66 02:36:26 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:36:26 main 02:36:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:27 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:36:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:36:27 c8511da94c67: Preparing 02:36:27 f2bdc38b1b51: Preparing 02:36:27 3401bfc14a7f: Preparing 02:36:27 ddce19a72427: Preparing 02:36:27 2e4249f2a09a: Preparing 02:36:27 9b06c01c82ce: Preparing 02:36:27 46a7afe7df8f: Preparing 02:36:27 ffa277feb37e: Preparing 02:36:27 1e890da81ec9: Preparing 02:36:27 9b06c01c82ce: Waiting 02:36:27 46a7afe7df8f: Waiting 02:36:27 ffa277feb37e: Waiting 02:36:27 1e890da81ec9: Waiting 02:36:27 2e4249f2a09a: Layer already exists 02:36:27 ddce19a72427: Layer already exists 02:36:27 3401bfc14a7f: Pushed 02:36:27 f2bdc38b1b51: Pushed 02:36:27 c8511da94c67: Pushed 02:36:27 1e890da81ec9: Layer already exists 02:36:28 ffa277feb37e: Pushed 02:36:29 46a7afe7df8f: Pushed 02:36:56 9b06c01c82ce: Pushed 02:36:56 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:2b61e32590f9f2b453642c53722971a90a09f068fb15cb0bfb2858abb85128a5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:56 + 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 02:36:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:36:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:36:56 c8511da94c67: Preparing 02:36:56 f2bdc38b1b51: Preparing 02:36:56 3401bfc14a7f: Preparing 02:36:56 ddce19a72427: Preparing 02:36:56 2e4249f2a09a: Preparing 02:36:56 9b06c01c82ce: Preparing 02:36:56 46a7afe7df8f: Preparing 02:36:56 9b06c01c82ce: Waiting 02:36:56 ffa277feb37e: Preparing 02:36:56 46a7afe7df8f: Waiting 02:36:56 1e890da81ec9: Preparing 02:36:56 ffa277feb37e: Waiting 02:36:56 1e890da81ec9: Waiting 02:36:56 3401bfc14a7f: Layer already exists 02:36:56 c8511da94c67: Layer already exists 02:36:56 2e4249f2a09a: Layer already exists 02:36:56 f2bdc38b1b51: Layer already exists 02:36:56 ddce19a72427: Layer already exists 02:36:56 46a7afe7df8f: Layer already exists 02:36:56 9b06c01c82ce: Layer already exists 02:36:56 1e890da81ec9: Layer already exists 02:36:56 ffa277feb37e: Layer already exists 02:36:57 latest: digest: sha256:2b61e32590f9f2b453642c53722971a90a09f068fb15cb0bfb2858abb85128a5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:57 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.66 02:36:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:36:57 c8511da94c67: Preparing 02:36:57 f2bdc38b1b51: Preparing 02:36:57 3401bfc14a7f: Preparing 02:36:57 ddce19a72427: Preparing 02:36:57 2e4249f2a09a: Preparing 02:36:57 9b06c01c82ce: Preparing 02:36:57 46a7afe7df8f: Preparing 02:36:57 ffa277feb37e: Preparing 02:36:57 1e890da81ec9: Preparing 02:36:57 46a7afe7df8f: Waiting 02:36:57 ffa277feb37e: Waiting 02:36:57 1e890da81ec9: Waiting 02:36:57 9b06c01c82ce: Waiting 02:36:57 f2bdc38b1b51: Layer already exists 02:36:57 c8511da94c67: Layer already exists 02:36:57 2e4249f2a09a: Layer already exists 02:36:57 ddce19a72427: Layer already exists 02:36:57 3401bfc14a7f: Layer already exists 02:36:57 46a7afe7df8f: Layer already exists 02:36:57 ffa277feb37e: Layer already exists 02:36:57 9b06c01c82ce: Layer already exists 02:36:57 1e890da81ec9: Layer already exists 02:36:58 4.1.0-dev.66: digest: sha256:2b61e32590f9f2b453642c53722971a90a09f068fb15cb0bfb2858abb85128a5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:36:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:36:58 c8511da94c67: Preparing 02:36:58 f2bdc38b1b51: Preparing 02:36:58 3401bfc14a7f: Preparing 02:36:58 ddce19a72427: Preparing 02:36:58 2e4249f2a09a: Preparing 02:36:58 9b06c01c82ce: Preparing 02:36:58 46a7afe7df8f: Preparing 02:36:58 ffa277feb37e: Preparing 02:36:58 1e890da81ec9: Preparing 02:36:58 9b06c01c82ce: Waiting 02:36:58 46a7afe7df8f: Waiting 02:36:58 ffa277feb37e: Waiting 02:36:58 1e890da81ec9: Waiting 02:36:58 f2bdc38b1b51: Layer already exists 02:36:58 ddce19a72427: Layer already exists 02:36:58 3401bfc14a7f: Layer already exists 02:36:58 c8511da94c67: Layer already exists 02:36:58 2e4249f2a09a: Layer already exists 02:36:58 1e890da81ec9: Layer already exists 02:36:58 46a7afe7df8f: Layer already exists 02:36:58 9b06c01c82ce: Layer already exists 02:36:58 ffa277feb37e: Layer already exists 02:36:59 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:2b61e32590f9f2b453642c53722971a90a09f068fb15cb0bfb2858abb85128a5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:36:59 + 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 02:36:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:36:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:36:59 c8511da94c67: Preparing 02:36:59 f2bdc38b1b51: Preparing 02:36:59 3401bfc14a7f: Preparing 02:36:59 ddce19a72427: Preparing 02:36:59 2e4249f2a09a: Preparing 02:36:59 9b06c01c82ce: Preparing 02:36:59 46a7afe7df8f: Preparing 02:36:59 ffa277feb37e: Preparing 02:36:59 1e890da81ec9: Preparing 02:36:59 9b06c01c82ce: Waiting 02:36:59 46a7afe7df8f: Waiting 02:36:59 ffa277feb37e: Waiting 02:36:59 1e890da81ec9: Waiting 02:36:59 ddce19a72427: Layer already exists 02:36:59 f2bdc38b1b51: Layer already exists 02:36:59 3401bfc14a7f: Layer already exists 02:36:59 2e4249f2a09a: Layer already exists 02:36:59 c8511da94c67: Layer already exists 02:36:59 ffa277feb37e: Layer already exists 02:36:59 9b06c01c82ce: Layer already exists 02:36:59 46a7afe7df8f: Layer already exists 02:36:59 1e890da81ec9: Layer already exists 02:37:00 main: digest: sha256:2b61e32590f9f2b453642c53722971a90a09f068fb15cb0bfb2858abb85128a5 size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:00 ===================================================== [Pipeline] echo 02:37:00 taggedImages: 02:37:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:37:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.66 02:37:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:37:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:37:00 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:00 latest 02:37:00 4.1.0-dev.66 02:37:00 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:00 main 02:37:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:00 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:37:00 6f90a9a0ed4b: Preparing 02:37:00 42a5ebbfd546: Preparing 02:37:00 1f15a79b937e: Preparing 02:37:00 ddce19a72427: Preparing 02:37:00 2e4249f2a09a: Preparing 02:37:00 23a32724847c: Preparing 02:37:00 50d519bed199: Preparing 02:37:00 04d19a1986a0: Preparing 02:37:00 1e890da81ec9: Preparing 02:37:00 23a32724847c: Waiting 02:37:00 50d519bed199: Waiting 02:37:00 1e890da81ec9: Waiting 02:37:00 04d19a1986a0: Waiting 02:37:00 ddce19a72427: Layer already exists 02:37:01 2e4249f2a09a: Layer already exists 02:37:01 1f15a79b937e: Pushed 02:37:01 50d519bed199: Layer already exists 02:37:01 42a5ebbfd546: Pushed 02:37:01 04d19a1986a0: Layer already exists 02:37:01 1e890da81ec9: Layer already exists 02:37:01 6f90a9a0ed4b: Pushed 02:37:27 23a32724847c: Pushed 02:37:27 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:41e7cbd732877f16c69d087d5dd764851f3ceb03d822e05cb21fa63e856c7720 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:28 + 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 02:37:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:37:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:37:29 6f90a9a0ed4b: Preparing 02:37:29 42a5ebbfd546: Preparing 02:37:29 1f15a79b937e: Preparing 02:37:29 ddce19a72427: Preparing 02:37:29 2e4249f2a09a: Preparing 02:37:29 23a32724847c: Preparing 02:37:29 50d519bed199: Preparing 02:37:29 04d19a1986a0: Preparing 02:37:29 1e890da81ec9: Preparing 02:37:29 23a32724847c: Waiting 02:37:29 50d519bed199: Waiting 02:37:29 04d19a1986a0: Waiting 02:37:29 1e890da81ec9: Waiting 02:37:29 42a5ebbfd546: Layer already exists 02:37:29 1f15a79b937e: Layer already exists 02:37:29 2e4249f2a09a: Layer already exists 02:37:29 6f90a9a0ed4b: Layer already exists 02:37:29 ddce19a72427: Layer already exists 02:37:29 04d19a1986a0: Layer already exists 02:37:29 23a32724847c: Layer already exists 02:37:29 1e890da81ec9: Layer already exists 02:37:29 50d519bed199: Layer already exists 02:37:29 latest: digest: sha256:41e7cbd732877f16c69d087d5dd764851f3ceb03d822e05cb21fa63e856c7720 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:30 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.66 02:37:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:37:30 6f90a9a0ed4b: Preparing 02:37:30 42a5ebbfd546: Preparing 02:37:30 1f15a79b937e: Preparing 02:37:30 ddce19a72427: Preparing 02:37:30 2e4249f2a09a: Preparing 02:37:30 23a32724847c: Preparing 02:37:30 50d519bed199: Preparing 02:37:30 04d19a1986a0: Preparing 02:37:30 1e890da81ec9: Preparing 02:37:30 50d519bed199: Waiting 02:37:30 23a32724847c: Waiting 02:37:30 04d19a1986a0: Waiting 02:37:30 1e890da81ec9: Waiting 02:37:30 42a5ebbfd546: Layer already exists 02:37:30 2e4249f2a09a: Layer already exists 02:37:30 6f90a9a0ed4b: Layer already exists 02:37:30 ddce19a72427: Layer already exists 02:37:30 1f15a79b937e: Layer already exists 02:37:30 23a32724847c: Layer already exists 02:37:30 50d519bed199: Layer already exists 02:37:30 1e890da81ec9: Layer already exists 02:37:30 04d19a1986a0: Layer already exists 02:37:30 4.1.0-dev.66: digest: sha256:41e7cbd732877f16c69d087d5dd764851f3ceb03d822e05cb21fa63e856c7720 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:31 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:31 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:37:31 6f90a9a0ed4b: Preparing 02:37:31 42a5ebbfd546: Preparing 02:37:31 1f15a79b937e: Preparing 02:37:31 ddce19a72427: Preparing 02:37:31 2e4249f2a09a: Preparing 02:37:31 23a32724847c: Preparing 02:37:31 50d519bed199: Preparing 02:37:31 04d19a1986a0: Preparing 02:37:31 1e890da81ec9: Preparing 02:37:31 50d519bed199: Waiting 02:37:31 04d19a1986a0: Waiting 02:37:31 23a32724847c: Waiting 02:37:31 1e890da81ec9: Waiting 02:37:31 6f90a9a0ed4b: Layer already exists 02:37:31 1f15a79b937e: Layer already exists 02:37:31 2e4249f2a09a: Layer already exists 02:37:31 ddce19a72427: Layer already exists 02:37:31 42a5ebbfd546: Layer already exists 02:37:31 23a32724847c: Layer already exists 02:37:31 04d19a1986a0: Layer already exists 02:37:31 1e890da81ec9: Layer already exists 02:37:31 50d519bed199: Layer already exists 02:37:31 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:41e7cbd732877f16c69d087d5dd764851f3ceb03d822e05cb21fa63e856c7720 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:32 + 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 02:37:32 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:37:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:37:32 6f90a9a0ed4b: Preparing 02:37:32 42a5ebbfd546: Preparing 02:37:32 1f15a79b937e: Preparing 02:37:32 ddce19a72427: Preparing 02:37:32 2e4249f2a09a: Preparing 02:37:32 23a32724847c: Preparing 02:37:32 50d519bed199: Preparing 02:37:32 04d19a1986a0: Preparing 02:37:32 1e890da81ec9: Preparing 02:37:32 23a32724847c: Waiting 02:37:32 50d519bed199: Waiting 02:37:32 04d19a1986a0: Waiting 02:37:32 1e890da81ec9: Waiting 02:37:32 ddce19a72427: Layer already exists 02:37:32 2e4249f2a09a: Layer already exists 02:37:32 1f15a79b937e: Layer already exists 02:37:32 6f90a9a0ed4b: Layer already exists 02:37:32 42a5ebbfd546: Layer already exists 02:37:32 04d19a1986a0: Layer already exists 02:37:32 23a32724847c: Layer already exists 02:37:32 50d519bed199: Layer already exists 02:37:32 1e890da81ec9: Layer already exists 02:37:32 main: digest: sha256:41e7cbd732877f16c69d087d5dd764851f3ceb03d822e05cb21fa63e856c7720 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:32 ===================================================== [Pipeline] echo 02:37:32 taggedImages: 02:37:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:37:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.66 02:37:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:32 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:37:32 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:37:32 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:32 latest 02:37:32 4.1.0-dev.66 02:37:32 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:32 main 02:37:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:33 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:37:33 0751703d660f: Preparing 02:37:33 9344e1813d7c: Preparing 02:37:33 ddce19a72427: Preparing 02:37:33 2e4249f2a09a: Preparing 02:37:33 dea1442623fb: Preparing 02:37:33 9098ed4f2bc2: Preparing 02:37:33 1e890da81ec9: Preparing 02:37:33 9098ed4f2bc2: Waiting 02:37:33 1e890da81ec9: Waiting 02:37:33 ddce19a72427: Layer already exists 02:37:33 2e4249f2a09a: Layer already exists 02:37:33 1e890da81ec9: Layer already exists 02:37:33 0751703d660f: Pushed 02:37:35 9098ed4f2bc2: Pushed 02:37:35 dea1442623fb: Pushed 02:37:42 9344e1813d7c: Pushed 02:37:42 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:88b22e8181a32f51db15aad30c5b4445cbeb26fb61ee3304a3f1aae74be41a4a size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:42 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:37:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:37:42 0751703d660f: Preparing 02:37:42 9344e1813d7c: Preparing 02:37:42 ddce19a72427: Preparing 02:37:42 2e4249f2a09a: Preparing 02:37:42 dea1442623fb: Preparing 02:37:42 9098ed4f2bc2: Preparing 02:37:42 1e890da81ec9: Preparing 02:37:42 9098ed4f2bc2: Waiting 02:37:42 1e890da81ec9: Waiting 02:37:42 dea1442623fb: Layer already exists 02:37:42 ddce19a72427: Layer already exists 02:37:42 0751703d660f: Layer already exists 02:37:42 2e4249f2a09a: Layer already exists 02:37:42 9344e1813d7c: Layer already exists 02:37:42 1e890da81ec9: Layer already exists 02:37:42 9098ed4f2bc2: Layer already exists 02:37:43 latest: digest: sha256:88b22e8181a32f51db15aad30c5b4445cbeb26fb61ee3304a3f1aae74be41a4a size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:43 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:43 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.66 02:37:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:37:43 0751703d660f: Preparing 02:37:43 9344e1813d7c: Preparing 02:37:43 ddce19a72427: Preparing 02:37:43 2e4249f2a09a: Preparing 02:37:43 dea1442623fb: Preparing 02:37:43 9098ed4f2bc2: Preparing 02:37:43 1e890da81ec9: Preparing 02:37:43 9098ed4f2bc2: Waiting 02:37:43 1e890da81ec9: Waiting 02:37:43 0751703d660f: Layer already exists 02:37:43 9344e1813d7c: Layer already exists 02:37:43 2e4249f2a09a: Layer already exists 02:37:43 dea1442623fb: Layer already exists 02:37:43 ddce19a72427: Layer already exists 02:37:43 9098ed4f2bc2: Layer already exists 02:37:43 1e890da81ec9: Layer already exists 02:37:43 4.1.0-dev.66: digest: sha256:88b22e8181a32f51db15aad30c5b4445cbeb26fb61ee3304a3f1aae74be41a4a size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:44 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:44 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:37:44 0751703d660f: Preparing 02:37:44 9344e1813d7c: Preparing 02:37:44 ddce19a72427: Preparing 02:37:44 2e4249f2a09a: Preparing 02:37:44 dea1442623fb: Preparing 02:37:44 9098ed4f2bc2: Preparing 02:37:44 1e890da81ec9: Preparing 02:37:44 9098ed4f2bc2: Waiting 02:37:44 1e890da81ec9: Waiting 02:37:44 2e4249f2a09a: Layer already exists 02:37:44 0751703d660f: Layer already exists 02:37:44 dea1442623fb: Layer already exists 02:37:44 ddce19a72427: Layer already exists 02:37:44 9344e1813d7c: Layer already exists 02:37:44 1e890da81ec9: Layer already exists 02:37:44 9098ed4f2bc2: Layer already exists 02:37:45 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:88b22e8181a32f51db15aad30c5b4445cbeb26fb61ee3304a3f1aae74be41a4a size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:45 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:37:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:37:45 0751703d660f: Preparing 02:37:45 9344e1813d7c: Preparing 02:37:45 ddce19a72427: Preparing 02:37:45 2e4249f2a09a: Preparing 02:37:45 dea1442623fb: Preparing 02:37:45 9098ed4f2bc2: Preparing 02:37:45 1e890da81ec9: Preparing 02:37:45 9098ed4f2bc2: Waiting 02:37:45 1e890da81ec9: Waiting 02:37:45 0751703d660f: Layer already exists 02:37:45 2e4249f2a09a: Layer already exists 02:37:45 dea1442623fb: Layer already exists 02:37:45 ddce19a72427: Layer already exists 02:37:45 9344e1813d7c: Layer already exists 02:37:45 1e890da81ec9: Layer already exists 02:37:45 9098ed4f2bc2: Layer already exists 02:37:46 main: digest: sha256:88b22e8181a32f51db15aad30c5b4445cbeb26fb61ee3304a3f1aae74be41a4a size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:46 ===================================================== [Pipeline] echo 02:37:46 taggedImages: 02:37:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:37:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.66 02:37:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:46 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:37:46 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:37:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:46 latest 02:37:46 4.1.0-dev.66 02:37:46 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:46 main 02:37:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:46 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:46 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:37:46 f3d759eeee37: Preparing 02:37:46 71175a2e05b7: Preparing 02:37:46 ddce19a72427: Preparing 02:37:46 2e4249f2a09a: Preparing 02:37:46 00de9a809471: Preparing 02:37:46 8f8ffde2f738: Preparing 02:37:46 1e890da81ec9: Preparing 02:37:46 8f8ffde2f738: Waiting 02:37:46 ddce19a72427: Layer already exists 02:37:47 2e4249f2a09a: Layer already exists 02:37:47 1e890da81ec9: Layer already exists 02:37:47 f3d759eeee37: Pushed 02:37:47 8f8ffde2f738: Pushed 02:37:48 00de9a809471: Pushed 02:37:55 71175a2e05b7: Pushed 02:37:55 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0: digest: sha256:456575dbeffad180585e08e90c21777d97018f605c20fcfb15d06e849476e1e0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:37:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:37:56 f3d759eeee37: Preparing 02:37:56 71175a2e05b7: Preparing 02:37:56 ddce19a72427: Preparing 02:37:56 2e4249f2a09a: Preparing 02:37:56 00de9a809471: Preparing 02:37:56 8f8ffde2f738: Preparing 02:37:56 1e890da81ec9: Preparing 02:37:56 8f8ffde2f738: Waiting 02:37:56 1e890da81ec9: Waiting 02:37:56 00de9a809471: Layer already exists 02:37:56 2e4249f2a09a: Layer already exists 02:37:56 71175a2e05b7: Layer already exists 02:37:56 f3d759eeee37: Layer already exists 02:37:56 ddce19a72427: Layer already exists 02:37:56 8f8ffde2f738: Layer already exists 02:37:56 1e890da81ec9: Layer already exists 02:37:56 latest: digest: sha256:456575dbeffad180585e08e90c21777d97018f605c20fcfb15d06e849476e1e0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.66 02:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:37:57 f3d759eeee37: Preparing 02:37:57 71175a2e05b7: Preparing 02:37:57 ddce19a72427: Preparing 02:37:57 2e4249f2a09a: Preparing 02:37:57 00de9a809471: Preparing 02:37:57 8f8ffde2f738: Preparing 02:37:57 1e890da81ec9: Preparing 02:37:57 8f8ffde2f738: Waiting 02:37:57 1e890da81ec9: Waiting 02:37:57 ddce19a72427: Layer already exists 02:37:57 2e4249f2a09a: Layer already exists 02:37:57 f3d759eeee37: Layer already exists 02:37:57 71175a2e05b7: Layer already exists 02:37:57 00de9a809471: Layer already exists 02:37:57 1e890da81ec9: Layer already exists 02:37:57 8f8ffde2f738: Layer already exists 02:37:57 4.1.0-dev.66: digest: sha256:456575dbeffad180585e08e90c21777d97018f605c20fcfb15d06e849476e1e0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:37:57 f3d759eeee37: Preparing 02:37:57 71175a2e05b7: Preparing 02:37:57 ddce19a72427: Preparing 02:37:57 2e4249f2a09a: Preparing 02:37:57 00de9a809471: Preparing 02:37:57 8f8ffde2f738: Preparing 02:37:57 1e890da81ec9: Preparing 02:37:57 8f8ffde2f738: Waiting 02:37:57 1e890da81ec9: Waiting 02:37:57 00de9a809471: Layer already exists 02:37:57 2e4249f2a09a: Layer already exists 02:37:57 ddce19a72427: Layer already exists 02:37:57 71175a2e05b7: Layer already exists 02:37:57 f3d759eeee37: Layer already exists 02:37:57 8f8ffde2f738: Layer already exists 02:37:57 1e890da81ec9: Layer already exists 02:37:58 b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66: digest: sha256:456575dbeffad180585e08e90c21777d97018f605c20fcfb15d06e849476e1e0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:37:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:37:58 f3d759eeee37: Preparing 02:37:58 71175a2e05b7: Preparing 02:37:58 ddce19a72427: Preparing 02:37:58 2e4249f2a09a: Preparing 02:37:58 00de9a809471: Preparing 02:37:58 8f8ffde2f738: Preparing 02:37:58 1e890da81ec9: Preparing 02:37:58 8f8ffde2f738: Waiting 02:37:58 1e890da81ec9: Waiting 02:37:58 ddce19a72427: Layer already exists 02:37:58 71175a2e05b7: Layer already exists 02:37:58 2e4249f2a09a: Layer already exists 02:37:58 f3d759eeee37: Layer already exists 02:37:58 00de9a809471: Layer already exists 02:37:58 1e890da81ec9: Layer already exists 02:37:58 8f8ffde2f738: Layer already exists 02:37:59 main: digest: sha256:456575dbeffad180585e08e90c21777d97018f605c20fcfb15d06e849476e1e0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:37:59 ===================================================== [Pipeline] echo 02:37:59 taggedImages: 02:37:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 02:37:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:37:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.66 02:37:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 02:37:59 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:37:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.66 [Pipeline] echo 02:38:00 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:b1c647cd81ce130e22baa9ed5fed9e437e75c2a0-4.1.0-dev.66 [Pipeline] echo 02:38:00 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 02:38:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:38:00 02:38:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:38:01 arm64: Pulling from edgex-lftools-log-publisher 02:38:01 8998bd30e6a1: Pulling fs layer 02:38:01 04944245beec: Pulling fs layer 02:38:01 699f458cf7ca: Pulling fs layer 02:38:01 765212b225bb: Pulling fs layer 02:38:01 f23df028b6ca: Pulling fs layer 02:38:01 d65c8cfc05b1: Pulling fs layer 02:38:01 2437ff75d9bd: Pulling fs layer 02:38:01 765212b225bb: Waiting 02:38:01 f23df028b6ca: Waiting 02:38:01 d65c8cfc05b1: Waiting 02:38:01 2437ff75d9bd: Waiting 02:38:01 04944245beec: Verifying Checksum 02:38:01 04944245beec: Download complete 02:38:01 765212b225bb: Verifying Checksum 02:38:01 765212b225bb: Download complete 02:38:01 f23df028b6ca: Download complete 02:38:01 d65c8cfc05b1: Verifying Checksum 02:38:01 d65c8cfc05b1: Download complete 02:38:01 699f458cf7ca: Download complete 02:38:01 8998bd30e6a1: Verifying Checksum 02:38:01 8998bd30e6a1: Download complete 02:38:04 2437ff75d9bd: Verifying Checksum 02:38:04 2437ff75d9bd: Download complete 02:38:07 8998bd30e6a1: Pull complete 02:38:07 04944245beec: Pull complete 02:38:09 699f458cf7ca: Pull complete 02:38:09 765212b225bb: Pull complete 02:38:10 f23df028b6ca: Pull complete 02:38:10 d65c8cfc05b1: Pull complete 02:38:28 2437ff75d9bd: Pull complete 02:38:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:38:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:38:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:28 prd-ubuntu20.04-docker-arm64-4c-16g-128163 does not seem to be running inside a container 02:38:28 $ 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/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:38:31 $ docker top a169377a939436b16ffb8694e7ef8ab0e952b0aaaa0a1d702c8852b110a04399 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:32 ---> job-cost.sh 02:38:32 lf-activate-venv: SKIPPING 02:38:32 INFO: No Stack... 02:38:33 INFO: Retrieving Pricing Info for: v3-standard-4 02:38:33 INFO: Archiving Costs [Pipeline] sh 02:38:34 + cat /w/workspace/edgex-go/910/archives/cost.csv 02:38:34 + cut -d, -f6 [Pipeline] lock 02:38:34 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-910-stack-cost] 02:38:34 Resource [jenkins-edgexfoundry-edgex-go-main-910-stack-cost] did not exist. Created. 02:38:34 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-910-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:38:34 + echo total: 0.10999999940395355 [Pipeline] stash 02:38:35 Stashed 1 file(s) [Pipeline] } 02:38:35 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-910-stack-cost] [Pipeline] // lock [Pipeline] } 02:38:35 $ docker stop --time=1 a169377a939436b16ffb8694e7ef8ab0e952b0aaaa0a1d702c8852b110a04399 02:38:37 $ docker rm -f --volumes a169377a939436b16ffb8694e7ef8ab0e952b0aaaa0a1d702c8852b110a04399 [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 02:38:37 provisioning config files... 02:38:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/910@tmp/config10849571359843367522tmp [Pipeline] { [Pipeline] sh 02:38:38 + set +x 02:38:38 + bash -s -- 02:38:38 + curl -s https://codecov.io/bash 02:38:38 02:38:38 _____ _ 02:38:38 / ____| | | 02:38:38 | | ___ __| | ___ ___ _____ __ 02:38:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:38:38 | |___| (_) | (_| | __/ (_| (_) \ V / 02:38:38 \_____\___/ \__,_|\___|\___\___/ \_/ 02:38:38 Bash-1.0.6 02:38:38 02:38:38 02:38:38 ==> git version 2.25.1 found 02:38:38 ==> 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 02:38:38 Release-Date: 2020-01-08 02:38:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:38:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:38:38 ==> Jenkins CI detected. 02:38:38 current dir:  /w/workspace/edgex-go/910 02:38:38 project root: . 02:38:38 --> token set from env 02:38:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:38:38 ==> Running gcov in . (disable via -X gcov) 02:38:38 ==> Python coveragepy not found 02:38:38 ==> Searching for coverage reports in: 02:38:38 + . 02:38:38 -> Found 1 reports 02:38:38 ==> Detecting git/mercurial file structure 02:38:38 ==> Reading reports 02:38:38 + ./coverage.out bytes=1733636 02:38:38 ==> Appending adjustments 02:38:38 https://docs.codecov.io/docs/fixing-reports 02:38:39 + Found adjustments 02:38:39 ==> Gzipping contents 02:38:39 148K /tmp/codecov.PUlWTb.gz 02:38:39 ==> Uploading reports 02:38:39 url: https://codecov.io 02:38:39 query: branch=main&commit=b1c647cd81ce130e22baa9ed5fed9e437e75c2a0&build=910&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F910%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:38:39 -> Pinging Codecov 02:38:39 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=b1c647cd81ce130e22baa9ed5fed9e437e75c2a0&build=910&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F910%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:38:40 -> Uploading to 02:38:40 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/b1c647cd81ce130e22baa9ed5fed9e437e75c2a0/54f76496-b886-4ccc-bb5e-5222694739fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251009%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251009T023840Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=1d203421742613223a08fc60d78e97c7fd8f199481e0a0d35ca0bff2f78b284e 02:38:40 % Total % Received % Xferd Average Speed Time Time Time Current 02:38:40 Dload Upload Total Spent Left Speed 02:38:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 572k --:--:-- --:--:-- --:--:-- 572k 02:38:40 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/b1c647cd81ce130e22baa9ed5fed9e437e75c2a0 [Pipeline] } 02:38:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:38:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:38:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:38:41 02:38:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:38:41 latest: Pulling from edgex-devops/edgex-snyk-go 02:38:41 0a9a5dfd008f: Already exists 02:38:41 36466aa92d05: Already exists 02:38:41 e10405b45d13: Already exists 02:38:41 096b7ceb2af7: Already exists 02:38:41 4f4fb700ef54: Already exists 02:38:41 e50aa161e22a: Pulling fs layer 02:38:41 d3c8db5fb9df: Pulling fs layer 02:38:41 e50aa161e22a: Verifying Checksum 02:38:41 e50aa161e22a: Download complete 02:38:41 e50aa161e22a: Pull complete 02:38:42 d3c8db5fb9df: Download complete 02:38:45 d3c8db5fb9df: Pull complete 02:38:45 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:38:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:38:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:45 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 02:38:45 $ 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/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 02:38:47 $ docker top 7e0cb95bd49de50c53c7caca2c00de164d50422a18441ff76209dd27f1f6401c -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:47 + git config --global --add safe.directory /w/workspace/edgex-go/910 [Pipeline] echo 02:38:47 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:38:47 + set -o pipefail 02:38:47 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:38:55 02:38:55 Monitoring /w/workspace/edgex-go/910 (github.com/edgexfoundry/edgex-go)... 02:38:55 02:38:55 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/1f20cc94-4ff1-4ad0-a369-83e54b27a891 02:38:55 02:38:55 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:38:55 02:38:56 02:38:56 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 02:38:56 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 02:38:56 $ docker stop --time=1 7e0cb95bd49de50c53c7caca2c00de164d50422a18441ff76209dd27f1f6401c 02:38:59 $ docker rm -f --volumes 7e0cb95bd49de50c53c7caca2c00de164d50422a18441ff76209dd27f1f6401c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:38:59 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:38:59 provisioning config files... 02:38:59 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/910@tmp/config3163596983064468754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:59 --> edgex-publish-swagger.sh 02:38:59 === Publish openapi API === 02:38:59 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:38:59 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/910/openapi/core-command.yaml] 02:38:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:38:59 Dload Upload Total Spent Left Speed 02:38:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 445 220k --:--:-- --:--:-- --:--:-- 220k 02:38:59 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:38:59 02:38:59 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/910/openapi/core-data.yaml] 02:38:59 % Total % Received % Xferd Average Speed Time Time Time Current 02:38:59 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 554 618k --:--:-- --:--:-- --:--:-- 618k 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 02:39:00 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/910/openapi/core-keeper.yaml] 02:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:00 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 680 304k --:--:-- --:--:-- --:--:-- 308k 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 02:39:00 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/910/openapi/core-metadata.yaml] 02:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:00 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 478 1136k --:--:-- --:--:-- --:--:-- 1136k 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 02:39:00 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/910/openapi/security-proxy-auth.yaml] 02:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:00 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 709 256k --:--:-- --:--:-- --:--:-- 257k 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 02:39:00 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/910/openapi/security-secretstore-setup.yaml] 02:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:00 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 857 50818 --:--:-- --:--:-- --:--:-- 51675 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 02:39:00 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/910/openapi/support-notifications.yaml] 02:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:00 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99976 0 0 100 99976 0 1301k --:--:-- --:--:-- --:--:-- 1284k 100 97k 100 66 100 99976 564 834k --:--:-- --:--:-- --:--:-- 827k 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 02:39:00 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/910/openapi/support-scheduler.yaml] 02:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 02:39:00 Dload Upload Total Spent Left Speed 02:39:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 540 405k --:--:-- --:--:-- --:--:-- 406k 02:39:00 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:39:00 [Pipeline] } 02:39:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:39:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:39:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:39:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:01 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 02:39:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 02:39:02 $ docker top 9f8b39c45c04fbfcba3ac5f1d2c52bc3add819ba1ba13b99da943b7c6f202b89 -eo pid,comm 02:39:02 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:39:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:39:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:39:02 [ssh-agent] Looking for ssh-agent implementation... 02:39:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:39:02 $ docker exec 9f8b39c45c04fbfcba3ac5f1d2c52bc3add819ba1ba13b99da943b7c6f202b89 ssh-agent 02:39:02 SSH_AUTH_SOCK=/tmp/ssh-dwj5LOoK1mS6/agent.32 02:39:02 SSH_AGENT_PID=39 02:39:02 Running ssh-add (command line suppressed) 02:39:02 Identity added: /w/workspace/edgex-go/910@tmp/private_key_5594802306452137488.key (/w/workspace/edgex-go/910@tmp/private_key_5594802306452137488.key) 02:39:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:39:02 + git semver tag 02:39:03 2025-10-09 02:39:03,167 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:39:03 2025-10-09 02:39:03,171 [run_tag] DEBUG tag force:False 02:39:03 2025-10-09 02:39:03,172 [check_head_tag] DEBUG check head tag 02:39:03 2025-10-09 02:39:03,174 [execute] INFO git cat-file --batch-check 02:39:03 2025-10-09 02:39:03,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/910, stdin=, shell=False, universal_newlines=False) 02:39:03 2025-10-09 02:39:03,176 [execute] INFO git cat-file --batch 02:39:03 2025-10-09 02:39:03,176 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/910, stdin=, shell=False, universal_newlines=False) 02:39:03 2025-10-09 02:39:03,207 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 02:39:03 2025-10-09 02:39:03,207 [execute] INFO git tag -a v4.1.0-dev.66 -m v4.1.0-dev.66 02:39:03 2025-10-09 02:39:03,207 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.66', '-m', 'v4.1.0-dev.66'], cwd=/w/workspace/edgex-go/910, stdin=None, shell=False, universal_newlines=False) 02:39:03 2025-10-09 02:39:03,210 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 02:39:03 4.1.0-dev.66 [Pipeline] } 02:39:03 $ docker exec --env ******** --env ******** 9f8b39c45c04fbfcba3ac5f1d2c52bc3add819ba1ba13b99da943b7c6f202b89 ssh-agent -k 02:39:03 unset SSH_AUTH_SOCK; 02:39:03 unset SSH_AGENT_PID; 02:39:03 echo Agent pid 39 killed; 02:39:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:39:03 + git semver [Pipeline] } 02:39:04 $ docker stop --time=1 9f8b39c45c04fbfcba3ac5f1d2c52bc3add819ba1ba13b99da943b7c6f202b89 02:39:05 $ docker rm -f --volumes 9f8b39c45c04fbfcba3ac5f1d2c52bc3add819ba1ba13b99da943b7c6f202b89 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:39:06 02:39:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:39:06 0.23.1-centos7: Pulling from edgex-lftools 02:39:06 ab5ef0e58194: Pulling fs layer 02:39:06 9712f1f96733: Pulling fs layer 02:39:06 63f879dbbcfc: Pulling fs layer 02:39:06 0d9ebad4ef96: Pulling fs layer 02:39:06 e9a5061849ea: Pulling fs layer 02:39:06 d747dcd14b5f: Pulling fs layer 02:39:06 0d9ebad4ef96: Waiting 02:39:06 e9a5061849ea: Waiting 02:39:06 2de7ff778b66: Pulling fs layer 02:39:06 d747dcd14b5f: Waiting 02:39:06 2de7ff778b66: Waiting 02:39:06 9712f1f96733: Verifying Checksum 02:39:06 9712f1f96733: Download complete 02:39:07 63f879dbbcfc: Verifying Checksum 02:39:07 63f879dbbcfc: Download complete 02:39:07 e9a5061849ea: Verifying Checksum 02:39:07 e9a5061849ea: Download complete 02:39:07 d747dcd14b5f: Download complete 02:39:07 0d9ebad4ef96: Verifying Checksum 02:39:07 0d9ebad4ef96: Download complete 02:39:07 ab5ef0e58194: Verifying Checksum 02:39:07 ab5ef0e58194: Download complete 02:39:07 2de7ff778b66: Verifying Checksum 02:39:07 2de7ff778b66: Download complete 02:39:11 ab5ef0e58194: Pull complete 02:39:11 9712f1f96733: Pull complete 02:39:11 63f879dbbcfc: Pull complete 02:39:16 0d9ebad4ef96: Pull complete 02:39:16 e9a5061849ea: Pull complete 02:39:16 d747dcd14b5f: Pull complete 02:39:17 2de7ff778b66: Pull complete 02:39:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:39:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:17 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 02:39:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 02:39:19 $ docker top e8dfb9ba962b7fbe5b27e5640cfef2bf3a356ba5d775df7925d2c3fca04f565e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:39:19 provisioning config files... 02:39:19 copy managed file [sigul-config] to file:/w/workspace/edgex-go/910@tmp/config16150331117914120308tmp 02:39:19 copy managed file [sigul-password] to file:/w/workspace/edgex-go/910@tmp/config10039729479720116979tmp 02:39:19 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/910@tmp/config1006235011797486413tmp [Pipeline] { [Pipeline] echo 02:39:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:39:20 ---> sigul-configuration.sh 02:39:20 gpg: directory `/root/.gnupg' created 02:39:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:39:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:39:20 gpg: keyring `/root/.gnupg/secring.gpg' created 02:39:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:39:20 gpg: CAST5 encrypted data 02:39:20 gpg: encrypted with 1 passphrase 02:39:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:39:20 + mkdir /home/jenkins 02:39:20 + mkdir /home/jenkins/sigul [Pipeline] sh 02:39:20 + 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 02:39:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:39:20 ---> sigul-install.sh 02:39:20 Sigul already installed; skipping installation. [Pipeline] sh 02:39:21 + git tag --list 02:39:21 0.6.0 02:39:21 0.6.1 02:39:21 0.7.0 02:39:21 0.7.1 02:39:21 v1.0.0 02:39:21 v1.0.1 02:39:21 v1.1.0 02:39:21 v1.2.0 02:39:21 v1.2.1 02:39:21 v1.3.0 02:39:21 v1.3.1 02:39:21 v2.0.0 02:39:21 v2.1.0 02:39:21 v2.1.1 02:39:21 v2.2.0 02:39:21 v2.3.0 02:39:21 v3.0 02:39:21 v3.0.0 02:39:21 v3.1 02:39:21 v3.1.0 02:39:21 v3.1.1 02:39:21 v4.0 02:39:21 v4.0.0 02:39:21 v4.0.1 02:39:21 v4.0.1-dev.1 02:39:21 v4.1.0-dev.1 02:39:21 v4.1.0-dev.10 02:39:21 v4.1.0-dev.11 02:39:21 v4.1.0-dev.12 02:39:21 v4.1.0-dev.13 02:39:21 v4.1.0-dev.14 02:39:21 v4.1.0-dev.15 02:39:21 v4.1.0-dev.16 02:39:21 v4.1.0-dev.17 02:39:21 v4.1.0-dev.18 02:39:21 v4.1.0-dev.19 02:39:21 v4.1.0-dev.2 02:39:21 v4.1.0-dev.20 02:39:21 v4.1.0-dev.21 02:39:21 v4.1.0-dev.22 02:39:21 v4.1.0-dev.23 02:39:21 v4.1.0-dev.24 02:39:21 v4.1.0-dev.25 02:39:21 v4.1.0-dev.26 02:39:21 v4.1.0-dev.27 02:39:21 v4.1.0-dev.28 02:39:21 v4.1.0-dev.29 02:39:21 v4.1.0-dev.3 02:39:21 v4.1.0-dev.30 02:39:21 v4.1.0-dev.31 02:39:21 v4.1.0-dev.32 02:39:21 v4.1.0-dev.33 02:39:21 v4.1.0-dev.34 02:39:21 v4.1.0-dev.35 02:39:21 v4.1.0-dev.36 02:39:21 v4.1.0-dev.37 02:39:21 v4.1.0-dev.38 02:39:21 v4.1.0-dev.39 02:39:21 v4.1.0-dev.4 02:39:21 v4.1.0-dev.40 02:39:21 v4.1.0-dev.41 02:39:21 v4.1.0-dev.42 02:39:21 v4.1.0-dev.43 02:39:21 v4.1.0-dev.44 02:39:21 v4.1.0-dev.45 02:39:21 v4.1.0-dev.46 02:39:21 v4.1.0-dev.47 02:39:21 v4.1.0-dev.48 02:39:21 v4.1.0-dev.49 02:39:21 v4.1.0-dev.5 02:39:21 v4.1.0-dev.50 02:39:21 v4.1.0-dev.51 02:39:21 v4.1.0-dev.52 02:39:21 v4.1.0-dev.53 02:39:21 v4.1.0-dev.54 02:39:21 v4.1.0-dev.55 02:39:21 v4.1.0-dev.56 02:39:21 v4.1.0-dev.57 02:39:21 v4.1.0-dev.58 02:39:21 v4.1.0-dev.59 02:39:21 v4.1.0-dev.6 02:39:21 v4.1.0-dev.60 02:39:21 v4.1.0-dev.61 02:39:21 v4.1.0-dev.62 02:39:21 v4.1.0-dev.63 02:39:21 v4.1.0-dev.64 02:39:21 v4.1.0-dev.65 02:39:21 v4.1.0-dev.66 02:39:21 v4.1.0-dev.7 02:39:21 v4.1.0-dev.8 02:39:21 v4.1.0-dev.9 [Pipeline] sh 02:39:21 + lftools sign git-tag v4.1.0-dev.66 02:39:22 Signing Git tag with Sigul... 02:39:22 Signing v4.1.0-dev.66 [Pipeline] echo 02:39:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:39:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:39:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:39:23 $ docker stop --time=1 e8dfb9ba962b7fbe5b27e5640cfef2bf3a356ba5d775df7925d2c3fca04f565e 02:39:24 $ docker rm -f --volumes e8dfb9ba962b7fbe5b27e5640cfef2bf3a356ba5d775df7925d2c3fca04f565e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:39:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:39:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:39:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:25 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 02:39:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 02:39:25 $ docker top b34d1c6a0a85d94d06fec029eb2172f5a295af2b3bd91d2ab370f0628f2bb341 -eo pid,comm 02:39:25 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). 02:39:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:39:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:39:25 [ssh-agent] Looking for ssh-agent implementation... 02:39:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:39:25 $ docker exec b34d1c6a0a85d94d06fec029eb2172f5a295af2b3bd91d2ab370f0628f2bb341 ssh-agent 02:39:25 SSH_AUTH_SOCK=/tmp/ssh-ukj8jgfwfN6e/agent.32 02:39:25 SSH_AGENT_PID=38 02:39:25 Running ssh-add (command line suppressed) 02:39:25 Identity added: /w/workspace/edgex-go/910@tmp/private_key_3717256561027890860.key (/w/workspace/edgex-go/910@tmp/private_key_3717256561027890860.key) 02:39:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:39:26 + git semver bump pre 02:39:26 2025-10-09 02:39:26,417 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:39:26 2025-10-09 02:39:26,420 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 02:39:26 2025-10-09 02:39:26,420 [bump_version] DEBUG bumping version:4.1.0-dev.66 on axis:pre with prefix:dev 02:39:26 2025-10-09 02:39:26,421 [bump_version] DEBUG bumped version:4.1.0-dev.67 02:39:26 2025-10-09 02:39:26,421 [write_version] DEBUG write version:4.1.0-dev.67 to path:/w/workspace/edgex-go/910/.semver/main with force:True 02:39:26 2025-10-09 02:39:26,421 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 02:39:26 2025-10-09 02:39:26,421 [write_file] DEBUG write to file:/w/workspace/edgex-go/910/.semver/main 02:39:26 2025-10-09 02:39:26,423 [execute] INFO git cat-file --batch-check 02:39:26 2025-10-09 02:39:26,423 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/910/.semver, stdin=, shell=False, universal_newlines=False) 02:39:26 2025-10-09 02:39:26,427 [execute] INFO git cat-file --batch 02:39:26 2025-10-09 02:39:26,427 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/910/.semver, stdin=, shell=False, universal_newlines=False) 02:39:26 2025-10-09 02:39:26,430 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 02:39:26 4.1.0-dev.67 [Pipeline] } 02:39:26 $ docker exec --env ******** --env ******** b34d1c6a0a85d94d06fec029eb2172f5a295af2b3bd91d2ab370f0628f2bb341 ssh-agent -k 02:39:26 unset SSH_AUTH_SOCK; 02:39:26 unset SSH_AGENT_PID; 02:39:26 echo Agent pid 38 killed; 02:39:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:39:26 + git semver [Pipeline] } 02:39:27 $ docker stop --time=1 b34d1c6a0a85d94d06fec029eb2172f5a295af2b3bd91d2ab370f0628f2bb341 02:39:28 $ docker rm -f --volumes b34d1c6a0a85d94d06fec029eb2172f5a295af2b3bd91d2ab370f0628f2bb341 [Pipeline] // withDockerContainer [Pipeline] sh 02:39:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:39:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:39:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:29 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 02:39:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 02:39:29 $ docker top 98aabafff16bc69e1c5b4217487ddbfa1941953531eddeff1e03f581d937b0d9 -eo pid,comm 02:39:29 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). 02:39:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:39:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:39:29 [ssh-agent] Looking for ssh-agent implementation... 02:39:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:39:29 $ docker exec 98aabafff16bc69e1c5b4217487ddbfa1941953531eddeff1e03f581d937b0d9 ssh-agent 02:39:30 SSH_AUTH_SOCK=/tmp/ssh-PNoMRcrrGBSg/agent.32 02:39:30 SSH_AGENT_PID=38 02:39:30 Running ssh-add (command line suppressed) 02:39:30 Identity added: /w/workspace/edgex-go/910@tmp/private_key_1903714381124342478.key (/w/workspace/edgex-go/910@tmp/private_key_1903714381124342478.key) 02:39:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:39:30 + git semver push 02:39:30 2025-10-09 02:39:30,750 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:39:30 2025-10-09 02:39:30,754 [run_push] DEBUG push 02:39:30 2025-10-09 02:39:30,755 [execute] INFO git cat-file --batch-check 02:39:30 2025-10-09 02:39:30,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/910/.semver, stdin=, shell=False, universal_newlines=False) 02:39:30 2025-10-09 02:39:30,757 [execute] INFO git rev-list 1f6717673a6afd966bfb0287e67302990d80687d -- 02:39:30 2025-10-09 02:39:30,757 [execute] DEBUG Popen(['git', 'rev-list', '1f6717673a6afd966bfb0287e67302990d80687d', '--'], cwd=/w/workspace/edgex-go/910/.semver, stdin=None, shell=False, universal_newlines=False) 02:39:30 2025-10-09 02:39:30,774 [execute] INFO git fetch -v -- origin 02:39:30 2025-10-09 02:39:30,774 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/910/.semver, stdin=None, shell=False, universal_newlines=True) 02:39:31 2025-10-09 02:39:31,336 [run_push] DEBUG no remote changes detected 02:39:31 2025-10-09 02:39:31,336 [execute] INFO git push origin semver 02:39:31 2025-10-09 02:39:31,336 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/910/.semver, stdin=None, shell=False, universal_newlines=False) 02:39:32 2025-10-09 02:39:32,187 [run_push] DEBUG push all version tags 02:39:32 2025-10-09 02:39:32,187 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:39:32 2025-10-09 02:39:32,187 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/910, stdin=None, shell=False, universal_newlines=False) 02:39:33 2025-10-09 02:39:32,916 [read_version] DEBUG read version from /w/workspace/edgex-go/910/.semver/main 02:39:33 4.1.0-dev.67 [Pipeline] } 02:39:33 $ docker exec --env ******** --env ******** 98aabafff16bc69e1c5b4217487ddbfa1941953531eddeff1e03f581d937b0d9 ssh-agent -k 02:39:33 unset SSH_AUTH_SOCK; 02:39:33 unset SSH_AGENT_PID; 02:39:33 echo Agent pid 38 killed; 02:39:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:39:33 + git semver [Pipeline] } 02:39:33 $ docker stop --time=1 98aabafff16bc69e1c5b4217487ddbfa1941953531eddeff1e03f581d937b0d9 02:39:35 $ docker rm -f --volumes 98aabafff16bc69e1c5b4217487ddbfa1941953531eddeff1e03f581d937b0d9 [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 02:39:35 + [ -d /w/workspace/edgex-go/910/archives ] [Pipeline] libraryResource [Pipeline] sh 02:39:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:39:36 ---> package-listing.sh 02:39:36 ++ facter osfamily 02:39:36 ++ tr '[:upper:]' '[:lower:]' 02:39:36 + OS_FAMILY=debian 02:39:36 + workspace=/w/workspace/edgex-go/910 02:39:36 + START_PACKAGES=/tmp/packages_start.txt 02:39:36 + END_PACKAGES=/tmp/packages_end.txt 02:39:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:39:36 + PACKAGES=/tmp/packages_start.txt 02:39:36 + '[' /w/workspace/edgex-go/910 ']' 02:39:36 + PACKAGES=/tmp/packages_end.txt 02:39:36 + case "${OS_FAMILY}" in 02:39:36 + dpkg -l 02:39:36 + grep '^ii' 02:39:36 + '[' -f /tmp/packages_start.txt ']' 02:39:36 + '[' -f /tmp/packages_end.txt ']' 02:39:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:39:36 + '[' /w/workspace/edgex-go/910 ']' 02:39:36 + mkdir -p /w/workspace/edgex-go/910/archives/ 02:39:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/910/archives/ [Pipeline] echo 02:39:37 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/910/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:39:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:39:37 02:39:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:39:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:39:38 latest: Pulling from edgex-lftools-log-publisher 02:39:38 5eb5b503b376: Pulling fs layer 02:39:38 5c69ac0246d0: Pulling fs layer 02:39:38 ec43610c2a17: Pulling fs layer 02:39:38 3a2ae6a8a46f: Pulling fs layer 02:39:38 33b1e0a273af: Pulling fs layer 02:39:38 5d3b04190fa2: Pulling fs layer 02:39:38 2f39f015ded8: Pulling fs layer 02:39:38 33b1e0a273af: Waiting 02:39:38 5d3b04190fa2: Waiting 02:39:38 2f39f015ded8: Waiting 02:39:38 3a2ae6a8a46f: Waiting 02:39:38 5c69ac0246d0: Download complete 02:39:38 3a2ae6a8a46f: Download complete 02:39:38 33b1e0a273af: Verifying Checksum 02:39:38 33b1e0a273af: Download complete 02:39:38 ec43610c2a17: Download complete 02:39:38 5d3b04190fa2: Verifying Checksum 02:39:38 5d3b04190fa2: Download complete 02:39:38 5eb5b503b376: Download complete 02:39:39 2f39f015ded8: Download complete 02:39:39 5eb5b503b376: Pull complete 02:39:40 5c69ac0246d0: Pull complete 02:39:40 ec43610c2a17: Pull complete 02:39:40 3a2ae6a8a46f: Pull complete 02:39:41 33b1e0a273af: Pull complete 02:39:41 5d3b04190fa2: Pull complete 02:39:47 2f39f015ded8: Pull complete 02:39:47 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:39:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:39:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:39:47 prd-ubuntu20.04-docker-8c-8g-128105 does not seem to be running inside a container 02:39:47 $ 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/910/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/910 -v /w/workspace/edgex-go/910:/w/workspace/edgex-go/910:rw,z -v /w/workspace/edgex-go/910@tmp:/w/workspace/edgex-go/910@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 02:39:49 $ docker top 9f18601515d8763c644e608bb1b6d38c3e53d08d7aacaa082f04e8e3975e86e4 -eo pid,comm [Pipeline] { [Pipeline] sh 02:39:49 + touch /tmp/pre-build-complete [Pipeline] sh 02:39:50 + mkdir -p /var/log/sysstat [Pipeline] sh 02:39:50 + ls /var/log/sa-host 02:39:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:39:50 provisioning config files... 02:39:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/910@tmp/config1334900270107133363tmp [Pipeline] { [Pipeline] echo 02:39:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:39:50 ---> create-netrc.sh [Pipeline] } 02:39:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:39:51 ---> python-tools-install.sh [Pipeline] echo 02:39:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:39:51 ---> sudo-logs.sh 02:39:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:39:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:39:51 ---> job-cost.sh 02:39:51 lf-activate-venv: SKIPPING 02:39:51 DEBUG: total: 0.10999999940395355 02:39:51 INFO: Retrieving Stack Cost... 02:39:52 INFO: Retrieving Pricing Info for: v3-standard-8 02:39:52 INFO: Archiving Costs [Pipeline] echo 02:39:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:39:52 ---> logs-deploy.sh 02:39:52 lf-activate-venv: SKIPPING 02:39:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/910 02:39:52 INFO: archiving workspace using pattern(s): 02:39:53 Archives upload complete. 02:39:54 INFO: archiving logs to Nexus 02:39:55 ---> uname -a: 02:39:55 Linux prd-ubuntu20-04-docker-8c-8g-128105 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:39:55 02:39:55 02:39:55 ---> lscpu: 02:39:55 Architecture: x86_64 02:39:55 CPU op-mode(s): 32-bit, 64-bit 02:39:55 Byte Order: Little Endian 02:39:55 Address sizes: 40 bits physical, 48 bits virtual 02:39:55 CPU(s): 8 02:39:55 On-line CPU(s) list: 0-7 02:39:55 Thread(s) per core: 1 02:39:55 Core(s) per socket: 1 02:39:55 Socket(s): 8 02:39:55 NUMA node(s): 1 02:39:55 Vendor ID: AuthenticAMD 02:39:55 CPU family: 23 02:39:55 Model: 49 02:39:55 Model name: AMD EPYC-Rome Processor 02:39:55 Stepping: 0 02:39:55 CPU MHz: 2800.000 02:39:55 BogoMIPS: 5600.00 02:39:55 Virtualization: AMD-V 02:39:55 Hypervisor vendor: KVM 02:39:55 Virtualization type: full 02:39:55 L1d cache: 256 KiB 02:39:55 L1i cache: 256 KiB 02:39:55 L2 cache: 4 MiB 02:39:55 L3 cache: 128 MiB 02:39:55 NUMA node0 CPU(s): 0-7 02:39:55 Vulnerability Gather data sampling: Not affected 02:39:55 Vulnerability Itlb multihit: Not affected 02:39:55 Vulnerability L1tf: Not affected 02:39:55 Vulnerability Mds: Not affected 02:39:55 Vulnerability Meltdown: Not affected 02:39:55 Vulnerability Mmio stale data: Not affected 02:39:55 Vulnerability Retbleed: Vulnerable 02:39:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:39:55 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:39:55 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:39:55 Vulnerability Srbds: Not affected 02:39:55 Vulnerability Tsx async abort: Not affected 02:39:55 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 02:39:55 02:39:55 02:39:55 ---> nproc: 02:39:55 8 02:39:55 02:39:55 02:39:55 ---> df -h: 02:39:55 Filesystem Size Used Avail Use% Mounted on 02:39:55 overlay 155G 33G 123G 21% / 02:39:55 tmpfs 64M 0 64M 0% /dev 02:39:55 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:39:55 shm 64M 0 64M 0% /dev/shm 02:39:55 /dev/vda1 155G 33G 123G 21% /facter-os 02:39:55 02:39:55 02:39:55 ---> sar -b -r -n DEV: 02:39:55 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-128105) 10/09/25 _x86_64_ (8 CPU) 02:39:55 02:39:55 01:44:31 LINUX RESTART (8 CPU) 02:39:55 02:39:55 01:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:39:55 01:46:01 366.28 22.53 343.75 0.00 3329.69 58014.00 0.00 02:39:55 01:47:01 94.32 0.87 93.45 0.00 14.26 24889.07 0.00 02:39:55 01:48:01 38.85 0.02 38.84 0.00 0.13 29763.68 0.00 02:39:55 01:49:01 89.92 0.17 89.75 0.00 6.80 49141.01 0.00 02:39:55 01:50:01 1064.44 19.85 1044.59 0.00 206.90 395230.00 0.00 02:39:55 01:51:01 401.52 4.73 396.78 0.00 4278.22 180215.56 0.00 02:39:55 01:52:01 381.81 0.07 381.74 0.00 0.53 104190.47 0.00 02:39:55 01:53:01 788.39 0.03 788.35 0.00 1.20 172638.72 0.00 02:39:55 01:54:01 34.06 0.03 34.03 0.00 8.13 920.78 0.00 02:39:55 01:55:01 19.85 0.00 19.85 0.00 0.00 511.65 0.00 02:39:55 01:56:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 02:39:55 01:57:01 1.07 0.00 1.07 0.00 0.00 17.86 0.00 02:39:55 01:58:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 02:39:55 01:59:01 1.25 0.30 0.95 0.00 16.80 12.26 0.00 02:39:55 02:00:01 3.60 1.40 2.20 0.00 28.93 26.00 0.00 02:39:55 02:01:01 2.13 0.00 2.13 0.00 0.00 29.32 0.00 02:39:55 02:02:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 02:39:55 02:03:01 1.53 0.02 1.52 0.00 1.07 18.00 0.00 02:39:55 02:04:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 02:39:55 02:05:01 1.45 0.00 1.45 0.00 0.00 18.13 0.00 02:39:55 02:06:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 02:39:55 02:07:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 02:39:55 02:08:01 1.47 0.00 1.47 0.00 0.00 16.13 0.00 02:39:55 02:09:01 0.92 0.00 0.92 0.00 0.00 11.86 0.00 02:39:55 02:10:01 1.40 0.00 1.40 0.00 0.00 16.13 0.00 02:39:55 02:11:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 02:39:55 02:12:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 02:39:55 02:13:01 1.40 0.00 1.40 0.00 0.00 16.66 0.00 02:39:55 02:14:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 02:39:55 02:15:01 1.28 0.00 1.28 0.00 0.00 14.53 0.00 02:39:55 02:16:01 1.58 0.00 1.58 0.00 0.00 18.00 0.00 02:39:55 02:17:01 1.53 0.02 1.52 0.00 0.13 18.26 0.00 02:39:55 02:18:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 02:39:55 02:19:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 02:39:55 02:20:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 02:39:55 02:21:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 02:39:55 02:22:01 1.15 0.00 1.15 0.00 0.00 12.26 0.00 02:39:55 02:23:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 02:39:55 02:24:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 02:39:55 02:25:01 1.65 0.00 1.65 0.00 0.00 19.33 0.00 02:39:55 02:26:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 02:39:55 02:27:01 1.60 0.00 1.60 0.00 0.00 18.80 0.00 02:39:55 02:28:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 02:39:55 02:29:02 1.40 0.00 1.40 0.00 0.00 16.53 0.00 02:39:55 02:30:01 1.02 0.00 1.02 0.00 0.00 10.71 0.00 02:39:55 02:31:01 1.23 0.00 1.23 0.00 0.00 15.59 0.00 02:39:55 02:32:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 02:39:55 02:33:01 0.97 0.00 0.97 0.00 0.00 11.60 0.00 02:39:55 02:34:01 1.30 0.00 1.30 0.00 0.00 14.26 0.00 02:39:55 02:35:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 02:39:55 02:36:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 02:39:55 02:37:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 02:39:55 02:38:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 02:39:55 02:39:01 67.82 0.90 66.92 0.00 17.86 27573.27 0.00 02:39:55 Average: 63.07 0.94 62.13 0.00 146.54 19334.94 0.00 02:39:55 02:39:55 01:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:39:55 01:46:01 28132544 31493592 796056 2.42 95564 3526352 2073832 6.11 1091256 3235116 5672 02:39:55 01:47:01 26359416 31355944 924312 2.81 125676 4991196 1987740 5.86 2024452 3924972 831328 02:39:55 01:48:01 25169608 30240408 2038028 6.20 129988 5035208 3044436 8.98 2665280 4442220 535576 02:39:55 01:49:01 26839168 31501960 783460 2.38 134840 4670876 1866840 5.50 1406912 4082364 356696 02:39:55 01:50:01 14891404 31363576 882384 2.68 349712 15640996 2398188 7.07 3017840 13749572 443768 02:39:55 01:51:01 5112084 28211860 3951844 12.02 426256 21684692 11433748 33.71 7406596 18514608 1219544 02:39:55 01:52:01 1601824 27860668 4309556 13.11 444344 24704616 10701380 31.55 9137760 20182172 1528832 02:39:55 01:53:01 5537588 31376144 857348 2.61 457912 24478484 2268420 6.69 3937320 21748340 444 02:39:55 01:54:01 5536036 31376832 855660 2.60 459428 24479412 2242032 6.61 4340836 21346120 184 02:39:55 01:55:01 5547072 31388440 843768 2.57 460096 24479556 2137640 6.30 4712992 20962616 88 02:39:55 01:56:01 5546812 31388220 843988 2.57 460112 24479560 2137640 6.30 4712788 20962620 16 02:39:55 01:57:01 5561092 31402508 830504 2.53 460136 24479564 2137640 6.30 4697048 20962624 224 02:39:55 01:58:01 5562312 31403768 829304 2.52 460156 24479568 2137640 6.30 4696532 20962628 8 02:39:55 01:59:01 5565728 31407700 825292 2.51 460168 24480068 2137640 6.30 4694452 20962952 196 02:39:55 02:00:01 5558140 31402140 831020 2.53 460216 24480944 2153928 6.35 4699164 20963232 44 02:39:55 02:01:01 5558612 31402696 830328 2.53 460256 24480924 2153928 6.35 4699300 20963212 8 02:39:55 02:02:01 5558536 31402664 830524 2.53 460296 24480924 2153928 6.35 4699116 20963192 4 02:39:55 02:03:01 5558576 31402740 830416 2.53 460328 24480960 2153928 6.35 4699136 20963228 44 02:39:55 02:04:01 5558912 31403112 829904 2.52 460332 24480960 2153928 6.35 4699292 20963228 176 02:39:55 02:05:01 5558676 31402920 830088 2.53 460356 24480964 2153928 6.35 4699468 20963232 240 02:39:55 02:06:01 5559392 31403676 829352 2.52 460372 24480968 2153928 6.35 4698276 20963236 12 02:39:55 02:07:01 5559312 31403612 829352 2.52 460396 24480960 2153928 6.35 4698272 20963236 48 02:39:55 02:08:01 5559256 31403584 829320 2.52 460452 24480976 2153928 6.35 4698312 20963240 20 02:39:55 02:09:01 5559720 31404100 828752 2.52 460464 24480976 2153928 6.35 4698360 20963244 180 02:39:55 02:10:01 5559340 31403736 828984 2.52 460476 24480980 2153928 6.35 4698812 20963248 212 02:39:55 02:11:01 5559648 31404052 828660 2.52 460484 24480984 2153928 6.35 4698372 20963252 44 02:39:55 02:12:01 5559500 31403928 828976 2.52 460512 24480984 2153928 6.35 4698392 20963252 8 02:39:55 02:13:01 5559192 31403628 829228 2.52 460524 24480992 2153928 6.35 4698392 20963260 44 02:39:55 02:14:01 5559176 31403660 829208 2.52 460536 24480996 2153928 6.35 4698724 20963264 8 02:39:55 02:15:01 5559208 31403692 829108 2.52 460560 24480996 2153928 6.35 4698492 20963264 160 02:39:55 02:16:01 5558916 31403448 829312 2.52 460612 24481000 2153928 6.35 4698484 20963268 12 02:39:55 02:17:01 5558892 31403476 829256 2.52 460652 24481000 2153928 6.35 4698528 20963272 56 02:39:55 02:18:01 5559040 31403748 828920 2.52 460672 24481008 2153928 6.35 4698576 20963276 28 02:39:55 02:19:01 5559104 31403852 828876 2.52 460692 24481012 2153928 6.35 4698612 20963280 8 02:39:55 02:20:01 5559072 31403824 828892 2.52 460704 24481004 2153928 6.35 4698660 20963280 16 02:39:55 02:21:01 5558692 31403500 829104 2.52 460712 24481016 2136960 6.30 4698628 20963284 184 02:39:55 02:22:01 5558620 31403436 829236 2.52 460716 24481016 2136960 6.30 4698636 20963284 8 02:39:55 02:23:01 5559056 31403880 828912 2.52 460736 24481020 2136960 6.30 4699048 20963288 220 02:39:55 02:24:01 5558780 31403608 829128 2.52 460748 24481024 2136960 6.30 4699180 20963292 180 02:39:55 02:25:01 5558812 31403804 828932 2.52 460756 24481152 2136960 6.30 4698996 20963420 24 02:39:55 02:26:01 5558972 31403968 828960 2.52 460756 24481156 2136960 6.30 4698976 20963424 12 02:39:55 02:27:01 5558736 31403744 829136 2.52 460780 24481164 2153016 6.35 4698688 20963432 44 02:39:55 02:28:01 5558840 31403876 829164 2.52 460800 24481168 2153016 6.35 4699004 20963436 8 02:39:55 02:29:02 5558768 31403856 829120 2.52 460816 24481172 2153016 6.35 4699308 20963440 224 02:39:55 02:30:01 5558776 31403868 829108 2.52 460820 24481172 2153016 6.35 4698900 20963440 16 02:39:55 02:31:01 5558664 31403792 829020 2.52 460844 24481176 2169100 6.39 4698784 20963444 152 02:39:55 02:32:01 5558616 31403772 828992 2.52 460856 24481180 2169100 6.39 4698808 20963448 8 02:39:55 02:33:01 5558352 31403556 829028 2.52 460864 24481180 2169100 6.39 4698824 20963448 180 02:39:55 02:34:01 5557768 31402984 829528 2.52 460880 24481184 2169100 6.39 4699120 20963452 8 02:39:55 02:35:01 5557860 31403132 829164 2.52 460892 24481188 2169100 6.39 4698908 20963456 160 02:39:55 02:36:01 5557468 31402880 829472 2.52 460920 24481320 2169100 6.39 4699552 20963580 224 02:39:55 02:37:01 5557500 31402924 829384 2.52 460944 24481324 2169100 6.39 4699164 20963592 148 02:39:55 02:38:01 5557484 31402964 829356 2.52 460956 24481324 2169100 6.39 4699216 20963592 8 02:39:55 02:39:01 5055832 31352036 879268 2.67 487260 24879452 2219092 6.54 4772464 21358260 92 02:39:55 Average: 7200195 31256657 977667 2.97 432895 22800945 2498945 7.37 4566093 19536428 91219 02:39:55 02:39:55 01:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:39:55 01:46:01 docker0 684.59 651.08 48.84 3062.78 0.00 0.00 0.00 0.00 02:39:55 01:46:01 veth90d91ca 78.96 91.79 7.53 74.22 0.00 0.00 0.00 0.01 02:39:55 01:46:01 lo 4.33 4.33 0.43 0.43 0.00 0.00 0.00 0.00 02:39:55 01:46:01 ens3 1387.92 1184.72 13297.70 184.07 0.00 0.00 0.00 0.00 02:39:55 01:47:01 docker0 155.01 253.74 13.13 1597.83 0.00 0.00 0.00 0.00 02:39:55 01:47:01 veth12f4b24 0.05 0.18 0.00 0.02 0.00 0.00 0.00 0.00 02:39:55 01:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 01:47:01 ens3 288.00 175.47 1629.65 28.90 0.00 0.00 0.00 0.00 02:39:55 01:48:01 docker0 0.97 0.97 0.07 0.09 0.00 0.00 0.00 0.00 02:39:55 01:48:01 veth12f4b24 0.97 0.98 0.08 0.09 0.00 0.00 0.00 0.00 02:39:55 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:48:01 ens3 30.07 16.81 24.15 13.00 0.00 0.00 0.00 0.00 02:39:55 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:49:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 02:39:55 01:49:01 ens3 113.31 72.77 2223.13 20.25 0.00 0.00 0.00 0.00 02:39:55 01:50:01 docker0 575.15 1099.40 49.51 9345.94 0.00 0.00 0.00 0.00 02:39:55 01:50:01 lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 02:39:55 01:50:01 ens3 1272.10 664.99 11170.37 78.02 0.00 0.00 0.00 0.00 02:39:55 01:50:01 veth5e6a322 0.45 3.07 0.04 0.25 0.00 0.00 0.00 0.00 02:39:55 01:51:01 vethb509883 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 vethb714b1d 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 docker0 0.73 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth6b691ae 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth9920f89 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth9f1c1f8 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 vethe82c0ab 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth2b65017 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth0171777 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth1d9f99f 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 02:39:55 01:51:01 vethabe9431 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 ens3 159.42 69.67 2134.20 9.90 0.00 0.00 0.00 0.00 02:39:55 01:51:01 vethc0649a4 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth5e6a322 0.13 0.72 0.01 0.03 0.00 0.00 0.00 0.00 02:39:55 01:51:01 veth7f1b911 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:39:55 01:52:01 vethb509883 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 vethb714b1d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth6b691ae 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth9920f89 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 vethe82c0ab 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth2b65017 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth0171777 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth1d9f99f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 ens3 5.43 2.82 4.48 2.35 0.00 0.00 0.00 0.00 02:39:55 01:52:01 vethc0649a4 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth5e6a322 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:52:01 veth7f1b911 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:53:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:53:01 lo 10.80 10.80 1.06 1.06 0.00 0.00 0.00 0.00 02:39:55 01:53:01 ens3 155.60 159.48 67.92 630.87 0.00 0.00 0.00 0.00 02:39:55 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:54:01 lo 38.86 38.86 3.80 3.80 0.00 0.00 0.00 0.00 02:39:55 01:54:01 ens3 466.02 441.79 202.14 2652.40 0.00 0.00 0.00 0.00 02:39:55 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:55:01 lo 20.46 20.46 1.99 1.99 0.00 0.00 0.00 0.00 02:39:55 01:55:01 ens3 323.40 330.61 125.92 2120.57 0.00 0.00 0.00 0.00 02:39:55 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:56:01 ens3 3.25 1.38 3.13 0.38 0.00 0.00 0.00 0.00 02:39:55 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 01:57:01 ens3 0.60 0.30 0.28 0.20 0.00 0.00 0.00 0.00 02:39:55 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:58:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 01:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 01:59:01 ens3 1.05 0.52 0.83 0.35 0.00 0.00 0.00 0.00 02:39:55 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:00:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:00:01 ens3 6.58 4.40 4.12 5.00 0.00 0.00 0.00 0.00 02:39:55 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:01:01 ens3 2.22 1.72 1.30 1.41 0.00 0.00 0.00 0.00 02:39:55 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:02:01 ens3 0.17 0.05 0.02 0.00 0.00 0.00 0.00 0.00 02:39:55 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:03:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:04:01 ens3 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:05:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 02:39:55 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:06:01 ens3 0.15 0.03 0.07 0.00 0.00 0.00 0.00 0.00 02:39:55 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:07:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:08:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:09:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:10:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 02:39:55 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:11:01 ens3 0.25 0.12 0.08 0.01 0.00 0.00 0.00 0.00 02:39:55 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:12:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:13:01 ens3 0.15 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:14:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:15:01 ens3 0.25 0.18 0.09 0.07 0.00 0.00 0.00 0.00 02:39:55 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:16:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:17:01 ens3 0.27 0.12 0.08 0.01 0.00 0.00 0.00 0.00 02:39:55 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:18:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:19:01 ens3 0.18 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:20:01 ens3 0.22 0.12 0.09 0.07 0.00 0.00 0.00 0.00 02:39:55 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:21:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:23:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:24:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:25:01 ens3 0.37 0.22 0.15 0.07 0.00 0.00 0.00 0.00 02:39:55 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:26:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:27:01 ens3 0.28 0.15 0.08 0.01 0.00 0.00 0.00 0.00 02:39:55 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:28:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:29:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:29:02 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:30:01 ens3 0.19 0.10 0.09 0.07 0.00 0.00 0.00 0.00 02:39:55 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:31:01 ens3 0.17 0.12 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:32:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:33:01 ens3 0.28 0.17 0.10 0.01 0.00 0.00 0.00 0.00 02:39:55 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:34:01 ens3 0.03 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:35:01 ens3 0.33 0.30 0.15 0.08 0.00 0.00 0.00 0.00 02:39:55 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:36:01 ens3 0.53 0.42 0.27 0.22 0.00 0.00 0.00 0.00 02:39:55 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:39:55 02:37:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 02:39:55 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:39:55 02:38:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 02:39:55 02:39:01 docker0 65.02 96.82 5.87 881.55 0.00 0.00 0.00 0.00 02:39:55 02:39:01 lo 1.53 1.53 0.14 0.14 0.00 0.00 0.00 0.00 02:39:55 02:39:01 ens3 200.42 126.25 3541.57 30.47 0.00 0.00 0.00 0.00 02:39:55 Average: docker0 27.45 38.94 2.18 275.79 0.00 0.00 0.00 0.00 02:39:55 Average: lo 1.54 1.54 0.15 0.15 0.00 0.00 0.00 0.00 02:39:55 Average: ens3 81.91 60.34 637.86 107.05 0.00 0.00 0.00 0.00 02:39:55 02:39:55 02:39:55 ---> sar -P ALL: 02:39:55 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-128105) 10/09/25 _x86_64_ (8 CPU) 02:39:55 02:39:55 01:44:31 LINUX RESTART (8 CPU) 02:39:55 02:39:55 01:45:01 CPU %user %nice %system %iowait %steal %idle 02:39:55 01:46:01 all 10.44 0.00 3.43 1.50 0.07 84.55 02:39:55 01:46:01 0 6.98 0.00 3.05 1.85 0.07 88.04 02:39:55 01:46:01 1 15.15 0.00 4.72 1.84 0.07 78.21 02:39:55 01:46:01 2 12.70 0.00 3.66 0.14 0.07 83.43 02:39:55 01:46:01 3 11.08 0.00 2.94 0.68 0.07 85.24 02:39:55 01:46:01 4 11.92 0.00 3.47 0.59 0.07 83.95 02:39:55 01:46:01 5 7.08 0.00 3.14 3.99 0.08 85.71 02:39:55 01:46:01 6 11.50 0.00 2.46 0.13 0.08 85.81 02:39:55 01:46:01 7 7.09 0.00 3.99 2.82 0.07 86.03 02:39:55 01:47:01 all 39.82 0.00 6.86 0.47 0.09 52.76 02:39:55 01:47:01 0 39.71 0.00 6.52 0.07 0.10 53.60 02:39:55 01:47:01 1 41.66 0.00 6.54 0.07 0.08 51.65 02:39:55 01:47:01 2 42.72 0.00 8.24 0.22 0.10 48.71 02:39:55 01:47:01 3 38.50 0.00 6.31 0.32 0.08 54.79 02:39:55 01:47:01 4 41.71 0.00 6.46 0.40 0.08 51.34 02:39:55 01:47:01 5 35.22 0.00 7.20 0.47 0.08 57.03 02:39:55 01:47:01 6 38.78 0.00 7.67 1.67 0.08 51.79 02:39:55 01:47:01 7 40.20 0.00 5.96 0.57 0.08 53.19 02:39:55 01:48:01 all 51.73 0.00 5.87 0.27 0.09 42.04 02:39:55 01:48:01 0 52.51 0.00 5.64 0.02 0.10 41.73 02:39:55 01:48:01 1 53.56 0.00 5.96 0.00 0.10 40.38 02:39:55 01:48:01 2 50.00 0.00 5.77 1.05 0.08 43.09 02:39:55 01:48:01 3 53.01 0.00 5.96 0.00 0.08 40.95 02:39:55 01:48:01 4 52.77 0.00 5.98 0.05 0.08 41.11 02:39:55 01:48:01 5 49.31 0.00 5.67 0.00 0.08 44.94 02:39:55 01:48:01 6 50.27 0.00 5.89 1.04 0.08 42.72 02:39:55 01:48:01 7 52.40 0.00 6.09 0.00 0.08 41.43 02:39:55 01:49:01 all 38.66 0.00 6.60 0.43 0.09 54.22 02:39:55 01:49:01 0 39.23 0.00 6.20 0.03 0.08 54.46 02:39:55 01:49:01 1 38.62 0.00 6.48 0.02 0.08 54.80 02:39:55 01:49:01 2 38.42 0.00 6.60 0.02 0.07 54.90 02:39:55 01:49:01 3 38.90 0.00 6.87 0.02 0.10 54.11 02:39:55 01:49:01 4 38.44 0.00 6.29 0.20 0.08 54.99 02:39:55 01:49:01 5 38.55 0.00 6.28 0.52 0.10 54.54 02:39:55 01:49:01 6 38.25 0.00 6.37 0.00 0.12 55.27 02:39:55 01:49:01 7 38.83 0.00 7.75 2.65 0.10 50.67 02:39:55 01:50:01 all 21.65 0.00 9.71 21.94 0.10 46.60 02:39:55 01:50:01 0 20.77 0.00 8.67 19.14 0.17 51.25 02:39:55 01:50:01 1 18.70 0.00 9.92 25.78 0.09 45.52 02:39:55 01:50:01 2 22.92 0.00 9.75 18.27 0.08 48.98 02:39:55 01:50:01 3 22.99 0.00 9.67 21.29 0.10 45.95 02:39:55 01:50:01 4 21.51 0.00 9.44 22.88 0.08 46.08 02:39:55 01:50:01 5 21.60 0.00 10.13 20.12 0.08 48.07 02:39:55 01:50:01 6 21.48 0.00 9.63 18.99 0.07 49.83 02:39:55 01:50:01 7 23.26 0.00 10.44 29.09 0.12 37.09 02:39:55 01:51:01 all 73.52 0.00 11.94 4.01 0.13 10.40 02:39:55 01:51:01 0 73.03 0.00 13.33 2.18 0.12 11.34 02:39:55 01:51:01 1 73.27 0.00 10.86 3.96 0.13 11.78 02:39:55 01:51:01 2 73.48 0.00 11.20 2.23 0.13 12.96 02:39:55 01:51:01 3 74.39 0.00 11.64 2.02 0.13 11.81 02:39:55 01:51:01 4 74.00 0.00 11.12 7.81 0.14 6.94 02:39:55 01:51:01 5 73.60 0.00 13.40 8.70 0.15 4.15 02:39:55 01:51:01 6 73.35 0.00 11.33 2.41 0.12 12.79 02:39:55 01:51:01 7 73.03 0.00 12.62 2.85 0.12 11.38 02:39:55 01:52:01 all 91.12 0.00 8.74 0.00 0.15 0.00 02:39:55 01:52:01 0 90.34 0.00 9.51 0.00 0.15 0.00 02:39:55 01:52:01 1 91.29 0.00 8.58 0.00 0.13 0.00 02:39:55 01:52:01 2 90.88 0.00 8.98 0.00 0.13 0.00 02:39:55 01:52:01 3 91.09 0.00 8.75 0.00 0.17 0.00 02:39:55 01:52:01 4 91.79 0.00 8.08 0.00 0.13 0.00 02:39:55 01:52:01 5 91.34 0.00 8.51 0.00 0.15 0.00 02:39:55 01:52:01 6 91.22 0.00 8.63 0.00 0.15 0.00 02:39:55 01:52:01 7 91.02 0.00 8.83 0.00 0.15 0.00 02:39:55 01:53:01 all 61.76 0.00 7.16 1.49 0.10 29.49 02:39:55 01:53:01 0 62.23 0.00 7.03 1.60 0.10 29.03 02:39:55 01:53:01 1 63.37 0.00 6.45 1.35 0.10 28.73 02:39:55 01:53:01 2 62.11 0.00 7.56 1.84 0.10 28.39 02:39:55 01:53:01 3 62.12 0.00 7.41 1.15 0.08 29.23 02:39:55 01:53:01 4 60.77 0.00 7.08 0.73 0.10 31.31 02:39:55 01:53:01 5 63.08 0.00 6.47 0.94 0.10 29.42 02:39:55 01:53:01 6 59.12 0.00 7.73 3.20 0.10 29.85 02:39:55 01:53:01 7 61.27 0.00 7.55 1.12 0.10 29.96 02:39:55 01:54:01 all 10.60 0.00 0.89 0.12 0.07 88.32 02:39:55 01:54:01 0 7.36 0.00 0.75 0.00 0.05 91.84 02:39:55 01:54:01 1 11.52 0.00 0.94 0.02 0.05 87.48 02:39:55 01:54:01 2 8.41 0.00 0.75 0.03 0.07 90.74 02:39:55 01:54:01 3 10.74 0.00 0.79 0.03 0.07 88.37 02:39:55 01:54:01 4 13.00 0.00 1.09 0.03 0.07 85.81 02:39:55 01:54:01 5 11.66 0.00 0.80 0.20 0.07 87.27 02:39:55 01:54:01 6 11.67 0.00 1.06 0.27 0.08 86.92 02:39:55 01:54:01 7 10.42 0.00 0.99 0.39 0.08 88.13 02:39:55 01:55:01 all 8.76 0.00 0.65 0.07 0.06 90.47 02:39:55 01:55:01 0 13.62 0.00 0.75 0.02 0.07 85.55 02:39:55 01:55:01 1 5.31 0.00 0.55 0.00 0.07 94.07 02:39:55 01:55:01 2 5.72 0.00 0.73 0.03 0.07 93.44 02:39:55 01:55:01 3 7.85 0.00 0.48 0.05 0.05 91.57 02:39:55 01:55:01 4 12.66 0.00 0.90 0.02 0.08 86.34 02:39:55 01:55:01 5 4.22 0.00 0.42 0.07 0.03 95.26 02:39:55 01:55:01 6 10.84 0.00 0.65 0.02 0.05 88.44 02:39:55 01:55:01 7 9.83 0.00 0.70 0.35 0.05 89.07 02:39:55 01:56:01 all 0.06 0.00 0.02 0.00 0.02 99.90 02:39:55 01:56:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 01:56:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 01:56:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 01:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 01:56:01 4 0.20 0.00 0.03 0.00 0.02 99.75 02:39:55 01:56:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:39:55 01:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 01:56:01 7 0.07 0.00 0.03 0.02 0.03 99.85 02:39:55 02:39:55 01:56:01 CPU %user %nice %system %iowait %steal %idle 02:39:55 01:57:01 all 0.04 0.00 0.01 0.00 0.02 99.92 02:39:55 01:57:01 0 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 01:57:01 1 0.05 0.00 0.02 0.00 0.03 99.90 02:39:55 01:57:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 01:57:01 3 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 01:57:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 01:57:01 5 0.10 0.00 0.02 0.02 0.02 99.85 02:39:55 01:57:01 6 0.03 0.00 0.05 0.00 0.03 99.88 02:39:55 01:57:01 7 0.03 0.00 0.02 0.02 0.02 99.92 02:39:55 01:58:01 all 0.02 0.00 0.02 0.00 0.01 99.95 02:39:55 01:58:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 01:58:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:39:55 01:58:01 2 0.02 0.00 0.02 0.02 0.02 99.93 02:39:55 01:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 01:58:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 01:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 01:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 01:58:01 7 0.00 0.00 0.02 0.00 0.03 99.95 02:39:55 01:59:01 all 0.09 0.00 0.02 0.01 0.01 99.87 02:39:55 01:59:01 0 0.13 0.00 0.02 0.00 0.02 99.83 02:39:55 01:59:01 1 0.08 0.00 0.02 0.00 0.02 99.88 02:39:55 01:59:01 2 0.00 0.00 0.02 0.02 0.02 99.95 02:39:55 01:59:01 3 0.10 0.00 0.00 0.00 0.00 99.90 02:39:55 01:59:01 4 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 01:59:01 5 0.23 0.00 0.02 0.00 0.02 99.73 02:39:55 01:59:01 6 0.12 0.00 0.02 0.02 0.00 99.85 02:39:55 01:59:01 7 0.03 0.00 0.03 0.02 0.03 99.88 02:39:55 02:00:01 all 0.19 0.00 0.04 0.01 0.01 99.75 02:39:55 02:00:01 0 0.17 0.00 0.07 0.02 0.02 99.73 02:39:55 02:00:01 1 0.27 0.00 0.03 0.05 0.02 99.63 02:39:55 02:00:01 2 0.10 0.00 0.03 0.00 0.02 99.85 02:39:55 02:00:01 3 0.12 0.00 0.03 0.00 0.02 99.83 02:39:55 02:00:01 4 0.12 0.00 0.05 0.00 0.00 99.83 02:39:55 02:00:01 5 0.62 0.00 0.02 0.02 0.00 99.35 02:39:55 02:00:01 6 0.07 0.00 0.02 0.00 0.02 99.90 02:39:55 02:00:01 7 0.03 0.00 0.08 0.02 0.03 99.83 02:39:55 02:01:01 all 0.08 0.00 0.02 0.01 0.01 99.88 02:39:55 02:01:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:01:01 1 0.08 0.00 0.07 0.00 0.02 99.83 02:39:55 02:01:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:01:01 3 0.02 0.00 0.02 0.03 0.00 99.93 02:39:55 02:01:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:01:01 5 0.38 0.00 0.00 0.00 0.02 99.60 02:39:55 02:01:01 6 0.08 0.00 0.02 0.00 0.02 99.88 02:39:55 02:01:01 7 0.02 0.00 0.03 0.03 0.02 99.90 02:39:55 02:02:01 all 0.02 0.00 0.01 0.00 0.01 99.94 02:39:55 02:02:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:02:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:02:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:39:55 02:02:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:02:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:02:01 6 0.05 0.00 0.03 0.00 0.00 99.92 02:39:55 02:02:01 7 0.05 0.00 0.02 0.02 0.05 99.87 02:39:55 02:03:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:39:55 02:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:03:01 1 0.07 0.00 0.02 0.00 0.02 99.90 02:39:55 02:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:03:01 3 0.00 0.00 0.02 0.02 0.00 99.97 02:39:55 02:03:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:03:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:03:01 7 0.05 0.00 0.03 0.02 0.03 99.87 02:39:55 02:04:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:39:55 02:04:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:04:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:04:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:39:55 02:04:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:04:01 7 0.03 0.00 0.02 0.00 0.03 99.92 02:39:55 02:05:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:39:55 02:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:05:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:05:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:39:55 02:05:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:05:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:05:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:39:55 02:05:01 7 0.03 0.00 0.02 0.03 0.03 99.88 02:39:55 02:06:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:39:55 02:06:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:06:01 5 0.07 0.00 0.00 0.00 0.00 99.93 02:39:55 02:06:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:06:01 7 0.02 0.00 0.02 0.02 0.02 99.93 02:39:55 02:07:01 all 0.02 0.00 0.02 0.00 0.01 99.94 02:39:55 02:07:01 0 0.00 0.00 0.03 0.00 0.02 99.95 02:39:55 02:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:07:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:07:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:07:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:07:01 7 0.03 0.00 0.07 0.03 0.03 99.83 02:39:55 02:39:55 02:07:01 CPU %user %nice %system %iowait %steal %idle 02:39:55 02:08:01 all 0.01 0.00 0.01 0.00 0.01 99.96 02:39:55 02:08:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:08:01 1 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:08:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:08:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:08:01 7 0.03 0.00 0.02 0.03 0.05 99.87 02:39:55 02:09:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:39:55 02:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:09:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:09:01 2 0.07 0.00 0.00 0.00 0.02 99.92 02:39:55 02:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:09:01 4 0.00 0.00 0.00 0.02 0.02 99.97 02:39:55 02:09:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:09:01 6 0.07 0.00 0.02 0.00 0.02 99.90 02:39:55 02:09:01 7 0.05 0.00 0.03 0.02 0.02 99.88 02:39:55 02:10:01 all 0.02 0.00 0.01 0.93 0.01 99.02 02:39:55 02:10:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:10:01 2 0.00 0.00 0.03 0.00 0.00 99.97 02:39:55 02:10:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:10:01 4 0.02 0.00 0.00 0.05 0.00 99.93 02:39:55 02:10:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:10:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:10:01 7 0.02 0.00 0.03 7.40 0.05 92.50 02:39:55 02:11:01 all 0.02 0.00 0.02 0.01 0.01 99.94 02:39:55 02:11:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:11:01 1 0.07 0.00 0.03 0.00 0.02 99.88 02:39:55 02:11:01 2 0.00 0.00 0.03 0.00 0.02 99.95 02:39:55 02:11:01 3 0.03 0.00 0.02 0.10 0.00 99.85 02:39:55 02:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:11:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:39:55 02:11:01 7 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:12:01 all 0.07 0.00 0.02 0.00 0.01 99.90 02:39:55 02:12:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:39:55 02:12:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:12:01 4 0.37 0.00 0.00 0.00 0.00 99.63 02:39:55 02:12:01 5 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:12:01 6 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:12:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:13:01 all 0.21 0.00 0.02 0.01 0.01 99.76 02:39:55 02:13:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:13:01 1 0.05 0.00 0.00 0.00 0.02 99.93 02:39:55 02:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:13:01 3 0.03 0.00 0.02 0.03 0.00 99.92 02:39:55 02:13:01 4 1.42 0.00 0.07 0.00 0.00 98.52 02:39:55 02:13:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:13:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:13:01 7 0.05 0.00 0.03 0.02 0.03 99.87 02:39:55 02:14:01 all 0.10 0.00 0.01 0.00 0.01 99.87 02:39:55 02:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:14:01 2 0.05 0.00 0.05 0.00 0.03 99.87 02:39:55 02:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:14:01 4 0.70 0.00 0.00 0.00 0.02 99.29 02:39:55 02:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:14:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:14:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:15:01 all 0.02 0.00 0.01 0.09 0.01 99.86 02:39:55 02:15:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:15:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:15:01 3 0.00 0.00 0.02 0.35 0.02 99.62 02:39:55 02:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:15:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:15:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:39:55 02:15:01 7 0.03 0.00 0.02 0.38 0.03 99.53 02:39:55 02:16:01 all 0.03 0.00 0.01 0.03 0.01 99.92 02:39:55 02:16:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:39:55 02:16:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:16:01 4 0.07 0.00 0.00 0.00 0.00 99.93 02:39:55 02:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:16:01 6 0.02 0.00 0.00 0.02 0.00 99.97 02:39:55 02:16:01 7 0.03 0.00 0.03 0.20 0.02 99.72 02:39:55 02:17:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:39:55 02:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:39:55 02:17:01 1 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:17:01 3 0.03 0.00 0.00 0.02 0.02 99.93 02:39:55 02:17:01 4 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:17:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:17:01 6 0.08 0.00 0.03 0.00 0.02 99.87 02:39:55 02:17:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:39:55 02:18:01 all 0.02 0.00 0.01 0.01 0.01 99.95 02:39:55 02:18:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:18:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:18:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 02:39:55 02:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:18:01 6 0.03 0.00 0.02 0.02 0.02 99.92 02:39:55 02:18:01 7 0.03 0.00 0.02 0.02 0.02 99.92 02:39:55 02:39:55 02:18:01 CPU %user %nice %system %iowait %steal %idle 02:39:55 02:19:01 all 0.03 0.00 0.02 0.03 0.01 99.91 02:39:55 02:19:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:19:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:19:01 3 0.03 0.00 0.02 0.25 0.02 99.68 02:39:55 02:19:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:19:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:19:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:20:01 all 0.07 0.00 0.01 0.00 0.01 99.91 02:39:55 02:20:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:20:01 4 0.43 0.00 0.02 0.00 0.00 99.55 02:39:55 02:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:20:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:20:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:39:55 02:21:01 all 0.07 0.00 0.02 0.00 0.01 99.90 02:39:55 02:21:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:21:01 1 0.08 0.00 0.00 0.00 0.02 99.90 02:39:55 02:21:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:21:01 3 0.02 0.00 0.00 0.02 0.02 99.95 02:39:55 02:21:01 4 0.28 0.00 0.05 0.00 0.00 99.67 02:39:55 02:21:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:21:01 6 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:21:01 7 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:22:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:39:55 02:22:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:22:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:22:01 3 0.02 0.00 0.02 0.02 0.02 99.93 02:39:55 02:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:22:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:22:01 6 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:22:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:23:01 all 0.04 0.00 0.01 0.01 0.01 99.93 02:39:55 02:23:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:39:55 02:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:39:55 02:23:01 2 0.07 0.00 0.00 0.00 0.02 99.92 02:39:55 02:23:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:23:01 6 0.08 0.00 0.02 0.03 0.02 99.85 02:39:55 02:23:01 7 0.07 0.00 0.00 0.02 0.03 99.88 02:39:55 02:24:01 all 0.03 0.00 0.01 0.01 0.01 99.95 02:39:55 02:24:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:24:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:24:01 3 0.00 0.00 0.03 0.00 0.02 99.95 02:39:55 02:24:01 4 0.07 0.00 0.00 0.00 0.00 99.93 02:39:55 02:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:24:01 7 0.03 0.00 0.00 0.07 0.02 99.88 02:39:55 02:25:01 all 0.06 0.00 0.03 0.00 0.01 99.90 02:39:55 02:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:25:01 1 0.05 0.00 0.03 0.00 0.02 99.90 02:39:55 02:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:25:01 3 0.02 0.00 0.02 0.02 0.02 99.93 02:39:55 02:25:01 4 0.23 0.00 0.02 0.00 0.00 99.75 02:39:55 02:25:01 5 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:25:01 6 0.02 0.00 0.02 0.02 0.00 99.95 02:39:55 02:25:01 7 0.03 0.00 0.05 0.00 0.02 99.90 02:39:55 02:26:01 all 0.02 0.00 0.01 0.00 0.01 99.96 02:39:55 02:26:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:26:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:26:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:26:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:39:55 02:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:26:01 5 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:26:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:26:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:27:01 all 0.10 0.00 0.03 0.00 0.01 99.86 02:39:55 02:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:39:55 02:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:27:01 2 0.03 0.00 0.00 0.00 0.02 99.95 02:39:55 02:27:01 3 0.02 0.00 0.02 0.02 0.00 99.95 02:39:55 02:27:01 4 0.55 0.00 0.05 0.00 0.00 99.40 02:39:55 02:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:27:01 6 0.07 0.00 0.03 0.00 0.00 99.90 02:39:55 02:27:01 7 0.03 0.00 0.03 0.02 0.02 99.90 02:39:55 02:28:01 all 0.14 0.00 0.02 0.00 0.01 99.83 02:39:55 02:28:01 0 0.05 0.00 0.00 0.00 0.02 99.93 02:39:55 02:28:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:39:55 02:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:28:01 3 0.00 0.00 0.02 0.02 0.02 99.95 02:39:55 02:28:01 4 0.89 0.00 0.10 0.00 0.00 99.01 02:39:55 02:28:01 5 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:28:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:28:01 7 0.02 0.00 0.00 0.02 0.02 99.95 02:39:55 02:29:02 all 0.03 0.00 0.02 0.00 0.01 99.93 02:39:55 02:29:02 0 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:29:02 1 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:29:02 2 0.08 0.00 0.03 0.00 0.02 99.87 02:39:55 02:29:02 3 0.03 0.00 0.00 0.02 0.02 99.93 02:39:55 02:29:02 4 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:29:02 5 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:29:02 6 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:29:02 7 0.00 0.00 0.03 0.02 0.02 99.93 02:39:55 02:39:55 02:29:02 CPU %user %nice %system %iowait %steal %idle 02:39:55 02:30:01 all 0.09 0.00 0.02 0.00 0.01 99.88 02:39:55 02:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:30:01 1 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:30:01 2 0.02 0.00 0.07 0.00 0.02 99.90 02:39:55 02:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:30:01 4 0.59 0.00 0.00 0.00 0.00 99.41 02:39:55 02:30:01 5 0.00 0.00 0.00 0.02 0.00 99.98 02:39:55 02:30:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:30:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:31:01 all 0.27 0.00 0.01 0.00 0.01 99.71 02:39:55 02:31:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:31:01 3 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:31:01 4 1.90 0.00 0.02 0.00 0.02 98.06 02:39:55 02:31:01 5 0.05 0.00 0.00 0.00 0.00 99.95 02:39:55 02:31:01 6 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:31:01 7 0.03 0.00 0.00 0.02 0.02 99.93 02:39:55 02:32:01 all 0.12 0.00 0.03 0.00 0.01 99.84 02:39:55 02:32:01 0 0.05 0.00 0.03 0.00 0.02 99.90 02:39:55 02:32:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:32:01 2 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:32:01 4 0.81 0.00 0.10 0.00 0.00 99.09 02:39:55 02:32:01 5 0.00 0.00 0.02 0.00 0.00 99.98 02:39:55 02:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:32:01 7 0.00 0.00 0.03 0.00 0.03 99.93 02:39:55 02:33:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:39:55 02:33:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:33:01 1 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:33:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 02:39:55 02:33:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:33:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:39:55 02:33:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:39:55 02:33:01 7 0.03 0.00 0.03 0.00 0.02 99.92 02:39:55 02:34:01 all 0.02 0.00 0.01 0.00 0.01 99.95 02:39:55 02:34:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:34:01 1 0.07 0.00 0.03 0.00 0.00 99.90 02:39:55 02:34:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:39:55 02:34:01 3 0.00 0.00 0.00 0.02 0.02 99.97 02:39:55 02:34:01 4 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:34:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:34:01 7 0.00 0.00 0.02 0.02 0.02 99.95 02:39:55 02:35:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:39:55 02:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:35:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:35:01 2 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:35:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:39:55 02:35:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:35:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:35:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:39:55 02:35:01 7 0.07 0.00 0.03 0.02 0.03 99.85 02:39:55 02:36:01 all 0.03 0.00 0.01 0.00 0.01 99.96 02:39:55 02:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:36:01 3 0.03 0.00 0.02 0.02 0.02 99.92 02:39:55 02:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:36:01 5 0.03 0.00 0.00 0.00 0.00 99.97 02:39:55 02:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:39:55 02:36:01 7 0.03 0.00 0.02 0.00 0.02 99.93 02:39:55 02:37:01 all 0.14 0.00 0.01 0.01 0.01 99.83 02:39:55 02:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:37:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:37:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:39:55 02:37:01 4 0.88 0.00 0.00 0.00 0.02 99.10 02:39:55 02:37:01 5 0.05 0.00 0.00 0.02 0.02 99.92 02:39:55 02:37:01 6 0.08 0.00 0.02 0.00 0.02 99.88 02:39:55 02:37:01 7 0.00 0.00 0.00 0.07 0.02 99.92 02:39:55 02:38:01 all 0.16 0.00 0.01 0.00 0.01 99.81 02:39:55 02:38:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:39:55 02:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 02:39:55 02:38:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:39:55 02:38:01 3 0.02 0.00 0.02 0.02 0.02 99.93 02:39:55 02:38:01 4 1.19 0.00 0.02 0.00 0.00 98.79 02:39:55 02:38:01 5 0.00 0.00 0.00 0.00 0.00 100.00 02:39:55 02:38:01 6 0.02 0.00 0.02 0.00 0.02 99.95 02:39:55 02:38:01 7 0.02 0.00 0.02 0.02 0.02 99.93 02:39:55 02:39:01 all 3.80 0.00 1.49 0.43 0.03 94.25 02:39:55 02:39:01 0 3.18 0.00 1.17 0.08 0.02 95.55 02:39:55 02:39:01 1 4.96 0.00 1.49 0.03 0.03 93.48 02:39:55 02:39:01 2 3.95 0.00 1.74 0.10 0.02 94.20 02:39:55 02:39:01 3 5.71 0.00 1.93 2.89 0.05 89.42 02:39:55 02:39:01 4 2.42 0.00 1.42 0.00 0.03 96.13 02:39:55 02:39:01 5 3.87 0.00 1.12 0.02 0.02 94.98 02:39:55 02:39:01 6 3.03 0.00 1.61 0.02 0.03 95.32 02:39:55 02:39:01 7 3.31 0.00 1.44 0.30 0.03 94.91 02:39:55 Average: all 7.65 0.00 1.18 0.58 0.03 90.56 02:39:55 Average: 0 7.57 0.00 1.17 0.46 0.03 90.77 02:39:55 Average: 1 7.74 0.00 1.16 0.60 0.03 90.47 02:39:55 Average: 2 7.61 0.00 1.21 0.44 0.03 90.71 02:39:55 Average: 3 7.70 0.00 1.16 0.54 0.03 90.57 02:39:55 Average: 4 7.97 0.00 1.14 0.60 0.02 90.27 02:39:55 Average: 5 7.41 0.00 1.17 0.64 0.02 90.76 02:39:55 Average: 6 7.59 0.00 1.17 0.51 0.02 90.71 02:39:55 Average: 7 7.60 0.00 1.24 0.89 0.04 90.23 02:39:55 02:39:55 02:39:55