Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 44d03353ae1976a56c6e7b940cb61d7be0635af4 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-ssh4898638382661015211.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-ssh9599033807019264720.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-ssh1049002345555297236.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-ssh16989190855651533673.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-ssh1652771846201725729.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-8970 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/906 [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/906 # 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 44d03353ae1976a56c6e7b940cb61d7be0635af4 (main) Commit message: "Merge pull request #5258 from lindseysimple/issue-5255-2" > 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 44d03353ae1976a56c6e7b940cb61d7be0635af4 # timeout=10 > git rev-list --no-walk 7be32007d386ece0ad1d736d44db8f7765ab5de1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:37:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:37:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:37:46 ========================================================= 02:37:46 EdgeX Global Pipelines Version Info 02:37:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:37:47 ------------------- 02:37:47 stable info: 02:37:47 ------------------- 02:37:47 Commited By: Cherry Wang cherry@iotechsys.com 02:37:47 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:37:47 Message: update stable to v1.0.276 02:37:47 ------------------- 02:37:47 experimental info: 02:37:47 ------------------- 02:37:47 Commited By: **** collab-it+edgex@linuxfoundation.org 02:37:47 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 02:37:47 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44d0335 [Pipeline] echo 02:37:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:37:48 provisioning config files... 02:37:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config9088104245689734925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:37:49 ---> ****-login.sh 02:37:49 nexus3.edgexfoundry.org:10001 02:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:49 02:37:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:37:49 Configure a credential helper to remove this warning. See 02:37:49 https://docs.****.com/go/credential-store/ 02:37:49 02:37:49 Login Succeeded 02:37:49 nexus3.edgexfoundry.org:10002 02:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:49 02:37:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:37:49 Configure a credential helper to remove this warning. See 02:37:49 https://docs.****.com/go/credential-store/ 02:37:49 02:37:49 Login Succeeded 02:37:49 nexus3.edgexfoundry.org:10003 02:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:49 02:37:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:37:49 Configure a credential helper to remove this warning. See 02:37:49 https://docs.****.com/go/credential-store/ 02:37:49 02:37:49 Login Succeeded 02:37:49 nexus3.edgexfoundry.org:10004 02:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:49 02:37:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:37:49 Configure a credential helper to remove this warning. See 02:37:49 https://docs.****.com/go/credential-store/ 02:37:49 02:37:49 Login Succeeded 02:37:49 ****.io 02:37:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:37:49 02:37:49 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 02:37:49 Configure a credential helper to remove this warning. See 02:37:49 https://docs.****.com/go/credential-store/ 02:37:49 02:37:49 Login Succeeded 02:37:49 ---> ****-login.sh ends [Pipeline] } 02:37:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:37:50 + 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 02:37:50 + dirname cmd/core-command/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo core-command,cmd/core-command/Dockerfile 02:37:50 + dirname cmd/core-common-config-bootstrapper/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 02:37:50 + dirname cmd/core-data/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo core-data,cmd/core-data/Dockerfile 02:37:50 + dirname cmd/core-keeper/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo core-keeper,cmd/core-keeper/Dockerfile 02:37:50 + dirname cmd/core-metadata/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo core-metadata,cmd/core-metadata/Dockerfile 02:37:50 + dirname cmd/security-bootstrapper/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:37:50 + dirname cmd/security-proxy-auth/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 02:37:50 + dirname cmd/security-proxy-setup/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:37:50 + + dirname cmd/security-secretstore-setup/Dockerfile 02:37:50 cut -d/ -f2 02:37:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:37:50 + dirname cmd/security-spiffe-token-provider/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 02:37:50 + dirname cmd/security-spire-agent/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 02:37:50 + dirname cmd/security-spire-config/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-spire-config,cmd/security-spire-config/Dockerfile 02:37:50 + dirname cmd/security-spire-server/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo security-spire-server,cmd/security-spire-server/Dockerfile 02:37:50 + dirname cmd/support-notifications/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo support-notifications,cmd/support-notifications/Dockerfile 02:37:50 + dirname cmd/support-scheduler/Dockerfile 02:37:50 + cut -d/ -f2 02:37:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 02:37:50 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 02:37:50 + git rev-list -1 --merges 44d03353ae1976a56c6e7b940cb61d7be0635af4~1..44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 02:37:50 -----------> git rev-list -1 --merges 44d03353ae1976a56c6e7b940cb61d7be0635af4~1..44d03353ae1976a56c6e7b940cb61d7be0635af4 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:37:50 44d03353ae1976a56c6e7b940cb61d7be0635af4 [false] [Pipeline] sh 02:37:50 + git log --format=format:%s -1 44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 02:37:50 ========================================================= 02:37:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:37:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 02:37:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:37:51 + grep -v github /etc/ssh/ssh_known_hosts 02:37:51 + [ -e /tmp/ssh_known_hosts ] 02:37:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:37:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:37:51 + sudo tee -a /etc/ssh/ssh_known_hosts 02:37:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:37:51 02:37:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:37:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:37:52 0.1.4: Pulling from edgex-devops/py-git-semver 02:37:52 3dae71ba6b94: Pulling fs layer 02:37:52 6bf1a483ea7c: Pulling fs layer 02:37:52 f5dfc541a4d3: Pulling fs layer 02:37:52 461d9e800cba: Pulling fs layer 02:37:52 80192f66455f: Pulling fs layer 02:37:52 2e8e34ca0e6c: Pulling fs layer 02:37:52 a29436f7fd5d: Pulling fs layer 02:37:52 923cac83aea3: Pulling fs layer 02:37:52 25ad8b0a4227: Pulling fs layer 02:37:52 db01528c6b51: Pulling fs layer 02:37:52 28988de357af: Pulling fs layer 02:37:52 923cac83aea3: Waiting 02:37:52 461d9e800cba: Waiting 02:37:52 25ad8b0a4227: Waiting 02:37:52 80192f66455f: Waiting 02:37:52 2e8e34ca0e6c: Waiting 02:37:52 a29436f7fd5d: Waiting 02:37:52 6bf1a483ea7c: Verifying Checksum 02:37:52 6bf1a483ea7c: Download complete 02:37:52 461d9e800cba: Verifying Checksum 02:37:52 461d9e800cba: Download complete 02:37:52 80192f66455f: Download complete 02:37:52 f5dfc541a4d3: Verifying Checksum 02:37:52 f5dfc541a4d3: Download complete 02:37:52 3dae71ba6b94: Verifying Checksum 02:37:52 3dae71ba6b94: Download complete 02:37:52 923cac83aea3: Verifying Checksum 02:37:52 923cac83aea3: Download complete 02:37:52 25ad8b0a4227: Verifying Checksum 02:37:52 25ad8b0a4227: Download complete 02:37:52 db01528c6b51: Download complete 02:37:52 28988de357af: Verifying Checksum 02:37:52 28988de357af: Download complete 02:37:52 a29436f7fd5d: Verifying Checksum 02:37:52 a29436f7fd5d: Download complete 02:37:53 2e8e34ca0e6c: Verifying Checksum 02:37:53 2e8e34ca0e6c: Download complete 02:37:53 3dae71ba6b94: Pull complete 02:37:53 6bf1a483ea7c: Pull complete 02:37:54 f5dfc541a4d3: Pull complete 02:37:54 461d9e800cba: Pull complete 02:37:54 80192f66455f: Pull complete 02:38:00 2e8e34ca0e6c: Pull complete 02:38:00 a29436f7fd5d: Pull complete 02:38:00 923cac83aea3: Pull complete 02:38:00 25ad8b0a4227: Pull complete 02:38:00 db01528c6b51: Pull complete 02:38:00 28988de357af: Pull complete 02:38:00 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:38:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:38:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:00 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 02:38:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:38:02 $ docker top daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 -eo pid,comm 02:38: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:38:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:38:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:38:03 [ssh-agent] Looking for ssh-agent implementation... 02:38:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:38:03 $ docker exec daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent 02:38:03 SSH_AUTH_SOCK=/tmp/ssh-fcNHZ1lxIekd/agent.31 02:38:03 SSH_AGENT_PID=37 02:38:03 Running ssh-add (command line suppressed) 02:38:03 Identity added: /w/workspace/edgex-go/906@tmp/private_key_14743516946826401523.key (/w/workspace/edgex-go/906@tmp/private_key_14743516946826401523.key) 02:38:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:38:03 + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] sh 02:38:03 + git tag --points-at HEAD [Pipeline] } 02:38:03 $ docker exec --env ******** --env ******** daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent -k 02:38:04 unset SSH_AUTH_SOCK; 02:38:04 unset SSH_AGENT_PID; 02:38:04 echo Agent pid 37 killed; 02:38:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:38:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:38:04 [ssh-agent] Looking for ssh-agent implementation... 02:38:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:38:04 $ docker exec daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent 02:38:04 SSH_AUTH_SOCK=/tmp/ssh-k41zYng0Ey9a/agent.86 02:38:04 SSH_AGENT_PID=92 02:38:04 Running ssh-add (command line suppressed) 02:38:04 Identity added: /w/workspace/edgex-go/906@tmp/private_key_17674974355446840254.key (/w/workspace/edgex-go/906@tmp/private_key_17674974355446840254.key) 02:38:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:38:04 + git semver init 02:38:05 2025-09-17 02:38:04,972 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:38:05 2025-09-17 02:38:04,975 [run_init] DEBUG init version:0.0.0 force:False 02:38:05 2025-09-17 02:38:04,976 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/906/.semver 02:38:05 2025-09-17 02:38:04,976 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/906/.semver 02:38:05 2025-09-17 02:38:04,976 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/906/.semver'], cwd=/w/workspace/edgex-go/906, stdin=None, shell=False, universal_newlines=False) 02:38:11 2025-09-17 02:38:10,612 [append_file] DEBUG append to file:/w/workspace/edgex-go/906/.git/info/exclude 02:38:11 2025-09-17 02:38:10,612 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/906/.semver/main with force:False 02:38:11 2025-09-17 02:38:10,612 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 02:38:11 2025-09-17 02:38:10,612 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 02:38:11 4.1.0-dev.62 [Pipeline] } 02:38:11 $ docker exec --env ******** --env ******** daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 ssh-agent -k 02:38:11 unset SSH_AUTH_SOCK; 02:38:11 unset SSH_AGENT_PID; 02:38:11 echo Agent pid 92 killed; 02:38:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:38:12 + git semver [Pipeline] } 02:38:12 $ docker stop --time=1 daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 02:38:13 $ docker rm -f --volumes daeee440e1ab0c3037fba4efb2f24837462c019318e8ae9bc2c07cf6f6f1a9f3 [Pipeline] // withDockerContainer [Pipeline] sh 02:38:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:38:14 Stashed 1 file(s) [Pipeline] echo 02:38:14 [edgeXSemver]: initialized semver on version 4.1.0-dev.62 [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 02:38:14 + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] echo 02:38:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:38:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:38:14 ========================================================= 02:38:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:38:14 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:38:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:38:15 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:38:15 0a9a5dfd008f: Pulling fs layer 02:38:15 36466aa92d05: Pulling fs layer 02:38:15 e10405b45d13: Pulling fs layer 02:38:15 096b7ceb2af7: Pulling fs layer 02:38:15 4f4fb700ef54: Pulling fs layer 02:38:15 c451b95d7931: Pulling fs layer 02:38:15 9febf9df4401: Pulling fs layer 02:38:15 1477f019b032: Pulling fs layer 02:38:15 c7dc25521971: Pulling fs layer 02:38:15 1477f019b032: Waiting 02:38:15 c7dc25521971: Waiting 02:38:15 9febf9df4401: Waiting 02:38:15 c451b95d7931: Waiting 02:38:15 4f4fb700ef54: Waiting 02:38:15 096b7ceb2af7: Waiting 02:38:15 36466aa92d05: Verifying Checksum 02:38:15 36466aa92d05: Download complete 02:38:15 096b7ceb2af7: Download complete 02:38:15 4f4fb700ef54: Verifying Checksum 02:38:15 4f4fb700ef54: Download complete 02:38:15 c451b95d7931: Verifying Checksum 02:38:15 c451b95d7931: Download complete 02:38:15 0a9a5dfd008f: Download complete 02:38:15 9febf9df4401: Verifying Checksum 02:38:15 9febf9df4401: Download complete 02:38:15 0a9a5dfd008f: Pull complete 02:38:15 36466aa92d05: Pull complete 02:38:15 c7dc25521971: Verifying Checksum 02:38:15 c7dc25521971: Download complete 02:38:16 1477f019b032: Verifying Checksum 02:38:16 1477f019b032: Download complete 02:38:21 e10405b45d13: Pull complete 02:38:21 096b7ceb2af7: Pull complete 02:38:21 4f4fb700ef54: Pull complete 02:38:21 c451b95d7931: Pull complete 02:38:21 9febf9df4401: Pull complete 02:38:24 1477f019b032: Pull complete 02:38:24 c7dc25521971: Pull complete 02:38:24 Digest: sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 02:38:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:38:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:38:25 + echo+ FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:38:25 WORKDIR /edgex 02:38:25 COPY go.mod . 02:38:25 RUN go mod download 02:38:25 docker build -t ci-base-image-x86_64 -f - . 02:38:25 #0 building with "default" instance using docker driver 02:38:25 02:38:25 #1 [internal] load build definition from Dockerfile 02:38:25 #1 transferring dockerfile: 164B done 02:38:25 #1 DONE 0.0s 02:38:25 02:38:25 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:38:25 #2 DONE 0.0s 02:38:25 02:38:25 #3 [internal] load .dockerignore 02:38:25 #3 transferring context: 50B done 02:38:25 #3 DONE 0.0s 02:38:25 02:38:25 #4 [internal] load build context 02:38:26 #4 transferring context: 6.57kB done 02:38:26 #4 DONE 0.0s 02:38:26 02:38:26 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:38:26 #5 DONE 0.1s 02:38:26 02:38:26 #6 [2/4] WORKDIR /edgex 02:38:27 #6 DONE 1.6s 02:38:27 02:38:27 #7 [3/4] COPY go.mod . 02:38:27 #7 DONE 0.0s 02:38:27 02:38:27 #8 [4/4] RUN go mod download 02:38:29 Still waiting to schedule task 02:38:29 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8967’ 02:38:34 #8 DONE 6.6s 02:38:34 02:38:34 #9 exporting to image 02:38:34 #9 exporting layers 02:38:38 #9 exporting layers 3.7s done 02:38:38 #9 writing image sha256:a67d034d3b26fe97e4aa3ac2ca71a5c3ebeb985bf48442721693437faf756ac5 done 02:38:38 #9 naming to docker.io/library/ci-base-image-x86_64 done 02:38:38 #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:38 + docker inspect -f . ci-base-image-x86_64 02:38:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:38 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 02:38:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:38:39 $ docker top 150147e1ef5388b1449bb831cef2bd56f9889877fb339f767d3aad218cf2c4e3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:38:39 + go version 02:38:39 go version go1.23.9 linux/amd64 [Pipeline] } 02:38:39 $ docker stop --time=1 150147e1ef5388b1449bb831cef2bd56f9889877fb339f767d3aad218cf2c4e3 02:38:40 $ docker rm -f --volumes 150147e1ef5388b1449bb831cef2bd56f9889877fb339f767d3aad218cf2c4e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:38:41 + docker inspect -f . ci-base-image-x86_64 02:38:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:38:41 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 02:38:41 $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:38:41 $ docker top 57c33db960353dfc7e685ea2139954741625022c7dd7d18e739bd35a47593a38 -eo pid,comm [Pipeline] { [Pipeline] echo 02:38:41 ========================================================= 02:38:41 [edgeXBuildGoParallel] Running Tests and Build... 02:38:41 ========================================================= [Pipeline] sh 02:38:41 + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] fileExists [Pipeline] sh 02:38:42 + make test 02:38:42 go test -race -coverprofile=coverage.out ./... 02:38:50 ? github.com/edgexfoundry/edgex-go [no test files] 02:39:16 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:39:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:39:16 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:39:16 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.027s coverage: 42.3% of statements 02:39:18 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:39:18 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:39:18 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:39:18 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.044s coverage: 97.0% of statements 02:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/query [no test files] 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:39:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:39:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:39:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:39:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 02:39:21 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:39:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.051s coverage: 69.4% of statements 02:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.024s coverage: 4.8% of statements 02:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.081s coverage: 57.6% of statements 02:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/cache 1.020s coverage: 86.5% of statements 02:39:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:39:23 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.995s coverage: 94.2% of statements 02:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.053s coverage: 92.4% of statements 02:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.051s coverage: 8.4% of statements 02:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:39:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:39:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/models [no test files] 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:39:24 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.370s coverage: 95.8% of statements 02:39:25 ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements 02:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:39:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:39:26 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:39:26 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:39:26 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.051s coverage: 2.4% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.052s coverage: 1.0% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 39.4% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.025s coverage: 68.8% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 40.0% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 87.1% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.023s coverage: 94.1% of statements 02:39:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:39:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:39:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.024s coverage: 96.3% of statements 02:39:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:39:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:39:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:39:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.026s coverage: 87.5% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:39:30 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:39:31 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:39:32 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:39:34 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:39:35 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:39:35 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:39:35 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:39:38 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 02:39:39 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:39:39 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:39:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:39:39 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:39:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:39:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:39:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.042s coverage: 94.4% of statements 02:39:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:39:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:39:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:39:42 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:39:42 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:39:42 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:39:42 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:39:42 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:39:42 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:39:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:39:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:39:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:39:44 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:39:45 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:39:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:39:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:39:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:39:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:39:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:39:46 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.050s coverage: 92.9% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.029s coverage: 62.3% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.028s coverage: 47.4% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.037s coverage: 87.2% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.021s coverage: 15.5% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.075s coverage: 81.8% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.088s coverage: 82.1% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.046s coverage: 6.8% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.046s coverage: 33.3% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.043s coverage: 100.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.167s coverage: 54.5% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.017s coverage: 73.7% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.017s coverage: 100.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.028s coverage: 88.6% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.026s coverage: 96.8% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 29.2% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 3.1% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.028s coverage: 76.2% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.054s coverage: 17.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.128s coverage: 94.9% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.039s coverage: 9.0% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.064s coverage: 97.7% of statements 02:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.024s coverage: 43.6% of statements 02:39:53 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 02:39:53 running golangci-lint 02:39:53 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 02:39:53 go version go1.23.9 linux/amd64 02:39:53 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 02:39:53 level=info msg="[config_reader] Used config file .golangci.yml" 02:39:53 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:40:15 level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|name|deps|files|imports) took 22.080264708s" 02:40:15 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.38653ms" 02:40:27 level=info msg="[linters_context/goanalysis] analyzers took 1m36.224642486s with top 10 stages: buildir: 56.78119003s, gosec: 3.66462419s, inspect: 2.802804754s, fact_deprecated: 2.522554703s, printf: 1.802435306s, ctrlflow: 1.688288073s, fact_purity: 1.429797845s, S1038: 1.130735852s, nilness: 1.098855986s, unused: 707.826477ms" 02:40:27 level=info msg="[runner] Issues before processing: 201, after processing: 0" 02:40:27 level=info msg="[runner] Processors filtering stat (in/out): cgo: 201/201, skip_files: 201/201, identifier_marker: 201/201, filename_unadjuster: 201/201, invalid_issue: 201/201, nolint: 20/0, skip_dirs: 201/201, autogenerated_exclude: 201/201, exclude: 201/201, path_prettifier: 201/201, exclude-rules: 201/20" 02:40:27 level=info msg="[runner] processing took 20.763205ms with stages: nolint: 10.285835ms, identifier_marker: 5.114711ms, path_prettifier: 1.987788ms, exclude-rules: 1.55292ms, autogenerated_exclude: 1.139545ms, skip_dirs: 595.283µs, cgo: 34.832µs, invalid_issue: 29.461µs, filename_unadjuster: 17.28µs, max_same_issues: 2.03µs, fixer: 700ns, uniq_by_line: 490ns, exclude: 360ns, sort_results: 320ns, skip_files: 320ns, diff: 310ns, max_from_linter: 220ns, source_code: 200ns, path_shortener: 170ns, path_prefixer: 150ns, max_per_file_from_linter: 150ns, severity-rules: 130ns" 02:40:27 level=info msg="[runner] linters took 11.878749763s with stages: goanalysis_metalinter: 11.857865892s" 02:40:27 level=info msg="File cache stats: 0 entries of total size 0B" 02:40:27 level=info msg="Memory: 337 samples, avg is 302.4MB, max is 1368.1MB" 02:40:27 level=info msg="Execution took 34.020362056s" 02:40:27 go vet ./... 02:40:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:40:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:40:34 ./bin/test-attribution-txt.sh 02:40:34 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:40:34 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 02:40:34 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 02:40:34 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 02:40:34 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add 02:40:34 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 02:40:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:40:34 + ls -al . 02:40:34 total 2064 02:40:34 drwxrwxr-x 11 1001 1001 4096 Sep 17 02:38 . 02:40:34 drwxr-xr-x 4 root root 4096 Sep 17 02:38 .. 02:40:34 drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 .blubracket 02:40:34 -rw-rw-r-- 1 1001 1001 10 Sep 17 02:37 .dockerignore 02:40:34 drwxrwxr-x 8 1001 1001 4096 Sep 17 02:39 .git 02:40:34 drwxrwxr-x 3 1001 1001 4096 Sep 17 02:37 .github 02:40:34 -rw-rw-r-- 1 1001 1001 909 Sep 17 02:37 .gitignore 02:40:34 -rw-rw-r-- 1 1001 1001 218 Sep 17 02:37 .golangci.yml 02:40:34 -rw-rw-r-- 1 1001 1001 100 Sep 17 02:37 .hadolint.yml 02:40:34 drwxr-xr-x 3 1001 1001 4096 Sep 17 02:38 .semver 02:40:34 -rw-rw-r-- 1 1001 1001 155 Sep 17 02:37 .sonarcloud.properties 02:40:34 -rw-rw-r-- 1 1001 1001 1171 Sep 17 02:37 ADOPTERS.md 02:40:34 -rw-rw-r-- 1 1001 1001 17374 Sep 17 02:37 Attribution.txt 02:40:34 -rw-rw-r-- 1 1001 1001 108018 Sep 17 02:37 CHANGELOG.md 02:40:34 -rw-rw-r-- 1 1001 1001 3804 Sep 17 02:37 CONTRIBUTING.md 02:40:34 -rw-rw-r-- 1 1001 1001 677 Sep 17 02:37 GOVERNANCE.md 02:40:34 -rw-rw-r-- 1 1001 1001 858 Sep 17 02:37 Jenkinsfile 02:40:34 -rw-rw-r-- 1 1001 1001 10775 Sep 17 02:37 LICENSE 02:40:34 -rw-rw-r-- 1 1001 1001 16740 Sep 17 02:37 Makefile 02:40:34 -rw-rw-r-- 1 1001 1001 582 Sep 17 02:37 OWNERS.md 02:40:34 -rw-rw-r-- 1 1001 1001 9932 Sep 17 02:37 README.md 02:40:34 -rw-rw-r-- 1 1001 1001 789 Sep 17 02:37 SECURITY.md 02:40:34 -rw-rw-r-- 1 1001 1001 12 Sep 17 02:38 VERSION 02:40:34 drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 bin 02:40:34 drwxrwxr-x 19 1001 1001 4096 Sep 17 02:37 cmd 02:40:34 -rw-r--r-- 1 root root 1733636 Sep 17 02:39 coverage.out 02:40:34 drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 fuzz_test 02:40:34 -rw-rw-r-- 1 1001 1001 6539 Sep 17 02:37 go.mod 02:40:34 -rw-rw-r-- 1 1001 1001 88541 Sep 17 02:37 go.sum 02:40:34 drwxrwxr-x 7 1001 1001 4096 Sep 17 02:37 internal 02:40:34 drwxrwxr-x 2 1001 1001 4096 Sep 17 02:37 openapi 02:40:34 -rw-rw-r-- 1 1001 1001 584 Sep 17 02:37 security.txt 02:40:34 -rw-rw-r-- 1 1001 1001 204 Sep 17 02:37 version.go [Pipeline] sh 02:40:34 + '[' -e coverage.out ] 02:40:34 + chown 1001:1001 coverage.out [Pipeline] stash 02:40:35 Stashed 1 file(s) [Pipeline] sh 02:40:35 + make build 02:40:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:40:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:40:57 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:40:59 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:41:00 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:41:01 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:41:06 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:41:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:41:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:41:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:41:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:41:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:41:16 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:41:17 $ docker stop --time=1 57c33db960353dfc7e685ea2139954741625022c7dd7d18e739bd35a47593a38 02:41:20 $ docker rm -f --volumes 57c33db960353dfc7e685ea2139954741625022c7dd7d18e739bd35a47593a38 [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 02:41:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:41:22 02:41:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:41:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:41:22 latest: Pulling from edgex-devops/edgex-compose 02:41:22 91d30c5bc195: Pulling fs layer 02:41:22 2e9b0aa3be6d: Pulling fs layer 02:41:22 9c61dcf015f6: Pulling fs layer 02:41:22 4698f68db338: Pulling fs layer 02:41:22 2a2f49069b9e: Pulling fs layer 02:41:22 e0025b399a48: Pulling fs layer 02:41:22 4698f68db338: Waiting 02:41:22 2a2f49069b9e: Waiting 02:41:22 e0025b399a48: Waiting 02:41:22 91d30c5bc195: Verifying Checksum 02:41:22 91d30c5bc195: Download complete 02:41:22 4698f68db338: Verifying Checksum 02:41:22 4698f68db338: Download complete 02:41:22 2e9b0aa3be6d: Verifying Checksum 02:41:22 2e9b0aa3be6d: Download complete 02:41:22 e0025b399a48: Download complete 02:41:22 91d30c5bc195: Pull complete 02:41:22 2a2f49069b9e: Verifying Checksum 02:41:22 2a2f49069b9e: Download complete 02:41:22 2e9b0aa3be6d: Pull complete 02:41:23 9c61dcf015f6: Verifying Checksum 02:41:26 9c61dcf015f6: Pull complete 02:41:26 4698f68db338: Pull complete 02:41:26 2a2f49069b9e: Pull complete 02:41:26 e0025b399a48: Pull complete 02:41:26 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:41:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:41:26 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 02:41:26 $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:41:28 $ docker top 29dfe8240242a10e326497ea9ebd59a66f8eb84c81bd76a4d53eba9b9933bfbd -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:28 + docker compose -f ./docker-compose-build.yml build --parallel 02:41:28 #1 [core-keeper internal] load build definition from Dockerfile 02:41:28 #1 transferring dockerfile: 2.01kB done 02:41:28 #1 DONE 0.2s 02:41:28 02:41:28 #2 [security-proxy-auth internal] load build definition from Dockerfile 02:41:28 #2 transferring dockerfile: 2.14kB done 02:41:28 #2 DONE 0.1s 02:41:28 02:41:28 #3 [support-notifications internal] load build definition from Dockerfile 02:41:28 #3 transferring dockerfile: 2.00kB done 02:41:28 #3 DONE 0.1s 02:41:28 02:41:28 #4 [security-bootstrapper internal] load build definition from Dockerfile 02:41:28 #4 transferring dockerfile: 3.02kB done 02:41:28 #4 DONE 0.2s 02:41:28 02:41:28 #5 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:41:28 #5 DONE 0.0s 02:41:28 02:41:28 #6 [security-spire-config internal] load build definition from Dockerfile 02:41:28 #6 transferring dockerfile: 1.69kB done 02:41:28 #6 DONE 0.2s 02:41:28 02:41:28 #7 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 02:41:28 #7 ... 02:41:28 02:41:28 #8 [core-command internal] load build definition from Dockerfile 02:41:28 #8 transferring dockerfile: 1.94kB done 02:41:28 #8 DONE 0.2s 02:41:28 02:41:28 #9 [security-proxy-setup internal] load build definition from Dockerfile 02:41:28 #9 transferring dockerfile: 2.50kB done 02:41:28 #9 DONE 0.2s 02:41:28 02:41:28 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:41:28 #10 transferring dockerfile: 1.89kB done 02:41:28 #10 DONE 0.2s 02:41:28 02:41:28 #11 [support-scheduler internal] load build definition from Dockerfile 02:41:28 #11 transferring dockerfile: 1.83kB done 02:41:28 #11 DONE 0.2s 02:41:28 02:41:28 #12 [core-metadata internal] load build definition from Dockerfile 02:41:28 #12 transferring dockerfile: 2.10kB done 02:41:28 #12 DONE 0.2s 02:41:28 02:41:28 #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:41:28 #13 transferring dockerfile: 2.23kB done 02:41:28 #13 DONE 0.2s 02:41:28 02:41:28 #14 [security-spire-server internal] load build definition from Dockerfile 02:41:28 #14 transferring dockerfile: 1.70kB done 02:41:28 #14 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:41:28 #14 DONE 0.2s 02:41:28 02:41:28 #15 [core-data internal] load build definition from Dockerfile 02:41:28 #15 transferring dockerfile: 2.04kB done 02:41:28 #15 DONE 0.2s 02:41:28 02:41:28 #16 [security-spire-agent internal] load build definition from Dockerfile 02:41:28 #16 transferring dockerfile: 1.81kB done 02:41:28 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:41:28 #16 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 02:41:28 #16 DONE 0.2s 02:41:28 02:41:28 #17 [security-secretstore-setup internal] load build definition from Dockerfile 02:41:28 #17 transferring dockerfile: 2.49kB done 02:41:28 #17 DONE 0.2s 02:41:28 02:41:28 #5 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:41:28 #5 DONE 0.0s 02:41:28 02:41:28 #18 [core-keeper internal] load .dockerignore 02:41:28 #18 transferring context: 50B done 02:41:28 #18 DONE 0.1s 02:41:28 02:41:28 #7 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:41:28 #7 DONE 0.2s 02:41:28 02:41:28 #19 [security-proxy-auth internal] load .dockerignore 02:41:28 #19 transferring context: 50B done 02:41:28 #19 DONE 0.1s 02:41:28 02:41:28 #20 [support-notifications internal] load .dockerignore 02:41:28 #20 transferring context: 50B done 02:41:28 #20 DONE 0.2s 02:41:28 02:41:28 #21 [security-spiffe-token-provider internal] load .dockerignore 02:41:28 #21 transferring context: 50B done 02:41:28 #21 DONE 0.1s 02:41:28 02:41:28 #22 [security-bootstrapper internal] load .dockerignore 02:41:28 #22 transferring context: 50B done 02:41:28 #22 DONE 0.2s 02:41:28 02:41:28 #23 [security-spiffe-token-provider internal] load build context 02:41:28 #23 ... 02:41:28 02:41:28 #24 [core-command internal] load .dockerignore 02:41:28 #24 transferring context: 50B done 02:41:28 #24 DONE 0.2s 02:41:28 02:41:28 #25 [security-proxy-setup internal] load .dockerignore 02:41:28 #25 transferring context: 50B done 02:41:28 #25 DONE 0.2s 02:41:28 02:41:28 #26 [support-scheduler internal] load .dockerignore 02:41:28 #26 transferring context: 50B done 02:41:28 #26 DONE 0.2s 02:41:28 02:41:28 #27 [core-metadata internal] load .dockerignore 02:41:28 #27 transferring context: 50B done 02:41:28 #27 DONE 0.2s 02:41:29 02:41:29 #28 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:41:29 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:41:29 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:41:29 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:41:29 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:41:29 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:41:29 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s 02:41:29 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:41:29 #28 ... 02:41:29 02:41:29 #29 [core-data internal] load .dockerignore 02:41:29 #29 transferring context: 50B 0.0s done 02:41:29 #29 DONE 0.4s 02:41:29 02:41:29 #30 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:41:29 #30 DONE 0.6s 02:41:29 02:41:29 #31 [core-common-config-bootstrapper internal] load .dockerignore 02:41:29 #31 transferring context: 50B 0.0s done 02:41:29 #31 DONE 0.4s 02:41:29 02:41:29 #32 [security-secretstore-setup internal] load .dockerignore 02:41:29 #32 transferring context: 50B 0.0s done 02:41:29 #32 DONE 0.5s 02:41:29 02:41:29 #28 [core-data stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:41:29 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:41:29 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:41:29 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:41:29 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:41:29 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:41:29 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:41:29 #28 ... 02:41:29 02:41:29 #33 [security-secretstore-setup builder 1/8] FROM docker.io/library/ci-base-image-x86_64:latest 02:41:29 #33 DONE 0.5s 02:41:29 02:41:29 #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:41:29 #34 DONE 0.6s 02:41:29 02:41:29 #28 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:41:29 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:41:29 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:41:29 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:41:29 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:41:29 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:41:29 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:41:30 #28 DONE 1.8s 02:41:30 02:41:30 #35 [support-notifications builder 2/8] WORKDIR /edgex-go 02:41:30 #35 DONE 1.3s 02:41:30 02:41:30 #36 [security-spire-config internal] load .dockerignore 02:41:30 #36 transferring context: 50B done 02:41:30 #36 DONE 1.4s 02:41:30 02:41:30 #37 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:41:30 #37 ... 02:41:30 02:41:30 #28 [security-spire-server stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:41:30 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:41:30 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:41:30 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:41:30 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:41:30 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:41:30 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:41:30 #28 DONE 1.8s 02:41:30 02:41:30 #38 [security-spire-server internal] load .dockerignore 02:41:30 #38 transferring context: 50B 0.0s done 02:41:30 #38 DONE 1.4s 02:41:30 02:41:30 #39 [security-spire-agent internal] load .dockerignore 02:41:30 #39 transferring context: 50B 0.0s done 02:41:30 #39 DONE 1.4s 02:41:30 02:41:30 #28 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:41:30 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 02:41:30 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:41:30 #28 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 02:41:30 #28 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 02:41:30 #28 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 02:41:30 #28 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.2s done 02:41:30 #28 DONE 1.8s 02:41:30 02:41:30 #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:30 #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:31 #40 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.4s done 02:41:31 #40 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:41:31 #40 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:41:31 #40 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:41:31 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s 02:41:31 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s 02:41:31 #40 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:41:31 #40 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:41:31 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s 02:41:32 #40 ... 02:41:32 02:41:32 #41 [security-spire-server internal] load build context 02:41:32 #41 transferring context: 23.80kB 0.1s done 02:41:32 #41 DONE 1.4s 02:41:32 02:41:32 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:32 #40 ... 02:41:32 02:41:32 #42 [security-spire-config internal] load build context 02:41:32 #42 transferring context: 22.05kB 0.0s done 02:41:32 #42 DONE 2.2s 02:41:32 02:41:32 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:32 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 1.7s 02:41:33 #40 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done 02:41:33 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 2.0s 02:41:34 #40 ... 02:41:34 02:41:34 #43 [security-spire-agent internal] load build context 02:41:34 #43 transferring context: 23.33kB 0.0s done 02:41:34 #43 DONE 3.6s 02:41:34 02:41:34 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:34 #40 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:41:35 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 3.7s 02:41:35 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 3.8s 02:41:35 #40 ... 02:41:35 02:41:35 #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:41:35 #44 DONE 4.4s 02:41:35 02:41:35 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:35 #40 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 3.8s done 02:41:35 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.04MB / 36.47MB 4.0s 02:41:35 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 19.92MB / 36.47MB 4.1s 02:41:35 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 31.92MB / 36.47MB 4.2s 02:41:35 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 4.4s 02:41:36 #40 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 5.0s done 02:41:38 #40 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 02:41:38 #40 ... 02:41:38 02:41:38 #45 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:41:38 #0 0.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:38 #0 0.619 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:38 #0 1.043 (1/4) Installing ca-certificates (20250619-r0) 02:41:38 #0 1.076 (2/4) Installing dumb-init (1.2.5-r3) 02:41:38 #0 1.083 (3/4) Installing su-exec (0.2-r3) 02:41:38 #0 1.083 (4/4) Installing yq-go (4.44.1-r2) 02:41:38 #0 1.199 Executing busybox-1.36.1-r29.trigger 02:41:38 #0 1.212 Executing ca-certificates-20250619-r0.trigger 02:41:38 #0 1.259 OK: 19 MiB in 18 packages 02:41:38 #45 DONE 7.4s 02:41:38 02:41:38 #46 [support-scheduler internal] load build context 02:41:38 #46 transferring context: 380.98MB 9.0s 02:41:38 #46 ... 02:41:38 02:41:38 #47 [security-proxy-auth internal] load build context 02:41:38 #47 ... 02:41:38 02:41:38 #46 [support-scheduler internal] load build context 02:41:38 #46 ... 02:41:38 02:41:38 #48 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:41:38 #0 1.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:38 #0 1.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:38 #0 2.287 (1/2) Installing dumb-init (1.2.5-r3) 02:41:38 #0 2.292 (2/2) Installing su-exec (0.2-r3) 02:41:38 #0 2.294 Executing busybox-1.36.1-r29.trigger 02:41:38 #0 2.314 OK: 8 MiB in 16 packages 02:41:38 #48 DONE 8.0s 02:41:38 02:41:38 #46 [support-scheduler internal] load build context 02:41:38 #46 ... 02:41:38 02:41:38 #49 [core-keeper internal] load build context 02:41:38 #49 ... 02:41:38 02:41:38 #50 [security-bootstrapper internal] load build context 02:41:39 #50 ... 02:41:39 02:41:39 #51 [core-metadata internal] load build context 02:41:39 #51 ... 02:41:39 02:41:39 #52 [security-proxy-setup internal] load build context 02:41:39 #52 ... 02:41:39 02:41:39 #53 [support-notifications internal] load build context 02:41:39 #53 ... 02:41:39 02:41:39 #54 [core-common-config-bootstrapper internal] load build context 02:41:39 #54 ... 02:41:39 02:41:39 #55 [security-secretstore-setup internal] load build context 02:41:39 #55 ... 02:41:39 02:41:39 #56 [core-command internal] load build context 02:41:39 #56 ... 02:41:39 02:41:39 #57 [core-data internal] load build context 02:41:39 #57 ... 02:41:39 02:41:39 #23 [security-spiffe-token-provider internal] load build context 02:41:39 #23 ... 02:41:39 02:41:39 #57 [core-data internal] load build context 02:41:40 #57 ... 02:41:40 02:41:40 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:41:40 #0 9.062 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:40 #0 9.164 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:40 #0 9.638 (1/1) Installing dumb-init (1.2.5-r3) 02:41:40 #0 9.643 Executing busybox-1.36.1-r29.trigger 02:41:40 #0 9.654 OK: 8 MiB in 15 packages 02:41:40 #58 ... 02:41:40 02:41:40 #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:41:40 #0 8.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:40 #0 8.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:40 #0 8.618 (1/3) Installing ca-certificates (20250619-r0) 02:41:40 #0 8.643 (2/3) Installing dumb-init (1.2.5-r3) 02:41:40 #0 8.648 (3/3) Installing tzdata (2025b-r0) 02:41:40 #0 8.700 Executing busybox-1.36.1-r29.trigger 02:41:40 #0 8.703 Executing ca-certificates-20250619-r0.trigger 02:41:40 #0 8.750 OK: 10 MiB in 17 packages 02:41:40 #59 ... 02:41:40 02:41:40 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:41:41 #60 ... 02:41:41 02:41:41 #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:41:41 #61 ... 02:41:41 02:41:41 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:41:41 #0 2.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 2.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 3.033 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:41:41 #0 3.033 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:41:41 #0 3.033 OK: 24174 distinct packages available 02:41:41 #0 3.123 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 3.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 3.607 (1/14) Installing ca-certificates (20250619-r0) 02:41:41 #0 3.634 (2/14) Installing brotli-libs (1.1.0-r2) 02:41:41 #0 3.682 (3/14) Installing c-ares (1.33.1-r0) 02:41:41 #0 3.697 (4/14) Installing libunistring (1.2-r0) 02:41:41 #0 3.732 (5/14) Installing libidn2 (2.3.7-r0) 02:41:41 #0 3.750 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:41:41 #0 3.757 (7/14) Installing libpsl (0.21.5-r1) 02:41:41 #0 3.767 (8/14) Installing zstd-libs (1.5.6-r0) 02:41:41 #0 3.792 (9/14) Installing libcurl (8.12.1-r0) 02:41:41 #0 3.818 (10/14) Installing curl (8.12.1-r0) 02:41:41 #0 3.836 (11/14) Installing dumb-init (1.2.5-r3) 02:41:41 #0 3.847 (12/14) Installing musl-obstack (1.2.3-r2) 02:41:41 #0 3.852 (13/14) Installing libucontext (1.2-r3) 02:41:41 #0 3.856 (14/14) Installing gcompat (1.1.0-r4) 02:41:41 #0 3.863 Executing busybox-1.36.1-r29.trigger 02:41:41 #0 3.863 Executing ca-certificates-20250619-r0.trigger 02:41:41 #0 3.934 OK: 13 MiB in 28 packages 02:41:41 #62 ... 02:41:41 02:41:41 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:41 #63 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.3s done 02:41:41 #63 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:41:41 #63 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 02:41:41 #63 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 02:41:41 #63 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:41:41 #63 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 1.8s done 02:41:41 #63 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.4s done 02:41:41 #63 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.3s done 02:41:41 #63 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:41:41 #63 ... 02:41:41 02:41:41 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:41:41 #0 8.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 8.523 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 8.978 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:41:41 #0 8.978 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:41:41 #0 8.978 OK: 24174 distinct packages available 02:41:41 #0 9.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 9.191 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 9.710 (1/4) Installing dumb-init (1.2.5-r3) 02:41:41 #0 9.749 (2/4) Installing musl-obstack (1.2.3-r2) 02:41:41 #0 9.749 (3/4) Installing libucontext (1.2-r3) 02:41:41 #0 9.901 (4/4) Installing gcompat (1.1.0-r4) 02:41:41 #0 9.935 Executing busybox-1.36.1-r29.trigger 02:41:41 #0 9.944 OK: 8 MiB in 18 packages 02:41:41 #64 ... 02:41:41 02:41:41 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:41:41 #65 ... 02:41:41 02:41:41 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:41:41 #0 3.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 3.542 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 4.113 (1/7) Installing ca-certificates (20250619-r0) 02:41:41 #0 4.264 (2/7) Installing dumb-init (1.2.5-r3) 02:41:41 #0 4.264 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:41:41 #0 4.269 (4/7) Installing libsodium (1.0.19-r0) 02:41:41 #0 4.279 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:41:41 #0 4.315 (6/7) Installing libzmq (4.3.5-r2) 02:41:41 #0 4.325 (7/7) Installing zeromq (4.3.5-r2) 02:41:41 #0 4.331 Executing busybox-1.36.1-r29.trigger 02:41:41 #0 4.342 Executing ca-certificates-20250619-r0.trigger 02:41:41 #0 4.386 OK: 12 MiB in 21 packages 02:41:41 #66 ... 02:41:41 02:41:41 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:41:41 #67 ... 02:41:41 02:41:41 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:41:41 #68 ... 02:41:41 02:41:41 #69 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:41:41 #0 2.810 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 2.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 3.921 (1/1) Installing dumb-init (1.2.5-r3) 02:41:41 #0 3.922 Executing busybox-1.36.1-r29.trigger 02:41:41 #0 3.942 OK: 8 MiB in 15 packages 02:41:41 #69 ... 02:41:41 02:41:41 #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:41:41 #0 3.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:41 #0 3.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:41 #0 4.009 (1/4) Installing dumb-init (1.2.5-r3) 02:41:41 #0 4.019 (2/4) Installing openssl (3.3.4-r0) 02:41:41 #0 4.032 (3/4) Installing su-exec (0.2-r3) 02:41:41 #0 4.036 (4/4) Installing yq-go (4.44.1-r2) 02:41:41 #0 4.123 Executing busybox-1.36.1-r29.trigger 02:41:41 #0 4.261 OK: 19 MiB in 18 packages 02:41:42 #70 ... 02:41:42 02:41:42 #71 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:41:42 #71 ... 02:41:42 02:41:42 #52 [security-proxy-setup internal] load build context 02:41:42 #52 ... 02:41:42 02:41:42 #69 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:41:42 #69 DONE 11.8s 02:41:42 02:41:42 #70 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:41:42 #70 DONE 11.8s 02:41:42 02:41:42 #52 [security-proxy-setup internal] load build context 02:41:42 #52 ... 02:41:42 02:41:42 #66 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:41:42 #66 DONE 11.8s 02:41:42 02:41:42 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:41:42 #62 DONE 11.9s 02:41:42 02:41:42 #59 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:41:42 #59 DONE 11.9s 02:41:42 02:41:42 #64 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:41:42 #64 DONE 11.9s 02:41:42 02:41:42 #52 [security-proxy-setup internal] load build context 02:41:42 #52 ... 02:41:42 02:41:42 #58 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:41:42 #58 DONE 12.0s 02:41:42 02:41:42 #52 [security-proxy-setup internal] load build context 02:41:43 #52 transferring context: 424.44MB 14.1s 02:41:43 #52 ... 02:41:43 02:41:43 #57 [core-data internal] load build context 02:41:43 #57 transferring context: 595.75MB 13.9s done 02:41:43 #57 DONE 14.0s 02:41:43 02:41:43 #52 [security-proxy-setup internal] load build context 02:41:43 #52 ... 02:41:43 02:41:43 #23 [security-spiffe-token-provider internal] load build context 02:41:43 #23 transferring context: 595.75MB 14.4s done 02:41:43 #23 DONE 14.6s 02:41:43 02:41:43 #52 [security-proxy-setup internal] load build context 02:41:45 #52 ... 02:41:45 02:41:45 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:41:45 #0 9.854 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:45 #72 ... 02:41:45 02:41:45 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:45 #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.8s 02:41:46 #40 ... 02:41:46 02:41:46 #46 [support-scheduler internal] load build context 02:41:46 #46 transferring context: 595.75MB 15.2s done 02:41:46 #46 DONE 17.9s 02:41:46 02:41:46 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:48 #40 ... 02:41:48 02:41:48 #51 [core-metadata internal] load build context 02:41:48 #51 transferring context: 595.75MB 15.5s done 02:41:48 #51 DONE 18.9s 02:41:48 02:41:48 #65 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:41:48 #65 DONE 17.3s 02:41:48 02:41:48 #56 [core-command internal] load build context 02:41:48 #56 transferring context: 595.75MB 16.7s done 02:41:48 #56 DONE 19.0s 02:41:48 02:41:48 #53 [support-notifications internal] load build context 02:41:48 #53 transferring context: 595.75MB 17.6s done 02:41:48 #53 DONE 19.0s 02:41:48 02:41:48 #37 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:41:48 #37 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #37 13.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #37 14.00 OK: 248 MiB in 58 packages 02:41:48 #37 DONE 17.3s 02:41:48 02:41:48 #67 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:41:48 #67 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #67 13.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #67 13.89 OK: 248 MiB in 58 packages 02:41:48 #67 DONE 17.3s 02:41:48 02:41:48 #60 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:41:48 #60 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #60 13.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #60 13.94 OK: 248 MiB in 58 packages 02:41:48 #60 DONE 17.3s 02:41:48 02:41:48 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:48 #40 ... 02:41:48 02:41:48 #68 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:41:48 #68 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #68 13.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #68 14.23 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:41:48 #68 14.23 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:41:48 #68 14.23 OK: 24174 distinct packages available 02:41:48 #68 14.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #68 14.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #68 14.99 OK: 248 MiB in 58 packages 02:41:48 #68 DONE 17.3s 02:41:48 02:41:48 #71 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:41:48 #71 12.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #71 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #71 14.06 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:41:48 #71 14.06 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:41:48 #71 14.06 OK: 24174 distinct packages available 02:41:48 #71 14.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #71 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #71 14.72 (1/5) Installing dumb-init (1.2.5-r3) 02:41:48 #71 14.87 (2/5) Installing musl-obstack (1.2.3-r2) 02:41:48 #71 14.97 (3/5) Installing libucontext (1.2-r3) 02:41:48 #71 14.97 (4/5) Installing gcompat (1.1.0-r4) 02:41:48 #71 14.99 (5/5) Installing openssl (3.3.4-r0) 02:41:48 #71 15.00 Executing busybox-1.36.1-r29.trigger 02:41:48 #71 15.01 OK: 9 MiB in 19 packages 02:41:48 #71 DONE 17.3s 02:41:48 02:41:48 #72 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:41:48 #72 10.28 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #72 10.97 (1/1) Installing dumb-init (1.2.5-r3) 02:41:48 #72 11.18 Executing busybox-1.36.1-r29.trigger 02:41:48 #72 11.19 OK: 8 MiB in 15 packages 02:41:48 #72 DONE 12.7s 02:41:48 02:41:48 #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:41:48 #61 13.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #61 13.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #61 13.90 OK: 248 MiB in 58 packages 02:41:48 #61 DONE 17.4s 02:41:48 02:41:48 #50 [security-bootstrapper internal] load build context 02:41:48 #50 transferring context: 595.75MB 17.7s done 02:41:48 #50 DONE 19.1s 02:41:48 02:41:48 #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:48 #40 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 5.5s done 02:41:48 #40 ... 02:41:48 02:41:48 #55 [security-secretstore-setup internal] load build context 02:41:48 #55 transferring context: 595.75MB 16.4s done 02:41:48 #55 DONE 18.8s 02:41:48 02:41:48 #52 [security-proxy-setup internal] load build context 02:41:48 #52 transferring context: 595.75MB 18.4s done 02:41:48 #52 DONE 19.3s 02:41:48 02:41:48 #54 [core-common-config-bootstrapper internal] load build context 02:41:48 #54 transferring context: 595.75MB 16.7s done 02:41:48 #54 DONE 18.9s 02:41:48 02:41:48 #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:41:48 #73 ... 02:41:48 02:41:48 #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:41:48 #0 5.507 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #0 5.587 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #0 6.056 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:48 #0 6.367 Executing busybox-1.36.1-r30.post-upgrade 02:41:48 #0 7.674 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:48 #0 7.680 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:48 #0 7.683 Executing busybox-1.36.1-r30.trigger 02:41:48 #0 7.691 OK: 8 MiB in 16 packages 02:41:48 #74 DONE 8.3s 02:41:48 02:41:48 #75 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:41:48 #0 6.963 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:48 #0 7.061 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:48 #0 7.529 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:48 #0 7.877 Executing busybox-1.36.1-r30.post-upgrade 02:41:48 #0 9.168 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:48 #0 9.170 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:48 #0 9.173 Executing busybox-1.36.1-r30.trigger 02:41:48 #0 9.183 OK: 19 MiB in 18 packages 02:41:48 #75 DONE 9.9s 02:41:48 02:41:48 #76 [core-data builder 4/7] COPY go.mod vendor* ./ 02:41:48 #76 DONE 0.6s 02:41:48 02:41:48 #77 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:41:48 #77 DONE 0.7s 02:41:48 02:41:48 #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:41:48 #78 ... 02:41:48 02:41:48 #79 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:41:48 #79 DONE 0.7s 02:41:48 02:41:48 #80 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:41:48 #80 DONE 0.7s 02:41:48 02:41:48 #73 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:41:48 #73 DONE 0.5s 02:41:48 02:41:48 #47 [security-proxy-auth internal] load build context 02:41:48 #47 ... 02:41:48 02:41:48 #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:41:48 #63 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 3.6s done 02:41:48 #63 DONE 18.0s 02:41:48 02:41:48 #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:41:48 #40 DONE 18.2s 02:41:48 02:41:48 #47 [security-proxy-auth internal] load build context 02:41:48 #47 ... 02:41:48 02:41:48 #81 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:41:48 #81 ... 02:41:48 02:41:48 #49 [core-keeper internal] load build context 02:41:49 #49 ... 02:41:49 02:41:49 #47 [security-proxy-auth internal] load build context 02:41:49 #47 transferring context: 595.75MB 20.3s done 02:41:49 #47 DONE 20.4s 02:41:49 02:41:49 #76 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:41:49 #76 DONE 0.6s 02:41:49 02:41:49 #49 [core-keeper internal] load build context 02:41:50 #49 transferring context: 595.75MB 21.2s done 02:41:50 #49 DONE 21.5s 02:41:50 02:41:50 #82 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:41:50 #82 ... 02:41:50 02:41:50 #83 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:41:50 #83 DONE 1.8s 02:41:50 02:41:50 #84 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:41:50 #0 6.742 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 6.841 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.458 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.482 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.577 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.582 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.585 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.590 OK: 8 MiB in 15 packages 02:41:50 #84 DONE 7.9s 02:41:50 02:41:50 #85 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:41:50 #0 6.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 6.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.405 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.432 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.514 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.514 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.525 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.535 OK: 12 MiB in 21 packages 02:41:50 #85 DONE 7.8s 02:41:50 02:41:50 #86 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:41:50 #86 DONE 0.1s 02:41:50 02:41:50 #87 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:41:50 #0 6.609 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 6.708 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.392 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.421 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.712 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.715 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.719 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.724 OK: 10 MiB in 17 packages 02:41:50 #87 DONE 7.9s 02:41:50 02:41:50 #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:41:50 #0 6.679 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.537 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.569 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.830 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.835 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.839 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.844 OK: 19 MiB in 18 packages 02:41:50 #88 DONE 8.1s 02:41:50 02:41:50 #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:41:50 #89 DONE 0.1s 02:41:50 02:41:50 #90 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:41:50 #0 6.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 6.750 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.428 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.451 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.683 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.686 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.689 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.694 OK: 8 MiB in 18 packages 02:41:50 #90 DONE 7.9s 02:41:50 02:41:50 #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:41:50 #0 6.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 6.751 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.532 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.572 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.771 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.775 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.843 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.848 OK: 13 MiB in 28 packages 02:41:50 #91 DONE 8.1s 02:41:50 02:41:50 #92 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:41:50 #92 DONE 0.5s 02:41:50 02:41:50 #93 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:41:50 #0 6.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.200 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 7.761 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.781 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 7.832 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.835 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 7.845 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 7.849 OK: 8 MiB in 15 packages 02:41:50 #93 DONE 8.3s 02:41:50 02:41:50 #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:41:50 #0 1.916 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 2.247 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 2.886 OK: 248 MiB in 58 packages 02:41:50 #94 DONE 3.1s 02:41:50 02:41:50 #95 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 02:41:50 #0 1.962 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:41:50 #0 2.063 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:41:50 #0 2.569 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 2.585 Executing busybox-1.36.1-r30.post-upgrade 02:41:50 #0 2.649 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 2.708 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:41:50 #0 2.711 Executing busybox-1.36.1-r30.trigger 02:41:50 #0 2.727 OK: 9 MiB in 19 packages 02:41:50 #95 DONE 3.0s 02:41:50 02:41:50 #96 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:41:52 #96 DONE 0.6s 02:41:52 02:41:52 #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:41:52 #97 DONE 0.6s 02:41:52 02:41:52 #98 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:41:52 #98 DONE 0.6s 02:41:52 02:41:52 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:41:52 #99 DONE 0.6s 02:41:52 02:41:52 #100 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:41:52 #100 DONE 0.1s 02:41:52 02:41:52 #101 [security-spire-config stage-2 6/10] COPY security.txt / 02:41:52 #101 DONE 0.1s 02:41:52 02:41:52 #102 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:41:52 #102 DONE 0.1s 02:41:52 02:41:52 #103 [security-spire-server stage-2 6/9] COPY security.txt / 02:41:52 #103 DONE 0.2s 02:41:52 02:41:52 #104 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:41:52 #104 DONE 0.1s 02:41:52 02:41:52 #105 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:41:52 #105 DONE 0.1s 02:41:52 02:41:52 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:41:52 #106 ... 02:41:52 02:41:52 #107 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:41:52 #107 DONE 0.2s 02:41:52 02:41:52 #108 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:41:52 #108 DONE 0.8s 02:41:52 02:41:52 #106 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:41:52 #106 DONE 0.4s 02:41:52 02:41:52 #109 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:41:52 #109 DONE 0.1s 02:41:52 02:41:52 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:41:52 #110 DONE 0.1s 02:41:52 02:41:52 #111 [security-spire-agent stage-3 7/10] COPY security.txt / 02:41:52 #111 DONE 0.1s 02:41:52 02:41:52 #112 [security-spire-server] exporting to image 02:41:52 #112 exporting layers 02:41:52 #112 ... 02:41:52 02:41:52 #113 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:41:52 #113 DONE 0.0s 02:41:52 02:41:52 #114 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:41:52 #114 DONE 0.0s 02:41:52 02:41:52 #115 [security-spire-config] exporting to image 02:41:52 #115 exporting layers 0.4s done 02:41:52 #115 writing image sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done 02:41:52 #115 naming to docker.io/library/security-spire-config done 02:41:52 #115 DONE 0.5s 02:41:52 02:41:52 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:41:52 #116 DONE 0.0s 02:41:52 02:41:52 #117 [security-spire-agent] exporting to image 02:41:52 #117 ... 02:41:52 02:41:52 #112 [security-spire-server] exporting to image 02:41:52 #112 exporting layers 0.5s done 02:41:52 #112 writing image sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done 02:41:52 #112 naming to docker.io/library/security-spire-server done 02:41:52 #112 DONE 0.5s 02:41:52 02:41:52 #117 [security-spire-agent] exporting to image 02:41:52 #117 exporting layers 0.4s done 02:41:53 #117 writing image sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done 02:41:53 #117 naming to docker.io/library/security-spire-agent 0.0s done 02:41:53 #117 DONE 0.4s 02:41:53 02:41:53 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:00 #118 ... 02:42:00 02:42:00 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:00 #119 ... 02:42:00 02:42:00 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8971 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:42:06 Running in /w/workspace/edgex-go/906 [Pipeline] { [Pipeline] checkout 02:42:09 The recommended git tool is: git 02:42:13 using credential edgex-jenkins-ssh 02:42:13 Cloning the remote Git repository 02:42:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:42:14 > git init /w/workspace/edgex-go/906 # timeout=10 02:42:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:42:14 > git --version # timeout=10 02:42:14 > git --version # 'git version 2.25.1' 02:42:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:42:15 #120 DONE 26.7s 02:42:15 02:42:15 #78 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:15 #78 DONE 26.7s 02:42:15 02:42:15 #82 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:15 #82 DONE 26.8s 02:42:15 02:42:15 #121 [support-notifications builder 6/7] COPY . . 02:42:15 #121 ... 02:42:15 02:42:15 #118 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:15 #118 DONE 23.8s 02:42:15 02:42:15 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:15 #119 DONE 26.7s 02:42:15 02:42:15 #81 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:15 #81 DONE 26.7s 02:42:15 02:42:15 #122 [core-data builder 6/7] COPY . . 02:42:25 #122 ... 02:42:25 02:42:25 #123 [core-keeper builder 7/8] COPY . . 02:42:25 #123 ... 02:42:25 02:42:25 #124 [security-proxy-setup builder 6/7] COPY . . 02:42:25 #124 ... 02:42:25 02:42:25 #125 [support-scheduler builder 6/7] COPY . . 02:42:26 #125 ... 02:42:26 02:42:26 #126 [security-spiffe-token-provider builder 6/7] COPY . . 02:42:26 #126 DONE 10.7s 02:42:26 02:42:26 #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:26 #127 CACHED 02:42:26 02:42:26 #128 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:42:26 #128 CACHED 02:42:26 02:42:26 #129 [security-proxy-setup builder 6/7] COPY . . 02:42:26 #129 CACHED 02:42:26 02:42:26 #121 [support-notifications builder 6/7] COPY . . 02:42:26 #121 DONE 10.7s 02:42:26 02:42:26 #124 [security-bootstrapper builder 6/7] COPY . . 02:42:26 #124 DONE 10.7s 02:42:26 02:42:26 #123 [core-keeper builder 7/8] COPY . . 02:42:26 #123 DONE 10.7s 02:42:26 02:42:26 #130 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:42:26 #130 CACHED 02:42:26 02:42:26 #131 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:26 #131 CACHED 02:42:26 02:42:26 #132 [security-secretstore-setup builder 6/7] COPY . . 02:42:26 #132 CACHED 02:42:26 02:42:26 #122 [core-common-config-bootstrapper builder 6/7] COPY . . 02:42:26 #122 DONE 10.7s 02:42:26 02:42:26 #133 [core-common-config-bootstrapper builder 6/7] COPY . . 02:42:26 #133 CACHED 02:42:26 02:42:26 #134 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:42:26 #134 CACHED 02:42:26 02:42:26 #135 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:26 #135 CACHED 02:42:26 02:42:26 #136 [security-proxy-auth builder 6/7] COPY . . 02:42:26 #136 CACHED 02:42:26 02:42:26 #137 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:42:26 #137 CACHED 02:42:26 02:42:26 #138 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:26 #138 CACHED 02:42:26 02:42:26 #139 [core-data builder 4/7] COPY go.mod vendor* ./ 02:42:26 #139 CACHED 02:42:26 02:42:26 #140 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:26 #140 CACHED 02:42:26 02:42:26 #141 [core-data builder 6/7] COPY . . 02:42:26 #141 CACHED 02:42:26 02:42:26 #142 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:42:26 #142 CACHED 02:42:26 02:42:26 #143 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:42:26 #143 CACHED 02:42:26 02:42:26 #144 [core-metadata builder 6/7] COPY . . 02:42:26 #144 CACHED 02:42:26 02:42:26 #125 [support-scheduler builder 6/7] COPY . . 02:42:26 #125 DONE 10.7s 02:42:26 02:42:26 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:42:27 #145 1.152 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:42:32 Avoid second fetch 02:42:32 Checking out Revision 44d03353ae1976a56c6e7b940cb61d7be0635af4 (main) 02:42:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:42:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:42:32 > git config core.sparsecheckout # timeout=10 02:42:33 > git checkout -f 44d03353ae1976a56c6e7b940cb61d7be0635af4 # timeout=10 02:42:33 Commit message: "Merge pull request #5258 from lindseysimple/issue-5255-2" 02:42:37 #145 ... 02:42:37 02:42:37 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:42:37 #0 1.204 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:42:37 #146 ... 02:42:37 02:42:37 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:42:37 #0 1.025 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:42:37 #147 ... 02:42:37 02:42:37 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:42:37 #0 0.991 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:42:37 #148 ... 02:42:37 02:42:37 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:42:37 #0 1.158 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:42:37 #149 ... 02:42:37 02:42:37 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:42:37 #0 0.977 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:42:37 #150 ... 02:42:37 02:42:37 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:42:37 #0 0.677 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:42:37 #151 ... 02:42:37 02:42:37 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:42:37 #0 0.653 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:42:37 #152 ... 02:42:37 02:42:37 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:42:37 #0 0.973 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:42:37 #153 ... 02:42:37 02:42:37 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:42:37 #0 0.896 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:42:37 #154 ... 02:42:37 02:42:37 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:42:37 #0 0.880 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:42:37 #155 ... 02:42:37 02:42:37 #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:42:37 #0 1.162 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:42:38 provisioning config files... 02:42:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config8725578290507884340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:42:38 ---> ****-login.sh 02:42:38 nexus3.edgexfoundry.org:10001 02:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:42:39 Configure a credential helper to remove this warning. See 02:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:42:39 02:42:39 Login Succeeded 02:42:39 nexus3.edgexfoundry.org:10002 02:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:42:39 Configure a credential helper to remove this warning. See 02:42:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:42:39 02:42:39 Login Succeeded 02:42:39 nexus3.edgexfoundry.org:10003 02:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:42:40 Configure a credential helper to remove this warning. See 02:42:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:42:40 02:42:40 Login Succeeded 02:42:40 nexus3.edgexfoundry.org:10004 02:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:42:40 Configure a credential helper to remove this warning. See 02:42:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:42:40 02:42:40 Login Succeeded 02:42:40 ****.io 02:42:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:42:40 Configure a credential helper to remove this warning. See 02:42:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:42:40 02:42:40 Login Succeeded 02:42:40 ---> ****-login.sh ends [Pipeline] } 02:42:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:42:41 + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] echo 02:42:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:42:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:42:41 ========================================================= 02:42:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:42:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:42:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:42:42 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:42:42 94e9d8af2201: Pulling fs layer 02:42:42 a6c56e8762df: Pulling fs layer 02:42:42 f0f3c8884826: Pulling fs layer 02:42:42 c7e7622c144d: Pulling fs layer 02:42:42 4f4fb700ef54: Pulling fs layer 02:42:42 b4c3b6d88c5a: Pulling fs layer 02:42:42 ba8bce9d2590: Pulling fs layer 02:42:42 ca778ea9c289: Pulling fs layer 02:42:42 c7e7622c144d: Waiting 02:42:42 4f4fb700ef54: Waiting 02:42:42 b4c3b6d88c5a: Waiting 02:42:42 ba8bce9d2590: Waiting 02:42:42 ca778ea9c289: Waiting 02:42:42 a6c56e8762df: Download complete 02:42:42 c7e7622c144d: Verifying Checksum 02:42:42 c7e7622c144d: Download complete 02:42:42 4f4fb700ef54: Verifying Checksum 02:42:42 4f4fb700ef54: Download complete 02:42:42 b4c3b6d88c5a: Verifying Checksum 02:42:42 b4c3b6d88c5a: Download complete 02:42:42 94e9d8af2201: Verifying Checksum 02:42:42 94e9d8af2201: Download complete 02:42:42 ca778ea9c289: Verifying Checksum 02:42:42 ca778ea9c289: Download complete 02:42:43 94e9d8af2201: Pull complete 02:42:44 a6c56e8762df: Pull complete 02:42:44 f0f3c8884826: Verifying Checksum 02:42:44 f0f3c8884826: Download complete 02:42:45 ba8bce9d2590: Verifying Checksum 02:42:45 ba8bce9d2590: Download complete 02:42:57 f0f3c8884826: Pull complete 02:42:57 c7e7622c144d: Pull complete 02:42:57 4f4fb700ef54: Pull complete 02:42:57 b4c3b6d88c5a: Pull complete 02:43:06 ba8bce9d2590: Pull complete 02:43:07 ca778ea9c289: Pull complete 02:43:07 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 02:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:43:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:43:07 + docker build -t ci-base-image-arm64 -f - . 02:43:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:43:07 WORKDIR /edgex 02:43:07 COPY go.mod . 02:43:07 RUN go mod download 02:43:08 Sending build context to Docker daemon 3.845MB 02:43:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:43:08 ---> 47b25d7523d1 02:43:08 Step 2/4 : WORKDIR /edgex 02:43:10 ---> Running in 568113c20708 02:43:11 Removing intermediate container 568113c20708 02:43:11 ---> 579b72b06420 02:43:11 Step 3/4 : COPY go.mod . 02:43:11 ---> 7503ba04822b 02:43:11 Step 4/4 : RUN go mod download 02:43:12 ---> Running in c3af2869951a 02:44:08 Removing intermediate container c3af2869951a 02:44:08 ---> 0500c672d296 02:44:08 Successfully built 0500c672d296 02:44:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:09 + docker inspect -f . ci-base-image-arm64 02:44:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:44:09 prd-ubuntu20.04-docker-arm64-4c-16g-8971 does not seem to be running inside a container 02:44:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 02:44:10 $ docker top 19e1103a62e6401328c5cf3143c89a493d490f0fcc31e72c0a3eb0308df452e9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:11 + go version 02:44:11 go version go1.23.9 linux/arm64 [Pipeline] } 02:44:11 $ docker stop --time=1 19e1103a62e6401328c5cf3143c89a493d490f0fcc31e72c0a3eb0308df452e9 02:44:13 $ docker rm -f --volumes 19e1103a62e6401328c5cf3143c89a493d490f0fcc31e72c0a3eb0308df452e9 [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 02:44:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:13 02:44:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:44:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:14 latest: Pulling from edgex-devops/edgex-compose-arm64 02:44:14 547446be3368: Pulling fs layer 02:44:14 d125d8839a47: Pulling fs layer 02:44:14 3e85d5ac6304: Pulling fs layer 02:44:14 c3105a71a48b: Pulling fs layer 02:44:14 0f093f025ec4: Pulling fs layer 02:44:14 c3106fc0e877: Pulling fs layer 02:44:14 c3105a71a48b: Waiting 02:44:14 0f093f025ec4: Waiting 02:44:14 c3106fc0e877: Waiting 02:44:14 #156 ... 02:44:14 02:44:14 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:44:14 #151 DONE 98.0s 02:44:14 02:44:14 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:44:14 #150 ... 02:44:14 02:44:14 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:44:14 #157 DONE 0.1s 02:44:14 02:44:14 #158 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:44:14 #158 DONE 1.2s 02:44:14 02:44:14 #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:44:14 #156 ... 02:44:14 02:44:14 #159 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:44:14 #159 DONE 0.1s 02:44:14 02:44:14 #160 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:44:14 #160 DONE 0.1s 02:44:14 02:44:14 #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:44:14 #161 DONE 0.2s 02:44:14 02:44:14 #162 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:44:14 #162 DONE 0.1s 02:44:14 02:44:14 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:44:14 #152 ... 02:44:14 02:44:14 #163 [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:44:14 #163 DONE 0.0s 02:44:14 02:44:14 #164 [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:44:14 #164 DONE 0.1s 02:44:14 02:44:14 #165 [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:44:14 #165 DONE 0.1s 02:44:14 02:44:14 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:44:14 #152 ... 02:44:14 02:44:14 #166 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:44:14 #166 DONE 0.2s 02:44:14 02:44:14 #167 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:44:14 #167 DONE 1.1s 02:44:14 02:44:14 #168 [security-bootstrapper] exporting to image 02:44:14 #168 exporting layers 02:44:14 #168 exporting layers 0.5s done 02:44:14 #168 writing image sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done 02:44:14 #168 naming to docker.io/library/security-bootstrapper done 02:44:14 #168 DONE 0.5s 02:44:14 02:44:14 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:44:14 #155 ... 02:44:14 02:44:14 #156 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:44:14 #156 DONE 102.3s 02:44:14 02:44:14 #169 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:44:14 #169 DONE 0.1s 02:44:14 02:44:14 #170 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:44:14 #170 DONE 0.0s 02:44:14 02:44:14 #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:44:14 #171 DONE 0.1s 02:44:14 02:44:14 #172 [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:44:14 #172 DONE 0.0s 02:44:14 02:44:14 #173 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:44:14 #173 DONE 0.1s 02:44:14 02:44:14 #174 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:44:14 #174 DONE 0.8s 02:44:14 02:44:14 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:44:14 #155 ... 02:44:14 02:44:14 #175 [core-common-config-bootstrapper] exporting to image 02:44:14 #175 exporting layers 0.6s done 02:44:14 #175 writing image sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done 02:44:14 #175 naming to docker.io/library/core-common-config-bootstrapper done 02:44:14 #175 DONE 0.6s 02:44:14 02:44:14 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:44:14 547446be3368: Verifying Checksum 02:44:14 547446be3368: Download complete 02:44:14 c3105a71a48b: Verifying Checksum 02:44:14 c3105a71a48b: Download complete 02:44:14 d125d8839a47: Verifying Checksum 02:44:14 d125d8839a47: Download complete 02:44:14 c3106fc0e877: Download complete 02:44:14 0f093f025ec4: Verifying Checksum 02:44:14 0f093f025ec4: Download complete 02:44:15 547446be3368: Pull complete 02:44:16 d125d8839a47: Pull complete 02:44:16 3e85d5ac6304: Verifying Checksum 02:44:16 3e85d5ac6304: Download complete 02:44:26 3e85d5ac6304: Pull complete 02:44:26 c3105a71a48b: Pull complete 02:44:27 0f093f025ec4: Pull complete 02:44:27 c3106fc0e877: Pull complete 02:44:27 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:44:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:44:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:44:27 prd-ubuntu20.04-docker-arm64-4c-16g-8971 does not seem to be running inside a container 02:44:27 $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 02:44:29 $ docker top d5ed88fd146d2fa652017d16b30d24ec30c8e9bc18cb92d61a6a706ca13dfb47 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:30 + docker compose -f ./docker-compose-build.yml build --parallel 02:44:40 #1 [security-bootstrapper internal] load build definition from Dockerfile 02:44:40 #1 transferring dockerfile: 3.02kB done 02:44:40 #1 DONE 0.1s 02:44:40 02:44:40 #2 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:44:40 #2 transferring dockerfile: 1.89kB done 02:44:40 #2 DONE 0.0s 02:44:40 02:44:40 #3 [support-notifications internal] load build definition from Dockerfile 02:44:40 #3 transferring dockerfile: 2.00kB done 02:44:40 #3 DONE 0.1s 02:44:40 02:44:40 #4 [core-data internal] load build definition from Dockerfile 02:44:40 #4 transferring dockerfile: 2.04kB 0.0s done 02:44:40 #4 DONE 0.1s 02:44:40 02:44:40 #5 [support-scheduler internal] load build definition from Dockerfile 02:44:40 #5 transferring dockerfile: 1.83kB done 02:44:40 #5 DONE 0.1s 02:44:40 02:44:40 #6 [security-spire-agent internal] load build definition from Dockerfile 02:44:40 #6 transferring dockerfile: 1.81kB done 02:44:40 #6 DONE 0.1s 02:44:41 02:44:41 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:44:41 #7 transferring dockerfile: 2.23kB 0.0s done 02:44:41 #7 DONE 0.1s 02:44:41 02:44:41 #8 [security-spire-server internal] load build definition from Dockerfile 02:44:41 #8 transferring dockerfile: 1.70kB done 02:44:41 #8 DONE 0.1s 02:44:41 02:44:41 #9 [security-proxy-auth internal] load build definition from Dockerfile 02:44:41 #9 transferring dockerfile: 2.14kB done 02:44:41 #9 DONE 0.1s 02:44:41 02:44:41 #10 [security-proxy-setup internal] load build definition from Dockerfile 02:44:41 #10 transferring dockerfile: 2.50kB done 02:44:41 #10 DONE 0.1s 02:44:41 02:44:41 #11 [core-keeper internal] load build definition from Dockerfile 02:44:41 #11 transferring dockerfile: 2.01kB 0.0s done 02:44:41 #11 DONE 0.1s 02:44:41 02:44:41 #12 [security-spire-config internal] load build definition from Dockerfile 02:44:41 #12 transferring dockerfile: 1.69kB 0.0s done 02:44:41 #12 DONE 0.1s 02:44:41 02:44:41 #13 [core-command internal] load build definition from Dockerfile 02:44:41 #13 transferring dockerfile: 1.94kB done 02:44:41 #13 DONE 0.1s 02:44:41 02:44:41 #14 [security-secretstore-setup internal] load build definition from Dockerfile 02:44:41 #14 transferring dockerfile: 2.49kB done 02:44:41 #14 DONE 0.1s 02:44:41 02:44:41 #15 [core-metadata internal] load build definition from Dockerfile 02:44:41 #15 transferring dockerfile: 2.10kB 0.0s done 02:44:41 #15 DONE 0.1s 02:44:41 02:44:41 #16 [security-bootstrapper internal] load .dockerignore 02:44:41 #16 transferring context: 50B 0.0s done 02:44:41 #16 DONE 0.1s 02:44:42 02:44:42 #17 [security-spiffe-token-provider internal] load .dockerignore 02:44:42 #17 ... 02:44:42 02:44:42 #18 [security-spire-config internal] load .dockerignore 02:44:42 #18 DONE 0.0s 02:44:42 02:44:42 #19 [security-secretstore-setup internal] load .dockerignore 02:44:43 #19 ... 02:44:43 02:44:43 #20 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:43 #20 DONE 0.0s 02:44:43 02:44:43 #21 [core-command internal] load .dockerignore 02:44:44 #21 ... 02:44:44 02:44:44 #17 [security-spiffe-token-provider internal] load .dockerignore 02:44:44 #17 transferring context: 50B done 02:44:44 #17 DONE 1.5s 02:44:44 02:44:44 #22 [support-notifications internal] load .dockerignore 02:44:44 #22 transferring context: 50B done 02:44:44 #22 DONE 1.4s 02:44:44 02:44:44 #23 [core-data internal] load .dockerignore 02:44:44 #23 transferring context: 50B 0.0s done 02:44:44 #23 DONE 1.6s 02:44:44 02:44:44 #24 [support-scheduler internal] load .dockerignore 02:44:44 #24 transferring context: 50B done 02:44:44 #24 DONE 1.6s 02:44:44 02:44:44 #20 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:44 #20 DONE 0.0s 02:44:44 02:44:44 #25 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 02:44:44 #25 DONE 1.1s 02:44:44 02:44:44 #26 [security-proxy-setup internal] load .dockerignore 02:44:44 #26 transferring context: 50B 0.0s done 02:44:44 #26 DONE 1.5s 02:44:44 02:44:44 #27 [security-spire-agent internal] load .dockerignore 02:44:44 #27 transferring context: 50B 0.0s done 02:44:44 #27 DONE 1.7s 02:44:44 02:44:44 #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 ... 02:44:44 02:44:44 #29 [security-spire-server internal] load .dockerignore 02:44:44 #29 transferring context: 50B done 02:44:44 #29 DONE 1.7s 02:44:44 02:44:44 #20 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:44 #20 DONE 0.0s 02:44:44 02:44:44 #25 [core-data internal] load metadata for docker.io/library/alpine:3.20 02:44:44 #25 DONE 1.1s 02:44:44 02:44:44 #28 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:44 #28 ... 02:44:44 02:44:44 #30 [security-proxy-auth internal] load .dockerignore 02:44:44 #30 transferring context: 50B done 02:44:44 #30 DONE 1.8s 02:44:44 02:44:44 #31 [core-common-config-bootstrapper internal] load .dockerignore 02:44:44 #31 transferring context: 50B 0.0s done 02:44:44 #31 DONE 1.8s 02:44:44 02:44:44 #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:44 #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:44:44 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.10MB / 4.09MB 0.2s 02:44:44 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:44:44 #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:44:44 #28 ... 02:44:44 02:44:44 #21 [core-command internal] load .dockerignore 02:44:44 #21 transferring context: 50B 0.0s done 02:44:44 #21 DONE 1.7s 02:44:44 02:44:44 #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s 02:44:44 #28 ... 02:44:44 02:44:44 #32 [core-keeper internal] load .dockerignore 02:44:44 #32 transferring context: 50B 0.0s done 02:44:44 #32 DONE 1.9s 02:44:44 02:44:44 #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:44 #28 ... 02:44:44 02:44:44 #18 [security-spire-config internal] load .dockerignore 02:44:44 #18 transferring context: 50B 0.0s done 02:44:44 #18 DONE 1.9s 02:44:44 02:44:44 #20 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:44 #20 DONE 0.0s 02:44:44 02:44:44 #28 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:44 #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 02:44:44 #28 ... 02:44:44 02:44:44 #33 [core-metadata internal] load .dockerignore 02:44:44 #33 transferring context: 50B 0.0s done 02:44:44 #33 DONE 2.0s 02:44:44 02:44:44 #25 [support-scheduler internal] load metadata for docker.io/library/alpine:3.20 02:44:44 #25 DONE 1.2s 02:44:44 02:44:44 #28 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:44 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:44 #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:44:44 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:44 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:44:44 #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:44:45 #28 ... 02:44:45 02:44:45 #19 [security-secretstore-setup internal] load .dockerignore 02:44:45 #19 transferring context: 50B 0.0s done 02:44:45 #19 DONE 2.1s 02:44:45 02:44:45 #34 [security-bootstrapper internal] load build context 02:44:45 #34 ... 02:44:45 02:44:45 #25 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:44:45 #25 DONE 1.6s 02:44:45 02:44:45 #34 [security-bootstrapper internal] load build context 02:44:46 #34 ... 02:44:46 02:44:46 #20 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:46 #20 DONE 0.0s 02:44:46 02:44:46 #34 [security-bootstrapper internal] load build context 02:44:46 #34 transferring context: 3.36MB 2.0s done 02:44:46 #34 ... 02:44:46 02:44:46 #25 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.20 02:44:46 #25 DONE 2.1s 02:44:46 02:44:46 #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:44:46 #35 DONE 1.6s 02:44:46 02:44:46 #36 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:44:46 #36 DONE 1.7s 02:44:46 02:44:46 #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:46 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:46 #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:44:46 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:46 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:44:46 #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:44:47 #28 ... 02:44:47 02:44:47 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:47 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:44:47 #37 DONE 0.1s 02:44:47 02:44:47 #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:47 #28 ... 02:44:47 02:44:47 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:47 #38 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.2s done 02:44:47 #38 DONE 0.2s 02:44:47 02:44:47 #39 [support-notifications internal] load build context 02:44:47 #39 transferring context: 3.36MB 2.0s done 02:44:47 #39 DONE 2.9s 02:44:47 02:44:47 #34 [security-bootstrapper internal] load build context 02:44:47 #34 DONE 3.0s 02:44:47 02:44:47 #28 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:47 #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done 02:44:47 #28 ... 02:44:47 02:44:47 #40 [core-data internal] load build context 02:44:47 #40 transferring context: 3.36MB 2.2s done 02:44:47 #40 DONE 2.9s 02:44:47 02:44:47 #41 [security-spiffe-token-provider internal] load build context 02:44:47 #41 transferring context: 3.36MB 2.1s done 02:44:47 #41 DONE 3.0s 02:44:47 02:44:47 #20 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:47 #20 DONE 0.0s 02:44:47 02:44:47 #42 [support-scheduler internal] load build context 02:44:47 #42 transferring context: 3.36MB 1.6s done 02:44:47 #42 DONE 2.5s 02:44:47 02:44:47 #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:47 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:44:47 #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:44:47 #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:44:47 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:44:47 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:44:47 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 02:44:47 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:44:47 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0B / 33.17MB 0.4s 02:44:47 #37 ... 02:44:47 02:44:47 #20 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:47 #20 DONE 0.0s 02:44:47 02:44:47 #36 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:44:47 #36 DONE 2.2s 02:44:48 02:44:48 #20 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:48 #20 DONE 0.1s 02:44:48 02:44:48 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:48 #38 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:44:48 #38 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:44:48 #38 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:44:48 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:44:48 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:44:48 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:44:48 #38 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.5s 02:44:48 #38 ... 02:44:48 02:44:48 #25 [core-command internal] load metadata for docker.io/library/alpine:3.20 02:44:48 #25 DONE 2.6s 02:44:48 02:44:48 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:48 #38 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.5s done 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 0.7s 02:44:48 #38 ... 02:44:48 02:44:48 #20 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:48 #20 DONE 0.1s 02:44:48 02:44:48 #43 [security-spire-agent internal] load build context 02:44:48 #43 transferring context: 23.33kB 0.1s done 02:44:48 #43 DONE 1.1s 02:44:48 02:44:48 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 3.15MB / 14.28MB 0.8s 02:44:48 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 02:44:48 #38 ... 02:44:48 02:44:48 #25 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 02:44:48 #25 DONE 2.7s 02:44:48 02:44:48 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 1.0s 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.72MB / 14.28MB 1.1s 02:44:48 #38 ... 02:44:48 02:44:48 #25 [security-spire-config internal] load metadata for docker.io/library/alpine:3.20 02:44:48 #25 DONE 2.9s 02:44:48 02:44:48 #28 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:48 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:48 #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:44:48 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:48 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:44:48 #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:44:48 #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done 02:44:48 #28 DONE 5.1s 02:44:48 02:44:48 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.51MB / 14.28MB 1.2s 02:44:48 #38 ... 02:44:48 02:44:48 #20 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:48 #20 DONE 0.1s 02:44:48 02:44:48 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:44:48 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.4s 02:44:49 #38 ... 02:44:49 02:44:49 #20 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:44:49 #20 DONE 0.1s 02:44:49 02:44:49 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:44:49 #44 ... 02:44:49 02:44:49 #45 [security-proxy-setup internal] load build context 02:44:49 #45 transferring context: 3.36MB 1.2s done 02:44:49 #45 DONE 2.9s 02:44:49 02:44:49 #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:44:49 #36 DONE 3.5s 02:44:49 02:44:49 #46 [security-spire-server internal] load build context 02:44:49 #46 transferring context: 23.80kB 0.1s done 02:44:49 #46 DONE 1.8s 02:44:49 02:44:49 #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:49 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:44:49 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:44:49 #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:44:49 #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:44:49 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:44:49 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:44:49 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 02:44:49 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:44:49 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 17.83MB / 33.17MB 2.5s 02:44:49 #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:44:49 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 02:44:49 #37 ... 02:44:49 02:44:49 #28 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:49 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:49 #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:44:49 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:49 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:44:49 #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:44:49 #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done 02:44:49 #28 DONE 5.1s 02:44:49 02:44:49 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:49 #37 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:44:49 #37 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:44:49 #37 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:44:49 #37 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:44:49 #37 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:44:49 #37 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:44:49 #37 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 02:44:49 #37 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.1s done 02:44:49 #37 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.0s done 02:44:49 #37 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 02:44:49 #37 ... 02:44:49 02:44:49 #28 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 02:44:49 #28 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 02:44:49 #28 sha256:c88e9dceb6cb27375588cb8dfe6a3c354d96aa79348c95ec77dfc71fbfb63b6f 597B / 597B done 02:44:49 #28 sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 4.09MB / 4.09MB 0.3s done 02:44:49 #28 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 02:44:49 #28 sha256:12d60bc2651acf125ddc54ce76e4a3fedcad94778a90904800e26b72b80918a8 1.02kB / 1.02kB done 02:44:49 #28 extracting sha256:13e713f825654e9e4f57146ec84918d478434f708d4d3d9d18d0e7ba2be56801 2.5s done 02:44:49 #28 DONE 5.1s 02:44:49 02:44:49 #25 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.20 02:44:49 #25 DONE 4.2s 02:44:49 02:44:49 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:49 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 2.7s 02:44:50 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 2.9s 02:44:50 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.0s 02:44:50 #37 ... 02:44:50 02:44:50 #47 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:44:50 #47 DONE 7.1s 02:44:50 02:44:50 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:50 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 29.36MB / 33.17MB 3.1s 02:44:50 #37 ... 02:44:50 02:44:50 #48 [core-common-config-bootstrapper internal] load build context 02:44:50 #48 transferring context: 3.36MB 1.5s done 02:44:50 #48 DONE 2.5s 02:44:50 02:44:50 #49 [security-proxy-auth internal] load build context 02:44:50 #49 transferring context: 3.36MB 1.5s done 02:44:50 #49 DONE 2.5s 02:44:50 02:44:50 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:50 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.4s 02:44:50 #37 ... 02:44:50 02:44:50 #50 [core-command internal] load build context 02:44:50 #50 transferring context: 3.36MB 1.7s done 02:44:50 #50 DONE 2.6s 02:44:50 02:44:50 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:51 #37 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 3.6s done 02:44:52 #37 ... 02:44:52 02:44:52 #51 [core-keeper builder 2/7] WORKDIR /edgex-go 02:44:52 #51 DONE 2.3s 02:44:52 02:44:52 #52 [security-spire-config internal] load build context 02:44:52 #52 transferring context: 22.05kB 0.2s done 02:44:52 #52 DONE 2.0s 02:44:52 02:44:52 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:53 #53 ... 02:44:53 02:44:53 #54 [core-keeper internal] load build context 02:44:53 #54 transferring context: 3.36MB 3.0s done 02:44:53 #54 DONE 5.5s 02:44:53 02:44:53 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:53 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 0.7s 02:44:55 #37 ... 02:44:55 02:44:55 #55 [core-metadata internal] load build context 02:44:55 #55 transferring context: 3.36MB 4.1s done 02:44:55 #55 DONE 5.9s 02:44:55 02:44:55 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:56 #37 ... 02:44:56 02:44:56 #56 [security-secretstore-setup internal] load build context 02:44:56 #56 transferring context: 3.36MB 4.6s done 02:44:56 #56 DONE 6.3s 02:44:56 02:44:56 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:59 #37 ... 02:44:59 02:44:59 #57 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:44:59 #0 8.645 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:44:59 #0 9.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:44:59 #57 ... 02:44:59 02:44:59 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:44:59 #37 ... 02:44:59 02:44:59 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:44:59 #0 7.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:44:59 #0 7.655 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:44:59 #0 9.830 (1/2) Installing dumb-init (1.2.5-r3) 02:44:59 #0 9.860 (2/2) Installing su-exec (0.2-r3) 02:44:59 #0 9.947 Executing busybox-1.36.1-r29.trigger 02:44:59 #0 9.991 OK: 9 MiB in 16 packages 02:44:59 #58 ... 02:44:59 02:44:59 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:44:59 #59 10.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:44:59 #59 ... 02:44:59 02:44:59 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:44:59 #60 ... 02:44:59 02:44:59 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:44:59 #61 ... 02:44:59 02:44:59 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:44:59 #0 9.299 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:44:59 #0 9.991 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:44:59 #62 ... 02:44:59 02:44:59 #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:44:59 #63 ... 02:44:59 02:44:59 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:00 #64 ... 02:45:00 02:45:00 #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:45:00 #58 DONE 11.0s 02:45:00 02:45:00 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:45:00 #38 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.7s done 02:45:00 #38 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:45:00 #38 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 10.1s 02:45:00 #38 ... 02:45:00 02:45:00 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:45:00 #65 ... 02:45:00 02:45:00 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:45:00 #66 ... 02:45:00 02:45:00 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:45:00 #38 ... 02:45:00 02:45:00 #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:00 #64 DONE 11.6s 02:45:00 02:45:00 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:45:02 #38 ... 02:45:02 02:45:02 #57 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:45:02 #57 12.30 (1/1) Installing dumb-init (1.2.5-r3) 02:45:02 #57 12.30 Executing busybox-1.36.1-r29.trigger 02:45:02 #57 12.46 OK: 9 MiB in 15 packages 02:45:02 #57 DONE 13.7s 02:45:02 02:45:02 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:45:02 #38 ... 02:45:02 02:45:02 #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:45:02 #67 ... 02:45:02 02:45:02 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:45:02 #68 ... 02:45:02 02:45:02 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:45:02 #69 ... 02:45:02 02:45:02 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:45:02 #70 ... 02:45:02 02:45:02 #71 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:45:02 #71 ... 02:45:02 02:45:02 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:45:04 #72 ... 02:45:04 02:45:04 #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:45:04 #59 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:04 #59 14.03 (1/1) Installing dumb-init (1.2.5-r3) 02:45:04 #59 14.08 Executing busybox-1.36.1-r29.trigger 02:45:04 #59 14.20 OK: 9 MiB in 15 packages 02:45:04 #59 DONE 15.5s 02:45:04 02:45:04 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:45:05 #73 ... 02:45:05 02:45:05 #62 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:45:05 #62 12.84 (1/3) Installing ca-certificates (20250619-r0) 02:45:05 #62 13.06 (2/3) Installing dumb-init (1.2.5-r3) 02:45:05 #62 13.08 (3/3) Installing tzdata (2025b-r0) 02:45:05 #62 13.98 Executing busybox-1.36.1-r29.trigger 02:45:05 #62 14.07 Executing ca-certificates-20250619-r0.trigger 02:45:05 #62 14.98 OK: 11 MiB in 17 packages 02:45:05 #62 DONE 16.5s 02:45:05 02:45:05 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:45:06 #74 ... 02:45:06 02:45:06 #38 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:45:06 #38 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.1s done 02:45:06 #38 DONE 19.5s 02:45:06 02:45:06 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:45:06 #66 16.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:08 #66 ... 02:45:08 02:45:08 #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:08 #53 DONE 16.3s 02:45:08 02:45:08 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:45:08 #66 17.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:09 #66 ... 02:45:09 02:45:09 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:09 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.0s 02:45:09 #37 ... 02:45:09 02:45:09 #71 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:45:09 #71 17.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:10 #71 ... 02:45:10 02:45:10 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:45:10 #75 ... 02:45:10 02:45:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:10 #37 ... 02:45:10 02:45:10 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:45:10 #76 ... 02:45:10 02:45:10 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:11 #37 ... 02:45:11 02:45:11 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:45:11 #60 12.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:11 #60 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:11 #60 17.14 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:45:11 #60 17.14 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:45:11 #60 17.14 OK: 24052 distinct packages available 02:45:11 #60 18.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:11 #60 19.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:11 #60 ... 02:45:11 02:45:11 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:12 #37 ... 02:45:12 02:45:12 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:45:12 #44 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:12 #44 14.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:12 #44 19.63 (1/7) Installing ca-certificates (20250619-r0) 02:45:12 #44 19.95 (2/7) Installing dumb-init (1.2.5-r3) 02:45:12 #44 20.05 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:45:12 #44 20.09 (4/7) Installing libsodium (1.0.19-r0) 02:45:12 #44 20.13 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:45:12 #44 20.52 (6/7) Installing libzmq (4.3.5-r2) 02:45:12 #44 20.70 (7/7) Installing zeromq (4.3.5-r2) 02:45:12 #44 20.74 Executing busybox-1.36.1-r29.trigger 02:45:12 #44 20.98 Executing ca-certificates-20250619-r0.trigger 02:45:12 #44 22.26 OK: 14 MiB in 21 packages 02:45:12 #44 ... 02:45:12 02:45:12 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:12 #37 ... 02:45:12 02:45:12 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:45:12 #61 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:12 #61 14.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:12 #61 20.44 (1/4) Installing dumb-init (1.2.5-r3) 02:45:12 #61 20.48 (2/4) Installing openssl (3.3.4-r0) 02:45:12 #61 20.61 (3/4) Installing su-exec (0.2-r3) 02:45:12 #61 20.66 (4/4) Installing yq-go (4.44.1-r2) 02:45:12 #61 22.31 Executing busybox-1.36.1-r29.trigger 02:45:12 #61 22.50 OK: 20 MiB in 18 packages 02:45:13 #61 ... 02:45:13 02:45:13 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:13 #37 ... 02:45:13 02:45:13 #44 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:45:13 #44 DONE 24.2s 02:45:13 02:45:13 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:14 #37 ... 02:45:14 02:45:14 #61 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:45:14 #61 DONE 25.0s 02:45:14 02:45:14 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:14 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 21.1s 02:45:15 #37 ... 02:45:15 02:45:15 #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:45:15 #63 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:15 #63 17.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:15 #63 ... 02:45:15 02:45:15 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:16 #37 ... 02:45:16 02:45:16 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:45:16 #70 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:16 #70 15.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:16 #70 ... 02:45:16 02:45:16 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:45:16 #65 15.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:16 #65 16.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:16 #65 ... 02:45:16 02:45:16 #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:45:17 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.2s done 02:45:17 #37 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.2s done 02:45:17 #37 DONE 30.5s 02:45:17 02:45:17 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:45:17 #70 24.64 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:45:17 #70 24.64 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:45:17 #70 24.64 OK: 24052 distinct packages available 02:45:18 #70 ... 02:45:18 02:45:18 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:45:18 #68 15.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:18 #68 18.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:18 #68 ... 02:45:18 02:45:18 #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:45:18 #63 28.65 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:45:18 #63 28.66 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:45:18 #63 28.66 OK: 24052 distinct packages available 02:45:18 #63 ... 02:45:18 02:45:18 #67 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:45:18 #67 16.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:18 #67 18.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:18 #67 ... 02:45:18 02:45:18 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:45:18 #0 4.586 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:18 #0 7.109 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:18 #77 ... 02:45:18 02:45:18 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:45:18 #70 26.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:18 #70 ... 02:45:18 02:45:18 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:45:18 #69 16.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:18 #69 18.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:19 #69 ... 02:45:19 02:45:19 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:45:19 #66 28.88 (1/4) Installing ca-certificates (20250619-r0) 02:45:19 #66 29.26 (2/4) Installing dumb-init (1.2.5-r3) 02:45:19 #66 29.30 (3/4) Installing su-exec (0.2-r3) 02:45:19 #66 29.33 (4/4) Installing yq-go (4.44.1-r2) 02:45:20 #66 30.35 Executing busybox-1.36.1-r29.trigger 02:45:20 #66 30.48 Executing ca-certificates-20250619-r0.trigger 02:45:20 #66 ... 02:45:20 02:45:20 #71 [core-command builder 3/7] RUN apk add --update --no-cache make git 02:45:20 #71 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:20 #71 28.10 OK: 239 MiB in 58 packages 02:45:21 #71 ... 02:45:21 02:45:21 #72 [core-command stage-1 3/9] RUN apk --no-cache upgrade 02:45:21 #72 9.044 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:21 #72 10.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:21 #72 ... 02:45:21 02:45:21 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:45:21 #76 10.32 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:21 #76 11.99 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:21 #76 ... 02:45:21 02:45:21 #68 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:45:21 #68 28.04 OK: 239 MiB in 58 packages 02:45:21 #68 DONE 29.4s 02:45:21 02:45:21 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:45:21 #60 29.76 (1/14) Installing ca-certificates (20250619-r0) 02:45:21 #60 30.16 (2/14) Installing brotli-libs (1.1.0-r2) 02:45:21 #60 30.31 (3/14) Installing c-ares (1.33.1-r0) 02:45:21 #60 30.32 (4/14) Installing libunistring (1.2-r0) 02:45:21 #60 30.52 (5/14) Installing libidn2 (2.3.7-r0) 02:45:21 #60 30.55 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:45:21 #60 30.59 (7/14) Installing libpsl (0.21.5-r1) 02:45:21 #60 30.64 (8/14) Installing zstd-libs (1.5.6-r0) 02:45:21 #60 30.76 (9/14) Installing libcurl (8.12.1-r0) 02:45:21 #60 30.84 (10/14) Installing curl (8.12.1-r0) 02:45:21 #60 30.86 (11/14) Installing dumb-init (1.2.5-r3) 02:45:21 #60 30.91 (12/14) Installing musl-obstack (1.2.3-r2) 02:45:21 #60 30.91 (13/14) Installing libucontext (1.2-r3) 02:45:21 #60 30.93 (14/14) Installing gcompat (1.1.0-r4) 02:45:21 #60 31.03 Executing busybox-1.36.1-r29.trigger 02:45:21 #60 31.12 Executing ca-certificates-20250619-r0.trigger 02:45:21 #60 31.86 OK: 15 MiB in 28 packages 02:45:21 #60 ... 02:45:21 02:45:21 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:45:21 #75 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:21 #75 13.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:21 #75 ... 02:45:21 02:45:21 #71 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:45:21 #71 DONE 29.8s 02:45:21 02:45:21 #78 [core-data builder 4/7] COPY go.mod vendor* ./ 02:45:21 #78 ... 02:45:21 02:45:21 #67 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:45:21 #67 28.22 OK: 239 MiB in 58 packages 02:45:21 #67 DONE 30.6s 02:45:21 02:45:21 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:45:22 #79 ... 02:45:22 02:45:22 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:45:22 #73 7.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:22 #73 9.689 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:22 #73 ... 02:45:22 02:45:22 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:45:22 #66 31.95 OK: 20 MiB in 18 packages 02:45:22 #66 ... 02:45:22 02:45:22 #78 [core-data builder 4/7] COPY go.mod vendor* ./ 02:45:22 #78 DONE 1.0s 02:45:22 02:45:22 #80 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:45:22 #80 DONE 1.2s 02:45:22 02:45:22 #69 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:45:22 #69 28.53 OK: 239 MiB in 58 packages 02:45:22 #69 DONE 30.7s 02:45:22 02:45:22 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:45:23 #81 ... 02:45:23 02:45:23 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:45:23 #74 7.318 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:23 #74 9.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:23 #74 ... 02:45:23 02:45:23 #79 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:45:23 #79 DONE 1.3s 02:45:23 02:45:23 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:45:23 #73 18.61 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:23 #73 ... 02:45:23 02:45:23 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:45:23 #0 3.801 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:23 #0 5.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:23 #82 ... 02:45:23 02:45:23 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:45:23 #73 18.99 Executing busybox-1.36.1-r30.post-upgrade 02:45:23 #73 19.40 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:24 #73 ... 02:45:24 02:45:24 #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:45:24 #60 DONE 35.0s 02:45:24 02:45:24 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:45:24 #73 19.43 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:24 #73 19.52 Executing busybox-1.36.1-r30.trigger 02:45:24 #73 19.62 OK: 9 MiB in 15 packages 02:45:24 #73 ... 02:45:24 02:45:24 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:45:24 #0 3.543 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:24 #0 4.857 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:24 #83 ... 02:45:24 02:45:24 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:45:24 #74 18.41 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:24 #74 18.79 Executing busybox-1.36.1-r30.post-upgrade 02:45:24 #74 ... 02:45:24 02:45:24 #81 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:45:24 #81 DONE 1.6s 02:45:24 02:45:24 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:25 #84 ... 02:45:25 02:45:25 #66 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:45:25 #66 DONE 35.1s 02:45:25 02:45:25 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:45:25 #74 19.65 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:25 #74 19.65 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:25 #74 19.73 Executing busybox-1.36.1-r30.trigger 02:45:25 #74 20.00 OK: 11 MiB in 17 packages 02:45:27 #74 ... 02:45:27 02:45:27 #73 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:45:27 #73 DONE 22.3s 02:45:27 02:45:27 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:45:27 #77 18.45 OK: 239 MiB in 58 packages 02:45:27 #77 ... 02:45:27 02:45:27 #72 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:45:27 #72 21.40 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:27 #72 21.73 Executing busybox-1.36.1-r30.post-upgrade 02:45:27 #72 22.70 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:27 #72 22.70 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:27 #72 22.71 Executing busybox-1.36.1-r30.trigger 02:45:27 #72 22.78 OK: 9 MiB in 15 packages 02:45:27 #72 DONE 25.6s 02:45:27 02:45:27 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:45:27 #65 27.49 v3.20.7-82-gd9d88837142 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:45:27 #65 27.49 v3.20.7-78-g8876840f6ff [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:45:27 #65 27.49 OK: 24052 distinct packages available 02:45:27 #65 29.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:27 #65 30.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:27 #65 ... 02:45:27 02:45:27 #74 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:45:27 #74 DONE 22.3s 02:45:27 02:45:27 #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:45:27 #75 23.78 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:27 #75 24.06 Executing busybox-1.36.1-r30.post-upgrade 02:45:27 #75 25.01 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:27 #75 25.02 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:27 #75 25.03 Executing busybox-1.36.1-r30.trigger 02:45:27 #75 25.17 OK: 9 MiB in 16 packages 02:45:28 #75 DONE 28.6s 02:45:28 02:45:28 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:45:28 #77 DONE 20.4s 02:45:28 02:45:28 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:45:28 #76 24.16 (1/1) Installing dumb-init (1.2.5-r3) 02:45:28 #76 25.12 Executing busybox-1.36.1-r29.trigger 02:45:28 #76 25.36 OK: 9 MiB in 15 packages 02:45:29 #76 ... 02:45:29 02:45:29 #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:45:29 #63 29.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:29 #63 31.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:29 #63 39.68 (1/5) Installing dumb-init (1.2.5-r3) 02:45:29 #63 39.75 (2/5) Installing musl-obstack (1.2.3-r2) 02:45:29 #63 39.80 (3/5) Installing libucontext (1.2-r3) 02:45:29 #63 39.80 (4/5) Installing gcompat (1.1.0-r4) 02:45:29 #63 39.80 (5/5) Installing openssl (3.3.4-r0) 02:45:29 #63 39.83 Executing busybox-1.36.1-r29.trigger 02:45:29 #63 39.95 OK: 10 MiB in 19 packages 02:45:29 #63 ... 02:45:29 02:45:29 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:45:29 #85 ... 02:45:29 02:45:29 #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:45:29 #76 DONE 28.6s 02:45:29 02:45:29 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:45:29 #83 15.00 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:29 #83 15.19 Executing busybox-1.36.1-r30.post-upgrade 02:45:30 #83 15.66 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:30 #83 15.72 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:30 #83 15.73 Executing busybox-1.36.1-r30.trigger 02:45:30 #83 15.82 OK: 20 MiB in 18 packages 02:45:30 #83 ... 02:45:30 02:45:30 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:45:30 #70 28.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:30 #70 37.59 OK: 239 MiB in 58 packages 02:45:30 #70 ... 02:45:30 02:45:30 #86 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:45:30 #86 DONE 1.5s 02:45:30 02:45:30 #63 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:45:30 #63 DONE 41.2s 02:45:30 02:45:30 #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:45:30 #87 ... 02:45:30 02:45:30 #70 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:45:30 #70 DONE 38.7s 02:45:30 02:45:30 #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:45:31 #88 ... 02:45:31 02:45:31 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:45:31 #83 DONE 17.0s 02:45:31 02:45:31 #65 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:45:31 #65 39.95 (1/4) Installing dumb-init (1.2.5-r3) 02:45:31 #65 39.95 (2/4) Installing musl-obstack (1.2.3-r2) 02:45:31 #65 39.95 (3/4) Installing libucontext (1.2-r3) 02:45:31 #65 39.95 (4/4) Installing gcompat (1.1.0-r4) 02:45:31 #65 39.97 Executing busybox-1.36.1-r29.trigger 02:45:31 #65 40.10 OK: 9 MiB in 18 packages 02:45:31 #65 DONE 41.0s 02:45:31 02:45:31 #82 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:45:31 #82 16.22 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:31 #82 16.34 Executing busybox-1.36.1-r30.post-upgrade 02:45:31 #82 16.82 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:31 #82 16.82 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:31 #82 16.83 Executing busybox-1.36.1-r30.trigger 02:45:31 #82 16.89 OK: 14 MiB in 21 packages 02:45:31 #82 DONE 18.1s 02:45:31 02:45:31 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:45:31 #89 ... 02:45:31 02:45:31 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:45:31 #90 DONE 0.5s 02:45:31 02:45:31 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:32 #91 ... 02:45:32 02:45:32 #88 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:45:32 #88 DONE 1.8s 02:45:32 02:45:32 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:32 #92 ... 02:45:32 02:45:32 #93 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:33 #93 ... 02:45:33 02:45:33 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:33 #94 ... 02:45:33 02:45:33 #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:33 #95 ... 02:45:33 02:45:33 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:45:33 #0 8.942 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:33 #96 9.646 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:35 #155 ... 02:45:35 02:45:35 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:45:35 #153 176.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:45:35 #153 ... 02:45:35 02:45:35 #154 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:45:35 #154 DONE 179.9s 02:45:35 02:45:35 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:45:35 #149 DONE 179.8s 02:45:35 02:45:35 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #176 DONE 0.6s 02:45:35 02:45:35 #177 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #177 DONE 0.5s 02:45:35 02:45:35 #153 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:45:35 #153 DONE 180.7s 02:45:35 02:45:35 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:45:35 #178 ... 02:45:35 02:45:35 #179 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:45:35 #179 DONE 0.2s 02:45:35 02:45:35 #178 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:45:35 #178 DONE 0.2s 02:45:35 02:45:35 #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:45:35 #180 ... 02:45:35 02:45:35 #181 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:45:35 #181 DONE 0.2s 02:45:35 02:45:35 #182 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #182 DONE 0.2s 02:45:35 02:45:35 #183 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:45:35 #183 DONE 0.4s 02:45:35 02:45:35 #184 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:45:35 #184 DONE 0.4s 02:45:35 02:45:35 #152 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:45:35 #152 DONE 181.4s 02:45:35 02:45:35 #180 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:45:35 #180 DONE 0.6s 02:45:35 02:45:35 #185 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #185 DONE 0.3s 02:45:35 02:45:35 #186 [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:45:35 #186 DONE 0.4s 02:45:35 02:45:35 #187 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:45:35 #187 DONE 0.4s 02:45:35 02:45:35 #188 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:45:35 #188 DONE 0.4s 02:45:35 02:45:35 #189 [core-command] exporting to image 02:45:35 #189 exporting layers 02:45:35 #189 ... 02:45:35 02:45:35 #190 [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:45:35 #190 DONE 0.2s 02:45:35 02:45:35 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:45:35 #146 DONE 182.0s 02:45:35 02:45:35 #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:45:35 #191 DONE 0.2s 02:45:35 02:45:35 #189 [core-command] exporting to image 02:45:35 #189 exporting layers 0.1s done 02:45:35 #189 writing image sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done 02:45:35 #189 naming to docker.io/library/core-command 02:45:35 #189 naming to docker.io/library/core-command 0.1s done 02:45:35 #189 DONE 0.3s 02:45:35 02:45:35 #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:45:35 #192 DONE 0.4s 02:45:35 02:45:35 #193 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:45:35 #193 DONE 0.2s 02:45:35 02:45:35 #194 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:35 #194 DONE 0.6s 02:45:35 02:45:35 #195 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:45:35 #195 DONE 0.3s 02:45:35 02:45:35 #196 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #196 DONE 0.3s 02:45:35 02:45:35 #197 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:45:35 #197 DONE 0.3s 02:45:35 02:45:35 #198 [core-keeper] exporting to image 02:45:35 #198 exporting layers 0.1s done 02:45:35 #198 writing image sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done 02:45:35 #198 naming to docker.io/library/core-keeper done 02:45:35 #198 DONE 0.2s 02:45:35 02:45:35 #199 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:45:35 #199 DONE 0.1s 02:45:35 02:45:35 #200 [security-proxy-setup] exporting to image 02:45:35 #200 ... 02:45:35 02:45:35 #201 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:45:35 #201 DONE 0.3s 02:45:35 02:45:35 #202 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:45:35 #202 DONE 0.3s 02:45:35 02:45:35 #203 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:45:35 #203 DONE 0.2s 02:45:35 02:45:35 #204 [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:45:35 #204 DONE 0.1s 02:45:35 02:45:35 #205 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:35 #205 ... 02:45:35 02:45:35 #200 [security-proxy-setup] exporting to image 02:45:35 #200 exporting layers 0.4s done 02:45:35 #200 writing image sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done 02:45:35 #200 naming to docker.io/library/security-proxy-setup done 02:45:35 #200 DONE 0.5s 02:45:35 02:45:35 #206 [security-spiffe-token-provider] exporting to image 02:45:35 #206 exporting layers 0.3s done 02:45:35 #206 writing image sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done 02:45:35 #206 naming to docker.io/library/security-spiffe-token-provider done 02:45:35 #206 DONE 0.3s 02:45:35 02:45:35 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:45:35 #150 ... 02:45:35 02:45:35 #155 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:45:35 #155 DONE 184.0s 02:45:35 02:45:35 #148 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:45:35 #148 DONE 184.0s 02:45:35 02:45:35 #205 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:35 #205 DONE 1.0s 02:45:35 02:45:35 #207 [security-secretstore-setup] exporting to image 02:45:35 #207 ... 02:45:35 02:45:35 #208 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #208 DONE 0.0s 02:45:35 02:45:35 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:45:35 #147 DONE 184.3s 02:45:35 02:45:35 #209 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:45:35 #209 DONE 0.1s 02:45:35 02:45:35 #210 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #210 CACHED 02:45:35 02:45:35 #211 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:45:35 #211 CACHED 02:45:35 02:45:35 #207 [security-secretstore-setup] exporting to image 02:45:35 #207 exporting layers 0.4s done 02:45:35 #207 writing image sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 02:45:35 #207 writing image sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 0.2s done 02:45:35 #207 naming to docker.io/library/security-secretstore-setup 02:45:35 #207 naming to docker.io/library/security-secretstore-setup 0.0s done 02:45:35 #207 DONE 0.6s 02:45:35 02:45:35 #212 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:45:35 #212 DONE 0.3s 02:45:35 02:45:35 #213 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:45:35 #213 DONE 0.3s 02:45:35 02:45:35 #214 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #214 DONE 0.1s 02:45:35 02:45:35 #215 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:45:35 #215 DONE 0.1s 02:45:35 02:45:35 #216 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:45:35 #216 DONE 0.1s 02:45:35 02:45:35 #217 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:45:35 #217 DONE 0.1s 02:45:35 02:45:35 #218 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:45:35 #218 DONE 0.1s 02:45:35 02:45:35 #219 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:45:35 #219 ... 02:45:35 02:45:35 #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:45:35 #220 DONE 0.1s 02:45:35 02:45:35 #219 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:45:35 #219 DONE 0.2s 02:45:35 02:45:35 #221 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:45:35 #221 DONE 0.0s 02:45:35 02:45:35 #222 [core-metadata] exporting to image 02:45:35 #222 exporting layers 0.2s done 02:45:35 #222 writing image sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done 02:45:35 #222 naming to docker.io/library/core-metadata done 02:45:35 #222 DONE 0.2s 02:45:35 02:45:35 #223 [core-data] exporting to image 02:45:35 #223 exporting layers 0.1s done 02:45:35 #223 writing image sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 02:45:35 #223 writing image sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done 02:45:35 #223 naming to docker.io/library/core-data done 02:45:35 #223 DONE 0.2s 02:45:35 02:45:35 #224 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:45:35 #224 DONE 0.4s 02:45:35 02:45:35 #225 [security-proxy-auth] exporting to image 02:45:35 #225 exporting layers 0.8s done 02:45:35 #225 writing image sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done 02:45:35 #225 naming to docker.io/library/security-proxy-auth 0.0s done 02:45:35 #225 DONE 0.8s 02:45:35 02:45:35 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:45:35 #150 ... 02:45:35 02:45:35 #145 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:45:35 #145 DONE 186.6s 02:45:35 02:45:35 #226 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #226 DONE 0.0s 02:45:35 02:45:35 #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:45:35 #227 DONE 0.0s 02:45:35 02:45:35 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:45:35 #150 ... 02:45:35 02:45:35 #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:45:35 #228 DONE 0.3s 02:45:35 02:45:35 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:45:35 #150 ... 02:45:35 02:45:35 #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:45:35 #229 DONE 0.0s 02:45:35 02:45:35 #230 [support-scheduler] exporting to image 02:45:35 #230 exporting layers 0.2s done 02:45:35 #230 writing image sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done 02:45:35 #230 naming to docker.io/library/support-scheduler done 02:45:35 #230 DONE 0.2s 02:45:35 02:45:35 #150 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:45:35 #150 DONE 187.3s 02:45:35 02:45:35 #231 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:45:35 #231 DONE 0.0s 02:45:35 02:45:35 #232 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:45:35 #232 DONE 0.1s 02:45:35 02:45:35 #233 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:45:35 #233 DONE 0.1s 02:45:35 02:45:35 #234 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:45:35 #234 DONE 0.0s 02:45:35 02:45:35 #235 [support-notifications] exporting to image 02:45:35 #235 exporting layers 0.2s done 02:45:35 #235 writing image sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done 02:45:35 #235 naming to docker.io/library/support-notifications done 02:45:35 #235 DONE 0.2s 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:45:35 time="2025-09-17T02:41:28Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:45:35 $ docker stop --time=1 29dfe8240242a10e326497ea9ebd59a66f8eb84c81bd76a4d53eba9b9933bfbd 02:45:35 #96 ... 02:45:35 02:45:35 #97 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:45:35 #0 8.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:35 #0 9.901 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:35 #97 ... 02:45:35 02:45:35 #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:45:35 #87 5.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:35 #87 ... 02:45:35 02:45:35 #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:45:35 #85 DONE 7.1s 02:45:36 02:45:36 #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:45:36 #98 DONE 0.2s 02:45:36 02:45:36 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:36 #84 ... 02:45:36 02:45:36 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:45:36 #89 4.892 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:45:36 $ docker rm -f --volumes 29dfe8240242a10e326497ea9ebd59a66f8eb84c81bd76a4d53eba9b9933bfbd [Pipeline] // withDockerContainer [Pipeline] sh 02:45:37 #89 5.794 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:37 + docker images 02:45:37 REPOSITORY TAG IMAGE ID CREATED SIZE 02:45:37 support-notifications latest 389f227461a8 3 seconds ago 53.7MB 02:45:37 support-scheduler latest 3ae8647f2e38 3 seconds ago 50.1MB 02:45:37 core-data latest c4c2ed336fe3 5 seconds ago 46.4MB 02:45:37 security-proxy-auth latest 467b77bd69d2 5 seconds ago 45.5MB 02:45:37 core-metadata latest 183fbc6fa7e2 6 seconds ago 46.5MB 02:45:37 security-secretstore-setup latest 9f9843c87d49 6 seconds ago 80.6MB 02:45:37 security-spiffe-token-provider latest 294af049ca79 7 seconds ago 48.8MB 02:45:37 core-keeper latest 958b5f5f6758 8 seconds ago 45.3MB 02:45:37 security-proxy-setup latest ab62c959b0e6 8 seconds ago 49.9MB 02:45:37 core-command latest 95fb5799ea45 9 seconds ago 40.6MB 02:45:37 core-common-config-bootstrapper latest afa6770c668a About a minute ago 20.2MB 02:45:37 security-bootstrapper latest 6c3246e12570 About a minute ago 21.2MB 02:45:37 security-spire-agent latest b3d4ff04afa3 3 minutes ago 196MB 02:45:37 security-spire-server latest 339d47c54856 3 minutes ago 150MB 02:45:37 security-spire-config latest 472ff79211c5 3 minutes ago 150MB 02:45:37 ci-base-image-x86_64 latest a67d034d3b26 7 minutes ago 936MB 02:45:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine d619b1717253 6 weeks ago 580MB 02:45:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 3 months ago 573MB 02:45:37 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 02:45:37 provisioning config files... 02:45:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config3631364661356704906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:37 ---> ****-login.sh 02:45:37 nexus3.edgexfoundry.org:10001 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 Login Succeeded 02:45:37 nexus3.edgexfoundry.org:10002 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 Login Succeeded 02:45:37 nexus3.edgexfoundry.org:10003 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 Login Succeeded 02:45:37 nexus3.edgexfoundry.org:10004 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:37 Login Succeeded 02:45:37 ****.io 02:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:38 Login Succeeded 02:45:38 ---> ****-login.sh ends [Pipeline] } 02:45:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:45:38 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:45:38 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:38 latest 02:45:38 4.1.0-dev.62 02:45:38 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:38 main 02:45:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:38 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:38 + docker push nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:45:38 eabdae0dae5c: Preparing 02:45:38 e836ecc97a20: Preparing 02:45:38 45e670cc2da4: Preparing 02:45:38 41577b524d56: Preparing 02:45:38 f05229813285: Preparing 02:45:38 e7adab9d882e: Preparing 02:45:38 097100c76c15: Preparing 02:45:38 e7adab9d882e: Waiting 02:45:38 097100c76c15: Waiting 02:45:38 45e670cc2da4: Pushed 02:45:38 41577b524d56: Pushed 02:45:38 eabdae0dae5c: Pushed 02:45:38 097100c76c15: Layer already exists 02:45:39 #89 ... 02:45:39 02:45:39 #96 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:45:39 #96 13.55 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:39 #96 13.67 Executing busybox-1.36.1-r30.post-upgrade 02:45:39 #96 14.01 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:39 #96 14.02 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:39 #96 14.04 Executing busybox-1.36.1-r30.trigger 02:45:39 #96 14.11 OK: 15 MiB in 28 packages 02:45:39 #96 DONE 15.0s 02:45:39 f05229813285: Pushed 02:45:39 e7adab9d882e: Pushed 02:45:39 02:45:39 #87 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:45:39 #87 6.347 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:45:39 #87 9.670 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:40 #87 9.773 Executing busybox-1.36.1-r30.post-upgrade 02:45:40 #87 9.976 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:40 #87 9.983 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:40 #87 9.995 Executing busybox-1.36.1-r30.trigger 02:45:40 #87 10.08 OK: 10 MiB in 19 packages 02:45:41 #87 ... 02:45:41 02:45:41 #97 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:45:41 #97 14.31 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:41 #97 14.40 Executing busybox-1.36.1-r30.post-upgrade 02:45:41 #97 14.65 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:41 #97 14.66 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:41 #97 14.70 Executing busybox-1.36.1-r30.trigger 02:45:41 #97 14.74 OK: 20 MiB in 18 packages 02:45:41 #97 DONE 15.9s 02:45:41 02:45:41 #87 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade 02:45:41 #87 DONE 11.2s 02:45:41 02:45:41 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:45:42 e836ecc97a20: Pushed 02:45:42 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:42 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 02:45:42 #99 ... 02:45:42 02:45:42 #89 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:45:42 #89 9.353 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 02:45:42 #89 9.439 Executing busybox-1.36.1-r30.post-upgrade 02:45:42 #89 9.699 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 02:45:42 #89 9.707 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 02:45:42 #89 9.717 Executing busybox-1.36.1-r30.trigger 02:45:42 #89 9.766 OK: 9 MiB in 18 packages 02:45:42 #89 DONE 11.3s 02:45:42 02:45:42 #100 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:45:42 #100 DONE 1.3s 02:45:42 02:45:42 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:43 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:45:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:45:43 eabdae0dae5c: Preparing 02:45:43 e836ecc97a20: Preparing 02:45:43 45e670cc2da4: Preparing 02:45:43 41577b524d56: Preparing 02:45:43 f05229813285: Preparing 02:45:43 e7adab9d882e: Preparing 02:45:43 097100c76c15: Preparing 02:45:43 e7adab9d882e: Waiting 02:45:43 097100c76c15: Waiting 02:45:43 eabdae0dae5c: Layer already exists 02:45:43 f05229813285: Layer already exists 02:45:43 e836ecc97a20: Layer already exists 02:45:43 41577b524d56: Layer already exists 02:45:43 45e670cc2da4: Layer already exists 02:45:43 e7adab9d882e: Layer already exists 02:45:43 097100c76c15: Layer already exists 02:45:43 latest: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:43 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:43 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 02:45:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:45:43 eabdae0dae5c: Preparing 02:45:43 e836ecc97a20: Preparing 02:45:43 45e670cc2da4: Preparing 02:45:43 41577b524d56: Preparing 02:45:43 f05229813285: Preparing 02:45:43 e7adab9d882e: Preparing 02:45:43 097100c76c15: Preparing 02:45:43 097100c76c15: Waiting 02:45:43 e7adab9d882e: Waiting 02:45:43 e836ecc97a20: Layer already exists 02:45:43 f05229813285: Layer already exists 02:45:43 eabdae0dae5c: Layer already exists 02:45:43 41577b524d56: Layer already exists 02:45:43 45e670cc2da4: Layer already exists 02:45:43 e7adab9d882e: Layer already exists 02:45:43 097100c76c15: Layer already exists 02:45:43 4.1.0-dev.62: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:44 + docker push nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:45:44 eabdae0dae5c: Preparing 02:45:44 e836ecc97a20: Preparing 02:45:44 45e670cc2da4: Preparing 02:45:44 41577b524d56: Preparing 02:45:44 f05229813285: Preparing 02:45:44 e7adab9d882e: Preparing 02:45:44 097100c76c15: Preparing 02:45:44 097100c76c15: Waiting 02:45:44 e7adab9d882e: Waiting 02:45:44 eabdae0dae5c: Layer already exists 02:45:44 e836ecc97a20: Layer already exists 02:45:44 45e670cc2da4: Layer already exists 02:45:44 41577b524d56: Layer already exists 02:45:44 f05229813285: Layer already exists 02:45:44 e7adab9d882e: Layer already exists 02:45:44 097100c76c15: Layer already exists 02:45:44 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:44 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:44 #101 ... 02:45:44 02:45:44 #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:45:44 #102 DONE 2.2s 02:45:44 02:45:44 #99 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:45:44 #99 DONE 3.5s 02:45:44 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:45:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:45:44 eabdae0dae5c: Preparing 02:45:44 e836ecc97a20: Preparing 02:45:44 45e670cc2da4: Preparing 02:45:44 41577b524d56: Preparing 02:45:44 f05229813285: Preparing 02:45:44 e7adab9d882e: Preparing 02:45:44 097100c76c15: Preparing 02:45:44 e7adab9d882e: Waiting 02:45:44 097100c76c15: Waiting 02:45:44 eabdae0dae5c: Layer already exists 02:45:44 41577b524d56: Layer already exists 02:45:44 e836ecc97a20: Layer already exists 02:45:44 45e670cc2da4: Layer already exists 02:45:44 f05229813285: Layer already exists 02:45:44 e7adab9d882e: Layer already exists 02:45:44 097100c76c15: Layer already exists 02:45:44 main: digest: sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:45 ===================================================== [Pipeline] echo 02:45:45 taggedImages: 02:45:45 - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:45 - nexus3.edgexfoundry.org:10004/core-command:latest 02:45:45 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 02:45:45 - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:45 - nexus3.edgexfoundry.org:10004/core-command:main 02:45:45 02:45:45 #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:45:45 #101 DONE 2.2s 02:45:45 02:45:45 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:45:45 #103 ... 02:45:45 02:45:45 #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:45:45 #104 DONE 0.3s 02:45:45 02:45:45 #105 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:45:45 #105 DONE 0.3s [Pipeline] echo 02:45:45 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:45:45 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:45 latest 02:45:45 4.1.0-dev.62 02:45:45 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:45 main 02:45:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:45 02:45:45 #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:45:45 #103 DONE 0.3s 02:45:45 02:45:45 #106 [security-spire-agent stage-3 7/10] COPY security.txt / 02:45:45 #106 DONE 0.3s 02:45:45 02:45:45 #107 [security-spire-config stage-2 6/10] COPY security.txt / 02:45:45 #107 DONE 0.2s 02:45:45 02:45:45 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:45:45 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:45 #108 ... 02:45:45 02:45:45 #109 [security-spire-server stage-2 6/9] COPY security.txt / 02:45:45 #109 DONE 0.3s 02:45:45 02:45:45 #108 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:45:45 #108 DONE 0.3s 02:45:45 02:45:45 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:45:45 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:45:45 9f7bc4e2f50d: Preparing 02:45:45 696c2831b4e0: Preparing 02:45:45 3a63f714633d: Preparing 02:45:45 4748b85a7a5c: Preparing 02:45:45 45e670cc2da4: Preparing 02:45:45 41577b524d56: Preparing 02:45:45 f05229813285: Preparing 02:45:45 e7adab9d882e: Preparing 02:45:45 097100c76c15: Preparing 02:45:45 41577b524d56: Waiting 02:45:45 f05229813285: Waiting 02:45:45 e7adab9d882e: Waiting 02:45:45 097100c76c15: Waiting 02:45:45 45e670cc2da4: Layer already exists 02:45:45 41577b524d56: Layer already exists 02:45:45 f05229813285: Layer already exists 02:45:45 e7adab9d882e: Layer already exists 02:45:45 3a63f714633d: Pushed 02:45:45 097100c76c15: Layer already exists 02:45:45 9f7bc4e2f50d: Pushed 02:45:45 696c2831b4e0: Pushed 02:45:45 #110 ... 02:45:45 02:45:45 #111 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:45:45 #111 DONE 0.3s 02:45:45 02:45:45 #112 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:45:45 #112 DONE 0.4s 02:45:45 02:45:45 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:45:46 #113 ... 02:45:46 02:45:46 #110 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:45:46 #110 DONE 0.3s 02:45:46 02:45:46 #114 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:45:46 #114 DONE 0.2s 02:45:46 02:45:46 #113 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:45:46 #113 DONE 0.3s 02:45:46 02:45:46 #115 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:45:46 #115 DONE 0.2s 02:45:46 02:45:46 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:45:46 #116 ... 02:45:46 02:45:46 #117 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:45:46 #117 DONE 0.3s 02:45:46 02:45:46 #118 [security-spire-config] exporting to image 02:45:46 #118 exporting layers 02:45:47 #118 ... 02:45:47 02:45:47 #116 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:45:47 #116 DONE 0.5s 02:45:47 02:45:47 #118 [security-spire-agent] exporting to image 02:45:47 4748b85a7a5c: Pushed 02:45:47 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:47 + 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 02:45:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:45:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:45:47 9f7bc4e2f50d: Preparing 02:45:47 696c2831b4e0: Preparing 02:45:47 3a63f714633d: Preparing 02:45:47 4748b85a7a5c: Preparing 02:45:47 45e670cc2da4: Preparing 02:45:47 41577b524d56: Preparing 02:45:47 f05229813285: Preparing 02:45:47 e7adab9d882e: Preparing 02:45:47 097100c76c15: Preparing 02:45:47 41577b524d56: Waiting 02:45:47 f05229813285: Waiting 02:45:47 097100c76c15: Waiting 02:45:47 e7adab9d882e: Waiting 02:45:47 4748b85a7a5c: Layer already exists 02:45:47 9f7bc4e2f50d: Layer already exists 02:45:47 696c2831b4e0: Layer already exists 02:45:47 45e670cc2da4: Layer already exists 02:45:47 3a63f714633d: Layer already exists 02:45:47 e7adab9d882e: Layer already exists 02:45:47 41577b524d56: Layer already exists 02:45:47 f05229813285: Layer already exists 02:45:47 097100c76c15: Layer already exists 02:45:47 latest: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 02:45:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:45:48 9f7bc4e2f50d: Preparing 02:45:48 696c2831b4e0: Preparing 02:45:48 3a63f714633d: Preparing 02:45:48 4748b85a7a5c: Preparing 02:45:48 45e670cc2da4: Preparing 02:45:48 41577b524d56: Preparing 02:45:48 f05229813285: Preparing 02:45:48 e7adab9d882e: Preparing 02:45:48 097100c76c15: Preparing 02:45:48 41577b524d56: Waiting 02:45:48 f05229813285: Waiting 02:45:48 e7adab9d882e: Waiting 02:45:48 097100c76c15: Waiting 02:45:48 3a63f714633d: Layer already exists 02:45:48 9f7bc4e2f50d: Layer already exists 02:45:48 696c2831b4e0: Layer already exists 02:45:48 45e670cc2da4: Layer already exists 02:45:48 4748b85a7a5c: Layer already exists 02:45:48 e7adab9d882e: Layer already exists 02:45:48 097100c76c15: Layer already exists 02:45:48 41577b524d56: Layer already exists 02:45:48 f05229813285: Layer already exists 02:45:48 4.1.0-dev.62: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:48 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:45:49 9f7bc4e2f50d: Preparing 02:45:49 696c2831b4e0: Preparing 02:45:49 3a63f714633d: Preparing 02:45:49 4748b85a7a5c: Preparing 02:45:49 45e670cc2da4: Preparing 02:45:49 41577b524d56: Preparing 02:45:49 f05229813285: Preparing 02:45:49 e7adab9d882e: Preparing 02:45:49 097100c76c15: Preparing 02:45:49 f05229813285: Waiting 02:45:49 e7adab9d882e: Waiting 02:45:49 097100c76c15: Waiting 02:45:49 41577b524d56: Waiting 02:45:49 696c2831b4e0: Layer already exists 02:45:49 4748b85a7a5c: Layer already exists 02:45:49 9f7bc4e2f50d: Layer already exists 02:45:49 3a63f714633d: Layer already exists 02:45:49 45e670cc2da4: Layer already exists 02:45:49 f05229813285: Layer already exists 02:45:49 e7adab9d882e: Layer already exists 02:45:49 41577b524d56: Layer already exists 02:45:49 097100c76c15: Layer already exists 02:45:49 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:49 + 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 02:45:49 #118 exporting layers 3.3s done 02:45:49 #118 writing image sha256:a703688c6b3c65693309d1c3636ff6e706e3c9870469955a0f6e4504ef8ba0e9 0.1s done 02:45:49 #118 naming to docker.io/library/security-spire-server-arm64 done 02:45:49 #118 exporting layers 3.3s done 02:45:49 #118 writing image sha256:8ccb318e4cd24e5ebdea7cfc2555fca7991784496d84382ee45f0627923c97e2 0.0s done 02:45:49 #118 naming to docker.io/library/security-spire-config-arm64 02:45:49 #118 exporting layers 3.1s done 02:45:49 #118 naming to docker.io/library/security-spire-config-arm64 0.0s done 02:45:49 #118 writing image sha256:626b4e2de985a82c4c61265b4d7a774a72382e47de8cfd3d2ac1d6f6d6d4ae22 0.0s done 02:45:49 #118 naming to docker.io/library/security-spire-agent-arm64 done 02:45:49 #118 DONE 3.6s 02:45:49 02:45:49 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:45:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:45:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:45:49 9f7bc4e2f50d: Preparing 02:45:49 696c2831b4e0: Preparing 02:45:49 3a63f714633d: Preparing 02:45:49 4748b85a7a5c: Preparing 02:45:49 45e670cc2da4: Preparing 02:45:49 41577b524d56: Preparing 02:45:49 f05229813285: Preparing 02:45:49 e7adab9d882e: Preparing 02:45:49 097100c76c15: Preparing 02:45:49 f05229813285: Waiting 02:45:49 e7adab9d882e: Waiting 02:45:49 41577b524d56: Waiting 02:45:49 097100c76c15: Waiting 02:45:49 45e670cc2da4: Layer already exists 02:45:49 3a63f714633d: Layer already exists 02:45:49 696c2831b4e0: Layer already exists 02:45:49 4748b85a7a5c: Layer already exists 02:45:49 9f7bc4e2f50d: Layer already exists 02:45:49 f05229813285: Layer already exists 02:45:49 097100c76c15: Layer already exists 02:45:49 41577b524d56: Layer already exists 02:45:49 e7adab9d882e: Layer already exists 02:45:49 main: digest: sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:50 ===================================================== [Pipeline] echo 02:45:50 taggedImages: 02:45:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:45:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 02:45:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:45:50 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:45:50 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:50 latest 02:45:50 4.1.0-dev.62 02:45:50 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:50 main 02:45:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:50 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:50 + docker push nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:45:50 264a5f34a723: Preparing 02:45:50 f7544a93c38a: Preparing 02:45:50 45e670cc2da4: Preparing 02:45:50 41577b524d56: Preparing 02:45:50 1eb45904ec6a: Preparing 02:45:50 e7f5978b7d3f: Preparing 02:45:50 097100c76c15: Preparing 02:45:50 097100c76c15: Waiting 02:45:50 e7f5978b7d3f: Waiting 02:45:50 41577b524d56: Layer already exists 02:45:50 45e670cc2da4: Layer already exists 02:45:50 097100c76c15: Layer already exists 02:45:50 264a5f34a723: Pushed 02:45:50 e7f5978b7d3f: Pushed 02:45:50 1eb45904ec6a: Pushed 02:45:55 f7544a93c38a: Pushed 02:45:55 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:55 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:55 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:45:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:45:55 264a5f34a723: Preparing 02:45:55 f7544a93c38a: Preparing 02:45:55 45e670cc2da4: Preparing 02:45:55 41577b524d56: Preparing 02:45:55 1eb45904ec6a: Preparing 02:45:55 e7f5978b7d3f: Preparing 02:45:55 097100c76c15: Preparing 02:45:55 e7f5978b7d3f: Waiting 02:45:55 097100c76c15: Waiting 02:45:55 1eb45904ec6a: Layer already exists 02:45:55 f7544a93c38a: Layer already exists 02:45:55 45e670cc2da4: Layer already exists 02:45:55 264a5f34a723: Layer already exists 02:45:55 41577b524d56: Layer already exists 02:45:55 e7f5978b7d3f: Layer already exists 02:45:55 097100c76c15: Layer already exists 02:45:55 latest: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:56 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 02:45:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:45:56 264a5f34a723: Preparing 02:45:56 f7544a93c38a: Preparing 02:45:56 45e670cc2da4: Preparing 02:45:56 41577b524d56: Preparing 02:45:56 1eb45904ec6a: Preparing 02:45:56 e7f5978b7d3f: Preparing 02:45:56 097100c76c15: Preparing 02:45:56 097100c76c15: Waiting 02:45:56 e7f5978b7d3f: Waiting 02:45:56 1eb45904ec6a: Layer already exists 02:45:56 45e670cc2da4: Layer already exists 02:45:56 264a5f34a723: Layer already exists 02:45:56 f7544a93c38a: Layer already exists 02:45:56 41577b524d56: Layer already exists 02:45:56 097100c76c15: Layer already exists 02:45:56 e7f5978b7d3f: Layer already exists 02:45:56 4.1.0-dev.62: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:56 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:57 + docker push nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:45:57 264a5f34a723: Preparing 02:45:57 f7544a93c38a: Preparing 02:45:57 45e670cc2da4: Preparing 02:45:57 41577b524d56: Preparing 02:45:57 1eb45904ec6a: Preparing 02:45:57 e7f5978b7d3f: Preparing 02:45:57 097100c76c15: Preparing 02:45:57 e7f5978b7d3f: Waiting 02:45:57 097100c76c15: Waiting 02:45:57 45e670cc2da4: Layer already exists 02:45:57 41577b524d56: Layer already exists 02:45:57 1eb45904ec6a: Layer already exists 02:45:57 f7544a93c38a: Layer already exists 02:45:57 264a5f34a723: Layer already exists 02:45:57 097100c76c15: Layer already exists 02:45:57 e7f5978b7d3f: Layer already exists 02:45:57 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:57 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:57 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:45:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:45:57 264a5f34a723: Preparing 02:45:57 f7544a93c38a: Preparing 02:45:57 45e670cc2da4: Preparing 02:45:57 41577b524d56: Preparing 02:45:57 1eb45904ec6a: Preparing 02:45:57 e7f5978b7d3f: Preparing 02:45:57 097100c76c15: Preparing 02:45:57 e7f5978b7d3f: Waiting 02:45:57 097100c76c15: Waiting 02:45:57 41577b524d56: Layer already exists 02:45:57 1eb45904ec6a: Layer already exists 02:45:57 45e670cc2da4: Layer already exists 02:45:57 264a5f34a723: Layer already exists 02:45:57 f7544a93c38a: Layer already exists 02:45:57 097100c76c15: Layer already exists 02:45:57 e7f5978b7d3f: Layer already exists 02:45:57 main: digest: sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:45:57 ===================================================== [Pipeline] echo 02:45:57 taggedImages: 02:45:57 - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:57 - nexus3.edgexfoundry.org:10004/core-data:latest 02:45:57 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 02:45:57 - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:57 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:45:57 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:45:57 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:57 latest 02:45:57 4.1.0-dev.62 02:45:57 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:45:57 main 02:45:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:58 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:45:58 + docker push nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:45:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:45:58 1da29eed1d40: Preparing 02:45:58 9dfc5401c830: Preparing 02:45:58 41577b524d56: Preparing 02:45:58 7b37d5a7e449: Preparing 02:45:58 1487923cca55: Preparing 02:45:58 097100c76c15: Preparing 02:45:58 097100c76c15: Waiting 02:45:58 41577b524d56: Layer already exists 02:45:58 097100c76c15: Layer already exists 02:45:58 1487923cca55: Pushed 02:45:58 1da29eed1d40: Pushed 02:45:58 7b37d5a7e449: Pushed 02:46:02 9dfc5401c830: Pushed 02:46:02 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:02 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:46:03 1da29eed1d40: Preparing 02:46:03 9dfc5401c830: Preparing 02:46:03 41577b524d56: Preparing 02:46:03 7b37d5a7e449: Preparing 02:46:03 1487923cca55: Preparing 02:46:03 097100c76c15: Preparing 02:46:03 097100c76c15: Waiting 02:46:03 1da29eed1d40: Layer already exists 02:46:03 1487923cca55: Layer already exists 02:46:03 41577b524d56: Layer already exists 02:46:03 9dfc5401c830: Layer already exists 02:46:03 7b37d5a7e449: Layer already exists 02:46:03 097100c76c15: Layer already exists 02:46:03 latest: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:03 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:03 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 02:46:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:46:03 1da29eed1d40: Preparing 02:46:03 9dfc5401c830: Preparing 02:46:03 41577b524d56: Preparing 02:46:03 7b37d5a7e449: Preparing 02:46:03 1487923cca55: Preparing 02:46:03 097100c76c15: Preparing 02:46:03 097100c76c15: Waiting 02:46:03 9dfc5401c830: Layer already exists 02:46:03 7b37d5a7e449: Layer already exists 02:46:03 1487923cca55: Layer already exists 02:46:03 41577b524d56: Layer already exists 02:46:03 1da29eed1d40: Layer already exists 02:46:03 097100c76c15: Layer already exists 02:46:03 4.1.0-dev.62: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:46:04 1da29eed1d40: Preparing 02:46:04 9dfc5401c830: Preparing 02:46:04 41577b524d56: Preparing 02:46:04 7b37d5a7e449: Preparing 02:46:04 1487923cca55: Preparing 02:46:04 097100c76c15: Preparing 02:46:04 097100c76c15: Waiting 02:46:04 41577b524d56: Layer already exists 02:46:04 7b37d5a7e449: Layer already exists 02:46:04 9dfc5401c830: Layer already exists 02:46:04 1487923cca55: Layer already exists 02:46:04 1da29eed1d40: Layer already exists 02:46:04 097100c76c15: Layer already exists 02:46:04 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:04 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:05 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:46:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:46:05 1da29eed1d40: Preparing 02:46:05 9dfc5401c830: Preparing 02:46:05 41577b524d56: Preparing 02:46:05 7b37d5a7e449: Preparing 02:46:05 1487923cca55: Preparing 02:46:05 097100c76c15: Preparing 02:46:05 097100c76c15: Waiting 02:46:05 9dfc5401c830: Layer already exists 02:46:05 1487923cca55: Layer already exists 02:46:05 7b37d5a7e449: Layer already exists 02:46:05 1da29eed1d40: Layer already exists 02:46:05 41577b524d56: Layer already exists 02:46:05 097100c76c15: Layer already exists 02:46:05 main: digest: sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:05 ===================================================== [Pipeline] echo 02:46:05 taggedImages: 02:46:05 - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:05 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:46:05 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 02:46:05 - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:05 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:46:05 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:46:05 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:05 latest 02:46:05 4.1.0-dev.62 02:46:05 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:05 main 02:46:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:05 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:46:06 d8857f8ec056: Preparing 02:46:06 239ed2fc762d: Preparing 02:46:06 5901c08c6418: Preparing 02:46:06 45e670cc2da4: Preparing 02:46:06 41577b524d56: Preparing 02:46:06 f05229813285: Preparing 02:46:06 e7adab9d882e: Preparing 02:46:06 097100c76c15: Preparing 02:46:06 f05229813285: Waiting 02:46:06 e7adab9d882e: Waiting 02:46:06 097100c76c15: Waiting 02:46:06 45e670cc2da4: Layer already exists 02:46:06 41577b524d56: Layer already exists 02:46:06 f05229813285: Layer already exists 02:46:06 e7adab9d882e: Layer already exists 02:46:06 097100c76c15: Layer already exists 02:46:06 239ed2fc762d: Pushed 02:46:06 d8857f8ec056: Pushed 02:46:10 5901c08c6418: Pushed 02:46:10 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:10 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:46:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:46:10 d8857f8ec056: Preparing 02:46:10 239ed2fc762d: Preparing 02:46:10 5901c08c6418: Preparing 02:46:10 45e670cc2da4: Preparing 02:46:10 41577b524d56: Preparing 02:46:10 f05229813285: Preparing 02:46:10 e7adab9d882e: Preparing 02:46:10 097100c76c15: Preparing 02:46:10 f05229813285: Waiting 02:46:10 e7adab9d882e: Waiting 02:46:10 097100c76c15: Waiting 02:46:10 5901c08c6418: Layer already exists 02:46:10 239ed2fc762d: Layer already exists 02:46:10 41577b524d56: Layer already exists 02:46:10 45e670cc2da4: Layer already exists 02:46:10 d8857f8ec056: Layer already exists 02:46:10 e7adab9d882e: Layer already exists 02:46:10 f05229813285: Layer already exists 02:46:10 097100c76c15: Layer already exists 02:46:10 latest: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 02:46:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:46:11 d8857f8ec056: Preparing 02:46:11 239ed2fc762d: Preparing 02:46:11 5901c08c6418: Preparing 02:46:11 45e670cc2da4: Preparing 02:46:11 41577b524d56: Preparing 02:46:11 f05229813285: Preparing 02:46:11 e7adab9d882e: Preparing 02:46:11 097100c76c15: Preparing 02:46:11 e7adab9d882e: Waiting 02:46:11 f05229813285: Waiting 02:46:11 097100c76c15: Waiting 02:46:11 5901c08c6418: Layer already exists 02:46:11 d8857f8ec056: Layer already exists 02:46:11 41577b524d56: Layer already exists 02:46:11 45e670cc2da4: Layer already exists 02:46:11 239ed2fc762d: Layer already exists 02:46:11 f05229813285: Layer already exists 02:46:11 e7adab9d882e: Layer already exists 02:46:11 097100c76c15: Layer already exists 02:46:11 4.1.0-dev.62: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:46:12 d8857f8ec056: Preparing 02:46:12 239ed2fc762d: Preparing 02:46:12 5901c08c6418: Preparing 02:46:12 45e670cc2da4: Preparing 02:46:12 41577b524d56: Preparing 02:46:12 f05229813285: Preparing 02:46:12 e7adab9d882e: Preparing 02:46:12 097100c76c15: Preparing 02:46:12 f05229813285: Waiting 02:46:12 e7adab9d882e: Waiting 02:46:12 097100c76c15: Waiting 02:46:12 5901c08c6418: Layer already exists 02:46:12 239ed2fc762d: Layer already exists 02:46:12 41577b524d56: Layer already exists 02:46:12 d8857f8ec056: Layer already exists 02:46:12 45e670cc2da4: Layer already exists 02:46:12 f05229813285: Layer already exists 02:46:12 e7adab9d882e: Layer already exists 02:46:12 097100c76c15: Layer already exists 02:46:12 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:46:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:46:12 d8857f8ec056: Preparing 02:46:12 239ed2fc762d: Preparing 02:46:12 5901c08c6418: Preparing 02:46:12 45e670cc2da4: Preparing 02:46:12 41577b524d56: Preparing 02:46:12 f05229813285: Preparing 02:46:12 e7adab9d882e: Preparing 02:46:12 097100c76c15: Preparing 02:46:12 f05229813285: Waiting 02:46:12 e7adab9d882e: Waiting 02:46:12 097100c76c15: Waiting 02:46:12 d8857f8ec056: Layer already exists 02:46:12 5901c08c6418: Layer already exists 02:46:12 239ed2fc762d: Layer already exists 02:46:12 45e670cc2da4: Layer already exists 02:46:12 41577b524d56: Layer already exists 02:46:12 e7adab9d882e: Layer already exists 02:46:12 f05229813285: Layer already exists 02:46:12 097100c76c15: Layer already exists 02:46:12 main: digest: sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:12 ===================================================== [Pipeline] echo 02:46:12 taggedImages: 02:46:12 - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:12 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:46:12 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 02:46:12 - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:12 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:46:12 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:46:12 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:12 latest 02:46:12 4.1.0-dev.62 02:46:12 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:12 main 02:46:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:13 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:46:13 fd47da54d084: Preparing 02:46:13 3e4809ad3159: Preparing 02:46:13 7267d7baa965: Preparing 02:46:13 eb6b48860d9e: Preparing 02:46:13 1f8bd8364d65: Preparing 02:46:13 b20564da05d6: Preparing 02:46:13 e566c086c230: Preparing 02:46:13 45e670cc2da4: Preparing 02:46:13 41577b524d56: Preparing 02:46:13 5caa8edf6116: Preparing 02:46:13 40b410c2f2e8: Preparing 02:46:13 5f70bf18a086: Preparing 02:46:13 dc0217f18236: Preparing 02:46:13 81e14b2d6a21: Preparing 02:46:13 dbb92d518a89: Preparing 02:46:13 097100c76c15: Preparing 02:46:13 41577b524d56: Waiting 02:46:13 5caa8edf6116: Waiting 02:46:13 40b410c2f2e8: Waiting 02:46:13 5f70bf18a086: Waiting 02:46:13 dc0217f18236: Waiting 02:46:13 b20564da05d6: Waiting 02:46:13 e566c086c230: Waiting 02:46:13 45e670cc2da4: Waiting 02:46:13 81e14b2d6a21: Waiting 02:46:13 dbb92d518a89: Waiting 02:46:13 097100c76c15: Waiting 02:46:13 1f8bd8364d65: Pushed 02:46:13 fd47da54d084: Pushed 02:46:13 3e4809ad3159: Pushed 02:46:13 7267d7baa965: Pushed 02:46:13 eb6b48860d9e: Pushed 02:46:13 45e670cc2da4: Layer already exists 02:46:13 41577b524d56: Layer already exists 02:46:13 5f70bf18a086: Layer already exists 02:46:13 b20564da05d6: Pushed 02:46:13 5caa8edf6116: Pushed 02:46:13 40b410c2f2e8: Pushed 02:46:13 dc0217f18236: Pushed 02:46:13 097100c76c15: Layer already exists 02:46:13 dbb92d518a89: Pushed 02:46:13 81e14b2d6a21: Pushed 02:46:15 e566c086c230: Pushed 02:46:15 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:15 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:46:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:46:15 fd47da54d084: Preparing 02:46:15 3e4809ad3159: Preparing 02:46:15 7267d7baa965: Preparing 02:46:15 eb6b48860d9e: Preparing 02:46:15 1f8bd8364d65: Preparing 02:46:15 b20564da05d6: Preparing 02:46:15 e566c086c230: Preparing 02:46:15 45e670cc2da4: Preparing 02:46:15 41577b524d56: Preparing 02:46:15 5caa8edf6116: Preparing 02:46:15 40b410c2f2e8: Preparing 02:46:15 5f70bf18a086: Preparing 02:46:15 dc0217f18236: Preparing 02:46:15 81e14b2d6a21: Preparing 02:46:15 dbb92d518a89: Preparing 02:46:15 097100c76c15: Preparing 02:46:15 45e670cc2da4: Waiting 02:46:15 41577b524d56: Waiting 02:46:15 dbb92d518a89: Waiting 02:46:15 5caa8edf6116: Waiting 02:46:15 40b410c2f2e8: Waiting 02:46:15 097100c76c15: Waiting 02:46:15 81e14b2d6a21: Waiting 02:46:15 b20564da05d6: Waiting 02:46:15 5f70bf18a086: Waiting 02:46:15 dc0217f18236: Waiting 02:46:15 e566c086c230: Waiting 02:46:15 fd47da54d084: Layer already exists 02:46:15 7267d7baa965: Layer already exists 02:46:15 3e4809ad3159: Layer already exists 02:46:15 1f8bd8364d65: Layer already exists 02:46:15 eb6b48860d9e: Layer already exists 02:46:15 45e670cc2da4: Layer already exists 02:46:15 e566c086c230: Layer already exists 02:46:15 b20564da05d6: Layer already exists 02:46:15 41577b524d56: Layer already exists 02:46:15 5caa8edf6116: Layer already exists 02:46:15 5f70bf18a086: Layer already exists 02:46:15 81e14b2d6a21: Layer already exists 02:46:15 40b410c2f2e8: Layer already exists 02:46:15 dc0217f18236: Layer already exists 02:46:15 dbb92d518a89: Layer already exists 02:46:15 097100c76c15: Layer already exists 02:46:15 latest: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 02:46:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:46:16 fd47da54d084: Preparing 02:46:16 3e4809ad3159: Preparing 02:46:16 7267d7baa965: Preparing 02:46:16 eb6b48860d9e: Preparing 02:46:16 1f8bd8364d65: Preparing 02:46:16 b20564da05d6: Preparing 02:46:16 e566c086c230: Preparing 02:46:16 45e670cc2da4: Preparing 02:46:16 41577b524d56: Preparing 02:46:16 5caa8edf6116: Preparing 02:46:16 40b410c2f2e8: Preparing 02:46:16 5f70bf18a086: Preparing 02:46:16 dc0217f18236: Preparing 02:46:16 81e14b2d6a21: Preparing 02:46:16 dbb92d518a89: Preparing 02:46:16 097100c76c15: Preparing 02:46:16 5caa8edf6116: Waiting 02:46:16 40b410c2f2e8: Waiting 02:46:16 5f70bf18a086: Waiting 02:46:16 dc0217f18236: Waiting 02:46:16 81e14b2d6a21: Waiting 02:46:16 dbb92d518a89: Waiting 02:46:16 41577b524d56: Waiting 02:46:16 097100c76c15: Waiting 02:46:16 b20564da05d6: Waiting 02:46:16 e566c086c230: Waiting 02:46:16 45e670cc2da4: Waiting 02:46:16 eb6b48860d9e: Layer already exists 02:46:16 7267d7baa965: Layer already exists 02:46:16 1f8bd8364d65: Layer already exists 02:46:16 fd47da54d084: Layer already exists 02:46:16 3e4809ad3159: Layer already exists 02:46:16 45e670cc2da4: Layer already exists 02:46:16 b20564da05d6: Layer already exists 02:46:16 e566c086c230: Layer already exists 02:46:16 5caa8edf6116: Layer already exists 02:46:16 41577b524d56: Layer already exists 02:46:16 5f70bf18a086: Layer already exists 02:46:16 40b410c2f2e8: Layer already exists 02:46:16 dc0217f18236: Layer already exists 02:46:16 81e14b2d6a21: Layer already exists 02:46:16 dbb92d518a89: Layer already exists 02:46:16 097100c76c15: Layer already exists 02:46:16 4.1.0-dev.62: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:46:17 fd47da54d084: Preparing 02:46:17 3e4809ad3159: Preparing 02:46:17 7267d7baa965: Preparing 02:46:17 eb6b48860d9e: Preparing 02:46:17 1f8bd8364d65: Preparing 02:46:17 b20564da05d6: Preparing 02:46:17 e566c086c230: Preparing 02:46:17 45e670cc2da4: Preparing 02:46:17 41577b524d56: Preparing 02:46:17 5caa8edf6116: Preparing 02:46:17 40b410c2f2e8: Preparing 02:46:17 5f70bf18a086: Preparing 02:46:17 dc0217f18236: Preparing 02:46:17 81e14b2d6a21: Preparing 02:46:17 dbb92d518a89: Preparing 02:46:17 097100c76c15: Preparing 02:46:17 41577b524d56: Waiting 02:46:17 5caa8edf6116: Waiting 02:46:17 40b410c2f2e8: Waiting 02:46:17 5f70bf18a086: Waiting 02:46:17 dc0217f18236: Waiting 02:46:17 81e14b2d6a21: Waiting 02:46:17 dbb92d518a89: Waiting 02:46:17 097100c76c15: Waiting 02:46:17 b20564da05d6: Waiting 02:46:17 e566c086c230: Waiting 02:46:17 45e670cc2da4: Waiting 02:46:17 7267d7baa965: Layer already exists 02:46:17 eb6b48860d9e: Layer already exists 02:46:17 3e4809ad3159: Layer already exists 02:46:17 fd47da54d084: Layer already exists 02:46:17 1f8bd8364d65: Layer already exists 02:46:17 e566c086c230: Layer already exists 02:46:17 b20564da05d6: Layer already exists 02:46:17 45e670cc2da4: Layer already exists 02:46:17 5caa8edf6116: Layer already exists 02:46:17 41577b524d56: Layer already exists 02:46:17 40b410c2f2e8: Layer already exists 02:46:17 81e14b2d6a21: Layer already exists 02:46:17 dc0217f18236: Layer already exists 02:46:17 5f70bf18a086: Layer already exists 02:46:17 dbb92d518a89: Layer already exists 02:46:17 097100c76c15: Layer already exists 02:46:17 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:46:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:46:17 fd47da54d084: Preparing 02:46:17 3e4809ad3159: Preparing 02:46:17 7267d7baa965: Preparing 02:46:17 eb6b48860d9e: Preparing 02:46:17 1f8bd8364d65: Preparing 02:46:17 b20564da05d6: Preparing 02:46:17 e566c086c230: Preparing 02:46:17 45e670cc2da4: Preparing 02:46:17 41577b524d56: Preparing 02:46:17 5caa8edf6116: Preparing 02:46:17 40b410c2f2e8: Preparing 02:46:17 5f70bf18a086: Preparing 02:46:17 dc0217f18236: Preparing 02:46:17 81e14b2d6a21: Preparing 02:46:17 dbb92d518a89: Preparing 02:46:17 097100c76c15: Preparing 02:46:17 5f70bf18a086: Waiting 02:46:17 dc0217f18236: Waiting 02:46:17 40b410c2f2e8: Waiting 02:46:17 e566c086c230: Waiting 02:46:17 81e14b2d6a21: Waiting 02:46:17 dbb92d518a89: Waiting 02:46:17 45e670cc2da4: Waiting 02:46:17 097100c76c15: Waiting 02:46:17 41577b524d56: Waiting 02:46:17 5caa8edf6116: Waiting 02:46:17 b20564da05d6: Waiting 02:46:17 7267d7baa965: Layer already exists 02:46:17 fd47da54d084: Layer already exists 02:46:17 1f8bd8364d65: Layer already exists 02:46:17 eb6b48860d9e: Layer already exists 02:46:17 3e4809ad3159: Layer already exists 02:46:17 b20564da05d6: Layer already exists 02:46:17 41577b524d56: Layer already exists 02:46:17 e566c086c230: Layer already exists 02:46:17 45e670cc2da4: Layer already exists 02:46:17 5caa8edf6116: Layer already exists 02:46:17 40b410c2f2e8: Layer already exists 02:46:17 5f70bf18a086: Layer already exists 02:46:17 dc0217f18236: Layer already exists 02:46:17 81e14b2d6a21: Layer already exists 02:46:17 dbb92d518a89: Layer already exists 02:46:17 097100c76c15: Layer already exists 02:46:17 main: digest: sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:18 ===================================================== [Pipeline] echo 02:46:18 taggedImages: 02:46:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:46:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 02:46:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:46:18 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:46:18 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:18 latest 02:46:18 4.1.0-dev.62 02:46:18 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:18 main 02:46:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:18 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:46:18 f5a8654ca611: Preparing 02:46:18 2824c0424b6e: Preparing 02:46:18 a859d7a5ee9a: Preparing 02:46:18 f802e312dbf9: Preparing 02:46:18 45e670cc2da4: Preparing 02:46:18 41577b524d56: Preparing 02:46:18 f05229813285: Preparing 02:46:18 e7adab9d882e: Preparing 02:46:18 097100c76c15: Preparing 02:46:18 f05229813285: Waiting 02:46:18 e7adab9d882e: Waiting 02:46:18 41577b524d56: Waiting 02:46:18 45e670cc2da4: Layer already exists 02:46:18 41577b524d56: Layer already exists 02:46:18 f05229813285: Layer already exists 02:46:18 e7adab9d882e: Layer already exists 02:46:18 097100c76c15: Layer already exists 02:46:18 2824c0424b6e: Pushed 02:46:18 a859d7a5ee9a: Pushed 02:46:18 f5a8654ca611: Pushed 02:46:22 f802e312dbf9: Pushed 02:46:22 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:46:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:46:23 f5a8654ca611: Preparing 02:46:23 2824c0424b6e: Preparing 02:46:23 a859d7a5ee9a: Preparing 02:46:23 f802e312dbf9: Preparing 02:46:23 45e670cc2da4: Preparing 02:46:23 41577b524d56: Preparing 02:46:23 f05229813285: Preparing 02:46:23 e7adab9d882e: Preparing 02:46:23 41577b524d56: Waiting 02:46:23 f05229813285: Waiting 02:46:23 097100c76c15: Preparing 02:46:23 e7adab9d882e: Waiting 02:46:23 097100c76c15: Waiting 02:46:23 f802e312dbf9: Layer already exists 02:46:23 45e670cc2da4: Layer already exists 02:46:23 f5a8654ca611: Layer already exists 02:46:23 2824c0424b6e: Layer already exists 02:46:23 a859d7a5ee9a: Layer already exists 02:46:23 f05229813285: Layer already exists 02:46:23 097100c76c15: Layer already exists 02:46:23 41577b524d56: Layer already exists 02:46:23 e7adab9d882e: Layer already exists 02:46:23 latest: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 02:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:46:24 f5a8654ca611: Preparing 02:46:24 2824c0424b6e: Preparing 02:46:24 a859d7a5ee9a: Preparing 02:46:24 f802e312dbf9: Preparing 02:46:24 45e670cc2da4: Preparing 02:46:24 41577b524d56: Preparing 02:46:24 f05229813285: Preparing 02:46:24 41577b524d56: Waiting 02:46:24 e7adab9d882e: Preparing 02:46:24 f05229813285: Waiting 02:46:24 097100c76c15: Preparing 02:46:24 e7adab9d882e: Waiting 02:46:24 097100c76c15: Waiting 02:46:24 a859d7a5ee9a: Layer already exists 02:46:24 f802e312dbf9: Layer already exists 02:46:24 f5a8654ca611: Layer already exists 02:46:24 2824c0424b6e: Layer already exists 02:46:24 45e670cc2da4: Layer already exists 02:46:24 f05229813285: Layer already exists 02:46:24 097100c76c15: Layer already exists 02:46:24 e7adab9d882e: Layer already exists 02:46:24 41577b524d56: Layer already exists 02:46:24 4.1.0-dev.62: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:46:24 f5a8654ca611: Preparing 02:46:24 2824c0424b6e: Preparing 02:46:24 a859d7a5ee9a: Preparing 02:46:24 f802e312dbf9: Preparing 02:46:24 45e670cc2da4: Preparing 02:46:24 41577b524d56: Preparing 02:46:24 f05229813285: Preparing 02:46:24 e7adab9d882e: Preparing 02:46:24 097100c76c15: Preparing 02:46:24 f05229813285: Waiting 02:46:24 e7adab9d882e: Waiting 02:46:24 097100c76c15: Waiting 02:46:24 41577b524d56: Waiting 02:46:24 f802e312dbf9: Layer already exists 02:46:24 45e670cc2da4: Layer already exists 02:46:24 a859d7a5ee9a: Layer already exists 02:46:24 f5a8654ca611: Layer already exists 02:46:24 2824c0424b6e: Layer already exists 02:46:24 097100c76c15: Layer already exists 02:46:24 41577b524d56: Layer already exists 02:46:24 e7adab9d882e: Layer already exists 02:46:24 f05229813285: Layer already exists 02:46:24 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:25 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:46:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:46:25 f5a8654ca611: Preparing 02:46:25 2824c0424b6e: Preparing 02:46:25 a859d7a5ee9a: Preparing 02:46:25 f802e312dbf9: Preparing 02:46:25 45e670cc2da4: Preparing 02:46:25 41577b524d56: Preparing 02:46:25 f05229813285: Preparing 02:46:25 e7adab9d882e: Preparing 02:46:25 097100c76c15: Preparing 02:46:25 f05229813285: Waiting 02:46:25 097100c76c15: Waiting 02:46:25 e7adab9d882e: Waiting 02:46:25 41577b524d56: Waiting 02:46:25 2824c0424b6e: Layer already exists 02:46:25 f5a8654ca611: Layer already exists 02:46:25 45e670cc2da4: Layer already exists 02:46:25 f802e312dbf9: Layer already exists 02:46:25 a859d7a5ee9a: Layer already exists 02:46:25 41577b524d56: Layer already exists 02:46:25 f05229813285: Layer already exists 02:46:25 e7adab9d882e: Layer already exists 02:46:25 097100c76c15: Layer already exists 02:46:25 main: digest: sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:25 ===================================================== [Pipeline] echo 02:46:25 taggedImages: 02:46:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:46:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 02:46:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:25 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:46:25 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:46:25 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:25 latest 02:46:25 4.1.0-dev.62 02:46:25 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:25 main 02:46:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:46:26 7e94cb65fc9a: Preparing 02:46:26 f8777447a4f2: Preparing 02:46:26 872a9dff4881: Preparing 02:46:26 e32e88c67235: Preparing 02:46:26 eb17058b61e7: Preparing 02:46:26 45e670cc2da4: Preparing 02:46:26 41577b524d56: Preparing 02:46:26 c5fc7d67a7bc: Preparing 02:46:26 62b1328e3913: Preparing 02:46:26 848a6cd7601b: Preparing 02:46:26 097100c76c15: Preparing 02:46:26 45e670cc2da4: Waiting 02:46:26 41577b524d56: Waiting 02:46:26 097100c76c15: Waiting 02:46:26 848a6cd7601b: Waiting 02:46:26 c5fc7d67a7bc: Waiting 02:46:26 62b1328e3913: Waiting 02:46:26 7e94cb65fc9a: Pushed 02:46:26 e32e88c67235: Pushed 02:46:26 eb17058b61e7: Pushed 02:46:26 f8777447a4f2: Pushed 02:46:26 45e670cc2da4: Layer already exists 02:46:26 41577b524d56: Layer already exists 02:46:26 097100c76c15: Layer already exists 02:46:26 c5fc7d67a7bc: Pushed 02:46:26 62b1328e3913: Pushed 02:46:28 848a6cd7601b: Pushed 02:46:29 872a9dff4881: Pushed 02:46:29 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:46:30 7e94cb65fc9a: Preparing 02:46:30 f8777447a4f2: Preparing 02:46:30 872a9dff4881: Preparing 02:46:30 e32e88c67235: Preparing 02:46:30 eb17058b61e7: Preparing 02:46:30 45e670cc2da4: Preparing 02:46:30 41577b524d56: Preparing 02:46:30 c5fc7d67a7bc: Preparing 02:46:30 62b1328e3913: Preparing 02:46:30 848a6cd7601b: Preparing 02:46:30 097100c76c15: Preparing 02:46:30 45e670cc2da4: Waiting 02:46:30 41577b524d56: Waiting 02:46:30 c5fc7d67a7bc: Waiting 02:46:30 62b1328e3913: Waiting 02:46:30 848a6cd7601b: Waiting 02:46:30 097100c76c15: Waiting 02:46:30 7e94cb65fc9a: Layer already exists 02:46:30 872a9dff4881: Layer already exists 02:46:30 f8777447a4f2: Layer already exists 02:46:30 eb17058b61e7: Layer already exists 02:46:30 e32e88c67235: Layer already exists 02:46:30 41577b524d56: Layer already exists 02:46:30 62b1328e3913: Layer already exists 02:46:30 45e670cc2da4: Layer already exists 02:46:30 c5fc7d67a7bc: Layer already exists 02:46:30 848a6cd7601b: Layer already exists 02:46:30 097100c76c15: Layer already exists 02:46:30 latest: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 02:46:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:46:30 7e94cb65fc9a: Preparing 02:46:30 f8777447a4f2: Preparing 02:46:30 872a9dff4881: Preparing 02:46:30 e32e88c67235: Preparing 02:46:30 eb17058b61e7: Preparing 02:46:30 45e670cc2da4: Preparing 02:46:30 41577b524d56: Preparing 02:46:30 c5fc7d67a7bc: Preparing 02:46:30 62b1328e3913: Preparing 02:46:30 848a6cd7601b: Preparing 02:46:30 097100c76c15: Preparing 02:46:30 41577b524d56: Waiting 02:46:30 848a6cd7601b: Waiting 02:46:30 097100c76c15: Waiting 02:46:30 c5fc7d67a7bc: Waiting 02:46:30 62b1328e3913: Waiting 02:46:30 45e670cc2da4: Waiting 02:46:30 eb17058b61e7: Layer already exists 02:46:30 e32e88c67235: Layer already exists 02:46:30 872a9dff4881: Layer already exists 02:46:30 7e94cb65fc9a: Layer already exists 02:46:30 f8777447a4f2: Layer already exists 02:46:30 41577b524d56: Layer already exists 02:46:30 c5fc7d67a7bc: Layer already exists 02:46:30 45e670cc2da4: Layer already exists 02:46:30 62b1328e3913: Layer already exists 02:46:30 848a6cd7601b: Layer already exists 02:46:30 097100c76c15: Layer already exists 02:46:30 4.1.0-dev.62: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:46:31 7e94cb65fc9a: Preparing 02:46:31 f8777447a4f2: Preparing 02:46:31 872a9dff4881: Preparing 02:46:31 e32e88c67235: Preparing 02:46:31 eb17058b61e7: Preparing 02:46:31 45e670cc2da4: Preparing 02:46:31 41577b524d56: Preparing 02:46:31 c5fc7d67a7bc: Preparing 02:46:31 62b1328e3913: Preparing 02:46:31 848a6cd7601b: Preparing 02:46:31 097100c76c15: Preparing 02:46:31 45e670cc2da4: Waiting 02:46:31 41577b524d56: Waiting 02:46:31 c5fc7d67a7bc: Waiting 02:46:31 62b1328e3913: Waiting 02:46:31 848a6cd7601b: Waiting 02:46:31 097100c76c15: Waiting 02:46:31 f8777447a4f2: Layer already exists 02:46:31 e32e88c67235: Layer already exists 02:46:31 eb17058b61e7: Layer already exists 02:46:31 7e94cb65fc9a: Layer already exists 02:46:31 872a9dff4881: Layer already exists 02:46:31 62b1328e3913: Layer already exists 02:46:31 c5fc7d67a7bc: Layer already exists 02:46:31 45e670cc2da4: Layer already exists 02:46:31 41577b524d56: Layer already exists 02:46:31 848a6cd7601b: Layer already exists 02:46:31 097100c76c15: Layer already exists 02:46:31 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:31 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:46:32 7e94cb65fc9a: Preparing 02:46:32 f8777447a4f2: Preparing 02:46:32 872a9dff4881: Preparing 02:46:32 e32e88c67235: Preparing 02:46:32 eb17058b61e7: Preparing 02:46:32 45e670cc2da4: Preparing 02:46:32 41577b524d56: Preparing 02:46:32 c5fc7d67a7bc: Preparing 02:46:32 62b1328e3913: Preparing 02:46:32 848a6cd7601b: Preparing 02:46:32 097100c76c15: Preparing 02:46:32 848a6cd7601b: Waiting 02:46:32 c5fc7d67a7bc: Waiting 02:46:32 62b1328e3913: Waiting 02:46:32 097100c76c15: Waiting 02:46:32 45e670cc2da4: Waiting 02:46:32 41577b524d56: Waiting 02:46:32 7e94cb65fc9a: Layer already exists 02:46:32 e32e88c67235: Layer already exists 02:46:32 872a9dff4881: Layer already exists 02:46:32 eb17058b61e7: Layer already exists 02:46:32 f8777447a4f2: Layer already exists 02:46:32 c5fc7d67a7bc: Layer already exists 02:46:32 45e670cc2da4: Layer already exists 02:46:32 41577b524d56: Layer already exists 02:46:32 62b1328e3913: Layer already exists 02:46:32 097100c76c15: Layer already exists 02:46:32 848a6cd7601b: Layer already exists 02:46:32 main: digest: sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:32 ===================================================== [Pipeline] echo 02:46:32 taggedImages: 02:46:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:46:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 02:46:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:32 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:46:32 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:46:32 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:32 latest 02:46:32 4.1.0-dev.62 02:46:32 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:32 main 02:46:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:46:32 2035d49b4aab: Preparing 02:46:32 a9707ad6492b: Preparing 02:46:32 848c3f5c312a: Preparing 02:46:32 5703e46c9109: Preparing 02:46:32 f40746c0bfb3: Preparing 02:46:32 1508d80e942d: Preparing 02:46:32 a1d36148ea52: Preparing 02:46:32 45e670cc2da4: Preparing 02:46:32 41577b524d56: Preparing 02:46:32 ebaf57b3086d: Preparing 02:46:32 7b3c27ae61e2: Preparing 02:46:32 097100c76c15: Preparing 02:46:32 1508d80e942d: Waiting 02:46:32 7b3c27ae61e2: Waiting 02:46:32 a1d36148ea52: Waiting 02:46:32 ebaf57b3086d: Waiting 02:46:32 41577b524d56: Waiting 02:46:32 097100c76c15: Waiting 02:46:32 45e670cc2da4: Waiting 02:46:32 f40746c0bfb3: Pushed 02:46:32 a9707ad6492b: Pushed 02:46:32 2035d49b4aab: Pushed 02:46:32 45e670cc2da4: Layer already exists 02:46:32 41577b524d56: Layer already exists 02:46:32 1508d80e942d: Pushed 02:46:33 a1d36148ea52: Pushed 02:46:33 097100c76c15: Layer already exists 02:46:33 ebaf57b3086d: Pushed 02:46:34 7b3c27ae61e2: Pushed 02:46:35 5703e46c9109: Pushed 02:46:35 848c3f5c312a: Pushed 02:46:36 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:36 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:36 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:46:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:46:36 2035d49b4aab: Preparing 02:46:36 a9707ad6492b: Preparing 02:46:36 848c3f5c312a: Preparing 02:46:36 5703e46c9109: Preparing 02:46:36 f40746c0bfb3: Preparing 02:46:36 1508d80e942d: Preparing 02:46:36 a1d36148ea52: Preparing 02:46:36 45e670cc2da4: Preparing 02:46:36 41577b524d56: Preparing 02:46:36 ebaf57b3086d: Preparing 02:46:36 7b3c27ae61e2: Preparing 02:46:36 097100c76c15: Preparing 02:46:36 1508d80e942d: Waiting 02:46:36 a1d36148ea52: Waiting 02:46:36 41577b524d56: Waiting 02:46:36 45e670cc2da4: Waiting 02:46:36 ebaf57b3086d: Waiting 02:46:36 097100c76c15: Waiting 02:46:36 7b3c27ae61e2: Waiting 02:46:36 5703e46c9109: Layer already exists 02:46:36 a9707ad6492b: Layer already exists 02:46:36 2035d49b4aab: Layer already exists 02:46:36 f40746c0bfb3: Layer already exists 02:46:36 848c3f5c312a: Layer already exists 02:46:36 a1d36148ea52: Layer already exists 02:46:36 1508d80e942d: Layer already exists 02:46:36 45e670cc2da4: Layer already exists 02:46:36 41577b524d56: Layer already exists 02:46:36 ebaf57b3086d: Layer already exists 02:46:36 097100c76c15: Layer already exists 02:46:36 7b3c27ae61e2: Layer already exists 02:46:36 latest: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 02:46:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:46:37 2035d49b4aab: Preparing 02:46:37 a9707ad6492b: Preparing 02:46:37 848c3f5c312a: Preparing 02:46:37 5703e46c9109: Preparing 02:46:37 f40746c0bfb3: Preparing 02:46:37 1508d80e942d: Preparing 02:46:37 a1d36148ea52: Preparing 02:46:37 45e670cc2da4: Preparing 02:46:37 41577b524d56: Preparing 02:46:37 ebaf57b3086d: Preparing 02:46:37 7b3c27ae61e2: Preparing 02:46:37 097100c76c15: Preparing 02:46:37 1508d80e942d: Waiting 02:46:37 a1d36148ea52: Waiting 02:46:37 45e670cc2da4: Waiting 02:46:37 41577b524d56: Waiting 02:46:37 ebaf57b3086d: Waiting 02:46:37 7b3c27ae61e2: Waiting 02:46:37 097100c76c15: Waiting 02:46:37 2035d49b4aab: Layer already exists 02:46:37 5703e46c9109: Layer already exists 02:46:37 a9707ad6492b: Layer already exists 02:46:37 848c3f5c312a: Layer already exists 02:46:37 f40746c0bfb3: Layer already exists 02:46:37 1508d80e942d: Layer already exists 02:46:37 a1d36148ea52: Layer already exists 02:46:37 ebaf57b3086d: Layer already exists 02:46:37 41577b524d56: Layer already exists 02:46:37 45e670cc2da4: Layer already exists 02:46:37 7b3c27ae61e2: Layer already exists 02:46:37 097100c76c15: Layer already exists 02:46:37 4.1.0-dev.62: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:37 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:46:38 2035d49b4aab: Preparing 02:46:38 a9707ad6492b: Preparing 02:46:38 848c3f5c312a: Preparing 02:46:38 5703e46c9109: Preparing 02:46:38 f40746c0bfb3: Preparing 02:46:38 1508d80e942d: Preparing 02:46:38 a1d36148ea52: Preparing 02:46:38 45e670cc2da4: Preparing 02:46:38 41577b524d56: Preparing 02:46:38 1508d80e942d: Waiting 02:46:38 a1d36148ea52: Waiting 02:46:38 45e670cc2da4: Waiting 02:46:38 41577b524d56: Waiting 02:46:38 ebaf57b3086d: Preparing 02:46:38 7b3c27ae61e2: Preparing 02:46:38 ebaf57b3086d: Waiting 02:46:38 097100c76c15: Preparing 02:46:38 7b3c27ae61e2: Waiting 02:46:38 097100c76c15: Waiting 02:46:38 5703e46c9109: Layer already exists 02:46:38 848c3f5c312a: Layer already exists 02:46:38 2035d49b4aab: Layer already exists 02:46:38 f40746c0bfb3: Layer already exists 02:46:38 a9707ad6492b: Layer already exists 02:46:38 a1d36148ea52: Layer already exists 02:46:38 1508d80e942d: Layer already exists 02:46:38 41577b524d56: Layer already exists 02:46:38 45e670cc2da4: Layer already exists 02:46:38 ebaf57b3086d: Layer already exists 02:46:38 097100c76c15: Layer already exists 02:46:38 7b3c27ae61e2: Layer already exists 02:46:38 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:38 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:46:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:46:38 2035d49b4aab: Preparing 02:46:38 a9707ad6492b: Preparing 02:46:38 848c3f5c312a: Preparing 02:46:38 5703e46c9109: Preparing 02:46:38 f40746c0bfb3: Preparing 02:46:38 1508d80e942d: Preparing 02:46:38 a1d36148ea52: Preparing 02:46:38 45e670cc2da4: Preparing 02:46:38 41577b524d56: Preparing 02:46:38 ebaf57b3086d: Preparing 02:46:38 7b3c27ae61e2: Preparing 02:46:38 097100c76c15: Preparing 02:46:38 1508d80e942d: Waiting 02:46:38 a1d36148ea52: Waiting 02:46:38 45e670cc2da4: Waiting 02:46:38 41577b524d56: Waiting 02:46:38 ebaf57b3086d: Waiting 02:46:38 7b3c27ae61e2: Waiting 02:46:38 097100c76c15: Waiting 02:46:38 2035d49b4aab: Layer already exists 02:46:38 a9707ad6492b: Layer already exists 02:46:38 f40746c0bfb3: Layer already exists 02:46:38 5703e46c9109: Layer already exists 02:46:38 848c3f5c312a: Layer already exists 02:46:38 a1d36148ea52: Layer already exists 02:46:38 1508d80e942d: Layer already exists 02:46:38 45e670cc2da4: Layer already exists 02:46:38 41577b524d56: Layer already exists 02:46:38 ebaf57b3086d: Layer already exists 02:46:38 7b3c27ae61e2: Layer already exists 02:46:38 097100c76c15: Layer already exists 02:46:38 main: digest: sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:38 ===================================================== [Pipeline] echo 02:46:38 taggedImages: 02:46:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:46:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 02:46:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:38 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:46:38 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:46:38 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:38 latest 02:46:38 4.1.0-dev.62 02:46:38 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:38 main 02:46:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:46:39 d903b2df06a9: Preparing 02:46:39 d0e639a6849f: Preparing 02:46:39 45e670cc2da4: Preparing 02:46:39 41577b524d56: Preparing 02:46:39 33ab9b19e7c5: Preparing 02:46:39 942f37d83752: Preparing 02:46:39 097100c76c15: Preparing 02:46:39 097100c76c15: Waiting 02:46:39 942f37d83752: Waiting 02:46:39 41577b524d56: Layer already exists 02:46:39 45e670cc2da4: Layer already exists 02:46:39 097100c76c15: Layer already exists 02:46:39 d903b2df06a9: Pushed 02:46:39 33ab9b19e7c5: Pushed 02:46:40 942f37d83752: Pushed 02:46:42 d0e639a6849f: Pushed 02:46:42 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:43 + 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 02:46:43 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:46:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:46:43 d903b2df06a9: Preparing 02:46:43 d0e639a6849f: Preparing 02:46:43 45e670cc2da4: Preparing 02:46:43 41577b524d56: Preparing 02:46:43 33ab9b19e7c5: Preparing 02:46:43 942f37d83752: Preparing 02:46:43 097100c76c15: Preparing 02:46:43 097100c76c15: Waiting 02:46:43 942f37d83752: Waiting 02:46:43 d903b2df06a9: Layer already exists 02:46:43 45e670cc2da4: Layer already exists 02:46:43 33ab9b19e7c5: Layer already exists 02:46:43 d0e639a6849f: Layer already exists 02:46:43 41577b524d56: Layer already exists 02:46:43 942f37d83752: Layer already exists 02:46:43 097100c76c15: Layer already exists 02:46:43 latest: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:43 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 02:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:46:44 d903b2df06a9: Preparing 02:46:44 d0e639a6849f: Preparing 02:46:44 45e670cc2da4: Preparing 02:46:44 41577b524d56: Preparing 02:46:44 33ab9b19e7c5: Preparing 02:46:44 942f37d83752: Preparing 02:46:44 097100c76c15: Preparing 02:46:44 942f37d83752: Waiting 02:46:44 097100c76c15: Waiting 02:46:44 41577b524d56: Layer already exists 02:46:44 d903b2df06a9: Layer already exists 02:46:44 d0e639a6849f: Layer already exists 02:46:44 45e670cc2da4: Layer already exists 02:46:44 33ab9b19e7c5: Layer already exists 02:46:44 942f37d83752: Layer already exists 02:46:44 097100c76c15: Layer already exists 02:46:44 4.1.0-dev.62: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:44 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:44 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:46:44 d903b2df06a9: Preparing 02:46:44 d0e639a6849f: Preparing 02:46:44 45e670cc2da4: Preparing 02:46:44 41577b524d56: Preparing 02:46:44 33ab9b19e7c5: Preparing 02:46:44 942f37d83752: Preparing 02:46:44 097100c76c15: Preparing 02:46:44 942f37d83752: Waiting 02:46:44 097100c76c15: Waiting 02:46:44 41577b524d56: Layer already exists 02:46:44 d0e639a6849f: Layer already exists 02:46:44 45e670cc2da4: Layer already exists 02:46:44 d903b2df06a9: Layer already exists 02:46:44 33ab9b19e7c5: Layer already exists 02:46:44 942f37d83752: Layer already exists 02:46:44 097100c76c15: Layer already exists 02:46:44 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:45 + 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 02:46:45 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:46:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:46:45 d903b2df06a9: Preparing 02:46:45 d0e639a6849f: Preparing 02:46:45 45e670cc2da4: Preparing 02:46:45 41577b524d56: Preparing 02:46:45 33ab9b19e7c5: Preparing 02:46:45 942f37d83752: Preparing 02:46:45 097100c76c15: Preparing 02:46:45 942f37d83752: Waiting 02:46:45 097100c76c15: Waiting 02:46:45 45e670cc2da4: Layer already exists 02:46:45 33ab9b19e7c5: Layer already exists 02:46:45 d903b2df06a9: Layer already exists 02:46:45 41577b524d56: Layer already exists 02:46:45 d0e639a6849f: Layer already exists 02:46:45 097100c76c15: Layer already exists 02:46:45 942f37d83752: Layer already exists 02:46:45 main: digest: sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:46:45 ===================================================== [Pipeline] echo 02:46:45 taggedImages: 02:46:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:46:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 02:46:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:45 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:46:45 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:46:45 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:45 latest 02:46:45 4.1.0-dev.62 02:46:45 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:46:45 main 02:46:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:45 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:46:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:46:46 6a3e294d9341: Preparing 02:46:46 6c77073a6a53: Preparing 02:46:46 fd76c59d1ff8: Preparing 02:46:46 45e670cc2da4: Preparing 02:46:46 41577b524d56: Preparing 02:46:46 59dbafaacbbe: Preparing 02:46:46 20231f40ef89: Preparing 02:46:46 1bd66b5be710: Preparing 02:46:46 6aaeaddd9c78: Preparing 02:46:46 097100c76c15: Preparing 02:46:46 6aaeaddd9c78: Waiting 02:46:46 097100c76c15: Waiting 02:46:46 20231f40ef89: Waiting 02:46:46 1bd66b5be710: Waiting 02:46:46 59dbafaacbbe: Waiting 02:46:46 41577b524d56: Layer already exists 02:46:46 45e670cc2da4: Layer already exists 02:46:46 fd76c59d1ff8: Pushed 02:46:46 6c77073a6a53: Pushed 02:46:46 6a3e294d9341: Pushed 02:46:46 097100c76c15: Layer already exists 02:46:46 1bd66b5be710: Pushed 02:46:46 6aaeaddd9c78: Pushed 02:46:50 20231f40ef89: Pushed 02:46:59 59dbafaacbbe: Pushed 02:46:59 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:59 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:46:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:46:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:46:59 6a3e294d9341: Preparing 02:46:59 6c77073a6a53: Preparing 02:46:59 fd76c59d1ff8: Preparing 02:46:59 45e670cc2da4: Preparing 02:46:59 41577b524d56: Preparing 02:46:59 59dbafaacbbe: Preparing 02:46:59 20231f40ef89: Preparing 02:46:59 1bd66b5be710: Preparing 02:46:59 6aaeaddd9c78: Preparing 02:46:59 097100c76c15: Preparing 02:46:59 1bd66b5be710: Waiting 02:46:59 20231f40ef89: Waiting 02:46:59 6aaeaddd9c78: Waiting 02:46:59 097100c76c15: Waiting 02:46:59 59dbafaacbbe: Waiting 02:46:59 fd76c59d1ff8: Layer already exists 02:46:59 41577b524d56: Layer already exists 02:46:59 6a3e294d9341: Layer already exists 02:46:59 6c77073a6a53: Layer already exists 02:46:59 45e670cc2da4: Layer already exists 02:46:59 20231f40ef89: Layer already exists 02:46:59 59dbafaacbbe: Layer already exists 02:46:59 6aaeaddd9c78: Layer already exists 02:46:59 1bd66b5be710: Layer already exists 02:46:59 097100c76c15: Layer already exists 02:46:59 latest: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 02:47:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:47:00 6a3e294d9341: Preparing 02:47:00 6c77073a6a53: Preparing 02:47:00 fd76c59d1ff8: Preparing 02:47:00 45e670cc2da4: Preparing 02:47:00 41577b524d56: Preparing 02:47:00 59dbafaacbbe: Preparing 02:47:00 20231f40ef89: Preparing 02:47:00 1bd66b5be710: Preparing 02:47:00 6aaeaddd9c78: Preparing 02:47:00 097100c76c15: Preparing 02:47:00 097100c76c15: Waiting 02:47:00 6aaeaddd9c78: Waiting 02:47:00 1bd66b5be710: Waiting 02:47:00 59dbafaacbbe: Waiting 02:47:00 20231f40ef89: Waiting 02:47:00 6c77073a6a53: Layer already exists 02:47:00 41577b524d56: Layer already exists 02:47:00 45e670cc2da4: Layer already exists 02:47:00 fd76c59d1ff8: Layer already exists 02:47:00 6a3e294d9341: Layer already exists 02:47:00 59dbafaacbbe: Layer already exists 02:47:00 1bd66b5be710: Layer already exists 02:47:00 20231f40ef89: Layer already exists 02:47:00 097100c76c15: Layer already exists 02:47:00 6aaeaddd9c78: Layer already exists 02:47:00 4.1.0-dev.62: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:47:01 6a3e294d9341: Preparing 02:47:01 6c77073a6a53: Preparing 02:47:01 fd76c59d1ff8: Preparing 02:47:01 45e670cc2da4: Preparing 02:47:01 41577b524d56: Preparing 02:47:01 59dbafaacbbe: Preparing 02:47:01 20231f40ef89: Preparing 02:47:01 1bd66b5be710: Preparing 02:47:01 6aaeaddd9c78: Preparing 02:47:01 097100c76c15: Preparing 02:47:01 1bd66b5be710: Waiting 02:47:01 59dbafaacbbe: Waiting 02:47:01 20231f40ef89: Waiting 02:47:01 6aaeaddd9c78: Waiting 02:47:01 097100c76c15: Waiting 02:47:01 45e670cc2da4: Layer already exists 02:47:01 6c77073a6a53: Layer already exists 02:47:01 41577b524d56: Layer already exists 02:47:01 6a3e294d9341: Layer already exists 02:47:01 fd76c59d1ff8: Layer already exists 02:47:01 59dbafaacbbe: Layer already exists 02:47:01 6aaeaddd9c78: Layer already exists 02:47:01 20231f40ef89: Layer already exists 02:47:01 1bd66b5be710: Layer already exists 02:47:01 097100c76c15: Layer already exists 02:47:01 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:47:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:47:01 6a3e294d9341: Preparing 02:47:01 6c77073a6a53: Preparing 02:47:01 fd76c59d1ff8: Preparing 02:47:01 45e670cc2da4: Preparing 02:47:01 41577b524d56: Preparing 02:47:01 59dbafaacbbe: Preparing 02:47:01 20231f40ef89: Preparing 02:47:01 1bd66b5be710: Preparing 02:47:01 6aaeaddd9c78: Preparing 02:47:01 097100c76c15: Preparing 02:47:01 6aaeaddd9c78: Waiting 02:47:01 1bd66b5be710: Waiting 02:47:01 097100c76c15: Waiting 02:47:01 59dbafaacbbe: Waiting 02:47:01 20231f40ef89: Waiting 02:47:01 45e670cc2da4: Layer already exists 02:47:01 fd76c59d1ff8: Layer already exists 02:47:01 6c77073a6a53: Layer already exists 02:47:01 41577b524d56: Layer already exists 02:47:01 6a3e294d9341: Layer already exists 02:47:01 6aaeaddd9c78: Layer already exists 02:47:01 59dbafaacbbe: Layer already exists 02:47:01 097100c76c15: Layer already exists 02:47:01 1bd66b5be710: Layer already exists 02:47:01 20231f40ef89: Layer already exists 02:47:01 main: digest: sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:01 ===================================================== [Pipeline] echo 02:47:01 taggedImages: 02:47:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:47:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 02:47:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:01 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:47:01 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:47:01 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:01 latest 02:47:01 4.1.0-dev.62 02:47:01 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:01 main 02:47:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:47:02 43549a9ec848: Preparing 02:47:02 9586de559de3: Preparing 02:47:02 db8f8d11d2d6: Preparing 02:47:02 45e670cc2da4: Preparing 02:47:02 41577b524d56: Preparing 02:47:02 d27b6d467a41: Preparing 02:47:02 4937e04fba87: Preparing 02:47:02 5d7d6b9058a7: Preparing 02:47:02 097100c76c15: Preparing 02:47:02 4937e04fba87: Waiting 02:47:02 097100c76c15: Waiting 02:47:02 d27b6d467a41: Waiting 02:47:02 5d7d6b9058a7: Waiting 02:47:02 45e670cc2da4: Layer already exists 02:47:02 41577b524d56: Layer already exists 02:47:02 db8f8d11d2d6: Pushed 02:47:02 9586de559de3: Pushed 02:47:02 43549a9ec848: Pushed 02:47:02 097100c76c15: Layer already exists 02:47:02 4937e04fba87: Pushed 02:47:02 5d7d6b9058a7: Pushed 02:47:11 #84 ... 02:47:11 02:47:11 #92 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #92 DONE 91.9s 02:47:11 02:47:11 #93 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #93 DONE 101.8s 02:47:11 02:47:11 #119 [core-data builder 6/7] COPY . . 02:47:11 #119 ... 02:47:11 02:47:11 #84 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #84 DONE 100.0s 02:47:11 02:47:11 #95 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #95 DONE 101.9s 02:47:11 02:47:11 #94 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #94 DONE 101.6s 02:47:11 02:47:11 #91 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #91 DONE 94.4s 02:47:11 02:47:11 #120 [core-keeper builder 7/8] COPY . . 02:47:11 #120 DONE 1.9s 02:47:11 02:47:11 #121 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #121 CACHED 02:47:11 02:47:11 #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:47:11 #122 CACHED 02:47:11 02:47:11 #123 [core-metadata builder 6/7] COPY . . 02:47:11 #123 CACHED 02:47:11 02:47:11 #124 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #124 CACHED 02:47:11 02:47:11 #125 [core-command builder 4/7] COPY go.mod vendor* ./ 02:47:11 #125 CACHED 02:47:11 02:47:11 #126 [core-command builder 6/7] COPY . . 02:47:11 #126 CACHED 02:47:11 02:47:11 #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #127 CACHED 02:47:11 02:47:11 #128 [security-proxy-auth builder 6/7] COPY . . 02:47:11 #128 CACHED 02:47:11 02:47:11 #129 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:47:11 #129 CACHED 02:47:11 02:47:11 #130 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:47:11 #130 CACHED 02:47:11 02:47:11 #131 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #131 CACHED 02:47:11 02:47:11 #132 [core-common-config-bootstrapper builder 6/7] COPY . . 02:47:11 #132 CACHED 02:47:11 02:47:11 #133 [support-notifications builder 6/7] COPY . . 02:47:11 #133 DONE 1.9s 02:47:11 02:47:11 #134 [security-spiffe-token-provider builder 6/7] COPY . . 02:47:11 #134 DONE 2.0s 02:47:11 02:47:11 #119 [core-data builder 6/7] COPY . . 02:47:11 #119 DONE 2.0s 02:47:11 02:47:11 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:47:11 #135 ... 02:47:11 02:47:11 #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:47:11 #136 CACHED 02:47:11 02:47:11 #137 [security-secretstore-setup builder 6/7] COPY . . 02:47:11 #137 CACHED 02:47:11 02:47:11 #138 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #138 CACHED 02:47:11 02:47:11 #139 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:47:11 #139 CACHED 02:47:11 02:47:11 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:47:11 #140 CACHED 02:47:11 02:47:11 #141 [security-proxy-setup builder 6/7] COPY . . 02:47:11 #141 CACHED 02:47:11 02:47:11 #142 [support-scheduler builder 6/7] COPY . . 02:47:11 #142 DONE 2.0s 02:47:11 02:47:11 #143 [security-bootstrapper builder 6/7] COPY . . 02:47:11 #143 DONE 2.0s 02:47:11 02:47:11 #144 [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:47:12 #144 5.291 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:47:12 #144 ... 02:47:12 02:47:12 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:47:12 #135 5.380 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:47:15 d27b6d467a41: Pushed 02:47:15 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:15 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:47:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:47:15 43549a9ec848: Preparing 02:47:15 9586de559de3: Preparing 02:47:15 db8f8d11d2d6: Preparing 02:47:15 45e670cc2da4: Preparing 02:47:15 41577b524d56: Preparing 02:47:15 d27b6d467a41: Preparing 02:47:15 4937e04fba87: Preparing 02:47:15 5d7d6b9058a7: Preparing 02:47:15 097100c76c15: Preparing 02:47:15 d27b6d467a41: Waiting 02:47:15 4937e04fba87: Waiting 02:47:15 5d7d6b9058a7: Waiting 02:47:15 097100c76c15: Waiting 02:47:15 db8f8d11d2d6: Layer already exists 02:47:15 41577b524d56: Layer already exists 02:47:15 43549a9ec848: Layer already exists 02:47:15 45e670cc2da4: Layer already exists 02:47:15 9586de559de3: Layer already exists 02:47:15 d27b6d467a41: Layer already exists 02:47:15 4937e04fba87: Layer already exists 02:47:15 097100c76c15: Layer already exists 02:47:15 5d7d6b9058a7: Layer already exists 02:47:15 latest: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 02:47:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:47:16 43549a9ec848: Preparing 02:47:16 9586de559de3: Preparing 02:47:16 db8f8d11d2d6: Preparing 02:47:16 45e670cc2da4: Preparing 02:47:16 41577b524d56: Preparing 02:47:16 d27b6d467a41: Preparing 02:47:16 4937e04fba87: Preparing 02:47:16 5d7d6b9058a7: Preparing 02:47:16 097100c76c15: Preparing 02:47:16 d27b6d467a41: Waiting 02:47:16 4937e04fba87: Waiting 02:47:16 5d7d6b9058a7: Waiting 02:47:16 097100c76c15: Waiting 02:47:16 43549a9ec848: Layer already exists 02:47:16 9586de559de3: Layer already exists 02:47:16 db8f8d11d2d6: Layer already exists 02:47:16 41577b524d56: Layer already exists 02:47:16 45e670cc2da4: Layer already exists 02:47:16 4937e04fba87: Layer already exists 02:47:16 d27b6d467a41: Layer already exists 02:47:16 5d7d6b9058a7: Layer already exists 02:47:16 097100c76c15: Layer already exists 02:47:16 4.1.0-dev.62: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:16 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:47:17 43549a9ec848: Preparing 02:47:17 9586de559de3: Preparing 02:47:17 db8f8d11d2d6: Preparing 02:47:17 45e670cc2da4: Preparing 02:47:17 41577b524d56: Preparing 02:47:17 d27b6d467a41: Preparing 02:47:17 4937e04fba87: Preparing 02:47:17 5d7d6b9058a7: Preparing 02:47:17 097100c76c15: Preparing 02:47:17 097100c76c15: Waiting 02:47:17 d27b6d467a41: Waiting 02:47:17 4937e04fba87: Waiting 02:47:17 5d7d6b9058a7: Waiting 02:47:17 9586de559de3: Layer already exists 02:47:17 db8f8d11d2d6: Layer already exists 02:47:17 41577b524d56: Layer already exists 02:47:17 43549a9ec848: Layer already exists 02:47:17 45e670cc2da4: Layer already exists 02:47:17 4937e04fba87: Layer already exists 02:47:17 5d7d6b9058a7: Layer already exists 02:47:17 097100c76c15: Layer already exists 02:47:17 d27b6d467a41: Layer already exists 02:47:17 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:17 #135 ... 02:47:17 02:47:17 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:47:17 #0 5.868 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:47:17 #145 ... 02:47:17 02:47:17 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:47:17 #0 4.472 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:47:17 #146 ... 02:47:17 02:47:17 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:47:17 #0 5.287 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:47:17 #147 ... 02:47:17 02:47:17 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:47:17 #0 5.075 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:47:17 #148 ... 02:47:17 02:47:17 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:47:17 #0 5.654 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:47:17 #149 ... 02:47:17 02:47:17 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:47:17 #0 4.583 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:47:17 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:17 #150 ... 02:47:17 02:47:17 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:47:17 #0 5.603 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:47:17 #151 ... 02:47:17 02:47:17 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:47:17 #0 5.772 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:47:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:47:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:47:17 43549a9ec848: Preparing 02:47:17 9586de559de3: Preparing 02:47:17 db8f8d11d2d6: Preparing 02:47:17 45e670cc2da4: Preparing 02:47:17 41577b524d56: Preparing 02:47:17 d27b6d467a41: Preparing 02:47:17 4937e04fba87: Preparing 02:47:17 5d7d6b9058a7: Preparing 02:47:17 097100c76c15: Preparing 02:47:17 d27b6d467a41: Waiting 02:47:17 5d7d6b9058a7: Waiting 02:47:17 4937e04fba87: Waiting 02:47:17 097100c76c15: Waiting 02:47:17 45e670cc2da4: Layer already exists 02:47:17 41577b524d56: Layer already exists 02:47:17 43549a9ec848: Layer already exists 02:47:17 9586de559de3: Layer already exists 02:47:17 db8f8d11d2d6: Layer already exists 02:47:17 d27b6d467a41: Layer already exists 02:47:17 097100c76c15: Layer already exists 02:47:17 4937e04fba87: Layer already exists 02:47:17 5d7d6b9058a7: Layer already exists 02:47:17 main: digest: sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:17 ===================================================== [Pipeline] echo 02:47:17 taggedImages: 02:47:17 - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:17 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:47:17 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 02:47:17 - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:17 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:47:17 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:47:17 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:17 latest 02:47:17 4.1.0-dev.62 02:47:17 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:17 main 02:47:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:18 #152 ... 02:47:18 02:47:18 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:47:18 #0 5.069 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:47:18 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 02:47:18 #153 ... 02:47:18 02:47:18 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:47:18 #0 5.204 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [Pipeline] sh 02:47:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:47:18 6a3e294d9341: Preparing 02:47:18 26153289d518: Preparing 02:47:18 22688585dc3f: Preparing 02:47:18 45e670cc2da4: Preparing 02:47:18 41577b524d56: Preparing 02:47:18 d27b6d467a41: Preparing 02:47:18 1bd66b5be710: Preparing 02:47:18 6aaeaddd9c78: Preparing 02:47:18 097100c76c15: Preparing 02:47:18 1bd66b5be710: Waiting 02:47:18 6aaeaddd9c78: Waiting 02:47:18 d27b6d467a41: Waiting 02:47:18 097100c76c15: Waiting 02:47:18 6a3e294d9341: Layer already exists 02:47:18 45e670cc2da4: Layer already exists 02:47:18 41577b524d56: Layer already exists 02:47:18 d27b6d467a41: Layer already exists 02:47:18 1bd66b5be710: Layer already exists 02:47:18 6aaeaddd9c78: Layer already exists 02:47:18 097100c76c15: Layer already exists 02:47:18 26153289d518: Pushed 02:47:18 22688585dc3f: Pushed 02:47:18 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:47:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:47:19 6a3e294d9341: Preparing 02:47:19 26153289d518: Preparing 02:47:19 22688585dc3f: Preparing 02:47:19 45e670cc2da4: Preparing 02:47:19 41577b524d56: Preparing 02:47:19 d27b6d467a41: Preparing 02:47:19 1bd66b5be710: Preparing 02:47:19 6aaeaddd9c78: Preparing 02:47:19 097100c76c15: Preparing 02:47:19 d27b6d467a41: Waiting 02:47:19 1bd66b5be710: Waiting 02:47:19 6aaeaddd9c78: Waiting 02:47:19 097100c76c15: Waiting 02:47:19 41577b524d56: Layer already exists 02:47:19 45e670cc2da4: Layer already exists 02:47:19 6a3e294d9341: Layer already exists 02:47:19 22688585dc3f: Layer already exists 02:47:19 26153289d518: Layer already exists 02:47:19 1bd66b5be710: Layer already exists 02:47:19 d27b6d467a41: Layer already exists 02:47:19 097100c76c15: Layer already exists 02:47:19 6aaeaddd9c78: Layer already exists 02:47:19 latest: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:19 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 02:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:47:20 6a3e294d9341: Preparing 02:47:20 26153289d518: Preparing 02:47:20 22688585dc3f: Preparing 02:47:20 45e670cc2da4: Preparing 02:47:20 41577b524d56: Preparing 02:47:20 d27b6d467a41: Preparing 02:47:20 1bd66b5be710: Preparing 02:47:20 6aaeaddd9c78: Preparing 02:47:20 097100c76c15: Preparing 02:47:20 1bd66b5be710: Waiting 02:47:20 097100c76c15: Waiting 02:47:20 d27b6d467a41: Waiting 02:47:20 6aaeaddd9c78: Waiting 02:47:20 45e670cc2da4: Layer already exists 02:47:20 22688585dc3f: Layer already exists 02:47:20 26153289d518: Layer already exists 02:47:20 41577b524d56: Layer already exists 02:47:20 6a3e294d9341: Layer already exists 02:47:20 1bd66b5be710: Layer already exists 02:47:20 d27b6d467a41: Layer already exists 02:47:20 097100c76c15: Layer already exists 02:47:20 6aaeaddd9c78: Layer already exists 02:47:20 4.1.0-dev.62: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:47:20 6a3e294d9341: Preparing 02:47:20 26153289d518: Preparing 02:47:20 22688585dc3f: Preparing 02:47:20 45e670cc2da4: Preparing 02:47:20 41577b524d56: Preparing 02:47:20 d27b6d467a41: Preparing 02:47:20 1bd66b5be710: Preparing 02:47:20 6aaeaddd9c78: Preparing 02:47:20 097100c76c15: Preparing 02:47:20 1bd66b5be710: Waiting 02:47:20 6aaeaddd9c78: Waiting 02:47:20 d27b6d467a41: Waiting 02:47:20 097100c76c15: Waiting 02:47:20 45e670cc2da4: Layer already exists 02:47:20 26153289d518: Layer already exists 02:47:20 22688585dc3f: Layer already exists 02:47:20 6a3e294d9341: Layer already exists 02:47:20 41577b524d56: Layer already exists 02:47:20 6aaeaddd9c78: Layer already exists 02:47:20 d27b6d467a41: Layer already exists 02:47:20 1bd66b5be710: Layer already exists 02:47:20 097100c76c15: Layer already exists 02:47:20 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:47:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:47:21 6a3e294d9341: Preparing 02:47:21 26153289d518: Preparing 02:47:21 22688585dc3f: Preparing 02:47:21 45e670cc2da4: Preparing 02:47:21 41577b524d56: Preparing 02:47:21 d27b6d467a41: Preparing 02:47:21 1bd66b5be710: Preparing 02:47:21 6aaeaddd9c78: Preparing 02:47:21 097100c76c15: Preparing 02:47:21 1bd66b5be710: Waiting 02:47:21 097100c76c15: Waiting 02:47:21 6aaeaddd9c78: Waiting 02:47:21 d27b6d467a41: Waiting 02:47:21 22688585dc3f: Layer already exists 02:47:21 45e670cc2da4: Layer already exists 02:47:21 26153289d518: Layer already exists 02:47:21 6a3e294d9341: Layer already exists 02:47:21 41577b524d56: Layer already exists 02:47:21 1bd66b5be710: Layer already exists 02:47:21 d27b6d467a41: Layer already exists 02:47:21 6aaeaddd9c78: Layer already exists 02:47:21 097100c76c15: Layer already exists 02:47:21 main: digest: sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:21 ===================================================== [Pipeline] echo 02:47:21 taggedImages: 02:47:21 - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:21 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:47:21 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 02:47:21 - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:21 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:47:21 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:47:21 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:21 latest 02:47:21 4.1.0-dev.62 02:47:21 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:21 main 02:47:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:47:22 da975d006996: Preparing 02:47:22 0ac975fc017b: Preparing 02:47:22 45e670cc2da4: Preparing 02:47:22 41577b524d56: Preparing 02:47:22 1db397cf121b: Preparing 02:47:22 6cbeef3dc2e0: Preparing 02:47:22 097100c76c15: Preparing 02:47:22 097100c76c15: Waiting 02:47:22 6cbeef3dc2e0: Waiting 02:47:22 45e670cc2da4: Layer already exists 02:47:22 41577b524d56: Layer already exists 02:47:22 097100c76c15: Layer already exists 02:47:22 da975d006996: Pushed 02:47:22 1db397cf121b: Pushed 02:47:23 6cbeef3dc2e0: Pushed 02:47:26 0ac975fc017b: Pushed 02:47:26 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:47:27 da975d006996: Preparing 02:47:27 0ac975fc017b: Preparing 02:47:27 45e670cc2da4: Preparing 02:47:27 41577b524d56: Preparing 02:47:27 1db397cf121b: Preparing 02:47:27 6cbeef3dc2e0: Preparing 02:47:27 097100c76c15: Preparing 02:47:27 6cbeef3dc2e0: Waiting 02:47:27 097100c76c15: Waiting 02:47:27 41577b524d56: Layer already exists 02:47:27 0ac975fc017b: Layer already exists 02:47:27 45e670cc2da4: Layer already exists 02:47:27 1db397cf121b: Layer already exists 02:47:27 da975d006996: Layer already exists 02:47:27 6cbeef3dc2e0: Layer already exists 02:47:27 097100c76c15: Layer already exists 02:47:27 latest: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 02:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:47:28 da975d006996: Preparing 02:47:28 0ac975fc017b: Preparing 02:47:28 45e670cc2da4: Preparing 02:47:28 41577b524d56: Preparing 02:47:28 1db397cf121b: Preparing 02:47:28 6cbeef3dc2e0: Preparing 02:47:28 097100c76c15: Preparing 02:47:28 6cbeef3dc2e0: Waiting 02:47:28 097100c76c15: Waiting 02:47:28 da975d006996: Layer already exists 02:47:28 0ac975fc017b: Layer already exists 02:47:28 45e670cc2da4: Layer already exists 02:47:28 1db397cf121b: Layer already exists 02:47:28 41577b524d56: Layer already exists 02:47:28 6cbeef3dc2e0: Layer already exists 02:47:28 097100c76c15: Layer already exists 02:47:28 4.1.0-dev.62: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:47:28 da975d006996: Preparing 02:47:28 0ac975fc017b: Preparing 02:47:28 45e670cc2da4: Preparing 02:47:28 41577b524d56: Preparing 02:47:28 1db397cf121b: Preparing 02:47:28 6cbeef3dc2e0: Preparing 02:47:28 097100c76c15: Preparing 02:47:28 6cbeef3dc2e0: Waiting 02:47:28 097100c76c15: Waiting 02:47:28 45e670cc2da4: Layer already exists 02:47:28 1db397cf121b: Layer already exists 02:47:28 41577b524d56: Layer already exists 02:47:28 da975d006996: Layer already exists 02:47:28 0ac975fc017b: Layer already exists 02:47:28 097100c76c15: Layer already exists 02:47:28 6cbeef3dc2e0: Layer already exists 02:47:28 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:47:29 da975d006996: Preparing 02:47:29 0ac975fc017b: Preparing 02:47:29 45e670cc2da4: Preparing 02:47:29 41577b524d56: Preparing 02:47:29 1db397cf121b: Preparing 02:47:29 6cbeef3dc2e0: Preparing 02:47:29 097100c76c15: Preparing 02:47:29 097100c76c15: Waiting 02:47:29 6cbeef3dc2e0: Waiting 02:47:29 1db397cf121b: Layer already exists 02:47:29 45e670cc2da4: Layer already exists 02:47:29 0ac975fc017b: Layer already exists 02:47:29 da975d006996: Layer already exists 02:47:29 41577b524d56: Layer already exists 02:47:29 097100c76c15: Layer already exists 02:47:29 6cbeef3dc2e0: Layer already exists 02:47:29 main: digest: sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:29 ===================================================== [Pipeline] echo 02:47:29 taggedImages: 02:47:29 - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:29 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:47:29 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 02:47:29 - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:29 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:47:29 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:47:29 44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:29 latest 02:47:29 4.1.0-dev.62 02:47:29 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:29 main 02:47:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:47:30 8f2026c516a0: Preparing 02:47:30 4733d5aaad8f: Preparing 02:47:30 45e670cc2da4: Preparing 02:47:30 41577b524d56: Preparing 02:47:30 b789bf9744bd: Preparing 02:47:30 b91765274230: Preparing 02:47:30 097100c76c15: Preparing 02:47:30 b91765274230: Waiting 02:47:30 097100c76c15: Waiting 02:47:30 45e670cc2da4: Layer already exists 02:47:30 41577b524d56: Layer already exists 02:47:30 097100c76c15: Layer already exists 02:47:30 8f2026c516a0: Pushed 02:47:30 b789bf9744bd: Pushed 02:47:30 b91765274230: Pushed 02:47:34 4733d5aaad8f: Pushed 02:47:34 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:47:35 8f2026c516a0: Preparing 02:47:35 4733d5aaad8f: Preparing 02:47:35 45e670cc2da4: Preparing 02:47:35 41577b524d56: Preparing 02:47:35 b789bf9744bd: Preparing 02:47:35 b91765274230: Preparing 02:47:35 097100c76c15: Preparing 02:47:35 b91765274230: Waiting 02:47:35 097100c76c15: Waiting 02:47:35 4733d5aaad8f: Layer already exists 02:47:35 41577b524d56: Layer already exists 02:47:35 45e670cc2da4: Layer already exists 02:47:35 b789bf9744bd: Layer already exists 02:47:35 8f2026c516a0: Layer already exists 02:47:35 b91765274230: Layer already exists 02:47:35 097100c76c15: Layer already exists 02:47:35 latest: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 02:47:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:47:35 8f2026c516a0: Preparing 02:47:35 4733d5aaad8f: Preparing 02:47:35 45e670cc2da4: Preparing 02:47:35 41577b524d56: Preparing 02:47:35 b789bf9744bd: Preparing 02:47:35 b91765274230: Preparing 02:47:35 097100c76c15: Preparing 02:47:35 b91765274230: Waiting 02:47:35 097100c76c15: Waiting 02:47:35 45e670cc2da4: Layer already exists 02:47:35 b789bf9744bd: Layer already exists 02:47:35 8f2026c516a0: Layer already exists 02:47:35 41577b524d56: Layer already exists 02:47:35 4733d5aaad8f: Layer already exists 02:47:35 b91765274230: Layer already exists 02:47:35 097100c76c15: Layer already exists 02:47:35 4.1.0-dev.62: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:47:36 8f2026c516a0: Preparing 02:47:36 4733d5aaad8f: Preparing 02:47:36 45e670cc2da4: Preparing 02:47:36 41577b524d56: Preparing 02:47:36 b789bf9744bd: Preparing 02:47:36 b91765274230: Preparing 02:47:36 097100c76c15: Preparing 02:47:36 b91765274230: Waiting 02:47:36 097100c76c15: Waiting 02:47:36 8f2026c516a0: Layer already exists 02:47:36 4733d5aaad8f: Layer already exists 02:47:36 45e670cc2da4: Layer already exists 02:47:36 41577b524d56: Layer already exists 02:47:36 b789bf9744bd: Layer already exists 02:47:36 b91765274230: Layer already exists 02:47:36 097100c76c15: Layer already exists 02:47:36 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:47:37 8f2026c516a0: Preparing 02:47:37 4733d5aaad8f: Preparing 02:47:37 45e670cc2da4: Preparing 02:47:37 41577b524d56: Preparing 02:47:37 b789bf9744bd: Preparing 02:47:37 b91765274230: Preparing 02:47:37 097100c76c15: Preparing 02:47:37 b91765274230: Waiting 02:47:37 097100c76c15: Waiting 02:47:37 41577b524d56: Layer already exists 02:47:37 b789bf9744bd: Layer already exists 02:47:37 8f2026c516a0: Layer already exists 02:47:37 4733d5aaad8f: Layer already exists 02:47:37 45e670cc2da4: Layer already exists 02:47:37 097100c76c15: Layer already exists 02:47:37 b91765274230: Layer already exists 02:47:37 main: digest: sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:37 ===================================================== [Pipeline] echo 02:47:37 taggedImages: 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:47:37 ========================================================= 02:47:37 [edgeXBuildMultiArch] RAW Config: 02:47:37 images: 02:47:37 - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/core-command:latest 02:47:37 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-command:main 02:47:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:47:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:47:37 - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/core-data:latest 02:47:37 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-data:main 02:47:37 - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:47:37 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:47:37 - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:47:37 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:47:37 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:47:37 settingsFile: 02:47:37 edgex-go-settings 02:47:37 ========================================================= [Pipeline] node 02:47:52 Still waiting to schedule task 02:47:52 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:48:30 Running on prd-centos7-docker-4c-2g-8972 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:48:30 provisioning config files... 02:48:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config6434557272243893958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:33 ---> ****-login.sh 02:48:33 nexus3.edgexfoundry.org:10001 02:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:48:33 Configure a credential helper to remove this warning. See 02:48:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:48:33 02:48:33 Login Succeeded 02:48:33 nexus3.edgexfoundry.org:10002 02:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:48:33 Configure a credential helper to remove this warning. See 02:48:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:48:33 02:48:33 Login Succeeded 02:48:33 nexus3.edgexfoundry.org:10003 02:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:48:33 Configure a credential helper to remove this warning. See 02:48:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:48:33 02:48:33 Login Succeeded 02:48:33 nexus3.edgexfoundry.org:10004 02:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:48:33 Configure a credential helper to remove this warning. See 02:48:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:48:33 02:48:33 Login Succeeded 02:48:33 ****.io 02:48:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:48:33 Configure a credential helper to remove this warning. See 02:48:33 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:48:33 02:48:33 Login Succeeded 02:48:33 ---> ****-login.sh ends [Pipeline] } 02:48:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:48:34 + docker buildx ls 02:48:34 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:48:34 default * docker 02:48:34 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:48:34 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:48:34 edgex-builder [Pipeline] sh 02:48:35 + docker buildx inspect --bootstrap 02:48:35 #1 [internal] booting buildkit 02:48:35 #1 pulling image moby/buildkit:buildx-stable-1 02:48:38 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done 02:48:38 #1 creating container buildx_buildkit_edgex-builder0 02:48:41 #1 creating container buildx_buildkit_edgex-builder0 2.6s done 02:48:41 #1 DONE 5.6s 02:48:41 Name: edgex-builder 02:48:41 Driver: docker-container 02:48:41 02:48:41 Nodes: 02:48:41 Name: edgex-builder0 02:48:41 Endpoint: unix:///var/run/docker.sock 02:48:41 Status: running 02:48:41 Buildkit: v0.24.0 02:48:41 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:48:41 + docker buildx ls 02:48:41 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:48:41 edgex-builder * docker-container 02:48:41 edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:48:41 default docker 02:48:41 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:48:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:48:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:48:41 #1 [internal] load build definition from Dockerfile 02:48:41 #1 transferring dockerfile: 197B done 02:48:41 #1 DONE 0.0s 02:48:41 02:48:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:41 #2 DONE 0.1s 02:48:41 02:48:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:41 #3 DONE 0.1s 02:48:41 02:48:41 #4 [internal] load .dockerignore 02:48:41 #4 transferring context: 2B done 02:48:41 #4 DONE 0.0s 02:48:41 02:48:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:41 #5 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done 02:48:41 #5 DONE 0.0s 02:48:41 02:48:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:41 #6 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done 02:48:41 #6 DONE 0.1s 02:48:42 02:48:42 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:48:42 #7 DONE 0.0s 02:48:42 02:48:42 #8 exporting to image 02:48:42 #8 exporting layers done 02:48:42 #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 0.0s done 02:48:42 #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done 02:48:42 #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 0.0s done 02:48:42 #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done 02:48:42 #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done 02:48:42 #8 pushing layers 0.1s done 02:48:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 02:48:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done 02:48:42 #8 DONE 0.2s 02:48:42 02:48:42 1 warning found (use --debug to expand): 02:48:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:48:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:48:42 #1 [internal] load build definition from Dockerfile 02:48:42 #1 transferring dockerfile: 02:48:42 #1 transferring dockerfile: 163B done 02:48:42 #1 DONE 0.0s 02:48:42 02:48:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:48:42 #2 DONE 0.0s 02:48:42 02:48:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:48:42 #3 DONE 0.0s 02:48:42 02:48:42 #4 [internal] load .dockerignore 02:48:42 #4 transferring context: 2B done 02:48:42 #4 DONE 0.0s 02:48:42 02:48:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:42 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done 02:48:42 #5 DONE 0.0s 02:48:42 02:48:42 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:42 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done 02:48:42 #6 CACHED 02:48:42 02:48:42 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:42 #5 CACHED 02:48:42 02:48:42 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:48:42 #7 DONE 0.0s 02:48:42 02:48:42 #8 exporting to image 02:48:42 #8 exporting layers done 02:48:42 #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done 02:48:42 #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done 02:48:42 #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done 02:48:42 #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done 02:48:42 #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done 02:48:42 #8 pushing layers 0.0s done 02:48:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done 02:48:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:42 #8 DONE 0.1s 02:48:42 02:48:42 1 warning found (use --debug to expand): 02:48:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 --push - 02:48:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62' 02:48:43 #1 [internal] load build definition from Dockerfile 02:48:43 #1 transferring dockerfile: 169B done 02:48:43 #1 DONE 0.0s 02:48:43 02:48:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 02:48:43 #2 DONE 0.0s 02:48:43 02:48:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62 02:48:43 #3 DONE 0.0s 02:48:43 02:48:43 #4 [internal] load .dockerignore 02:48:43 #4 transferring context: 2B done 02:48:43 #4 DONE 0.0s 02:48:43 02:48:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:43 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done 02:48:43 #5 DONE 0.0s 02:48:43 02:48:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:43 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.0s done 02:48:43 #6 CACHED 02:48:43 02:48:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:43 #5 CACHED 02:48:43 02:48:43 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:48:43 #7 DONE 0.0s 02:48:43 02:48:43 #8 exporting to image 02:48:43 #8 exporting layers done 02:48:43 #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done 02:48:43 #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done 02:48:43 #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done 02:48:43 #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done 02:48:43 #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done 02:48:43 #8 pushing layers 0.0s done 02:48:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.62@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done 02:48:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:43 #8 DONE 0.1s 02:48:43 02:48:43 1 warning found (use --debug to expand): 02:48:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:48:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:48:44 #1 [internal] load build definition from Dockerfile 02:48:44 #1 transferring dockerfile: 02:48:44 #1 transferring dockerfile: 210B done 02:48:44 #1 DONE 0.2s 02:48:44 02:48:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:44 #2 DONE 0.1s 02:48:44 02:48:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:44 #3 DONE 0.1s 02:48:44 02:48:44 #4 [internal] load .dockerignore 02:48:44 #4 transferring context: 2B done 02:48:44 #4 DONE 0.2s 02:48:44 02:48:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:44 #5 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.1s done 02:48:44 #5 CACHED 02:48:44 02:48:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:44 #6 resolve nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.2s done 02:48:44 #6 CACHED 02:48:44 02:48:44 #7 exporting to image 02:48:44 #7 exporting layers 02:48:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:44 #7 exporting layers done 02:48:44 #7 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done 02:48:44 #7 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done 02:48:44 #7 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done 02:48:44 #7 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done 02:48:44 #7 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done 02:48:44 #7 pushing layers 0.0s done 02:48:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done 02:48:44 #7 DONE 0.1s 02:48:44 02:48:44 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:48:44 #8 DONE 0.0s 02:48:45 02:48:45 1 warning found (use --debug to expand): 02:48:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:48:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:48:45 #1 [internal] load build definition from Dockerfile 02:48:45 #1 transferring dockerfile: 161B done 02:48:45 #1 DONE 0.0s 02:48:45 02:48:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:48:45 #2 DONE 0.0s 02:48:45 02:48:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:48:45 #3 DONE 0.0s 02:48:45 02:48:45 #4 [internal] load .dockerignore 02:48:45 #4 transferring context: 2B done 02:48:45 #4 DONE 0.0s 02:48:45 02:48:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:45 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:45 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.1s done 02:48:45 #5 CACHED 02:48:45 02:48:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 02:48:45 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:ab1a502d93a41fb9c4b86547deef3bb3918b877bedd4d49c095eb627fd85ef1b 0.1s done 02:48:45 #6 CACHED 02:48:45 02:48:45 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:48:45 #7 DONE 0.0s 02:48:45 02:48:45 #8 exporting to image 02:48:45 #8 exporting layers done 02:48:45 #8 exporting manifest sha256:dd2d535ab9acce337055a6205371b05bd89c05887c847c6071b0268b0d8e3361 done 02:48:45 #8 exporting config sha256:95fb5799ea45cdfb336eb7ed009fd3526b09d7fde11648377891c7a965608cd0 done 02:48:45 #8 exporting manifest sha256:bcfba4f8b61df6132fa40d5a47545768ba0a0d5dafe17da18a87010520db07b1 done 02:48:45 #8 exporting config sha256:218479cd5638bdb85790f32ff81e346e0fb1d1f735d4d90811937c4d20a535f7 done 02:48:45 #8 exporting manifest list sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 done 02:48:45 #8 pushing layers 0.0s done 02:48:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:03398d1b803228d29f1eea99fd8bd5c9d08ab8de180d36f11d2e97d401bb5320 0.1s done 02:48:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:45 #8 DONE 0.1s 02:48:45 02:48:45 1 warning found (use --debug to expand): 02:48:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:48:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:48:46 #1 [internal] load build definition from Dockerfile 02:48:46 #1 transferring dockerfile: 216B done 02:48:46 #1 DONE 0.0s 02:48:46 02:48:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:46 #2 DONE 0.0s 02:48:46 02:48:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:46 #3 DONE 0.1s 02:48:46 02:48:46 #4 [internal] load .dockerignore 02:48:46 #4 transferring context: 2B done 02:48:46 #4 DONE 0.0s 02:48:46 02:48:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:46 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:46 #5 DONE 0.0s 02:48:46 02:48:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:46 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:46 #6 DONE 0.1s 02:48:46 02:48:46 #7 exporting to image 02:48:46 #7 exporting layers done 02:48:46 #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 0.0s done 02:48:46 #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done 02:48:46 #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done 02:48:46 #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da 02:48:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:46 #7 ... 02:48:46 02:48:46 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:46 #8 DONE 0.0s 02:48:46 02:48:46 #7 exporting to image 02:48:46 #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da 0.1s done 02:48:46 #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.0s done 02:48:46 #7 pushing layers 02:48:47 #7 pushing layers 0.1s done 02:48:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done 02:48:47 #7 DONE 0.3s 02:48:47 02:48:47 1 warning found (use --debug to expand): 02:48:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:48:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:48:47 #1 [internal] load build definition from Dockerfile 02:48:47 #1 transferring dockerfile: 182B done 02:48:47 #1 DONE 0.0s 02:48:47 02:48:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:48:47 #2 DONE 0.0s 02:48:47 02:48:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:48:47 #3 DONE 0.0s 02:48:47 02:48:47 #4 [internal] load .dockerignore 02:48:47 #4 transferring context: 2B done 02:48:47 #4 DONE 0.0s 02:48:47 02:48:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:47 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:47 #5 CACHED 02:48:47 02:48:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:47 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:47 #6 CACHED 02:48:47 02:48:47 #7 exporting to image 02:48:47 #7 exporting layers done 02:48:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:47 #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done 02:48:47 #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done 02:48:47 #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done 02:48:47 #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done 02:48:47 #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done 02:48:47 #7 pushing layers 0.0s done 02:48:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done 02:48:47 #7 DONE 0.1s 02:48:47 02:48:47 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:47 #8 DONE 0.0s 02:48:47 02:48:47 1 warning found (use --debug to expand): 02:48:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62' 02:48:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 --push - 02:48:47 #1 [internal] load build definition from Dockerfile 02:48:47 #1 transferring dockerfile: 188B done 02:48:47 #1 DONE 0.0s 02:48:47 02:48:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 02:48:47 #2 DONE 0.0s 02:48:47 02:48:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62 02:48:47 #3 DONE 0.0s 02:48:47 02:48:47 #4 [internal] load .dockerignore 02:48:47 #4 transferring context: 2B done 02:48:47 #4 DONE 0.0s 02:48:47 02:48:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:47 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:47 #5 DONE 0.0s 02:48:47 02:48:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:48 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:48 #6 CACHED 02:48:48 02:48:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:48 #5 CACHED 02:48:48 02:48:48 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:48 #7 DONE 0.0s 02:48:48 02:48:48 #8 exporting to image 02:48:48 #8 exporting layers done 02:48:48 #8 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done 02:48:48 #8 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done 02:48:48 #8 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done 02:48:48 #8 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done 02:48:48 #8 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done 02:48:48 #8 pushing layers 0.0s done 02:48:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.62@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done 02:48:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:48 #8 DONE 0.1s 02:48:48 02:48:48 1 warning found (use --debug to expand): 02:48:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:48:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:48:48 #1 [internal] load build definition from Dockerfile 02:48:48 #1 transferring dockerfile: 229B done 02:48:48 #1 DONE 0.0s 02:48:48 02:48:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:48 #2 DONE 0.0s 02:48:48 02:48:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:48 #3 DONE 0.0s 02:48:48 02:48:48 #4 [internal] load .dockerignore 02:48:48 #4 transferring context: 2B done 02:48:48 #4 DONE 0.0s 02:48:48 02:48:48 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:48 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:48 #5 CACHED 02:48:48 02:48:48 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:48 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:48 #6 CACHED 02:48:48 02:48:48 #7 exporting to image 02:48:48 #7 exporting layers done 02:48:48 #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done 02:48:48 #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done 02:48:48 #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done 02:48:48 #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done 02:48:48 #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done 02:48:48 #7 pushing layers 0.0s done 02:48:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 02:48:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done 02:48:48 #7 DONE 0.1s 02:48:48 02:48:48 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:48 #8 DONE 0.0s 02:48:48 02:48:48 1 warning found (use --debug to expand): 02:48:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:48:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:48:48 #1 [internal] load build definition from Dockerfile 02:48:48 #1 transferring dockerfile: 180B done 02:48:48 #1 DONE 0.0s 02:48:48 02:48:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:48:48 #2 DONE 0.0s 02:48:48 02:48:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:48:48 #3 DONE 0.0s 02:48:48 02:48:48 #4 [internal] load .dockerignore 02:48:48 #4 transferring context: 2B done 02:48:48 #4 DONE 0.0s 02:48:48 02:48:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:48 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:48 #5 CACHED 02:48:48 02:48:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 02:48:48 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:d7ee71025593f5704ad94a317d5f08b8ef51f1b65bfc609b9f1624d2f71cb198 0.0s done 02:48:48 #6 CACHED 02:48:48 02:48:48 #7 exporting to image 02:48:48 #7 exporting layers done 02:48:48 #7 exporting manifest sha256:c5f877726ccf9d4e433004998aaed6473d1091fb15c01777878ebe256b4b6941 done 02:48:48 #7 exporting config sha256:afa6770c668a82441eb3a9a02c21f01b30bf446cc561cc3c2a929a68c854df17 done 02:48:48 #7 exporting manifest sha256:b685bb50174d345fe49b8a4064db5199deb5782671c4fe5ed0867b886bcf9515 done 02:48:48 #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da 02:48:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:49 #7 exporting config sha256:06a700c0095c730d3cda00ae9ef4856f41167446fac49b90e3767840b41791da done 02:48:49 #7 exporting manifest list sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 done 02:48:49 #7 pushing layers 0.0s done 02:48:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:808d920ea59b2c7e08375c12134ab3fcf4ef652b7bc3b5c41024454a426e7bf0 0.1s done 02:48:49 #7 DONE 0.1s 02:48:49 02:48:49 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:49 #8 DONE 0.0s 02:48:49 02:48:49 1 warning found (use --debug to expand): 02:48:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:48:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:48:49 #1 [internal] load build definition from Dockerfile 02:48:49 #1 transferring dockerfile: 194B done 02:48:49 #1 DONE 0.0s 02:48:49 02:48:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:49 #2 DONE 0.0s 02:48:49 02:48:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:49 #3 DONE 0.1s 02:48:49 02:48:49 #4 [internal] load .dockerignore 02:48:49 #4 transferring context: 2B done 02:48:49 #4 DONE 0.0s 02:48:49 02:48:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:49 #5 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:49 #5 DONE 0.0s 02:48:49 02:48:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:49 #6 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:49 #6 DONE 0.1s 02:48:49 02:48:49 #7 exporting to image 02:48:49 #7 exporting layers done 02:48:49 #7 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done 02:48:49 #7 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done 02:48:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:49 #7 ... 02:48:49 02:48:49 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:48:49 #8 DONE 0.0s 02:48:49 02:48:49 #7 exporting to image 02:48:49 #7 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done 02:48:49 #7 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done 02:48:49 #7 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done 02:48:49 #7 pushing layers 0.1s done 02:48:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 02:48:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done 02:48:50 #7 DONE 0.2s 02:48:50 02:48:50 1 warning found (use --debug to expand): 02:48:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:48:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:48:50 #1 [internal] load build definition from Dockerfile 02:48:50 #1 transferring dockerfile: 160B done 02:48:50 #1 DONE 0.0s 02:48:50 02:48:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:48:50 #2 DONE 0.0s 02:48:50 02:48:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:48:50 #3 DONE 0.0s 02:48:50 02:48:50 #4 [internal] load .dockerignore 02:48:50 #4 transferring context: 2B done 02:48:50 #4 DONE 0.0s 02:48:50 02:48:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:50 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:50 #5 CACHED 02:48:50 02:48:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:50 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:50 #6 CACHED 02:48:50 02:48:50 #7 exporting to image 02:48:50 #7 exporting layers 02:48:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:50 #7 exporting layers done 02:48:50 #7 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done 02:48:50 #7 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done 02:48:50 #7 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done 02:48:50 #7 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done 02:48:50 #7 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done 02:48:50 #7 pushing layers 0.0s done 02:48:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done 02:48:50 #7 DONE 0.1s 02:48:50 02:48:50 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:48:50 #8 DONE 0.0s 02:48:50 02:48:50 1 warning found (use --debug to expand): 02:48:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62' 02:48:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 --push - 02:48:50 #1 [internal] load build definition from Dockerfile 02:48:50 #1 transferring dockerfile: 166B done 02:48:50 #1 DONE 0.1s 02:48:51 02:48:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 02:48:51 #2 DONE 0.1s 02:48:51 02:48:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62 02:48:51 #3 DONE 0.1s 02:48:51 02:48:51 #4 [internal] load .dockerignore 02:48:51 #4 transferring context: 2B done 02:48:51 #4 DONE 0.0s 02:48:51 02:48:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:51 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a done 02:48:51 #5 CACHED 02:48:51 02:48:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:51 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a done 02:48:51 #6 CACHED 02:48:51 02:48:51 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:48:51 #7 DONE 0.0s 02:48:51 02:48:51 #8 exporting to image 02:48:51 #8 exporting layers done 02:48:51 #8 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done 02:48:51 #8 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done 02:48:51 #8 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done 02:48:51 #8 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done 02:48:51 #8 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done 02:48:51 #8 pushing layers 0.0s done 02:48:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.62@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done 02:48:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:51 #8 DONE 0.1s 02:48:51 02:48:51 1 warning found (use --debug to expand): 02:48:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:48:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:48:51 #1 [internal] load build definition from Dockerfile 02:48:51 #1 transferring dockerfile: 207B done 02:48:51 #1 DONE 0.0s 02:48:51 02:48:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:51 #2 DONE 0.0s 02:48:51 02:48:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:51 #3 DONE 0.0s 02:48:51 02:48:51 #4 [internal] load .dockerignore 02:48:51 #4 transferring context: 2B done 02:48:51 #4 DONE 0.0s 02:48:51 02:48:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:51 #5 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:51 #5 CACHED 02:48:51 02:48:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:51 #6 resolve nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:51 #6 CACHED 02:48:51 02:48:51 #7 exporting to image 02:48:51 #7 exporting layers done 02:48:51 #7 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done 02:48:51 #7 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done 02:48:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:51 #7 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done 02:48:51 #7 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done 02:48:51 #7 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done 02:48:51 #7 pushing layers 0.0s done 02:48:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done 02:48:51 #7 DONE 0.1s 02:48:51 02:48:51 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:48:51 #8 DONE 0.0s 02:48:51 02:48:51 1 warning found (use --debug to expand): 02:48:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:48:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:48:52 #1 [internal] load build definition from Dockerfile 02:48:52 #1 transferring dockerfile: 158B done 02:48:52 #1 DONE 0.0s 02:48:52 02:48:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:48:52 #2 DONE 0.0s 02:48:52 02:48:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:48:52 #3 DONE 0.0s 02:48:52 02:48:52 #4 [internal] load .dockerignore 02:48:52 #4 transferring context: 2B done 02:48:52 #4 DONE 0.0s 02:48:52 02:48:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:52 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:52 #5 CACHED 02:48:52 02:48:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:52 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 0.0s done 02:48:52 #6 DONE 0.0s 02:48:52 02:48:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:d432fc769a3694d82241441a1e8517f139b265c30b1f7c52b36081ced097f88a 02:48:52 #6 CACHED 02:48:52 02:48:52 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:48:52 #7 DONE 0.0s 02:48:52 02:48:52 #8 exporting to image 02:48:52 #8 exporting layers done 02:48:52 #8 exporting manifest sha256:6d57d227cf92b61fb42fb1557cb0dec2eef5cf56a5bb634d101291a14e9cdb6b done 02:48:52 #8 exporting config sha256:c4c2ed336fe3123e2a06c0a72c635bf8667550e6e2e30d3bd8d25591056c4dd5 done 02:48:52 #8 exporting manifest sha256:c896d17e4f0098320d9e368f9430c1b3dc462fe5eeba825f8362fd576508a4fd done 02:48:52 #8 exporting config sha256:3f95242c7c5441d807a4ac4b03f9fa5318846ee14ccfad4aca6ffd1c61307a3d done 02:48:52 #8 exporting manifest list sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c done 02:48:52 #8 pushing layers 0.0s done 02:48:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:3c44508b36621a6f9c9bb378657407eee5ce2995a9c60b33755e6c8a4fe06b2c 0.1s done 02:48:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:52 #8 DONE 0.1s 02:48:52 02:48:52 1 warning found (use --debug to expand): 02:48:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:48:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:48:52 #1 [internal] load build definition from Dockerfile 02:48:52 #1 transferring dockerfile: 196B done 02:48:52 #1 DONE 0.0s 02:48:52 02:48:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:52 #2 DONE 0.0s 02:48:52 02:48:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:52 #3 DONE 0.0s 02:48:52 02:48:52 #4 [internal] load .dockerignore 02:48:52 #4 transferring context: 2B done 02:48:52 #4 DONE 0.0s 02:48:52 02:48:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:52 #5 DONE 0.0s 02:48:52 02:48:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:52 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:52 #6 DONE 0.0s 02:48:52 02:48:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:52 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:52 #5 DONE 0.1s 02:48:52 02:48:52 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:53 #7 DONE 0.0s 02:48:53 02:48:53 #8 exporting to image 02:48:53 #8 exporting layers done 02:48:53 #8 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done 02:48:53 #8 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done 02:48:53 #8 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done 02:48:53 #8 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done 02:48:53 #8 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.0s done 02:48:53 #8 pushing layers 0.1s done 02:48:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 02:48:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done 02:48:53 #8 DONE 0.2s 02:48:53 02:48:53 1 warning found (use --debug to expand): 02:48:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:48:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:48:53 #1 [internal] load build definition from Dockerfile 02:48:53 #1 transferring dockerfile: 162B done 02:48:53 #1 DONE 0.0s 02:48:53 02:48:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:48:53 #2 DONE 0.0s 02:48:53 02:48:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:48:53 #3 DONE 0.0s 02:48:53 02:48:53 #4 [internal] load .dockerignore 02:48:53 #4 transferring context: 2B done 02:48:53 #4 DONE 0.0s 02:48:53 02:48:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done 02:48:53 #5 CACHED 02:48:53 02:48:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:53 #6 CACHED 02:48:53 02:48:53 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:53 #7 DONE 0.0s 02:48:53 02:48:53 #8 exporting to image 02:48:53 #8 exporting layers done 02:48:53 #8 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done 02:48:53 #8 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done 02:48:53 #8 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done 02:48:53 #8 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done 02:48:53 #8 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done 02:48:53 #8 pushing layers 0.0s done 02:48:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done 02:48:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:53 #8 DONE 0.1s 02:48:53 02:48:53 1 warning found (use --debug to expand): 02:48:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 --push - 02:48:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62' 02:48:53 #1 [internal] load build definition from Dockerfile 02:48:53 #1 transferring dockerfile: 168B done 02:48:53 #1 DONE 0.0s 02:48:53 02:48:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 02:48:53 #2 DONE 0.0s 02:48:53 02:48:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62 02:48:53 #3 DONE 0.0s 02:48:53 02:48:53 #4 [internal] load .dockerignore 02:48:53 #4 transferring context: 2B done 02:48:53 #4 DONE 0.0s 02:48:53 02:48:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:53 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done 02:48:53 #5 CACHED 02:48:53 02:48:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:53 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done 02:48:53 #6 CACHED 02:48:53 02:48:53 #7 exporting to image 02:48:53 #7 exporting layers done 02:48:53 #7 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done 02:48:53 #7 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done 02:48:53 #7 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done 02:48:53 #7 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done 02:48:53 #7 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done 02:48:53 #7 pushing layers 02:48:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:54 #7 pushing layers 0.0s done 02:48:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.62@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done 02:48:54 #7 DONE 0.1s 02:48:54 02:48:54 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:54 #8 DONE 0.0s 02:48:54 02:48:54 1 warning found (use --debug to expand): 02:48:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:48:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:48:54 #1 [internal] load build definition from Dockerfile 02:48:54 #1 transferring dockerfile: 209B done 02:48:54 #1 DONE 0.0s 02:48:54 02:48:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:54 #2 DONE 0.0s 02:48:54 02:48:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:54 #3 DONE 0.0s 02:48:54 02:48:54 #4 [internal] load .dockerignore 02:48:54 #4 transferring context: 2B done 02:48:54 #4 DONE 0.0s 02:48:54 02:48:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:54 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:54 #5 CACHED 02:48:54 02:48:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:54 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:54 #6 CACHED 02:48:54 02:48:54 #7 exporting to image 02:48:54 #7 exporting layers done 02:48:54 #7 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done 02:48:54 #7 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done 02:48:54 #7 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done 02:48:54 #7 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done 02:48:54 #7 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done 02:48:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:54 #7 pushing layers 0.0s done 02:48:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done 02:48:54 #7 DONE 0.1s 02:48:54 02:48:54 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:54 #8 DONE 0.0s 02:48:55 02:48:55 1 warning found (use --debug to expand): 02:48:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:48:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:48:55 #1 [internal] load build definition from Dockerfile 02:48:55 #1 transferring dockerfile: 160B done 02:48:55 #1 DONE 0.0s 02:48:55 02:48:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:48:55 #2 DONE 0.0s 02:48:55 02:48:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:48:55 #3 DONE 0.0s 02:48:55 02:48:55 #4 [internal] load .dockerignore 02:48:55 #4 transferring context: 2B done 02:48:55 #4 DONE 0.0s 02:48:55 02:48:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:55 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 done 02:48:55 #5 CACHED 02:48:55 02:48:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 02:48:55 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:cfcd0219a78626391e06c3cedc36533a4f0e5bee50cb76331c65c4b6a2ddf140 0.0s done 02:48:55 #6 CACHED 02:48:55 02:48:55 #7 exporting to image 02:48:55 #7 exporting layers done 02:48:55 #7 exporting manifest sha256:2772ff8e73e213c268ac3529402feaec8a8b63019ed5fe59937b3c129b63cc1e done 02:48:55 #7 exporting config sha256:958b5f5f67582a33069ba263c2ae9cab43a9d66e85f96c87147083ae9551b799 done 02:48:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:55 #7 exporting manifest sha256:0dfeb0ac27e832cbb0ae89829aaa362d875067a606fc0beae45ddc3817234459 done 02:48:55 #7 exporting config sha256:9317b3383fcc9bb4867d0427e7eb0ecc5382b28185abb3daec61cf1e71d51838 done 02:48:55 #7 exporting manifest list sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 done 02:48:55 #7 pushing layers 0.0s done 02:48:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:006871c211fbd5ccf50890d5ebeaeac91ad2cfba8c01002a8c1aa9a64685e9e4 0.1s done 02:48:55 #7 DONE 0.1s 02:48:55 02:48:55 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:48:55 #8 DONE 0.0s 02:48:55 02:48:55 1 warning found (use --debug to expand): 02:48:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:48:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:48:56 #1 [internal] load build definition from Dockerfile 02:48:56 #1 transferring dockerfile: 198B done 02:48:56 #1 DONE 0.0s 02:48:56 02:48:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:56 #2 DONE 0.0s 02:48:56 02:48:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:48:56 #3 DONE 0.1s 02:48:56 02:48:56 #4 [internal] load .dockerignore 02:48:56 #4 transferring context: 2B done 02:48:56 #4 DONE 0.0s 02:48:56 02:48:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:56 #5 ... 02:48:56 02:48:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:56 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:56 #6 DONE 0.1s 02:48:56 02:48:56 #7 exporting to image 02:48:56 #7 exporting layers done 02:48:56 #7 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b 0.0s done 02:48:56 #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done 02:48:56 #7 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done 02:48:56 #7 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done 02:48:56 #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 02:48:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:56 #7 ... 02:48:56 02:48:56 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:48:56 #8 DONE 0.0s 02:48:56 02:48:56 #7 exporting to image 02:48:56 #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done 02:48:56 #7 pushing layers 0.1s done 02:48:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 02:48:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done 02:48:56 #7 DONE 0.2s 02:48:56 02:48:56 1 warning found (use --debug to expand): 02:48:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:48:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:48:56 #1 [internal] load build definition from Dockerfile 02:48:56 #1 transferring dockerfile: 164B done 02:48:56 #1 DONE 0.0s 02:48:56 02:48:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:48:56 #2 DONE 0.0s 02:48:56 02:48:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:48:56 #3 DONE 0.0s 02:48:56 02:48:56 #4 [internal] load .dockerignore 02:48:56 #4 transferring context: 2B done 02:48:56 #4 DONE 0.0s 02:48:56 02:48:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:56 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 done 02:48:56 #5 DONE 0.0s 02:48:56 02:48:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:57 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:57 #6 CACHED 02:48:57 02:48:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:57 #5 CACHED 02:48:57 02:48:57 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:48:57 #7 DONE 0.0s 02:48:57 02:48:57 #8 exporting to image 02:48:57 #8 exporting layers done 02:48:57 #8 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done 02:48:57 #8 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done 02:48:57 #8 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done 02:48:57 #8 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done 02:48:57 #8 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done 02:48:57 #8 pushing layers 0.0s done 02:48:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done 02:48:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:57 #8 DONE 0.1s 02:48:57 02:48:57 1 warning found (use --debug to expand): 02:48:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62' 02:48:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 --push - 02:48:57 #1 [internal] load build definition from Dockerfile 02:48:57 #1 transferring dockerfile: 170B done 02:48:57 #1 DONE 0.0s 02:48:57 02:48:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 02:48:57 #2 DONE 0.0s 02:48:57 02:48:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62 02:48:57 #3 DONE 0.0s 02:48:57 02:48:57 #4 [internal] load .dockerignore 02:48:57 #4 transferring context: 2B done 02:48:57 #4 DONE 0.0s 02:48:57 02:48:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:57 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:57 #5 CACHED 02:48:57 02:48:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:57 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:57 #6 CACHED 02:48:57 02:48:57 #7 exporting to image 02:48:57 #7 exporting layers 02:48:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:58 #7 exporting layers done 02:48:58 #7 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done 02:48:58 #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done 02:48:58 #7 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done 02:48:58 #7 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done 02:48:58 #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done 02:48:58 #7 pushing layers 0.0s done 02:48:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.62@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done 02:48:58 #7 DONE 0.1s 02:48:58 02:48:58 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:48:58 #8 DONE 0.0s 02:48:58 02:48:58 1 warning found (use --debug to expand): 02:48:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:48:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:48:58 #1 [internal] load build definition from Dockerfile 02:48:58 #1 transferring dockerfile: 211B done 02:48:58 #1 DONE 0.0s 02:48:58 02:48:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:58 #2 DONE 0.0s 02:48:58 02:48:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:48:58 #3 DONE 0.0s 02:48:58 02:48:58 #4 [internal] load .dockerignore 02:48:58 #4 transferring context: 2B done 02:48:58 #4 DONE 0.0s 02:48:58 02:48:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:58 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:58 #5 CACHED 02:48:58 02:48:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:58 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:58 #6 CACHED 02:48:58 02:48:58 #7 exporting to image 02:48:58 #7 exporting layers done 02:48:58 #7 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done 02:48:58 #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 02:48:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:58 #7 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done 02:48:58 #7 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done 02:48:58 #7 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done 02:48:58 #7 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done 02:48:58 #7 pushing layers 0.0s done 02:48:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done 02:48:58 #7 DONE 0.1s 02:48:58 02:48:58 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:48:58 #8 DONE 0.0s 02:48:58 02:48:58 1 warning found (use --debug to expand): 02:48:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:48:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:48:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:48:59 #1 [internal] load build definition from Dockerfile 02:48:59 #1 transferring dockerfile: 162B done 02:48:59 #1 DONE 0.0s 02:48:59 02:48:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:48:59 #2 ... 02:48:59 02:48:59 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:48:59 #3 DONE 0.2s 02:48:59 02:48:59 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:48:59 #2 DONE 0.3s 02:48:59 02:48:59 #4 [internal] load .dockerignore 02:48:59 #4 transferring context: 2B done 02:48:59 #4 DONE 0.2s 02:48:59 02:48:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:59 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:59 #5 CACHED 02:48:59 02:48:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 02:48:59 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:2f02b121c23261d93113a9abc17758f58b4a825187a06c18c4ab2023e8dd70a9 0.0s done 02:48:59 #6 CACHED 02:48:59 02:48:59 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:48:59 #7 DONE 0.0s 02:48:59 02:48:59 #8 exporting to image 02:48:59 #8 exporting layers done 02:48:59 #8 exporting manifest sha256:16f13e6fea3abe74e000e5e7c52caa1e1ba7961aa712b0a3d1b3af011fbeb54b done 02:48:59 #8 exporting config sha256:183fbc6fa7e2580e2ec74a1af1e09ae7667ed34184c60f6d64dc5638d80ece20 done 02:48:59 #8 exporting manifest sha256:3d258476f6fa4d92b8127aa732c8bda785cf3fa360f5b2dc08c15da71e8b6a33 done 02:48:59 #8 exporting config sha256:a8263f63dcb4ae8034bb8e1095f53e8b41f743babb572359ed0ef07da4e61c8e done 02:48:59 #8 exporting manifest list sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 done 02:48:59 #8 pushing layers 0.0s done 02:48:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7504dd435f64be6ce894bf890c377467c2e0c0d710d737b3e267043b13ed0d03 0.1s done 02:48:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:48:59 #8 DONE 0.1s 02:48:59 02:48:59 1 warning found (use --debug to expand): 02:48:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:00 #1 [internal] load build definition from Dockerfile 02:49:00 #1 transferring dockerfile: 206B done 02:49:00 #1 DONE 0.0s 02:49:00 02:49:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:00 #2 DONE 0.1s 02:49:00 02:49:00 #3 [internal] load .dockerignore 02:49:00 #3 transferring context: 2B done 02:49:00 #3 DONE 0.0s 02:49:00 02:49:00 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:00 #4 DONE 0.1s 02:49:00 02:49:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:00 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:00 #5 DONE 0.0s 02:49:00 02:49:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:00 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:00 #6 DONE 0.2s 02:49:00 02:49:00 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:49:00 #7 DONE 0.0s 02:49:00 02:49:00 #8 exporting to image 02:49:00 #8 exporting layers done 02:49:00 #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb 0.0s done 02:49:00 #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done 02:49:00 #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done 02:49:00 #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done 02:49:00 #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done 02:49:00 #8 pushing layers 0.1s done 02:49:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 02:49:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done 02:49:00 #8 DONE 0.3s 02:49:00 02:49:00 1 warning found (use --debug to expand): 02:49:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:49:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:49:00 #1 [internal] load build definition from Dockerfile 02:49:01 #1 transferring dockerfile: 172B done 02:49:01 #1 DONE 0.0s 02:49:01 02:49:01 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:49:01 #2 DONE 0.0s 02:49:01 02:49:01 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:49:01 #3 DONE 0.0s 02:49:01 02:49:01 #4 [internal] load .dockerignore 02:49:01 #4 transferring context: 2B done 02:49:01 #4 DONE 0.0s 02:49:01 02:49:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:01 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:01 #5 CACHED 02:49:01 02:49:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:01 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:01 #6 CACHED 02:49:01 02:49:01 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:49:01 #7 DONE 0.0s 02:49:01 02:49:01 #8 exporting to image 02:49:01 #8 exporting layers done 02:49:01 #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb done 02:49:01 #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done 02:49:01 #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done 02:49:01 #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done 02:49:01 #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done 02:49:01 #8 pushing layers 0.0s done 02:49:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done 02:49:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:01 #8 DONE 0.1s 02:49:01 02:49:01 1 warning found (use --debug to expand): 02:49:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 --push - 02:49:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62' 02:49:01 #1 [internal] load build definition from Dockerfile 02:49:01 #1 transferring dockerfile: 178B done 02:49:01 #1 DONE 0.0s 02:49:01 02:49:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 02:49:01 #2 DONE 0.0s 02:49:01 02:49:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62 02:49:01 #3 DONE 0.0s 02:49:01 02:49:01 #4 [internal] load .dockerignore 02:49:01 #4 transferring context: 2B done 02:49:01 #4 DONE 0.0s 02:49:01 02:49:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:01 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:01 #5 DONE 0.0s 02:49:01 02:49:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:01 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:01 #6 CACHED 02:49:01 02:49:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:01 #5 CACHED 02:49:01 02:49:01 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:49:01 #7 DONE 0.0s 02:49:01 02:49:01 #8 exporting to image 02:49:01 #8 exporting layers done 02:49:01 #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb done 02:49:01 #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done 02:49:01 #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done 02:49:01 #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done 02:49:01 #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done 02:49:01 #8 pushing layers 0.0s done 02:49:01 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.62@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done 02:49:01 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:01 #8 DONE 0.1s 02:49:01 02:49:01 1 warning found (use --debug to expand): 02:49:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:02 #1 [internal] load build definition from Dockerfile 02:49:02 #1 transferring dockerfile: 219B done 02:49:02 #1 DONE 0.0s 02:49:02 02:49:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:02 #2 DONE 0.0s 02:49:02 02:49:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:02 #3 DONE 0.0s 02:49:02 02:49:02 #4 [internal] load .dockerignore 02:49:02 #4 transferring context: 2B done 02:49:02 #4 DONE 0.0s 02:49:02 02:49:02 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:02 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 done 02:49:02 #5 CACHED 02:49:02 02:49:02 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:02 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.0s done 02:49:02 #6 CACHED 02:49:02 02:49:02 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:49:02 #7 DONE 0.0s 02:49:02 02:49:02 #8 exporting to image 02:49:02 #8 exporting layers done 02:49:02 #8 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb done 02:49:02 #8 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done 02:49:02 #8 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done 02:49:02 #8 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done 02:49:02 #8 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 done 02:49:02 #8 pushing layers 0.0s done 02:49:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done 02:49:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:02 #8 DONE 0.1s 02:49:02 02:49:02 1 warning found (use --debug to expand): 02:49:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:49:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:49:02 #1 [internal] load build definition from Dockerfile 02:49:03 #1 transferring dockerfile: 170B done 02:49:03 #1 DONE 0.3s 02:49:03 02:49:03 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:49:03 #2 DONE 0.2s 02:49:03 02:49:03 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:49:03 #3 DONE 0.2s 02:49:03 02:49:03 #4 [internal] load .dockerignore 02:49:03 #4 transferring context: 2B done 02:49:03 #4 DONE 0.2s 02:49:03 02:49:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:03 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.1s done 02:49:03 #5 CACHED 02:49:03 02:49:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 02:49:03 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:0e197eae7b30a245c2e26b5b00ff7434c76c6b482a5efb108697a2dd867c5443 0.1s done 02:49:03 #6 CACHED 02:49:03 02:49:03 #7 exporting to image 02:49:03 #7 exporting layers done 02:49:03 #7 exporting manifest sha256:a34553fa9ed7e8063e68e1dee35fe01bf7c7e69ad0b0860a4596944272ad0edb 0.0s done 02:49:03 #7 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 02:49:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:03 #7 exporting config sha256:6c3246e125708c8af83c10423576d4add5d143ce82310a9b8ea27d0af487c231 done 02:49:03 #7 exporting manifest sha256:37fc47d1c7ab5384e8ddd29599d96a7db2a45efafcd124e1ea82db0f07744bc7 done 02:49:03 #7 exporting config sha256:3145e8318fb2c31a05a8de0c0cded2b7275665f9b2cda633060b25fa213371dd done 02:49:03 #7 exporting manifest list sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.0s done 02:49:03 #7 pushing layers 0.0s done 02:49:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:62ec0cf62f175231c3b5fc907979663aad4a2fccb684074454fe047db64741f1 0.1s done 02:49:03 #7 DONE 0.2s 02:49:03 02:49:03 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:49:03 #8 DONE 0.0s 02:49:03 02:49:03 1 warning found (use --debug to expand): 02:49:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:04 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:04 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:04 #1 [internal] load build definition from Dockerfile 02:49:04 #1 transferring dockerfile: 204B done 02:49:04 #1 DONE 0.0s 02:49:04 02:49:04 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:04 #2 DONE 0.1s 02:49:04 02:49:04 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:04 #3 DONE 0.1s 02:49:04 02:49:04 #4 [internal] load .dockerignore 02:49:04 #4 transferring context: 2B done 02:49:04 #4 DONE 0.0s 02:49:04 02:49:04 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:04 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:04 #5 ... 02:49:04 02:49:04 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:04 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:04 #6 DONE 0.1s 02:49:04 02:49:04 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:49:04 #7 DONE 0.0s 02:49:04 02:49:04 #8 exporting to image 02:49:04 #8 exporting layers done 02:49:04 #8 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 0.0s done 02:49:04 #8 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done 02:49:04 #8 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff 0.0s done 02:49:04 #8 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 0.0s done 02:49:04 #8 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.0s done 02:49:04 #8 pushing layers 02:49:04 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:04 #8 pushing layers 0.1s done 02:49:04 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done 02:49:04 #8 DONE 0.2s 02:49:04 02:49:04 1 warning found (use --debug to expand): 02:49:04  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:49:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:49:05 #1 [internal] load build definition from Dockerfile 02:49:05 #1 transferring dockerfile: 170B done 02:49:05 #1 DONE 0.0s 02:49:05 02:49:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:49:05 #2 DONE 0.0s 02:49:05 02:49:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:49:05 #3 DONE 0.0s 02:49:05 02:49:05 #4 [internal] load .dockerignore 02:49:05 #4 transferring context: 2B done 02:49:05 #4 DONE 0.0s 02:49:05 02:49:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:05 #5 DONE 0.0s 02:49:05 02:49:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:05 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:05 #6 CACHED 02:49:05 02:49:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:05 #5 CACHED 02:49:05 02:49:05 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:49:05 #7 DONE 0.0s 02:49:05 02:49:05 #8 exporting to image 02:49:05 #8 exporting layers done 02:49:05 #8 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 done 02:49:05 #8 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done 02:49:05 #8 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done 02:49:05 #8 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 done 02:49:05 #8 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab done 02:49:05 #8 pushing layers 0.0s done 02:49:05 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done 02:49:05 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:05 #8 DONE 0.1s 02:49:05 02:49:05 1 warning found (use --debug to expand): 02:49:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62' 02:49:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 --push - 02:49:05 #1 [internal] load build definition from Dockerfile 02:49:05 #1 transferring dockerfile: 176B done 02:49:05 #1 DONE 0.0s 02:49:05 02:49:05 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 02:49:05 #2 DONE 0.0s 02:49:05 02:49:05 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62 02:49:05 #3 DONE 0.0s 02:49:05 02:49:05 #4 [internal] load .dockerignore 02:49:05 #4 transferring context: 2B done 02:49:05 #4 DONE 0.0s 02:49:05 02:49:05 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:05 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:05 #5 CACHED 02:49:05 02:49:05 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:05 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:05 #6 CACHED 02:49:05 02:49:05 #7 exporting to image 02:49:05 #7 exporting layers 02:49:05 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:05 #7 exporting layers done 02:49:05 #7 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 done 02:49:05 #7 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done 02:49:05 #7 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done 02:49:05 #7 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 done 02:49:05 #7 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab done 02:49:05 #7 pushing layers 0.0s done 02:49:05 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.62@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done 02:49:05 #7 DONE 0.1s 02:49:05 02:49:05 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:49:05 #8 DONE 0.0s 02:49:05 02:49:05 1 warning found (use --debug to expand): 02:49:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:06 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:06 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:06 #1 [internal] load build definition from Dockerfile 02:49:06 #1 transferring dockerfile: 217B done 02:49:06 #1 DONE 0.0s 02:49:06 02:49:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:06 #2 DONE 0.0s 02:49:06 02:49:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:06 #3 DONE 0.0s 02:49:06 02:49:06 #4 [internal] load .dockerignore 02:49:06 #4 transferring context: 2B done 02:49:06 #4 DONE 0.0s 02:49:06 02:49:06 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:06 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.1s done 02:49:06 #5 CACHED 02:49:06 02:49:06 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:06 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.3s done 02:49:06 #6 CACHED 02:49:06 02:49:06 #7 exporting to image 02:49:06 #7 exporting layers 02:49:06 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:06 #7 exporting layers done 02:49:06 #7 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 0.0s done 02:49:06 #7 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done 02:49:06 #7 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done 02:49:06 #7 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 0.0s done 02:49:06 #7 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.0s done 02:49:06 #7 pushing layers 0.0s done 02:49:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 02:49:06 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done 02:49:06 #7 DONE 0.2s 02:49:06 02:49:06 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:49:06 #8 DONE 0.0s 02:49:07 02:49:07 1 warning found (use --debug to expand): 02:49:07  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:07 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:49:07 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:49:07 #1 [internal] load build definition from Dockerfile 02:49:07 #1 transferring dockerfile: 168B done 02:49:07 #1 DONE 0.0s 02:49:07 02:49:07 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:49:07 #2 DONE 0.0s 02:49:07 02:49:07 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:49:07 #3 DONE 0.0s 02:49:07 02:49:07 #4 [internal] load .dockerignore 02:49:07 #4 transferring context: 2B done 02:49:07 #4 DONE 0.0s 02:49:07 02:49:07 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:07 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:07 #5 CACHED 02:49:07 02:49:07 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:07 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 0.0s done 02:49:07 #6 DONE 0.0s 02:49:08 02:49:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:27c5fab77c9239b0864216836b0e5bdb8ded2e1b1f0ab4c40c483b61b2d39666 02:49:08 #6 CACHED 02:49:08 02:49:08 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:49:08 #7 DONE 0.0s 02:49:08 02:49:08 #8 exporting to image 02:49:08 #8 exporting layers done 02:49:08 #8 exporting manifest sha256:73dba1f84ba149f6ca1139141d475565edca6c48238412f10956fd961014b778 done 02:49:08 #8 exporting config sha256:467b77bd69d2530f0c8b5d0403b9e27e945737897aca10bd94a4844f9e3af520 done 02:49:08 #8 exporting manifest sha256:8f73e3eceaa9030db4c1ebbfa2f506d72028d82564e51ef485581f7b622768ff done 02:49:08 #8 exporting config sha256:513bf273d320a2eed1f7fc855efe19396138d6b667e662f7bff8c680163dd970 done 02:49:08 #8 exporting manifest list sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab done 02:49:08 #8 pushing layers 0.0s done 02:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:f270b2af7f93536892baf63c4df1326a7e56083176a3d4e93031b925514670ab 0.1s done 02:49:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:08 #8 DONE 0.1s 02:49:08 02:49:08 1 warning found (use --debug to expand): 02:49:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:08 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:08 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:08 #1 [internal] load build definition from Dockerfile 02:49:08 #1 transferring dockerfile: 205B done 02:49:08 #1 DONE 0.0s 02:49:08 02:49:08 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:08 #2 DONE 0.0s 02:49:08 02:49:08 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:08 #3 DONE 0.0s 02:49:08 02:49:08 #4 [internal] load .dockerignore 02:49:08 #4 transferring context: 2B done 02:49:08 #4 DONE 0.0s 02:49:08 02:49:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done 02:49:08 #5 DONE 0.0s 02:49:08 02:49:08 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:08 #6 DONE 0.0s 02:49:08 02:49:08 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:08 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done 02:49:08 #5 DONE 0.1s 02:49:08 02:49:08 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:08 #7 DONE 0.0s 02:49:08 02:49:08 #8 exporting to image 02:49:08 #8 exporting layers done 02:49:08 #8 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done 02:49:08 #8 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done 02:49:08 #8 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done 02:49:08 #8 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done 02:49:08 #8 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done 02:49:08 #8 pushing layers 0.1s done 02:49:08 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 02:49:08 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:09 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done 02:49:09 #8 DONE 0.2s 02:49:09 02:49:09 1 warning found (use --debug to expand): 02:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:49:09 #1 [internal] load build definition from Dockerfile 02:49:09 #1 transferring dockerfile: 171B done 02:49:09 #1 DONE 0.0s 02:49:09 02:49:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:49:09 #2 DONE 0.0s 02:49:09 02:49:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:49:09 #3 DONE 0.0s 02:49:09 02:49:09 #4 [internal] load .dockerignore 02:49:09 #4 transferring context: 2B done 02:49:09 #4 DONE 0.0s 02:49:09 02:49:09 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:09 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done 02:49:09 #5 CACHED 02:49:09 02:49:09 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:09 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done 02:49:09 #6 CACHED 02:49:09 02:49:09 #7 exporting to image 02:49:09 #7 exporting layers done 02:49:09 #7 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done 02:49:09 #7 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done 02:49:09 #7 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done 02:49:09 #7 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done 02:49:09 #7 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done 02:49:09 #7 pushing layers 02:49:09 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:09 #7 pushing layers 0.0s done 02:49:09 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done 02:49:09 #7 DONE 0.1s 02:49:09 02:49:09 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:09 #8 DONE 0.0s 02:49:09 02:49:09 1 warning found (use --debug to expand): 02:49:09  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62' 02:49:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 --push - 02:49:10 #1 [internal] load build definition from Dockerfile 02:49:10 #1 transferring dockerfile: 177B done 02:49:10 #1 DONE 0.0s 02:49:10 02:49:10 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 02:49:10 #2 DONE 0.0s 02:49:10 02:49:10 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62 02:49:10 #3 DONE 0.0s 02:49:10 02:49:10 #4 [internal] load .dockerignore 02:49:10 #4 transferring context: 2B done 02:49:10 #4 DONE 0.0s 02:49:10 02:49:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done 02:49:10 #5 CACHED 02:49:10 02:49:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done 02:49:10 #6 CACHED 02:49:10 02:49:10 #7 exporting to image 02:49:10 #7 exporting layers done 02:49:10 #7 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done 02:49:10 #7 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done 02:49:10 #7 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done 02:49:10 #7 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done 02:49:10 #7 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done 02:49:10 #7 pushing layers 0.0s done 02:49:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 02:49:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done 02:49:10 #7 DONE 0.1s 02:49:10 02:49:10 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:10 #8 DONE 0.0s 02:49:10 02:49:10 1 warning found (use --debug to expand): 02:49:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:10 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:10 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:10 #1 [internal] load build definition from Dockerfile 02:49:10 #1 transferring dockerfile: 218B done 02:49:10 #1 DONE 0.0s 02:49:10 02:49:10 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:10 #2 DONE 0.0s 02:49:10 02:49:10 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:10 #3 DONE 0.0s 02:49:10 02:49:10 #4 [internal] load .dockerignore 02:49:10 #4 transferring context: 2B done 02:49:10 #4 DONE 0.0s 02:49:10 02:49:10 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:10 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done 02:49:10 #5 CACHED 02:49:10 02:49:10 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:10 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done 02:49:10 #6 CACHED 02:49:10 02:49:10 #7 exporting to image 02:49:10 #7 exporting layers done 02:49:10 #7 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done 02:49:10 #7 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done 02:49:10 #7 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done 02:49:10 #7 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done 02:49:10 #7 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done 02:49:10 #7 pushing layers 0.0s done 02:49:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 02:49:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done 02:49:10 #7 DONE 0.1s 02:49:10 02:49:10 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:10 #8 DONE 0.0s 02:49:10 02:49:10 1 warning found (use --debug to expand): 02:49:10  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:49:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:49:11 #1 [internal] load build definition from Dockerfile 02:49:11 #1 transferring dockerfile: 169B done 02:49:11 #1 DONE 0.0s 02:49:11 02:49:11 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:49:11 #2 DONE 0.0s 02:49:11 02:49:11 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:49:11 #3 DONE 0.1s 02:49:11 02:49:11 #4 [internal] load .dockerignore 02:49:11 #4 transferring context: 2B done 02:49:11 #4 DONE 0.1s 02:49:11 02:49:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:11 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 done 02:49:11 #5 CACHED 02:49:11 02:49:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 02:49:11 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:4a1b8c29b06758c668e82a86bdd83368e0c584ba2da99573c39c4f23d379f1b2 0.0s done 02:49:11 #6 CACHED 02:49:11 02:49:11 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:11 #7 DONE 0.0s 02:49:11 02:49:11 #8 exporting to image 02:49:11 #8 exporting layers done 02:49:11 #8 exporting manifest sha256:8d06fe9baa5eae5f2f8b4638a9fef2b68f0a4887ad1afd9ec610748f49053639 done 02:49:11 #8 exporting config sha256:ab62c959b0e665a59071981cfc0327d592dfe78263f2825962fe3de515d27b53 done 02:49:11 #8 exporting manifest sha256:9860d995027ddd5676c1ce3430e6a2547ce5e14112f712e24ef563abbab95b60 done 02:49:11 #8 exporting config sha256:8c1ea43a89129ee85270f9d05617e5b60ab38cb6aa636e8493ab8233176ae7c7 done 02:49:11 #8 exporting manifest list sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae done 02:49:11 #8 pushing layers 0.0s done 02:49:11 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:39ced286d354d9494388be417ec5e634f80adfaa70eadd5be6084e4ef0b4f0ae 0.1s done 02:49:11 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:11 #8 DONE 0.1s 02:49:11 02:49:11 1 warning found (use --debug to expand): 02:49:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:11 #1 [internal] load build definition from Dockerfile 02:49:11 #1 transferring dockerfile: 211B done 02:49:11 #1 DONE 0.0s 02:49:11 02:49:11 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:11 #2 DONE 0.0s 02:49:11 02:49:11 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:11 #3 DONE 0.0s 02:49:11 02:49:11 #4 [internal] load .dockerignore 02:49:11 #4 transferring context: 2B done 02:49:11 #4 DONE 0.0s 02:49:11 02:49:11 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:11 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:11 #5 ... 02:49:11 02:49:11 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:11 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done 02:49:11 #6 DONE 0.1s 02:49:11 02:49:11 #7 exporting to image 02:49:11 #7 exporting layers done 02:49:11 #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a 0.0s done 02:49:11 #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done 02:49:11 #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done 02:49:11 #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done 02:49:11 #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done 02:49:11 #7 pushing layers 02:49:11 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:12 #7 ... 02:49:12 02:49:12 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:12 #8 DONE 0.0s 02:49:12 02:49:12 #7 exporting to image 02:49:12 #7 pushing layers 0.1s done 02:49:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 02:49:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done 02:49:12 #7 DONE 0.2s 02:49:12 02:49:12 1 warning found (use --debug to expand): 02:49:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:49:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:49:12 #1 [internal] load build definition from Dockerfile 02:49:12 #1 transferring dockerfile: 177B done 02:49:12 #1 DONE 0.0s 02:49:12 02:49:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:49:12 #2 DONE 0.0s 02:49:12 02:49:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:49:12 #3 DONE 0.0s 02:49:12 02:49:12 #4 [internal] load .dockerignore 02:49:12 #4 transferring context: 2B done 02:49:12 #4 DONE 0.0s 02:49:12 02:49:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done 02:49:12 #5 DONE 0.0s 02:49:12 02:49:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:12 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done 02:49:12 #6 CACHED 02:49:12 02:49:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:12 #5 CACHED 02:49:12 02:49:12 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:12 #7 DONE 0.0s 02:49:12 02:49:12 #8 exporting to image 02:49:12 #8 exporting layers done 02:49:12 #8 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done 02:49:12 #8 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done 02:49:12 #8 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done 02:49:12 #8 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done 02:49:12 #8 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done 02:49:12 #8 pushing layers 0.0s done 02:49:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done 02:49:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:12 #8 DONE 0.1s 02:49:12 02:49:12 1 warning found (use --debug to expand): 02:49:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 --push - 02:49:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62' 02:49:12 #1 [internal] load build definition from Dockerfile 02:49:12 #1 transferring dockerfile: 183B done 02:49:12 #1 DONE 0.0s 02:49:12 02:49:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 02:49:12 #2 DONE 0.0s 02:49:12 02:49:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62 02:49:12 #3 DONE 0.0s 02:49:12 02:49:12 #4 [internal] load .dockerignore 02:49:12 #4 transferring context: 2B done 02:49:12 #4 DONE 0.0s 02:49:12 02:49:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:12 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done 02:49:12 #5 CACHED 02:49:12 02:49:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:12 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done 02:49:12 #6 CACHED 02:49:12 02:49:12 #7 exporting to image 02:49:12 #7 exporting layers 02:49:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:13 #7 exporting layers done 02:49:13 #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done 02:49:13 #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done 02:49:13 #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done 02:49:13 #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done 02:49:13 #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done 02:49:13 #7 pushing layers 0.0s done 02:49:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.62@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done 02:49:13 #7 DONE 0.1s 02:49:13 02:49:13 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:13 #8 DONE 0.0s 02:49:13 02:49:13 1 warning found (use --debug to expand): 02:49:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:13 #1 [internal] load build definition from Dockerfile 02:49:13 #1 transferring dockerfile: 224B done 02:49:13 #1 DONE 0.0s 02:49:13 02:49:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:13 #2 DONE 0.0s 02:49:13 02:49:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:13 #3 DONE 0.0s 02:49:13 02:49:13 #4 [internal] load .dockerignore 02:49:13 #4 transferring context: 2B done 02:49:13 #4 DONE 0.0s 02:49:13 02:49:13 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:13 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done 02:49:13 #5 CACHED 02:49:13 02:49:13 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:13 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 0.0s done 02:49:13 #6 CACHED 02:49:13 02:49:13 #7 exporting to image 02:49:13 #7 exporting layers done 02:49:13 #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done 02:49:13 #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done 02:49:13 #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done 02:49:13 #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done 02:49:13 #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done 02:49:13 #7 pushing layers 0.0s done 02:49:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 02:49:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done 02:49:13 #7 DONE 0.1s 02:49:13 02:49:13 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:13 #8 DONE 0.0s 02:49:13 02:49:13 1 warning found (use --debug to expand): 02:49:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:49:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:49:14 #1 [internal] load build definition from Dockerfile 02:49:14 #1 transferring dockerfile: 175B done 02:49:14 #1 DONE 0.0s 02:49:14 02:49:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:49:14 #2 DONE 0.0s 02:49:14 02:49:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:49:14 #3 DONE 0.0s 02:49:14 02:49:14 #4 [internal] load .dockerignore 02:49:14 #4 transferring context: 2B done 02:49:14 #4 DONE 0.0s 02:49:14 02:49:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:14 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done 02:49:14 #5 CACHED 02:49:14 02:49:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce 02:49:14 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:a0493d45089a75f3882b3fdafcbe77d2029f369d442039e19450891c1bfb4cce done 02:49:14 #6 CACHED 02:49:14 02:49:14 #7 exporting to image 02:49:14 #7 exporting layers done 02:49:14 #7 exporting manifest sha256:b0cb1dc14595b1d0d9691c9b910fdd2fc03adb9646e38601e2e2f014e489696a done 02:49:14 #7 exporting config sha256:9f9843c87d4971c3d1f21bfd170833f880ebc33fc94ec0b2a17bd45a186987e0 done 02:49:14 #7 exporting manifest sha256:a32c25d71a3d697ef0cbc735656e3785b088e9f39dab09210f1c8d5d137c51b9 done 02:49:14 #7 exporting config sha256:4a7eca4d576904ed69ec72288782b7630e11cb64f265bc2b499c30229fd9b37e done 02:49:14 #7 exporting manifest list sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 done 02:49:14 #7 pushing layers 0.0s done 02:49:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 02:49:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9c0e9e26b8eb2ce00bdee94f8c87af9c7dd7c223b75afc6732a1d9ad34c7d8e1 0.1s done 02:49:14 #7 DONE 0.1s 02:49:14 02:49:14 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:49:14 #8 DONE 0.0s 02:49:14 02:49:14 1 warning found (use --debug to expand): 02:49:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:14 #1 [internal] load build definition from Dockerfile 02:49:14 #1 transferring dockerfile: 215B done 02:49:14 #1 DONE 0.0s 02:49:14 02:49:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:14 #2 DONE 0.0s 02:49:14 02:49:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:14 #3 DONE 0.0s 02:49:14 02:49:14 #4 [internal] load .dockerignore 02:49:14 #4 transferring context: 2B done 02:49:14 #4 DONE 0.0s 02:49:14 02:49:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:14 #5 DONE 0.0s 02:49:14 02:49:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:14 #6 DONE 0.0s 02:49:14 02:49:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:14 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:14 #5 DONE 0.1s 02:49:14 02:49:14 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:49:14 #7 DONE 0.0s 02:49:14 02:49:14 #8 exporting to image 02:49:14 #8 exporting layers done 02:49:14 #8 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done 02:49:14 #8 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done 02:49:14 #8 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done 02:49:14 #8 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done 02:49:14 #8 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done 02:49:14 #8 pushing layers 0.1s done 02:49:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 02:49:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:15 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done 02:49:15 #8 DONE 0.2s 02:49:15 02:49:15 1 warning found (use --debug to expand): 02:49:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:49:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:49:15 #1 [internal] load build definition from Dockerfile 02:49:15 #1 transferring dockerfile: 181B done 02:49:15 #1 DONE 0.0s 02:49:15 02:49:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:49:15 #2 DONE 0.0s 02:49:15 02:49:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:49:15 #3 DONE 0.0s 02:49:15 02:49:15 #4 [internal] load .dockerignore 02:49:15 #4 transferring context: 2B done 02:49:15 #4 DONE 0.0s 02:49:15 02:49:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:15 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:15 #5 CACHED 02:49:15 02:49:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:15 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:15 #6 CACHED 02:49:15 02:49:15 #7 exporting to image 02:49:15 #7 exporting layers done 02:49:15 #7 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done 02:49:15 #7 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done 02:49:15 #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb 02:49:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:15 #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done 02:49:15 #7 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done 02:49:15 #7 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done 02:49:15 #7 pushing layers 0.0s done 02:49:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done 02:49:15 #7 DONE 0.1s 02:49:15 02:49:15 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:49:15 #8 DONE 0.0s 02:49:15 02:49:15 1 warning found (use --debug to expand): 02:49:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62' 02:49:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 --push - 02:49:16 #1 [internal] load build definition from Dockerfile 02:49:16 #1 transferring dockerfile: 187B done 02:49:16 #1 DONE 0.0s 02:49:16 02:49:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 02:49:16 #2 DONE 0.0s 02:49:16 02:49:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62 02:49:16 #3 DONE 0.0s 02:49:16 02:49:16 #4 [internal] load .dockerignore 02:49:16 #4 transferring context: 2B done 02:49:16 #4 DONE 0.0s 02:49:16 02:49:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:16 #5 CACHED 02:49:16 02:49:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:16 #6 CACHED 02:49:16 02:49:16 #7 exporting to image 02:49:16 #7 exporting layers done 02:49:16 #7 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done 02:49:16 #7 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done 02:49:16 #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done 02:49:16 #7 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done 02:49:16 #7 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done 02:49:16 #7 pushing layers 02:49:16 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:16 #7 pushing layers 0.0s done 02:49:16 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.62@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done 02:49:16 #7 DONE 0.1s 02:49:16 02:49:16 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:49:16 #8 DONE 0.0s 02:49:16 02:49:16 1 warning found (use --debug to expand): 02:49:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:16 #1 [internal] load build definition from Dockerfile 02:49:16 #1 transferring dockerfile: 228B done 02:49:16 #1 DONE 0.0s 02:49:16 02:49:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:16 #2 DONE 0.0s 02:49:16 02:49:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:16 #3 DONE 0.0s 02:49:16 02:49:16 #4 [internal] load .dockerignore 02:49:16 #4 transferring context: 2B done 02:49:16 #4 DONE 0.0s 02:49:16 02:49:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:16 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:16 #5 DONE 0.0s 02:49:16 02:49:16 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:16 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:16 #6 CACHED 02:49:16 02:49:16 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:16 #5 CACHED 02:49:16 02:49:16 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:49:16 #7 DONE 0.0s 02:49:16 02:49:16 #8 exporting to image 02:49:16 #8 exporting layers done 02:49:16 #8 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done 02:49:16 #8 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done 02:49:16 #8 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done 02:49:16 #8 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done 02:49:16 #8 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done 02:49:16 #8 pushing layers 0.0s done 02:49:16 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done 02:49:16 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:16 #8 DONE 0.1s 02:49:16 02:49:16 1 warning found (use --debug to expand): 02:49:16  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:49:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:49:17 #1 [internal] load build definition from Dockerfile 02:49:17 #1 transferring dockerfile: 179B done 02:49:17 #1 DONE 0.0s 02:49:17 02:49:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:49:17 #2 DONE 0.0s 02:49:17 02:49:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:49:17 #3 DONE 0.0s 02:49:17 02:49:17 #4 [internal] load .dockerignore 02:49:17 #4 transferring context: 2B done 02:49:17 #4 DONE 0.0s 02:49:17 02:49:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:17 #5 CACHED 02:49:17 02:49:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 02:49:17 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:cde6ad45376ceea418df564922c03c43eda6e465feb46d462c86e4558df50975 0.0s done 02:49:17 #6 CACHED 02:49:17 02:49:17 #7 exporting to image 02:49:17 #7 exporting layers done 02:49:17 #7 exporting manifest sha256:4e5be47aa20ab6d8339d788448c0f47ae1aefb03a463f29074fc431db7e66700 done 02:49:17 #7 exporting config sha256:294af049ca79d1322221f94230646fea9185657c4bf519b00d3c1f83912ab6fa done 02:49:17 #7 exporting manifest sha256:b07ec15f432f69d8e2688b6a0684e07590d4f72ea90cc71c13a0f836bd222ecb done 02:49:17 #7 exporting config sha256:eea673fa01375fba08c812e235c0b2c596a8e2457f2e58171d35dd2eb8ef5c13 done 02:49:17 #7 exporting manifest list sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca done 02:49:17 #7 pushing layers 02:49:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:17 #7 pushing layers 0.0s done 02:49:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:e71469767ab3965a60f6d04f74a2a4b703ea574b72f094e9f73f8ab18686e0ca 0.1s done 02:49:17 #7 DONE 0.1s 02:49:17 02:49:17 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:49:17 #8 DONE 0.0s 02:49:17 02:49:17 1 warning found (use --debug to expand): 02:49:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:17 #1 [internal] load build definition from Dockerfile 02:49:17 #1 transferring dockerfile: 205B done 02:49:17 #1 DONE 0.0s 02:49:17 02:49:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:17 #2 DONE 0.0s 02:49:17 02:49:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:17 #3 DONE 0.0s 02:49:17 02:49:17 #4 [internal] load .dockerignore 02:49:17 #4 transferring context: 2B done 02:49:17 #4 DONE 0.0s 02:49:17 02:49:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:17 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:17 #5 DONE 0.0s 02:49:17 02:49:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:18 #6 DONE 0.0s 02:49:18 02:49:18 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:18 #5 DONE 0.1s 02:49:18 02:49:18 #7 exporting to image 02:49:18 #7 exporting layers done 02:49:18 #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done 02:49:18 #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done 02:49:18 #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done 02:49:18 #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 02:49:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:18 #7 ... 02:49:18 02:49:18 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:49:18 #8 DONE 0.0s 02:49:18 02:49:18 #7 exporting to image 02:49:18 #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done 02:49:18 #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done 02:49:18 #7 pushing layers 0.1s done 02:49:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 02:49:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done 02:49:18 #7 DONE 0.2s 02:49:18 02:49:18 1 warning found (use --debug to expand): 02:49:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:49:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:49:18 #1 [internal] load build definition from Dockerfile 02:49:18 #1 transferring dockerfile: 171B done 02:49:18 #1 DONE 0.0s 02:49:18 02:49:18 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:49:18 #2 DONE 0.0s 02:49:18 02:49:18 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:49:18 #3 DONE 0.0s 02:49:18 02:49:18 #4 [internal] load .dockerignore 02:49:18 #4 transferring context: 2B done 02:49:18 #4 DONE 0.0s 02:49:18 02:49:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:18 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:18 #5 DONE 0.0s 02:49:18 02:49:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:18 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:18 #6 CACHED 02:49:18 02:49:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:18 #5 CACHED 02:49:18 02:49:18 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:49:18 #7 DONE 0.0s 02:49:18 02:49:18 #8 exporting to image 02:49:18 #8 exporting layers done 02:49:18 #8 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done 02:49:18 #8 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done 02:49:18 #8 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done 02:49:18 #8 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done 02:49:18 #8 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done 02:49:18 #8 pushing layers 0.0s done 02:49:18 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done 02:49:18 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:18 #8 DONE 0.1s 02:49:18 02:49:18 1 warning found (use --debug to expand): 02:49:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62' 02:49:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 --push - 02:49:19 #1 [internal] load build definition from Dockerfile 02:49:19 #1 transferring dockerfile: 177B done 02:49:19 #1 DONE 0.0s 02:49:19 02:49:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 02:49:19 #2 DONE 0.0s 02:49:19 02:49:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62 02:49:19 #3 DONE 0.0s 02:49:19 02:49:19 #4 [internal] load .dockerignore 02:49:19 #4 transferring context: 2B done 02:49:19 #4 DONE 0.0s 02:49:19 02:49:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:19 #5 CACHED 02:49:19 02:49:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:19 #6 CACHED 02:49:19 02:49:19 #7 exporting to image 02:49:19 #7 exporting layers done 02:49:19 #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done 02:49:19 #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done 02:49:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:19 #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done 02:49:19 #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done 02:49:19 #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done 02:49:19 #7 pushing layers 0.0s done 02:49:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.62@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done 02:49:19 #7 DONE 0.1s 02:49:19 02:49:19 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:49:19 #8 DONE 0.0s 02:49:19 02:49:19 1 warning found (use --debug to expand): 02:49:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:19 #1 [internal] load build definition from Dockerfile 02:49:19 #1 transferring dockerfile: 218B done 02:49:19 #1 DONE 0.0s 02:49:19 02:49:19 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:19 #2 DONE 0.0s 02:49:19 02:49:19 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:19 #3 DONE 0.0s 02:49:19 02:49:19 #4 [internal] load .dockerignore 02:49:19 #4 transferring context: 2B done 02:49:19 #4 DONE 0.0s 02:49:19 02:49:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:19 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 done 02:49:19 #5 CACHED 02:49:19 02:49:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:19 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 0.0s done 02:49:19 #6 CACHED 02:49:19 02:49:19 #7 exporting to image 02:49:19 #7 exporting layers done 02:49:19 #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done 02:49:19 #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done 02:49:19 #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done 02:49:19 #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done 02:49:19 #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done 02:49:19 #7 pushing layers 0.0s done 02:49:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 02:49:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done 02:49:19 #7 DONE 0.1s 02:49:19 02:49:19 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:49:19 #8 DONE 0.0s 02:49:19 02:49:19 1 warning found (use --debug to expand): 02:49:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:49:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:49:20 #1 [internal] load build definition from Dockerfile 02:49:20 #1 transferring dockerfile: 169B done 02:49:20 #1 DONE 0.0s 02:49:20 02:49:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:49:20 #2 DONE 0.0s 02:49:20 02:49:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:49:20 #3 DONE 0.0s 02:49:20 02:49:20 #4 [internal] load .dockerignore 02:49:20 #4 transferring context: 2B done 02:49:20 #4 DONE 0.0s 02:49:20 02:49:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:20 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 done 02:49:20 #5 CACHED 02:49:20 02:49:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 02:49:20 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:3a773e9d0ccf1a75265d71daded076bf9a636776fc32a340464843fa6d32c4a6 done 02:49:20 #6 CACHED 02:49:20 02:49:20 #7 exporting to image 02:49:20 #7 exporting layers done 02:49:20 #7 exporting manifest sha256:4d0de99dbf41475f7599c9fedf36e567fd81bbc0c9a8bc28c2c0af5ebe9300a8 done 02:49:20 #7 exporting config sha256:b3d4ff04afa34f00d7ec10a2a585334fc073049c5f455ee36e9057938e2b987c done 02:49:20 #7 exporting manifest sha256:a3767a4b4d788c624654a4ebf3d402d490bf34e599e9e1c19e387f1b053ce2e9 done 02:49:20 #7 exporting config sha256:04a688fe9b1f26d0cedab38818da85f7893d8f227930562a938c130f768586a8 done 02:49:20 #7 exporting manifest list sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 done 02:49:20 #7 pushing layers 0.0s done 02:49:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 02:49:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1fe02a0b995ca8269a361c2557eaa45894b61d3664bd188c77104f9afabf6196 0.1s done 02:49:20 #7 DONE 0.1s 02:49:20 02:49:20 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:49:20 #8 DONE 0.0s 02:49:20 02:49:20 1 warning found (use --debug to expand): 02:49:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:21 #1 [internal] load build definition from Dockerfile 02:49:21 #1 transferring dockerfile: 206B done 02:49:21 #1 DONE 0.0s 02:49:21 02:49:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:21 #2 DONE 0.0s 02:49:21 02:49:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:21 #3 DONE 0.0s 02:49:21 02:49:21 #4 [internal] load .dockerignore 02:49:21 #4 transferring context: 2B done 02:49:21 #4 DONE 0.0s 02:49:21 02:49:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done 02:49:21 #5 DONE 0.0s 02:49:21 02:49:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done 02:49:21 #6 DONE 0.1s 02:49:21 02:49:21 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:49:21 #7 DONE 0.0s 02:49:21 02:49:21 #8 exporting to image 02:49:21 #8 exporting layers done 02:49:21 #8 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done 02:49:21 #8 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done 02:49:21 #8 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done 02:49:21 #8 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done 02:49:21 #8 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done 02:49:21 #8 pushing layers 0.1s done 02:49:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 02:49:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done 02:49:21 #8 DONE 0.2s 02:49:21 02:49:21 1 warning found (use --debug to expand): 02:49:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:49:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:49:21 #1 [internal] load build definition from Dockerfile 02:49:21 #1 transferring dockerfile: 172B done 02:49:21 #1 DONE 0.0s 02:49:21 02:49:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:49:21 #2 DONE 0.0s 02:49:21 02:49:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:49:21 #3 DONE 0.0s 02:49:21 02:49:21 #4 [internal] load .dockerignore 02:49:21 #4 transferring context: 2B done 02:49:21 #4 DONE 0.0s 02:49:21 02:49:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:21 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done 02:49:21 #5 CACHED 02:49:21 02:49:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:21 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done 02:49:21 #6 CACHED 02:49:21 02:49:21 #7 exporting to image 02:49:21 #7 exporting layers done 02:49:21 #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done 02:49:21 #7 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done 02:49:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:21 #7 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done 02:49:21 #7 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done 02:49:21 #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done 02:49:21 #7 pushing layers 0.0s done 02:49:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done 02:49:21 #7 DONE 0.1s 02:49:21 02:49:21 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:49:21 #8 DONE 0.0s 02:49:21 02:49:21 1 warning found (use --debug to expand): 02:49:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62' 02:49:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 --push - 02:49:22 #1 [internal] load build definition from Dockerfile 02:49:22 #1 transferring dockerfile: 178B done 02:49:22 #1 DONE 0.0s 02:49:22 02:49:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 02:49:22 #2 DONE 0.0s 02:49:22 02:49:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62 02:49:22 #3 DONE 0.0s 02:49:22 02:49:22 #4 [internal] load .dockerignore 02:49:22 #4 transferring context: 2B done 02:49:22 #4 DONE 0.0s 02:49:22 02:49:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 done 02:49:22 #5 CACHED 02:49:22 02:49:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done 02:49:22 #6 CACHED 02:49:22 02:49:22 #7 exporting to image 02:49:22 #7 exporting layers done 02:49:22 #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done 02:49:22 #7 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done 02:49:22 #7 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done 02:49:22 #7 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done 02:49:22 #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 02:49:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:22 #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done 02:49:22 #7 pushing layers 0.0s done 02:49:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.62@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done 02:49:22 #7 DONE 0.1s 02:49:22 02:49:22 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:49:22 #8 DONE 0.0s 02:49:22 02:49:22 1 warning found (use --debug to expand): 02:49:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:22 #1 [internal] load build definition from Dockerfile 02:49:22 #1 transferring dockerfile: 219B done 02:49:22 #1 DONE 0.0s 02:49:22 02:49:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:22 #2 DONE 0.0s 02:49:22 02:49:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:22 #3 DONE 0.0s 02:49:22 02:49:22 #4 [internal] load .dockerignore 02:49:22 #4 transferring context: 2B done 02:49:22 #4 DONE 0.0s 02:49:22 02:49:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:22 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done 02:49:22 #5 CACHED 02:49:22 02:49:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:22 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done 02:49:23 #6 CACHED 02:49:23 02:49:23 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:49:23 #7 DONE 0.0s 02:49:23 02:49:23 #8 exporting to image 02:49:23 #8 exporting layers done 02:49:23 #8 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done 02:49:23 #8 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done 02:49:23 #8 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done 02:49:23 #8 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done 02:49:23 #8 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done 02:49:23 #8 pushing layers 0.0s done 02:49:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done 02:49:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:23 #8 DONE 0.1s 02:49:23 02:49:23 1 warning found (use --debug to expand): 02:49:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:49:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:49:23 #1 [internal] load build definition from Dockerfile 02:49:23 #1 transferring dockerfile: 170B done 02:49:23 #1 DONE 0.0s 02:49:23 02:49:23 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:49:23 #2 DONE 0.0s 02:49:23 02:49:23 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:49:23 #3 DONE 0.0s 02:49:23 02:49:23 #4 [internal] load .dockerignore 02:49:23 #4 transferring context: 2B done 02:49:23 #4 DONE 0.0s 02:49:23 02:49:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:23 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done 02:49:23 #5 CACHED 02:49:23 02:49:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 02:49:23 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f94819ed3cfd4310d7fd75e80d08016e5f5ed54e596c3df282f5d2ecd8101f52 0.0s done 02:49:23 #6 CACHED 02:49:23 02:49:23 #7 exporting to image 02:49:23 #7 exporting layers done 02:49:23 #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b 02:49:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:23 #7 exporting manifest sha256:49a2261b60cd90f00b9a864f03d0971c128d8a4879c56debe4e057e1bcb4a17b done 02:49:23 #7 exporting config sha256:472ff79211c57c281bfc53150b99244e533fe4677ad4d797bdd71af84ae495fb done 02:49:23 #7 exporting manifest sha256:1824e3a42b379b502b2e701712153d9bf848b9bd72d3e8d76f9a4a7bc0ada841 done 02:49:23 #7 exporting config sha256:32d77d31fa8541b4f6d4076359f7eccdb4f0e75ebb4ad95e05667708af0466cb done 02:49:23 #7 exporting manifest list sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 done 02:49:23 #7 pushing layers 0.0s done 02:49:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:ccdbd194797fae2e6bb40109cfe26dfd4d75c0080a8c0c1874021d17814b4380 0.1s done 02:49:23 #7 DONE 0.1s 02:49:23 02:49:23 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:49:23 #8 DONE 0.0s 02:49:23 02:49:23 1 warning found (use --debug to expand): 02:49:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:23 #1 [internal] load build definition from Dockerfile 02:49:23 #1 transferring dockerfile: 206B done 02:49:23 #1 DONE 0.0s 02:49:23 02:49:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:23 #2 DONE 0.0s 02:49:23 02:49:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:23 #3 DONE 0.1s 02:49:23 02:49:23 #4 [internal] load .dockerignore 02:49:23 #4 transferring context: 2B done 02:49:23 #4 DONE 0.0s 02:49:24 02:49:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:24 #5 ... 02:49:24 02:49:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 0.0s done 02:49:24 #6 DONE 0.1s 02:49:24 02:49:24 #7 exporting to image 02:49:24 #7 exporting layers done 02:49:24 #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 02:49:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:24 #7 ... 02:49:24 02:49:24 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:49:24 #8 DONE 0.0s 02:49:24 02:49:24 #7 exporting to image 02:49:24 #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 0.0s done 02:49:24 #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done 02:49:24 #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done 02:49:24 #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done 02:49:24 #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done 02:49:24 #7 pushing layers 0.1s done 02:49:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 02:49:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done 02:49:24 #7 DONE 0.2s 02:49:24 02:49:24 1 warning found (use --debug to expand): 02:49:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:49:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:49:24 #1 [internal] load build definition from Dockerfile 02:49:24 #1 transferring dockerfile: 172B done 02:49:24 #1 DONE 0.0s 02:49:24 02:49:24 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:49:24 #2 DONE 0.0s 02:49:24 02:49:24 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:49:24 #3 DONE 0.0s 02:49:24 02:49:24 #4 [internal] load .dockerignore 02:49:24 #4 transferring context: 2B done 02:49:24 #4 DONE 0.0s 02:49:24 02:49:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:24 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done 02:49:24 #5 CACHED 02:49:24 02:49:24 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:24 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done 02:49:24 #6 CACHED 02:49:24 02:49:24 #7 exporting to image 02:49:24 #7 exporting layers 02:49:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:24 #7 exporting layers done 02:49:24 #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done 02:49:24 #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done 02:49:24 #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done 02:49:24 #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done 02:49:24 #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done 02:49:24 #7 pushing layers 0.0s done 02:49:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done 02:49:24 #7 DONE 0.1s 02:49:24 02:49:24 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:49:24 #8 DONE 0.0s 02:49:24 02:49:24 1 warning found (use --debug to expand): 02:49:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62' 02:49:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 --push - 02:49:25 #1 [internal] load build definition from Dockerfile 02:49:25 #1 transferring dockerfile: 178B done 02:49:25 #1 DONE 0.0s 02:49:25 02:49:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 02:49:25 #2 DONE 0.0s 02:49:25 02:49:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62 02:49:25 #3 DONE 0.0s 02:49:25 02:49:25 #4 [internal] load .dockerignore 02:49:25 #4 transferring context: 2B done 02:49:25 #4 DONE 0.0s 02:49:25 02:49:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 0.0s done 02:49:25 #5 CACHED 02:49:25 02:49:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 0.0s done 02:49:25 #6 CACHED 02:49:25 02:49:25 #7 exporting to image 02:49:25 #7 exporting layers done 02:49:25 #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done 02:49:25 #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done 02:49:25 #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done 02:49:25 #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done 02:49:25 #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done 02:49:25 #7 pushing layers 02:49:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:25 #7 pushing layers 0.0s done 02:49:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.62@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done 02:49:25 #7 DONE 0.1s 02:49:25 02:49:25 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:49:25 #8 DONE 0.0s 02:49:25 02:49:25 1 warning found (use --debug to expand): 02:49:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:25 #1 [internal] load build definition from Dockerfile 02:49:25 #1 transferring dockerfile: 219B done 02:49:25 #1 DONE 0.0s 02:49:25 02:49:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:25 #2 DONE 0.0s 02:49:25 02:49:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:25 #3 DONE 0.0s 02:49:25 02:49:25 #4 [internal] load .dockerignore 02:49:25 #4 transferring context: 2B done 02:49:25 #4 DONE 0.0s 02:49:25 02:49:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:25 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done 02:49:25 #5 CACHED 02:49:25 02:49:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:25 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done 02:49:25 #6 CACHED 02:49:25 02:49:25 #7 exporting to image 02:49:25 #7 exporting layers done 02:49:25 #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done 02:49:25 #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done 02:49:25 #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done 02:49:25 #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done 02:49:25 #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done 02:49:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:26 #7 pushing layers 0.0s done 02:49:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done 02:49:26 #7 DONE 0.1s 02:49:26 02:49:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:49:26 #8 DONE 0.0s 02:49:26 02:49:26 1 warning found (use --debug to expand): 02:49:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:49:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:49:26 #1 [internal] load build definition from Dockerfile 02:49:26 #1 transferring dockerfile: 170B done 02:49:26 #1 DONE 0.0s 02:49:26 02:49:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:49:26 #2 DONE 0.0s 02:49:26 02:49:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:49:26 #3 DONE 0.0s 02:49:26 02:49:26 #4 [internal] load .dockerignore 02:49:26 #4 transferring context: 2B done 02:49:26 #4 DONE 0.0s 02:49:26 02:49:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:26 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done 02:49:26 #5 CACHED 02:49:26 02:49:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 02:49:26 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:800aaf4e917e35d1f4b5543f71fb7c949d2428f806473dc830183c4120029b97 done 02:49:26 #6 CACHED 02:49:26 02:49:26 #7 exporting to image 02:49:26 #7 exporting layers done 02:49:26 #7 exporting manifest sha256:b63b77f7043ac6ca8f2a601d7f1cb8a1a0497ad7327c14a700a81900c9db34f9 done 02:49:26 #7 exporting config sha256:339d47c54856b12dff281d478fa8f9a057b403e41931381a067143845092a46d done 02:49:26 #7 exporting manifest sha256:4d3ed268b24aded0b9ec765686e6e4c8b9d88c49a3c1462384d6ff88dc90da34 done 02:49:26 #7 exporting config sha256:d43f21e4f25448059cb6884979db54660b8eccce9da2cbb8c6a480ece846a3a1 done 02:49:26 #7 exporting manifest list sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 done 02:49:26 #7 pushing layers 0.0s done 02:49:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 02:49:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:00544ff621e22d6ca997b9433b8176bb5270671e90629971070763f069f1f6f8 0.1s done 02:49:26 #7 DONE 0.1s 02:49:26 02:49:26 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:49:26 #8 DONE 0.0s 02:49:26 02:49:26 1 warning found (use --debug to expand): 02:49:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:27 #1 [internal] load build definition from Dockerfile 02:49:27 #1 transferring dockerfile: 206B done 02:49:27 #1 DONE 0.0s 02:49:27 02:49:27 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:27 #2 DONE 0.1s 02:49:27 02:49:27 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:27 #3 DONE 0.1s 02:49:27 02:49:27 #4 [internal] load .dockerignore 02:49:27 #4 transferring context: 02:49:27 #4 transferring context: 2B done 02:49:27 #4 DONE 0.0s 02:49:27 02:49:27 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:27 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done 02:49:27 #5 DONE 0.0s 02:49:27 02:49:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:27 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done 02:49:27 #6 DONE 0.1s 02:49:27 02:49:27 #7 exporting to image 02:49:27 #7 exporting layers done 02:49:27 #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done 02:49:27 #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done 02:49:27 #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done 02:49:27 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc 02:49:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:27 #7 ... 02:49:27 02:49:27 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:49:27 #8 DONE 0.0s 02:49:27 02:49:27 #7 exporting to image 02:49:27 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done 02:49:27 #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done 02:49:27 #7 pushing layers 0.1s done 02:49:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 02:49:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done 02:49:27 #7 DONE 0.2s 02:49:27 02:49:27 1 warning found (use --debug to expand): 02:49:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:49:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:49:28 #1 [internal] load build definition from Dockerfile 02:49:28 #1 transferring dockerfile: 172B done 02:49:28 #1 DONE 0.0s 02:49:28 02:49:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:49:28 #2 DONE 0.0s 02:49:28 02:49:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:49:28 #3 DONE 0.0s 02:49:28 02:49:28 #4 [internal] load .dockerignore 02:49:28 #4 transferring context: 2B done 02:49:28 #4 DONE 0.0s 02:49:28 02:49:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done 02:49:28 #5 CACHED 02:49:28 02:49:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:28 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done 02:49:28 #6 CACHED 02:49:28 02:49:28 #7 exporting to image 02:49:28 #7 exporting layers done 02:49:28 #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done 02:49:28 #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done 02:49:28 #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done 02:49:28 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc 02:49:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:28 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done 02:49:28 #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done 02:49:28 #7 pushing layers 0.0s done 02:49:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done 02:49:28 #7 DONE 0.1s 02:49:28 02:49:28 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:49:28 #8 DONE 0.0s 02:49:28 02:49:28 1 warning found (use --debug to expand): 02:49:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62' 02:49:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 --push - 02:49:28 #1 [internal] load build definition from Dockerfile 02:49:28 #1 transferring dockerfile: 178B done 02:49:28 #1 DONE 0.0s 02:49:28 02:49:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 02:49:28 #2 DONE 0.0s 02:49:28 02:49:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62 02:49:28 #3 DONE 0.0s 02:49:28 02:49:28 #4 [internal] load .dockerignore 02:49:28 #4 transferring context: 2B done 02:49:28 #4 DONE 0.0s 02:49:28 02:49:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:28 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb done 02:49:28 #5 CACHED 02:49:28 02:49:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:28 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done 02:49:28 #6 CACHED 02:49:28 02:49:28 #7 exporting to image 02:49:28 #7 exporting layers done 02:49:28 #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done 02:49:28 #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done 02:49:28 #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done 02:49:28 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc 02:49:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:28 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done 02:49:28 #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done 02:49:28 #7 pushing layers 0.0s done 02:49:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.62@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done 02:49:28 #7 DONE 0.1s 02:49:28 02:49:28 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:49:28 #8 DONE 0.0s 02:49:28 02:49:28 1 warning found (use --debug to expand): 02:49:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:29 #1 [internal] load build definition from Dockerfile 02:49:29 #1 transferring dockerfile: 219B done 02:49:29 #1 DONE 0.0s 02:49:29 02:49:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:29 #2 DONE 0.0s 02:49:29 02:49:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:29 #3 DONE 0.0s 02:49:29 02:49:29 #4 [internal] load .dockerignore 02:49:29 #4 transferring context: 2B done 02:49:29 #4 DONE 0.0s 02:49:29 02:49:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done 02:49:29 #5 CACHED 02:49:29 02:49:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done 02:49:29 #6 CACHED 02:49:29 02:49:29 #7 exporting to image 02:49:29 #7 exporting layers done 02:49:29 #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done 02:49:29 #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done 02:49:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:29 #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done 02:49:29 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done 02:49:29 #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done 02:49:29 #7 pushing layers 0.0s done 02:49:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done 02:49:29 #7 DONE 0.1s 02:49:29 02:49:29 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:49:29 #8 DONE 0.0s 02:49:29 02:49:29 1 warning found (use --debug to expand): 02:49:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:49:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:49:29 #1 [internal] load build definition from Dockerfile 02:49:29 #1 transferring dockerfile: 170B done 02:49:29 #1 DONE 0.0s 02:49:29 02:49:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:49:29 #2 DONE 0.0s 02:49:29 02:49:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:49:29 #3 DONE 0.0s 02:49:29 02:49:29 #4 [internal] load .dockerignore 02:49:29 #4 transferring context: 2B done 02:49:29 #4 DONE 0.0s 02:49:29 02:49:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:29 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done 02:49:29 #5 CACHED 02:49:29 02:49:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 02:49:29 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:c9320e9a04204063434d4f54e873f81249ed4b78d5b40b47c28a095ecca06efb 0.0s done 02:49:29 #6 CACHED 02:49:29 02:49:29 #7 exporting to image 02:49:29 #7 exporting layers done 02:49:29 #7 exporting manifest sha256:4fef15a59731bf2b0b533a90192ee4731ea7ae5f80ee2883b0d87698fefc7862 done 02:49:29 #7 exporting config sha256:389f227461a8954e4f8f4939fdfc4174e10bbd42d84499fbbeda3f979293064d done 02:49:29 #7 exporting manifest sha256:056a4419236efc01a4817cee17c15b854e87b1a708a5b3d06f301ab4b0003902 done 02:49:29 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc 02:49:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:29 #7 exporting config sha256:64f76402c2791268f723aa0e220dcb99d84dda9782d8154a0b216575484abefc done 02:49:29 #7 exporting manifest list sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 done 02:49:29 #7 pushing layers 0.0s done 02:49:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:89c8c437b9cf12121a33fedfaa531120af5ca09b5414029f91fd55afa98c78a3 0.1s done 02:49:29 #7 DONE 0.1s 02:49:29 02:49:29 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:49:29 #8 DONE 0.0s 02:49:29 02:49:29 1 warning found (use --debug to expand): 02:49:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4' 02:49:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 --push - 02:49:30 #1 [internal] load build definition from Dockerfile 02:49:30 #1 transferring dockerfile: 202B done 02:49:30 #1 DONE 0.0s 02:49:30 02:49:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:30 #2 DONE 0.0s 02:49:30 02:49:30 #3 [internal] load .dockerignore 02:49:30 #3 transferring context: 2B done 02:49:30 #3 DONE 0.0s 02:49:30 02:49:30 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4 02:49:30 #4 DONE 0.1s 02:49:30 02:49:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:30 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:30 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:30 #5 DONE 0.0s 02:49:30 02:49:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:30 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:30 #6 DONE 0.1s 02:49:30 02:49:30 #7 exporting to image 02:49:30 #7 exporting layers done 02:49:30 #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done 02:49:30 #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done 02:49:30 #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done 02:49:30 #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b 02:49:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:30 #7 ... 02:49:30 02:49:30 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:49:30 #8 DONE 0.0s 02:49:30 02:49:30 #7 exporting to image 02:49:30 #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done 02:49:30 #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done 02:49:30 #7 pushing layers 0.1s done 02:49:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 02:49:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done 02:49:30 #7 DONE 0.2s 02:49:30 02:49:30 1 warning found (use --debug to expand): 02:49:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:49:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:49:31 #1 [internal] load build definition from Dockerfile 02:49:31 #1 transferring dockerfile: 168B done 02:49:31 #1 DONE 0.0s 02:49:31 02:49:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:49:31 #2 DONE 0.0s 02:49:31 02:49:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:49:31 #3 DONE 0.0s 02:49:31 02:49:31 #4 [internal] load .dockerignore 02:49:31 #4 transferring context: 2B done 02:49:31 #4 DONE 0.0s 02:49:31 02:49:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c done 02:49:31 #5 CACHED 02:49:31 02:49:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:31 #6 CACHED 02:49:31 02:49:31 #7 exporting to image 02:49:31 #7 exporting layers done 02:49:31 #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done 02:49:31 #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done 02:49:31 #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done 02:49:31 #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done 02:49:31 #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done 02:49:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:31 #7 pushing layers 0.0s done 02:49:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done 02:49:31 #7 DONE 0.1s 02:49:31 02:49:31 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:49:31 #8 DONE 0.0s 02:49:31 02:49:31 1 warning found (use --debug to expand): 02:49:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62' 02:49:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 --push - 02:49:31 #1 [internal] load build definition from Dockerfile 02:49:31 #1 transferring dockerfile: 174B done 02:49:31 #1 DONE 0.0s 02:49:31 02:49:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 02:49:31 #2 DONE 0.0s 02:49:31 02:49:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62 02:49:31 #3 DONE 0.0s 02:49:31 02:49:31 #4 [internal] load .dockerignore 02:49:31 #4 transferring context: 2B done 02:49:31 #4 DONE 0.0s 02:49:31 02:49:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:31 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c done 02:49:31 #5 CACHED 02:49:31 02:49:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:31 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:31 #6 CACHED 02:49:31 02:49:31 #7 exporting to image 02:49:31 #7 exporting layers done 02:49:31 #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done 02:49:31 #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done 02:49:31 #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done 02:49:31 #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b 02:49:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:31 #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done 02:49:31 #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done 02:49:31 #7 pushing layers 0.0s done 02:49:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.62@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done 02:49:31 #7 DONE 0.1s 02:49:31 02:49:31 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:49:31 #8 DONE 0.0s 02:49:31 02:49:31 1 warning found (use --debug to expand): 02:49:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62' 02:49:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 --push - 02:49:32 #1 [internal] load build definition from Dockerfile 02:49:32 #1 transferring dockerfile: 215B done 02:49:32 #1 DONE 0.0s 02:49:32 02:49:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:32 #2 DONE 0.0s 02:49:32 02:49:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 02:49:32 #3 DONE 0.0s 02:49:32 02:49:32 #4 [internal] load .dockerignore 02:49:32 #4 transferring context: 2B done 02:49:32 #4 DONE 0.0s 02:49:32 02:49:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:32 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:32 #5 CACHED 02:49:32 02:49:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:32 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c done 02:49:32 #6 CACHED 02:49:32 02:49:32 #7 exporting to image 02:49:32 #7 exporting layers done 02:49:32 #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d 02:49:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:32 #7 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done 02:49:32 #7 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done 02:49:32 #7 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done 02:49:32 #7 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done 02:49:32 #7 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done 02:49:32 #7 pushing layers 0.0s done 02:49:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done 02:49:32 #7 DONE 0.1s 02:49:32 02:49:32 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:49:32 #8 DONE 0.0s 02:49:32 02:49:32 1 warning found (use --debug to expand): 02:49:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:49:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:49:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:49:32 #1 [internal] load build definition from Dockerfile 02:49:33 #1 transferring dockerfile: 166B done 02:49:33 #1 DONE 0.3s 02:49:33 02:49:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:49:33 #2 DONE 0.0s 02:49:33 02:49:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:49:33 #3 DONE 0.0s 02:49:33 02:49:33 #4 [internal] load .dockerignore 02:49:33 #4 transferring context: 2B done 02:49:33 #4 DONE 0.0s 02:49:33 02:49:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:33 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:33 #5 CACHED 02:49:33 02:49:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 02:49:33 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:8e545d82b08cd667b0e350b1b5dc378b6ce7db42f9612726c53d1a50c041923c 0.0s done 02:49:33 #6 CACHED 02:49:33 02:49:33 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:49:33 #7 DONE 0.0s 02:49:33 02:49:33 #8 exporting to image 02:49:33 #8 exporting layers done 02:49:33 #8 exporting manifest sha256:9f74d76898c96b2337655ada2c1bdaedcd2ddd41a8d322ae315ddfa0a9d1a32d done 02:49:33 #8 exporting config sha256:3ae8647f2e38d7d89a18e0344b48f85b36f349752c08a5b63d91076f130fa35b done 02:49:33 #8 exporting manifest sha256:f773b0506a991377fb1e9f8e0425a198dd8282a4359070f56211e41ed063e70c done 02:49:33 #8 exporting config sha256:031bc9eb3948eec70d68ff9c10ddb5d7f65dc9fcc2a5738440c0602c2e52593b done 02:49:33 #8 exporting manifest list sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 done 02:49:33 #8 pushing layers 0.0s done 02:49:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 02:49:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:49:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:99cea3952c4e5dbff8f76f8c4168ad546d6b95a38b3ebcae6bcfdba125247ff0 0.1s done 02:49:33 #8 DONE 0.1s 02:49:33 02:49:33 1 warning found (use --debug to expand): 02:49:33  - 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 02:49:33 + '[' -d /w/workspace/edgex-go/906/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:49:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:49:34 ---> package-listing.sh 02:49:34 ++ facter osfamily 02:49:34 ++ tr '[:upper:]' '[:lower:]' 02:49:35 + OS_FAMILY=redhat 02:49:35 + workspace=/w/workspace/edgex-go/906 02:49:35 + START_PACKAGES=/tmp/packages_start.txt 02:49:35 + END_PACKAGES=/tmp/packages_end.txt 02:49:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:49:35 + PACKAGES=/tmp/packages_start.txt 02:49:35 + '[' /w/workspace/edgex-go/906 ']' 02:49:35 + PACKAGES=/tmp/packages_end.txt 02:49:35 + case "${OS_FAMILY}" in 02:49:35 + rpm -qa 02:49:35 + sort 02:49:35 + '[' -f /tmp/packages_start.txt ']' 02:49:35 + '[' -f /tmp/packages_end.txt ']' 02:49:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:49:35 + '[' /w/workspace/edgex-go/906 ']' 02:49:35 + mkdir -p /w/workspace/edgex-go/906/archives/ 02:49:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/906/archives/ [Pipeline] echo 02:49:35 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/906/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:49:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:49:36 02:49:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:49:36 latest: Pulling from edgex-lftools-log-publisher 02:49:36 5eb5b503b376: Pulling fs layer 02:49:36 5c69ac0246d0: Pulling fs layer 02:49:36 ec43610c2a17: Pulling fs layer 02:49:36 3a2ae6a8a46f: Pulling fs layer 02:49:36 33b1e0a273af: Pulling fs layer 02:49:36 5d3b04190fa2: Pulling fs layer 02:49:36 2f39f015ded8: Pulling fs layer 02:49:36 3a2ae6a8a46f: Waiting 02:49:36 33b1e0a273af: Waiting 02:49:36 5d3b04190fa2: Waiting 02:49:36 2f39f015ded8: Waiting 02:49:36 5c69ac0246d0: Verifying Checksum 02:49:36 5c69ac0246d0: Download complete 02:49:36 3a2ae6a8a46f: Verifying Checksum 02:49:36 3a2ae6a8a46f: Download complete 02:49:36 ec43610c2a17: Verifying Checksum 02:49:36 ec43610c2a17: Download complete 02:49:36 33b1e0a273af: Verifying Checksum 02:49:36 33b1e0a273af: Download complete 02:49:36 5d3b04190fa2: Verifying Checksum 02:49:36 5d3b04190fa2: Download complete 02:49:36 5eb5b503b376: Verifying Checksum 02:49:36 5eb5b503b376: Download complete 02:49:37 2f39f015ded8: Download complete 02:49:38 5eb5b503b376: Pull complete 02:49:38 5c69ac0246d0: Pull complete 02:49:38 ec43610c2a17: Pull complete 02:49:39 3a2ae6a8a46f: Pull complete 02:49:39 33b1e0a273af: Pull complete 02:49:39 5d3b04190fa2: Pull complete 02:49:43 2f39f015ded8: Pull complete 02:49:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:49:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:49:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:49:43 prd-centos7-docker-4c-2g-8972 does not seem to be running inside a container 02:49:43 $ 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/906/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:49:50 $ docker top 1504ed4b77f512be30f637bf7d8f4308da188d4b793dc32f4918622e62bbec78 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:50 + touch /tmp/pre-build-complete [Pipeline] sh 02:49:50 + mkdir -p /var/log/sysstat [Pipeline] sh 02:49:51 + ls /var/log/sa-host 02:49:51 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:51 provisioning config files... 02:49:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config827056893028317982tmp [Pipeline] { [Pipeline] echo 02:49:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:49:52 ---> create-netrc.sh [Pipeline] } 02:49:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:49:52 ---> python-tools-install.sh [Pipeline] echo 02:49:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:49:53 ---> sudo-logs.sh 02:49:53 Archiving 'sudo' log.. 02:49:53 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:49:53 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:49:53 $ docker stop --time=1 1504ed4b77f512be30f637bf7d8f4308da188d4b793dc32f4918622e62bbec78 02:49:54 $ docker rm -f --volumes 1504ed4b77f512be30f637bf7d8f4308da188d4b793dc32f4918622e62bbec78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:49:54 [WS-CLEANUP] Deleting project workspace... 02:49:54 [WS-CLEANUP] Deferred wipeout is used... 02:49:54 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:04:56 #154 DONE 1055.1s 03:04:56 03:04:56 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:04:56 #147 ... 03:04:56 03:04:56 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:04:56 #155 DONE 0.3s 03:04:56 03:04:56 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:04:56 #144 ... 03:04:56 03:04:56 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:04:56 #156 DONE 0.2s 03:04:56 03:04:56 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:04:56 #146 ... 03:04:56 03:04:56 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 03:04:56 #157 DONE 0.3s 03:04:56 03:04:56 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:04:56 #153 ... 03:04:56 03:04:56 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 03:04:56 #158 DONE 0.1s 03:04:56 03:04:56 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 03:04:56 #159 DONE 0.1s 03:04:56 03:04:56 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:04:56 #153 ... 03:04:56 03:04:56 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:04:56 #160 DONE 2.3s 03:04:56 03:04:56 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:04:56 #147 ... 03:04:56 03:04:56 #118 [core-common-config-bootstrapper] exporting to image 03:04:56 #118 exporting layers 03:04:56 #118 exporting layers 0.6s done 03:04:56 #118 writing image sha256:2ec06e9552bd424f0c87c406ec836535abe6e97616c1dd825d662e3c300ddf85 done 03:04:56 #118 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.1s done 03:04:56 #118 DONE 4.3s 03:04:56 03:04:56 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:04:59 #153 ... 03:04:59 03:04:59 #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 03:04:59 #151 DONE 1072.5s 03:04:59 03:04:59 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:04:59 #147 ... 03:04:59 03:04:59 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 03:05:00 #161 DONE 0.2s 03:05:00 03:05:00 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 03:05:02 #162 DONE 2.3s 03:05:02 03:05:02 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:05:02 #145 ... 03:05:02 03:05:02 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 03:05:02 #163 DONE 0.3s 03:05:02 03:05:02 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 03:05:02 #164 DONE 0.2s 03:05:02 03:05:02 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:05:02 #145 ... 03:05:02 03:05:02 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:05:03 #165 DONE 0.3s 03:05:03 03:05:03 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 03:05:03 #166 DONE 0.1s 03:05:03 03:05:03 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:05:03 #135 ... 03:05:03 03:05:03 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 03:05:03 #167 DONE 0.3s 03:05:03 03:05:03 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:05:03 #145 ... 03:05:03 03:05:03 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 03:05:03 #168 DONE 0.1s 03:05:03 03:05:03 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 03:05:03 #169 DONE 0.1s 03:05:03 03:05:03 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:05:03 #153 ... 03:05:03 03:05:03 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:05:03 #170 DONE 0.1s 03:05:03 03:05:03 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 03:05:05 #171 DONE 2.0s 03:05:05 03:05:05 #118 [security-bootstrapper] exporting to image 03:05:05 #118 exporting layers 03:05:06 #118 exporting layers 0.8s done 03:05:06 #118 writing image sha256:be42ea1cb1689cc8f95ab6e5d857d68e61b96516ed9927f1787327a15baa9ea2 done 03:05:06 #118 naming to docker.io/library/security-bootstrapper-arm64 done 03:05:06 #118 DONE 5.1s 03:05:06 03:05:06 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:20:14 #135 ... 03:20:14 03:20:14 #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 03:20:14 #150 DONE 1979.9s 03:20:14 03:20:14 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:20:14 #153 ... 03:20:14 03:20:14 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 03:20:14 #172 DONE 0.2s 03:20:14 03:20:14 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:20:14 #153 ... 03:20:14 03:20:14 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 03:20:14 #173 DONE 0.2s 03:20:14 03:20:14 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:20:14 #174 DONE 0.4s 03:20:14 03:20:14 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 03:20:14 #175 DONE 0.1s 03:20:14 03:20:14 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:20:14 #148 ... 03:20:14 03:20:14 #118 [core-command] exporting to image 03:20:14 #118 exporting layers 03:20:14 #118 exporting layers 0.5s done 03:20:14 #118 writing image sha256:bd1ec9057fdb17cbaced4bfe175732854b61bbc0b12b2d2e2b5c32e78a63b476 done 03:20:14 #118 naming to docker.io/library/core-command-arm64 done 03:20:14 #118 DONE 5.6s 03:20:14 03:20:14 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:20:36 #145 ... 03:20:36 03:20:36 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:20:36 #144 2006.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.62 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:20:36 #144 ... 03:20:36 03:20:36 #152 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 03:20:36 #152 DONE 2008.0s 03:20:36 03:20:36 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:20:36 #153 ... 03:20:36 03:20:36 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 03:20:36 #176 DONE 0.1s 03:20:36 03:20:36 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:20:36 #149 ... 03:20:36 03:20:36 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 03:20:36 #177 DONE 0.2s 03:20:36 03:20:36 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 03:20:36 #178 DONE 0.2s 03:20:36 03:20:36 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 03:20:36 #179 DONE 0.1s 03:20:36 03:20:36 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:20:36 #147 ... 03:20:36 03:20:36 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:20:36 #180 DONE 0.4s 03:20:36 03:20:36 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:20:36 #153 ... 03:20:36 03:20:36 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 03:20:36 #181 DONE 0.2s 03:20:36 03:20:36 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:20:38 #182 DONE 2.2s 03:20:38 03:20:38 #118 [security-proxy-setup] exporting to image 03:20:38 #118 exporting layers 03:20:39 #118 exporting layers 1.1s done 03:20:39 #118 writing image sha256:4b0bd6b9a2132298f452ca72b979f07c0cd793d2d88348679647fbef0a0b935c done 03:20:39 #118 naming to docker.io/library/security-proxy-setup-arm64 done 03:20:39 #118 DONE 6.7s 03:20:39 03:20:39 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:21:11 #153 ... 03:21:11 03:21:11 #144 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:21:11 #144 DONE 2040.5s 03:21:11 03:21:11 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:21:11 #153 ... 03:21:11 03:21:11 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 03:21:11 #183 DONE 0.2s 03:21:11 03:21:11 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:21:11 #153 ... 03:21:11 03:21:11 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 03:21:11 #184 DONE 0.1s 03:21:11 03:21:11 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:21:11 #185 DONE 0.1s 03:21:11 03:21:11 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:21:11 #153 ... 03:21:11 03:21:11 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 03:21:11 #186 DONE 0.1s 03:21:11 03:21:11 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 03:21:11 #187 DONE 0.1s 03:21:11 03:21:11 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:21:11 #188 DONE 0.5s 03:21:11 03:21:11 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:21:11 #189 DONE 0.4s 03:21:11 03:21:11 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:21:11 #147 ... 03:21:11 03:21:11 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:21:11 #190 DONE 0.1s 03:21:11 03:21:11 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:21:11 #191 DONE 1.9s 03:21:11 03:21:11 #118 [security-secretstore-setup] exporting to image 03:21:11 #118 exporting layers 03:21:13 #118 exporting layers 1.5s done 03:21:13 #118 writing image sha256:6c9f9fd4d0ecc2a3baa9c170b1d8c1641fffe79b46df66b7c5ecdbc6c59e9ae4 done 03:21:13 #118 naming to docker.io/library/security-secretstore-setup-arm64 0.0s done 03:21:13 #118 DONE 8.2s 03:21:13 03:21:13 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:00 #153 ... 03:22:00 03:22:00 #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 03:22:00 #146 DONE 2088.7s 03:22:00 03:22:00 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:22:00 #147 ... 03:22:00 03:22:00 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:22:00 #192 DONE 0.2s 03:22:00 03:22:00 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:22:00 #193 DONE 0.2s 03:22:00 03:22:00 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 03:22:00 #194 DONE 0.4s 03:22:00 03:22:00 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 03:22:00 #195 DONE 0.1s 03:22:00 03:22:00 #118 [security-spiffe-token-provider] exporting to image 03:22:00 #118 exporting layers 03:22:00 #118 exporting layers 0.9s done 03:22:00 #118 writing image sha256:98f58cca00c27a399ec286d4b20316463c6dbb1b7501a130b02b8e722f0ce42f done 03:22:00 #118 naming to docker.io/library/security-spiffe-token-provider-arm64 done 03:22:00 #118 DONE 9.1s 03:22:00 03:22:00 #145 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 03:22:46 #145 DONE 2133.1s 03:22:46 03:22:46 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:46 #153 ... 03:22:46 03:22:46 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:22:46 #196 DONE 0.1s 03:22:46 03:22:46 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:22:46 #197 DONE 0.2s 03:22:46 03:22:46 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 03:22:46 #198 DONE 0.7s 03:22:46 03:22:46 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 03:22:46 #199 DONE 0.2s 03:22:46 03:22:46 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 03:22:46 #200 DONE 0.2s 03:22:46 03:22:46 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:22:46 #147 ... 03:22:46 03:22:46 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:22:46 #201 DONE 1.9s 03:22:46 03:22:46 #118 [security-proxy-auth] exporting to image 03:22:46 #118 exporting layers 03:22:46 #118 exporting layers 0.7s done 03:22:46 #118 writing image sha256:7db327144b1425b1637e5b4344eeb243ebf8d6caefb1bddc0b285f5c6aed0f88 done 03:22:46 #118 naming to docker.io/library/security-proxy-auth-arm64 done 03:22:46 #118 DONE 9.9s 03:22:46 03:22:46 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:46 #153 ... 03:22:46 03:22:46 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 03:22:46 #147 DONE 2138.9s 03:22:46 03:22:46 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:46 #153 ... 03:22:46 03:22:46 #202 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:22:46 #202 DONE 0.3s 03:22:46 03:22:46 #203 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:22:46 #203 DONE 0.2s 03:22:46 03:22:46 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:46 #153 ... 03:22:46 03:22:46 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:22:46 #204 DONE 0.5s 03:22:46 03:22:46 #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 03:22:47 #205 DONE 0.2s 03:22:47 03:22:47 #118 [core-data] exporting to image 03:22:48 #118 exporting layers 0.7s done 03:22:48 #118 writing image sha256:ccfe0d17b0bbe03607824c903ec7a990922e5022daa680f9e81b28683a422541 done 03:22:48 #118 naming to docker.io/library/core-data-arm64 done 03:22:48 #118 DONE 10.6s 03:22:48 03:22:48 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:48 #153 ... 03:22:48 03:22:48 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 03:22:48 #148 DONE 2141.8s 03:22:48 03:22:48 #135 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 03:22:48 #135 DONE 2141.9s 03:22:48 03:22:48 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:49 #153 ... 03:22:49 03:22:49 #206 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 03:22:49 #206 DONE 0.2s 03:22:49 03:22:49 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:22:49 #153 ... 03:22:49 03:22:49 #207 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 03:22:49 #207 DONE 0.2s 03:22:49 03:22:49 #208 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 03:22:50 #208 DONE 0.3s 03:22:50 03:22:50 #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 03:22:50 #209 DONE 0.6s 03:22:50 03:22:50 #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 03:22:50 #210 DONE 0.2s 03:22:50 03:22:50 #211 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:22:51 #211 DONE 0.9s 03:22:51 03:22:51 #212 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 03:22:51 #212 DONE 0.1s 03:22:51 03:22:51 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 03:22:51 #213 DONE 0.2s 03:22:51 03:22:51 #118 [core-metadata] exporting to image 03:22:51 #118 writing image sha256:a5756ab694945439d5a2db0e04caee75bbe69900df90337e563080172aff17ee 0.0s done 03:22:51 #118 naming to docker.io/library/core-keeper-arm64 0.0s done 03:22:52 #118 exporting layers 1.0s done 03:22:52 #118 writing image sha256:10410ebc1a57f254a031e786a3e7b18ba83f13974d95985dba38cf9e6683f01d done 03:22:52 #118 naming to docker.io/library/core-metadata-arm64 done 03:22:52 #118 DONE 12.5s 03:22:52 03:22:52 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:23:19 #153 ... 03:23:19 03:23:19 #149 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 03:23:19 #149 DONE 2169.4s 03:23:19 03:23:19 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:23:19 #153 ... 03:23:19 03:23:19 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:23:19 #214 DONE 0.1s 03:23:19 03:23:19 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:23:19 #215 DONE 0.1s 03:23:19 03:23:19 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:23:19 #216 DONE 0.5s 03:23:19 03:23:19 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:23:19 #153 ... 03:23:19 03:23:19 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 03:23:19 #217 DONE 0.1s 03:23:19 03:23:19 #118 [support-scheduler] exporting to image 03:23:19 #118 exporting layers 03:23:19 #118 exporting layers 1.0s done 03:23:19 #118 writing image sha256:5979e394c1274ce23491769b7fb433db43c175faeaf1ac4285f2666ae0027480 done 03:23:19 #118 naming to docker.io/library/support-scheduler-arm64 done 03:23:19 #118 DONE 13.4s 03:23:19 03:23:19 #153 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 03:23:22 #153 DONE 2176.2s 03:23:23 03:23:23 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 03:23:23 #218 DONE 0.1s 03:23:23 03:23:23 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 03:23:23 #219 DONE 0.1s 03:23:23 03:23:23 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:23:23 #220 DONE 0.3s 03:23:23 03:23:23 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 03:23:23 #221 DONE 0.1s 03:23:23 03:23:23 #118 [support-notifications] exporting to image 03:23:23 #118 exporting layers 03:23:24 #118 exporting layers 0.6s done 03:23:24 #118 writing image sha256:a7143a1422938154cc16b4d6b4b9f697b39f5e6e2b5bf24ae9af01f5c1fe90ac done 03:23:24 #118 naming to docker.io/library/support-notifications-arm64 done 03:23:24 #118 DONE 14.0s 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:32Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 03:23:24 time="2025-09-17T02:44:33Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 03:23:24 $ docker stop --time=1 d5ed88fd146d2fa652017d16b30d24ec30c8e9bc18cb92d61a6a706ca13dfb47 03:23:26 $ docker rm -f --volumes d5ed88fd146d2fa652017d16b30d24ec30c8e9bc18cb92d61a6a706ca13dfb47 [Pipeline] // withDockerContainer [Pipeline] sh 03:23:26 + docker images 03:23:26 REPOSITORY TAG IMAGE ID CREATED SIZE 03:23:26 support-notifications-arm64 latest a7143a142293 3 seconds ago 54.1MB 03:23:26 support-scheduler-arm64 latest 5979e394c127 10 seconds ago 50.3MB 03:23:26 core-metadata-arm64 latest 10410ebc1a57 35 seconds ago 46.7MB 03:23:26 core-keeper-arm64 latest a5756ab69494 36 seconds ago 45.4MB 03:23:26 core-data-arm64 latest ccfe0d17b0bb 40 seconds ago 46.6MB 03:23:26 security-proxy-auth-arm64 latest 7db327144b14 43 seconds ago 45.8MB 03:23:26 security-spiffe-token-provider-arm64 latest 98f58cca00c2 About a minute ago 49.9MB 03:23:26 security-secretstore-setup-arm64 latest 6c9f9fd4d0ec 2 minutes ago 80.2MB 03:23:26 security-proxy-setup-arm64 latest 4b0bd6b9a213 2 minutes ago 50.3MB 03:23:26 core-command-arm64 latest bd1ec9057fdb 3 minutes ago 41MB 03:23:26 security-bootstrapper-arm64 latest be42ea1cb168 18 minutes ago 22.1MB 03:23:26 core-common-config-bootstrapper-arm64 latest 2ec06e9552bd 18 minutes ago 21MB 03:23:26 security-spire-config-arm64 latest 8ccb318e4cd2 37 minutes ago 144MB 03:23:26 security-spire-server-arm64 latest a703688c6b3c 37 minutes ago 145MB 03:23:26 security-spire-agent-arm64 latest 626b4e2de985 37 minutes ago 188MB 03:23:26 ci-base-image-arm64 latest 0500c672d296 39 minutes ago 922MB 03:23:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 47b25d7523d1 6 weeks ago 566MB 03:23:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:23:26 provisioning config files... 03:23:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/906@tmp/config6978880601919499866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:23:27 ---> ****-login.sh 03:23:27 nexus3.edgexfoundry.org:10001 03:23:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:23:27 Configure a credential helper to remove this warning. See 03:23:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:23:27 03:23:27 Login Succeeded 03:23:27 nexus3.edgexfoundry.org:10002 03:23:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:23:28 Configure a credential helper to remove this warning. See 03:23:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:23:28 03:23:28 Login Succeeded 03:23:28 nexus3.edgexfoundry.org:10003 03:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:23:28 Configure a credential helper to remove this warning. See 03:23:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:23:28 03:23:28 Login Succeeded 03:23:28 nexus3.edgexfoundry.org:10004 03:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:23:28 Configure a credential helper to remove this warning. See 03:23:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:23:28 03:23:28 Login Succeeded 03:23:28 ****.io 03:23:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:23:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 03:23:29 Configure a credential helper to remove this warning. See 03:23:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 03:23:29 03:23:29 Login Succeeded 03:23:29 ---> ****-login.sh ends [Pipeline] } 03:23:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:23:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 03:23:29 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 03:23:29 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:29 latest 03:23:29 4.1.0-dev.62 03:23:29 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:29 main 03:23:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:23:30 a73c0d7efb79: Preparing 03:23:30 7d688743f643: Preparing 03:23:30 d387366a46dd: Preparing 03:23:30 f64ed12c4bdf: Preparing 03:23:30 7829ce305ef6: Preparing 03:23:30 ebd9d175119c: Preparing 03:23:30 1e890da81ec9: Preparing 03:23:30 ebd9d175119c: Waiting 03:23:30 1e890da81ec9: Waiting 03:23:30 a73c0d7efb79: Pushed 03:23:30 f64ed12c4bdf: Pushed 03:23:30 d387366a46dd: Pushed 03:23:30 1e890da81ec9: Layer already exists 03:23:30 ebd9d175119c: Pushed 03:23:30 7829ce305ef6: Pushed 03:23:37 7d688743f643: Pushed 03:23:37 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:37 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:38 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:23:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:23:38 a73c0d7efb79: Preparing 03:23:38 7d688743f643: Preparing 03:23:38 d387366a46dd: Preparing 03:23:38 f64ed12c4bdf: Preparing 03:23:38 7829ce305ef6: Preparing 03:23:38 ebd9d175119c: Preparing 03:23:38 1e890da81ec9: Preparing 03:23:38 ebd9d175119c: Waiting 03:23:38 1e890da81ec9: Waiting 03:23:38 7d688743f643: Layer already exists 03:23:38 f64ed12c4bdf: Layer already exists 03:23:38 7829ce305ef6: Layer already exists 03:23:38 a73c0d7efb79: Layer already exists 03:23:38 d387366a46dd: Layer already exists 03:23:38 1e890da81ec9: Layer already exists 03:23:38 ebd9d175119c: Layer already exists 03:23:38 latest: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:38 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:39 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 03:23:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:23:39 a73c0d7efb79: Preparing 03:23:39 7d688743f643: Preparing 03:23:39 d387366a46dd: Preparing 03:23:39 f64ed12c4bdf: Preparing 03:23:39 7829ce305ef6: Preparing 03:23:39 ebd9d175119c: Preparing 03:23:39 1e890da81ec9: Preparing 03:23:39 ebd9d175119c: Waiting 03:23:39 1e890da81ec9: Waiting 03:23:39 f64ed12c4bdf: Layer already exists 03:23:39 a73c0d7efb79: Layer already exists 03:23:39 7829ce305ef6: Layer already exists 03:23:39 7d688743f643: Layer already exists 03:23:39 d387366a46dd: Layer already exists 03:23:39 1e890da81ec9: Layer already exists 03:23:39 ebd9d175119c: Layer already exists 03:23:39 4.1.0-dev.62: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:39 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:23:40 a73c0d7efb79: Preparing 03:23:40 7d688743f643: Preparing 03:23:40 d387366a46dd: Preparing 03:23:40 f64ed12c4bdf: Preparing 03:23:40 7829ce305ef6: Preparing 03:23:40 ebd9d175119c: Preparing 03:23:40 1e890da81ec9: Preparing 03:23:40 ebd9d175119c: Waiting 03:23:40 1e890da81ec9: Waiting 03:23:40 f64ed12c4bdf: Layer already exists 03:23:40 7829ce305ef6: Layer already exists 03:23:40 d387366a46dd: Layer already exists 03:23:40 7d688743f643: Layer already exists 03:23:40 a73c0d7efb79: Layer already exists 03:23:40 ebd9d175119c: Layer already exists 03:23:40 1e890da81ec9: Layer already exists 03:23:40 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 03:23:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 03:23:41 a73c0d7efb79: Preparing 03:23:41 7d688743f643: Preparing 03:23:41 d387366a46dd: Preparing 03:23:41 f64ed12c4bdf: Preparing 03:23:41 7829ce305ef6: Preparing 03:23:41 ebd9d175119c: Preparing 03:23:41 1e890da81ec9: Preparing 03:23:41 ebd9d175119c: Waiting 03:23:41 1e890da81ec9: Waiting 03:23:41 a73c0d7efb79: Layer already exists 03:23:41 d387366a46dd: Layer already exists 03:23:41 7d688743f643: Layer already exists 03:23:41 7829ce305ef6: Layer already exists 03:23:41 f64ed12c4bdf: Layer already exists 03:23:41 ebd9d175119c: Layer already exists 03:23:41 1e890da81ec9: Layer already exists 03:23:41 main: digest: sha256:9418147f545eb9201c36981688c1975a0a8210e7b920005c8b54b484ae5c9941 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:23:41 ===================================================== [Pipeline] echo 03:23:41 taggedImages: 03:23:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 03:23:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 03:23:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:41 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:23:41 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 03:23:41 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:41 latest 03:23:41 4.1.0-dev.62 03:23:41 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:41 main 03:23:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:41 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:42 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:23:42 2ffb6aff2a52: Preparing 03:23:42 7d206d0cdd05: Preparing 03:23:42 ca7fd6d33c08: Preparing 03:23:42 2fbba2528844: Preparing 03:23:42 d387366a46dd: Preparing 03:23:42 f64ed12c4bdf: Preparing 03:23:42 7829ce305ef6: Preparing 03:23:42 ebd9d175119c: Preparing 03:23:42 7829ce305ef6: Waiting 03:23:42 f64ed12c4bdf: Waiting 03:23:42 1e890da81ec9: Preparing 03:23:42 ebd9d175119c: Waiting 03:23:42 1e890da81ec9: Waiting 03:23:42 d387366a46dd: Layer already exists 03:23:42 f64ed12c4bdf: Layer already exists 03:23:42 7829ce305ef6: Layer already exists 03:23:42 ca7fd6d33c08: Pushed 03:23:42 7d206d0cdd05: Pushed 03:23:42 2ffb6aff2a52: Pushed 03:23:42 ebd9d175119c: Layer already exists 03:23:42 1e890da81ec9: Layer already exists 03:23:45 2fbba2528844: Pushed 03:23:45 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:45 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:23:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:23:46 2ffb6aff2a52: Preparing 03:23:46 7d206d0cdd05: Preparing 03:23:46 ca7fd6d33c08: Preparing 03:23:46 2fbba2528844: Preparing 03:23:46 d387366a46dd: Preparing 03:23:46 f64ed12c4bdf: Preparing 03:23:46 7829ce305ef6: Preparing 03:23:46 ebd9d175119c: Preparing 03:23:46 1e890da81ec9: Preparing 03:23:46 f64ed12c4bdf: Waiting 03:23:46 7829ce305ef6: Waiting 03:23:46 ebd9d175119c: Waiting 03:23:46 1e890da81ec9: Waiting 03:23:46 d387366a46dd: Layer already exists 03:23:46 2ffb6aff2a52: Layer already exists 03:23:46 ca7fd6d33c08: Layer already exists 03:23:46 2fbba2528844: Layer already exists 03:23:46 7d206d0cdd05: Layer already exists 03:23:46 f64ed12c4bdf: Layer already exists 03:23:46 7829ce305ef6: Layer already exists 03:23:46 ebd9d175119c: Layer already exists 03:23:46 1e890da81ec9: Layer already exists 03:23:46 latest: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:46 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 03:23:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:23:47 2ffb6aff2a52: Preparing 03:23:47 7d206d0cdd05: Preparing 03:23:47 ca7fd6d33c08: Preparing 03:23:47 2fbba2528844: Preparing 03:23:47 d387366a46dd: Preparing 03:23:47 f64ed12c4bdf: Preparing 03:23:47 7829ce305ef6: Preparing 03:23:47 ebd9d175119c: Preparing 03:23:47 1e890da81ec9: Preparing 03:23:47 f64ed12c4bdf: Waiting 03:23:47 7829ce305ef6: Waiting 03:23:47 ebd9d175119c: Waiting 03:23:47 1e890da81ec9: Waiting 03:23:47 ca7fd6d33c08: Layer already exists 03:23:47 2ffb6aff2a52: Layer already exists 03:23:47 2fbba2528844: Layer already exists 03:23:47 d387366a46dd: Layer already exists 03:23:47 7d206d0cdd05: Layer already exists 03:23:47 f64ed12c4bdf: Layer already exists 03:23:47 1e890da81ec9: Layer already exists 03:23:47 7829ce305ef6: Layer already exists 03:23:47 ebd9d175119c: Layer already exists 03:23:47 4.1.0-dev.62: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:47 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:23:48 2ffb6aff2a52: Preparing 03:23:48 7d206d0cdd05: Preparing 03:23:48 ca7fd6d33c08: Preparing 03:23:48 2fbba2528844: Preparing 03:23:48 d387366a46dd: Preparing 03:23:48 f64ed12c4bdf: Preparing 03:23:48 7829ce305ef6: Preparing 03:23:48 ebd9d175119c: Preparing 03:23:48 1e890da81ec9: Preparing 03:23:48 7829ce305ef6: Waiting 03:23:48 ebd9d175119c: Waiting 03:23:48 1e890da81ec9: Waiting 03:23:48 f64ed12c4bdf: Waiting 03:23:48 7d206d0cdd05: Layer already exists 03:23:48 2fbba2528844: Layer already exists 03:23:48 d387366a46dd: Layer already exists 03:23:48 ca7fd6d33c08: Layer already exists 03:23:48 2ffb6aff2a52: Layer already exists 03:23:48 f64ed12c4bdf: Layer already exists 03:23:48 7829ce305ef6: Layer already exists 03:23:48 ebd9d175119c: Layer already exists 03:23:48 1e890da81ec9: Layer already exists 03:23:48 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:48 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 03:23:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 03:23:49 2ffb6aff2a52: Preparing 03:23:49 7d206d0cdd05: Preparing 03:23:49 ca7fd6d33c08: Preparing 03:23:49 2fbba2528844: Preparing 03:23:49 d387366a46dd: Preparing 03:23:49 f64ed12c4bdf: Preparing 03:23:49 7829ce305ef6: Preparing 03:23:49 ebd9d175119c: Preparing 03:23:49 1e890da81ec9: Preparing 03:23:49 f64ed12c4bdf: Waiting 03:23:49 7829ce305ef6: Waiting 03:23:49 ebd9d175119c: Waiting 03:23:49 1e890da81ec9: Waiting 03:23:49 2fbba2528844: Layer already exists 03:23:49 d387366a46dd: Layer already exists 03:23:49 ca7fd6d33c08: Layer already exists 03:23:49 2ffb6aff2a52: Layer already exists 03:23:49 7d206d0cdd05: Layer already exists 03:23:49 f64ed12c4bdf: Layer already exists 03:23:49 7829ce305ef6: Layer already exists 03:23:49 1e890da81ec9: Layer already exists 03:23:49 ebd9d175119c: Layer already exists 03:23:49 main: digest: sha256:84d63a9e856d7182c2eb5edf0a075ab6cde666a3af3d8df154a70666987b83d6 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:23:49 ===================================================== [Pipeline] echo 03:23:49 taggedImages: 03:23:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 03:23:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 03:23:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:49 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:23:49 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 03:23:49 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:49 latest 03:23:49 4.1.0-dev.62 03:23:49 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:23:49 main 03:23:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:49 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:23:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:23:50 b18a5429ce39: Preparing 03:23:50 912ec3a01e64: Preparing 03:23:50 d387366a46dd: Preparing 03:23:50 f64ed12c4bdf: Preparing 03:23:50 c02b2f652f6c: Preparing 03:23:50 83acf34ab07c: Preparing 03:23:50 1e890da81ec9: Preparing 03:23:50 83acf34ab07c: Waiting 03:23:50 1e890da81ec9: Waiting 03:23:51 f64ed12c4bdf: Layer already exists 03:23:51 d387366a46dd: Layer already exists 03:23:51 1e890da81ec9: Layer already exists 03:23:51 b18a5429ce39: Pushed 03:23:51 83acf34ab07c: Pushed 03:23:51 c02b2f652f6c: Pushed 03:23:59 912ec3a01e64: Pushed 03:23:59 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:23:59 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:00 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:24:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:24:00 b18a5429ce39: Preparing 03:24:00 912ec3a01e64: Preparing 03:24:00 d387366a46dd: Preparing 03:24:00 f64ed12c4bdf: Preparing 03:24:00 c02b2f652f6c: Preparing 03:24:00 83acf34ab07c: Preparing 03:24:00 1e890da81ec9: Preparing 03:24:00 83acf34ab07c: Waiting 03:24:00 1e890da81ec9: Waiting 03:24:00 f64ed12c4bdf: Layer already exists 03:24:00 c02b2f652f6c: Layer already exists 03:24:00 d387366a46dd: Layer already exists 03:24:00 912ec3a01e64: Layer already exists 03:24:00 b18a5429ce39: Layer already exists 03:24:00 83acf34ab07c: Layer already exists 03:24:00 1e890da81ec9: Layer already exists 03:24:00 latest: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:00 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 03:24:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:24:01 b18a5429ce39: Preparing 03:24:01 912ec3a01e64: Preparing 03:24:01 d387366a46dd: Preparing 03:24:01 f64ed12c4bdf: Preparing 03:24:01 c02b2f652f6c: Preparing 03:24:01 83acf34ab07c: Preparing 03:24:01 1e890da81ec9: Preparing 03:24:01 1e890da81ec9: Waiting 03:24:01 83acf34ab07c: Waiting 03:24:01 f64ed12c4bdf: Layer already exists 03:24:01 d387366a46dd: Layer already exists 03:24:01 b18a5429ce39: Layer already exists 03:24:01 912ec3a01e64: Layer already exists 03:24:01 c02b2f652f6c: Layer already exists 03:24:01 1e890da81ec9: Layer already exists 03:24:01 83acf34ab07c: Layer already exists 03:24:01 4.1.0-dev.62: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:02 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:24:02 b18a5429ce39: Preparing 03:24:02 912ec3a01e64: Preparing 03:24:02 d387366a46dd: Preparing 03:24:02 f64ed12c4bdf: Preparing 03:24:02 c02b2f652f6c: Preparing 03:24:02 83acf34ab07c: Preparing 03:24:02 1e890da81ec9: Preparing 03:24:02 83acf34ab07c: Waiting 03:24:02 1e890da81ec9: Waiting 03:24:02 c02b2f652f6c: Layer already exists 03:24:02 f64ed12c4bdf: Layer already exists 03:24:02 912ec3a01e64: Layer already exists 03:24:02 b18a5429ce39: Layer already exists 03:24:02 d387366a46dd: Layer already exists 03:24:02 83acf34ab07c: Layer already exists 03:24:02 1e890da81ec9: Layer already exists 03:24:02 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:03 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:03 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 03:24:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 03:24:03 b18a5429ce39: Preparing 03:24:03 912ec3a01e64: Preparing 03:24:03 d387366a46dd: Preparing 03:24:03 f64ed12c4bdf: Preparing 03:24:03 c02b2f652f6c: Preparing 03:24:03 83acf34ab07c: Preparing 03:24:03 1e890da81ec9: Preparing 03:24:03 83acf34ab07c: Waiting 03:24:03 1e890da81ec9: Waiting 03:24:03 c02b2f652f6c: Layer already exists 03:24:03 912ec3a01e64: Layer already exists 03:24:03 d387366a46dd: Layer already exists 03:24:03 b18a5429ce39: Layer already exists 03:24:03 f64ed12c4bdf: Layer already exists 03:24:03 83acf34ab07c: Layer already exists 03:24:03 1e890da81ec9: Layer already exists 03:24:03 main: digest: sha256:8ccd95f72a9ba41d96ff59db9a9cedb4be7600ed00b7f4a8dd29557d4d8d655d size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:24:03 ===================================================== [Pipeline] echo 03:24:03 taggedImages: 03:24:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 03:24:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 03:24:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:03 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:24:03 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 03:24:03 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:03 latest 03:24:03 4.1.0-dev.62 03:24:03 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:03 main 03:24:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:04 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:04 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:24:04 9b355fd78364: Preparing 03:24:04 54476ab87b0f: Preparing 03:24:04 f64ed12c4bdf: Preparing 03:24:04 36b6a5e44bd8: Preparing 03:24:04 5b462129442f: Preparing 03:24:04 1e890da81ec9: Preparing 03:24:04 1e890da81ec9: Waiting 03:24:04 f64ed12c4bdf: Layer already exists 03:24:04 1e890da81ec9: Layer already exists 03:24:04 5b462129442f: Pushed 03:24:04 36b6a5e44bd8: Pushed 03:24:04 9b355fd78364: Pushed 03:24:13 54476ab87b0f: Pushed 03:24:13 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:13 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:14 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:24:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:24:14 9b355fd78364: Preparing 03:24:14 54476ab87b0f: Preparing 03:24:14 f64ed12c4bdf: Preparing 03:24:14 36b6a5e44bd8: Preparing 03:24:14 5b462129442f: Preparing 03:24:14 1e890da81ec9: Preparing 03:24:14 1e890da81ec9: Waiting 03:24:14 54476ab87b0f: Layer already exists 03:24:14 9b355fd78364: Layer already exists 03:24:14 5b462129442f: Layer already exists 03:24:14 f64ed12c4bdf: Layer already exists 03:24:14 36b6a5e44bd8: Layer already exists 03:24:14 1e890da81ec9: Layer already exists 03:24:14 latest: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:15 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:15 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 03:24:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:24:15 9b355fd78364: Preparing 03:24:15 54476ab87b0f: Preparing 03:24:15 f64ed12c4bdf: Preparing 03:24:15 36b6a5e44bd8: Preparing 03:24:15 5b462129442f: Preparing 03:24:15 1e890da81ec9: Preparing 03:24:15 1e890da81ec9: Waiting 03:24:15 5b462129442f: Layer already exists 03:24:15 9b355fd78364: Layer already exists 03:24:15 f64ed12c4bdf: Layer already exists 03:24:15 54476ab87b0f: Layer already exists 03:24:15 36b6a5e44bd8: Layer already exists 03:24:15 1e890da81ec9: Layer already exists 03:24:15 4.1.0-dev.62: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:16 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:16 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:24:16 9b355fd78364: Preparing 03:24:16 54476ab87b0f: Preparing 03:24:16 f64ed12c4bdf: Preparing 03:24:16 36b6a5e44bd8: Preparing 03:24:16 5b462129442f: Preparing 03:24:16 1e890da81ec9: Preparing 03:24:16 1e890da81ec9: Waiting 03:24:16 9b355fd78364: Layer already exists 03:24:16 f64ed12c4bdf: Layer already exists 03:24:16 36b6a5e44bd8: Layer already exists 03:24:16 54476ab87b0f: Layer already exists 03:24:16 5b462129442f: Layer already exists 03:24:16 1e890da81ec9: Layer already exists 03:24:16 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:17 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:17 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 03:24:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 03:24:17 9b355fd78364: Preparing 03:24:17 54476ab87b0f: Preparing 03:24:17 f64ed12c4bdf: Preparing 03:24:17 36b6a5e44bd8: Preparing 03:24:17 5b462129442f: Preparing 03:24:17 1e890da81ec9: Preparing 03:24:17 1e890da81ec9: Waiting 03:24:17 36b6a5e44bd8: Layer already exists 03:24:17 54476ab87b0f: Layer already exists 03:24:17 5b462129442f: Layer already exists 03:24:17 9b355fd78364: Layer already exists 03:24:17 f64ed12c4bdf: Layer already exists 03:24:17 1e890da81ec9: Layer already exists 03:24:17 main: digest: sha256:30fb790d5b314edc87eab16435863dd54b88231734ca4bfad90086ce3ed53f2b size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:24:17 ===================================================== [Pipeline] echo 03:24:17 taggedImages: 03:24:17 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:17 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 03:24:17 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 03:24:17 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:17 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:24:17 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 03:24:17 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:17 latest 03:24:17 4.1.0-dev.62 03:24:17 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:17 main 03:24:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:18 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:24:18 9841deb0ec85: Preparing 03:24:18 a1d1d2faf4ac: Preparing 03:24:18 4fedbe5fe38f: Preparing 03:24:18 d387366a46dd: Preparing 03:24:18 f64ed12c4bdf: Preparing 03:24:18 7829ce305ef6: Preparing 03:24:18 ebd9d175119c: Preparing 03:24:18 1e890da81ec9: Preparing 03:24:18 7829ce305ef6: Waiting 03:24:18 ebd9d175119c: Waiting 03:24:18 1e890da81ec9: Waiting 03:24:18 d387366a46dd: Layer already exists 03:24:18 f64ed12c4bdf: Layer already exists 03:24:18 7829ce305ef6: Layer already exists 03:24:18 ebd9d175119c: Layer already exists 03:24:18 1e890da81ec9: Layer already exists 03:24:18 9841deb0ec85: Pushed 03:24:18 a1d1d2faf4ac: Pushed 03:24:26 4fedbe5fe38f: Pushed 03:24:26 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:27 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:24:27 9841deb0ec85: Preparing 03:24:27 a1d1d2faf4ac: Preparing 03:24:27 4fedbe5fe38f: Preparing 03:24:27 d387366a46dd: Preparing 03:24:27 f64ed12c4bdf: Preparing 03:24:27 7829ce305ef6: Preparing 03:24:27 ebd9d175119c: Preparing 03:24:27 1e890da81ec9: Preparing 03:24:27 7829ce305ef6: Waiting 03:24:27 ebd9d175119c: Waiting 03:24:27 1e890da81ec9: Waiting 03:24:27 a1d1d2faf4ac: Layer already exists 03:24:27 4fedbe5fe38f: Layer already exists 03:24:27 9841deb0ec85: Layer already exists 03:24:27 f64ed12c4bdf: Layer already exists 03:24:27 d387366a46dd: Layer already exists 03:24:27 7829ce305ef6: Layer already exists 03:24:27 1e890da81ec9: Layer already exists 03:24:27 ebd9d175119c: Layer already exists 03:24:27 latest: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:28 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 03:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:24:28 9841deb0ec85: Preparing 03:24:28 a1d1d2faf4ac: Preparing 03:24:28 4fedbe5fe38f: Preparing 03:24:28 d387366a46dd: Preparing 03:24:28 f64ed12c4bdf: Preparing 03:24:28 7829ce305ef6: Preparing 03:24:28 ebd9d175119c: Preparing 03:24:28 1e890da81ec9: Preparing 03:24:28 ebd9d175119c: Waiting 03:24:28 7829ce305ef6: Waiting 03:24:28 4fedbe5fe38f: Layer already exists 03:24:28 9841deb0ec85: Layer already exists 03:24:28 f64ed12c4bdf: Layer already exists 03:24:28 d387366a46dd: Layer already exists 03:24:28 a1d1d2faf4ac: Layer already exists 03:24:28 7829ce305ef6: Layer already exists 03:24:28 1e890da81ec9: Layer already exists 03:24:28 ebd9d175119c: Layer already exists 03:24:28 4.1.0-dev.62: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:29 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:24:29 9841deb0ec85: Preparing 03:24:29 a1d1d2faf4ac: Preparing 03:24:29 4fedbe5fe38f: Preparing 03:24:29 d387366a46dd: Preparing 03:24:29 f64ed12c4bdf: Preparing 03:24:29 7829ce305ef6: Preparing 03:24:29 ebd9d175119c: Preparing 03:24:29 1e890da81ec9: Preparing 03:24:29 7829ce305ef6: Waiting 03:24:29 ebd9d175119c: Waiting 03:24:29 1e890da81ec9: Waiting 03:24:29 a1d1d2faf4ac: Layer already exists 03:24:29 f64ed12c4bdf: Layer already exists 03:24:29 4fedbe5fe38f: Layer already exists 03:24:29 9841deb0ec85: Layer already exists 03:24:29 d387366a46dd: Layer already exists 03:24:29 ebd9d175119c: Layer already exists 03:24:29 7829ce305ef6: Layer already exists 03:24:29 1e890da81ec9: Layer already exists 03:24:29 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:30 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 03:24:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 03:24:30 9841deb0ec85: Preparing 03:24:30 a1d1d2faf4ac: Preparing 03:24:30 4fedbe5fe38f: Preparing 03:24:30 d387366a46dd: Preparing 03:24:30 f64ed12c4bdf: Preparing 03:24:30 7829ce305ef6: Preparing 03:24:30 ebd9d175119c: Preparing 03:24:30 7829ce305ef6: Waiting 03:24:30 1e890da81ec9: Preparing 03:24:30 ebd9d175119c: Waiting 03:24:30 1e890da81ec9: Waiting 03:24:30 4fedbe5fe38f: Layer already exists 03:24:30 d387366a46dd: Layer already exists 03:24:30 f64ed12c4bdf: Layer already exists 03:24:30 9841deb0ec85: Layer already exists 03:24:30 a1d1d2faf4ac: Layer already exists 03:24:30 ebd9d175119c: Layer already exists 03:24:30 7829ce305ef6: Layer already exists 03:24:30 1e890da81ec9: Layer already exists 03:24:30 main: digest: sha256:1229e85bb8ab018f4ea3aab61b651a5811f34a2382653f95383e69878e3618b8 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:24:30 ===================================================== [Pipeline] echo 03:24:30 taggedImages: 03:24:30 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:30 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 03:24:30 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 03:24:30 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:30 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:24:30 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 03:24:30 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:30 latest 03:24:30 4.1.0-dev.62 03:24:30 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:30 main 03:24:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:31 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:31 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:24:31 b764dcc5f317: Preparing 03:24:31 418cdb230bb3: Preparing 03:24:31 e9564d97a936: Preparing 03:24:31 24a7c002ff95: Preparing 03:24:31 49e4babe63d4: Preparing 03:24:31 38404df8a448: Preparing 03:24:31 38404df8a448: Waiting 03:24:31 dd2d578f9eab: Preparing 03:24:31 d387366a46dd: Preparing 03:24:31 f64ed12c4bdf: Preparing 03:24:31 632043d2154c: Preparing 03:24:31 3acfe92a1f4c: Preparing 03:24:31 5f70bf18a086: Preparing 03:24:31 60f77ac4f873: Preparing 03:24:31 8d8ff1e7e078: Preparing 03:24:31 b5402e42a4f3: Preparing 03:24:31 1e890da81ec9: Preparing 03:24:31 f64ed12c4bdf: Waiting 03:24:31 632043d2154c: Waiting 03:24:31 3acfe92a1f4c: Waiting 03:24:31 5f70bf18a086: Waiting 03:24:31 60f77ac4f873: Waiting 03:24:31 1e890da81ec9: Waiting 03:24:31 b5402e42a4f3: Waiting 03:24:31 8d8ff1e7e078: Waiting 03:24:31 d387366a46dd: Waiting 03:24:31 24a7c002ff95: Pushed 03:24:31 418cdb230bb3: Pushed 03:24:32 b764dcc5f317: Pushed 03:24:32 49e4babe63d4: Pushed 03:24:32 e9564d97a936: Pushed 03:24:32 d387366a46dd: Layer already exists 03:24:32 38404df8a448: Pushed 03:24:32 f64ed12c4bdf: Layer already exists 03:24:32 5f70bf18a086: Layer already exists 03:24:32 632043d2154c: Pushed 03:24:32 3acfe92a1f4c: Pushed 03:24:32 60f77ac4f873: Pushed 03:24:32 1e890da81ec9: Layer already exists 03:24:32 b5402e42a4f3: Pushed 03:24:32 8d8ff1e7e078: Pushed 03:24:35 dd2d578f9eab: Pushed 03:24:35 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:35 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:24:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:24:35 b764dcc5f317: Preparing 03:24:35 418cdb230bb3: Preparing 03:24:35 e9564d97a936: Preparing 03:24:35 24a7c002ff95: Preparing 03:24:35 49e4babe63d4: Preparing 03:24:35 38404df8a448: Preparing 03:24:35 dd2d578f9eab: Preparing 03:24:35 d387366a46dd: Preparing 03:24:35 f64ed12c4bdf: Preparing 03:24:35 632043d2154c: Preparing 03:24:35 3acfe92a1f4c: Preparing 03:24:35 5f70bf18a086: Preparing 03:24:35 60f77ac4f873: Preparing 03:24:35 8d8ff1e7e078: Preparing 03:24:35 b5402e42a4f3: Preparing 03:24:35 1e890da81ec9: Preparing 03:24:35 632043d2154c: Waiting 03:24:35 3acfe92a1f4c: Waiting 03:24:35 5f70bf18a086: Waiting 03:24:35 38404df8a448: Waiting 03:24:35 dd2d578f9eab: Waiting 03:24:35 d387366a46dd: Waiting 03:24:35 f64ed12c4bdf: Waiting 03:24:35 8d8ff1e7e078: Waiting 03:24:35 60f77ac4f873: Waiting 03:24:35 b5402e42a4f3: Waiting 03:24:35 1e890da81ec9: Waiting 03:24:35 418cdb230bb3: Layer already exists 03:24:35 e9564d97a936: Layer already exists 03:24:35 24a7c002ff95: Layer already exists 03:24:35 b764dcc5f317: Layer already exists 03:24:35 49e4babe63d4: Layer already exists 03:24:35 d387366a46dd: Layer already exists 03:24:35 38404df8a448: Layer already exists 03:24:35 f64ed12c4bdf: Layer already exists 03:24:35 632043d2154c: Layer already exists 03:24:35 dd2d578f9eab: Layer already exists 03:24:35 8d8ff1e7e078: Layer already exists 03:24:35 5f70bf18a086: Layer already exists 03:24:35 b5402e42a4f3: Layer already exists 03:24:35 60f77ac4f873: Layer already exists 03:24:35 3acfe92a1f4c: Layer already exists 03:24:35 1e890da81ec9: Layer already exists 03:24:36 latest: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:36 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 03:24:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:24:36 b764dcc5f317: Preparing 03:24:36 418cdb230bb3: Preparing 03:24:36 e9564d97a936: Preparing 03:24:36 24a7c002ff95: Preparing 03:24:36 49e4babe63d4: Preparing 03:24:36 38404df8a448: Preparing 03:24:36 dd2d578f9eab: Preparing 03:24:36 d387366a46dd: Preparing 03:24:36 f64ed12c4bdf: Preparing 03:24:36 632043d2154c: Preparing 03:24:36 3acfe92a1f4c: Preparing 03:24:36 5f70bf18a086: Preparing 03:24:36 60f77ac4f873: Preparing 03:24:36 8d8ff1e7e078: Preparing 03:24:36 b5402e42a4f3: Preparing 03:24:36 1e890da81ec9: Preparing 03:24:36 38404df8a448: Waiting 03:24:36 dd2d578f9eab: Waiting 03:24:36 d387366a46dd: Waiting 03:24:36 8d8ff1e7e078: Waiting 03:24:36 60f77ac4f873: Waiting 03:24:36 f64ed12c4bdf: Waiting 03:24:36 632043d2154c: Waiting 03:24:36 3acfe92a1f4c: Waiting 03:24:36 5f70bf18a086: Waiting 03:24:36 b5402e42a4f3: Waiting 03:24:37 49e4babe63d4: Layer already exists 03:24:37 e9564d97a936: Layer already exists 03:24:37 24a7c002ff95: Layer already exists 03:24:37 b764dcc5f317: Layer already exists 03:24:37 418cdb230bb3: Layer already exists 03:24:37 d387366a46dd: Layer already exists 03:24:37 38404df8a448: Layer already exists 03:24:37 dd2d578f9eab: Layer already exists 03:24:37 f64ed12c4bdf: Layer already exists 03:24:37 632043d2154c: Layer already exists 03:24:37 3acfe92a1f4c: Layer already exists 03:24:37 60f77ac4f873: Layer already exists 03:24:37 8d8ff1e7e078: Layer already exists 03:24:37 5f70bf18a086: Layer already exists 03:24:37 b5402e42a4f3: Layer already exists 03:24:37 1e890da81ec9: Layer already exists 03:24:37 4.1.0-dev.62: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:37 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:24:38 b764dcc5f317: Preparing 03:24:38 418cdb230bb3: Preparing 03:24:38 e9564d97a936: Preparing 03:24:38 24a7c002ff95: Preparing 03:24:38 49e4babe63d4: Preparing 03:24:38 38404df8a448: Preparing 03:24:38 dd2d578f9eab: Preparing 03:24:38 38404df8a448: Waiting 03:24:38 d387366a46dd: Preparing 03:24:38 f64ed12c4bdf: Preparing 03:24:38 dd2d578f9eab: Waiting 03:24:38 d387366a46dd: Waiting 03:24:38 f64ed12c4bdf: Waiting 03:24:38 632043d2154c: Preparing 03:24:38 632043d2154c: Waiting 03:24:38 3acfe92a1f4c: Preparing 03:24:38 5f70bf18a086: Preparing 03:24:38 3acfe92a1f4c: Waiting 03:24:38 60f77ac4f873: Preparing 03:24:38 5f70bf18a086: Waiting 03:24:38 60f77ac4f873: Waiting 03:24:38 8d8ff1e7e078: Preparing 03:24:38 b5402e42a4f3: Preparing 03:24:38 8d8ff1e7e078: Waiting 03:24:38 1e890da81ec9: Preparing 03:24:38 b5402e42a4f3: Waiting 03:24:38 1e890da81ec9: Waiting 03:24:38 24a7c002ff95: Layer already exists 03:24:38 b764dcc5f317: Layer already exists 03:24:38 49e4babe63d4: Layer already exists 03:24:38 418cdb230bb3: Layer already exists 03:24:38 e9564d97a936: Layer already exists 03:24:38 38404df8a448: Layer already exists 03:24:38 dd2d578f9eab: Layer already exists 03:24:38 632043d2154c: Layer already exists 03:24:38 d387366a46dd: Layer already exists 03:24:38 f64ed12c4bdf: Layer already exists 03:24:38 8d8ff1e7e078: Layer already exists 03:24:38 3acfe92a1f4c: Layer already exists 03:24:38 5f70bf18a086: Layer already exists 03:24:38 60f77ac4f873: Layer already exists 03:24:38 b5402e42a4f3: Layer already exists 03:24:38 1e890da81ec9: Layer already exists 03:24:39 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:39 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 03:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 03:24:39 b764dcc5f317: Preparing 03:24:39 418cdb230bb3: Preparing 03:24:39 e9564d97a936: Preparing 03:24:39 24a7c002ff95: Preparing 03:24:39 49e4babe63d4: Preparing 03:24:39 38404df8a448: Preparing 03:24:39 dd2d578f9eab: Preparing 03:24:39 d387366a46dd: Preparing 03:24:39 f64ed12c4bdf: Preparing 03:24:39 632043d2154c: Preparing 03:24:39 3acfe92a1f4c: Preparing 03:24:39 5f70bf18a086: Preparing 03:24:39 60f77ac4f873: Preparing 03:24:39 8d8ff1e7e078: Preparing 03:24:39 b5402e42a4f3: Preparing 03:24:39 1e890da81ec9: Preparing 03:24:39 38404df8a448: Waiting 03:24:39 dd2d578f9eab: Waiting 03:24:39 3acfe92a1f4c: Waiting 03:24:39 d387366a46dd: Waiting 03:24:39 8d8ff1e7e078: Waiting 03:24:39 f64ed12c4bdf: Waiting 03:24:39 b5402e42a4f3: Waiting 03:24:39 632043d2154c: Waiting 03:24:39 1e890da81ec9: Waiting 03:24:39 5f70bf18a086: Waiting 03:24:39 60f77ac4f873: Waiting 03:24:39 49e4babe63d4: Layer already exists 03:24:39 b764dcc5f317: Layer already exists 03:24:39 e9564d97a936: Layer already exists 03:24:39 24a7c002ff95: Layer already exists 03:24:39 418cdb230bb3: Layer already exists 03:24:39 38404df8a448: Layer already exists 03:24:39 d387366a46dd: Layer already exists 03:24:39 dd2d578f9eab: Layer already exists 03:24:39 f64ed12c4bdf: Layer already exists 03:24:39 632043d2154c: Layer already exists 03:24:39 8d8ff1e7e078: Layer already exists 03:24:39 5f70bf18a086: Layer already exists 03:24:39 60f77ac4f873: Layer already exists 03:24:39 3acfe92a1f4c: Layer already exists 03:24:39 b5402e42a4f3: Layer already exists 03:24:39 1e890da81ec9: Layer already exists 03:24:40 main: digest: sha256:4a5e266b1544c270a743dfc6b1cb14aecf83cc10ce0c30bdaf1233920e596a81 size: 3646 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:24:40 ===================================================== [Pipeline] echo 03:24:40 taggedImages: 03:24:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 03:24:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 03:24:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:40 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:24:40 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 03:24:40 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:40 latest 03:24:40 4.1.0-dev.62 03:24:40 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:40 main 03:24:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:40 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:24:40 ffb0d2e97338: Preparing 03:24:40 b3f8a27c502c: Preparing 03:24:40 58c51164a0b8: Preparing 03:24:40 78a4aa408296: Preparing 03:24:40 d387366a46dd: Preparing 03:24:40 f64ed12c4bdf: Preparing 03:24:40 7829ce305ef6: Preparing 03:24:40 ebd9d175119c: Preparing 03:24:40 1e890da81ec9: Preparing 03:24:40 f64ed12c4bdf: Waiting 03:24:40 7829ce305ef6: Waiting 03:24:40 ebd9d175119c: Waiting 03:24:40 1e890da81ec9: Waiting 03:24:40 d387366a46dd: Layer already exists 03:24:41 f64ed12c4bdf: Layer already exists 03:24:41 58c51164a0b8: Pushed 03:24:41 b3f8a27c502c: Pushed 03:24:41 7829ce305ef6: Layer already exists 03:24:41 ffb0d2e97338: Pushed 03:24:41 ebd9d175119c: Layer already exists 03:24:41 1e890da81ec9: Layer already exists 03:24:49 78a4aa408296: Pushed 03:24:49 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:49 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:50 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:24:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:24:50 ffb0d2e97338: Preparing 03:24:50 b3f8a27c502c: Preparing 03:24:50 58c51164a0b8: Preparing 03:24:50 78a4aa408296: Preparing 03:24:50 d387366a46dd: Preparing 03:24:50 f64ed12c4bdf: Preparing 03:24:50 7829ce305ef6: Preparing 03:24:50 ebd9d175119c: Preparing 03:24:50 1e890da81ec9: Preparing 03:24:50 f64ed12c4bdf: Waiting 03:24:50 7829ce305ef6: Waiting 03:24:50 1e890da81ec9: Waiting 03:24:50 ffb0d2e97338: Layer already exists 03:24:50 78a4aa408296: Layer already exists 03:24:50 58c51164a0b8: Layer already exists 03:24:50 b3f8a27c502c: Layer already exists 03:24:50 d387366a46dd: Layer already exists 03:24:50 ebd9d175119c: Layer already exists 03:24:50 f64ed12c4bdf: Layer already exists 03:24:50 1e890da81ec9: Layer already exists 03:24:50 7829ce305ef6: Layer already exists 03:24:50 latest: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 03:24:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:24:51 ffb0d2e97338: Preparing 03:24:51 b3f8a27c502c: Preparing 03:24:51 58c51164a0b8: Preparing 03:24:51 78a4aa408296: Preparing 03:24:51 d387366a46dd: Preparing 03:24:51 f64ed12c4bdf: Preparing 03:24:51 7829ce305ef6: Preparing 03:24:51 ebd9d175119c: Preparing 03:24:51 1e890da81ec9: Preparing 03:24:51 7829ce305ef6: Waiting 03:24:51 ebd9d175119c: Waiting 03:24:51 1e890da81ec9: Waiting 03:24:51 f64ed12c4bdf: Waiting 03:24:51 d387366a46dd: Layer already exists 03:24:51 78a4aa408296: Layer already exists 03:24:51 ffb0d2e97338: Layer already exists 03:24:51 58c51164a0b8: Layer already exists 03:24:51 b3f8a27c502c: Layer already exists 03:24:51 f64ed12c4bdf: Layer already exists 03:24:51 1e890da81ec9: Layer already exists 03:24:51 7829ce305ef6: Layer already exists 03:24:51 ebd9d175119c: Layer already exists 03:24:51 4.1.0-dev.62: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:51 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:24:52 ffb0d2e97338: Preparing 03:24:52 b3f8a27c502c: Preparing 03:24:52 58c51164a0b8: Preparing 03:24:52 78a4aa408296: Preparing 03:24:52 d387366a46dd: Preparing 03:24:52 f64ed12c4bdf: Preparing 03:24:52 7829ce305ef6: Preparing 03:24:52 ebd9d175119c: Preparing 03:24:52 1e890da81ec9: Preparing 03:24:52 f64ed12c4bdf: Waiting 03:24:52 7829ce305ef6: Waiting 03:24:52 ebd9d175119c: Waiting 03:24:52 1e890da81ec9: Waiting 03:24:52 ffb0d2e97338: Layer already exists 03:24:52 78a4aa408296: Layer already exists 03:24:52 d387366a46dd: Layer already exists 03:24:52 b3f8a27c502c: Layer already exists 03:24:52 58c51164a0b8: Layer already exists 03:24:52 ebd9d175119c: Layer already exists 03:24:52 7829ce305ef6: Layer already exists 03:24:52 f64ed12c4bdf: Layer already exists 03:24:52 1e890da81ec9: Layer already exists 03:24:52 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:52 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 03:24:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 03:24:53 ffb0d2e97338: Preparing 03:24:53 b3f8a27c502c: Preparing 03:24:53 58c51164a0b8: Preparing 03:24:53 78a4aa408296: Preparing 03:24:53 d387366a46dd: Preparing 03:24:53 f64ed12c4bdf: Preparing 03:24:53 7829ce305ef6: Preparing 03:24:53 ebd9d175119c: Preparing 03:24:53 1e890da81ec9: Preparing 03:24:53 f64ed12c4bdf: Waiting 03:24:53 1e890da81ec9: Waiting 03:24:53 7829ce305ef6: Waiting 03:24:53 ebd9d175119c: Waiting 03:24:53 d387366a46dd: Layer already exists 03:24:53 ffb0d2e97338: Layer already exists 03:24:53 b3f8a27c502c: Layer already exists 03:24:53 58c51164a0b8: Layer already exists 03:24:53 78a4aa408296: Layer already exists 03:24:53 f64ed12c4bdf: Layer already exists 03:24:53 7829ce305ef6: Layer already exists 03:24:53 1e890da81ec9: Layer already exists 03:24:53 ebd9d175119c: Layer already exists 03:24:53 main: digest: sha256:ff563b5c7144abb2415ace046b9bc93160efa6a7d16cc772108fc5ccd46341cd size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:24:53 ===================================================== [Pipeline] echo 03:24:53 taggedImages: 03:24:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 03:24:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 03:24:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:53 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:24:53 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 03:24:53 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:53 latest 03:24:53 4.1.0-dev.62 03:24:53 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:24:53 main 03:24:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:24:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:24:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:24:54 160a1ac69a3f: Preparing 03:24:54 600feeb3da59: Preparing 03:24:54 1817fa38e30f: Preparing 03:24:54 d9de34d7e129: Preparing 03:24:54 9e60caf0d1e1: Preparing 03:24:54 d387366a46dd: Preparing 03:24:54 f64ed12c4bdf: Preparing 03:24:54 b7229df76409: Preparing 03:24:54 7a0f7a7b6e5c: Preparing 03:24:54 9a9cc4d86ef8: Preparing 03:24:54 1e890da81ec9: Preparing 03:24:54 f64ed12c4bdf: Waiting 03:24:54 b7229df76409: Waiting 03:24:54 7a0f7a7b6e5c: Waiting 03:24:54 1e890da81ec9: Waiting 03:24:54 9a9cc4d86ef8: Waiting 03:24:54 d387366a46dd: Waiting 03:24:54 d9de34d7e129: Pushed 03:24:54 600feeb3da59: Pushed 03:24:54 160a1ac69a3f: Pushed 03:24:54 9e60caf0d1e1: Pushed 03:24:54 d387366a46dd: Layer already exists 03:24:54 f64ed12c4bdf: Layer already exists 03:24:54 1e890da81ec9: Layer already exists 03:24:54 b7229df76409: Pushed 03:24:54 7a0f7a7b6e5c: Pushed 03:24:57 9a9cc4d86ef8: Pushed 03:25:00 1817fa38e30f: Pushed 03:25:00 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:01 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:25:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:25:01 160a1ac69a3f: Preparing 03:25:01 600feeb3da59: Preparing 03:25:01 1817fa38e30f: Preparing 03:25:01 d9de34d7e129: Preparing 03:25:01 9e60caf0d1e1: Preparing 03:25:01 d387366a46dd: Preparing 03:25:01 f64ed12c4bdf: Preparing 03:25:01 b7229df76409: Preparing 03:25:01 7a0f7a7b6e5c: Preparing 03:25:01 9a9cc4d86ef8: Preparing 03:25:01 1e890da81ec9: Preparing 03:25:01 b7229df76409: Waiting 03:25:01 7a0f7a7b6e5c: Waiting 03:25:01 9a9cc4d86ef8: Waiting 03:25:01 1e890da81ec9: Waiting 03:25:01 d387366a46dd: Waiting 03:25:01 f64ed12c4bdf: Waiting 03:25:01 d9de34d7e129: Layer already exists 03:25:01 600feeb3da59: Layer already exists 03:25:01 1817fa38e30f: Layer already exists 03:25:01 160a1ac69a3f: Layer already exists 03:25:01 9e60caf0d1e1: Layer already exists 03:25:01 f64ed12c4bdf: Layer already exists 03:25:01 7a0f7a7b6e5c: Layer already exists 03:25:01 b7229df76409: Layer already exists 03:25:01 9a9cc4d86ef8: Layer already exists 03:25:01 d387366a46dd: Layer already exists 03:25:01 1e890da81ec9: Layer already exists 03:25:01 latest: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 03:25:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:25:02 160a1ac69a3f: Preparing 03:25:02 600feeb3da59: Preparing 03:25:02 1817fa38e30f: Preparing 03:25:02 d9de34d7e129: Preparing 03:25:02 9e60caf0d1e1: Preparing 03:25:02 d387366a46dd: Preparing 03:25:02 f64ed12c4bdf: Preparing 03:25:02 b7229df76409: Preparing 03:25:02 7a0f7a7b6e5c: Preparing 03:25:02 9a9cc4d86ef8: Preparing 03:25:02 1e890da81ec9: Preparing 03:25:02 7a0f7a7b6e5c: Waiting 03:25:02 9a9cc4d86ef8: Waiting 03:25:02 1e890da81ec9: Waiting 03:25:02 d387366a46dd: Waiting 03:25:02 f64ed12c4bdf: Waiting 03:25:02 b7229df76409: Waiting 03:25:02 1817fa38e30f: Layer already exists 03:25:02 160a1ac69a3f: Layer already exists 03:25:02 9e60caf0d1e1: Layer already exists 03:25:02 d9de34d7e129: Layer already exists 03:25:02 600feeb3da59: Layer already exists 03:25:02 d387366a46dd: Layer already exists 03:25:02 7a0f7a7b6e5c: Layer already exists 03:25:02 f64ed12c4bdf: Layer already exists 03:25:02 b7229df76409: Layer already exists 03:25:02 9a9cc4d86ef8: Layer already exists 03:25:02 1e890da81ec9: Layer already exists 03:25:02 4.1.0-dev.62: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:25:03 160a1ac69a3f: Preparing 03:25:03 600feeb3da59: Preparing 03:25:03 1817fa38e30f: Preparing 03:25:03 d9de34d7e129: Preparing 03:25:03 9e60caf0d1e1: Preparing 03:25:03 d387366a46dd: Preparing 03:25:03 f64ed12c4bdf: Preparing 03:25:03 b7229df76409: Preparing 03:25:03 7a0f7a7b6e5c: Preparing 03:25:03 9a9cc4d86ef8: Preparing 03:25:03 1e890da81ec9: Preparing 03:25:03 d387366a46dd: Waiting 03:25:03 f64ed12c4bdf: Waiting 03:25:03 b7229df76409: Waiting 03:25:03 7a0f7a7b6e5c: Waiting 03:25:03 9a9cc4d86ef8: Waiting 03:25:03 1e890da81ec9: Waiting 03:25:03 1817fa38e30f: Layer already exists 03:25:03 600feeb3da59: Layer already exists 03:25:03 d9de34d7e129: Layer already exists 03:25:03 9e60caf0d1e1: Layer already exists 03:25:03 160a1ac69a3f: Layer already exists 03:25:03 9a9cc4d86ef8: Layer already exists 03:25:03 b7229df76409: Layer already exists 03:25:03 f64ed12c4bdf: Layer already exists 03:25:03 d387366a46dd: Layer already exists 03:25:03 7a0f7a7b6e5c: Layer already exists 03:25:03 1e890da81ec9: Layer already exists 03:25:03 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:04 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 03:25:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 03:25:04 160a1ac69a3f: Preparing 03:25:04 600feeb3da59: Preparing 03:25:04 1817fa38e30f: Preparing 03:25:04 d9de34d7e129: Preparing 03:25:04 9e60caf0d1e1: Preparing 03:25:04 d387366a46dd: Preparing 03:25:04 f64ed12c4bdf: Preparing 03:25:04 d387366a46dd: Waiting 03:25:04 b7229df76409: Preparing 03:25:04 f64ed12c4bdf: Waiting 03:25:04 7a0f7a7b6e5c: Preparing 03:25:04 b7229df76409: Waiting 03:25:04 7a0f7a7b6e5c: Waiting 03:25:04 9a9cc4d86ef8: Preparing 03:25:04 1e890da81ec9: Preparing 03:25:04 9a9cc4d86ef8: Waiting 03:25:04 1e890da81ec9: Waiting 03:25:04 1817fa38e30f: Layer already exists 03:25:04 d9de34d7e129: Layer already exists 03:25:04 600feeb3da59: Layer already exists 03:25:04 160a1ac69a3f: Layer already exists 03:25:04 9e60caf0d1e1: Layer already exists 03:25:04 d387366a46dd: Layer already exists 03:25:04 b7229df76409: Layer already exists 03:25:04 7a0f7a7b6e5c: Layer already exists 03:25:04 9a9cc4d86ef8: Layer already exists 03:25:04 f64ed12c4bdf: Layer already exists 03:25:04 1e890da81ec9: Layer already exists 03:25:04 main: digest: sha256:a1f02734d17439046fa772da5c1aebbed6084b6e5195ab4c9aaaa49045831746 size: 2613 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:25:04 ===================================================== [Pipeline] echo 03:25:04 taggedImages: 03:25:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 03:25:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 03:25:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:25:04 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 03:25:04 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:04 latest 03:25:04 4.1.0-dev.62 03:25:04 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:04 main 03:25:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:25:05 dff7421e7a12: Preparing 03:25:05 60eef75f4dad: Preparing 03:25:05 4c33ba51430e: Preparing 03:25:05 3efcca4b52a1: Preparing 03:25:05 90d8e83211a3: Preparing 03:25:05 09eba9569832: Preparing 03:25:05 0735035ea072: Preparing 03:25:05 d387366a46dd: Preparing 03:25:05 f64ed12c4bdf: Preparing 03:25:05 fb64af3cd10f: Preparing 03:25:05 9be97c627bf6: Preparing 03:25:05 1e890da81ec9: Preparing 03:25:05 09eba9569832: Waiting 03:25:05 f64ed12c4bdf: Waiting 03:25:05 fb64af3cd10f: Waiting 03:25:05 9be97c627bf6: Waiting 03:25:05 1e890da81ec9: Waiting 03:25:05 0735035ea072: Waiting 03:25:05 d387366a46dd: Waiting 03:25:05 90d8e83211a3: Pushed 03:25:05 dff7421e7a12: Pushed 03:25:05 60eef75f4dad: Pushed 03:25:05 d387366a46dd: Layer already exists 03:25:05 f64ed12c4bdf: Layer already exists 03:25:05 09eba9569832: Pushed 03:25:05 0735035ea072: Pushed 03:25:06 1e890da81ec9: Layer already exists 03:25:06 fb64af3cd10f: Pushed 03:25:18 4c33ba51430e: Pushed 03:25:18 9be97c627bf6: Pushed 03:25:18 3efcca4b52a1: Pushed 03:25:18 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:19 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:19 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:25:19 dff7421e7a12: Preparing 03:25:19 60eef75f4dad: Preparing 03:25:19 4c33ba51430e: Preparing 03:25:19 3efcca4b52a1: Preparing 03:25:19 90d8e83211a3: Preparing 03:25:19 09eba9569832: Preparing 03:25:19 0735035ea072: Preparing 03:25:19 d387366a46dd: Preparing 03:25:19 f64ed12c4bdf: Preparing 03:25:19 fb64af3cd10f: Preparing 03:25:19 9be97c627bf6: Preparing 03:25:19 1e890da81ec9: Preparing 03:25:19 09eba9569832: Waiting 03:25:19 0735035ea072: Waiting 03:25:19 d387366a46dd: Waiting 03:25:19 9be97c627bf6: Waiting 03:25:19 1e890da81ec9: Waiting 03:25:19 f64ed12c4bdf: Waiting 03:25:19 fb64af3cd10f: Waiting 03:25:19 4c33ba51430e: Layer already exists 03:25:19 3efcca4b52a1: Layer already exists 03:25:19 60eef75f4dad: Layer already exists 03:25:19 dff7421e7a12: Layer already exists 03:25:19 90d8e83211a3: Layer already exists 03:25:19 09eba9569832: Layer already exists 03:25:19 0735035ea072: Layer already exists 03:25:19 d387366a46dd: Layer already exists 03:25:19 fb64af3cd10f: Layer already exists 03:25:19 f64ed12c4bdf: Layer already exists 03:25:19 1e890da81ec9: Layer already exists 03:25:19 9be97c627bf6: Layer already exists 03:25:19 latest: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:20 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:20 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 03:25:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:25:20 dff7421e7a12: Preparing 03:25:20 60eef75f4dad: Preparing 03:25:20 4c33ba51430e: Preparing 03:25:20 3efcca4b52a1: Preparing 03:25:20 90d8e83211a3: Preparing 03:25:20 09eba9569832: Preparing 03:25:20 0735035ea072: Preparing 03:25:20 d387366a46dd: Preparing 03:25:20 f64ed12c4bdf: Preparing 03:25:20 fb64af3cd10f: Preparing 03:25:20 9be97c627bf6: Preparing 03:25:20 1e890da81ec9: Preparing 03:25:20 d387366a46dd: Waiting 03:25:20 f64ed12c4bdf: Waiting 03:25:20 fb64af3cd10f: Waiting 03:25:20 9be97c627bf6: Waiting 03:25:20 1e890da81ec9: Waiting 03:25:20 09eba9569832: Waiting 03:25:20 0735035ea072: Waiting 03:25:20 3efcca4b52a1: Layer already exists 03:25:20 90d8e83211a3: Layer already exists 03:25:20 dff7421e7a12: Layer already exists 03:25:20 4c33ba51430e: Layer already exists 03:25:20 60eef75f4dad: Layer already exists 03:25:20 09eba9569832: Layer already exists 03:25:20 d387366a46dd: Layer already exists 03:25:20 0735035ea072: Layer already exists 03:25:20 f64ed12c4bdf: Layer already exists 03:25:20 fb64af3cd10f: Layer already exists 03:25:20 9be97c627bf6: Layer already exists 03:25:20 1e890da81ec9: Layer already exists 03:25:20 4.1.0-dev.62: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:21 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:25:21 dff7421e7a12: Preparing 03:25:21 60eef75f4dad: Preparing 03:25:21 4c33ba51430e: Preparing 03:25:21 3efcca4b52a1: Preparing 03:25:21 90d8e83211a3: Preparing 03:25:21 09eba9569832: Preparing 03:25:21 0735035ea072: Preparing 03:25:21 d387366a46dd: Preparing 03:25:21 f64ed12c4bdf: Preparing 03:25:21 fb64af3cd10f: Preparing 03:25:21 9be97c627bf6: Preparing 03:25:21 1e890da81ec9: Preparing 03:25:21 09eba9569832: Waiting 03:25:21 0735035ea072: Waiting 03:25:21 f64ed12c4bdf: Waiting 03:25:21 d387366a46dd: Waiting 03:25:21 fb64af3cd10f: Waiting 03:25:21 1e890da81ec9: Waiting 03:25:21 9be97c627bf6: Waiting 03:25:21 4c33ba51430e: Layer already exists 03:25:21 dff7421e7a12: Layer already exists 03:25:21 90d8e83211a3: Layer already exists 03:25:21 3efcca4b52a1: Layer already exists 03:25:21 60eef75f4dad: Layer already exists 03:25:21 0735035ea072: Layer already exists 03:25:21 09eba9569832: Layer already exists 03:25:21 f64ed12c4bdf: Layer already exists 03:25:21 d387366a46dd: Layer already exists 03:25:21 fb64af3cd10f: Layer already exists 03:25:21 1e890da81ec9: Layer already exists 03:25:21 9be97c627bf6: Layer already exists 03:25:21 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:22 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 03:25:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 03:25:22 dff7421e7a12: Preparing 03:25:22 60eef75f4dad: Preparing 03:25:22 4c33ba51430e: Preparing 03:25:22 3efcca4b52a1: Preparing 03:25:22 90d8e83211a3: Preparing 03:25:22 09eba9569832: Preparing 03:25:22 0735035ea072: Preparing 03:25:22 d387366a46dd: Preparing 03:25:22 f64ed12c4bdf: Preparing 03:25:22 fb64af3cd10f: Preparing 03:25:22 9be97c627bf6: Preparing 03:25:22 1e890da81ec9: Preparing 03:25:22 d387366a46dd: Waiting 03:25:22 f64ed12c4bdf: Waiting 03:25:22 fb64af3cd10f: Waiting 03:25:22 1e890da81ec9: Waiting 03:25:22 9be97c627bf6: Waiting 03:25:22 09eba9569832: Waiting 03:25:22 0735035ea072: Waiting 03:25:22 dff7421e7a12: Layer already exists 03:25:22 90d8e83211a3: Layer already exists 03:25:22 4c33ba51430e: Layer already exists 03:25:22 60eef75f4dad: Layer already exists 03:25:22 3efcca4b52a1: Layer already exists 03:25:22 d387366a46dd: Layer already exists 03:25:22 0735035ea072: Layer already exists 03:25:22 09eba9569832: Layer already exists 03:25:22 f64ed12c4bdf: Layer already exists 03:25:22 fb64af3cd10f: Layer already exists 03:25:22 9be97c627bf6: Layer already exists 03:25:22 1e890da81ec9: Layer already exists 03:25:22 main: digest: sha256:cb105907c2573a131776e8b161be82a032c938667834fc264b2cb6d0f3c0c2f5 size: 2824 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:25:22 ===================================================== [Pipeline] echo 03:25:22 taggedImages: 03:25:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 03:25:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 03:25:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:22 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:25:22 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 03:25:22 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:22 latest 03:25:22 4.1.0-dev.62 03:25:22 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:22 main 03:25:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:23 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:25:23 5a8a6bec2150: Preparing 03:25:23 0b58eb68847f: Preparing 03:25:23 d387366a46dd: Preparing 03:25:23 f64ed12c4bdf: Preparing 03:25:23 34859b89b49c: Preparing 03:25:23 6f08e1c98763: Preparing 03:25:23 1e890da81ec9: Preparing 03:25:23 6f08e1c98763: Waiting 03:25:23 1e890da81ec9: Waiting 03:25:23 f64ed12c4bdf: Layer already exists 03:25:23 d387366a46dd: Layer already exists 03:25:23 1e890da81ec9: Layer already exists 03:25:23 5a8a6bec2150: Pushed 03:25:24 34859b89b49c: Pushed 03:25:25 6f08e1c98763: Pushed 03:25:31 0b58eb68847f: Pushed 03:25:31 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:25:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:25:32 5a8a6bec2150: Preparing 03:25:32 0b58eb68847f: Preparing 03:25:32 d387366a46dd: Preparing 03:25:32 f64ed12c4bdf: Preparing 03:25:32 34859b89b49c: Preparing 03:25:32 6f08e1c98763: Preparing 03:25:32 1e890da81ec9: Preparing 03:25:32 6f08e1c98763: Waiting 03:25:32 1e890da81ec9: Waiting 03:25:32 34859b89b49c: Layer already exists 03:25:32 d387366a46dd: Layer already exists 03:25:32 f64ed12c4bdf: Layer already exists 03:25:32 5a8a6bec2150: Layer already exists 03:25:32 0b58eb68847f: Layer already exists 03:25:32 1e890da81ec9: Layer already exists 03:25:32 6f08e1c98763: Layer already exists 03:25:32 latest: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:32 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 03:25:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:25:32 5a8a6bec2150: Preparing 03:25:32 0b58eb68847f: Preparing 03:25:32 d387366a46dd: Preparing 03:25:32 f64ed12c4bdf: Preparing 03:25:32 34859b89b49c: Preparing 03:25:32 6f08e1c98763: Preparing 03:25:32 1e890da81ec9: Preparing 03:25:32 6f08e1c98763: Waiting 03:25:32 1e890da81ec9: Waiting 03:25:32 f64ed12c4bdf: Layer already exists 03:25:32 5a8a6bec2150: Layer already exists 03:25:32 d387366a46dd: Layer already exists 03:25:32 34859b89b49c: Layer already exists 03:25:32 0b58eb68847f: Layer already exists 03:25:32 6f08e1c98763: Layer already exists 03:25:32 1e890da81ec9: Layer already exists 03:25:32 4.1.0-dev.62: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:25:33 5a8a6bec2150: Preparing 03:25:33 0b58eb68847f: Preparing 03:25:33 d387366a46dd: Preparing 03:25:33 f64ed12c4bdf: Preparing 03:25:33 34859b89b49c: Preparing 03:25:33 6f08e1c98763: Preparing 03:25:33 1e890da81ec9: Preparing 03:25:33 6f08e1c98763: Waiting 03:25:33 1e890da81ec9: Waiting 03:25:33 d387366a46dd: Layer already exists 03:25:33 0b58eb68847f: Layer already exists 03:25:33 34859b89b49c: Layer already exists 03:25:33 f64ed12c4bdf: Layer already exists 03:25:33 5a8a6bec2150: Layer already exists 03:25:33 1e890da81ec9: Layer already exists 03:25:33 6f08e1c98763: Layer already exists 03:25:33 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:34 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 03:25:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 03:25:34 5a8a6bec2150: Preparing 03:25:34 0b58eb68847f: Preparing 03:25:34 d387366a46dd: Preparing 03:25:34 f64ed12c4bdf: Preparing 03:25:34 34859b89b49c: Preparing 03:25:34 6f08e1c98763: Preparing 03:25:34 1e890da81ec9: Preparing 03:25:34 6f08e1c98763: Waiting 03:25:34 1e890da81ec9: Waiting 03:25:34 0b58eb68847f: Layer already exists 03:25:34 34859b89b49c: Layer already exists 03:25:34 d387366a46dd: Layer already exists 03:25:34 f64ed12c4bdf: Layer already exists 03:25:34 5a8a6bec2150: Layer already exists 03:25:34 6f08e1c98763: Layer already exists 03:25:34 1e890da81ec9: Layer already exists 03:25:35 main: digest: sha256:bdd50b4583a42b7789450357e65c65006b1fd00274de4b9bb92170d5a26efe45 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:25:35 ===================================================== [Pipeline] echo 03:25:35 taggedImages: 03:25:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 03:25:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 03:25:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:35 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:25:35 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 03:25:35 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:35 latest 03:25:35 4.1.0-dev.62 03:25:35 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:25:35 main 03:25:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:35 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:25:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:25:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:25:36 f2199d4706d5: Preparing 03:25:36 576f28f64c85: Preparing 03:25:36 fc758af8014c: Preparing 03:25:36 d387366a46dd: Preparing 03:25:36 f64ed12c4bdf: Preparing 03:25:36 d8f0e4ff0ff6: Preparing 03:25:36 498f5f96cbed: Preparing 03:25:36 cedc7b911b1e: Preparing 03:25:36 61ae4d7ba799: Preparing 03:25:36 1e890da81ec9: Preparing 03:25:36 cedc7b911b1e: Waiting 03:25:36 61ae4d7ba799: Waiting 03:25:36 d8f0e4ff0ff6: Waiting 03:25:36 1e890da81ec9: Waiting 03:25:36 498f5f96cbed: Waiting 03:25:36 f64ed12c4bdf: Layer already exists 03:25:36 d387366a46dd: Layer already exists 03:25:36 fc758af8014c: Pushed 03:25:36 576f28f64c85: Pushed 03:25:36 f2199d4706d5: Pushed 03:25:36 1e890da81ec9: Layer already exists 03:25:36 cedc7b911b1e: Pushed 03:25:37 61ae4d7ba799: Pushed 03:25:47 498f5f96cbed: Pushed 03:26:02 d8f0e4ff0ff6: Pushed 03:26:02 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:26:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:26:03 f2199d4706d5: Preparing 03:26:03 576f28f64c85: Preparing 03:26:03 fc758af8014c: Preparing 03:26:03 d387366a46dd: Preparing 03:26:03 f64ed12c4bdf: Preparing 03:26:03 d8f0e4ff0ff6: Preparing 03:26:03 498f5f96cbed: Preparing 03:26:03 cedc7b911b1e: Preparing 03:26:03 61ae4d7ba799: Preparing 03:26:03 1e890da81ec9: Preparing 03:26:03 498f5f96cbed: Waiting 03:26:03 cedc7b911b1e: Waiting 03:26:03 61ae4d7ba799: Waiting 03:26:03 1e890da81ec9: Waiting 03:26:03 d8f0e4ff0ff6: Waiting 03:26:03 f2199d4706d5: Layer already exists 03:26:03 f64ed12c4bdf: Layer already exists 03:26:03 fc758af8014c: Layer already exists 03:26:03 d387366a46dd: Layer already exists 03:26:03 576f28f64c85: Layer already exists 03:26:03 d8f0e4ff0ff6: Layer already exists 03:26:03 498f5f96cbed: Layer already exists 03:26:03 1e890da81ec9: Layer already exists 03:26:03 cedc7b911b1e: Layer already exists 03:26:03 61ae4d7ba799: Layer already exists 03:26:03 latest: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:03 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 03:26:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:26:04 f2199d4706d5: Preparing 03:26:04 576f28f64c85: Preparing 03:26:04 fc758af8014c: Preparing 03:26:04 d387366a46dd: Preparing 03:26:04 f64ed12c4bdf: Preparing 03:26:04 d8f0e4ff0ff6: Preparing 03:26:04 498f5f96cbed: Preparing 03:26:04 cedc7b911b1e: Preparing 03:26:04 61ae4d7ba799: Preparing 03:26:04 1e890da81ec9: Preparing 03:26:04 d8f0e4ff0ff6: Waiting 03:26:04 498f5f96cbed: Waiting 03:26:04 cedc7b911b1e: Waiting 03:26:04 61ae4d7ba799: Waiting 03:26:04 1e890da81ec9: Waiting 03:26:04 f64ed12c4bdf: Layer already exists 03:26:04 f2199d4706d5: Layer already exists 03:26:04 fc758af8014c: Layer already exists 03:26:04 d387366a46dd: Layer already exists 03:26:04 576f28f64c85: Layer already exists 03:26:04 498f5f96cbed: Layer already exists 03:26:04 61ae4d7ba799: Layer already exists 03:26:04 cedc7b911b1e: Layer already exists 03:26:04 1e890da81ec9: Layer already exists 03:26:04 d8f0e4ff0ff6: Layer already exists 03:26:04 4.1.0-dev.62: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:04 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:26:05 f2199d4706d5: Preparing 03:26:05 576f28f64c85: Preparing 03:26:05 fc758af8014c: Preparing 03:26:05 d387366a46dd: Preparing 03:26:05 f64ed12c4bdf: Preparing 03:26:05 d8f0e4ff0ff6: Preparing 03:26:05 498f5f96cbed: Preparing 03:26:05 cedc7b911b1e: Preparing 03:26:05 61ae4d7ba799: Preparing 03:26:05 1e890da81ec9: Preparing 03:26:05 cedc7b911b1e: Waiting 03:26:05 61ae4d7ba799: Waiting 03:26:05 d8f0e4ff0ff6: Waiting 03:26:05 1e890da81ec9: Waiting 03:26:05 498f5f96cbed: Waiting 03:26:05 fc758af8014c: Layer already exists 03:26:05 f2199d4706d5: Layer already exists 03:26:05 576f28f64c85: Layer already exists 03:26:05 f64ed12c4bdf: Layer already exists 03:26:05 d387366a46dd: Layer already exists 03:26:05 498f5f96cbed: Layer already exists 03:26:05 d8f0e4ff0ff6: Layer already exists 03:26:05 cedc7b911b1e: Layer already exists 03:26:05 1e890da81ec9: Layer already exists 03:26:05 61ae4d7ba799: Layer already exists 03:26:05 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:05 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 03:26:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 03:26:06 f2199d4706d5: Preparing 03:26:06 576f28f64c85: Preparing 03:26:06 fc758af8014c: Preparing 03:26:06 d387366a46dd: Preparing 03:26:06 f64ed12c4bdf: Preparing 03:26:06 d8f0e4ff0ff6: Preparing 03:26:06 498f5f96cbed: Preparing 03:26:06 cedc7b911b1e: Preparing 03:26:06 61ae4d7ba799: Preparing 03:26:06 1e890da81ec9: Preparing 03:26:06 498f5f96cbed: Waiting 03:26:06 cedc7b911b1e: Waiting 03:26:06 61ae4d7ba799: Waiting 03:26:06 1e890da81ec9: Waiting 03:26:06 d8f0e4ff0ff6: Waiting 03:26:06 f2199d4706d5: Layer already exists 03:26:06 fc758af8014c: Layer already exists 03:26:06 d387366a46dd: Layer already exists 03:26:06 576f28f64c85: Layer already exists 03:26:06 f64ed12c4bdf: Layer already exists 03:26:06 d8f0e4ff0ff6: Layer already exists 03:26:06 498f5f96cbed: Layer already exists 03:26:06 cedc7b911b1e: Layer already exists 03:26:06 1e890da81ec9: Layer already exists 03:26:06 61ae4d7ba799: Layer already exists 03:26:06 main: digest: sha256:b11c319a2e8533b5409cac45764fd90d9eb96d724f045e21dee4520a6ad90964 size: 2410 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:26:06 ===================================================== [Pipeline] echo 03:26:06 taggedImages: 03:26:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 03:26:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 03:26:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:06 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:26:06 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 03:26:06 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:06 latest 03:26:06 4.1.0-dev.62 03:26:06 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:06 main 03:26:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:06 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:26:07 bb9abf6c4d30: Preparing 03:26:07 886e29787bea: Preparing 03:26:07 9bb507f36fc9: Preparing 03:26:07 d387366a46dd: Preparing 03:26:07 f64ed12c4bdf: Preparing 03:26:07 d8f0e4ff0ff6: Preparing 03:26:07 dd7b7339f6ee: Preparing 03:26:07 771ce21805f7: Preparing 03:26:07 1e890da81ec9: Preparing 03:26:07 dd7b7339f6ee: Waiting 03:26:07 771ce21805f7: Waiting 03:26:07 1e890da81ec9: Waiting 03:26:07 d8f0e4ff0ff6: Waiting 03:26:07 f64ed12c4bdf: Layer already exists 03:26:07 d387366a46dd: Layer already exists 03:26:07 d8f0e4ff0ff6: Layer already exists 03:26:07 9bb507f36fc9: Pushed 03:26:07 886e29787bea: Pushed 03:26:07 bb9abf6c4d30: Pushed 03:26:07 1e890da81ec9: Layer already exists 03:26:07 dd7b7339f6ee: Pushed 03:26:08 771ce21805f7: Pushed 03:26:08 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:08 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:26:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:26:09 bb9abf6c4d30: Preparing 03:26:09 886e29787bea: Preparing 03:26:09 9bb507f36fc9: Preparing 03:26:09 d387366a46dd: Preparing 03:26:09 f64ed12c4bdf: Preparing 03:26:09 d8f0e4ff0ff6: Preparing 03:26:09 dd7b7339f6ee: Preparing 03:26:09 771ce21805f7: Preparing 03:26:09 1e890da81ec9: Preparing 03:26:09 d8f0e4ff0ff6: Waiting 03:26:09 dd7b7339f6ee: Waiting 03:26:09 771ce21805f7: Waiting 03:26:09 1e890da81ec9: Waiting 03:26:09 886e29787bea: Layer already exists 03:26:09 9bb507f36fc9: Layer already exists 03:26:09 f64ed12c4bdf: Layer already exists 03:26:09 d387366a46dd: Layer already exists 03:26:09 bb9abf6c4d30: Layer already exists 03:26:09 1e890da81ec9: Layer already exists 03:26:09 dd7b7339f6ee: Layer already exists 03:26:09 d8f0e4ff0ff6: Layer already exists 03:26:09 771ce21805f7: Layer already exists 03:26:09 latest: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:09 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 03:26:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:26:10 bb9abf6c4d30: Preparing 03:26:10 886e29787bea: Preparing 03:26:10 9bb507f36fc9: Preparing 03:26:10 d387366a46dd: Preparing 03:26:10 f64ed12c4bdf: Preparing 03:26:10 d8f0e4ff0ff6: Preparing 03:26:10 dd7b7339f6ee: Preparing 03:26:10 771ce21805f7: Preparing 03:26:10 1e890da81ec9: Preparing 03:26:10 dd7b7339f6ee: Waiting 03:26:10 771ce21805f7: Waiting 03:26:10 1e890da81ec9: Waiting 03:26:10 d8f0e4ff0ff6: Waiting 03:26:10 d387366a46dd: Layer already exists 03:26:10 9bb507f36fc9: Layer already exists 03:26:10 bb9abf6c4d30: Layer already exists 03:26:10 f64ed12c4bdf: Layer already exists 03:26:10 886e29787bea: Layer already exists 03:26:10 d8f0e4ff0ff6: Layer already exists 03:26:10 dd7b7339f6ee: Layer already exists 03:26:10 771ce21805f7: Layer already exists 03:26:10 1e890da81ec9: Layer already exists 03:26:10 4.1.0-dev.62: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:10 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:26:11 bb9abf6c4d30: Preparing 03:26:11 886e29787bea: Preparing 03:26:11 9bb507f36fc9: Preparing 03:26:11 d387366a46dd: Preparing 03:26:11 f64ed12c4bdf: Preparing 03:26:11 d8f0e4ff0ff6: Preparing 03:26:11 dd7b7339f6ee: Preparing 03:26:11 771ce21805f7: Preparing 03:26:11 1e890da81ec9: Preparing 03:26:11 dd7b7339f6ee: Waiting 03:26:11 771ce21805f7: Waiting 03:26:11 1e890da81ec9: Waiting 03:26:11 d8f0e4ff0ff6: Waiting 03:26:11 d387366a46dd: Layer already exists 03:26:11 886e29787bea: Layer already exists 03:26:11 bb9abf6c4d30: Layer already exists 03:26:11 f64ed12c4bdf: Layer already exists 03:26:11 9bb507f36fc9: Layer already exists 03:26:11 771ce21805f7: Layer already exists 03:26:11 d8f0e4ff0ff6: Layer already exists 03:26:11 dd7b7339f6ee: Layer already exists 03:26:11 1e890da81ec9: Layer already exists 03:26:11 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:11 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 03:26:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 03:26:12 bb9abf6c4d30: Preparing 03:26:12 886e29787bea: Preparing 03:26:12 9bb507f36fc9: Preparing 03:26:12 d387366a46dd: Preparing 03:26:12 f64ed12c4bdf: Preparing 03:26:12 d8f0e4ff0ff6: Preparing 03:26:12 dd7b7339f6ee: Preparing 03:26:12 771ce21805f7: Preparing 03:26:12 1e890da81ec9: Preparing 03:26:12 d8f0e4ff0ff6: Waiting 03:26:12 dd7b7339f6ee: Waiting 03:26:12 771ce21805f7: Waiting 03:26:12 1e890da81ec9: Waiting 03:26:12 bb9abf6c4d30: Layer already exists 03:26:12 9bb507f36fc9: Layer already exists 03:26:12 d387366a46dd: Layer already exists 03:26:12 886e29787bea: Layer already exists 03:26:12 f64ed12c4bdf: Layer already exists 03:26:12 d8f0e4ff0ff6: Layer already exists 03:26:12 771ce21805f7: Layer already exists 03:26:12 dd7b7339f6ee: Layer already exists 03:26:12 1e890da81ec9: Layer already exists 03:26:12 main: digest: sha256:e1eeefa8880ed4b7efefbc80889d7e4c3cd8d8d21a626faa24e1216c8e895b7c size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:26:12 ===================================================== [Pipeline] echo 03:26:12 taggedImages: 03:26:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 03:26:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 03:26:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:12 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:26:12 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 03:26:12 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:12 latest 03:26:12 4.1.0-dev.62 03:26:12 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:12 main 03:26:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:13 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:26:13 f2199d4706d5: Preparing 03:26:13 25a16767a4e6: Preparing 03:26:13 851972f90052: Preparing 03:26:13 d387366a46dd: Preparing 03:26:13 f64ed12c4bdf: Preparing 03:26:13 069ac78e63bc: Preparing 03:26:13 cedc7b911b1e: Preparing 03:26:13 61ae4d7ba799: Preparing 03:26:13 1e890da81ec9: Preparing 03:26:13 cedc7b911b1e: Waiting 03:26:13 61ae4d7ba799: Waiting 03:26:13 1e890da81ec9: Waiting 03:26:13 069ac78e63bc: Waiting 03:26:13 f2199d4706d5: Layer already exists 03:26:13 f64ed12c4bdf: Layer already exists 03:26:13 d387366a46dd: Layer already exists 03:26:13 cedc7b911b1e: Layer already exists 03:26:13 61ae4d7ba799: Layer already exists 03:26:13 1e890da81ec9: Layer already exists 03:26:13 851972f90052: Pushed 03:26:13 25a16767a4e6: Pushed 03:26:40 069ac78e63bc: Pushed 03:26:40 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:40 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:26:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:26:41 f2199d4706d5: Preparing 03:26:41 25a16767a4e6: Preparing 03:26:41 851972f90052: Preparing 03:26:41 d387366a46dd: Preparing 03:26:41 f64ed12c4bdf: Preparing 03:26:41 069ac78e63bc: Preparing 03:26:41 cedc7b911b1e: Preparing 03:26:41 61ae4d7ba799: Preparing 03:26:41 1e890da81ec9: Preparing 03:26:41 069ac78e63bc: Waiting 03:26:41 1e890da81ec9: Waiting 03:26:41 61ae4d7ba799: Waiting 03:26:41 d387366a46dd: Layer already exists 03:26:41 25a16767a4e6: Layer already exists 03:26:41 f64ed12c4bdf: Layer already exists 03:26:41 f2199d4706d5: Layer already exists 03:26:41 851972f90052: Layer already exists 03:26:41 069ac78e63bc: Layer already exists 03:26:41 61ae4d7ba799: Layer already exists 03:26:41 1e890da81ec9: Layer already exists 03:26:41 cedc7b911b1e: Layer already exists 03:26:41 latest: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 03:26:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:26:42 f2199d4706d5: Preparing 03:26:42 25a16767a4e6: Preparing 03:26:42 851972f90052: Preparing 03:26:42 d387366a46dd: Preparing 03:26:42 f64ed12c4bdf: Preparing 03:26:42 069ac78e63bc: Preparing 03:26:42 cedc7b911b1e: Preparing 03:26:42 61ae4d7ba799: Preparing 03:26:42 1e890da81ec9: Preparing 03:26:42 cedc7b911b1e: Waiting 03:26:42 61ae4d7ba799: Waiting 03:26:42 1e890da81ec9: Waiting 03:26:42 069ac78e63bc: Waiting 03:26:42 f64ed12c4bdf: Layer already exists 03:26:42 d387366a46dd: Layer already exists 03:26:42 25a16767a4e6: Layer already exists 03:26:42 f2199d4706d5: Layer already exists 03:26:42 851972f90052: Layer already exists 03:26:42 069ac78e63bc: Layer already exists 03:26:42 61ae4d7ba799: Layer already exists 03:26:42 1e890da81ec9: Layer already exists 03:26:42 cedc7b911b1e: Layer already exists 03:26:42 4.1.0-dev.62: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:42 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:26:42 f2199d4706d5: Preparing 03:26:42 25a16767a4e6: Preparing 03:26:42 851972f90052: Preparing 03:26:42 d387366a46dd: Preparing 03:26:42 f64ed12c4bdf: Preparing 03:26:42 069ac78e63bc: Preparing 03:26:42 cedc7b911b1e: Preparing 03:26:42 61ae4d7ba799: Preparing 03:26:42 1e890da81ec9: Preparing 03:26:42 cedc7b911b1e: Waiting 03:26:42 61ae4d7ba799: Waiting 03:26:42 1e890da81ec9: Waiting 03:26:42 069ac78e63bc: Waiting 03:26:42 25a16767a4e6: Layer already exists 03:26:42 f64ed12c4bdf: Layer already exists 03:26:42 851972f90052: Layer already exists 03:26:42 d387366a46dd: Layer already exists 03:26:42 f2199d4706d5: Layer already exists 03:26:42 61ae4d7ba799: Layer already exists 03:26:42 cedc7b911b1e: Layer already exists 03:26:42 069ac78e63bc: Layer already exists 03:26:42 1e890da81ec9: Layer already exists 03:26:42 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:43 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 03:26:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 03:26:43 f2199d4706d5: Preparing 03:26:43 25a16767a4e6: Preparing 03:26:43 851972f90052: Preparing 03:26:43 d387366a46dd: Preparing 03:26:43 f64ed12c4bdf: Preparing 03:26:43 069ac78e63bc: Preparing 03:26:43 cedc7b911b1e: Preparing 03:26:43 61ae4d7ba799: Preparing 03:26:43 1e890da81ec9: Preparing 03:26:43 cedc7b911b1e: Waiting 03:26:43 61ae4d7ba799: Waiting 03:26:43 1e890da81ec9: Waiting 03:26:43 d387366a46dd: Layer already exists 03:26:43 851972f90052: Layer already exists 03:26:43 f2199d4706d5: Layer already exists 03:26:43 25a16767a4e6: Layer already exists 03:26:43 f64ed12c4bdf: Layer already exists 03:26:43 069ac78e63bc: Layer already exists 03:26:43 cedc7b911b1e: Layer already exists 03:26:43 61ae4d7ba799: Layer already exists 03:26:43 1e890da81ec9: Layer already exists 03:26:44 main: digest: sha256:c7c3e08e3ed8c95a33ba93beca4ec5db14c2d04ba8188e038c8afa699e0e001b size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:26:44 ===================================================== [Pipeline] echo 03:26:44 taggedImages: 03:26:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 03:26:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 03:26:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:44 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:26:44 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 03:26:44 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:44 latest 03:26:44 4.1.0-dev.62 03:26:44 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:44 main 03:26:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:44 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:45 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:45 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:26:45 fb1b66049e6f: Preparing 03:26:45 4925251d6de4: Preparing 03:26:45 d387366a46dd: Preparing 03:26:45 f64ed12c4bdf: Preparing 03:26:45 12930cb806e5: Preparing 03:26:45 4f596e7104dd: Preparing 03:26:45 1e890da81ec9: Preparing 03:26:45 4f596e7104dd: Waiting 03:26:45 1e890da81ec9: Waiting 03:26:45 f64ed12c4bdf: Layer already exists 03:26:45 d387366a46dd: Layer already exists 03:26:45 1e890da81ec9: Layer already exists 03:26:45 fb1b66049e6f: Pushed 03:26:45 12930cb806e5: Pushed 03:26:46 4f596e7104dd: Pushed 03:26:54 4925251d6de4: Pushed 03:26:54 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:55 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:55 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:26:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:26:55 fb1b66049e6f: Preparing 03:26:55 4925251d6de4: Preparing 03:26:55 d387366a46dd: Preparing 03:26:55 f64ed12c4bdf: Preparing 03:26:55 12930cb806e5: Preparing 03:26:55 4f596e7104dd: Preparing 03:26:55 1e890da81ec9: Preparing 03:26:55 4f596e7104dd: Waiting 03:26:55 1e890da81ec9: Waiting 03:26:55 d387366a46dd: Layer already exists 03:26:55 12930cb806e5: Layer already exists 03:26:55 4925251d6de4: Layer already exists 03:26:55 fb1b66049e6f: Layer already exists 03:26:55 f64ed12c4bdf: Layer already exists 03:26:55 4f596e7104dd: Layer already exists 03:26:55 1e890da81ec9: Layer already exists 03:26:55 latest: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:55 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:56 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 03:26:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:26:56 fb1b66049e6f: Preparing 03:26:56 4925251d6de4: Preparing 03:26:56 d387366a46dd: Preparing 03:26:56 f64ed12c4bdf: Preparing 03:26:56 12930cb806e5: Preparing 03:26:56 4f596e7104dd: Preparing 03:26:56 1e890da81ec9: Preparing 03:26:56 4f596e7104dd: Waiting 03:26:56 1e890da81ec9: Waiting 03:26:56 12930cb806e5: Layer already exists 03:26:56 fb1b66049e6f: Layer already exists 03:26:56 d387366a46dd: Layer already exists 03:26:56 4925251d6de4: Layer already exists 03:26:56 f64ed12c4bdf: Layer already exists 03:26:56 1e890da81ec9: Layer already exists 03:26:56 4f596e7104dd: Layer already exists 03:26:56 4.1.0-dev.62: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:56 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:26:57 fb1b66049e6f: Preparing 03:26:57 4925251d6de4: Preparing 03:26:57 d387366a46dd: Preparing 03:26:57 f64ed12c4bdf: Preparing 03:26:57 12930cb806e5: Preparing 03:26:57 4f596e7104dd: Preparing 03:26:57 1e890da81ec9: Preparing 03:26:57 4f596e7104dd: Waiting 03:26:57 1e890da81ec9: Waiting 03:26:57 f64ed12c4bdf: Layer already exists 03:26:57 d387366a46dd: Layer already exists 03:26:57 4925251d6de4: Layer already exists 03:26:57 fb1b66049e6f: Layer already exists 03:26:57 12930cb806e5: Layer already exists 03:26:57 1e890da81ec9: Layer already exists 03:26:57 4f596e7104dd: Layer already exists 03:26:57 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 03:26:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 03:26:57 fb1b66049e6f: Preparing 03:26:57 4925251d6de4: Preparing 03:26:57 d387366a46dd: Preparing 03:26:57 f64ed12c4bdf: Preparing 03:26:57 12930cb806e5: Preparing 03:26:57 4f596e7104dd: Preparing 03:26:57 1e890da81ec9: Preparing 03:26:57 4f596e7104dd: Waiting 03:26:57 1e890da81ec9: Waiting 03:26:57 fb1b66049e6f: Layer already exists 03:26:57 4925251d6de4: Layer already exists 03:26:57 12930cb806e5: Layer already exists 03:26:57 f64ed12c4bdf: Layer already exists 03:26:57 d387366a46dd: Layer already exists 03:26:57 4f596e7104dd: Layer already exists 03:26:57 1e890da81ec9: Layer already exists 03:26:58 main: digest: sha256:c4bfeabaea23bc20e1827192336f16d68e179d759eb1484ca1876089f4d1d314 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:26:58 ===================================================== [Pipeline] echo 03:26:58 taggedImages: 03:26:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 03:26:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 03:26:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:58 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:26:58 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 03:26:58 44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:58 latest 03:26:58 4.1.0-dev.62 03:26:58 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:26:58 main 03:26:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:58 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:26:59 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:26:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:26:59 62b23a464de8: Preparing 03:26:59 e5d4a66f1057: Preparing 03:26:59 d387366a46dd: Preparing 03:26:59 f64ed12c4bdf: Preparing 03:26:59 31c4ed8d09d2: Preparing 03:26:59 8dcb7bd92a3b: Preparing 03:26:59 1e890da81ec9: Preparing 03:26:59 8dcb7bd92a3b: Waiting 03:26:59 1e890da81ec9: Waiting 03:26:59 f64ed12c4bdf: Layer already exists 03:26:59 d387366a46dd: Layer already exists 03:26:59 1e890da81ec9: Layer already exists 03:26:59 62b23a464de8: Pushed 03:27:00 31c4ed8d09d2: Pushed 03:27:00 8dcb7bd92a3b: Pushed 03:27:08 e5d4a66f1057: Pushed 03:27:08 44d03353ae1976a56c6e7b940cb61d7be0635af4: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:27:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:27:09 62b23a464de8: Preparing 03:27:09 e5d4a66f1057: Preparing 03:27:09 d387366a46dd: Preparing 03:27:09 f64ed12c4bdf: Preparing 03:27:09 31c4ed8d09d2: Preparing 03:27:09 8dcb7bd92a3b: Preparing 03:27:09 1e890da81ec9: Preparing 03:27:09 8dcb7bd92a3b: Waiting 03:27:09 1e890da81ec9: Waiting 03:27:09 31c4ed8d09d2: Layer already exists 03:27:09 d387366a46dd: Layer already exists 03:27:09 f64ed12c4bdf: Layer already exists 03:27:09 62b23a464de8: Layer already exists 03:27:09 e5d4a66f1057: Layer already exists 03:27:09 1e890da81ec9: Layer already exists 03:27:09 8dcb7bd92a3b: Layer already exists 03:27:09 latest: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 03:27:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:27:10 62b23a464de8: Preparing 03:27:10 e5d4a66f1057: Preparing 03:27:10 d387366a46dd: Preparing 03:27:10 f64ed12c4bdf: Preparing 03:27:10 31c4ed8d09d2: Preparing 03:27:10 8dcb7bd92a3b: Preparing 03:27:10 1e890da81ec9: Preparing 03:27:10 8dcb7bd92a3b: Waiting 03:27:10 1e890da81ec9: Waiting 03:27:10 e5d4a66f1057: Layer already exists 03:27:10 31c4ed8d09d2: Layer already exists 03:27:10 f64ed12c4bdf: Layer already exists 03:27:10 62b23a464de8: Layer already exists 03:27:10 d387366a46dd: Layer already exists 03:27:10 1e890da81ec9: Layer already exists 03:27:10 8dcb7bd92a3b: Layer already exists 03:27:10 4.1.0-dev.62: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:27:11 62b23a464de8: Preparing 03:27:11 e5d4a66f1057: Preparing 03:27:11 d387366a46dd: Preparing 03:27:11 f64ed12c4bdf: Preparing 03:27:11 31c4ed8d09d2: Preparing 03:27:11 8dcb7bd92a3b: Preparing 03:27:11 1e890da81ec9: Preparing 03:27:11 8dcb7bd92a3b: Waiting 03:27:11 1e890da81ec9: Waiting 03:27:11 62b23a464de8: Layer already exists 03:27:11 d387366a46dd: Layer already exists 03:27:11 e5d4a66f1057: Layer already exists 03:27:11 31c4ed8d09d2: Layer already exists 03:27:11 f64ed12c4bdf: Layer already exists 03:27:11 8dcb7bd92a3b: Layer already exists 03:27:11 1e890da81ec9: Layer already exists 03:27:11 44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 03:27:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 03:27:11 62b23a464de8: Preparing 03:27:11 e5d4a66f1057: Preparing 03:27:11 d387366a46dd: Preparing 03:27:11 f64ed12c4bdf: Preparing 03:27:11 31c4ed8d09d2: Preparing 03:27:11 8dcb7bd92a3b: Preparing 03:27:11 1e890da81ec9: Preparing 03:27:11 8dcb7bd92a3b: Waiting 03:27:11 1e890da81ec9: Waiting 03:27:11 f64ed12c4bdf: Layer already exists 03:27:11 e5d4a66f1057: Layer already exists 03:27:11 31c4ed8d09d2: Layer already exists 03:27:11 d387366a46dd: Layer already exists 03:27:11 62b23a464de8: Layer already exists 03:27:11 8dcb7bd92a3b: Layer already exists 03:27:11 1e890da81ec9: Layer already exists 03:27:12 main: digest: sha256:c9b31047401cfefb39b8769d3d6b8237d6cccc428a42ecd4da62bd3e3b6c9056 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 03:27:12 ===================================================== [Pipeline] echo 03:27:12 taggedImages: 03:27:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 03:27:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 03:27:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 03:27:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 03:27:12 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 03:27:12 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:44d03353ae1976a56c6e7b940cb61d7be0635af4-4.1.0-dev.62 [Pipeline] echo 03:27:13 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:27:13 03:27:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:27:14 arm64: Pulling from edgex-lftools-log-publisher 03:27:14 8998bd30e6a1: Pulling fs layer 03:27:14 04944245beec: Pulling fs layer 03:27:14 699f458cf7ca: Pulling fs layer 03:27:14 765212b225bb: Pulling fs layer 03:27:14 f23df028b6ca: Pulling fs layer 03:27:14 d65c8cfc05b1: Pulling fs layer 03:27:14 2437ff75d9bd: Pulling fs layer 03:27:14 765212b225bb: Waiting 03:27:14 f23df028b6ca: Waiting 03:27:14 d65c8cfc05b1: Waiting 03:27:14 2437ff75d9bd: Waiting 03:27:14 04944245beec: Verifying Checksum 03:27:14 04944245beec: Download complete 03:27:14 765212b225bb: Verifying Checksum 03:27:14 765212b225bb: Download complete 03:27:14 f23df028b6ca: Download complete 03:27:14 d65c8cfc05b1: Verifying Checksum 03:27:14 d65c8cfc05b1: Download complete 03:27:14 699f458cf7ca: Verifying Checksum 03:27:14 699f458cf7ca: Download complete 03:27:14 8998bd30e6a1: Verifying Checksum 03:27:14 8998bd30e6a1: Download complete 03:27:17 2437ff75d9bd: Verifying Checksum 03:27:17 2437ff75d9bd: Download complete 03:27:19 8998bd30e6a1: Pull complete 03:27:19 04944245beec: Pull complete 03:27:21 699f458cf7ca: Pull complete 03:27:21 765212b225bb: Pull complete 03:27:22 f23df028b6ca: Pull complete 03:27:22 d65c8cfc05b1: Pull complete 03:27:40 2437ff75d9bd: Pull complete 03:27:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:27:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:27:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:40 prd-ubuntu20.04-docker-arm64-4c-16g-8971 does not seem to be running inside a container 03:27:40 $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 03:27:43 $ docker top 60abfc18d6c6d5c49ac61f6d0ee3ea0353d331e89ccaf12f5c53266455348955 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:27:44 ---> job-cost.sh 03:27:44 lf-activate-venv: SKIPPING 03:27:44 INFO: No Stack... 03:27:44 INFO: Retrieving Pricing Info for: v3-standard-4 03:27:45 INFO: Archiving Costs [Pipeline] sh 03:27:46 + cat /w/workspace/edgex-go/906/archives/cost.csv 03:27:46 + cut -d, -f6 [Pipeline] lock 03:27:46 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-906-stack-cost] 03:27:46 Resource [jenkins-edgexfoundry-edgex-go-main-906-stack-cost] did not exist. Created. 03:27:46 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-906-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:27:46 + echo total: 0.10999999940395355 [Pipeline] stash 03:27:47 Stashed 1 file(s) [Pipeline] } 03:27:47 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-906-stack-cost] [Pipeline] // lock [Pipeline] } 03:27:47 $ docker stop --time=1 60abfc18d6c6d5c49ac61f6d0ee3ea0353d331e89ccaf12f5c53266455348955 03:27:48 $ docker rm -f --volumes 60abfc18d6c6d5c49ac61f6d0ee3ea0353d331e89ccaf12f5c53266455348955 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 03:27:49 provisioning config files... 03:27:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/906@tmp/config4319517409746790860tmp [Pipeline] { [Pipeline] sh 03:27:49 + set +x 03:27:49 + + bashcurl -s -s -- https://codecov.io/bash 03:27:49 03:27:49 03:27:49 _____ _ 03:27:49 / ____| | | 03:27:49 | | ___ __| | ___ ___ _____ __ 03:27:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:27:49 | |___| (_) | (_| | __/ (_| (_) \ V / 03:27:49 \_____\___/ \__,_|\___|\___\___/ \_/ 03:27:49 Bash-1.0.6 03:27:49 03:27:49 03:27:49 ==> git version 2.25.1 found 03:27:49 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 03:27:49 Release-Date: 2020-01-08 03:27:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:27:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:27:49 ==> Jenkins CI detected. 03:27:49 current dir:  /w/workspace/edgex-go/906 03:27:49 project root: . 03:27:49 --> token set from env 03:27:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:27:49 ==> Running gcov in . (disable via -X gcov) 03:27:49 ==> Python coveragepy not found 03:27:49 ==> Searching for coverage reports in: 03:27:49 + . 03:27:49 -> Found 1 reports 03:27:49 ==> Detecting git/mercurial file structure 03:27:49 ==> Reading reports 03:27:49 + ./coverage.out bytes=1733636 03:27:49 ==> Appending adjustments 03:27:49 https://docs.codecov.io/docs/fixing-reports 03:27:51 + Found adjustments 03:27:51 ==> Gzipping contents 03:27:51 148K /tmp/codecov.1MvE3V.gz 03:27:51 ==> Uploading reports 03:27:51 url: https://codecov.io 03:27:51 query: branch=main&commit=44d03353ae1976a56c6e7b940cb61d7be0635af4&build=906&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F906%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:27:51 -> Pinging Codecov 03:27:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=44d03353ae1976a56c6e7b940cb61d7be0635af4&build=906&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F906%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 03:27:51 -> Uploading to 03:27:51 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/44d03353ae1976a56c6e7b940cb61d7be0635af4/c61e4d76-3ef7-4b8c-b5bf-9ac7ff49551d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250917%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250917T032751Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=7e8345b8fedf8f1d57a881366e2f72f964f5eeafc1481a95f609b584b6499c36 03:27:51 % Total % Received % Xferd Average Speed Time Time Time Current 03:27:51 Dload Upload Total Spent Left Speed 03:27:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 699k --:--:-- --:--:-- --:--:-- 699k 03:27:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/44d03353ae1976a56c6e7b940cb61d7be0635af4 [Pipeline] } 03:27:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 03:27:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 03:27:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:27:52 03:27:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:27:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:27:52 latest: Pulling from edgex-devops/edgex-snyk-go 03:27:52 0a9a5dfd008f: Already exists 03:27:52 36466aa92d05: Already exists 03:27:52 e10405b45d13: Already exists 03:27:52 096b7ceb2af7: Already exists 03:27:52 4f4fb700ef54: Already exists 03:27:52 e50aa161e22a: Pulling fs layer 03:27:52 d3c8db5fb9df: Pulling fs layer 03:27:52 e50aa161e22a: Download complete 03:27:53 e50aa161e22a: Pull complete 03:27:54 d3c8db5fb9df: Verifying Checksum 03:27:54 d3c8db5fb9df: Download complete 03:27:58 d3c8db5fb9df: Pull complete 03:27:58 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 03:27:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 03:27:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:27:58 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 03:27:58 $ 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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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/edgex-snyk-go:latest cat 03:28:00 $ docker top c633604dfef7acea5dfb43b828d36ed3730f4a224d91745ddc82248c5edb47b9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:28:00 + git config --global --add safe.directory /w/workspace/edgex-go/906 [Pipeline] echo 03:28:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 03:28:00 + set -o pipefail 03:28:00 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 03:28:08 03:28:08 Monitoring /w/workspace/edgex-go/906 (github.com/edgexfoundry/edgex-go)... 03:28:08 03:28:08 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/35a8e0b2-e09c-4b41-93f5-704a34c1e34c 03:28:08 03:28:08 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 03:28:08 03:28:08 03:28:08 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 03:28:08 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 03:28:09 $ docker stop --time=1 c633604dfef7acea5dfb43b828d36ed3730f4a224d91745ddc82248c5edb47b9 03:28:11 $ docker rm -f --volumes c633604dfef7acea5dfb43b828d36ed3730f4a224d91745ddc82248c5edb47b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 03:28:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:28:12 provisioning config files... 03:28:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/906@tmp/config1189363192664812923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:28:12 --> edgex-publish-swagger.sh 03:28:12 === Publish openapi API === 03:28:12 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 03:28:12 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/906/openapi/core-command.yaml] 03:28:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:12 Dload Upload Total Spent Left Speed 03:28:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 488 241k --:--:-- --:--:-- --:--:-- 242k 03:28:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:12 03:28:12 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/906/openapi/core-data.yaml] 03:28:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:12 Dload Upload Total Spent Left Speed 03:28:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75375 100 66 100 75309 488 544k --:--:-- --:--:-- --:--:-- 541k 100 75375 100 66 100 75309 488 544k --:--:-- --:--:-- --:--:-- 541k 03:28:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:12 03:28:12 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/906/openapi/core-keeper.yaml] 03:28:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:12 Dload Upload Total Spent Left Speed 03:28:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 717 320k --:--:-- --:--:-- --:--:-- 321k 03:28:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:12 03:28:12 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/906/openapi/core-metadata.yaml] 03:28:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:12 Dload Upload Total Spent Left Speed 03:28:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 100 66 100 156k 481 1144k --:--:-- --:--:-- --:--:-- 1145k 03:28:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:12 03:28:12 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/906/openapi/security-proxy-auth.yaml] 03:28:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:12 Dload Upload Total Spent Left Speed 03:28:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 709 256k --:--:-- --:--:-- --:--:-- 257k 03:28:12 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:12 03:28:12 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/906/openapi/security-secretstore-setup.yaml] 03:28:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:12 Dload Upload Total Spent Left Speed 03:28:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 835 49531 --:--:-- --:--:-- --:--:-- 50367 03:28:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:13 03:28:13 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/906/openapi/support-notifications.yaml] 03:28:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:13 Dload Upload Total Spent Left Speed 03:28:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99976 0 0 100 99976 0 159k --:--:-- --:--:-- --:--:-- 158k 100 97k 100 66 100 99976 102 151k --:--:-- --:--:-- --:--:-- 151k 03:28:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:13 03:28:13 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/906/openapi/support-scheduler.yaml] 03:28:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:28:13 Dload Upload Total Spent Left Speed 03:28:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 515 386k --:--:-- --:--:-- --:--:-- 387k 03:28:13 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 03:28:13 [Pipeline] } 03:28:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 03:28:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:28:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:14 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 03:28:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:28:14 $ docker top 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 -eo pid,comm 03:28:14 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:28:14 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:28:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:28:14 [ssh-agent] Looking for ssh-agent implementation... 03:28:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:28:15 $ docker exec 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 ssh-agent 03:28:15 SSH_AUTH_SOCK=/tmp/ssh-x32FkBhmIsgV/agent.34 03:28:15 SSH_AGENT_PID=40 03:28:15 Running ssh-add (command line suppressed) 03:28:15 Identity added: /w/workspace/edgex-go/906@tmp/private_key_12879875799150694940.key (/w/workspace/edgex-go/906@tmp/private_key_12879875799150694940.key) 03:28:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:28:15 + git semver tag 03:28:15 2025-09-17 03:28:15,832 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:28:15 2025-09-17 03:28:15,836 [run_tag] DEBUG tag force:False 03:28:15 2025-09-17 03:28:15,837 [check_head_tag] DEBUG check head tag 03:28:15 2025-09-17 03:28:15,838 [execute] INFO git cat-file --batch-check 03:28:15 2025-09-17 03:28:15,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/906, stdin=, shell=False, universal_newlines=False) 03:28:15 2025-09-17 03:28:15,840 [execute] INFO git cat-file --batch 03:28:15 2025-09-17 03:28:15,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/906, stdin=, shell=False, universal_newlines=False) 03:28:15 2025-09-17 03:28:15,865 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 03:28:15 2025-09-17 03:28:15,865 [execute] INFO git tag -a v4.1.0-dev.62 -m v4.1.0-dev.62 03:28:15 2025-09-17 03:28:15,865 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.62', '-m', 'v4.1.0-dev.62'], cwd=/w/workspace/edgex-go/906, stdin=None, shell=False, universal_newlines=False) 03:28:15 2025-09-17 03:28:15,869 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 03:28:15 4.1.0-dev.62 [Pipeline] } 03:28:16 $ docker exec --env ******** --env ******** 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 ssh-agent -k 03:28:16 unset SSH_AUTH_SOCK; 03:28:16 unset SSH_AGENT_PID; 03:28:16 echo Agent pid 40 killed; 03:28:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:28:16 + git semver [Pipeline] } 03:28:16 $ docker stop --time=1 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 03:28:18 $ docker rm -f --volumes 04fbd01487c070c6b50ab073312953b801d0cc9b048d9b2bc90644358067be95 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:28:18 03:28:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:28:18 0.23.1-centos7: Pulling from edgex-lftools 03:28:18 ab5ef0e58194: Pulling fs layer 03:28:18 9712f1f96733: Pulling fs layer 03:28:18 63f879dbbcfc: Pulling fs layer 03:28:18 0d9ebad4ef96: Pulling fs layer 03:28:18 e9a5061849ea: Pulling fs layer 03:28:18 d747dcd14b5f: Pulling fs layer 03:28:18 2de7ff778b66: Pulling fs layer 03:28:18 d747dcd14b5f: Waiting 03:28:18 2de7ff778b66: Waiting 03:28:18 e9a5061849ea: Waiting 03:28:18 0d9ebad4ef96: Waiting 03:28:18 9712f1f96733: Verifying Checksum 03:28:18 9712f1f96733: Download complete 03:28:19 63f879dbbcfc: Verifying Checksum 03:28:19 63f879dbbcfc: Download complete 03:28:19 e9a5061849ea: Verifying Checksum 03:28:19 e9a5061849ea: Download complete 03:28:19 0d9ebad4ef96: Verifying Checksum 03:28:19 0d9ebad4ef96: Download complete 03:28:19 d747dcd14b5f: Verifying Checksum 03:28:19 d747dcd14b5f: Download complete 03:28:19 ab5ef0e58194: Verifying Checksum 03:28:19 ab5ef0e58194: Download complete 03:28:19 2de7ff778b66: Verifying Checksum 03:28:19 2de7ff778b66: Download complete 03:28:23 ab5ef0e58194: Pull complete 03:28:23 9712f1f96733: Pull complete 03:28:24 63f879dbbcfc: Pull complete 03:28:31 0d9ebad4ef96: Pull complete 03:28:31 e9a5061849ea: Pull complete 03:28:31 d747dcd14b5f: Pull complete 03:28:32 2de7ff778b66: Pull complete 03:28:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 03:28:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 03:28:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:32 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 03:28:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 03:28:33 $ docker top 38c67b9799c50439403c8071d9a6d0f25fb78d17190445c9550b3cef415be648 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 03:28:33 provisioning config files... 03:28:34 copy managed file [sigul-config] to file:/w/workspace/edgex-go/906@tmp/config17188018610157580485tmp 03:28:34 copy managed file [sigul-password] to file:/w/workspace/edgex-go/906@tmp/config3481303922046951389tmp 03:28:34 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/906@tmp/config3436891208891613138tmp [Pipeline] { [Pipeline] echo 03:28:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 03:28:34 ---> sigul-configuration.sh 03:28:34 gpg: directory `/root/.gnupg' created 03:28:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 03:28:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 03:28:34 gpg: keyring `/root/.gnupg/secring.gpg' created 03:28:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 03:28:34 gpg: CAST5 encrypted data 03:28:34 gpg: encrypted with 1 passphrase 03:28:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 03:28:34 + mkdir /home/jenkins 03:28:34 + mkdir /home/jenkins/sigul [Pipeline] sh 03:28:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 03:28:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 03:28:35 ---> sigul-install.sh 03:28:35 Sigul already installed; skipping installation. [Pipeline] sh 03:28:35 + git tag --list 03:28:35 0.6.0 03:28:35 0.6.1 03:28:35 0.7.0 03:28:35 0.7.1 03:28:35 v1.0.0 03:28:35 v1.0.1 03:28:35 v1.1.0 03:28:35 v1.2.0 03:28:35 v1.2.1 03:28:35 v1.3.0 03:28:35 v1.3.1 03:28:35 v2.0.0 03:28:35 v2.1.0 03:28:35 v2.1.1 03:28:35 v2.2.0 03:28:35 v2.3.0 03:28:35 v3.0 03:28:35 v3.0.0 03:28:35 v3.1 03:28:35 v3.1.0 03:28:35 v3.1.1 03:28:35 v4.0 03:28:35 v4.0.0 03:28:35 v4.0.1 03:28:35 v4.0.1-dev.1 03:28:35 v4.1.0-dev.1 03:28:35 v4.1.0-dev.10 03:28:35 v4.1.0-dev.11 03:28:35 v4.1.0-dev.12 03:28:35 v4.1.0-dev.13 03:28:35 v4.1.0-dev.14 03:28:35 v4.1.0-dev.15 03:28:35 v4.1.0-dev.16 03:28:35 v4.1.0-dev.17 03:28:35 v4.1.0-dev.18 03:28:35 v4.1.0-dev.19 03:28:35 v4.1.0-dev.2 03:28:35 v4.1.0-dev.20 03:28:35 v4.1.0-dev.21 03:28:35 v4.1.0-dev.22 03:28:35 v4.1.0-dev.23 03:28:35 v4.1.0-dev.24 03:28:35 v4.1.0-dev.25 03:28:35 v4.1.0-dev.26 03:28:35 v4.1.0-dev.27 03:28:35 v4.1.0-dev.28 03:28:35 v4.1.0-dev.29 03:28:35 v4.1.0-dev.3 03:28:35 v4.1.0-dev.30 03:28:35 v4.1.0-dev.31 03:28:35 v4.1.0-dev.32 03:28:35 v4.1.0-dev.33 03:28:35 v4.1.0-dev.34 03:28:35 v4.1.0-dev.35 03:28:35 v4.1.0-dev.36 03:28:35 v4.1.0-dev.37 03:28:35 v4.1.0-dev.38 03:28:35 v4.1.0-dev.39 03:28:35 v4.1.0-dev.4 03:28:35 v4.1.0-dev.40 03:28:35 v4.1.0-dev.41 03:28:35 v4.1.0-dev.42 03:28:35 v4.1.0-dev.43 03:28:35 v4.1.0-dev.44 03:28:35 v4.1.0-dev.45 03:28:35 v4.1.0-dev.46 03:28:35 v4.1.0-dev.47 03:28:35 v4.1.0-dev.48 03:28:35 v4.1.0-dev.49 03:28:35 v4.1.0-dev.5 03:28:35 v4.1.0-dev.50 03:28:35 v4.1.0-dev.51 03:28:35 v4.1.0-dev.52 03:28:35 v4.1.0-dev.53 03:28:35 v4.1.0-dev.54 03:28:35 v4.1.0-dev.55 03:28:35 v4.1.0-dev.56 03:28:35 v4.1.0-dev.57 03:28:35 v4.1.0-dev.58 03:28:35 v4.1.0-dev.59 03:28:35 v4.1.0-dev.6 03:28:35 v4.1.0-dev.60 03:28:35 v4.1.0-dev.61 03:28:35 v4.1.0-dev.62 03:28:35 v4.1.0-dev.7 03:28:35 v4.1.0-dev.8 03:28:35 v4.1.0-dev.9 [Pipeline] sh 03:28:36 + lftools sign git-tag v4.1.0-dev.62 03:28:36 Signing Git tag with Sigul... 03:28:36 Signing v4.1.0-dev.62 [Pipeline] echo 03:28:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 03:28:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 03:28:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 03:28:37 $ docker stop --time=1 38c67b9799c50439403c8071d9a6d0f25fb78d17190445c9550b3cef415be648 03:28:38 $ docker rm -f --volumes 38c67b9799c50439403c8071d9a6d0f25fb78d17190445c9550b3cef415be648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 03:28:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:28:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:39 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 03:28:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:28:39 $ docker top 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 -eo pid,comm 03:28:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:28:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:28:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:28:40 [ssh-agent] Looking for ssh-agent implementation... 03:28:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:28:40 $ docker exec 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 ssh-agent 03:28:40 SSH_AUTH_SOCK=/tmp/ssh-sgvlfEuL8yGM/agent.31 03:28:40 SSH_AGENT_PID=37 03:28:40 Running ssh-add (command line suppressed) 03:28:40 Identity added: /w/workspace/edgex-go/906@tmp/private_key_14215629253335220357.key (/w/workspace/edgex-go/906@tmp/private_key_14215629253335220357.key) 03:28:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:28:40 + git semver bump pre 03:28:40 2025-09-17 03:28:40,919 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:28:40 2025-09-17 03:28:40,923 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 03:28:40 2025-09-17 03:28:40,923 [bump_version] DEBUG bumping version:4.1.0-dev.62 on axis:pre with prefix:dev 03:28:40 2025-09-17 03:28:40,923 [bump_version] DEBUG bumped version:4.1.0-dev.63 03:28:40 2025-09-17 03:28:40,923 [write_version] DEBUG write version:4.1.0-dev.63 to path:/w/workspace/edgex-go/906/.semver/main with force:True 03:28:40 2025-09-17 03:28:40,923 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 03:28:40 2025-09-17 03:28:40,923 [write_file] DEBUG write to file:/w/workspace/edgex-go/906/.semver/main 03:28:40 2025-09-17 03:28:40,925 [execute] INFO git cat-file --batch-check 03:28:40 2025-09-17 03:28:40,925 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/906/.semver, stdin=, shell=False, universal_newlines=False) 03:28:40 2025-09-17 03:28:40,929 [execute] INFO git cat-file --batch 03:28:40 2025-09-17 03:28:40,929 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/906/.semver, stdin=, shell=False, universal_newlines=False) 03:28:40 2025-09-17 03:28:40,933 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 03:28:40 4.1.0-dev.63 [Pipeline] } 03:28:40 $ docker exec --env ******** --env ******** 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 ssh-agent -k 03:28:41 unset SSH_AUTH_SOCK; 03:28:41 unset SSH_AGENT_PID; 03:28:41 echo Agent pid 37 killed; 03:28:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:28:41 + git semver [Pipeline] } 03:28:41 $ docker stop --time=1 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 03:28:42 $ docker rm -f --volumes 33c6062069d2b9604aed681bb17de1fa9ce57633001b678c1c974b388c804125 [Pipeline] // withDockerContainer [Pipeline] sh 03:28:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:28:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:28:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:28:43 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 03:28:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:28:44 $ docker top a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:28:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:28:44 [ssh-agent] Looking for ssh-agent implementation... 03:28:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:28:44 $ docker exec a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 ssh-agent 03:28:44 SSH_AUTH_SOCK=/tmp/ssh-pB2hbPOtJ0XQ/agent.31 03:28:44 SSH_AGENT_PID=37 03:28:44 Running ssh-add (command line suppressed) 03:28:44 Identity added: /w/workspace/edgex-go/906@tmp/private_key_707012731207434405.key (/w/workspace/edgex-go/906@tmp/private_key_707012731207434405.key) 03:28:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:28:44 + git semver push 03:28:45 2025-09-17 03:28:45,005 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 03:28:45 2025-09-17 03:28:45,009 [run_push] DEBUG push 03:28:45 2025-09-17 03:28:45,010 [execute] INFO git cat-file --batch-check 03:28:45 2025-09-17 03:28:45,010 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/906/.semver, stdin=, shell=False, universal_newlines=False) 03:28:45 2025-09-17 03:28:45,013 [execute] INFO git rev-list 9257082a76a83637daec58c4471c12a0126ad338 -- 03:28:45 2025-09-17 03:28:45,013 [execute] DEBUG Popen(['git', 'rev-list', '9257082a76a83637daec58c4471c12a0126ad338', '--'], cwd=/w/workspace/edgex-go/906/.semver, stdin=None, shell=False, universal_newlines=False) 03:28:45 2025-09-17 03:28:45,033 [execute] INFO git fetch -v -- origin 03:28:45 2025-09-17 03:28:45,034 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/906/.semver, stdin=None, shell=False, universal_newlines=True) 03:28:45 2025-09-17 03:28:45,495 [run_push] DEBUG no remote changes detected 03:28:45 2025-09-17 03:28:45,495 [execute] INFO git push origin semver 03:28:45 2025-09-17 03:28:45,495 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/906/.semver, stdin=None, shell=False, universal_newlines=False) 03:28:46 2025-09-17 03:28:46,236 [run_push] DEBUG push all version tags 03:28:46 2025-09-17 03:28:46,237 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 03:28:46 2025-09-17 03:28:46,237 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/906, stdin=None, shell=False, universal_newlines=False) 03:28:47 2025-09-17 03:28:46,877 [read_version] DEBUG read version from /w/workspace/edgex-go/906/.semver/main 03:28:47 4.1.0-dev.63 [Pipeline] } 03:28:47 $ docker exec --env ******** --env ******** a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 ssh-agent -k 03:28:47 unset SSH_AUTH_SOCK; 03:28:47 unset SSH_AGENT_PID; 03:28:47 echo Agent pid 37 killed; 03:28:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:28:47 + git semver [Pipeline] } 03:28:47 $ docker stop --time=1 a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 03:28:49 $ docker rm -f --volumes a091c6229f51f8e1ede08dac487202c8e46357e896808991466a79fe9a6dd302 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 03:28:49 + [ -d /w/workspace/edgex-go/906/archives ] [Pipeline] libraryResource [Pipeline] sh 03:28:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:28:50 ---> package-listing.sh 03:28:50 ++ facter osfamily 03:28:50 ++ tr '[:upper:]' '[:lower:]' 03:28:51 + OS_FAMILY=debian 03:28:51 + workspace=/w/workspace/edgex-go/906 03:28:51 + START_PACKAGES=/tmp/packages_start.txt 03:28:51 + END_PACKAGES=/tmp/packages_end.txt 03:28:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:28:51 + PACKAGES=/tmp/packages_start.txt 03:28:51 + '[' /w/workspace/edgex-go/906 ']' 03:28:51 + PACKAGES=/tmp/packages_end.txt 03:28:51 + case "${OS_FAMILY}" in 03:28:51 + dpkg -l 03:28:51 + grep '^ii' 03:28:51 + '[' -f /tmp/packages_start.txt ']' 03:28:51 + '[' -f /tmp/packages_end.txt ']' 03:28:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:28:51 + '[' /w/workspace/edgex-go/906 ']' 03:28:51 + mkdir -p /w/workspace/edgex-go/906/archives/ 03:28:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/906/archives/ [Pipeline] echo 03:28:51 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/906/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:28:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:28:51 03:28:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:28:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:28:52 latest: Pulling from edgex-lftools-log-publisher 03:28:52 5eb5b503b376: Pulling fs layer 03:28:52 5c69ac0246d0: Pulling fs layer 03:28:52 ec43610c2a17: Pulling fs layer 03:28:52 3a2ae6a8a46f: Pulling fs layer 03:28:52 3a2ae6a8a46f: Waiting 03:28:52 33b1e0a273af: Pulling fs layer 03:28:52 5d3b04190fa2: Pulling fs layer 03:28:52 33b1e0a273af: Waiting 03:28:52 2f39f015ded8: Pulling fs layer 03:28:52 2f39f015ded8: Waiting 03:28:52 5d3b04190fa2: Waiting 03:28:52 5c69ac0246d0: Verifying Checksum 03:28:52 5c69ac0246d0: Download complete 03:28:52 3a2ae6a8a46f: Verifying Checksum 03:28:52 33b1e0a273af: Verifying Checksum 03:28:52 33b1e0a273af: Download complete 03:28:52 ec43610c2a17: Verifying Checksum 03:28:52 ec43610c2a17: Download complete 03:28:52 5d3b04190fa2: Verifying Checksum 03:28:52 5d3b04190fa2: Download complete 03:28:52 5eb5b503b376: Verifying Checksum 03:28:52 5eb5b503b376: Download complete 03:28:53 2f39f015ded8: Verifying Checksum 03:28:53 2f39f015ded8: Download complete 03:28:54 5eb5b503b376: Pull complete 03:28:54 5c69ac0246d0: Pull complete 03:28:55 ec43610c2a17: Pull complete 03:28:55 3a2ae6a8a46f: Pull complete 03:28:55 33b1e0a273af: Pull complete 03:28:55 5d3b04190fa2: Pull complete 03:29:01 2f39f015ded8: Pull complete 03:29:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:29:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:29:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:29:01 prd-ubuntu20.04-docker-8c-8g-8970 does not seem to be running inside a container 03:29:01 $ 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/906/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/906 -v /w/workspace/edgex-go/906:/w/workspace/edgex-go/906:rw,z -v /w/workspace/edgex-go/906@tmp:/w/workspace/edgex-go/906@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:29:03 $ docker top 826ee097e967561d4bce8794724849439045836a9ed3f5741a33cf04b6427d8e -eo pid,comm [Pipeline] { [Pipeline] sh 03:29:03 + touch /tmp/pre-build-complete [Pipeline] sh 03:29:04 + mkdir -p /var/log/sysstat [Pipeline] sh 03:29:04 + ls /var/log/sa-host 03:29:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:29:04 provisioning config files... 03:29:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/906@tmp/config16455050961634377794tmp [Pipeline] { [Pipeline] echo 03:29:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:29:04 ---> create-netrc.sh [Pipeline] } 03:29:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:29:05 ---> python-tools-install.sh [Pipeline] echo 03:29:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:29:05 ---> sudo-logs.sh 03:29:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:29:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:29:05 ---> job-cost.sh 03:29:05 lf-activate-venv: SKIPPING 03:29:05 DEBUG: total: 0.10999999940395355 03:29:05 INFO: Retrieving Stack Cost... 03:29:06 INFO: Retrieving Pricing Info for: v3-standard-8 03:29:06 INFO: Archiving Costs [Pipeline] echo 03:29:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:29:06 ---> logs-deploy.sh 03:29:06 lf-activate-venv: SKIPPING 03:29:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/906 03:29:06 INFO: archiving workspace using pattern(s): 03:29:07 Archives upload complete. 03:29:07 INFO: archiving logs to Nexus 03:29:08 ---> uname -a: 03:29:08 Linux prd-ubuntu20-04-docker-8c-8g-8970 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 03:29:08 03:29:08 03:29:08 ---> lscpu: 03:29:08 Architecture: x86_64 03:29:08 CPU op-mode(s): 32-bit, 64-bit 03:29:08 Byte Order: Little Endian 03:29:08 Address sizes: 40 bits physical, 48 bits virtual 03:29:08 CPU(s): 8 03:29:08 On-line CPU(s) list: 0-7 03:29:08 Thread(s) per core: 1 03:29:08 Core(s) per socket: 1 03:29:08 Socket(s): 8 03:29:08 NUMA node(s): 1 03:29:08 Vendor ID: AuthenticAMD 03:29:08 CPU family: 23 03:29:08 Model: 49 03:29:08 Model name: AMD EPYC-Rome Processor 03:29:08 Stepping: 0 03:29:08 CPU MHz: 2799.998 03:29:08 BogoMIPS: 5599.99 03:29:08 Virtualization: AMD-V 03:29:08 Hypervisor vendor: KVM 03:29:08 Virtualization type: full 03:29:08 L1d cache: 256 KiB 03:29:08 L1i cache: 256 KiB 03:29:08 L2 cache: 4 MiB 03:29:08 L3 cache: 128 MiB 03:29:08 NUMA node0 CPU(s): 0-7 03:29:08 Vulnerability Gather data sampling: Not affected 03:29:08 Vulnerability Itlb multihit: Not affected 03:29:08 Vulnerability L1tf: Not affected 03:29:08 Vulnerability Mds: Not affected 03:29:08 Vulnerability Meltdown: Not affected 03:29:08 Vulnerability Mmio stale data: Not affected 03:29:08 Vulnerability Retbleed: Vulnerable 03:29:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:29:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 03:29:08 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 03:29:08 Vulnerability Srbds: Not affected 03:29:08 Vulnerability Tsx async abort: Not affected 03:29:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 03:29:08 03:29:08 03:29:08 ---> nproc: 03:29:08 8 03:29:08 03:29:08 03:29:08 ---> df -h: 03:29:08 Filesystem Size Used Avail Use% Mounted on 03:29:08 overlay 155G 33G 123G 21% / 03:29:08 tmpfs 64M 0 64M 0% /dev 03:29:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 03:29:08 shm 64M 0 64M 0% /dev/shm 03:29:08 /dev/vda1 155G 33G 123G 21% /facter-os 03:29:08 03:29:08 03:29:08 ---> sar -b -r -n DEV: 03:29:08 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8970) 09/17/25 _x86_64_ (8 CPU) 03:29:08 03:29:08 02:37:01 LINUX RESTART (8 CPU) 03:29:08 03:29:08 02:38:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:29:08 02:39:01 192.51 14.18 178.33 0.00 2176.99 51100.49 0.00 03:29:08 02:40:01 39.79 0.02 39.78 0.00 0.13 37282.47 0.00 03:29:08 02:41:01 59.11 6.25 52.86 0.00 365.67 21221.80 0.00 03:29:08 02:42:01 840.83 15.25 825.59 0.00 157.52 317535.38 0.00 03:29:08 02:43:01 661.68 7.08 654.60 0.00 4311.10 267663.58 0.00 03:29:08 02:44:01 147.43 0.10 147.33 0.00 0.80 75714.01 0.00 03:29:08 02:45:01 292.17 0.02 292.15 0.00 0.13 65003.13 0.00 03:29:08 02:46:01 816.43 0.00 816.43 0.00 0.00 158905.70 0.00 03:29:08 02:47:01 31.84 0.00 31.84 0.00 0.00 839.46 0.00 03:29:08 02:48:01 15.08 0.02 15.06 0.00 3.20 399.93 0.00 03:29:08 02:49:01 1.75 0.30 1.45 0.00 16.80 20.93 0.00 03:29:08 02:50:01 3.12 1.38 1.73 0.00 28.80 20.40 0.00 03:29:08 02:51:01 1.58 0.00 1.58 0.00 0.00 17.19 0.00 03:29:08 02:52:01 2.23 0.00 2.23 0.00 0.00 25.20 0.00 03:29:08 02:53:01 2.05 0.02 2.03 0.00 0.13 25.73 0.00 03:29:08 02:54:01 1.28 0.00 1.28 0.00 0.00 14.80 0.00 03:29:08 02:55:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 03:29:08 02:56:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 03:29:08 02:57:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 03:29:08 02:58:01 1.77 0.00 1.77 0.00 0.00 20.53 0.00 03:29:08 02:59:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 03:29:08 03:00:01 1.17 0.00 1.17 0.00 0.00 14.80 0.00 03:29:08 03:01:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 03:29:08 03:02:01 1.33 0.00 1.33 0.00 0.00 16.66 0.00 03:29:08 03:03:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 03:29:08 03:04:01 1.22 0.00 1.22 0.00 0.00 14.80 0.00 03:29:08 03:05:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 03:29:08 03:06:01 1.20 0.00 1.20 0.00 0.00 14.66 0.00 03:29:08 03:07:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 03:29:08 03:08:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 03:29:08 03:09:02 1.00 0.00 1.00 0.00 0.00 12.40 0.00 03:29:08 03:10:01 1.30 0.00 1.30 0.00 0.00 14.91 0.00 03:29:08 03:11:01 1.23 0.00 1.23 0.00 0.00 13.20 0.00 03:29:08 03:12:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 03:29:08 03:13:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 03:29:08 03:14:01 1.62 0.00 1.62 0.00 0.00 18.13 0.00 03:29:08 03:15:01 0.98 0.00 0.98 0.00 0.00 10.66 0.00 03:29:08 03:16:01 1.22 0.00 1.22 0.00 0.00 14.66 0.00 03:29:08 03:17:01 1.00 0.02 0.98 0.00 0.13 10.66 0.00 03:29:08 03:18:01 1.90 0.00 1.90 0.00 0.00 21.86 0.00 03:29:08 03:19:01 0.93 0.00 0.93 0.00 0.00 10.66 0.00 03:29:08 03:20:01 1.30 0.00 1.30 0.00 0.00 14.66 0.00 03:29:08 03:21:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 03:29:08 03:22:01 1.37 0.00 1.37 0.00 0.00 15.86 0.00 03:29:08 03:23:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 03:29:08 03:24:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 03:29:08 03:25:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 03:29:08 03:26:01 1.43 0.00 1.43 0.00 0.00 16.79 0.00 03:29:08 03:27:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 03:29:08 03:28:01 26.53 0.10 26.43 0.00 9.47 13878.75 0.00 03:29:08 03:29:01 133.69 0.82 132.88 0.00 17.46 38256.56 0.00 03:29:08 Average: 65.02 0.89 64.12 0.00 138.38 20605.95 0.00 03:29:08 03:29:08 02:38:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:29:08 02:39:01 26820828 31297876 977516 2.97 122732 4505648 2286256 6.74 1818884 3689316 591240 03:29:08 02:40:01 26404868 31150088 1122380 3.41 128128 4739588 2448012 7.22 1861328 4034004 270436 03:29:08 02:41:01 25727124 31362652 904460 2.75 134144 5564152 1988400 5.86 1920920 4591844 521544 03:29:08 02:42:01 16293112 30989348 1236164 3.76 298944 13914508 4412924 13.01 3103740 12232480 1668232 03:29:08 02:43:01 7664540 29607836 2550620 7.76 419196 20590804 9389004 27.68 5474496 17953644 567816 03:29:08 02:44:01 3658188 27944836 4212468 12.82 433108 22818852 11441360 33.73 8166236 19158432 745044 03:29:08 02:45:01 1493680 28816948 3342672 10.17 448924 25723108 9054516 26.69 8680192 20706524 2069180 03:29:08 02:46:01 5577516 31369260 856108 2.60 458464 24433216 2797804 8.25 3932072 21706652 388 03:29:08 02:47:01 5571892 31365720 858888 2.61 459720 24433860 2664664 7.86 4321884 21321632 112 03:29:08 02:48:01 5576996 31371656 852720 2.59 460204 24434100 2701664 7.96 4532284 21105612 8 03:29:08 02:49:01 5574276 31369508 854768 2.60 460236 24434600 2701664 7.96 4536160 21105924 4 03:29:08 02:50:01 5573152 31370248 854576 2.60 460260 24435476 2701664 7.96 4534452 21106228 208 03:29:08 02:51:01 5573724 31370864 854204 2.60 460308 24435476 2701664 7.96 4534360 21106216 20 03:29:08 02:52:01 5590536 31387744 837328 2.55 460364 24435484 2701664 7.96 4516548 21106204 48 03:29:08 02:53:01 5590660 31387984 837244 2.55 460396 24435460 2714268 8.00 4516348 21106180 148 03:29:08 02:54:01 5590564 31387896 837176 2.55 460428 24435460 2714268 8.00 4516484 21106180 200 03:29:08 02:55:01 5590524 31387860 837124 2.55 460456 24435464 2714268 8.00 4516224 21106184 180 03:29:08 02:56:01 5590980 31388380 836568 2.55 460492 24435468 2714268 8.00 4516368 21106188 156 03:29:08 02:57:01 5591004 31388436 836504 2.54 460528 24435468 2714268 8.00 4516060 21106188 36 03:29:08 02:58:01 5591240 31388720 836172 2.54 460560 24435472 2714268 8.00 4515648 21106192 8 03:29:08 02:59:01 5591192 31388696 836136 2.54 460584 24435472 2714268 8.00 4515612 21106192 8 03:29:08 03:00:01 5591112 31388648 836136 2.54 460596 24435480 2714268 8.00 4515668 21106200 36 03:29:08 03:01:01 5590820 31388400 836336 2.54 460624 24435484 2714268 8.00 4515984 21106204 20 03:29:08 03:02:01 5591020 31388640 836296 2.54 460672 24435476 2714268 8.00 4515724 21106204 16 03:29:08 03:03:01 5590784 31388444 836456 2.54 460708 24435488 2714268 8.00 4515820 21106208 8 03:29:08 03:04:01 5590224 31387904 836968 2.55 460740 24435488 2714268 8.00 4516084 21106208 12 03:29:08 03:05:01 5590404 31388140 836708 2.55 460764 24435492 2714268 8.00 4515832 21106212 8 03:29:08 03:06:01 5590544 31388296 836468 2.54 460796 24435496 2714268 8.00 4515880 21106216 28 03:29:08 03:07:01 5590480 31388256 836488 2.54 460832 24435480 2714268 8.00 4515904 21106216 12 03:29:08 03:08:01 5590464 31388292 836332 2.54 460852 24435508 2714268 8.00 4516372 21106224 208 03:29:08 03:09:02 5590464 31388296 836280 2.54 460884 24435512 2714268 8.00 4516136 21106228 44 03:29:08 03:10:01 5590544 31388432 836176 2.54 460908 24435512 2714268 8.00 4516316 21106232 8 03:29:08 03:11:01 5590700 31388616 835920 2.54 460932 24435516 2714268 8.00 4516040 21106236 8 03:29:08 03:12:01 5590788 31388764 835848 2.54 460952 24435516 2714268 8.00 4516052 21106236 12 03:29:08 03:13:01 5590868 31388900 835836 2.54 460992 24435512 2714268 8.00 4516128 21106240 8 03:29:08 03:14:01 5591048 31389148 835512 2.54 461020 24435524 2714268 8.00 4516124 21106248 8 03:29:08 03:15:01 5590780 31388888 835732 2.54 461052 24435524 2730376 8.05 4516148 21106244 4 03:29:08 03:16:01 5590612 31388788 835692 2.54 461076 24435528 2730376 8.05 4516176 21106248 8 03:29:08 03:17:01 5590004 31388208 836188 2.54 461096 24435524 2730376 8.05 4516232 21106248 8 03:29:08 03:18:01 5589948 31388200 836108 2.54 461128 24435524 2730376 8.05 4516300 21106256 4 03:29:08 03:19:01 5589892 31388148 836080 2.54 461144 24435540 2730376 8.05 4516348 21106260 28 03:29:08 03:20:01 5589616 31387920 836320 2.54 461164 24435540 2730376 8.05 4516536 21106260 12 03:29:08 03:21:01 5589608 31387936 836292 2.54 461180 24435544 2713756 8.00 4516592 21106264 28 03:29:08 03:22:01 5589648 31388000 836216 2.54 461208 24435548 2713756 8.00 4516336 21106268 8 03:29:08 03:23:01 5589244 31387624 836548 2.54 461244 24435536 2713756 8.00 4516712 21106268 8 03:29:08 03:24:01 5589592 31388016 836092 2.54 461268 24435556 2713756 8.00 4516692 21106272 4 03:29:08 03:25:01 5589468 31387976 836276 2.54 461296 24435620 2713756 8.00 4516444 21106328 12 03:29:08 03:26:01 5589200 31387752 836500 2.54 461312 24435628 2713756 8.00 4516456 21106340 8 03:29:08 03:27:01 5589404 31387984 836216 2.54 461340 24435632 2713756 8.00 4516476 21106352 4 03:29:08 03:28:01 4980956 31264968 956684 2.91 466792 24894044 2927040 8.63 4639548 21565768 60552 03:29:08 03:29:01 3776628 31319584 901404 2.74 519676 25968944 2787784 8.22 4661440 22612280 544728 03:29:08 Average: 6892578 31214700 1008704 3.07 437695 23039311 3152912 9.30 4496094 19878843 138056 03:29:08 03:29:08 02:38:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:29:08 02:39:01 ens3 840.28 701.80 8112.96 116.67 0.00 0.00 0.00 0.00 03:29:08 02:39:01 docker0 587.71 657.58 45.85 4765.66 0.00 0.00 0.00 0.00 03:29:08 02:39:01 vethbf92747 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 03:29:08 02:39:01 lo 1.08 1.08 0.11 0.11 0.00 0.00 0.00 0.00 03:29:08 02:40:01 ens3 34.48 23.30 26.90 15.36 0.00 0.00 0.00 0.00 03:29:08 02:40:01 docker0 1.52 1.52 0.11 0.13 0.00 0.00 0.00 0.00 03:29:08 02:40:01 vethbf92747 1.52 1.55 0.13 0.13 0.00 0.00 0.00 0.00 03:29:08 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:41:01 ens3 26.30 13.20 26.80 10.73 0.00 0.00 0.00 0.00 03:29:08 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:41:01 vethbf92747 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:41:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:42:01 vethfad3ac7 89.26 141.53 8.80 1241.46 0.00 0.00 0.00 0.10 03:29:08 02:42:01 ens3 1021.74 662.55 11912.14 82.02 0.00 0.00 0.00 0.00 03:29:08 02:42:01 veth3ff7326 0.40 3.35 0.03 0.26 0.00 0.00 0.00 0.00 03:29:08 02:42:01 docker0 578.48 873.01 47.92 8786.57 0.00 0.00 0.00 0.00 03:29:08 02:42:01 lo 1.65 1.65 0.15 0.15 0.00 0.00 0.00 0.00 03:29:08 02:42:01 veth243a76d 84.04 120.28 8.45 1239.89 0.00 0.00 0.00 0.10 03:29:08 02:42:01 veth825fcc3 84.90 128.92 8.52 1234.58 0.00 0.00 0.00 0.10 03:29:08 02:42:01 vethc032fbf 84.64 122.79 8.33 1215.44 0.00 0.00 0.00 0.10 03:29:08 02:42:01 veth415a8b0 84.82 121.49 8.23 1130.95 0.00 0.00 0.00 0.09 03:29:08 02:42:01 vethe912de3 86.52 127.88 8.64 1241.18 0.00 0.00 0.00 0.10 03:29:08 02:43:01 veth9f957f6 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 vethc282f4d 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 ens3 262.50 129.67 3157.57 16.26 0.00 0.00 0.00 0.00 03:29:08 02:43:01 veth3ff7326 0.12 0.70 0.01 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 vetha76d1b1 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 docker0 11.05 11.56 1.08 141.65 0.00 0.00 0.00 0.00 03:29:08 02:43:01 veth685b2a9 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 veth5388236 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 lo 0.93 0.93 0.10 0.10 0.00 0.00 0.00 0.00 03:29:08 02:43:01 vethfc51128 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 vetha325aa2 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 veth06fb11b 0.05 0.63 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 veth7e92f59 0.05 0.62 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 veth5f281ae 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 vethf2a6e4c 0.05 0.52 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:43:01 vethc7d1091 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth9f957f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 ens3 2.23 1.63 1.61 0.92 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth3ff7326 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 vetha76d1b1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth685b2a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth5388236 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:44:01 vethfc51128 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 vetha325aa2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth06fb11b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth7e92f59 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 veth5f281ae 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 vethf2a6e4c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:44:01 vethc7d1091 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 veth9f957f6 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 ens3 5.71 2.92 4.76 2.57 0.00 0.00 0.00 0.00 03:29:08 02:45:01 veth3ff7326 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 vetha76d1b1 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 veth685b2a9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 veth5388236 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 vethfc51128 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 vetha325aa2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 veth06fb11b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 veth7e92f59 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 vethf2a6e4c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:45:01 vethc7d1091 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:46:01 ens3 184.54 228.71 84.40 857.63 0.00 0.00 0.00 0.00 03:29:08 02:46:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:46:01 lo 14.60 14.60 1.43 1.43 0.00 0.00 0.00 0.00 03:29:08 02:47:01 ens3 408.72 411.53 194.18 2337.28 0.00 0.00 0.00 0.00 03:29:08 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:47:01 lo 38.66 38.66 3.79 3.79 0.00 0.00 0.00 0.00 03:29:08 02:48:01 ens3 209.10 231.43 100.12 1262.53 0.00 0.00 0.00 0.00 03:29:08 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:48:01 lo 16.20 16.20 1.58 1.58 0.00 0.00 0.00 0.00 03:29:08 02:49:01 ens3 2.27 1.50 3.81 0.69 0.00 0.00 0.00 0.00 03:29:08 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:50:01 ens3 5.73 5.22 3.69 4.87 0.00 0.00 0.00 0.00 03:29:08 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:50:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:29:08 02:51:01 ens3 1.68 1.40 0.93 1.13 0.00 0.00 0.00 0.00 03:29:08 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:52:01 ens3 0.20 0.17 0.10 0.09 0.00 0.00 0.00 0.00 03:29:08 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:53:01 ens3 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 03:29:08 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:54:01 ens3 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:55:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:56:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:57:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:58:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:29:08 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 02:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:00:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:01:01 ens3 0.90 0.33 0.41 0.21 0.00 0.00 0.00 0.00 03:29:08 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:02:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:03:01 ens3 0.28 0.25 0.14 0.08 0.00 0.00 0.00 0.00 03:29:08 03:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:04:01 ens3 0.80 0.48 0.30 0.23 0.00 0.00 0.00 0.00 03:29:08 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:05:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:06:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:08:01 ens3 0.32 0.28 0.14 0.08 0.00 0.00 0.00 0.00 03:29:08 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:09:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:09:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:09:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:11:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:12:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:13:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:29:08 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:14:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:15:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:16:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:17:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 03:29:08 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:18:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 03:29:08 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:19:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:20:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:21:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:23:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 03:29:08 03:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:24:01 ens3 0.23 0.22 0.12 0.01 0.00 0.00 0.00 0.00 03:29:08 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:25:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:26:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 03:29:08 03:27:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:29:08 03:28:01 ens3 94.80 52.99 2652.04 12.62 0.00 0.00 0.00 0.00 03:29:08 03:28:01 docker0 0.65 0.52 0.06 0.23 0.00 0.00 0.00 0.00 03:29:08 03:28:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 03:29:08 03:28:01 vethf996216 0.65 0.57 0.07 0.24 0.00 0.00 0.00 0.00 03:29:08 03:29:01 ens3 384.10 276.19 6673.89 155.92 0.00 0.00 0.00 0.00 03:29:08 03:29:01 docker0 72.02 100.68 6.44 888.24 0.00 0.00 0.00 0.00 03:29:08 03:29:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 03:29:08 Average: ens3 68.35 53.79 645.92 95.67 0.00 0.00 0.00 0.00 03:29:08 Average: docker0 24.46 32.20 1.98 286.02 0.00 0.00 0.00 0.00 03:29:08 Average: lo 1.58 1.58 0.15 0.15 0.00 0.00 0.00 0.00 03:29:08 03:29:08 03:29:08 ---> sar -P ALL: 03:29:08 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-8970) 09/17/25 _x86_64_ (8 CPU) 03:29:08 03:29:08 02:37:01 LINUX RESTART (8 CPU) 03:29:08 03:29:08 02:38:02 CPU %user %nice %system %iowait %steal %idle 03:29:08 02:39:01 all 26.29 0.00 6.70 1.04 0.10 65.87 03:29:08 02:39:01 0 26.06 0.00 5.47 0.22 0.09 68.15 03:29:08 02:39:01 1 26.43 0.00 8.32 0.62 0.10 64.53 03:29:08 02:39:01 2 28.72 0.00 6.70 0.55 0.10 63.93 03:29:08 02:39:01 3 26.24 0.00 7.21 0.85 0.10 65.59 03:29:08 02:39:01 4 25.55 0.00 6.63 1.47 0.10 66.24 03:29:08 02:39:01 5 27.86 0.00 7.04 0.57 0.10 64.43 03:29:08 02:39:01 6 24.52 0.00 5.31 1.34 0.10 68.74 03:29:08 02:39:01 7 24.94 0.00 6.90 2.70 0.10 65.35 03:29:08 02:40:01 all 37.62 0.00 6.54 0.35 0.10 55.39 03:29:08 02:40:01 0 37.88 0.00 7.74 0.00 0.12 54.26 03:29:08 02:40:01 1 37.89 0.00 6.77 2.56 0.10 52.68 03:29:08 02:40:01 2 38.58 0.00 6.18 0.08 0.10 55.06 03:29:08 02:40:01 3 39.57 0.00 6.55 0.00 0.08 53.79 03:29:08 02:40:01 4 36.61 0.00 6.54 0.02 0.10 56.73 03:29:08 02:40:01 5 33.22 0.00 5.89 0.00 0.08 60.81 03:29:08 02:40:01 6 37.77 0.00 6.54 0.00 0.08 55.60 03:29:08 02:40:01 7 39.49 0.00 6.10 0.12 0.10 54.18 03:29:08 02:41:01 all 63.67 0.00 7.85 0.09 0.11 28.28 03:29:08 02:41:01 0 62.85 0.00 7.67 0.00 0.10 29.38 03:29:08 02:41:01 1 63.96 0.00 7.80 0.15 0.12 27.97 03:29:08 02:41:01 2 63.66 0.00 8.17 0.08 0.12 27.97 03:29:08 02:41:01 3 65.05 0.00 8.17 0.00 0.12 26.66 03:29:08 02:41:01 4 63.53 0.00 7.79 0.40 0.10 28.17 03:29:08 02:41:01 5 62.42 0.00 7.65 0.07 0.10 29.77 03:29:08 02:41:01 6 63.97 0.00 7.84 0.00 0.12 28.08 03:29:08 02:41:01 7 63.91 0.00 7.70 0.02 0.10 28.27 03:29:08 02:42:01 all 28.19 0.00 20.22 7.92 0.38 43.29 03:29:08 02:42:01 0 27.32 0.00 20.27 7.10 0.40 44.90 03:29:08 02:42:01 1 27.70 0.00 21.43 8.61 0.39 41.86 03:29:08 02:42:01 2 28.83 0.00 20.54 8.64 0.40 41.58 03:29:08 02:42:01 3 29.54 0.00 18.99 6.54 0.37 44.57 03:29:08 02:42:01 4 27.28 0.00 21.82 11.76 0.39 38.75 03:29:08 02:42:01 5 28.34 0.00 19.01 6.64 0.37 45.65 03:29:08 02:42:01 6 28.69 0.00 19.98 5.56 0.37 45.41 03:29:08 02:42:01 7 27.80 0.00 19.72 8.49 0.39 43.60 03:29:08 02:43:01 all 48.63 0.00 20.04 5.76 0.44 25.14 03:29:08 02:43:01 0 47.60 0.00 22.51 2.74 0.49 26.66 03:29:08 02:43:01 1 48.28 0.00 17.19 7.26 0.34 26.93 03:29:08 02:43:01 2 49.63 0.00 16.33 6.72 0.30 27.02 03:29:08 02:43:01 3 49.13 0.00 21.28 2.80 0.55 26.24 03:29:08 02:43:01 4 48.11 0.00 21.51 6.88 0.45 23.05 03:29:08 02:43:01 5 47.95 0.00 20.33 1.96 0.38 29.38 03:29:08 02:43:01 6 48.93 0.00 20.54 9.78 0.49 20.27 03:29:08 02:43:01 7 49.40 0.00 20.59 7.94 0.50 21.57 03:29:08 02:44:01 all 87.14 0.00 12.65 0.00 0.22 0.00 03:29:08 02:44:01 0 89.62 0.00 10.18 0.00 0.20 0.00 03:29:08 02:44:01 1 86.37 0.00 13.40 0.00 0.23 0.00 03:29:08 02:44:01 2 87.27 0.00 12.51 0.00 0.22 0.00 03:29:08 02:44:01 3 87.17 0.00 12.61 0.00 0.22 0.00 03:29:08 02:44:01 4 86.94 0.00 12.83 0.00 0.23 0.00 03:29:08 02:44:01 5 87.24 0.00 12.55 0.00 0.22 0.00 03:29:08 02:44:01 6 86.60 0.00 13.20 0.00 0.20 0.00 03:29:08 02:44:01 7 85.87 0.00 13.91 0.00 0.22 0.00 03:29:08 02:45:01 all 89.88 0.00 9.96 0.00 0.16 0.00 03:29:08 02:45:01 0 90.57 0.00 9.26 0.00 0.17 0.00 03:29:08 02:45:01 1 89.77 0.00 10.08 0.00 0.15 0.00 03:29:08 02:45:01 2 89.62 0.00 10.23 0.00 0.15 0.00 03:29:08 02:45:01 3 89.67 0.00 10.18 0.00 0.15 0.00 03:29:08 02:45:01 4 91.30 0.00 8.53 0.00 0.17 0.00 03:29:08 02:45:01 5 89.65 0.00 10.18 0.00 0.17 0.00 03:29:08 02:45:01 6 89.57 0.00 10.26 0.00 0.17 0.00 03:29:08 02:45:01 7 88.91 0.00 10.94 0.00 0.15 0.00 03:29:08 02:46:01 all 46.51 0.00 6.60 0.72 0.10 46.07 03:29:08 02:46:01 0 49.61 0.00 5.70 0.53 0.12 44.04 03:29:08 02:46:01 1 45.54 0.00 6.82 0.82 0.10 46.72 03:29:08 02:46:01 2 45.89 0.00 6.99 0.72 0.10 46.30 03:29:08 02:46:01 3 48.41 0.00 6.33 0.35 0.10 44.82 03:29:08 02:46:01 4 43.95 0.00 6.64 1.07 0.10 48.24 03:29:08 02:46:01 5 45.50 0.00 7.98 0.52 0.10 45.90 03:29:08 02:46:01 6 46.14 0.00 6.18 1.36 0.10 46.22 03:29:08 02:46:01 7 47.08 0.00 6.17 0.37 0.10 46.28 03:29:08 02:47:01 all 10.17 0.00 0.97 0.09 0.06 88.71 03:29:08 02:47:01 0 11.40 0.00 1.19 0.28 0.07 87.06 03:29:08 02:47:01 1 8.15 0.00 0.95 0.00 0.05 90.85 03:29:08 02:47:01 2 13.38 0.00 0.99 0.08 0.07 85.48 03:29:08 02:47:01 3 8.84 0.00 0.89 0.02 0.07 90.19 03:29:08 02:47:01 4 11.66 0.00 1.07 0.17 0.07 87.03 03:29:08 02:47:01 5 9.58 0.00 0.92 0.02 0.05 89.43 03:29:08 02:47:01 6 6.61 0.00 0.76 0.08 0.03 92.51 03:29:08 02:47:01 7 11.69 0.00 1.02 0.07 0.07 87.15 03:29:08 02:48:01 all 5.48 0.00 0.50 0.05 0.04 93.92 03:29:08 02:48:01 0 4.62 0.00 0.47 0.00 0.03 94.88 03:29:08 02:48:01 1 9.38 0.00 0.60 0.15 0.05 89.82 03:29:08 02:48:01 2 7.26 0.00 0.47 0.10 0.03 92.14 03:29:08 02:48:01 3 4.75 0.00 0.62 0.02 0.05 94.57 03:29:08 02:48:01 4 2.42 0.00 0.33 0.08 0.02 97.15 03:29:08 02:48:01 5 3.51 0.00 0.43 0.02 0.03 96.01 03:29:08 02:48:01 6 7.45 0.00 0.67 0.03 0.05 91.80 03:29:08 02:48:01 7 4.51 0.00 0.43 0.02 0.03 95.01 03:29:08 02:49:01 all 0.34 0.00 0.02 0.00 0.01 99.63 03:29:08 02:49:01 0 0.08 0.00 0.02 0.00 0.02 99.88 03:29:08 02:49:01 1 0.10 0.00 0.05 0.02 0.02 99.82 03:29:08 02:49:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 02:49:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:29:08 02:49:01 5 2.17 0.00 0.00 0.00 0.02 97.82 03:29:08 02:49:01 6 0.12 0.00 0.02 0.00 0.02 99.85 03:29:08 02:49:01 7 0.17 0.00 0.02 0.02 0.02 99.78 03:29:08 03:29:08 02:49:01 CPU %user %nice %system %iowait %steal %idle 03:29:08 02:50:01 all 0.25 0.00 0.04 0.01 0.01 99.70 03:29:08 02:50:01 0 0.60 0.00 0.02 0.00 0.00 99.38 03:29:08 02:50:01 1 0.12 0.00 0.05 0.02 0.02 99.80 03:29:08 02:50:01 2 0.20 0.00 0.03 0.00 0.02 99.75 03:29:08 02:50:01 3 0.12 0.00 0.05 0.00 0.02 99.82 03:29:08 02:50:01 4 0.02 0.00 0.03 0.00 0.00 99.95 03:29:08 02:50:01 5 0.72 0.00 0.03 0.03 0.00 99.22 03:29:08 02:50:01 6 0.20 0.00 0.02 0.02 0.00 99.77 03:29:08 02:50:01 7 0.03 0.00 0.05 0.00 0.00 99.92 03:29:08 02:51:01 all 0.03 0.00 0.02 0.01 0.00 99.94 03:29:08 02:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:29:08 02:51:01 1 0.05 0.00 0.08 0.03 0.02 99.82 03:29:08 02:51:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 02:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 02:51:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:29:08 02:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 02:51:01 6 0.02 0.00 0.02 0.00 0.02 99.95 03:29:08 02:51:01 7 0.02 0.00 0.00 0.02 0.00 99.97 03:29:08 02:52:01 all 0.10 0.00 0.01 0.00 0.01 99.87 03:29:08 02:52:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:29:08 02:52:01 1 0.15 0.00 0.03 0.02 0.02 99.78 03:29:08 02:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 02:52:01 3 0.05 0.00 0.00 0.00 0.02 99.93 03:29:08 02:52:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 02:52:01 5 0.57 0.00 0.02 0.00 0.02 99.40 03:29:08 02:52:01 6 0.05 0.00 0.02 0.00 0.00 99.93 03:29:08 02:52:01 7 0.00 0.00 0.02 0.02 0.02 99.95 03:29:08 02:53:01 all 0.03 0.00 0.02 0.01 0.00 99.94 03:29:08 02:53:01 0 0.02 0.00 0.05 0.02 0.00 99.92 03:29:08 02:53:01 1 0.05 0.00 0.07 0.02 0.02 99.85 03:29:08 02:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 02:53:01 3 0.08 0.00 0.03 0.00 0.00 99.88 03:29:08 02:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 02:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 02:53:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 02:53:01 7 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 02:54:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:29:08 02:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 02:54:01 1 0.03 0.00 0.05 0.02 0.02 99.88 03:29:08 02:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 02:54:01 3 0.03 0.00 0.00 0.00 0.02 99.95 03:29:08 02:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 02:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 02:54:01 6 0.07 0.00 0.00 0.00 0.00 99.93 03:29:08 02:54:01 7 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 02:55:01 all 0.04 0.00 0.01 0.00 0.01 99.93 03:29:08 02:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 02:55:01 1 0.15 0.00 0.05 0.02 0.03 99.75 03:29:08 02:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 02:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 02:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 02:55:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 02:55:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 02:55:01 7 0.03 0.00 0.02 0.02 0.02 99.92 03:29:08 02:56:01 all 0.04 0.00 0.02 0.00 0.01 99.93 03:29:08 02:56:01 0 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 02:56:01 1 0.12 0.00 0.03 0.02 0.02 99.82 03:29:08 02:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 02:56:01 3 0.08 0.00 0.03 0.00 0.02 99.87 03:29:08 02:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 02:56:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 02:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 02:56:01 7 0.02 0.00 0.00 0.02 0.02 99.95 03:29:08 02:57:01 all 0.10 0.00 0.02 0.00 0.01 99.86 03:29:08 02:57:01 0 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 02:57:01 1 0.03 0.00 0.07 0.02 0.03 99.85 03:29:08 02:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 02:57:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 02:57:01 4 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 02:57:01 5 0.65 0.00 0.03 0.00 0.02 99.30 03:29:08 02:57:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 02:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 02:58:01 all 0.09 0.00 0.02 0.00 0.01 99.87 03:29:08 02:58:01 0 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 02:58:01 1 0.10 0.00 0.07 0.00 0.02 99.82 03:29:08 02:58:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 02:58:01 3 0.00 0.00 0.05 0.00 0.02 99.93 03:29:08 02:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 02:58:01 5 0.52 0.00 0.02 0.00 0.00 99.47 03:29:08 02:58:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 02:58:01 7 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 02:59:01 all 0.04 0.00 0.02 0.00 0.01 99.93 03:29:08 02:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 02:59:01 1 0.12 0.00 0.03 0.00 0.03 99.82 03:29:08 02:59:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 02:59:01 3 0.10 0.00 0.05 0.00 0.02 99.83 03:29:08 02:59:01 4 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 02:59:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:29:08 02:59:01 6 0.07 0.00 0.03 0.00 0.02 99.88 03:29:08 02:59:01 7 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:00:01 all 0.03 0.00 0.01 0.00 0.01 99.94 03:29:08 03:00:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 03:00:01 1 0.08 0.00 0.02 0.00 0.02 99.88 03:29:08 03:00:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:29:08 03:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 03:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 03:00:01 6 0.05 0.00 0.00 0.00 0.00 99.95 03:29:08 03:00:01 7 0.00 0.00 0.02 0.00 0.02 99.97 03:29:08 03:29:08 03:00:01 CPU %user %nice %system %iowait %steal %idle 03:29:08 03:01:01 all 0.06 0.00 0.01 0.00 0.01 99.92 03:29:08 03:01:01 0 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:01:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:29:08 03:01:01 2 0.00 0.00 0.00 0.02 0.02 99.97 03:29:08 03:01:01 3 0.32 0.00 0.03 0.00 0.02 99.63 03:29:08 03:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:01:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:01:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:01:01 7 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 03:02:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:29:08 03:02:01 0 0.10 0.00 0.02 0.00 0.02 99.87 03:29:08 03:02:01 1 0.08 0.00 0.00 0.00 0.02 99.90 03:29:08 03:02:01 2 0.02 0.00 0.02 0.02 0.00 99.95 03:29:08 03:02:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:02:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:29:08 03:02:01 5 0.08 0.00 0.02 0.00 0.00 99.90 03:29:08 03:02:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:29:08 03:02:01 7 0.00 0.00 0.03 0.02 0.00 99.95 03:29:08 03:03:01 all 0.04 0.00 0.01 0.00 0.01 99.94 03:29:08 03:03:01 0 0.07 0.00 0.02 0.00 0.03 99.88 03:29:08 03:03:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:29:08 03:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:03:01 3 0.07 0.00 0.00 0.00 0.02 99.92 03:29:08 03:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:03:01 5 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 03:03:01 6 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 03:03:01 7 0.02 0.00 0.02 0.02 0.02 99.93 03:29:08 03:04:01 all 0.05 0.00 0.02 0.00 0.01 99.91 03:29:08 03:04:01 0 0.13 0.00 0.07 0.00 0.02 99.78 03:29:08 03:04:01 1 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:04:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:04:01 3 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 03:04:01 4 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 03:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:04:01 6 0.13 0.00 0.02 0.00 0.00 99.85 03:29:08 03:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:05:01 all 0.07 0.00 0.02 0.00 0.00 99.91 03:29:08 03:05:01 0 0.08 0.00 0.07 0.00 0.02 99.83 03:29:08 03:05:01 1 0.05 0.00 0.00 0.00 0.00 99.95 03:29:08 03:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:05:01 3 0.35 0.00 0.03 0.00 0.02 99.60 03:29:08 03:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:05:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 03:05:01 7 0.00 0.00 0.03 0.00 0.00 99.97 03:29:08 03:06:01 all 0.17 0.00 0.02 0.00 0.01 99.78 03:29:08 03:06:01 0 0.10 0.00 0.05 0.00 0.03 99.82 03:29:08 03:06:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:06:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 03:06:01 3 1.14 0.00 0.07 0.00 0.00 98.79 03:29:08 03:06:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:06:01 5 0.00 0.00 0.02 0.00 0.02 99.97 03:29:08 03:06:01 6 0.05 0.00 0.02 0.00 0.00 99.93 03:29:08 03:06:01 7 0.02 0.00 0.00 0.02 0.02 99.95 03:29:08 03:07:01 all 0.02 0.00 0.02 0.00 0.01 99.95 03:29:08 03:07:01 0 0.08 0.00 0.07 0.00 0.02 99.83 03:29:08 03:07:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:29:08 03:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:07:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:07:01 6 0.00 0.00 0.02 0.00 0.02 99.97 03:29:08 03:07:01 7 0.00 0.00 0.03 0.02 0.00 99.95 03:29:08 03:08:01 all 0.05 0.00 0.02 0.00 0.01 99.92 03:29:08 03:08:01 0 0.10 0.00 0.03 0.00 0.02 99.85 03:29:08 03:08:01 1 0.05 0.00 0.05 0.00 0.02 99.88 03:29:08 03:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:08:01 3 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:08:01 4 0.05 0.00 0.03 0.00 0.02 99.90 03:29:08 03:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:08:01 6 0.08 0.00 0.00 0.00 0.00 99.92 03:29:08 03:08:01 7 0.02 0.00 0.00 0.02 0.02 99.95 03:29:08 03:09:02 all 0.04 0.00 0.02 0.00 0.01 99.93 03:29:08 03:09:02 0 0.02 0.00 0.02 0.00 0.02 99.95 03:29:08 03:09:02 1 0.05 0.00 0.00 0.00 0.00 99.95 03:29:08 03:09:02 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:09:02 3 0.13 0.00 0.05 0.00 0.02 99.80 03:29:08 03:09:02 4 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:09:02 5 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 03:09:02 6 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:09:02 7 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 03:10:01 all 0.29 0.00 0.01 0.00 0.01 99.69 03:29:08 03:10:01 0 0.05 0.00 0.00 0.00 0.00 99.95 03:29:08 03:10:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:10:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:10:01 3 2.04 0.00 0.00 0.00 0.02 97.95 03:29:08 03:10:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:29:08 03:10:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 03:10:01 6 0.07 0.00 0.02 0.00 0.00 99.92 03:29:08 03:10:01 7 0.07 0.00 0.00 0.02 0.03 99.88 03:29:08 03:11:01 all 0.27 0.00 0.02 0.00 0.01 99.70 03:29:08 03:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:11:01 1 0.03 0.00 0.05 0.00 0.02 99.90 03:29:08 03:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 03:11:01 3 1.97 0.00 0.02 0.00 0.02 98.00 03:29:08 03:11:01 4 0.05 0.00 0.00 0.00 0.02 99.93 03:29:08 03:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:11:01 6 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:11:01 7 0.02 0.00 0.07 0.00 0.02 99.90 03:29:08 03:29:08 03:11:01 CPU %user %nice %system %iowait %steal %idle 03:29:08 03:12:01 all 0.08 0.00 0.02 0.00 0.01 99.89 03:29:08 03:12:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:12:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:29:08 03:12:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:12:01 3 0.45 0.00 0.08 0.00 0.02 99.45 03:29:08 03:12:01 4 0.03 0.00 0.03 0.00 0.02 99.92 03:29:08 03:12:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:12:01 6 0.05 0.00 0.00 0.00 0.02 99.93 03:29:08 03:12:01 7 0.02 0.00 0.03 0.02 0.02 99.92 03:29:08 03:13:01 all 0.02 0.00 0.03 0.00 0.01 99.94 03:29:08 03:13:01 0 0.02 0.00 0.05 0.00 0.02 99.92 03:29:08 03:13:01 1 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:13:01 3 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:13:01 4 0.05 0.00 0.07 0.00 0.00 99.88 03:29:08 03:13:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:13:01 7 0.03 0.00 0.05 0.00 0.02 99.90 03:29:08 03:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:29:08 03:14:01 0 0.10 0.00 0.00 0.00 0.02 99.88 03:29:08 03:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 03:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:14:01 3 0.05 0.00 0.00 0.00 0.02 99.93 03:29:08 03:14:01 4 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:14:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:14:01 7 0.03 0.00 0.03 0.02 0.02 99.90 03:29:08 03:15:01 all 0.11 0.00 0.02 0.02 0.01 99.84 03:29:08 03:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 03:15:01 1 0.05 0.00 0.00 0.00 0.02 99.93 03:29:08 03:15:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:29:08 03:15:01 3 0.73 0.00 0.05 0.00 0.02 99.20 03:29:08 03:15:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:15:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:29:08 03:15:01 7 0.02 0.00 0.03 0.12 0.03 99.80 03:29:08 03:16:01 all 0.29 0.00 0.02 0.00 0.01 99.68 03:29:08 03:16:01 0 0.10 0.00 0.05 0.00 0.02 99.83 03:29:08 03:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:29:08 03:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:16:01 3 2.02 0.00 0.00 0.00 0.00 97.98 03:29:08 03:16:01 4 0.07 0.00 0.03 0.00 0.00 99.90 03:29:08 03:16:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:16:01 6 0.02 0.00 0.03 0.00 0.02 99.93 03:29:08 03:16:01 7 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:17:01 all 0.28 0.00 0.01 0.00 0.01 99.70 03:29:08 03:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:17:01 1 0.07 0.00 0.00 0.00 0.02 99.92 03:29:08 03:17:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:17:01 3 1.99 0.00 0.02 0.00 0.02 97.98 03:29:08 03:17:01 4 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:17:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:17:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 03:17:01 7 0.03 0.00 0.03 0.02 0.03 99.88 03:29:08 03:18:01 all 0.16 0.00 0.01 0.00 0.01 99.81 03:29:08 03:18:01 0 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:18:01 1 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:18:01 3 0.98 0.00 0.00 0.00 0.02 99.00 03:29:08 03:18:01 4 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:18:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:18:01 6 0.05 0.00 0.02 0.00 0.00 99.93 03:29:08 03:18:01 7 0.03 0.00 0.03 0.02 0.02 99.90 03:29:08 03:19:01 all 0.19 0.00 0.02 0.00 0.01 99.78 03:29:08 03:19:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:19:01 1 0.07 0.00 0.02 0.00 0.00 99.92 03:29:08 03:19:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:19:01 3 1.26 0.00 0.02 0.00 0.02 98.71 03:29:08 03:19:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:19:01 6 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:19:01 7 0.05 0.00 0.07 0.02 0.03 99.83 03:29:08 03:20:01 all 0.03 0.00 0.02 0.01 0.01 99.93 03:29:08 03:20:01 0 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:20:01 1 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:20:01 2 0.02 0.00 0.00 0.07 0.02 99.90 03:29:08 03:20:01 3 0.07 0.00 0.03 0.00 0.02 99.88 03:29:08 03:20:01 4 0.02 0.00 0.02 0.00 0.02 99.95 03:29:08 03:20:01 5 0.00 0.00 0.00 0.00 0.02 99.98 03:29:08 03:20:01 6 0.03 0.00 0.03 0.00 0.00 99.93 03:29:08 03:20:01 7 0.02 0.00 0.02 0.00 0.02 99.95 03:29:08 03:21:01 all 0.12 0.00 0.02 0.00 0.01 99.85 03:29:08 03:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:21:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:29:08 03:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:21:01 3 0.78 0.00 0.02 0.00 0.00 99.20 03:29:08 03:21:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:21:01 6 0.07 0.00 0.03 0.00 0.02 99.88 03:29:08 03:21:01 7 0.02 0.00 0.00 0.02 0.02 99.95 03:29:08 03:22:01 all 0.14 0.00 0.01 0.00 0.00 99.84 03:29:08 03:22:01 0 0.07 0.00 0.00 0.00 0.00 99.93 03:29:08 03:22:01 1 0.05 0.00 0.07 0.00 0.02 99.87 03:29:08 03:22:01 2 0.02 0.00 0.00 0.02 0.00 99.97 03:29:08 03:22:01 3 0.83 0.00 0.00 0.00 0.00 99.17 03:29:08 03:22:01 4 0.05 0.00 0.02 0.00 0.00 99.93 03:29:08 03:22:01 5 0.02 0.00 0.02 0.00 0.00 99.97 03:29:08 03:22:01 6 0.07 0.00 0.00 0.00 0.00 99.93 03:29:08 03:22:01 7 0.02 0.00 0.02 0.02 0.02 99.93 03:29:08 03:29:08 03:22:01 CPU %user %nice %system %iowait %steal %idle 03:29:08 03:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 03:29:08 03:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:23:01 1 0.08 0.00 0.00 0.00 0.00 99.92 03:29:08 03:23:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 03:23:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:23:01 4 0.05 0.00 0.02 0.00 0.02 99.92 03:29:08 03:23:01 5 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 03:29:08 03:23:01 7 0.03 0.00 0.03 0.02 0.02 99.90 03:29:08 03:24:01 all 0.03 0.00 0.00 0.00 0.01 99.95 03:29:08 03:24:01 0 0.03 0.00 0.00 0.00 0.02 99.95 03:29:08 03:24:01 1 0.10 0.00 0.02 0.00 0.03 99.85 03:29:08 03:24:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:24:01 3 0.07 0.00 0.02 0.00 0.02 99.90 03:29:08 03:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:25:01 all 0.02 0.00 0.01 0.00 0.01 99.95 03:29:08 03:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:25:01 1 0.05 0.00 0.05 0.00 0.03 99.87 03:29:08 03:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 03:29:08 03:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:25:01 4 0.03 0.00 0.00 0.00 0.02 99.95 03:29:08 03:25:01 5 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:25:01 6 0.02 0.00 0.03 0.00 0.00 99.95 03:29:08 03:25:01 7 0.02 0.00 0.00 0.02 0.02 99.95 03:29:08 03:26:01 all 0.07 0.00 0.02 0.00 0.00 99.91 03:29:08 03:26:01 0 0.00 0.00 0.03 0.00 0.00 99.97 03:29:08 03:26:01 1 0.05 0.00 0.05 0.00 0.02 99.88 03:29:08 03:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:26:01 3 0.40 0.00 0.00 0.00 0.02 99.58 03:29:08 03:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 03:29:08 03:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:26:01 6 0.07 0.00 0.00 0.00 0.00 99.93 03:29:08 03:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 03:29:08 03:27:01 all 0.05 0.00 0.01 0.00 0.01 99.92 03:29:08 03:27:01 0 0.02 0.00 0.00 0.00 0.00 99.98 03:29:08 03:27:01 1 0.12 0.00 0.03 0.00 0.03 99.82 03:29:08 03:27:01 2 0.00 0.00 0.02 0.02 0.00 99.97 03:29:08 03:27:01 3 0.23 0.00 0.02 0.00 0.00 99.75 03:29:08 03:27:01 4 0.03 0.00 0.02 0.00 0.02 99.93 03:29:08 03:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 03:29:08 03:27:01 6 0.02 0.00 0.00 0.00 0.02 99.97 03:29:08 03:27:01 7 0.00 0.00 0.02 0.02 0.02 99.95 03:29:08 03:28:01 all 2.10 0.00 0.89 0.20 0.02 96.79 03:29:08 03:28:01 0 2.18 0.00 0.97 0.02 0.02 96.82 03:29:08 03:28:01 1 1.95 0.00 1.14 0.17 0.03 96.71 03:29:08 03:28:01 2 1.95 0.00 1.02 0.27 0.02 96.74 03:29:08 03:28:01 3 1.56 0.00 0.40 0.00 0.02 98.02 03:29:08 03:28:01 4 1.94 0.00 1.12 0.02 0.02 96.90 03:29:08 03:28:01 5 2.42 0.00 0.63 0.00 0.02 96.93 03:29:08 03:28:01 6 2.04 0.00 0.70 0.00 0.02 97.24 03:29:08 03:28:01 7 2.78 0.00 1.12 1.14 0.02 94.94 03:29:08 03:29:01 all 9.95 0.00 4.02 0.54 0.07 85.41 03:29:08 03:29:01 0 10.87 0.00 3.97 0.05 0.08 85.03 03:29:08 03:29:01 1 11.47 0.00 5.61 0.88 0.08 81.96 03:29:08 03:29:01 2 10.67 0.00 4.18 0.22 0.07 84.87 03:29:08 03:29:01 3 9.76 0.00 3.62 0.03 0.07 86.52 03:29:08 03:29:01 4 8.99 0.00 3.01 0.05 0.08 87.86 03:29:08 03:29:01 5 10.30 0.00 3.73 0.05 0.07 85.85 03:29:08 03:29:01 6 8.13 0.00 3.36 0.24 0.05 88.22 03:29:08 03:29:01 7 9.41 0.00 4.72 2.80 0.07 83.00 03:29:08 Average: all 8.98 0.00 1.90 0.33 0.04 88.74 03:29:08 Average: 0 9.05 0.00 1.88 0.21 0.04 88.81 03:29:08 Average: 1 8.98 0.00 1.98 0.42 0.05 88.58 03:29:08 Average: 2 9.10 0.00 1.85 0.35 0.03 88.67 03:29:08 Average: 3 9.31 0.00 1.90 0.21 0.05 88.54 03:29:08 Average: 4 8.79 0.00 1.92 0.43 0.04 88.82 03:29:08 Average: 5 8.86 0.00 1.89 0.19 0.04 89.02 03:29:08 Average: 6 8.83 0.00 1.87 0.36 0.04 88.90 03:29:08 Average: 7 8.93 0.00 1.95 0.47 0.05 88.60 03:29:08 03:29:08 03:29:08