Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 941bb66238a204f12d036216aea2f59b186e8d62 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-ssh13360308177396885679.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh12570548079615833788.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh15557282945662925794.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh14338509794208684667.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-ssh7366925930803121333.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-5997 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/877 [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/877 # 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 941bb66238a204f12d036216aea2f59b186e8d62 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5217)" > 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 941bb66238a204f12d036216aea2f59b186e8d62 # timeout=10 > git rev-list --no-walk 04201409d208f35d5d62518ff10d2f6ac86fd973 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:21:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:21:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:21:44 ========================================================= 01:21:44 EdgeX Global Pipelines Version Info 01:21:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:21:45 ------------------- 01:21:45 stable info: 01:21:45 ------------------- 01:21:45 Commited By: Ginny Guan ginny@iotechsys.com 01:21:45 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:21:45 Message: update stable to v1.0.274 01:21:46 ------------------- 01:21:46 experimental info: 01:21:46 ------------------- 01:21:46 Commited By: **** collab-it+edgex@linuxfoundation.org 01:21:46 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:21:46 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 941bb66 [Pipeline] echo 01:21:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:21:46 provisioning config files... 01:21:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/877@tmp/config4541346183111595459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:21:47 ---> ****-login.sh 01:21:47 nexus3.edgexfoundry.org:10001 01:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:47 01:21:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:21:47 Configure a credential helper to remove this warning. See 01:21:47 https://docs.****.com/go/credential-store/ 01:21:47 01:21:47 Login Succeeded 01:21:47 nexus3.edgexfoundry.org:10002 01:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:47 01:21:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:21:47 Configure a credential helper to remove this warning. See 01:21:47 https://docs.****.com/go/credential-store/ 01:21:47 01:21:47 Login Succeeded 01:21:47 nexus3.edgexfoundry.org:10003 01:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:47 01:21:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:21:47 Configure a credential helper to remove this warning. See 01:21:47 https://docs.****.com/go/credential-store/ 01:21:47 01:21:47 Login Succeeded 01:21:47 nexus3.edgexfoundry.org:10004 01:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:47 01:21:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:21:47 Configure a credential helper to remove this warning. See 01:21:47 https://docs.****.com/go/credential-store/ 01:21:47 01:21:47 Login Succeeded 01:21:47 ****.io 01:21:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:47 01:21:47 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:21:47 Configure a credential helper to remove this warning. See 01:21:47 https://docs.****.com/go/credential-store/ 01:21:47 01:21:47 Login Succeeded 01:21:47 ---> ****-login.sh ends [Pipeline] } 01:21:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:21:48 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 01:21:48 + + dirname cmd/core-command/Dockerfile 01:21:48 cut -d/ -f2 01:21:48 + echo core-command,cmd/core-command/Dockerfile 01:21:48 + + cut -d/ -f2 01:21:48 dirname cmd/core-common-config-bootstrapper/Dockerfile 01:21:48 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:21:48 + dirname cmd/core-data/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo core-data,cmd/core-data/Dockerfile 01:21:48 + dirname cmd/core-keeper/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo core-keeper,cmd/core-keeper/Dockerfile 01:21:48 + dirname cmd/core-metadata/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo core-metadata,cmd/core-metadata/Dockerfile 01:21:48 + dirname cmd/security-bootstrapper/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:21:48 + dirname cmd/security-proxy-auth/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:21:48 + dirname cmd/security-proxy-setup/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:21:48 + dirname cmd/security-secretstore-setup/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:21:48 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:21:48 + dirname cmd/security-spire-agent/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:21:48 + dirname cmd/security-spire-config/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:21:48 + dirname cmd/security-spire-server/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:21:48 + dirname cmd/support-notifications/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo support-notifications,cmd/support-notifications/Dockerfile 01:21:48 + dirname cmd/support-scheduler/Dockerfile 01:21:48 + cut -d/ -f2 01:21:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:21:48 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:21:48 + git rev-list -1 --merges 941bb66238a204f12d036216aea2f59b186e8d62~1..941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] echo 01:21:48 -----------> git rev-list -1 --merges 941bb66238a204f12d036216aea2f59b186e8d62~1..941bb66238a204f12d036216aea2f59b186e8d62 941bb66238a204f12d036216aea2f59b186e8d62 [false] [Pipeline] sh 01:21:48 + git log --format=format:%s -1 941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] echo 01:21:48 ========================================================= 01:21:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:21:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:21:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:21:49 + grep -v github /etc/ssh/ssh_known_hosts 01:21:49 + [ -e /tmp/ssh_known_hosts ] 01:21:49 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:21:49 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:21:49 + sudo tee -a /etc/ssh/ssh_known_hosts 01:21:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:21:49 01:21:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:21:50 0.1.4: Pulling from edgex-devops/py-git-semver 01:21:50 3dae71ba6b94: Pulling fs layer 01:21:50 6bf1a483ea7c: Pulling fs layer 01:21:50 f5dfc541a4d3: Pulling fs layer 01:21:50 461d9e800cba: Pulling fs layer 01:21:50 80192f66455f: Pulling fs layer 01:21:50 2e8e34ca0e6c: Pulling fs layer 01:21:50 a29436f7fd5d: Pulling fs layer 01:21:50 923cac83aea3: Pulling fs layer 01:21:50 25ad8b0a4227: Pulling fs layer 01:21:50 db01528c6b51: Pulling fs layer 01:21:50 28988de357af: Pulling fs layer 01:21:50 80192f66455f: Waiting 01:21:50 2e8e34ca0e6c: Waiting 01:21:50 a29436f7fd5d: Waiting 01:21:50 db01528c6b51: Waiting 01:21:50 923cac83aea3: Waiting 01:21:50 461d9e800cba: Waiting 01:21:50 28988de357af: Waiting 01:21:50 25ad8b0a4227: Waiting 01:21:50 6bf1a483ea7c: Verifying Checksum 01:21:50 6bf1a483ea7c: Download complete 01:21:50 461d9e800cba: Verifying Checksum 01:21:50 461d9e800cba: Download complete 01:21:50 80192f66455f: Verifying Checksum 01:21:50 80192f66455f: Download complete 01:21:50 f5dfc541a4d3: Verifying Checksum 01:21:50 f5dfc541a4d3: Download complete 01:21:50 3dae71ba6b94: Download complete 01:21:50 923cac83aea3: Download complete 01:21:50 25ad8b0a4227: Verifying Checksum 01:21:50 25ad8b0a4227: Download complete 01:21:50 db01528c6b51: Verifying Checksum 01:21:50 db01528c6b51: Download complete 01:21:50 28988de357af: Verifying Checksum 01:21:50 28988de357af: Download complete 01:21:50 a29436f7fd5d: Verifying Checksum 01:21:50 a29436f7fd5d: Download complete 01:21:51 2e8e34ca0e6c: Verifying Checksum 01:21:51 2e8e34ca0e6c: Download complete 01:21:51 3dae71ba6b94: Pull complete 01:21:51 6bf1a483ea7c: Pull complete 01:21:52 f5dfc541a4d3: Pull complete 01:21:52 461d9e800cba: Pull complete 01:21:52 80192f66455f: Pull complete 01:21:57 2e8e34ca0e6c: Pull complete 01:21:58 a29436f7fd5d: Pull complete 01:21:58 923cac83aea3: Pull complete 01:21:58 25ad8b0a4227: Pull complete 01:21:58 db01528c6b51: Pull complete 01:21:58 28988de357af: Pull complete 01:21:58 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:21:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:21:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:21:58 prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container 01:21:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:22:00 $ docker top bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 -eo pid,comm 01:22:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:22:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:22:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:22:00 [ssh-agent] Looking for ssh-agent implementation... 01:22:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:22:00 $ docker exec bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent 01:22:00 SSH_AUTH_SOCK=/tmp/ssh-XfHWTDZHNkAt/agent.32 01:22:00 SSH_AGENT_PID=38 01:22:00 Running ssh-add (command line suppressed) 01:22:00 Identity added: /w/workspace/edgex-go/877@tmp/private_key_17289822553083681266.key (/w/workspace/edgex-go/877@tmp/private_key_17289822553083681266.key) 01:22:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:22:00 + git tag --points-at HEAD [Pipeline] } 01:22:00 $ docker exec --env ******** --env ******** bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent -k 01:22:00 unset SSH_AUTH_SOCK; 01:22:00 unset SSH_AGENT_PID; 01:22:00 echo Agent pid 38 killed; 01:22:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:22:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:22:01 [ssh-agent] Looking for ssh-agent implementation... 01:22:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:22:01 $ docker exec bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent 01:22:01 SSH_AUTH_SOCK=/tmp/ssh-zofZ3HIDBv3N/agent.71 01:22:01 SSH_AGENT_PID=77 01:22:01 Running ssh-add (command line suppressed) 01:22:01 Identity added: /w/workspace/edgex-go/877@tmp/private_key_14051309653389855562.key (/w/workspace/edgex-go/877@tmp/private_key_14051309653389855562.key) 01:22:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:22:01 + git semver init 01:22:01 2025-07-31 01:22:01,849 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:22:01 2025-07-31 01:22:01,852 [run_init] DEBUG init version:0.0.0 force:False 01:22:01 2025-07-31 01:22:01,853 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/877/.semver 01:22:01 2025-07-31 01:22:01,853 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/877/.semver 01:22:01 2025-07-31 01:22:01,853 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/877/.semver'], cwd=/w/workspace/edgex-go/877, stdin=None, shell=False, universal_newlines=False) 01:22:07 2025-07-31 01:22:06,164 [append_file] DEBUG append to file:/w/workspace/edgex-go/877/.git/info/exclude 01:22:07 2025-07-31 01:22:06,164 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/877/.semver/main with force:False 01:22:07 2025-07-31 01:22:06,165 [read_version] DEBUG read version from /w/workspace/edgex-go/877/.semver/main 01:22:07 2025-07-31 01:22:06,165 [read_version] DEBUG read version from /w/workspace/edgex-go/877/.semver/main 01:22:07 4.1.0-dev.42 [Pipeline] } 01:22:07 $ docker exec --env ******** --env ******** bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 ssh-agent -k 01:22:07 unset SSH_AUTH_SOCK; 01:22:07 unset SSH_AGENT_PID; 01:22:07 echo Agent pid 77 killed; 01:22:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:22:07 + git semver [Pipeline] } 01:22:07 $ docker stop --time=1 bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 01:22:09 $ docker rm -f --volumes bdba116d3f29e62fd50be0be81e5b21420bfd831ab3562d340501a1d978c9884 [Pipeline] // withDockerContainer [Pipeline] sh 01:22:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:22:09 Stashed 1 file(s) [Pipeline] echo 01:22:09 [edgeXSemver]: initialized semver on version 4.1.0-dev.42 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:22:10 + git config --global --add safe.directory /w/workspace/edgex-go/877 [Pipeline] echo 01:22:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:22:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:22:10 ========================================================= 01:22:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:22:10 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:22:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:22:10 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 01:22:10 0a9a5dfd008f: Pulling fs layer 01:22:10 36466aa92d05: Pulling fs layer 01:22:10 e10405b45d13: Pulling fs layer 01:22:10 096b7ceb2af7: Pulling fs layer 01:22:10 4f4fb700ef54: Pulling fs layer 01:22:10 8213a616a21b: Pulling fs layer 01:22:10 985586143405: Pulling fs layer 01:22:10 0eae2285b678: Pulling fs layer 01:22:10 d3ac315be8c5: Pulling fs layer 01:22:10 096b7ceb2af7: Waiting 01:22:10 4f4fb700ef54: Waiting 01:22:10 8213a616a21b: Waiting 01:22:10 985586143405: Waiting 01:22:10 0eae2285b678: Waiting 01:22:10 d3ac315be8c5: Waiting 01:22:10 36466aa92d05: Verifying Checksum 01:22:10 36466aa92d05: Download complete 01:22:10 096b7ceb2af7: Verifying Checksum 01:22:10 096b7ceb2af7: Download complete 01:22:10 4f4fb700ef54: Verifying Checksum 01:22:10 4f4fb700ef54: Download complete 01:22:10 8213a616a21b: Download complete 01:22:10 0a9a5dfd008f: Download complete 01:22:10 985586143405: Verifying Checksum 01:22:10 985586143405: Download complete 01:22:10 0a9a5dfd008f: Pull complete 01:22:10 d3ac315be8c5: Verifying Checksum 01:22:10 d3ac315be8c5: Download complete 01:22:10 36466aa92d05: Pull complete 01:22:11 e10405b45d13: Verifying Checksum 01:22:11 e10405b45d13: Download complete 01:22:11 0eae2285b678: Verifying Checksum 01:22:11 0eae2285b678: Download complete 01:22:15 e10405b45d13: Pull complete 01:22:15 096b7ceb2af7: Pull complete 01:22:15 4f4fb700ef54: Pull complete 01:22:15 8213a616a21b: Pull complete 01:22:15 985586143405: Pull complete 01:22:19 0eae2285b678: Pull complete 01:22:19 d3ac315be8c5: Pull complete 01:22:19 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 01:22:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:22:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:22:19 + docker+ build -t ci-base-image-x86_64 -fecho - FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:22:19 WORKDIR /edgex 01:22:19 COPY go.mod . 01:22:19 RUN go mod download . 01:22:19 01:22:20 #0 building with "default" instance using docker driver 01:22:20 01:22:20 #1 [internal] load build definition from Dockerfile 01:22:20 #1 transferring dockerfile: 164B done 01:22:20 #1 DONE 0.0s 01:22:20 01:22:20 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:22:20 #2 DONE 0.0s 01:22:20 01:22:20 #3 [internal] load .dockerignore 01:22:20 #3 transferring context: 01:22:20 #3 transferring context: 50B done 01:22:20 #3 DONE 0.1s 01:22:20 01:22:20 #4 [internal] load build context 01:22:20 #4 transferring context: 6.51kB done 01:22:20 #4 DONE 0.0s 01:22:20 01:22:20 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:22:20 #5 DONE 0.1s 01:22:20 01:22:20 #6 [2/4] WORKDIR /edgex 01:22:21 #6 DONE 1.6s 01:22:22 01:22:22 #7 [3/4] COPY go.mod . 01:22:22 #7 DONE 0.0s 01:22:22 01:22:22 #8 [4/4] RUN go mod download 01:22:24 Still waiting to schedule task 01:22:24 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5992’ 01:22:40 #8 DONE 16.0s 01:22:40 01:22:40 #9 exporting to image 01:22:40 #9 exporting layers 01:22:41 #9 exporting layers 3.5s done 01:22:41 #9 writing image sha256:665200293299d45a2d1630957979e0ddcb1468dcbba1ec5fc616c9eb7fd6d5ce done 01:22:41 #9 naming to docker.io/library/ci-base-image-x86_64 done 01:22:41 #9 DONE 3.5s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:41 + docker inspect -f . ci-base-image-x86_64 01:22:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:22:41 prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container 01:22:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:22:42 $ docker top 02eec612f01314f722b7d9eb03b079d145a58d1f53951e86f1d1b0be2f0ce4e0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:22:42 + go version 01:22:42 go version go1.23.9 linux/amd64 [Pipeline] } 01:22:42 $ docker stop --time=1 02eec612f01314f722b7d9eb03b079d145a58d1f53951e86f1d1b0be2f0ce4e0 01:22:43 $ docker rm -f --volumes 02eec612f01314f722b7d9eb03b079d145a58d1f53951e86f1d1b0be2f0ce4e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:22:44 + docker inspect -f . ci-base-image-x86_64 01:22:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:22:44 prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container 01:22:44 $ 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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:22:44 $ docker top b3ab9f5f080cedb5262cebc36a94b66161ec24b6c6e700525603e34e287b4014 -eo pid,comm [Pipeline] { [Pipeline] echo 01:22:44 ========================================================= 01:22:44 [edgeXBuildGoParallel] Running Tests and Build... 01:22:44 ========================================================= [Pipeline] sh 01:22:45 + git config --global --add safe.directory /w/workspace/edgex-go/877 [Pipeline] fileExists [Pipeline] sh 01:22:45 + make test 01:22:45 go test -race -coverprofile=coverage.out ./... 01:22:53 ? github.com/edgexfoundry/edgex-go [no test files] 01:23:15 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 01:23:15 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 01:23:15 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 01:23:15 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 01:23:15 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 01:23:16 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 01:23:16 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 01:23:16 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 01:23:16 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 01:23:16 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 01:23:17 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 01:23:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:23:17 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 01:23:17 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 01:23:17 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 01:23:17 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 01:23:17 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 01:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 42.3% of statements 01:23:18 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 01:23:18 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 01:23:18 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 01:23:18 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 01:23:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.033s coverage: 97.0% of statements 01:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 01:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 01:23:19 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 01:23:19 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 01:23:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 01:23:21 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 01:23:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 01:23:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 01:23:21 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:23:21 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 01:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.047s coverage: 69.4% of statements 01:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.022s coverage: 3.5% of statements 01:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.071s coverage: 46.3% of statements 01:23:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 01:23:22 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 01:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.202s coverage: 93.4% of statements 01:23:22 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.045s coverage: 92.4% of statements 01:23:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 8.4% of statements 01:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 01:23:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 01:23:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:23:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 01:23:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 01:23:24 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.322s coverage: 95.8% of statements 01:23:25 ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements 01:23:25 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 01:23:25 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 01:23:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 01:23:25 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 01:23:25 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 01:23:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.037s coverage: 0.0% of statements [no tests to run] 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.057s coverage: 1.0% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.027s coverage: 38.1% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.016s coverage: 81.1% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.016s coverage: 40.0% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.019s coverage: 87.1% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements 01:23:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 01:23:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 01:23:27 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 01:23:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.037s coverage: 96.3% of statements 01:23:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:23:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 01:23:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 01:23:28 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 01:23:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.032s coverage: 87.5% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 01:23:29 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 01:23:30 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 01:23:30 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 01:23:30 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 01:23:32 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 01:23:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:23:33 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 01:23:34 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 01:23:34 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 01:23:34 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 01:23:37 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 01:23:38 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 01:23:38 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 01:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 01:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 01:23:38 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:23:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 01:23:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 01:23:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 01:23:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:23:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 01:23:40 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 01:23:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements 01:23:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 01:23:41 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 01:23:41 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 01:23:41 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 01:23:41 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 01:23:41 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 01:23:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 01:23:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 01:23:43 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 01:23:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 01:23:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 01:23:45 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.059s coverage: 92.9% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.022s coverage: 68.8% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.029s coverage: 47.4% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 15.5% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.022s coverage: 100.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.070s coverage: 81.8% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.075s coverage: 82.1% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.041s coverage: 6.8% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.044s coverage: 100.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.156s coverage: 54.5% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.018s coverage: 100.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.019s coverage: 73.7% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.018s coverage: 100.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.025s coverage: 88.6% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.032s coverage: 96.8% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.018s coverage: 100.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.149s coverage: 29.2% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.022s coverage: 93.8% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.015s coverage: 3.1% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.019s coverage: 76.2% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.022s coverage: 54.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.058s coverage: 17.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.126s coverage: 94.9% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.026s coverage: 9.0% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 97.7% of statements 01:23:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.024s coverage: 43.6% of statements 01:23:51 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 01:23:51 running golangci-lint 01:23:51 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 01:23:51 go version go1.23.9 linux/amd64 01:23:51 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 01:23:51 level=info msg="[config_reader] Used config file .golangci.yml" 01:23:51 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 01:24:13 level=info msg="[loader] Go packages loading at mode 575 (name|compiled_files|deps|imports|exports_file|files|types_sizes) took 21.260135548s" 01:24:13 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.963202ms" 01:24:26 level=info msg="[linters_context/goanalysis] analyzers took 1m42.424953176s with top 10 stages: buildir: 52.546679606s, gosec: 3.37411427s, inspect: 2.885615329s, fact_deprecated: 2.584699649s, printf: 1.899999665s, S1038: 1.493801454s, fact_purity: 1.306323831s, ctrlflow: 1.299213754s, nilness: 1.059951152s, ineffassign: 817.439262ms" 01:24:26 level=info msg="[runner] Issues before processing: 202, after processing: 0" 01:24:26 level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 202/202, invalid_issue: 202/202, skip_files: 202/202, nolint: 20/0, skip_dirs: 202/202, exclude-rules: 202/20, path_prettifier: 202/202, identifier_marker: 202/202, cgo: 202/202, autogenerated_exclude: 202/202, exclude: 202/202" 01:24:26 level=info msg="[runner] processing took 14.158802ms with stages: nolint: 7.13901ms, identifier_marker: 3.620477ms, exclude-rules: 1.138075ms, autogenerated_exclude: 1.03184ms, path_prettifier: 752.523µs, skip_dirs: 431.635µs, invalid_issue: 16.851µs, cgo: 16.011µs, filename_unadjuster: 8.12µs, max_same_issues: 1.39µs, uniq_by_line: 610ns, fixer: 360ns, skip_files: 310ns, sort_results: 260ns, exclude: 260ns, path_shortener: 230ns, source_code: 200ns, max_from_linter: 150ns, diff: 150ns, path_prefixer: 130ns, max_per_file_from_linter: 110ns, severity-rules: 100ns" 01:24:26 level=info msg="[runner] linters took 11.179521648s with stages: goanalysis_metalinter: 11.16523689s" 01:24:26 level=info msg="File cache stats: 0 entries of total size 0B" 01:24:26 level=info msg="Memory: 325 samples, avg is 296.0MB, max is 1360.0MB" 01:24:26 level=info msg="Execution took 32.484211932s" 01:24:26 go vet ./... 01:24:31 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:24:31 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:24:31 ./bin/test-attribution-txt.sh 01:24:31 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 01:24:31 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 01:24:31 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 01:24:31 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 01:24:31 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 01:24:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 01:24:31 + ls -al . 01:24:31 total 1996 01:24:31 drwxrwxr-x 11 1001 1001 4096 Jul 31 01:22 . 01:24:31 drwxr-xr-x 4 root root 4096 Jul 31 01:22 .. 01:24:31 drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 .blubracket 01:24:31 -rw-rw-r-- 1 1001 1001 10 Jul 31 01:21 .dockerignore 01:24:31 drwxrwxr-x 8 1001 1001 4096 Jul 31 01:23 .git 01:24:31 drwxrwxr-x 3 1001 1001 4096 Jul 31 01:21 .github 01:24:31 -rw-rw-r-- 1 1001 1001 909 Jul 31 01:21 .gitignore 01:24:31 -rw-rw-r-- 1 1001 1001 218 Jul 31 01:21 .golangci.yml 01:24:31 -rw-rw-r-- 1 1001 1001 100 Jul 31 01:21 .hadolint.yml 01:24:31 drwxr-xr-x 3 1001 1001 4096 Jul 31 01:22 .semver 01:24:31 -rw-rw-r-- 1 1001 1001 155 Jul 31 01:21 .sonarcloud.properties 01:24:31 -rw-rw-r-- 1 1001 1001 1171 Jul 31 01:21 ADOPTERS.md 01:24:31 -rw-rw-r-- 1 1001 1001 17374 Jul 31 01:21 Attribution.txt 01:24:31 -rw-rw-r-- 1 1001 1001 108018 Jul 31 01:21 CHANGELOG.md 01:24:31 -rw-rw-r-- 1 1001 1001 3804 Jul 31 01:21 CONTRIBUTING.md 01:24:31 -rw-rw-r-- 1 1001 1001 677 Jul 31 01:21 GOVERNANCE.md 01:24:31 -rw-rw-r-- 1 1001 1001 858 Jul 31 01:21 Jenkinsfile 01:24:31 -rw-rw-r-- 1 1001 1001 10775 Jul 31 01:21 LICENSE 01:24:31 -rw-rw-r-- 1 1001 1001 16740 Jul 31 01:21 Makefile 01:24:31 -rw-rw-r-- 1 1001 1001 582 Jul 31 01:21 OWNERS.md 01:24:31 -rw-rw-r-- 1 1001 1001 9932 Jul 31 01:21 README.md 01:24:31 -rw-rw-r-- 1 1001 1001 789 Jul 31 01:21 SECURITY.md 01:24:31 -rw-rw-r-- 1 1001 1001 12 Jul 31 01:22 VERSION 01:24:31 drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 bin 01:24:31 drwxrwxr-x 19 1001 1001 4096 Jul 31 01:21 cmd 01:24:31 -rw-r--r-- 1 root root 1666030 Jul 31 01:23 coverage.out 01:24:31 drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 fuzz_test 01:24:31 -rw-rw-r-- 1 1001 1001 6476 Jul 31 01:21 go.mod 01:24:31 -rw-rw-r-- 1 1001 1001 88362 Jul 31 01:21 go.sum 01:24:31 drwxrwxr-x 7 1001 1001 4096 Jul 31 01:21 internal 01:24:31 drwxrwxr-x 2 1001 1001 4096 Jul 31 01:21 openapi 01:24:31 -rw-rw-r-- 1 1001 1001 584 Jul 31 01:21 security.txt 01:24:31 -rw-rw-r-- 1 1001 1001 204 Jul 31 01:21 version.go [Pipeline] sh 01:24:31 + '[' -e coverage.out ] 01:24:31 + chown 1001:1001 coverage.out [Pipeline] stash 01:24:32 Stashed 1 file(s) [Pipeline] sh 01:24:32 + make build 01:24:32 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:24:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:24:54 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:24:55 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:24:56 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:24:57 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:25:02 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:25:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:25:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:25:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:25:09 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 01:25:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:25:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 01:25:13 $ docker stop --time=1 b3ab9f5f080cedb5262cebc36a94b66161ec24b6c6e700525603e34e287b4014 01:25:16 $ docker rm -f --volumes b3ab9f5f080cedb5262cebc36a94b66161ec24b6c6e700525603e34e287b4014 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:25:17 01:25:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:25:17 latest: Pulling from edgex-devops/edgex-compose 01:25:17 91d30c5bc195: Pulling fs layer 01:25:17 2e9b0aa3be6d: Pulling fs layer 01:25:17 9c61dcf015f6: Pulling fs layer 01:25:17 4698f68db338: Pulling fs layer 01:25:17 2a2f49069b9e: Pulling fs layer 01:25:17 e0025b399a48: Pulling fs layer 01:25:17 4698f68db338: Waiting 01:25:17 2a2f49069b9e: Waiting 01:25:17 e0025b399a48: Waiting 01:25:17 91d30c5bc195: Verifying Checksum 01:25:17 91d30c5bc195: Download complete 01:25:17 4698f68db338: Verifying Checksum 01:25:17 4698f68db338: Download complete 01:25:18 2e9b0aa3be6d: Verifying Checksum 01:25:18 2e9b0aa3be6d: Download complete 01:25:18 91d30c5bc195: Pull complete 01:25:18 e0025b399a48: Verifying Checksum 01:25:18 e0025b399a48: Download complete 01:25:18 2a2f49069b9e: Verifying Checksum 01:25:18 2a2f49069b9e: Download complete 01:25:18 2e9b0aa3be6d: Pull complete 01:25:18 9c61dcf015f6: Verifying Checksum 01:25:18 9c61dcf015f6: Download complete 01:25:22 9c61dcf015f6: Pull complete 01:25:22 4698f68db338: Pull complete 01:25:22 2a2f49069b9e: Pull complete 01:25:22 e0025b399a48: Pull complete 01:25:22 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 01:25:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:25:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:25:22 prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container 01:25:22 $ 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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:25:23 $ docker top 6b1460cd8b5a4db6994058b22e0bf70521088a457a90c1ecebd382b12625aab9 -eo pid,comm [Pipeline] { [Pipeline] sh 01:25:24 + docker compose -f ./docker-compose-build.yml build --parallel 01:25:24 #1 [security-spire-agent internal] load build definition from Dockerfile 01:25:24 #1 transferring dockerfile: 1.81kB done 01:25:24 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:25:24 #1 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 01:25:24 #1 DONE 0.1s 01:25:24 01:25:24 #2 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:25:24 #2 ... 01:25:24 01:25:24 #3 [security-proxy-setup internal] load build definition from Dockerfile 01:25:24 #3 transferring dockerfile: 2.50kB done 01:25:24 #3 DONE 0.1s 01:25:24 01:25:24 #4 [security-bootstrapper internal] load build definition from Dockerfile 01:25:24 #4 transferring dockerfile: 3.02kB done 01:25:24 #4 DONE 0.1s 01:25:24 01:25:24 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 01:25:24 #5 transferring dockerfile: 1.89kB done 01:25:24 #5 DONE 0.2s 01:25:24 01:25:24 #6 [support-notifications internal] load build definition from Dockerfile 01:25:24 #6 transferring dockerfile: 2.00kB done 01:25:24 #6 DONE 0.2s 01:25:24 01:25:24 #7 [core-common-config-bootstrapper internal] load build definition from Dockerfile 01:25:24 #7 transferring dockerfile: 2.23kB done 01:25:24 #7 DONE 0.2s 01:25:24 01:25:24 #8 [security-spire-config internal] load build definition from Dockerfile 01:25:24 #8 transferring dockerfile: 1.69kB done 01:25:24 #8 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:25:24 #8 DONE 0.2s 01:25:24 01:25:24 #9 [core-data internal] load build definition from Dockerfile 01:25:24 #9 transferring dockerfile: 2.04kB done 01:25:24 #9 DONE 0.2s 01:25:24 01:25:24 #10 [core-metadata internal] load build definition from Dockerfile 01:25:24 #10 transferring dockerfile: 2.10kB done 01:25:24 #10 DONE 0.2s 01:25:24 01:25:24 #11 [core-command internal] load build definition from Dockerfile 01:25:24 #11 transferring dockerfile: 1.94kB done 01:25:24 #11 DONE 0.2s 01:25:24 01:25:24 #12 [security-spire-server internal] load build definition from Dockerfile 01:25:24 #12 transferring dockerfile: 1.70kB done 01:25:24 #12 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 01:25:24 #12 DONE 0.2s 01:25:24 01:25:24 #13 [support-scheduler internal] load build definition from Dockerfile 01:25:24 #13 transferring dockerfile: 1.83kB done 01:25:24 #13 DONE 0.2s 01:25:24 01:25:24 #14 [security-secretstore-setup internal] load build definition from Dockerfile 01:25:24 #14 transferring dockerfile: 2.49kB done 01:25:24 #14 DONE 0.2s 01:25:24 01:25:24 #15 [security-proxy-auth internal] load build definition from Dockerfile 01:25:24 #15 transferring dockerfile: 2.14kB done 01:25:24 #15 DONE 0.2s 01:25:24 01:25:24 #16 [core-keeper internal] load build definition from Dockerfile 01:25:24 #16 transferring dockerfile: 2.01kB done 01:25:24 #16 DONE 0.2s 01:25:24 01:25:24 #17 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:25:24 #17 DONE 0.0s 01:25:24 01:25:24 #18 [security-proxy-setup internal] load .dockerignore 01:25:24 #18 transferring context: 50B done 01:25:24 #18 DONE 0.1s 01:25:24 01:25:24 #19 [security-proxy-setup stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:24 #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:24 #19 ... 01:25:24 01:25:24 #20 [security-bootstrapper internal] load .dockerignore 01:25:24 #20 transferring context: 50B done 01:25:24 #20 DONE 0.1s 01:25:24 01:25:24 #21 [security-spiffe-token-provider internal] load .dockerignore 01:25:24 #21 transferring context: 50B done 01:25:24 #21 DONE 0.1s 01:25:24 01:25:24 #22 [core-common-config-bootstrapper internal] load .dockerignore 01:25:24 #22 transferring context: 50B done 01:25:24 #22 DONE 0.1s 01:25:24 01:25:24 #23 [support-notifications internal] load .dockerignore 01:25:24 #23 transferring context: 50B done 01:25:24 #23 DONE 0.1s 01:25:24 01:25:24 #24 [core-keeper internal] load metadata for docker.io/library/alpine:3.20 01:25:24 #24 DONE 0.2s 01:25:24 01:25:24 #25 [core-metadata internal] load .dockerignore 01:25:24 #25 transferring context: 50B done 01:25:24 #25 DONE 0.1s 01:25:24 01:25:24 #26 [security-proxy-auth internal] load .dockerignore 01:25:24 #26 transferring context: 50B done 01:25:24 #26 DONE 0.1s 01:25:24 01:25:24 #27 [core-data internal] load .dockerignore 01:25:24 #27 transferring context: 50B done 01:25:24 #27 DONE 0.1s 01:25:24 01:25:24 #28 [security-secretstore-setup internal] load .dockerignore 01:25:24 #28 transferring context: 50B done 01:25:24 #28 DONE 0.1s 01:25:24 01:25:24 #29 [security-proxy-auth internal] load build context 01:25:24 #29 DONE 0.0s 01:25:24 01:25:24 #19 [security-proxy-auth stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:24 #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:25:25 #19 ... 01:25:25 01:25:25 #30 [support-scheduler internal] load .dockerignore 01:25:25 #30 transferring context: 50B done 01:25:25 #30 DONE 0.1s 01:25:25 01:25:25 #31 [core-command internal] load .dockerignore 01:25:25 #31 transferring context: 50B done 01:25:25 #31 DONE 0.2s 01:25:25 01:25:25 #19 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:25 #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:25:25 #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 01:25:25 #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:25:25 #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:25:25 #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:25:25 #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:25:25 #19 ... 01:25:25 01:25:25 #32 [core-keeper internal] load .dockerignore 01:25:25 #32 transferring context: 50B done 01:25:25 #32 DONE 0.3s 01:25:25 01:25:25 #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:25:25 #33 DONE 0.4s 01:25:25 01:25:25 #19 [core-keeper stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:25 #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:25:25 #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:25:25 #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:25:25 #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:25:25 #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:25:25 #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:25:26 #19 ... 01:25:26 01:25:26 #34 [core-metadata builder 2/7] WORKDIR /edgex-go 01:25:26 #34 DONE 1.6s 01:25:26 01:25:26 #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:25:26 #35 ... 01:25:26 01:25:26 #19 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:26 #19 DONE 2.2s 01:25:26 01:25:26 #36 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:25:27 #36 ... 01:25:27 01:25:27 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 01:25:27 #37 DONE 2.8s 01:25:27 01:25:27 #2 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 01:25:27 #2 DONE 2.9s 01:25:27 01:25:27 #38 [security-spire-config internal] load .dockerignore 01:25:27 #38 transferring context: 50B 0.0s done 01:25:27 #38 DONE 0.1s 01:25:27 01:25:27 #19 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:27 #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:25:27 #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:25:27 #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:25:27 #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:25:27 #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:25:27 #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:25:27 #19 DONE 2.2s 01:25:27 01:25:27 #39 [security-spire-agent internal] load .dockerignore 01:25:27 #39 transferring context: 50B 0.0s done 01:25:27 #39 DONE 0.2s 01:25:27 01:25:27 #40 [security-spire-server internal] load .dockerignore 01:25:27 #40 transferring context: 50B 0.0s done 01:25:27 #40 DONE 0.2s 01:25:27 01:25:27 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:25:27 #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:25:27 #41 ... 01:25:27 01:25:27 #19 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:25:27 #19 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 01:25:27 #19 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.3s done 01:25:27 #19 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:25:27 #19 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:25:27 #19 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:25:27 #19 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:25:27 #19 DONE 2.2s 01:25:27 01:25:27 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:25:27 #41 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 01:25:27 #41 ... 01:25:27 01:25:27 #42 [security-spire-server internal] load build context 01:25:27 #42 transferring context: 23.80kB 0.0s done 01:25:27 #42 DONE 0.1s 01:25:27 01:25:27 #43 [security-spire-config internal] load build context 01:25:27 #43 transferring context: 22.05kB 0.1s done 01:25:27 #43 DONE 0.2s 01:25:27 01:25:27 #44 [security-spire-agent internal] load build context 01:25:27 #44 transferring context: 23.33kB 0.0s done 01:25:27 #44 DONE 0.1s 01:25:27 01:25:27 #41 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:25:27 #41 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 01:25:27 #41 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 01:25:27 #41 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 01:25:27 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 01:25:27 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 01:25:27 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 01:25:27 #41 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 01:25:27 #41 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 01:25:27 #41 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.1s done 01:25:27 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.2s 01:25:27 #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 01:25:28 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 4.19MB / 36.47MB 0.3s 01:25:28 #41 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 01:25:28 #41 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 01:25:28 #41 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 done 01:25:28 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 6.29MB / 36.47MB 0.5s 01:25:28 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 12.58MB / 36.47MB 0.6s 01:25:28 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.83MB / 36.47MB 0.9s 01:25:28 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.0s 01:25:29 #41 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.6s done 01:25:31 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 01:25:34 #41 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 3.1s done 01:25:34 #41 ... 01:25:34 01:25:34 #45 [security-spiffe-token-provider internal] load build context 01:25:34 #45 transferring context: 343.38MB 9.7s 01:25:34 #45 ... 01:25:34 01:25:34 #46 [core-metadata internal] load build context 01:25:34 #46 ... 01:25:34 01:25:34 #47 [core-command internal] load build context 01:25:34 #47 ... 01:25:34 01:25:34 #48 [core-common-config-bootstrapper internal] load build context 01:25:35 #48 ... 01:25:35 01:25:35 #49 [security-secretstore-setup internal] load build context 01:25:35 #49 ... 01:25:35 01:25:35 #50 [security-bootstrapper internal] load build context 01:25:35 #50 ... 01:25:35 01:25:35 #29 [security-proxy-auth internal] load build context 01:25:35 #29 ... 01:25:35 01:25:35 #51 [core-keeper internal] load build context 01:25:35 #51 ... 01:25:35 01:25:35 #52 [security-proxy-setup internal] load build context 01:25:35 #52 ... 01:25:35 01:25:35 #53 [support-notifications internal] load build context 01:25:35 #53 ... 01:25:35 01:25:35 #54 [support-scheduler internal] load build context 01:25:36 #54 ... 01:25:36 01:25:36 #55 [core-data internal] load build context 01:25:36 #55 ... 01:25:36 01:25:36 #54 [support-scheduler internal] load build context 01:25:37 #54 ... 01:25:37 01:25:37 #56 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 01:25:37 #0 0.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 1.027 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 1.382 OK: 248 MiB in 58 packages 01:25:37 #56 ... 01:25:37 01:25:37 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:25:37 #0 4.517 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.594 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.905 (1/4) Installing ca-certificates (20250619-r0) 01:25:37 #0 4.938 (2/4) Installing dumb-init (1.2.5-r3) 01:25:37 #0 5.016 (3/4) Installing su-exec (0.2-r3) 01:25:37 #0 5.022 (4/4) Installing yq-go (4.44.1-r2) 01:25:37 #0 5.106 Executing busybox-1.36.1-r29.trigger 01:25:37 #0 5.115 Executing ca-certificates-20250619-r0.trigger 01:25:37 #0 5.353 OK: 19 MiB in 18 packages 01:25:37 #57 ... 01:25:37 01:25:37 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:25:37 #0 4.533 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.626 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 5.019 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:25:37 #0 5.019 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:25:37 #0 5.019 OK: 24171 distinct packages available 01:25:37 #0 5.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 5.173 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 5.591 (1/14) Installing ca-certificates (20250619-r0) 01:25:37 #0 5.605 (2/14) Installing brotli-libs (1.1.0-r2) 01:25:37 #0 5.613 (3/14) Installing c-ares (1.33.1-r0) 01:25:37 #0 5.618 (4/14) Installing libunistring (1.2-r0) 01:25:37 #0 5.632 (5/14) Installing libidn2 (2.3.7-r0) 01:25:37 #0 5.642 (6/14) Installing nghttp2-libs (1.62.1-r0) 01:25:37 #0 5.648 (7/14) Installing libpsl (0.21.5-r1) 01:25:37 #0 5.651 (8/14) Installing zstd-libs (1.5.6-r0) 01:25:37 #0 5.695 (9/14) Installing libcurl (8.12.1-r0) 01:25:37 #0 5.695 (10/14) Installing curl (8.12.1-r0) 01:25:37 #0 5.695 (11/14) Installing dumb-init (1.2.5-r3) 01:25:37 #0 5.695 (12/14) Installing musl-obstack (1.2.3-r2) 01:25:37 #0 5.695 (13/14) Installing libucontext (1.2-r3) 01:25:37 #0 5.695 (14/14) Installing gcompat (1.1.0-r4) 01:25:37 #0 5.706 Executing busybox-1.36.1-r29.trigger 01:25:37 #0 5.726 Executing ca-certificates-20250619-r0.trigger 01:25:37 #0 5.754 OK: 13 MiB in 28 packages 01:25:37 #58 ... 01:25:37 01:25:37 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:25:37 #0 2.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 2.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 2.528 (1/4) Installing dumb-init (1.2.5-r3) 01:25:37 #0 2.529 (2/4) Installing openssl (3.3.4-r0) 01:25:37 #0 2.541 (3/4) Installing su-exec (0.2-r3) 01:25:37 #0 2.552 (4/4) Installing yq-go (4.44.1-r2) 01:25:37 #0 2.616 Executing busybox-1.36.1-r29.trigger 01:25:37 #0 2.628 OK: 19 MiB in 18 packages 01:25:37 #59 ... 01:25:37 01:25:37 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:37 #60 ... 01:25:37 01:25:37 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:25:37 #0 3.908 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.298 (1/2) Installing dumb-init (1.2.5-r3) 01:25:37 #0 4.442 (2/2) Installing su-exec (0.2-r3) 01:25:37 #0 4.477 Executing busybox-1.36.1-r29.trigger 01:25:37 #0 4.518 OK: 8 MiB in 16 packages 01:25:37 #61 ... 01:25:37 01:25:37 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:25:37 #0 3.607 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 3.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.260 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:25:37 #0 4.260 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:25:37 #0 4.260 OK: 24177 distinct packages available 01:25:37 #0 4.309 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.397 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:37 #0 4.656 OK: 248 MiB in 58 packages 01:25:37 #62 ... 01:25:37 01:25:37 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:25:38 #63 ... 01:25:38 01:25:38 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:25:38 #0 0.939 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:38 #0 1.016 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:38 #0 1.408 OK: 248 MiB in 58 packages 01:25:38 #64 ... 01:25:38 01:25:38 #35 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:25:38 #35 0.864 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:38 #35 1.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:38 #35 1.380 OK: 248 MiB in 58 packages 01:25:38 #35 ... 01:25:38 01:25:38 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:25:38 #0 4.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:38 #0 4.548 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:38 #0 4.933 (1/7) Installing ca-certificates (20250619-r0) 01:25:38 #0 4.953 (2/7) Installing dumb-init (1.2.5-r3) 01:25:38 #0 5.053 (3/7) Installing libgcc (13.2.1_git20240309-r1) 01:25:38 #0 5.055 (4/7) Installing libsodium (1.0.19-r0) 01:25:38 #0 5.065 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 01:25:38 #0 5.089 (6/7) Installing libzmq (4.3.5-r2) 01:25:38 #0 5.103 (7/7) Installing zeromq (4.3.5-r2) 01:25:38 #0 5.105 Executing busybox-1.36.1-r29.trigger 01:25:38 #0 5.126 Executing ca-certificates-20250619-r0.trigger 01:25:38 #0 5.333 OK: 12 MiB in 21 packages 01:25:38 #65 ... 01:25:38 01:25:38 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:25:38 #0 1.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:38 #0 1.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:38 #0 1.794 OK: 248 MiB in 58 packages 01:25:38 #66 ... 01:25:38 01:25:38 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:38 #67 ... 01:25:38 01:25:38 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:25:38 #0 4.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:38 #0 4.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:38 #0 5.088 (1/1) Installing dumb-init (1.2.5-r3) 01:25:38 #0 5.096 Executing busybox-1.36.1-r29.trigger 01:25:38 #0 5.102 OK: 8 MiB in 15 packages 01:25:38 #68 ... 01:25:38 01:25:38 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:25:38 #69 ... 01:25:38 01:25:38 #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:25:38 #70 ... 01:25:38 01:25:38 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:25:38 #71 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 01:25:38 #71 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 01:25:38 #71 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 01:25:38 #71 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 01:25:38 #71 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.0s done 01:25:38 #71 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 01:25:38 #71 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 2.2s done 01:25:38 #71 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 01:25:38 #71 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 01:25:38 #71 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 1.8s done 01:25:38 #71 ... 01:25:38 01:25:38 #54 [support-scheduler internal] load build context 01:25:39 #54 ... 01:25:39 01:25:39 #36 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:25:39 #36 2.664 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:39 #36 2.815 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:39 #36 3.091 (1/1) Installing dumb-init (1.2.5-r3) 01:25:39 #36 3.120 Executing busybox-1.36.1-r29.trigger 01:25:39 #36 3.128 OK: 8 MiB in 15 packages 01:25:39 #36 ... 01:25:39 01:25:39 #54 [support-scheduler internal] load build context 01:25:39 #54 transferring context: 591.41MB 14.6s done 01:25:44 #54 ... 01:25:44 01:25:44 #29 [security-proxy-auth internal] load build context 01:25:44 #29 transferring context: 591.41MB 16.1s done 01:25:44 #29 ... 01:25:44 01:25:44 #45 [security-spiffe-token-provider internal] load build context 01:25:44 #45 transferring context: 591.41MB 15.4s done 01:25:44 #45 ... 01:25:44 01:25:44 #46 [core-metadata internal] load build context 01:25:44 #46 transferring context: 591.41MB 13.9s done 01:25:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5998 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 01:25:45 Running in /w/workspace/edgex-go/877 [Pipeline] { [Pipeline] checkout 01:25:45 #46 ... 01:25:45 01:25:45 #47 [core-command internal] load build context 01:25:45 #47 transferring context: 591.41MB 14.3s done 01:25:45 #47 ... 01:25:45 01:25:45 #49 [security-secretstore-setup internal] load build context 01:25:45 #49 transferring context: 591.41MB 14.7s done 01:25:45 #49 ... 01:25:45 01:25:45 #48 [core-common-config-bootstrapper internal] load build context 01:25:45 #48 transferring context: 591.41MB 15.0s done 01:25:45 #48 ... 01:25:45 01:25:45 #51 [core-keeper internal] load build context 01:25:45 #51 transferring context: 591.41MB 15.0s done 01:25:45 #51 ... 01:25:45 01:25:45 #50 [security-bootstrapper internal] load build context 01:25:45 #50 transferring context: 591.41MB 14.1s done 01:25:46 #50 DONE 21.2s 01:25:46 01:25:46 #53 [support-notifications internal] load build context 01:25:46 #53 transferring context: 591.41MB 13.1s done 01:25:46 #53 DONE 21.2s 01:25:46 01:25:46 #46 [core-metadata internal] load build context 01:25:46 #46 DONE 21.1s 01:25:46 01:25:46 #47 [core-command internal] load build context 01:25:46 #47 DONE 21.1s 01:25:46 01:25:46 #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:25:46 #68 DONE 19.1s 01:25:46 01:25:46 #67 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:46 #67 DONE 19.2s 01:25:46 01:25:46 #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 01:25:46 #59 DONE 19.1s 01:25:46 01:25:46 #56 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 01:25:46 #56 DONE 19.2s 01:25:46 01:25:46 #58 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 01:25:46 #58 DONE 19.1s 01:25:46 01:25:46 #35 [core-command builder 3/7] RUN apk add --update --no-cache make git 01:25:46 #35 DONE 19.3s 01:25:46 01:25:46 #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 01:25:46 #61 DONE 19.1s 01:25:46 01:25:46 #57 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 01:25:46 #57 DONE 19.1s 01:25:46 01:25:46 #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 01:25:46 #65 DONE 19.1s 01:25:46 01:25:46 #64 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 01:25:46 #64 DONE 19.3s 01:25:46 01:25:46 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:25:46 #72 ... 01:25:46 01:25:46 #36 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 01:25:46 #36 DONE 19.2s 01:25:46 01:25:46 #66 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 01:25:46 #66 DONE 19.3s 01:25:46 01:25:46 #62 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 01:25:46 #62 DONE 19.3s 01:25:46 01:25:46 #54 [support-scheduler internal] load build context 01:25:46 #54 DONE 21.2s 01:25:46 01:25:46 #49 [security-secretstore-setup internal] load build context 01:25:46 #49 DONE 21.2s 01:25:46 01:25:46 #48 [core-common-config-bootstrapper internal] load build context 01:25:46 #48 DONE 21.3s 01:25:46 01:25:46 #55 [core-data internal] load build context 01:25:46 #55 transferring context: 591.41MB 15.0s done 01:25:46 #55 DONE 21.2s 01:25:46 01:25:46 #51 [core-keeper internal] load build context 01:25:46 #51 DONE 21.0s 01:25:46 01:25:46 #45 [security-spiffe-token-provider internal] load build context 01:25:46 #45 DONE 21.4s 01:25:46 01:25:46 #52 [security-proxy-setup internal] load build context 01:25:46 #52 transferring context: 591.41MB 15.7s done 01:25:46 #52 DONE 21.4s 01:25:46 01:25:46 #29 [security-proxy-auth internal] load build context 01:25:46 #29 DONE 21.3s 01:25:46 01:25:46 #73 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:25:46 #73 DONE 0.3s 01:25:46 01:25:46 #74 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:25:46 #74 DONE 0.3s 01:25:46 01:25:46 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 01:25:46 #75 DONE 0.3s 01:25:46 01:25:46 #76 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 01:25:46 #76 DONE 0.2s 01:25:46 01:25:46 #77 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 01:25:46 #77 DONE 0.2s 01:25:46 01:25:46 #71 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 01:25:46 #71 DONE 18.8s 01:25:46 01:25:46 #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:46 #78 ... 01:25:46 01:25:46 #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 01:25:46 #41 DONE 18.9s 01:25:46 01:25:46 #79 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:46 #79 ... 01:25:46 01:25:46 #60 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:46 #60 DONE 20.0s 01:25:47 01:25:47 #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:25:47 #70 19.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:47 #70 20.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:47 #70 20.39 (1/3) Installing ca-certificates (20250619-r0) 01:25:47 #70 20.41 (2/3) Installing dumb-init (1.2.5-r3) 01:25:47 #70 20.42 (3/3) Installing tzdata (2025b-r0) 01:25:47 #70 ... 01:25:47 01:25:47 #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade 01:25:47 #0 0.916 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:47 #0 0.993 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:47 #0 1.275 OK: 8 MiB in 15 packages 01:25:47 #80 DONE 1.4s 01:25:47 01:25:47 #70 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 01:25:47 #70 20.50 Executing busybox-1.36.1-r29.trigger 01:25:47 #70 20.51 Executing ca-certificates-20250619-r0.trigger 01:25:47 #70 20.56 OK: 10 MiB in 17 packages 01:25:47 #70 DONE 20.7s 01:25:47 01:25:47 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:25:47 #81 ... 01:25:47 01:25:47 #82 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 01:25:47 #0 1.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:47 #0 1.369 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:47 #0 1.696 OK: 13 MiB in 28 packages 01:25:47 #82 DONE 1.9s 01:25:47 01:25:47 #83 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 01:25:47 #0 1.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:47 #0 1.423 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:47 #0 1.756 OK: 19 MiB in 18 packages 01:25:47 #83 DONE 1.9s 01:25:47 01:25:47 #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 01:25:47 #84 DONE 0.1s 01:25:48 The recommended git tool is: git 01:25:48 01:25:48 #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 01:25:48 #63 19.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #63 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #63 19.70 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:25:48 #63 19.70 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:25:48 #63 19.70 OK: 24171 distinct packages available 01:25:48 #63 19.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #63 19.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #63 20.23 (1/5) Installing dumb-init (1.2.5-r3) 01:25:48 #63 20.24 (2/5) Installing musl-obstack (1.2.3-r2) 01:25:48 #63 20.24 (3/5) Installing libucontext (1.2-r3) 01:25:48 #63 20.25 (4/5) Installing gcompat (1.1.0-r4) 01:25:48 #63 20.25 (5/5) Installing openssl (3.3.4-r0) 01:25:48 #63 20.26 Executing busybox-1.36.1-r29.trigger 01:25:48 #63 20.27 OK: 9 MiB in 19 packages 01:25:48 #63 DONE 20.6s 01:25:48 01:25:48 #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 01:25:48 #0 1.305 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #0 1.387 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #0 1.797 OK: 8 MiB in 16 packages 01:25:48 #85 DONE 2.1s 01:25:48 01:25:48 #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 01:25:48 #72 1.413 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #72 1.506 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #72 1.959 OK: 19 MiB in 18 packages 01:25:48 #72 DONE 2.2s 01:25:48 01:25:48 #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 01:25:48 #69 19.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #69 19.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #69 19.80 v3.20.7-20-g448c64cf5d1 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 01:25:48 #69 19.80 v3.20.7-19-gcfd2c06a1ed [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 01:25:48 #69 19.80 OK: 24171 distinct packages available 01:25:48 #69 19.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #69 20.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #69 20.34 (1/4) Installing dumb-init (1.2.5-r3) 01:25:48 #69 20.36 (2/4) Installing musl-obstack (1.2.3-r2) 01:25:48 #69 20.36 (3/4) Installing libucontext (1.2-r3) 01:25:48 #69 20.38 (4/4) Installing gcompat (1.1.0-r4) 01:25:48 #69 20.38 Executing busybox-1.36.1-r29.trigger 01:25:48 #69 20.39 OK: 8 MiB in 18 packages 01:25:48 #69 DONE 20.7s 01:25:48 01:25:48 #86 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 01:25:48 #0 1.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #0 1.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #0 1.829 OK: 12 MiB in 21 packages 01:25:48 #86 DONE 2.2s 01:25:48 01:25:48 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:25:48 #87 ... 01:25:48 01:25:48 #88 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade 01:25:48 #0 1.537 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:48 #0 1.636 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:48 #0 1.976 OK: 8 MiB in 15 packages 01:25:48 #88 DONE 2.2s 01:25:48 01:25:48 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:25:49 #89 ... 01:25:49 01:25:49 #90 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 01:25:49 #90 DONE 1.1s 01:25:49 01:25:49 #91 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 01:25:49 #91 DONE 0.1s 01:25:49 01:25:49 #89 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 01:25:49 #89 1.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:49 #89 1.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:49 #89 ... 01:25:49 01:25:49 #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 01:25:49 #81 1.596 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:49 #81 1.694 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:49 #81 2.019 OK: 10 MiB in 17 packages 01:25:49 #81 DONE 2.2s 01:25:49 01:25:49 #89 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade 01:25:49 #89 1.609 OK: 9 MiB in 19 packages 01:25:50 #89 DONE 1.7s 01:25:50 01:25:50 #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:25:50 #92 DONE 0.8s 01:25:50 01:25:50 #93 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 01:25:50 #93 DONE 0.8s 01:25:50 01:25:50 #87 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 01:25:50 #87 1.281 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:50 #87 1.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:50 #87 1.668 OK: 8 MiB in 18 packages 01:25:50 #87 DONE 2.4s 01:25:50 01:25:50 #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / 01:25:50 #94 DONE 0.1s 01:25:50 01:25:50 #95 [security-spire-server stage-2 6/9] COPY security.txt / 01:25:51 #95 DONE 0.7s 01:25:51 01:25:51 #96 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:25:51 #96 DONE 0.8s 01:25:51 01:25:51 #97 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 01:25:51 #97 DONE 0.8s 01:25:51 01:25:51 #98 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 01:25:51 #98 DONE 0.1s 01:25:51 01:25:51 #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / 01:25:51 #99 DONE 0.1s 01:25:51 01:25:51 #100 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 01:25:51 #100 DONE 0.1s 01:25:51 01:25:51 #101 [security-spire-agent stage-3 7/10] COPY security.txt / 01:25:51 #101 DONE 0.1s 01:25:51 01:25:51 #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 01:25:51 #102 DONE 0.1s 01:25:51 01:25:51 #103 [security-spire-config stage-2 6/10] COPY security.txt / 01:25:51 #103 DONE 0.1s 01:25:51 01:25:51 #104 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 01:25:51 #104 DONE 0.1s 01:25:51 01:25:51 #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 01:25:51 #105 DONE 0.1s 01:25:51 01:25:51 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 01:25:51 #106 DONE 0.1s 01:25:51 01:25:51 #107 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 01:25:51 #107 DONE 0.1s 01:25:51 01:25:51 #108 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 01:25:51 #108 DONE 0.0s 01:25:51 01:25:51 #109 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 01:25:51 #109 DONE 0.1s 01:25:51 01:25:51 #110 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 01:25:51 #110 DONE 0.0s 01:25:51 01:25:51 #111 [security-spire-config] exporting to image 01:25:51 #111 exporting layers 01:25:52 #111 ... 01:25:52 01:25:52 #112 [security-spire-server] exporting to image 01:25:52 #112 exporting layers 0.4s done 01:25:52 #112 writing image sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done 01:25:52 #112 naming to docker.io/library/security-spire-server done 01:25:52 #112 DONE 0.4s 01:25:52 01:25:52 #113 [security-spire-agent] exporting to image 01:25:52 #113 exporting layers 0.4s done 01:25:52 #113 writing image sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done 01:25:52 #113 naming to docker.io/library/security-spire-agent done 01:25:52 #113 DONE 0.4s 01:25:52 01:25:52 #111 [security-spire-config] exporting to image 01:25:52 #111 exporting layers 0.4s done 01:25:52 #111 writing image sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done 01:25:52 #111 naming to docker.io/library/security-spire-config done 01:25:52 #111 DONE 0.4s 01:25:52 01:25:52 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:25:52 #0 2.346 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:52 #0 5.362 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:52 using credential edgex-jenkins-ssh 01:25:52 Cloning the remote Git repository 01:25:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:25:52 > git init /w/workspace/edgex-go/877 # timeout=10 01:25:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:25:52 > git --version # timeout=10 01:25:52 > git --version # 'git version 2.25.1' 01:25:52 using GIT_SSH to set credentials SSH Credentials for GitHub 01:25:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:25:56 #114 9.006 (1/1) Installing dumb-init (1.2.5-r3) 01:25:56 #114 ... 01:25:56 01:25:56 #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:25:56 #0 1.342 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:25:56 #0 6.705 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:25:56 #115 10.35 OK: 248 MiB in 58 packages 01:25:56 #115 ... 01:25:56 01:25:56 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:56 #116 ... 01:25:56 01:25:56 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:56 #117 ... 01:25:56 01:25:56 #115 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 01:25:56 #115 DONE 10.5s 01:25:56 01:25:56 #118 [core-keeper builder 5/8] COPY go.mod vendor* ./ 01:25:56 #118 DONE 0.0s 01:25:56 01:25:56 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:56 #119 ... 01:25:56 01:25:56 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:57 #120 ... 01:25:57 01:25:57 #114 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 01:25:57 #114 10.64 Executing busybox-1.36.1-r29.trigger 01:25:57 #114 10.65 OK: 8 MiB in 15 packages 01:25:57 #114 DONE 10.8s 01:25:57 01:25:57 #78 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:26:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:26:18 #78 DONE 31.8s 01:26:18 01:26:18 #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:18 #117 DONE 31.8s 01:26:18 01:26:18 #79 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:18 #79 DONE 31.8s 01:26:18 01:26:18 #116 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:18 #116 DONE 31.8s 01:26:18 01:26:18 #119 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:18 #119 DONE 31.8s 01:26:18 01:26:18 #121 [core-data builder 6/7] COPY . . 01:26:18 Avoid second fetch 01:26:18 Checking out Revision 941bb66238a204f12d036216aea2f59b186e8d62 (main) 01:26:19 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v4 (#5217)" 01:26:18 > git config core.sparsecheckout # timeout=10 01:26:18 > git checkout -f 941bb66238a204f12d036216aea2f59b186e8d62 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:26:24 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:26:24 % Total % Received % Xferd Average Speed Time Time Time Current 01:26:24 Dload Upload Total Spent Left Speed 01:26:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 123 0 --:--:-- --:--:-- --:--:-- 123 [Pipeline] sh 01:26:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:26:24 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 01:26:24 /etc/docker/daemon.json 01:26:24 { 01:26:24 "registry-mirrors": [ 01:26:24 "https://nexus3.edgexfoundry.org:10001" 01:26:24 ], 01:26:24 "bip": "10.250.0.254/24", 01:26:24 "hosts": [ 01:26:24 "tcp://0.0.0.0:5555", 01:26:24 "unix:///var/run/docker.sock" 01:26:24 ], 01:26:24 "mtu": 1458, 01:26:24 "selinux-enabled": true, 01:26:24 "seccomp-profile": "/etc/docker/seccomp.json" 01:26:24 } [Pipeline] sh 01:26:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:26:25 + sudo service docker restart 01:26:28 #121 ... 01:26:28 01:26:28 #120 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #120 DONE 30.4s 01:26:28 01:26:28 #122 [security-proxy-setup builder 6/7] COPY . . 01:26:28 #122 DONE 8.9s 01:26:28 01:26:28 #121 [core-data builder 6/7] COPY . . 01:26:28 #121 DONE 8.9s 01:26:28 01:26:28 #123 [support-notifications builder 6/7] COPY . . 01:26:28 #123 DONE 8.8s 01:26:28 01:26:28 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 01:26:28 #124 CACHED 01:26:28 01:26:28 #125 [core-common-config-bootstrapper builder 6/7] COPY . . 01:26:28 #125 CACHED 01:26:28 01:26:28 #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #126 CACHED 01:26:28 01:26:28 #127 [core-command builder 6/7] COPY . . 01:26:28 #127 CACHED 01:26:28 01:26:28 #128 [core-command builder 4/7] COPY go.mod vendor* ./ 01:26:28 #128 CACHED 01:26:28 01:26:28 #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #129 CACHED 01:26:28 01:26:28 #130 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 01:26:28 #130 CACHED 01:26:28 01:26:28 #131 [security-proxy-auth builder 6/7] COPY . . 01:26:28 #131 CACHED 01:26:28 01:26:28 #132 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #132 CACHED 01:26:28 01:26:28 #133 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #133 CACHED 01:26:28 01:26:28 #134 [core-data builder 4/7] COPY go.mod vendor* ./ 01:26:28 #134 CACHED 01:26:28 01:26:28 #135 [core-data builder 6/7] COPY . . 01:26:28 #135 CACHED 01:26:28 01:26:28 #136 [security-spiffe-token-provider builder 6/7] COPY . . 01:26:28 #136 DONE 8.8s 01:26:28 01:26:28 #137 [support-scheduler builder 6/7] COPY . . 01:26:28 #137 DONE 8.9s 01:26:28 01:26:28 #138 [security-proxy-setup builder 6/7] COPY . . 01:26:28 #138 CACHED 01:26:28 01:26:28 #139 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 01:26:28 #139 CACHED 01:26:28 01:26:28 #140 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #140 CACHED 01:26:28 01:26:28 #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 01:26:28 #141 CACHED 01:26:28 01:26:28 #142 [security-secretstore-setup builder 6/7] COPY . . 01:26:28 #142 CACHED 01:26:28 01:26:28 #143 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:26:28 #143 CACHED 01:26:28 01:26:28 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:26:29 #144 2.007 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:26:29 #144 ... 01:26:29 01:26:29 #145 [core-keeper builder 7/8] COPY . . 01:26:29 #145 DONE 2.7s 01:26:29 01:26:29 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:26:30 #146 0.379 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 01:26:38 #146 ... 01:26:38 01:26:38 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:26:38 #0 0.679 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:26:38 #147 ... 01:26:38 01:26:38 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:26:38 #0 0.397 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:26:38 #148 ... 01:26:38 01:26:38 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:26:38 #0 2.267 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 01:26:38 #149 ... 01:26:38 01:26:38 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:26:38 #0 0.673 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 01:26:38 #150 ... 01:26:38 01:26:38 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:26:38 #0 0.649 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 01:26:38 #151 ... 01:26:38 01:26:38 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:26:38 #0 0.841 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:26:38 #152 ... 01:26:38 01:26:38 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:26:38 #0 2.579 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:26:38 #153 ... 01:26:38 01:26:38 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:26:38 #0 0.681 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 01:26:38 #154 ... 01:26:38 01:26:38 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:26:38 #0 1.405 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 01:26:38 #155 ... 01:26:38 01:26:38 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:26:38 #0 1.728 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:26:43 provisioning config files... 01:26:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/877@tmp/config13451712715794287473tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:26:44 ---> ****-login.sh 01:26:44 nexus3.edgexfoundry.org:10001 01:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:44 Configure a credential helper to remove this warning. See 01:26:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:44 01:26:44 Login Succeeded 01:26:44 nexus3.edgexfoundry.org:10002 01:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:45 Configure a credential helper to remove this warning. See 01:26:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:45 01:26:45 Login Succeeded 01:26:45 nexus3.edgexfoundry.org:10003 01:26:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:45 Configure a credential helper to remove this warning. See 01:26:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:45 01:26:45 Login Succeeded 01:26:45 nexus3.edgexfoundry.org:10004 01:26:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:45 Configure a credential helper to remove this warning. See 01:26:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:45 01:26:45 Login Succeeded 01:26:45 ****.io 01:26:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:26:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:26:46 Configure a credential helper to remove this warning. See 01:26:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:26:46 01:26:46 Login Succeeded 01:26:46 ---> ****-login.sh ends [Pipeline] } 01:26:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 01:26:46 + git config --global --add safe.directory /w/workspace/edgex-go/877 [Pipeline] echo 01:26:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:26:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:26:46 ========================================================= 01:26:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:26:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 01:26:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:26:47 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:26:47 94e9d8af2201: Pulling fs layer 01:26:47 a6c56e8762df: Pulling fs layer 01:26:47 f0f3c8884826: Pulling fs layer 01:26:47 c7e7622c144d: Pulling fs layer 01:26:47 4f4fb700ef54: Pulling fs layer 01:26:47 e8859aadc426: Pulling fs layer 01:26:47 b4813487a9f6: Pulling fs layer 01:26:47 502a3d64fb4b: Pulling fs layer 01:26:47 c7e7622c144d: Waiting 01:26:47 4f4fb700ef54: Waiting 01:26:47 e8859aadc426: Waiting 01:26:47 b4813487a9f6: Waiting 01:26:47 502a3d64fb4b: Waiting 01:26:47 a6c56e8762df: Verifying Checksum 01:26:47 a6c56e8762df: Download complete 01:26:47 c7e7622c144d: Verifying Checksum 01:26:47 c7e7622c144d: Download complete 01:26:47 4f4fb700ef54: Verifying Checksum 01:26:47 4f4fb700ef54: Download complete 01:26:47 e8859aadc426: Verifying Checksum 01:26:47 e8859aadc426: Download complete 01:26:47 94e9d8af2201: Verifying Checksum 01:26:47 94e9d8af2201: Download complete 01:26:48 502a3d64fb4b: Verifying Checksum 01:26:48 502a3d64fb4b: Download complete 01:26:48 94e9d8af2201: Pull complete 01:26:48 a6c56e8762df: Pull complete 01:26:49 f0f3c8884826: Verifying Checksum 01:26:49 f0f3c8884826: Download complete 01:26:50 b4813487a9f6: Verifying Checksum 01:26:50 b4813487a9f6: Download complete 01:27:05 f0f3c8884826: Pull complete 01:27:05 c7e7622c144d: Pull complete 01:27:05 4f4fb700ef54: Pull complete 01:27:05 e8859aadc426: Pull complete 01:27:11 b4813487a9f6: Pull complete 01:27:13 502a3d64fb4b: Pull complete 01:27:13 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 01:27:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 01:27:14 + docker build+ -t ci-base-image-arm64 -f -echo . FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:14 WORKDIR /edgex 01:27:14 COPY go.mod . 01:27:14 RUN go mod download 01:27:14 01:27:15 Sending build context to Docker daemon 3.708MB 01:27:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:27:15 ---> 3bb21d53e231 01:27:15 Step 2/4 : WORKDIR /edgex 01:27:17 ---> Running in e0e71053c0ea 01:27:17 Removing intermediate container e0e71053c0ea 01:27:17 ---> 59e03a832b6f 01:27:17 Step 3/4 : COPY go.mod . 01:27:17 ---> d11b73428b14 01:27:17 Step 4/4 : RUN go mod download 01:27:17 ---> Running in d48eaae66111 01:27:17 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:18 01:27:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:27:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:19 arm64: Pulling from edgex-lftools-log-publisher 01:27:19 8998bd30e6a1: Pulling fs layer 01:27:19 04944245beec: Pulling fs layer 01:27:19 699f458cf7ca: Pulling fs layer 01:27:19 765212b225bb: Pulling fs layer 01:27:19 f23df028b6ca: Pulling fs layer 01:27:19 d65c8cfc05b1: Pulling fs layer 01:27:19 2437ff75d9bd: Pulling fs layer 01:27:19 d65c8cfc05b1: Waiting 01:27:19 2437ff75d9bd: Waiting 01:27:19 765212b225bb: Waiting 01:27:19 04944245beec: Verifying Checksum 01:27:19 04944245beec: Download complete 01:27:19 765212b225bb: Verifying Checksum 01:27:19 765212b225bb: Download complete 01:27:19 f23df028b6ca: Verifying Checksum 01:27:19 f23df028b6ca: Download complete 01:27:19 d65c8cfc05b1: Verifying Checksum 01:27:19 d65c8cfc05b1: Download complete 01:27:19 699f458cf7ca: Verifying Checksum 01:27:19 699f458cf7ca: Download complete 01:27:19 8998bd30e6a1: Verifying Checksum 01:27:19 8998bd30e6a1: Download complete 01:27:22 2437ff75d9bd: Verifying Checksum 01:27:22 2437ff75d9bd: Download complete 01:27:24 8998bd30e6a1: Pull complete 01:27:24 04944245beec: Pull complete 01:27:26 699f458cf7ca: Pull complete 01:27:26 765212b225bb: Pull complete 01:27:27 f23df028b6ca: Pull complete 01:27:27 d65c8cfc05b1: Pull complete 01:27:45 2437ff75d9bd: Pull complete 01:27:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:27:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:27:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:27:46 prd-ubuntu20.04-docker-arm64-4c-16g-5998 does not seem to be running inside a container 01:27:46 $ 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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@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 01:27:48 $ docker top c51396b01ec29adf0b3df30557f23ae6bfff9d42401a32fa2aa566d464c61d8b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:27:49 ---> job-cost.sh 01:27:49 lf-activate-venv: SKIPPING 01:27:49 INFO: No Stack... 01:27:49 INFO: Retrieving Pricing Info for: v3-standard-4 01:27:50 INFO: Archiving Costs [Pipeline] sh 01:27:51 + cat /w/workspace/edgex-go/877/archives/cost.csv 01:27:51 + cut -d, -f6 [Pipeline] lock 01:27:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-877-stack-cost] 01:27:58 Resource [jenkins-edgexfoundry-edgex-go-main-877-stack-cost] did not exist. Created. 01:27:59 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-877-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:27:59 + echo total: 0.10999999940395355 [Pipeline] stash 01:27:59 #156 ... 01:27:59 01:27:59 #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 01:27:59 #150 DONE 88.6s 01:27:59 01:27:59 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 01:27:59 #153 DONE 88.8s 01:27:59 01:27:59 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:27:59 #154 ... 01:27:59 01:27:59 #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:27:59 #157 DONE 0.2s 01:27:59 01:27:59 #158 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 01:27:59 #158 DONE 0.2s 01:27:59 01:27:59 #159 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:27:59 #159 DONE 0.1s 01:27:59 01:27:59 #160 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 01:27:59 #160 DONE 0.3s 01:27:59 01:27:59 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:27:59 #161 ... 01:27:59 01:27:59 #162 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 01:27:59 #162 DONE 0.1s 01:27:59 01:27:59 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 01:27:59 #163 DONE 0.2s 01:27:59 01:27:59 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:27:59 #164 ... 01:27:59 01:27:59 #161 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 01:27:59 #161 DONE 0.9s 01:27:59 01:27:59 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 01:27:59 #165 DONE 0.2s 01:27:59 01:27:59 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 01:27:59 #166 DONE 0.2s 01:27:59 01:27:59 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:27:59 #167 DONE 0.2s 01:27:59 01:27:59 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:27:59 #164 DONE 1.0s 01:27:59 01:27:59 #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 01:27:59 #168 DONE 0.2s 01:27:59 01:27:59 #169 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 01:27:59 #169 DONE 0.1s 01:27:59 01:27:59 #170 [core-common-config-bootstrapper] exporting to image 01:27:59 #170 exporting layers 01:27:59 #170 exporting layers 0.3s done 01:27:59 #170 writing image sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done 01:27:59 #170 naming to docker.io/library/core-common-config-bootstrapper done 01:27:59 #170 DONE 0.3s 01:27:59 01:27:59 #171 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 01:27:59 #171 DONE 0.1s 01:27:59 01:27:59 #172 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 01:27:59 #172 DONE 0.1s 01:27:59 01:27:59 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:27:59 #173 DONE 0.1s 01:27:59 01:27:59 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:27:59 #156 ... 01:27:59 01:27:59 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 01:27:59 #174 DONE 0.8s 01:27:59 01:27:59 #175 [security-bootstrapper] exporting to image 01:27:59 #175 exporting layers 0.7s done 01:27:59 #175 writing image sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done 01:27:59 #175 naming to docker.io/library/security-bootstrapper done 01:27:59 #175 DONE 0.7s 01:27:59 01:27:59 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:27:59 Stashed 1 file(s) [Pipeline] } 01:27:59 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-877-stack-cost] [Pipeline] // lock [Pipeline] } 01:27:59 $ docker stop --time=1 c51396b01ec29adf0b3df30557f23ae6bfff9d42401a32fa2aa566d464c61d8b 01:28:01 $ docker rm -f --volumes c51396b01ec29adf0b3df30557f23ae6bfff9d42401a32fa2aa566d464c61d8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:28:01 Failed in branch arm64 01:28:56 #152 147.8 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.42 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:29:02 #152 ... 01:29:02 01:29:02 #155 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 01:29:02 #155 DONE 155.5s 01:29:02 01:29:02 #152 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:29:02 #152 DONE 155.5s 01:29:02 01:29:02 #151 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 01:29:02 #151 DONE 155.6s 01:29:02 01:29:02 #156 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 01:29:02 #156 DONE 155.6s 01:29:02 01:29:02 #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 01:29:02 #148 DONE 155.6s 01:29:02 01:29:02 #154 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 01:29:02 #154 DONE 155.6s 01:29:02 01:29:02 #149 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 01:29:02 #149 DONE 155.6s 01:29:02 01:29:02 #176 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #176 DONE 0.1s 01:29:02 01:29:02 #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #177 ... 01:29:02 01:29:02 #178 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #178 DONE 0.1s 01:29:02 01:29:02 #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #179 DONE 0.1s 01:29:02 01:29:02 #180 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 01:29:02 #180 DONE 0.2s 01:29:02 01:29:02 #177 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #177 DONE 0.1s 01:29:02 01:29:02 #181 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:29:02 #181 CACHED 01:29:02 01:29:02 #182 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #182 CACHED 01:29:02 01:29:02 #183 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 01:29:02 #183 CACHED 01:29:02 01:29:02 #184 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #184 CACHED 01:29:02 01:29:02 #185 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 01:29:02 #185 DONE 0.2s 01:29:02 01:29:02 #186 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 01:29:02 #186 DONE 0.1s 01:29:02 01:29:02 #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:29:03 #187 ... 01:29:03 01:29:03 #188 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:29:03 #188 DONE 0.3s 01:29:03 01:29:03 #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:29:03 #189 ... 01:29:03 01:29:03 #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:29:03 #190 DONE 0.7s 01:29:03 01:29:03 #187 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 01:29:03 #187 DONE 0.7s 01:29:03 01:29:03 #191 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:29:03 #191 DONE 0.7s 01:29:03 01:29:03 #192 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:29:03 #192 DONE 0.7s 01:29:03 01:29:03 #193 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 01:29:03 #193 DONE 0.7s 01:29:03 01:29:03 #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:29:03 #189 DONE 0.7s 01:29:03 01:29:03 #194 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:29:04 #194 ... 01:29:04 01:29:04 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 01:29:04 #146 DONE 154.5s 01:29:04 01:29:04 #195 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 01:29:04 #195 DONE 0.7s 01:29:04 01:29:04 #196 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:29:04 #196 DONE 0.6s 01:29:04 01:29:04 #197 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:29:04 #197 ... 01:29:04 01:29:04 #198 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 01:29:04 #198 DONE 0.8s 01:29:04 01:29:04 #199 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 01:29:04 #199 DONE 0.8s 01:29:04 01:29:04 #200 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 01:29:04 #200 DONE 0.8s 01:29:04 01:29:04 #194 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 01:29:04 #194 DONE 0.8s 01:29:04 01:29:04 #201 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 01:29:04 #201 DONE 0.8s 01:29:04 01:29:04 #202 [core-command] exporting to image 01:29:04 #202 exporting layers 01:29:04 #202 ... 01:29:04 01:29:04 #197 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 01:29:04 #197 DONE 0.4s 01:29:04 01:29:04 #203 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 01:29:04 #203 DONE 0.2s 01:29:04 01:29:04 #204 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 01:29:04 #204 DONE 0.2s 01:29:04 01:29:04 #202 [core-command] exporting to image 01:29:04 #202 exporting layers 0.1s done 01:29:04 #202 ... 01:29:04 01:29:04 #205 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 01:29:04 #205 DONE 0.3s 01:29:04 01:29:04 #206 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 01:29:04 #206 DONE 0.3s 01:29:04 01:29:04 #202 [core-command] exporting to image 01:29:04 #202 writing image sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 01:29:05 #202 writing image sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 0.1s done 01:29:05 #202 naming to docker.io/library/core-command 0.0s done 01:29:05 #202 DONE 0.4s 01:29:05 01:29:05 #207 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 01:29:05 #207 DONE 0.4s 01:29:05 01:29:05 #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 01:29:05 #144 DONE 157.9s 01:29:05 01:29:05 #208 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 01:29:05 #208 DONE 0.5s 01:29:05 01:29:05 #209 [core-metadata] exporting to image 01:29:05 #209 ... 01:29:05 01:29:05 #210 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:29:05 #210 DONE 0.6s 01:29:05 01:29:05 #211 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:29:05 #211 DONE 0.5s 01:29:05 01:29:05 #212 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 01:29:05 #212 DONE 0.5s 01:29:05 01:29:05 #213 [security-spiffe-token-provider] exporting to image 01:29:05 #213 exporting layers 0.7s done 01:29:05 #213 writing image sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 0.0s done 01:29:05 #213 naming to docker.io/library/security-spiffe-token-provider 0.0s done 01:29:05 #213 DONE 0.8s 01:29:05 01:29:05 #214 [core-data] exporting to image 01:29:05 #214 exporting layers 0.6s done 01:29:05 #214 writing image sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done 01:29:05 #214 naming to docker.io/library/core-data done 01:29:05 #214 DONE 0.7s 01:29:05 01:29:05 #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 01:29:05 #147 DONE 158.5s 01:29:05 01:29:05 #209 [core-metadata] exporting to image 01:29:05 #209 exporting layers 0.5s done 01:29:05 #209 writing image sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done 01:29:05 #209 naming to docker.io/library/core-metadata 01:29:05 #209 naming to docker.io/library/core-metadata 0.1s done 01:29:05 #209 DONE 0.7s 01:29:05 01:29:05 #215 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:29:05 #215 DONE 0.3s 01:29:05 01:29:05 #216 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:29:05 #216 DONE 0.3s 01:29:05 01:29:05 #217 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 01:29:05 #217 DONE 0.3s 01:29:05 01:29:05 #218 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 01:29:05 #218 DONE 0.3s 01:29:05 01:29:05 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:29:05 #219 ... 01:29:05 01:29:05 #220 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:29:05 #220 DONE 0.8s 01:29:05 01:29:05 #221 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:29:05 #221 DONE 0.2s 01:29:05 01:29:05 #222 [security-proxy-auth] exporting to image 01:29:06 #222 ... 01:29:06 01:29:06 #219 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:29:06 #219 DONE 0.2s 01:29:06 01:29:06 #223 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 01:29:06 #223 DONE 0.2s 01:29:06 01:29:06 #224 [core-keeper] exporting to image 01:29:06 #224 exporting layers 0.2s done 01:29:06 #224 writing image sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done 01:29:06 #224 naming to docker.io/library/core-keeper done 01:29:06 #224 DONE 0.2s 01:29:06 01:29:06 #225 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 01:29:06 #225 DONE 0.2s 01:29:06 01:29:06 #226 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:29:06 #226 DONE 0.2s 01:29:06 01:29:06 #227 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 01:29:06 #227 DONE 0.2s 01:29:06 01:29:06 #228 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:29:06 #228 DONE 0.7s 01:29:06 01:29:06 #229 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:29:06 #229 DONE 0.2s 01:29:06 01:29:06 #230 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 01:29:06 #230 DONE 0.5s 01:29:06 01:29:06 #231 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 01:29:06 #231 DONE 0.1s 01:29:06 01:29:06 #222 [security-proxy-auth] exporting to image 01:29:06 #222 exporting layers 0.6s done 01:29:06 #222 writing image sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done 01:29:06 #222 naming to docker.io/library/security-proxy-auth done 01:29:06 #222 DONE 0.7s 01:29:06 01:29:06 #232 [security-secretstore-setup] exporting to image 01:29:06 #232 ... 01:29:06 01:29:06 #233 [security-proxy-setup] exporting to image 01:29:06 #233 exporting layers 0.2s done 01:29:06 #233 writing image sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd 0.0s done 01:29:06 #233 naming to docker.io/library/security-proxy-setup done 01:29:06 #233 DONE 0.3s 01:29:06 01:29:06 #234 [support-notifications] exporting to image 01:29:06 #234 exporting layers 0.3s done 01:29:06 #234 writing image sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 0.0s done 01:29:06 #234 naming to docker.io/library/support-notifications done 01:29:06 #234 DONE 0.3s 01:29:06 01:29:06 #235 [support-scheduler] exporting to image 01:29:06 #235 exporting layers 0.4s done 01:29:06 #235 writing image sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done 01:29:06 #235 naming to docker.io/library/support-scheduler done 01:29:06 #235 DONE 0.4s 01:29:06 01:29:06 #232 [security-secretstore-setup] exporting to image 01:29:06 #232 exporting layers 0.4s done 01:29:06 #232 writing image sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done 01:29:06 #232 naming to docker.io/library/security-secretstore-setup done 01:29:06 #232 DONE 0.4s 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 01:29:06 time="2025-07-31T01:25:24Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 01:29:06 $ docker stop --time=1 6b1460cd8b5a4db6994058b22e0bf70521088a457a90c1ecebd382b12625aab9 01:29:08 $ docker rm -f --volumes 6b1460cd8b5a4db6994058b22e0bf70521088a457a90c1ecebd382b12625aab9 [Pipeline] // withDockerContainer [Pipeline] sh 01:29:08 + docker images 01:29:08 REPOSITORY TAG IMAGE ID CREATED SIZE 01:29:08 security-proxy-setup latest 907a2527035a 2 seconds ago 48.8MB 01:29:08 security-secretstore-setup latest d9cd126c6ac5 2 seconds ago 79.2MB 01:29:08 support-notifications latest 38231c7ea038 2 seconds ago 52.4MB 01:29:08 support-scheduler latest 2e412800d843 2 seconds ago 48.9MB 01:29:08 core-keeper latest 56a65a3f69bb 3 seconds ago 44.9MB 01:29:08 security-proxy-auth latest 884ea578aa0b 3 seconds ago 44.3MB 01:29:08 security-spiffe-token-provider latest a5c03e0172a8 4 seconds ago 47.7MB 01:29:08 core-data latest 9fbdf9e63020 4 seconds ago 45.1MB 01:29:08 core-command latest 8d78c526fc80 4 seconds ago 39.4MB 01:29:08 core-metadata latest e4ffff8d7a99 4 seconds ago 45.2MB 01:29:08 security-bootstrapper latest 27975b01ba5e About a minute ago 20.4MB 01:29:08 core-common-config-bootstrapper latest 031e25363f36 About a minute ago 19.4MB 01:29:08 security-spire-server latest be7d6b0e2f8a 3 minutes ago 149MB 01:29:08 security-spire-agent latest 06bf6d708640 3 minutes ago 195MB 01:29:08 security-spire-config latest b601abc40e96 3 minutes ago 149MB 01:29:08 ci-base-image-x86_64 latest 665200293299 6 minutes ago 924MB 01:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 6 weeks ago 574MB 01:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 2 months ago 573MB 01:29:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:29:08 provisioning config files... 01:29:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/877@tmp/config17832879420794743452tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:08 ---> ****-login.sh 01:29:08 nexus3.edgexfoundry.org:10001 01:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:08 Login Succeeded 01:29:08 nexus3.edgexfoundry.org:10002 01:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:08 Login Succeeded 01:29:08 nexus3.edgexfoundry.org:10003 01:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:09 Login Succeeded 01:29:09 nexus3.edgexfoundry.org:10004 01:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:09 Login Succeeded 01:29:09 ****.io 01:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:29:09 Login Succeeded 01:29:09 ---> ****-login.sh ends [Pipeline] } 01:29:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:29:09 [edgeXDocker.push] Tagging docker image core-command with the following tags: 01:29:09 941bb66238a204f12d036216aea2f59b186e8d62 01:29:09 latest 01:29:09 4.1.0-dev.42 01:29:09 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:09 main 01:29:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:10 + docker push nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 01:29:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:29:10 93a6ae6c2151: Preparing 01:29:10 cd24bbb6451d: Preparing 01:29:10 d1cfe0f2918f: Preparing 01:29:10 edbaa3a43fe3: Preparing 01:29:10 e4ae7b24702e: Preparing 01:29:10 0ae1aa0b32ae: Preparing 01:29:10 097100c76c15: Preparing 01:29:10 0ae1aa0b32ae: Waiting 01:29:10 097100c76c15: Waiting 01:29:10 e4ae7b24702e: Pushed 01:29:10 93a6ae6c2151: Pushed 01:29:10 d1cfe0f2918f: Pushed 01:29:10 edbaa3a43fe3: Pushed 01:29:10 097100c76c15: Layer already exists 01:29:10 0ae1aa0b32ae: Pushed 01:29:13 cd24bbb6451d: Pushed 01:29:13 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:13 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:14 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 01:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:29:14 93a6ae6c2151: Preparing 01:29:14 cd24bbb6451d: Preparing 01:29:14 d1cfe0f2918f: Preparing 01:29:14 edbaa3a43fe3: Preparing 01:29:14 e4ae7b24702e: Preparing 01:29:14 0ae1aa0b32ae: Preparing 01:29:14 097100c76c15: Preparing 01:29:14 0ae1aa0b32ae: Waiting 01:29:14 097100c76c15: Waiting 01:29:14 e4ae7b24702e: Layer already exists 01:29:14 cd24bbb6451d: Layer already exists 01:29:14 d1cfe0f2918f: Layer already exists 01:29:14 93a6ae6c2151: Layer already exists 01:29:14 edbaa3a43fe3: Layer already exists 01:29:14 097100c76c15: Layer already exists 01:29:14 0ae1aa0b32ae: Layer already exists 01:29:14 latest: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:14 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:29:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:29:14 93a6ae6c2151: Preparing 01:29:14 cd24bbb6451d: Preparing 01:29:14 d1cfe0f2918f: Preparing 01:29:14 edbaa3a43fe3: Preparing 01:29:14 e4ae7b24702e: Preparing 01:29:14 0ae1aa0b32ae: Preparing 01:29:14 097100c76c15: Preparing 01:29:14 0ae1aa0b32ae: Waiting 01:29:14 097100c76c15: Waiting 01:29:14 93a6ae6c2151: Layer already exists 01:29:14 e4ae7b24702e: Layer already exists 01:29:14 cd24bbb6451d: Layer already exists 01:29:14 d1cfe0f2918f: Layer already exists 01:29:14 edbaa3a43fe3: Layer already exists 01:29:14 097100c76c15: Layer already exists 01:29:14 0ae1aa0b32ae: Layer already exists 01:29:14 4.1.0-dev.42: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:15 + docker push nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:29:15 93a6ae6c2151: Preparing 01:29:15 cd24bbb6451d: Preparing 01:29:15 d1cfe0f2918f: Preparing 01:29:15 edbaa3a43fe3: Preparing 01:29:15 e4ae7b24702e: Preparing 01:29:15 0ae1aa0b32ae: Preparing 01:29:15 097100c76c15: Preparing 01:29:15 0ae1aa0b32ae: Waiting 01:29:15 097100c76c15: Waiting 01:29:15 d1cfe0f2918f: Layer already exists 01:29:15 cd24bbb6451d: Layer already exists 01:29:15 e4ae7b24702e: Layer already exists 01:29:15 edbaa3a43fe3: Layer already exists 01:29:15 93a6ae6c2151: Layer already exists 01:29:15 0ae1aa0b32ae: Layer already exists 01:29:15 097100c76c15: Layer already exists 01:29:15 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:16 + docker push nexus3.edgexfoundry.org:10004/core-command:main 01:29:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 01:29:16 93a6ae6c2151: Preparing 01:29:16 cd24bbb6451d: Preparing 01:29:16 d1cfe0f2918f: Preparing 01:29:16 edbaa3a43fe3: Preparing 01:29:16 e4ae7b24702e: Preparing 01:29:16 0ae1aa0b32ae: Preparing 01:29:16 097100c76c15: Preparing 01:29:16 097100c76c15: Waiting 01:29:16 0ae1aa0b32ae: Waiting 01:29:16 d1cfe0f2918f: Layer already exists 01:29:16 93a6ae6c2151: Layer already exists 01:29:16 cd24bbb6451d: Layer already exists 01:29:16 e4ae7b24702e: Layer already exists 01:29:16 edbaa3a43fe3: Layer already exists 01:29:16 0ae1aa0b32ae: Layer already exists 01:29:16 097100c76c15: Layer already exists 01:29:16 main: digest: sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:16 ===================================================== [Pipeline] echo 01:29:16 taggedImages: 01:29:16 - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 01:29:16 - nexus3.edgexfoundry.org:10004/core-command:latest 01:29:16 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:29:16 - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:16 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 01:29:16 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 01:29:16 941bb66238a204f12d036216aea2f59b186e8d62 01:29:16 latest 01:29:16 4.1.0-dev.42 01:29:16 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:16 main 01:29:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:29:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:29:17 480353f068a5: Preparing 01:29:17 40082fc8381e: Preparing 01:29:17 549adb5cc5e2: Preparing 01:29:17 87126a7eb5c2: Preparing 01:29:17 d1cfe0f2918f: Preparing 01:29:17 edbaa3a43fe3: Preparing 01:29:17 e4ae7b24702e: Preparing 01:29:17 0ae1aa0b32ae: Preparing 01:29:17 097100c76c15: Preparing 01:29:17 e4ae7b24702e: Waiting 01:29:17 0ae1aa0b32ae: Waiting 01:29:17 097100c76c15: Waiting 01:29:17 edbaa3a43fe3: Waiting 01:29:17 d1cfe0f2918f: Layer already exists 01:29:17 edbaa3a43fe3: Layer already exists 01:29:17 e4ae7b24702e: Layer already exists 01:29:17 40082fc8381e: Pushed 01:29:17 0ae1aa0b32ae: Layer already exists 01:29:17 549adb5cc5e2: Pushed 01:29:17 097100c76c15: Layer already exists 01:29:17 480353f068a5: Pushed 01:29:18 87126a7eb5c2: Pushed 01:29:18 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:18 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:29:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:29:19 480353f068a5: Preparing 01:29:19 40082fc8381e: Preparing 01:29:19 549adb5cc5e2: Preparing 01:29:19 87126a7eb5c2: Preparing 01:29:19 d1cfe0f2918f: Preparing 01:29:19 edbaa3a43fe3: Preparing 01:29:19 e4ae7b24702e: Preparing 01:29:19 0ae1aa0b32ae: Preparing 01:29:19 097100c76c15: Preparing 01:29:19 0ae1aa0b32ae: Waiting 01:29:19 097100c76c15: Waiting 01:29:19 edbaa3a43fe3: Waiting 01:29:19 40082fc8381e: Layer already exists 01:29:19 549adb5cc5e2: Layer already exists 01:29:19 d1cfe0f2918f: Layer already exists 01:29:19 480353f068a5: Layer already exists 01:29:19 87126a7eb5c2: Layer already exists 01:29:19 edbaa3a43fe3: Layer already exists 01:29:19 e4ae7b24702e: Layer already exists 01:29:19 097100c76c15: Layer already exists 01:29:19 0ae1aa0b32ae: Layer already exists 01:29:19 latest: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:29:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:29:29 480353f068a5: Preparing 01:29:29 40082fc8381e: Preparing 01:29:29 549adb5cc5e2: Preparing 01:29:29 87126a7eb5c2: Preparing 01:29:29 d1cfe0f2918f: Preparing 01:29:29 edbaa3a43fe3: Preparing 01:29:29 e4ae7b24702e: Preparing 01:29:29 0ae1aa0b32ae: Preparing 01:29:29 097100c76c15: Preparing 01:29:29 e4ae7b24702e: Waiting 01:29:29 0ae1aa0b32ae: Waiting 01:29:29 097100c76c15: Waiting 01:29:29 edbaa3a43fe3: Waiting 01:29:29 40082fc8381e: Layer already exists 01:29:29 87126a7eb5c2: Layer already exists 01:29:29 d1cfe0f2918f: Layer already exists 01:29:29 549adb5cc5e2: Layer already exists 01:29:29 480353f068a5: Layer already exists 01:29:29 097100c76c15: Layer already exists 01:29:29 0ae1aa0b32ae: Layer already exists 01:29:29 e4ae7b24702e: Layer already exists 01:29:29 edbaa3a43fe3: Layer already exists 01:29:29 4.1.0-dev.42: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:29 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:29:30 480353f068a5: Preparing 01:29:30 40082fc8381e: Preparing 01:29:30 549adb5cc5e2: Preparing 01:29:30 87126a7eb5c2: Preparing 01:29:30 d1cfe0f2918f: Preparing 01:29:30 edbaa3a43fe3: Preparing 01:29:30 e4ae7b24702e: Preparing 01:29:30 0ae1aa0b32ae: Preparing 01:29:30 097100c76c15: Preparing 01:29:30 edbaa3a43fe3: Waiting 01:29:30 e4ae7b24702e: Waiting 01:29:30 0ae1aa0b32ae: Waiting 01:29:30 097100c76c15: Waiting 01:29:30 480353f068a5: Layer already exists 01:29:30 87126a7eb5c2: Layer already exists 01:29:30 549adb5cc5e2: Layer already exists 01:29:30 40082fc8381e: Layer already exists 01:29:30 d1cfe0f2918f: Layer already exists 01:29:30 edbaa3a43fe3: Layer already exists 01:29:30 097100c76c15: Layer already exists 01:29:30 e4ae7b24702e: Layer already exists 01:29:30 0ae1aa0b32ae: Layer already exists 01:29:30 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:30 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:29:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 01:29:30 480353f068a5: Preparing 01:29:30 40082fc8381e: Preparing 01:29:30 549adb5cc5e2: Preparing 01:29:30 87126a7eb5c2: Preparing 01:29:30 d1cfe0f2918f: Preparing 01:29:30 edbaa3a43fe3: Preparing 01:29:30 e4ae7b24702e: Preparing 01:29:30 0ae1aa0b32ae: Preparing 01:29:30 097100c76c15: Preparing 01:29:30 edbaa3a43fe3: Waiting 01:29:30 0ae1aa0b32ae: Waiting 01:29:30 097100c76c15: Waiting 01:29:30 e4ae7b24702e: Waiting 01:29:30 d1cfe0f2918f: Layer already exists 01:29:30 87126a7eb5c2: Layer already exists 01:29:30 549adb5cc5e2: Layer already exists 01:29:30 40082fc8381e: Layer already exists 01:29:30 480353f068a5: Layer already exists 01:29:30 e4ae7b24702e: Layer already exists 01:29:30 097100c76c15: Layer already exists 01:29:30 edbaa3a43fe3: Layer already exists 01:29:30 0ae1aa0b32ae: Layer already exists 01:29:30 main: digest: sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:30 ===================================================== [Pipeline] echo 01:29:30 taggedImages: 01:29:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:29:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:29:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:29:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:30 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 01:29:30 [edgeXDocker.push] Tagging docker image core-data with the following tags: 01:29:30 941bb66238a204f12d036216aea2f59b186e8d62 01:29:30 latest 01:29:30 4.1.0-dev.42 01:29:30 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:30 main 01:29:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:31 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:31 + docker push nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 01:29:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:29:31 cc8410ad2c54: Preparing 01:29:31 c7e9bf980c71: Preparing 01:29:31 d1cfe0f2918f: Preparing 01:29:31 edbaa3a43fe3: Preparing 01:29:31 27bfe08b0e08: Preparing 01:29:31 c7b230aaed5c: Preparing 01:29:31 097100c76c15: Preparing 01:29:31 097100c76c15: Waiting 01:29:31 c7b230aaed5c: Waiting 01:29:31 d1cfe0f2918f: Layer already exists 01:29:31 edbaa3a43fe3: Layer already exists 01:29:31 097100c76c15: Layer already exists 01:29:31 27bfe08b0e08: Pushed 01:29:31 cc8410ad2c54: Pushed 01:29:31 c7b230aaed5c: Pushed 01:29:35 c7e9bf980c71: Pushed 01:29:35 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:36 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 01:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:29:36 cc8410ad2c54: Preparing 01:29:36 c7e9bf980c71: Preparing 01:29:36 d1cfe0f2918f: Preparing 01:29:36 edbaa3a43fe3: Preparing 01:29:36 27bfe08b0e08: Preparing 01:29:36 c7b230aaed5c: Preparing 01:29:36 097100c76c15: Preparing 01:29:36 c7b230aaed5c: Waiting 01:29:36 097100c76c15: Waiting 01:29:36 c7e9bf980c71: Layer already exists 01:29:36 edbaa3a43fe3: Layer already exists 01:29:36 d1cfe0f2918f: Layer already exists 01:29:36 27bfe08b0e08: Layer already exists 01:29:36 cc8410ad2c54: Layer already exists 01:29:36 097100c76c15: Layer already exists 01:29:36 c7b230aaed5c: Layer already exists 01:29:36 latest: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:36 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:29:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:29:36 cc8410ad2c54: Preparing 01:29:36 c7e9bf980c71: Preparing 01:29:36 d1cfe0f2918f: Preparing 01:29:36 edbaa3a43fe3: Preparing 01:29:36 27bfe08b0e08: Preparing 01:29:36 c7b230aaed5c: Preparing 01:29:36 097100c76c15: Preparing 01:29:36 c7b230aaed5c: Waiting 01:29:36 097100c76c15: Waiting 01:29:36 c7e9bf980c71: Layer already exists 01:29:36 d1cfe0f2918f: Layer already exists 01:29:36 27bfe08b0e08: Layer already exists 01:29:36 edbaa3a43fe3: Layer already exists 01:29:36 cc8410ad2c54: Layer already exists 01:29:36 097100c76c15: Layer already exists 01:29:36 c7b230aaed5c: Layer already exists 01:29:36 4.1.0-dev.42: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:37 + docker push nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:29:37 cc8410ad2c54: Preparing 01:29:37 c7e9bf980c71: Preparing 01:29:37 d1cfe0f2918f: Preparing 01:29:37 edbaa3a43fe3: Preparing 01:29:37 27bfe08b0e08: Preparing 01:29:37 c7b230aaed5c: Preparing 01:29:37 097100c76c15: Preparing 01:29:37 097100c76c15: Waiting 01:29:37 c7b230aaed5c: Waiting 01:29:37 d1cfe0f2918f: Layer already exists 01:29:37 cc8410ad2c54: Layer already exists 01:29:37 27bfe08b0e08: Layer already exists 01:29:37 edbaa3a43fe3: Layer already exists 01:29:37 c7e9bf980c71: Layer already exists 01:29:37 097100c76c15: Layer already exists 01:29:37 c7b230aaed5c: Layer already exists 01:29:37 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:38 + docker push nexus3.edgexfoundry.org:10004/core-data:main 01:29:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 01:29:38 cc8410ad2c54: Preparing 01:29:38 c7e9bf980c71: Preparing 01:29:38 d1cfe0f2918f: Preparing 01:29:38 edbaa3a43fe3: Preparing 01:29:38 27bfe08b0e08: Preparing 01:29:38 c7b230aaed5c: Preparing 01:29:38 097100c76c15: Preparing 01:29:38 c7b230aaed5c: Waiting 01:29:38 097100c76c15: Waiting 01:29:38 c7e9bf980c71: Layer already exists 01:29:38 edbaa3a43fe3: Layer already exists 01:29:38 27bfe08b0e08: Layer already exists 01:29:38 d1cfe0f2918f: Layer already exists 01:29:38 cc8410ad2c54: Layer already exists 01:29:38 097100c76c15: Layer already exists 01:29:38 c7b230aaed5c: Layer already exists 01:29:38 main: digest: sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:38 ===================================================== [Pipeline] echo 01:29:38 taggedImages: 01:29:38 - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 01:29:38 - nexus3.edgexfoundry.org:10004/core-data:latest 01:29:38 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:29:38 - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:38 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 01:29:38 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 01:29:38 941bb66238a204f12d036216aea2f59b186e8d62 01:29:38 latest 01:29:38 4.1.0-dev.42 01:29:38 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:38 main 01:29:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:38 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:39 + docker push nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 01:29:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:29:39 d882163b7cf5: Preparing 01:29:39 aa4e44661cbb: Preparing 01:29:39 edbaa3a43fe3: Preparing 01:29:39 4af5fb945ebd: Preparing 01:29:39 49f16f71c98a: Preparing 01:29:39 097100c76c15: Preparing 01:29:39 097100c76c15: Waiting 01:29:39 edbaa3a43fe3: Layer already exists 01:29:39 097100c76c15: Layer already exists 01:29:39 4af5fb945ebd: Pushed 01:29:39 d882163b7cf5: Pushed 01:29:39 49f16f71c98a: Pushed 01:29:43 aa4e44661cbb: Pushed 01:29:43 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:43 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 01:29:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:29:44 d882163b7cf5: Preparing 01:29:44 aa4e44661cbb: Preparing 01:29:44 edbaa3a43fe3: Preparing 01:29:44 4af5fb945ebd: Preparing 01:29:44 49f16f71c98a: Preparing 01:29:44 097100c76c15: Preparing 01:29:44 097100c76c15: Waiting 01:29:44 d882163b7cf5: Layer already exists 01:29:44 edbaa3a43fe3: Layer already exists 01:29:44 49f16f71c98a: Layer already exists 01:29:44 4af5fb945ebd: Layer already exists 01:29:44 aa4e44661cbb: Layer already exists 01:29:44 097100c76c15: Layer already exists 01:29:44 latest: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:44 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:44 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:29:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:29:44 d882163b7cf5: Preparing 01:29:44 aa4e44661cbb: Preparing 01:29:44 edbaa3a43fe3: Preparing 01:29:44 4af5fb945ebd: Preparing 01:29:44 49f16f71c98a: Preparing 01:29:44 097100c76c15: Preparing 01:29:44 097100c76c15: Waiting 01:29:44 edbaa3a43fe3: Layer already exists 01:29:44 d882163b7cf5: Layer already exists 01:29:44 aa4e44661cbb: Layer already exists 01:29:44 49f16f71c98a: Layer already exists 01:29:44 4af5fb945ebd: Layer already exists 01:29:44 097100c76c15: Layer already exists 01:29:44 4.1.0-dev.42: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:45 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:29:45 d882163b7cf5: Preparing 01:29:45 aa4e44661cbb: Preparing 01:29:45 edbaa3a43fe3: Preparing 01:29:45 4af5fb945ebd: Preparing 01:29:45 49f16f71c98a: Preparing 01:29:45 097100c76c15: Preparing 01:29:45 097100c76c15: Waiting 01:29:45 49f16f71c98a: Layer already exists 01:29:45 aa4e44661cbb: Layer already exists 01:29:45 d882163b7cf5: Layer already exists 01:29:45 edbaa3a43fe3: Layer already exists 01:29:45 4af5fb945ebd: Layer already exists 01:29:45 097100c76c15: Layer already exists 01:29:45 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:45 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:45 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 01:29:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 01:29:45 d882163b7cf5: Preparing 01:29:45 aa4e44661cbb: Preparing 01:29:45 edbaa3a43fe3: Preparing 01:29:45 4af5fb945ebd: Preparing 01:29:45 49f16f71c98a: Preparing 01:29:45 097100c76c15: Preparing 01:29:45 097100c76c15: Waiting 01:29:45 edbaa3a43fe3: Layer already exists 01:29:45 4af5fb945ebd: Layer already exists 01:29:45 aa4e44661cbb: Layer already exists 01:29:45 d882163b7cf5: Layer already exists 01:29:45 49f16f71c98a: Layer already exists 01:29:45 097100c76c15: Layer already exists 01:29:45 main: digest: sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:46 ===================================================== [Pipeline] echo 01:29:46 taggedImages: 01:29:46 - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 01:29:46 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:29:46 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:29:46 - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:46 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 01:29:46 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 01:29:46 941bb66238a204f12d036216aea2f59b186e8d62 01:29:46 latest 01:29:46 4.1.0-dev.42 01:29:46 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:46 main 01:29:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:46 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 01:29:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:29:46 eb5bc05274cc: Preparing 01:29:46 dc4a1a636abb: Preparing 01:29:46 18d17122fc5f: Preparing 01:29:46 d1cfe0f2918f: Preparing 01:29:46 edbaa3a43fe3: Preparing 01:29:46 e4ae7b24702e: Preparing 01:29:46 0ae1aa0b32ae: Preparing 01:29:46 097100c76c15: Preparing 01:29:46 e4ae7b24702e: Waiting 01:29:46 097100c76c15: Waiting 01:29:46 0ae1aa0b32ae: Waiting 01:29:46 edbaa3a43fe3: Layer already exists 01:29:46 d1cfe0f2918f: Layer already exists 01:29:46 e4ae7b24702e: Layer already exists 01:29:46 0ae1aa0b32ae: Layer already exists 01:29:46 097100c76c15: Layer already exists 01:29:46 dc4a1a636abb: Pushed 01:29:46 eb5bc05274cc: Pushed 01:29:50 18d17122fc5f: Pushed 01:29:50 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:51 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 01:29:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:29:51 eb5bc05274cc: Preparing 01:29:51 dc4a1a636abb: Preparing 01:29:51 18d17122fc5f: Preparing 01:29:51 d1cfe0f2918f: Preparing 01:29:51 edbaa3a43fe3: Preparing 01:29:51 e4ae7b24702e: Preparing 01:29:51 0ae1aa0b32ae: Preparing 01:29:51 097100c76c15: Preparing 01:29:51 e4ae7b24702e: Waiting 01:29:51 0ae1aa0b32ae: Waiting 01:29:51 097100c76c15: Waiting 01:29:51 dc4a1a636abb: Layer already exists 01:29:51 edbaa3a43fe3: Layer already exists 01:29:51 18d17122fc5f: Layer already exists 01:29:51 d1cfe0f2918f: Layer already exists 01:29:51 eb5bc05274cc: Layer already exists 01:29:51 0ae1aa0b32ae: Layer already exists 01:29:51 097100c76c15: Layer already exists 01:29:51 e4ae7b24702e: Layer already exists 01:29:51 latest: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:51 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:29:52 eb5bc05274cc: Preparing 01:29:52 dc4a1a636abb: Preparing 01:29:52 18d17122fc5f: Preparing 01:29:52 d1cfe0f2918f: Preparing 01:29:52 edbaa3a43fe3: Preparing 01:29:52 e4ae7b24702e: Preparing 01:29:52 0ae1aa0b32ae: Preparing 01:29:52 097100c76c15: Preparing 01:29:52 e4ae7b24702e: Waiting 01:29:52 0ae1aa0b32ae: Waiting 01:29:52 097100c76c15: Waiting 01:29:52 18d17122fc5f: Layer already exists 01:29:52 dc4a1a636abb: Layer already exists 01:29:52 d1cfe0f2918f: Layer already exists 01:29:52 eb5bc05274cc: Layer already exists 01:29:52 edbaa3a43fe3: Layer already exists 01:29:52 e4ae7b24702e: Layer already exists 01:29:52 097100c76c15: Layer already exists 01:29:52 0ae1aa0b32ae: Layer already exists 01:29:52 4.1.0-dev.42: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:52 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:52 + docker push nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:29:52 eb5bc05274cc: Preparing 01:29:52 dc4a1a636abb: Preparing 01:29:52 18d17122fc5f: Preparing 01:29:52 d1cfe0f2918f: Preparing 01:29:52 edbaa3a43fe3: Preparing 01:29:52 e4ae7b24702e: Preparing 01:29:52 0ae1aa0b32ae: Preparing 01:29:52 097100c76c15: Preparing 01:29:52 e4ae7b24702e: Waiting 01:29:52 0ae1aa0b32ae: Waiting 01:29:52 097100c76c15: Waiting 01:29:52 d1cfe0f2918f: Layer already exists 01:29:52 dc4a1a636abb: Layer already exists 01:29:52 18d17122fc5f: Layer already exists 01:29:52 eb5bc05274cc: Layer already exists 01:29:52 edbaa3a43fe3: Layer already exists 01:29:52 0ae1aa0b32ae: Layer already exists 01:29:52 e4ae7b24702e: Layer already exists 01:29:52 097100c76c15: Layer already exists 01:29:52 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:53 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 01:29:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 01:29:53 eb5bc05274cc: Preparing 01:29:53 dc4a1a636abb: Preparing 01:29:53 18d17122fc5f: Preparing 01:29:53 d1cfe0f2918f: Preparing 01:29:53 edbaa3a43fe3: Preparing 01:29:53 e4ae7b24702e: Preparing 01:29:53 0ae1aa0b32ae: Preparing 01:29:53 097100c76c15: Preparing 01:29:53 e4ae7b24702e: Waiting 01:29:53 0ae1aa0b32ae: Waiting 01:29:53 097100c76c15: Waiting 01:29:53 18d17122fc5f: Layer already exists 01:29:53 eb5bc05274cc: Layer already exists 01:29:53 dc4a1a636abb: Layer already exists 01:29:53 edbaa3a43fe3: Layer already exists 01:29:53 d1cfe0f2918f: Layer already exists 01:29:53 e4ae7b24702e: Layer already exists 01:29:53 0ae1aa0b32ae: Layer already exists 01:29:53 097100c76c15: Layer already exists 01:29:53 main: digest: sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 size: 1986 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:53 ===================================================== [Pipeline] echo 01:29:53 taggedImages: 01:29:53 - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 01:29:53 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:29:53 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:29:53 - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:53 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 01:29:53 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 01:29:53 941bb66238a204f12d036216aea2f59b186e8d62 01:29:53 latest 01:29:53 4.1.0-dev.42 01:29:53 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:53 main 01:29:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:53 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:29:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:29:54 5cae718a9548: Preparing 01:29:54 6f242e29b995: Preparing 01:29:54 71a87bc216b6: Preparing 01:29:54 15d559558418: Preparing 01:29:54 49ab1af3c99e: Preparing 01:29:54 a6e8ba43e27b: Preparing 01:29:54 be7b3b735499: Preparing 01:29:54 d1cfe0f2918f: Preparing 01:29:54 edbaa3a43fe3: Preparing 01:29:54 1c6956adaf90: Preparing 01:29:54 19e8056bea33: Preparing 01:29:54 5f70bf18a086: Preparing 01:29:54 153e59121088: Preparing 01:29:54 8c050816235f: Preparing 01:29:54 bbc9db8c8cae: Preparing 01:29:54 097100c76c15: Preparing 01:29:54 a6e8ba43e27b: Waiting 01:29:54 153e59121088: Waiting 01:29:54 8c050816235f: Waiting 01:29:54 19e8056bea33: Waiting 01:29:54 be7b3b735499: Waiting 01:29:54 bbc9db8c8cae: Waiting 01:29:54 5f70bf18a086: Waiting 01:29:54 097100c76c15: Waiting 01:29:54 d1cfe0f2918f: Waiting 01:29:54 1c6956adaf90: Waiting 01:29:54 edbaa3a43fe3: Waiting 01:29:54 15d559558418: Pushed 01:29:54 6f242e29b995: Pushed 01:29:54 49ab1af3c99e: Pushed 01:29:54 71a87bc216b6: Pushed 01:29:54 5cae718a9548: Pushed 01:29:54 d1cfe0f2918f: Layer already exists 01:29:54 edbaa3a43fe3: Layer already exists 01:29:54 5f70bf18a086: Layer already exists 01:29:54 a6e8ba43e27b: Pushed 01:29:54 1c6956adaf90: Pushed 01:29:54 19e8056bea33: Pushed 01:29:54 097100c76c15: Layer already exists 01:29:54 153e59121088: Pushed 01:29:54 8c050816235f: Pushed 01:29:54 bbc9db8c8cae: Pushed 01:29:55 be7b3b735499: Pushed 01:29:55 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:29:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:29:56 5cae718a9548: Preparing 01:29:56 6f242e29b995: Preparing 01:29:56 71a87bc216b6: Preparing 01:29:56 15d559558418: Preparing 01:29:56 49ab1af3c99e: Preparing 01:29:56 a6e8ba43e27b: Preparing 01:29:56 be7b3b735499: Preparing 01:29:56 d1cfe0f2918f: Preparing 01:29:56 a6e8ba43e27b: Waiting 01:29:56 be7b3b735499: Waiting 01:29:56 edbaa3a43fe3: Preparing 01:29:56 d1cfe0f2918f: Waiting 01:29:56 1c6956adaf90: Preparing 01:29:56 19e8056bea33: Preparing 01:29:56 5f70bf18a086: Preparing 01:29:56 153e59121088: Preparing 01:29:56 8c050816235f: Preparing 01:29:56 bbc9db8c8cae: Preparing 01:29:56 097100c76c15: Preparing 01:29:56 5f70bf18a086: Waiting 01:29:56 8c050816235f: Waiting 01:29:56 153e59121088: Waiting 01:29:56 1c6956adaf90: Waiting 01:29:56 edbaa3a43fe3: Waiting 01:29:56 bbc9db8c8cae: Waiting 01:29:56 19e8056bea33: Waiting 01:29:56 097100c76c15: Waiting 01:29:56 71a87bc216b6: Layer already exists 01:29:56 49ab1af3c99e: Layer already exists 01:29:56 5cae718a9548: Layer already exists 01:29:56 6f242e29b995: Layer already exists 01:29:56 15d559558418: Layer already exists 01:29:56 d1cfe0f2918f: Layer already exists 01:29:56 a6e8ba43e27b: Layer already exists 01:29:56 be7b3b735499: Layer already exists 01:29:56 edbaa3a43fe3: Layer already exists 01:29:56 1c6956adaf90: Layer already exists 01:29:56 19e8056bea33: Layer already exists 01:29:56 153e59121088: Layer already exists 01:29:56 8c050816235f: Layer already exists 01:29:56 bbc9db8c8cae: Layer already exists 01:29:56 5f70bf18a086: Layer already exists 01:29:56 097100c76c15: Layer already exists 01:29:56 latest: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:56 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:29:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:29:57 5cae718a9548: Preparing 01:29:57 6f242e29b995: Preparing 01:29:57 71a87bc216b6: Preparing 01:29:57 15d559558418: Preparing 01:29:57 49ab1af3c99e: Preparing 01:29:57 a6e8ba43e27b: Preparing 01:29:57 be7b3b735499: Preparing 01:29:57 d1cfe0f2918f: Preparing 01:29:57 edbaa3a43fe3: Preparing 01:29:57 1c6956adaf90: Preparing 01:29:57 be7b3b735499: Waiting 01:29:57 d1cfe0f2918f: Waiting 01:29:57 a6e8ba43e27b: Waiting 01:29:57 edbaa3a43fe3: Waiting 01:29:57 19e8056bea33: Preparing 01:29:57 5f70bf18a086: Preparing 01:29:57 153e59121088: Preparing 01:29:57 1c6956adaf90: Waiting 01:29:57 19e8056bea33: Waiting 01:29:57 5f70bf18a086: Waiting 01:29:57 8c050816235f: Preparing 01:29:57 bbc9db8c8cae: Preparing 01:29:57 097100c76c15: Preparing 01:29:57 8c050816235f: Waiting 01:29:57 bbc9db8c8cae: Waiting 01:29:57 097100c76c15: Waiting 01:29:57 153e59121088: Waiting 01:29:57 71a87bc216b6: Layer already exists 01:29:57 5cae718a9548: Layer already exists 01:29:57 6f242e29b995: Layer already exists 01:29:57 15d559558418: Layer already exists 01:29:57 49ab1af3c99e: Layer already exists 01:29:57 a6e8ba43e27b: Layer already exists 01:29:57 edbaa3a43fe3: Layer already exists 01:29:57 be7b3b735499: Layer already exists 01:29:57 d1cfe0f2918f: Layer already exists 01:29:57 1c6956adaf90: Layer already exists 01:29:57 5f70bf18a086: Layer already exists 01:29:57 19e8056bea33: Layer already exists 01:29:57 153e59121088: Layer already exists 01:29:57 8c050816235f: Layer already exists 01:29:57 bbc9db8c8cae: Layer already exists 01:29:57 097100c76c15: Layer already exists 01:29:57 4.1.0-dev.42: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:57 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:29:57 5cae718a9548: Preparing 01:29:57 6f242e29b995: Preparing 01:29:57 71a87bc216b6: Preparing 01:29:57 15d559558418: Preparing 01:29:57 49ab1af3c99e: Preparing 01:29:57 a6e8ba43e27b: Preparing 01:29:57 be7b3b735499: Preparing 01:29:57 d1cfe0f2918f: Preparing 01:29:57 edbaa3a43fe3: Preparing 01:29:57 1c6956adaf90: Preparing 01:29:57 19e8056bea33: Preparing 01:29:57 5f70bf18a086: Preparing 01:29:57 153e59121088: Preparing 01:29:57 8c050816235f: Preparing 01:29:57 bbc9db8c8cae: Preparing 01:29:57 097100c76c15: Preparing 01:29:57 d1cfe0f2918f: Waiting 01:29:57 edbaa3a43fe3: Waiting 01:29:57 1c6956adaf90: Waiting 01:29:57 19e8056bea33: Waiting 01:29:57 5f70bf18a086: Waiting 01:29:57 153e59121088: Waiting 01:29:57 8c050816235f: Waiting 01:29:57 bbc9db8c8cae: Waiting 01:29:57 097100c76c15: Waiting 01:29:57 a6e8ba43e27b: Waiting 01:29:57 be7b3b735499: Waiting 01:29:57 15d559558418: Layer already exists 01:29:57 5cae718a9548: Layer already exists 01:29:57 6f242e29b995: Layer already exists 01:29:57 71a87bc216b6: Layer already exists 01:29:57 49ab1af3c99e: Layer already exists 01:29:57 a6e8ba43e27b: Layer already exists 01:29:57 be7b3b735499: Layer already exists 01:29:57 d1cfe0f2918f: Layer already exists 01:29:57 edbaa3a43fe3: Layer already exists 01:29:57 5f70bf18a086: Layer already exists 01:29:57 153e59121088: Layer already exists 01:29:57 19e8056bea33: Layer already exists 01:29:57 1c6956adaf90: Layer already exists 01:29:57 8c050816235f: Layer already exists 01:29:57 bbc9db8c8cae: Layer already exists 01:29:57 097100c76c15: Layer already exists 01:29:57 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:58 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:58 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:29:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 01:29:58 5cae718a9548: Preparing 01:29:58 6f242e29b995: Preparing 01:29:58 71a87bc216b6: Preparing 01:29:58 15d559558418: Preparing 01:29:58 49ab1af3c99e: Preparing 01:29:58 a6e8ba43e27b: Preparing 01:29:58 be7b3b735499: Preparing 01:29:58 d1cfe0f2918f: Preparing 01:29:58 edbaa3a43fe3: Preparing 01:29:58 1c6956adaf90: Preparing 01:29:58 19e8056bea33: Preparing 01:29:58 5f70bf18a086: Preparing 01:29:58 153e59121088: Preparing 01:29:58 8c050816235f: Preparing 01:29:58 bbc9db8c8cae: Preparing 01:29:58 097100c76c15: Preparing 01:29:58 be7b3b735499: Waiting 01:29:58 d1cfe0f2918f: Waiting 01:29:58 153e59121088: Waiting 01:29:58 8c050816235f: Waiting 01:29:58 bbc9db8c8cae: Waiting 01:29:58 097100c76c15: Waiting 01:29:58 edbaa3a43fe3: Waiting 01:29:58 1c6956adaf90: Waiting 01:29:58 19e8056bea33: Waiting 01:29:58 5f70bf18a086: Waiting 01:29:58 a6e8ba43e27b: Waiting 01:29:58 49ab1af3c99e: Layer already exists 01:29:58 5cae718a9548: Layer already exists 01:29:58 71a87bc216b6: Layer already exists 01:29:58 15d559558418: Layer already exists 01:29:58 6f242e29b995: Layer already exists 01:29:58 d1cfe0f2918f: Layer already exists 01:29:58 edbaa3a43fe3: Layer already exists 01:29:58 be7b3b735499: Layer already exists 01:29:58 a6e8ba43e27b: Layer already exists 01:29:58 1c6956adaf90: Layer already exists 01:29:58 19e8056bea33: Layer already exists 01:29:58 5f70bf18a086: Layer already exists 01:29:58 8c050816235f: Layer already exists 01:29:58 153e59121088: Layer already exists 01:29:58 bbc9db8c8cae: Layer already exists 01:29:58 097100c76c15: Layer already exists 01:29:58 main: digest: sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 size: 3644 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:29:58 ===================================================== [Pipeline] echo 01:29:58 taggedImages: 01:29:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:29:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:29:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:29:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:58 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 01:29:58 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 01:29:58 941bb66238a204f12d036216aea2f59b186e8d62 01:29:58 latest 01:29:58 4.1.0-dev.42 01:29:58 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:29:58 main 01:29:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:58 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 01:29:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:29:59 89055dcb77fe: Preparing 01:29:59 81d62c7363de: Preparing 01:29:59 e880f20501ce: Preparing 01:29:59 72dd132f331d: Preparing 01:29:59 d1cfe0f2918f: Preparing 01:29:59 edbaa3a43fe3: Preparing 01:29:59 e4ae7b24702e: Preparing 01:29:59 0ae1aa0b32ae: Preparing 01:29:59 097100c76c15: Preparing 01:29:59 edbaa3a43fe3: Waiting 01:29:59 e4ae7b24702e: Waiting 01:29:59 0ae1aa0b32ae: Waiting 01:29:59 097100c76c15: Waiting 01:29:59 d1cfe0f2918f: Layer already exists 01:29:59 edbaa3a43fe3: Layer already exists 01:29:59 e4ae7b24702e: Layer already exists 01:29:59 81d62c7363de: Pushed 01:29:59 0ae1aa0b32ae: Layer already exists 01:29:59 e880f20501ce: Pushed 01:29:59 89055dcb77fe: Pushed 01:29:59 097100c76c15: Layer already exists 01:30:02 72dd132f331d: Pushed 01:30:02 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:30:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:30:03 89055dcb77fe: Preparing 01:30:03 81d62c7363de: Preparing 01:30:03 e880f20501ce: Preparing 01:30:03 72dd132f331d: Preparing 01:30:03 d1cfe0f2918f: Preparing 01:30:03 edbaa3a43fe3: Preparing 01:30:03 e4ae7b24702e: Preparing 01:30:03 0ae1aa0b32ae: Preparing 01:30:03 097100c76c15: Preparing 01:30:03 e4ae7b24702e: Waiting 01:30:03 097100c76c15: Waiting 01:30:03 edbaa3a43fe3: Waiting 01:30:03 0ae1aa0b32ae: Waiting 01:30:03 e880f20501ce: Layer already exists 01:30:03 89055dcb77fe: Layer already exists 01:30:03 d1cfe0f2918f: Layer already exists 01:30:03 72dd132f331d: Layer already exists 01:30:03 81d62c7363de: Layer already exists 01:30:03 0ae1aa0b32ae: Layer already exists 01:30:03 e4ae7b24702e: Layer already exists 01:30:03 edbaa3a43fe3: Layer already exists 01:30:03 097100c76c15: Layer already exists 01:30:03 latest: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:03 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:30:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:30:04 89055dcb77fe: Preparing 01:30:04 81d62c7363de: Preparing 01:30:04 e880f20501ce: Preparing 01:30:04 72dd132f331d: Preparing 01:30:04 d1cfe0f2918f: Preparing 01:30:04 edbaa3a43fe3: Preparing 01:30:04 e4ae7b24702e: Preparing 01:30:04 0ae1aa0b32ae: Preparing 01:30:04 097100c76c15: Preparing 01:30:04 edbaa3a43fe3: Waiting 01:30:04 e4ae7b24702e: Waiting 01:30:04 0ae1aa0b32ae: Waiting 01:30:04 097100c76c15: Waiting 01:30:04 d1cfe0f2918f: Layer already exists 01:30:04 89055dcb77fe: Layer already exists 01:30:04 81d62c7363de: Layer already exists 01:30:04 e880f20501ce: Layer already exists 01:30:04 72dd132f331d: Layer already exists 01:30:04 edbaa3a43fe3: Layer already exists 01:30:04 e4ae7b24702e: Layer already exists 01:30:04 097100c76c15: Layer already exists 01:30:04 0ae1aa0b32ae: Layer already exists 01:30:04 4.1.0-dev.42: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:04 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:30:04 89055dcb77fe: Preparing 01:30:04 81d62c7363de: Preparing 01:30:04 e880f20501ce: Preparing 01:30:04 72dd132f331d: Preparing 01:30:04 d1cfe0f2918f: Preparing 01:30:04 edbaa3a43fe3: Preparing 01:30:04 e4ae7b24702e: Preparing 01:30:04 0ae1aa0b32ae: Preparing 01:30:04 097100c76c15: Preparing 01:30:04 0ae1aa0b32ae: Waiting 01:30:04 097100c76c15: Waiting 01:30:04 e4ae7b24702e: Waiting 01:30:04 edbaa3a43fe3: Waiting 01:30:04 81d62c7363de: Layer already exists 01:30:04 89055dcb77fe: Layer already exists 01:30:04 e880f20501ce: Layer already exists 01:30:04 72dd132f331d: Layer already exists 01:30:04 d1cfe0f2918f: Layer already exists 01:30:04 0ae1aa0b32ae: Layer already exists 01:30:04 edbaa3a43fe3: Layer already exists 01:30:04 e4ae7b24702e: Layer already exists 01:30:04 097100c76c15: Layer already exists 01:30:04 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:05 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:05 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:30:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 01:30:05 89055dcb77fe: Preparing 01:30:05 81d62c7363de: Preparing 01:30:05 e880f20501ce: Preparing 01:30:05 72dd132f331d: Preparing 01:30:05 d1cfe0f2918f: Preparing 01:30:05 edbaa3a43fe3: Preparing 01:30:05 e4ae7b24702e: Preparing 01:30:05 0ae1aa0b32ae: Preparing 01:30:05 097100c76c15: Preparing 01:30:05 e4ae7b24702e: Waiting 01:30:05 edbaa3a43fe3: Waiting 01:30:05 0ae1aa0b32ae: Waiting 01:30:05 097100c76c15: Waiting 01:30:05 89055dcb77fe: Layer already exists 01:30:05 e880f20501ce: Layer already exists 01:30:05 81d62c7363de: Layer already exists 01:30:05 72dd132f331d: Layer already exists 01:30:05 d1cfe0f2918f: Layer already exists 01:30:05 0ae1aa0b32ae: Layer already exists 01:30:05 e4ae7b24702e: Layer already exists 01:30:05 edbaa3a43fe3: Layer already exists 01:30:05 097100c76c15: Layer already exists 01:30:05 main: digest: sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 size: 2193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:30:05 ===================================================== [Pipeline] echo 01:30:05 taggedImages: 01:30:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 01:30:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:30:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:30:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:05 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 01:30:05 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 01:30:05 941bb66238a204f12d036216aea2f59b186e8d62 01:30:05 latest 01:30:05 4.1.0-dev.42 01:30:05 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:05 main 01:30:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:05 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:30:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:30:06 fd301ce45725: Preparing 01:30:06 512db05ef9ec: Preparing 01:30:06 e3f88705c12c: Preparing 01:30:06 4da945b2d0a9: Preparing 01:30:06 e8969cbbb27b: Preparing 01:30:06 d1cfe0f2918f: Preparing 01:30:06 edbaa3a43fe3: Preparing 01:30:06 0363204425c6: Preparing 01:30:06 ca1e94d22bb6: Preparing 01:30:06 0541ac08a130: Preparing 01:30:06 097100c76c15: Preparing 01:30:06 d1cfe0f2918f: Waiting 01:30:06 edbaa3a43fe3: Waiting 01:30:06 0363204425c6: Waiting 01:30:06 ca1e94d22bb6: Waiting 01:30:06 0541ac08a130: Waiting 01:30:06 097100c76c15: Waiting 01:30:06 4da945b2d0a9: Pushed 01:30:06 fd301ce45725: Pushed 01:30:06 e8969cbbb27b: Pushed 01:30:06 512db05ef9ec: Pushed 01:30:06 edbaa3a43fe3: Layer already exists 01:30:06 d1cfe0f2918f: Layer already exists 01:30:06 097100c76c15: Layer already exists 01:30:06 0363204425c6: Pushed 01:30:06 ca1e94d22bb6: Pushed 01:30:07 0541ac08a130: Pushed 01:30:09 e3f88705c12c: Pushed 01:30:09 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:09 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:30:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:30:09 fd301ce45725: Preparing 01:30:09 512db05ef9ec: Preparing 01:30:09 e3f88705c12c: Preparing 01:30:09 4da945b2d0a9: Preparing 01:30:09 e8969cbbb27b: Preparing 01:30:09 d1cfe0f2918f: Preparing 01:30:09 edbaa3a43fe3: Preparing 01:30:09 0363204425c6: Preparing 01:30:09 ca1e94d22bb6: Preparing 01:30:09 0541ac08a130: Preparing 01:30:09 097100c76c15: Preparing 01:30:09 d1cfe0f2918f: Waiting 01:30:09 edbaa3a43fe3: Waiting 01:30:09 0541ac08a130: Waiting 01:30:09 0363204425c6: Waiting 01:30:09 097100c76c15: Waiting 01:30:09 ca1e94d22bb6: Waiting 01:30:09 e3f88705c12c: Layer already exists 01:30:09 fd301ce45725: Layer already exists 01:30:09 512db05ef9ec: Layer already exists 01:30:09 4da945b2d0a9: Layer already exists 01:30:09 e8969cbbb27b: Layer already exists 01:30:09 d1cfe0f2918f: Layer already exists 01:30:09 edbaa3a43fe3: Layer already exists 01:30:09 0541ac08a130: Layer already exists 01:30:09 ca1e94d22bb6: Layer already exists 01:30:09 0363204425c6: Layer already exists 01:30:09 097100c76c15: Layer already exists 01:30:09 latest: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:30:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:30:10 fd301ce45725: Preparing 01:30:10 512db05ef9ec: Preparing 01:30:10 e3f88705c12c: Preparing 01:30:10 4da945b2d0a9: Preparing 01:30:10 e8969cbbb27b: Preparing 01:30:10 d1cfe0f2918f: Preparing 01:30:10 edbaa3a43fe3: Preparing 01:30:10 0363204425c6: Preparing 01:30:10 ca1e94d22bb6: Preparing 01:30:10 0541ac08a130: Preparing 01:30:10 097100c76c15: Preparing 01:30:10 d1cfe0f2918f: Waiting 01:30:10 ca1e94d22bb6: Waiting 01:30:10 0541ac08a130: Waiting 01:30:10 097100c76c15: Waiting 01:30:10 edbaa3a43fe3: Waiting 01:30:10 0363204425c6: Waiting 01:30:10 e3f88705c12c: Layer already exists 01:30:10 fd301ce45725: Layer already exists 01:30:10 4da945b2d0a9: Layer already exists 01:30:10 e8969cbbb27b: Layer already exists 01:30:10 512db05ef9ec: Layer already exists 01:30:10 d1cfe0f2918f: Layer already exists 01:30:10 edbaa3a43fe3: Layer already exists 01:30:10 ca1e94d22bb6: Layer already exists 01:30:10 0363204425c6: Layer already exists 01:30:10 0541ac08a130: Layer already exists 01:30:10 097100c76c15: Layer already exists 01:30:10 4.1.0-dev.42: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:10 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:30:11 fd301ce45725: Preparing 01:30:11 512db05ef9ec: Preparing 01:30:11 e3f88705c12c: Preparing 01:30:11 4da945b2d0a9: Preparing 01:30:11 e8969cbbb27b: Preparing 01:30:11 d1cfe0f2918f: Preparing 01:30:11 edbaa3a43fe3: Preparing 01:30:11 0363204425c6: Preparing 01:30:11 ca1e94d22bb6: Preparing 01:30:11 0541ac08a130: Preparing 01:30:11 097100c76c15: Preparing 01:30:11 0363204425c6: Waiting 01:30:11 ca1e94d22bb6: Waiting 01:30:11 0541ac08a130: Waiting 01:30:11 097100c76c15: Waiting 01:30:11 d1cfe0f2918f: Waiting 01:30:11 edbaa3a43fe3: Waiting 01:30:11 e3f88705c12c: Layer already exists 01:30:11 e8969cbbb27b: Layer already exists 01:30:11 4da945b2d0a9: Layer already exists 01:30:11 fd301ce45725: Layer already exists 01:30:11 512db05ef9ec: Layer already exists 01:30:11 edbaa3a43fe3: Layer already exists 01:30:11 0363204425c6: Layer already exists 01:30:11 d1cfe0f2918f: Layer already exists 01:30:11 0541ac08a130: Layer already exists 01:30:11 ca1e94d22bb6: Layer already exists 01:30:11 097100c76c15: Layer already exists 01:30:11 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:11 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:30:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 01:30:11 fd301ce45725: Preparing 01:30:11 512db05ef9ec: Preparing 01:30:11 e3f88705c12c: Preparing 01:30:11 4da945b2d0a9: Preparing 01:30:11 e8969cbbb27b: Preparing 01:30:11 d1cfe0f2918f: Preparing 01:30:11 edbaa3a43fe3: Preparing 01:30:11 0363204425c6: Preparing 01:30:11 ca1e94d22bb6: Preparing 01:30:11 0541ac08a130: Preparing 01:30:11 097100c76c15: Preparing 01:30:11 d1cfe0f2918f: Waiting 01:30:11 ca1e94d22bb6: Waiting 01:30:11 edbaa3a43fe3: Waiting 01:30:11 0541ac08a130: Waiting 01:30:11 097100c76c15: Waiting 01:30:11 0363204425c6: Waiting 01:30:11 fd301ce45725: Layer already exists 01:30:11 e8969cbbb27b: Layer already exists 01:30:11 512db05ef9ec: Layer already exists 01:30:11 e3f88705c12c: Layer already exists 01:30:11 4da945b2d0a9: Layer already exists 01:30:11 edbaa3a43fe3: Layer already exists 01:30:11 0363204425c6: Layer already exists 01:30:11 d1cfe0f2918f: Layer already exists 01:30:11 0541ac08a130: Layer already exists 01:30:11 ca1e94d22bb6: Layer already exists 01:30:11 097100c76c15: Layer already exists 01:30:11 main: digest: sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:30:11 ===================================================== [Pipeline] echo 01:30:11 taggedImages: 01:30:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:30:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:30:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:30:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:11 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 01:30:11 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 01:30:11 941bb66238a204f12d036216aea2f59b186e8d62 01:30:11 latest 01:30:11 4.1.0-dev.42 01:30:11 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:11 main 01:30:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:12 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:30:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:30:12 c3101afa0b1c: Preparing 01:30:12 18a588b7f6df: Preparing 01:30:12 8eaad4721009: Preparing 01:30:12 2918bec61df6: Preparing 01:30:12 9b8bb9ad7dd7: Preparing 01:30:12 0a39be27307e: Preparing 01:30:12 f5938b455831: Preparing 01:30:12 d1cfe0f2918f: Preparing 01:30:12 edbaa3a43fe3: Preparing 01:30:12 1f7771007d4f: Preparing 01:30:12 ca8880eac408: Preparing 01:30:12 097100c76c15: Preparing 01:30:12 d1cfe0f2918f: Waiting 01:30:12 edbaa3a43fe3: Waiting 01:30:12 097100c76c15: Waiting 01:30:12 1f7771007d4f: Waiting 01:30:12 ca8880eac408: Waiting 01:30:12 f5938b455831: Waiting 01:30:12 18a588b7f6df: Pushed 01:30:12 c3101afa0b1c: Pushed 01:30:12 9b8bb9ad7dd7: Pushed 01:30:12 d1cfe0f2918f: Layer already exists 01:30:12 edbaa3a43fe3: Layer already exists 01:30:12 0a39be27307e: Pushed 01:30:12 f5938b455831: Pushed 01:30:12 097100c76c15: Layer already exists 01:30:12 1f7771007d4f: Pushed 01:30:14 ca8880eac408: Pushed 01:30:15 2918bec61df6: Pushed 01:30:15 8eaad4721009: Pushed 01:30:15 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:15 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:30:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:30:16 c3101afa0b1c: Preparing 01:30:16 18a588b7f6df: Preparing 01:30:16 8eaad4721009: Preparing 01:30:16 2918bec61df6: Preparing 01:30:16 9b8bb9ad7dd7: Preparing 01:30:16 0a39be27307e: Preparing 01:30:16 f5938b455831: Preparing 01:30:16 d1cfe0f2918f: Preparing 01:30:16 edbaa3a43fe3: Preparing 01:30:16 1f7771007d4f: Preparing 01:30:16 ca8880eac408: Preparing 01:30:16 097100c76c15: Preparing 01:30:16 edbaa3a43fe3: Waiting 01:30:16 0a39be27307e: Waiting 01:30:16 f5938b455831: Waiting 01:30:16 d1cfe0f2918f: Waiting 01:30:16 1f7771007d4f: Waiting 01:30:16 097100c76c15: Waiting 01:30:16 ca8880eac408: Waiting 01:30:16 8eaad4721009: Layer already exists 01:30:16 2918bec61df6: Layer already exists 01:30:16 c3101afa0b1c: Layer already exists 01:30:16 9b8bb9ad7dd7: Layer already exists 01:30:16 18a588b7f6df: Layer already exists 01:30:16 0a39be27307e: Layer already exists 01:30:16 f5938b455831: Layer already exists 01:30:16 d1cfe0f2918f: Layer already exists 01:30:16 edbaa3a43fe3: Layer already exists 01:30:16 1f7771007d4f: Layer already exists 01:30:16 ca8880eac408: Layer already exists 01:30:16 097100c76c15: Layer already exists 01:30:16 latest: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:16 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:16 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:30:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:30:16 c3101afa0b1c: Preparing 01:30:16 18a588b7f6df: Preparing 01:30:16 8eaad4721009: Preparing 01:30:16 2918bec61df6: Preparing 01:30:16 9b8bb9ad7dd7: Preparing 01:30:16 0a39be27307e: Preparing 01:30:16 f5938b455831: Preparing 01:30:16 d1cfe0f2918f: Preparing 01:30:16 edbaa3a43fe3: Preparing 01:30:16 1f7771007d4f: Preparing 01:30:16 ca8880eac408: Preparing 01:30:16 097100c76c15: Preparing 01:30:16 0a39be27307e: Waiting 01:30:16 edbaa3a43fe3: Waiting 01:30:16 1f7771007d4f: Waiting 01:30:16 ca8880eac408: Waiting 01:30:16 097100c76c15: Waiting 01:30:16 f5938b455831: Waiting 01:30:16 d1cfe0f2918f: Waiting 01:30:16 c3101afa0b1c: Layer already exists 01:30:16 9b8bb9ad7dd7: Layer already exists 01:30:16 18a588b7f6df: Layer already exists 01:30:16 2918bec61df6: Layer already exists 01:30:16 8eaad4721009: Layer already exists 01:30:16 d1cfe0f2918f: Layer already exists 01:30:16 0a39be27307e: Layer already exists 01:30:16 f5938b455831: Layer already exists 01:30:16 edbaa3a43fe3: Layer already exists 01:30:16 1f7771007d4f: Layer already exists 01:30:16 ca8880eac408: Layer already exists 01:30:16 097100c76c15: Layer already exists 01:30:16 4.1.0-dev.42: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:17 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:30:17 c3101afa0b1c: Preparing 01:30:17 18a588b7f6df: Preparing 01:30:17 8eaad4721009: Preparing 01:30:17 2918bec61df6: Preparing 01:30:17 9b8bb9ad7dd7: Preparing 01:30:17 0a39be27307e: Preparing 01:30:17 f5938b455831: Preparing 01:30:17 d1cfe0f2918f: Preparing 01:30:17 edbaa3a43fe3: Preparing 01:30:17 1f7771007d4f: Preparing 01:30:17 ca8880eac408: Preparing 01:30:17 097100c76c15: Preparing 01:30:17 0a39be27307e: Waiting 01:30:17 f5938b455831: Waiting 01:30:17 ca8880eac408: Waiting 01:30:17 d1cfe0f2918f: Waiting 01:30:17 1f7771007d4f: Waiting 01:30:17 097100c76c15: Waiting 01:30:17 edbaa3a43fe3: Waiting 01:30:17 8eaad4721009: Layer already exists 01:30:17 2918bec61df6: Layer already exists 01:30:17 9b8bb9ad7dd7: Layer already exists 01:30:17 18a588b7f6df: Layer already exists 01:30:17 c3101afa0b1c: Layer already exists 01:30:17 d1cfe0f2918f: Layer already exists 01:30:17 f5938b455831: Layer already exists 01:30:17 0a39be27307e: Layer already exists 01:30:17 edbaa3a43fe3: Layer already exists 01:30:17 1f7771007d4f: Layer already exists 01:30:17 ca8880eac408: Layer already exists 01:30:17 097100c76c15: Layer already exists 01:30:17 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:17 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:18 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:30:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 01:30:18 c3101afa0b1c: Preparing 01:30:18 18a588b7f6df: Preparing 01:30:18 8eaad4721009: Preparing 01:30:18 2918bec61df6: Preparing 01:30:18 9b8bb9ad7dd7: Preparing 01:30:18 0a39be27307e: Preparing 01:30:18 f5938b455831: Preparing 01:30:18 d1cfe0f2918f: Preparing 01:30:18 edbaa3a43fe3: Preparing 01:30:18 1f7771007d4f: Preparing 01:30:18 ca8880eac408: Preparing 01:30:18 097100c76c15: Preparing 01:30:18 0a39be27307e: Waiting 01:30:18 d1cfe0f2918f: Waiting 01:30:18 edbaa3a43fe3: Waiting 01:30:18 1f7771007d4f: Waiting 01:30:18 ca8880eac408: Waiting 01:30:18 097100c76c15: Waiting 01:30:18 f5938b455831: Waiting 01:30:18 c3101afa0b1c: Layer already exists 01:30:18 18a588b7f6df: Layer already exists 01:30:18 2918bec61df6: Layer already exists 01:30:18 8eaad4721009: Layer already exists 01:30:18 9b8bb9ad7dd7: Layer already exists 01:30:18 0a39be27307e: Layer already exists 01:30:18 d1cfe0f2918f: Layer already exists 01:30:18 f5938b455831: Layer already exists 01:30:18 edbaa3a43fe3: Layer already exists 01:30:18 1f7771007d4f: Layer already exists 01:30:18 ca8880eac408: Layer already exists 01:30:18 097100c76c15: Layer already exists 01:30:18 main: digest: sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 size: 2823 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:30:18 ===================================================== [Pipeline] echo 01:30:18 taggedImages: 01:30:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:30:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:30:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:30:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 01:30:18 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 01:30:18 941bb66238a204f12d036216aea2f59b186e8d62 01:30:18 latest 01:30:18 4.1.0-dev.42 01:30:18 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:18 main 01:30:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:18 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 01:30:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:30:18 c053d9f92bc5: Preparing 01:30:18 97d636b9f4a4: Preparing 01:30:18 d1cfe0f2918f: Preparing 01:30:18 edbaa3a43fe3: Preparing 01:30:18 290b185bfcd9: Preparing 01:30:18 3b9349942d85: Preparing 01:30:18 097100c76c15: Preparing 01:30:18 3b9349942d85: Waiting 01:30:18 097100c76c15: Waiting 01:30:18 d1cfe0f2918f: Layer already exists 01:30:18 edbaa3a43fe3: Layer already exists 01:30:18 097100c76c15: Layer already exists 01:30:18 290b185bfcd9: Pushed 01:30:18 c053d9f92bc5: Pushed 01:30:19 3b9349942d85: Pushed 01:30:21 97d636b9f4a4: Pushed 01:30:22 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:22 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:30:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:30:22 c053d9f92bc5: Preparing 01:30:22 97d636b9f4a4: Preparing 01:30:22 d1cfe0f2918f: Preparing 01:30:22 edbaa3a43fe3: Preparing 01:30:22 290b185bfcd9: Preparing 01:30:22 3b9349942d85: Preparing 01:30:22 097100c76c15: Preparing 01:30:22 097100c76c15: Waiting 01:30:22 3b9349942d85: Waiting 01:30:22 290b185bfcd9: Layer already exists 01:30:22 c053d9f92bc5: Layer already exists 01:30:22 97d636b9f4a4: Layer already exists 01:30:22 edbaa3a43fe3: Layer already exists 01:30:22 d1cfe0f2918f: Layer already exists 01:30:22 3b9349942d85: Layer already exists 01:30:22 097100c76c15: Layer already exists 01:30:22 latest: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:23 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:30:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:30:23 c053d9f92bc5: Preparing 01:30:23 97d636b9f4a4: Preparing 01:30:23 d1cfe0f2918f: Preparing 01:30:23 edbaa3a43fe3: Preparing 01:30:23 290b185bfcd9: Preparing 01:30:23 3b9349942d85: Preparing 01:30:23 097100c76c15: Preparing 01:30:23 3b9349942d85: Waiting 01:30:23 097100c76c15: Waiting 01:30:23 edbaa3a43fe3: Layer already exists 01:30:23 c053d9f92bc5: Layer already exists 01:30:23 290b185bfcd9: Layer already exists 01:30:23 d1cfe0f2918f: Layer already exists 01:30:23 97d636b9f4a4: Layer already exists 01:30:23 3b9349942d85: Layer already exists 01:30:23 097100c76c15: Layer already exists 01:30:23 4.1.0-dev.42: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:23 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:30:24 c053d9f92bc5: Preparing 01:30:24 97d636b9f4a4: Preparing 01:30:24 d1cfe0f2918f: Preparing 01:30:24 edbaa3a43fe3: Preparing 01:30:24 290b185bfcd9: Preparing 01:30:24 3b9349942d85: Preparing 01:30:24 097100c76c15: Preparing 01:30:24 097100c76c15: Waiting 01:30:24 3b9349942d85: Waiting 01:30:24 97d636b9f4a4: Layer already exists 01:30:24 c053d9f92bc5: Layer already exists 01:30:24 290b185bfcd9: Layer already exists 01:30:24 d1cfe0f2918f: Layer already exists 01:30:24 edbaa3a43fe3: Layer already exists 01:30:24 3b9349942d85: Layer already exists 01:30:24 097100c76c15: Layer already exists 01:30:24 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:24 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:24 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:30:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 01:30:24 c053d9f92bc5: Preparing 01:30:24 97d636b9f4a4: Preparing 01:30:24 d1cfe0f2918f: Preparing 01:30:24 edbaa3a43fe3: Preparing 01:30:24 290b185bfcd9: Preparing 01:30:24 3b9349942d85: Preparing 01:30:24 097100c76c15: Preparing 01:30:24 097100c76c15: Waiting 01:30:24 3b9349942d85: Waiting 01:30:24 edbaa3a43fe3: Layer already exists 01:30:24 97d636b9f4a4: Layer already exists 01:30:24 c053d9f92bc5: Layer already exists 01:30:24 d1cfe0f2918f: Layer already exists 01:30:24 290b185bfcd9: Layer already exists 01:30:24 097100c76c15: Layer already exists 01:30:24 3b9349942d85: Layer already exists 01:30:24 main: digest: sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:30:24 ===================================================== [Pipeline] echo 01:30:24 taggedImages: 01:30:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 01:30:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:30:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:30:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:24 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 01:30:24 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 01:30:24 941bb66238a204f12d036216aea2f59b186e8d62 01:30:24 latest 01:30:24 4.1.0-dev.42 01:30:24 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:24 main 01:30:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:25 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 01:30:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:30:25 743951ff68b3: Preparing 01:30:25 bcaedec1cba6: Preparing 01:30:25 2a18ef8be1e5: Preparing 01:30:25 d1cfe0f2918f: Preparing 01:30:25 edbaa3a43fe3: Preparing 01:30:25 f181e8d6db6b: Preparing 01:30:25 36804331982e: Preparing 01:30:25 4342a3581bd5: Preparing 01:30:25 bdda1d3d07a3: Preparing 01:30:25 097100c76c15: Preparing 01:30:25 f181e8d6db6b: Waiting 01:30:25 36804331982e: Waiting 01:30:25 4342a3581bd5: Waiting 01:30:25 bdda1d3d07a3: Waiting 01:30:25 097100c76c15: Waiting 01:30:25 d1cfe0f2918f: Layer already exists 01:30:25 edbaa3a43fe3: Layer already exists 01:30:25 743951ff68b3: Pushed 01:30:25 2a18ef8be1e5: Pushed 01:30:25 bcaedec1cba6: Pushed 01:30:25 097100c76c15: Layer already exists 01:30:25 4342a3581bd5: Pushed 01:30:26 bdda1d3d07a3: Pushed 01:30:30 36804331982e: Pushed 01:30:38 f181e8d6db6b: Pushed 01:30:38 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:38 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:30:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:30:39 743951ff68b3: Preparing 01:30:39 bcaedec1cba6: Preparing 01:30:39 2a18ef8be1e5: Preparing 01:30:39 d1cfe0f2918f: Preparing 01:30:39 edbaa3a43fe3: Preparing 01:30:39 f181e8d6db6b: Preparing 01:30:39 36804331982e: Preparing 01:30:39 4342a3581bd5: Preparing 01:30:39 f181e8d6db6b: Waiting 01:30:39 36804331982e: Waiting 01:30:39 bdda1d3d07a3: Preparing 01:30:39 097100c76c15: Preparing 01:30:39 097100c76c15: Waiting 01:30:39 bdda1d3d07a3: Waiting 01:30:39 4342a3581bd5: Waiting 01:30:39 edbaa3a43fe3: Layer already exists 01:30:39 743951ff68b3: Layer already exists 01:30:39 bcaedec1cba6: Layer already exists 01:30:39 d1cfe0f2918f: Layer already exists 01:30:39 2a18ef8be1e5: Layer already exists 01:30:39 36804331982e: Layer already exists 01:30:39 f181e8d6db6b: Layer already exists 01:30:39 4342a3581bd5: Layer already exists 01:30:39 bdda1d3d07a3: Layer already exists 01:30:39 097100c76c15: Layer already exists 01:30:39 latest: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:30:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:30:39 743951ff68b3: Preparing 01:30:39 bcaedec1cba6: Preparing 01:30:39 2a18ef8be1e5: Preparing 01:30:39 d1cfe0f2918f: Preparing 01:30:39 edbaa3a43fe3: Preparing 01:30:39 f181e8d6db6b: Preparing 01:30:39 36804331982e: Preparing 01:30:39 4342a3581bd5: Preparing 01:30:39 bdda1d3d07a3: Preparing 01:30:39 097100c76c15: Preparing 01:30:39 f181e8d6db6b: Waiting 01:30:39 36804331982e: Waiting 01:30:39 4342a3581bd5: Waiting 01:30:39 097100c76c15: Waiting 01:30:39 bdda1d3d07a3: Waiting 01:30:39 bcaedec1cba6: Layer already exists 01:30:39 d1cfe0f2918f: Layer already exists 01:30:39 edbaa3a43fe3: Layer already exists 01:30:39 743951ff68b3: Layer already exists 01:30:39 2a18ef8be1e5: Layer already exists 01:30:39 36804331982e: Layer already exists 01:30:39 4342a3581bd5: Layer already exists 01:30:39 f181e8d6db6b: Layer already exists 01:30:39 bdda1d3d07a3: Layer already exists 01:30:39 097100c76c15: Layer already exists 01:30:39 4.1.0-dev.42: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:30:40 743951ff68b3: Preparing 01:30:40 bcaedec1cba6: Preparing 01:30:40 2a18ef8be1e5: Preparing 01:30:40 d1cfe0f2918f: Preparing 01:30:40 edbaa3a43fe3: Preparing 01:30:40 f181e8d6db6b: Preparing 01:30:40 36804331982e: Preparing 01:30:40 4342a3581bd5: Preparing 01:30:40 bdda1d3d07a3: Preparing 01:30:40 097100c76c15: Preparing 01:30:40 f181e8d6db6b: Waiting 01:30:40 36804331982e: Waiting 01:30:40 4342a3581bd5: Waiting 01:30:40 bdda1d3d07a3: Waiting 01:30:40 097100c76c15: Waiting 01:30:40 d1cfe0f2918f: Layer already exists 01:30:40 743951ff68b3: Layer already exists 01:30:40 2a18ef8be1e5: Layer already exists 01:30:40 bcaedec1cba6: Layer already exists 01:30:40 edbaa3a43fe3: Layer already exists 01:30:40 f181e8d6db6b: Layer already exists 01:30:40 36804331982e: Layer already exists 01:30:40 bdda1d3d07a3: Layer already exists 01:30:40 4342a3581bd5: Layer already exists 01:30:40 097100c76c15: Layer already exists 01:30:40 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:40 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 01:30:41 743951ff68b3: Preparing 01:30:41 bcaedec1cba6: Preparing 01:30:41 2a18ef8be1e5: Preparing 01:30:41 d1cfe0f2918f: Preparing 01:30:41 edbaa3a43fe3: Preparing 01:30:41 f181e8d6db6b: Preparing 01:30:41 36804331982e: Preparing 01:30:41 4342a3581bd5: Preparing 01:30:41 bdda1d3d07a3: Preparing 01:30:41 097100c76c15: Preparing 01:30:41 36804331982e: Waiting 01:30:41 4342a3581bd5: Waiting 01:30:41 bdda1d3d07a3: Waiting 01:30:41 097100c76c15: Waiting 01:30:41 f181e8d6db6b: Waiting 01:30:41 edbaa3a43fe3: Layer already exists 01:30:41 bcaedec1cba6: Layer already exists 01:30:41 743951ff68b3: Layer already exists 01:30:41 d1cfe0f2918f: Layer already exists 01:30:41 2a18ef8be1e5: Layer already exists 01:30:41 f181e8d6db6b: Layer already exists 01:30:41 4342a3581bd5: Layer already exists 01:30:41 36804331982e: Layer already exists 01:30:41 097100c76c15: Layer already exists 01:30:41 bdda1d3d07a3: Layer already exists 01:30:41 main: digest: sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:30:41 ===================================================== [Pipeline] echo 01:30:41 taggedImages: 01:30:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 01:30:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:30:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:30:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:41 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 01:30:41 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 01:30:41 941bb66238a204f12d036216aea2f59b186e8d62 01:30:41 latest 01:30:41 4.1.0-dev.42 01:30:41 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:41 main 01:30:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:41 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 01:30:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:30:41 a1f725d76eb1: Preparing 01:30:41 b794119fe76f: Preparing 01:30:41 03fe02a23f80: Preparing 01:30:41 d1cfe0f2918f: Preparing 01:30:41 edbaa3a43fe3: Preparing 01:30:41 f181e8d6db6b: Preparing 01:30:41 89004e77c4cd: Preparing 01:30:41 703e46de2d83: Preparing 01:30:41 097100c76c15: Preparing 01:30:41 89004e77c4cd: Waiting 01:30:41 703e46de2d83: Waiting 01:30:41 097100c76c15: Waiting 01:30:41 f181e8d6db6b: Waiting 01:30:41 d1cfe0f2918f: Layer already exists 01:30:41 edbaa3a43fe3: Layer already exists 01:30:41 f181e8d6db6b: Layer already exists 01:30:41 03fe02a23f80: Pushed 01:30:41 b794119fe76f: Pushed 01:30:41 097100c76c15: Layer already exists 01:30:41 a1f725d76eb1: Pushed 01:30:41 89004e77c4cd: Pushed 01:30:42 703e46de2d83: Pushed 01:30:42 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:42 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:30:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:30:43 a1f725d76eb1: Preparing 01:30:43 b794119fe76f: Preparing 01:30:43 03fe02a23f80: Preparing 01:30:43 d1cfe0f2918f: Preparing 01:30:43 edbaa3a43fe3: Preparing 01:30:43 f181e8d6db6b: Preparing 01:30:43 89004e77c4cd: Preparing 01:30:43 703e46de2d83: Preparing 01:30:43 097100c76c15: Preparing 01:30:43 89004e77c4cd: Waiting 01:30:43 f181e8d6db6b: Waiting 01:30:43 097100c76c15: Waiting 01:30:43 703e46de2d83: Waiting 01:30:43 a1f725d76eb1: Layer already exists 01:30:43 03fe02a23f80: Layer already exists 01:30:43 b794119fe76f: Layer already exists 01:30:43 d1cfe0f2918f: Layer already exists 01:30:43 edbaa3a43fe3: Layer already exists 01:30:43 f181e8d6db6b: Layer already exists 01:30:43 89004e77c4cd: Layer already exists 01:30:43 703e46de2d83: Layer already exists 01:30:43 097100c76c15: Layer already exists 01:30:43 latest: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:43 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:30:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:30:43 a1f725d76eb1: Preparing 01:30:43 b794119fe76f: Preparing 01:30:43 03fe02a23f80: Preparing 01:30:43 d1cfe0f2918f: Preparing 01:30:43 edbaa3a43fe3: Preparing 01:30:43 f181e8d6db6b: Preparing 01:30:43 89004e77c4cd: Preparing 01:30:43 703e46de2d83: Preparing 01:30:43 097100c76c15: Preparing 01:30:43 f181e8d6db6b: Waiting 01:30:43 097100c76c15: Waiting 01:30:43 89004e77c4cd: Waiting 01:30:43 703e46de2d83: Waiting 01:30:43 edbaa3a43fe3: Layer already exists 01:30:43 d1cfe0f2918f: Layer already exists 01:30:43 03fe02a23f80: Layer already exists 01:30:43 a1f725d76eb1: Layer already exists 01:30:43 b794119fe76f: Layer already exists 01:30:43 89004e77c4cd: Layer already exists 01:30:43 703e46de2d83: Layer already exists 01:30:43 f181e8d6db6b: Layer already exists 01:30:43 097100c76c15: Layer already exists 01:30:43 4.1.0-dev.42: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:30:44 a1f725d76eb1: Preparing 01:30:44 b794119fe76f: Preparing 01:30:44 03fe02a23f80: Preparing 01:30:44 d1cfe0f2918f: Preparing 01:30:44 edbaa3a43fe3: Preparing 01:30:44 f181e8d6db6b: Preparing 01:30:44 89004e77c4cd: Preparing 01:30:44 703e46de2d83: Preparing 01:30:44 097100c76c15: Preparing 01:30:44 703e46de2d83: Waiting 01:30:44 f181e8d6db6b: Waiting 01:30:44 89004e77c4cd: Waiting 01:30:44 097100c76c15: Waiting 01:30:44 edbaa3a43fe3: Layer already exists 01:30:44 d1cfe0f2918f: Layer already exists 01:30:44 b794119fe76f: Layer already exists 01:30:44 a1f725d76eb1: Layer already exists 01:30:44 03fe02a23f80: Layer already exists 01:30:44 f181e8d6db6b: Layer already exists 01:30:44 89004e77c4cd: Layer already exists 01:30:44 097100c76c15: Layer already exists 01:30:44 703e46de2d83: Layer already exists 01:30:44 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 01:30:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 01:30:45 a1f725d76eb1: Preparing 01:30:45 b794119fe76f: Preparing 01:30:45 03fe02a23f80: Preparing 01:30:45 d1cfe0f2918f: Preparing 01:30:45 edbaa3a43fe3: Preparing 01:30:45 f181e8d6db6b: Preparing 01:30:45 89004e77c4cd: Preparing 01:30:45 703e46de2d83: Preparing 01:30:45 097100c76c15: Preparing 01:30:45 f181e8d6db6b: Waiting 01:30:45 703e46de2d83: Waiting 01:30:45 89004e77c4cd: Waiting 01:30:45 097100c76c15: Waiting 01:30:45 d1cfe0f2918f: Layer already exists 01:30:45 03fe02a23f80: Layer already exists 01:30:45 a1f725d76eb1: Layer already exists 01:30:45 edbaa3a43fe3: Layer already exists 01:30:45 b794119fe76f: Layer already exists 01:30:45 703e46de2d83: Layer already exists 01:30:45 f181e8d6db6b: Layer already exists 01:30:45 89004e77c4cd: Layer already exists 01:30:45 097100c76c15: Layer already exists 01:30:45 main: digest: sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:30:45 ===================================================== [Pipeline] echo 01:30:45 taggedImages: 01:30:45 - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 01:30:45 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:30:45 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:30:45 - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:45 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 01:30:45 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 01:30:45 941bb66238a204f12d036216aea2f59b186e8d62 01:30:45 latest 01:30:45 4.1.0-dev.42 01:30:45 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:30:45 main 01:30:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:45 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:30:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 01:30:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:30:45 743951ff68b3: Preparing 01:30:45 37de31a230b5: Preparing 01:30:45 82ee759d9bf8: Preparing 01:30:45 d1cfe0f2918f: Preparing 01:30:45 edbaa3a43fe3: Preparing 01:30:45 3db652be51f0: Preparing 01:30:45 4342a3581bd5: Preparing 01:30:45 bdda1d3d07a3: Preparing 01:30:45 097100c76c15: Preparing 01:30:45 3db652be51f0: Waiting 01:30:45 bdda1d3d07a3: Waiting 01:30:45 097100c76c15: Waiting 01:30:45 4342a3581bd5: Waiting 01:30:45 edbaa3a43fe3: Layer already exists 01:30:45 743951ff68b3: Layer already exists 01:30:45 d1cfe0f2918f: Layer already exists 01:30:45 4342a3581bd5: Layer already exists 01:30:45 bdda1d3d07a3: Layer already exists 01:30:45 097100c76c15: Layer already exists 01:30:45 82ee759d9bf8: Pushed 01:30:45 37de31a230b5: Pushed 01:31:00 3db652be51f0: Pushed 01:31:00 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:31:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:31:01 743951ff68b3: Preparing 01:31:01 37de31a230b5: Preparing 01:31:01 82ee759d9bf8: Preparing 01:31:01 d1cfe0f2918f: Preparing 01:31:01 edbaa3a43fe3: Preparing 01:31:01 3db652be51f0: Preparing 01:31:01 4342a3581bd5: Preparing 01:31:01 bdda1d3d07a3: Preparing 01:31:01 097100c76c15: Preparing 01:31:01 4342a3581bd5: Waiting 01:31:01 097100c76c15: Waiting 01:31:01 bdda1d3d07a3: Waiting 01:31:01 3db652be51f0: Waiting 01:31:01 d1cfe0f2918f: Layer already exists 01:31:01 82ee759d9bf8: Layer already exists 01:31:01 edbaa3a43fe3: Layer already exists 01:31:01 37de31a230b5: Layer already exists 01:31:01 743951ff68b3: Layer already exists 01:31:01 3db652be51f0: Layer already exists 01:31:01 bdda1d3d07a3: Layer already exists 01:31:01 4342a3581bd5: Layer already exists 01:31:01 097100c76c15: Layer already exists 01:31:01 latest: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:01 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:31:02 743951ff68b3: Preparing 01:31:02 37de31a230b5: Preparing 01:31:02 82ee759d9bf8: Preparing 01:31:02 d1cfe0f2918f: Preparing 01:31:02 edbaa3a43fe3: Preparing 01:31:02 3db652be51f0: Preparing 01:31:02 4342a3581bd5: Preparing 01:31:02 bdda1d3d07a3: Preparing 01:31:02 097100c76c15: Preparing 01:31:02 4342a3581bd5: Waiting 01:31:02 097100c76c15: Waiting 01:31:02 bdda1d3d07a3: Waiting 01:31:02 3db652be51f0: Waiting 01:31:02 743951ff68b3: Layer already exists 01:31:02 82ee759d9bf8: Layer already exists 01:31:02 d1cfe0f2918f: Layer already exists 01:31:02 37de31a230b5: Layer already exists 01:31:02 edbaa3a43fe3: Layer already exists 01:31:02 3db652be51f0: Layer already exists 01:31:02 4342a3581bd5: Layer already exists 01:31:02 097100c76c15: Layer already exists 01:31:02 bdda1d3d07a3: Layer already exists 01:31:02 4.1.0-dev.42: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:31:02 743951ff68b3: Preparing 01:31:02 37de31a230b5: Preparing 01:31:02 82ee759d9bf8: Preparing 01:31:02 d1cfe0f2918f: Preparing 01:31:02 edbaa3a43fe3: Preparing 01:31:02 3db652be51f0: Preparing 01:31:02 4342a3581bd5: Preparing 01:31:02 bdda1d3d07a3: Preparing 01:31:02 097100c76c15: Preparing 01:31:02 3db652be51f0: Waiting 01:31:02 4342a3581bd5: Waiting 01:31:02 bdda1d3d07a3: Waiting 01:31:02 097100c76c15: Waiting 01:31:02 37de31a230b5: Layer already exists 01:31:02 743951ff68b3: Layer already exists 01:31:02 82ee759d9bf8: Layer already exists 01:31:02 d1cfe0f2918f: Layer already exists 01:31:02 edbaa3a43fe3: Layer already exists 01:31:02 3db652be51f0: Layer already exists 01:31:02 bdda1d3d07a3: Layer already exists 01:31:02 097100c76c15: Layer already exists 01:31:02 4342a3581bd5: Layer already exists 01:31:02 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 01:31:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 01:31:03 743951ff68b3: Preparing 01:31:03 37de31a230b5: Preparing 01:31:03 82ee759d9bf8: Preparing 01:31:03 d1cfe0f2918f: Preparing 01:31:03 edbaa3a43fe3: Preparing 01:31:03 3db652be51f0: Preparing 01:31:03 4342a3581bd5: Preparing 01:31:03 bdda1d3d07a3: Preparing 01:31:03 097100c76c15: Preparing 01:31:03 4342a3581bd5: Waiting 01:31:03 bdda1d3d07a3: Waiting 01:31:03 3db652be51f0: Waiting 01:31:03 097100c76c15: Waiting 01:31:03 edbaa3a43fe3: Layer already exists 01:31:03 743951ff68b3: Layer already exists 01:31:03 d1cfe0f2918f: Layer already exists 01:31:03 37de31a230b5: Layer already exists 01:31:03 82ee759d9bf8: Layer already exists 01:31:03 3db652be51f0: Layer already exists 01:31:03 4342a3581bd5: Layer already exists 01:31:03 bdda1d3d07a3: Layer already exists 01:31:03 097100c76c15: Layer already exists 01:31:03 main: digest: sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:03 ===================================================== [Pipeline] echo 01:31:03 taggedImages: 01:31:03 - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 01:31:03 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:31:03 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:31:03 - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:03 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 01:31:03 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 01:31:03 941bb66238a204f12d036216aea2f59b186e8d62 01:31:03 latest 01:31:03 4.1.0-dev.42 01:31:03 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:03 main 01:31:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 01:31:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:31:04 5623a752d873: Preparing 01:31:04 ff0448ae4647: Preparing 01:31:04 d1cfe0f2918f: Preparing 01:31:04 edbaa3a43fe3: Preparing 01:31:04 6f8ede775657: Preparing 01:31:04 4e735ef9169b: Preparing 01:31:04 097100c76c15: Preparing 01:31:04 4e735ef9169b: Waiting 01:31:04 097100c76c15: Waiting 01:31:04 edbaa3a43fe3: Layer already exists 01:31:04 d1cfe0f2918f: Layer already exists 01:31:04 097100c76c15: Layer already exists 01:31:04 5623a752d873: Pushed 01:31:04 6f8ede775657: Pushed 01:31:04 4e735ef9169b: Pushed 01:31:07 ff0448ae4647: Pushed 01:31:08 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 01:31:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:31:08 5623a752d873: Preparing 01:31:08 ff0448ae4647: Preparing 01:31:08 d1cfe0f2918f: Preparing 01:31:08 edbaa3a43fe3: Preparing 01:31:08 6f8ede775657: Preparing 01:31:08 4e735ef9169b: Preparing 01:31:08 097100c76c15: Preparing 01:31:08 4e735ef9169b: Waiting 01:31:08 097100c76c15: Waiting 01:31:08 d1cfe0f2918f: Layer already exists 01:31:08 5623a752d873: Layer already exists 01:31:08 edbaa3a43fe3: Layer already exists 01:31:08 ff0448ae4647: Layer already exists 01:31:08 6f8ede775657: Layer already exists 01:31:08 4e735ef9169b: Layer already exists 01:31:08 097100c76c15: Layer already exists 01:31:08 latest: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:09 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:31:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:31:09 5623a752d873: Preparing 01:31:09 ff0448ae4647: Preparing 01:31:09 d1cfe0f2918f: Preparing 01:31:09 edbaa3a43fe3: Preparing 01:31:09 6f8ede775657: Preparing 01:31:09 4e735ef9169b: Preparing 01:31:09 097100c76c15: Preparing 01:31:09 4e735ef9169b: Waiting 01:31:09 097100c76c15: Waiting 01:31:09 6f8ede775657: Layer already exists 01:31:09 ff0448ae4647: Layer already exists 01:31:09 5623a752d873: Layer already exists 01:31:09 edbaa3a43fe3: Layer already exists 01:31:09 d1cfe0f2918f: Layer already exists 01:31:09 4e735ef9169b: Layer already exists 01:31:09 097100c76c15: Layer already exists 01:31:09 4.1.0-dev.42: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:09 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:31:10 5623a752d873: Preparing 01:31:10 ff0448ae4647: Preparing 01:31:10 d1cfe0f2918f: Preparing 01:31:10 edbaa3a43fe3: Preparing 01:31:10 6f8ede775657: Preparing 01:31:10 4e735ef9169b: Preparing 01:31:10 097100c76c15: Preparing 01:31:10 4e735ef9169b: Waiting 01:31:10 097100c76c15: Waiting 01:31:10 6f8ede775657: Layer already exists 01:31:10 5623a752d873: Layer already exists 01:31:10 edbaa3a43fe3: Layer already exists 01:31:10 ff0448ae4647: Layer already exists 01:31:10 d1cfe0f2918f: Layer already exists 01:31:10 097100c76c15: Layer already exists 01:31:10 4e735ef9169b: Layer already exists 01:31:10 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:10 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 01:31:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 01:31:10 5623a752d873: Preparing 01:31:10 ff0448ae4647: Preparing 01:31:10 d1cfe0f2918f: Preparing 01:31:10 edbaa3a43fe3: Preparing 01:31:10 6f8ede775657: Preparing 01:31:10 4e735ef9169b: Preparing 01:31:10 097100c76c15: Preparing 01:31:10 4e735ef9169b: Waiting 01:31:10 097100c76c15: Waiting 01:31:10 d1cfe0f2918f: Layer already exists 01:31:10 edbaa3a43fe3: Layer already exists 01:31:10 ff0448ae4647: Layer already exists 01:31:10 6f8ede775657: Layer already exists 01:31:10 5623a752d873: Layer already exists 01:31:10 4e735ef9169b: Layer already exists 01:31:10 097100c76c15: Layer already exists 01:31:10 main: digest: sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:10 ===================================================== [Pipeline] echo 01:31:10 taggedImages: 01:31:10 - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 01:31:10 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:31:10 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:31:10 - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:10 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 01:31:10 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 01:31:10 941bb66238a204f12d036216aea2f59b186e8d62 01:31:10 latest 01:31:10 4.1.0-dev.42 01:31:10 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:10 main 01:31:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:11 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 01:31:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:31:11 558046a74ebc: Preparing 01:31:11 6a8ee3220098: Preparing 01:31:11 d1cfe0f2918f: Preparing 01:31:11 edbaa3a43fe3: Preparing 01:31:11 94032f1a5e47: Preparing 01:31:11 caa145fb78fa: Preparing 01:31:11 097100c76c15: Preparing 01:31:11 097100c76c15: Waiting 01:31:11 caa145fb78fa: Waiting 01:31:11 d1cfe0f2918f: Layer already exists 01:31:11 edbaa3a43fe3: Layer already exists 01:31:11 097100c76c15: Layer already exists 01:31:11 94032f1a5e47: Pushed 01:31:11 558046a74ebc: Pushed 01:31:11 caa145fb78fa: Pushed 01:31:16 6a8ee3220098: Pushed 01:31:16 941bb66238a204f12d036216aea2f59b186e8d62: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:16 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:16 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:31:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:31:16 558046a74ebc: Preparing 01:31:16 6a8ee3220098: Preparing 01:31:16 d1cfe0f2918f: Preparing 01:31:16 edbaa3a43fe3: Preparing 01:31:16 94032f1a5e47: Preparing 01:31:16 caa145fb78fa: Preparing 01:31:16 097100c76c15: Preparing 01:31:16 caa145fb78fa: Waiting 01:31:16 097100c76c15: Waiting 01:31:16 d1cfe0f2918f: Layer already exists 01:31:16 edbaa3a43fe3: Layer already exists 01:31:16 558046a74ebc: Layer already exists 01:31:16 94032f1a5e47: Layer already exists 01:31:16 6a8ee3220098: Layer already exists 01:31:16 caa145fb78fa: Layer already exists 01:31:16 097100c76c15: Layer already exists 01:31:16 latest: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:31:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:31:17 558046a74ebc: Preparing 01:31:17 6a8ee3220098: Preparing 01:31:17 d1cfe0f2918f: Preparing 01:31:17 edbaa3a43fe3: Preparing 01:31:17 94032f1a5e47: Preparing 01:31:17 caa145fb78fa: Preparing 01:31:17 097100c76c15: Preparing 01:31:17 097100c76c15: Waiting 01:31:17 caa145fb78fa: Waiting 01:31:17 558046a74ebc: Layer already exists 01:31:17 94032f1a5e47: Layer already exists 01:31:17 6a8ee3220098: Layer already exists 01:31:17 d1cfe0f2918f: Layer already exists 01:31:17 edbaa3a43fe3: Layer already exists 01:31:17 caa145fb78fa: Layer already exists 01:31:17 097100c76c15: Layer already exists 01:31:17 4.1.0-dev.42: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:31:18 558046a74ebc: Preparing 01:31:18 6a8ee3220098: Preparing 01:31:18 d1cfe0f2918f: Preparing 01:31:18 edbaa3a43fe3: Preparing 01:31:18 94032f1a5e47: Preparing 01:31:18 caa145fb78fa: Preparing 01:31:18 097100c76c15: Preparing 01:31:18 caa145fb78fa: Waiting 01:31:18 097100c76c15: Waiting 01:31:18 edbaa3a43fe3: Layer already exists 01:31:18 6a8ee3220098: Layer already exists 01:31:18 94032f1a5e47: Layer already exists 01:31:18 d1cfe0f2918f: Layer already exists 01:31:18 558046a74ebc: Layer already exists 01:31:18 caa145fb78fa: Layer already exists 01:31:18 097100c76c15: Layer already exists 01:31:18 941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:31:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 01:31:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 01:31:18 558046a74ebc: Preparing 01:31:18 6a8ee3220098: Preparing 01:31:18 d1cfe0f2918f: Preparing 01:31:18 edbaa3a43fe3: Preparing 01:31:18 94032f1a5e47: Preparing 01:31:18 caa145fb78fa: Preparing 01:31:18 097100c76c15: Preparing 01:31:18 caa145fb78fa: Waiting 01:31:18 097100c76c15: Waiting 01:31:18 94032f1a5e47: Layer already exists 01:31:18 d1cfe0f2918f: Layer already exists 01:31:18 edbaa3a43fe3: Layer already exists 01:31:18 558046a74ebc: Layer already exists 01:31:18 6a8ee3220098: Layer already exists 01:31:18 caa145fb78fa: Layer already exists 01:31:18 097100c76c15: Layer already exists 01:31:18 main: digest: sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:31:18 ===================================================== [Pipeline] echo 01:31:18 taggedImages: 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 01:31:18 ========================================================= 01:31:18 [edgeXBuildMultiArch] RAW Config: 01:31:18 images: 01:31:18 - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/core-command:latest 01:31:18 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-command:main 01:31:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:31:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:31:18 - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/core-data:latest 01:31:18 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-data:main 01:31:18 - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/core-keeper:latest 01:31:18 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-keeper:main 01:31:18 - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/core-metadata:latest 01:31:18 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/core-metadata:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-config:main 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/security-spire-server:main 01:31:18 - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/support-notifications:latest 01:31:18 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/support-notifications:main 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:31:18 - nexus3.edgexfoundry.org:10004/support-scheduler:main 01:31:18 settingsFile: 01:31:18 edgex-go-settings 01:31:18 ========================================================= [Pipeline] node 01:31:33 Still waiting to schedule task 01:31:33 All nodes of label ‘centos7-docker-4c-2g’ are offline 01:32:04 Running on prd-centos7-docker-4c-2g-6003 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:04 provisioning config files... 01:32:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config2834831128485472498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:08 ---> ****-login.sh 01:32:08 nexus3.edgexfoundry.org:10001 01:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:32:08 Configure a credential helper to remove this warning. See 01:32:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:32:08 01:32:08 Login Succeeded 01:32:08 nexus3.edgexfoundry.org:10002 01:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:32:08 Configure a credential helper to remove this warning. See 01:32:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:32:08 01:32:08 Login Succeeded 01:32:08 nexus3.edgexfoundry.org:10003 01:32:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:32:09 Configure a credential helper to remove this warning. See 01:32:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:32:09 01:32:09 Login Succeeded 01:32:09 nexus3.edgexfoundry.org:10004 01:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:32:09 Configure a credential helper to remove this warning. See 01:32:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:32:09 01:32:09 Login Succeeded 01:32:09 ****.io 01:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:32:09 Configure a credential helper to remove this warning. See 01:32:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:32:09 01:32:09 Login Succeeded 01:32:09 ---> ****-login.sh ends [Pipeline] } 01:32:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:32:09 + docker buildx ls 01:32:10 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:32:10 default * docker 01:32:10 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:32:10 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:32:10 edgex-builder [Pipeline] sh 01:32:10 + docker buildx inspect --bootstrap 01:32:10 #1 [internal] booting buildkit 01:32:10 #1 pulling image moby/buildkit:buildx-stable-1 01:32:14 #1 pulling image moby/buildkit:buildx-stable-1 3.9s done 01:32:14 #1 creating container buildx_buildkit_edgex-builder0 01:32:16 #1 creating container buildx_buildkit_edgex-builder0 2.0s done 01:32:16 #1 DONE 6.0s 01:32:16 Name: edgex-builder 01:32:16 Driver: docker-container 01:32:16 01:32:16 Nodes: 01:32:16 Name: edgex-builder0 01:32:16 Endpoint: unix:///var/run/docker.sock 01:32:16 Status: running 01:32:16 Buildkit: v0.22.0 01:32:16 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:32:16 + docker buildx ls 01:32:16 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:32:16 edgex-builder * docker-container 01:32:16 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:32:16 default docker 01:32:16 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:32:16 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:16 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:16 #1 [internal] load build definition from Dockerfile 01:32:16 #1 transferring dockerfile: 197B done 01:32:16 #1 DONE 0.0s 01:32:16 01:32:16 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 01:32:16 #2 DONE 0.1s 01:32:16 01:32:16 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62 01:32:17 #3 DONE 0.1s 01:32:17 01:32:17 #4 [internal] load .dockerignore 01:32:17 #4 transferring context: 2B done 01:32:17 #4 DONE 0.0s 01:32:17 01:32:17 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done 01:32:17 #5 DONE 0.0s 01:32:17 01:32:17 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done 01:32:17 #6 DONE 0.1s 01:32:17 01:32:17 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:32:17 #7 DONE 0.0s 01:32:17 01:32:17 #8 exporting to image 01:32:17 #8 exporting layers done 01:32:17 #8 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c 0.0s done 01:32:17 #8 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done 01:32:17 #8 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 0.0s done 01:32:17 #8 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done 01:32:17 #8 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done 01:32:17 #8 pushing layers 0.1s done 01:32:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 01:32:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done 01:32:17 #8 DONE 0.2s 01:32:17 01:32:17 1 warning found (use --debug to expand): 01:32:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:17 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 01:32:17 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 01:32:17 #1 [internal] load build definition from Dockerfile 01:32:17 #1 transferring dockerfile: 163B done 01:32:17 #1 DONE 0.0s 01:32:17 01:32:17 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:32:17 #2 DONE 0.0s 01:32:17 01:32:17 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 01:32:17 #3 DONE 0.0s 01:32:17 01:32:17 #4 [internal] load .dockerignore 01:32:17 #4 transferring context: 2B done 01:32:17 #4 DONE 0.0s 01:32:17 01:32:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:17 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done 01:32:17 #5 DONE 0.0s 01:32:17 01:32:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:17 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done 01:32:17 #6 CACHED 01:32:17 01:32:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:17 #5 CACHED 01:32:17 01:32:17 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:32:17 #7 DONE 0.0s 01:32:17 01:32:17 #8 exporting to image 01:32:17 #8 exporting layers done 01:32:17 #8 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done 01:32:17 #8 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done 01:32:17 #8 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done 01:32:17 #8 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done 01:32:17 #8 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done 01:32:17 #8 pushing layers 0.0s done 01:32:17 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done 01:32:17 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:17 #8 DONE 0.1s 01:32:17 01:32:17 1 warning found (use --debug to expand): 01:32:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42' 01:32:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 --push - 01:32:18 #1 [internal] load build definition from Dockerfile 01:32:18 #1 transferring dockerfile: 169B done 01:32:18 #1 DONE 0.0s 01:32:18 01:32:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:32:18 #2 DONE 0.0s 01:32:18 01:32:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42 01:32:18 #3 DONE 0.0s 01:32:18 01:32:18 #4 [internal] load .dockerignore 01:32:18 #4 transferring context: 2B done 01:32:18 #4 DONE 0.0s 01:32:18 01:32:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:18 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done 01:32:18 #5 CACHED 01:32:18 01:32:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:18 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.0s done 01:32:18 #6 CACHED 01:32:18 01:32:18 #7 exporting to image 01:32:18 #7 exporting layers done 01:32:18 #7 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done 01:32:18 #7 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done 01:32:18 #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done 01:32:18 #7 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done 01:32:18 #7 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done 01:32:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:18 #7 ... 01:32:18 01:32:18 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:32:18 #8 DONE 0.0s 01:32:18 01:32:18 #7 exporting to image 01:32:18 #7 pushing layers 0.0s done 01:32:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 01:32:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done 01:32:18 #7 DONE 0.2s 01:32:18 01:32:18 1 warning found (use --debug to expand): 01:32:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:19 #1 [internal] load build definition from Dockerfile 01:32:19 #1 transferring dockerfile: 210B done 01:32:19 #1 DONE 0.1s 01:32:19 01:32:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:19 #2 DONE 0.1s 01:32:19 01:32:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:19 #3 DONE 0.2s 01:32:19 01:32:19 #4 [internal] load .dockerignore 01:32:19 #4 transferring context: 01:32:19 #4 transferring context: 2B done 01:32:19 #4 DONE 0.2s 01:32:19 01:32:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.1s done 01:32:19 #5 CACHED 01:32:19 01:32:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:19 #6 resolve nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 0.1s done 01:32:19 #6 CACHED 01:32:19 01:32:19 #7 exporting to image 01:32:19 #7 exporting layers done 01:32:19 #7 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done 01:32:19 #7 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 0.0s done 01:32:19 #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 01:32:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:19 #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done 01:32:19 #7 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db 0.0s done 01:32:19 #7 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.0s done 01:32:19 #7 pushing layers 0.0s done 01:32:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 01:32:19 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done 01:32:19 #7 DONE 0.2s 01:32:19 01:32:19 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:32:19 #8 DONE 0.0s 01:32:20 01:32:20 1 warning found (use --debug to expand): 01:32:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 01:32:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 01:32:20 #1 [internal] load build definition from Dockerfile 01:32:20 #1 transferring dockerfile: 161B done 01:32:20 #1 DONE 0.0s 01:32:20 01:32:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:32:20 #2 DONE 0.0s 01:32:20 01:32:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 01:32:20 #3 DONE 0.0s 01:32:20 01:32:20 #4 [internal] load .dockerignore 01:32:20 #4 transferring context: 2B done 01:32:20 #4 DONE 0.0s 01:32:20 01:32:20 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:20 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done 01:32:20 #5 CACHED 01:32:20 01:32:20 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c 01:32:20 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:096f22e223666216cb1a86241dd64369c93aba0782f3b6086e251a032b3ad51c done 01:32:20 #6 CACHED 01:32:20 01:32:20 #7 exporting to image 01:32:20 #7 exporting layers done 01:32:20 #7 exporting manifest sha256:987c78fe4a181e6b2c69dc3022e9c2a5022c811dbbb4e4cdb056b5a9a65aac9c done 01:32:20 #7 exporting config sha256:8d78c526fc80eabb052c09e595810848a34e006b4fed09e1df54c7f9a13f4e75 done 01:32:20 #7 exporting manifest sha256:37579a8f8d8f6f6d751f70e4d9574e03af0408b374a292d0380134de15897167 done 01:32:20 #7 exporting config sha256:a9c90642941a68e3c1af289fe59556c52ae100ed826116dfbbf6f40e378ca8db done 01:32:20 #7 exporting manifest list sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 done 01:32:20 #7 pushing layers 0.0s done 01:32:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 01:32:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:846b59472b6e4e5d9280237d67a8cb5245e70be298378f71803c18ec30839577 0.1s done 01:32:20 #7 DONE 0.1s 01:32:20 01:32:20 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 01:32:20 #8 DONE 0.0s 01:32:20 01:32:20 1 warning found (use --debug to expand): 01:32:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:21 #1 [internal] load build definition from Dockerfile 01:32:21 #1 transferring dockerfile: 216B done 01:32:21 #1 DONE 0.0s 01:32:21 01:32:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:32:21 #2 DONE 0.0s 01:32:21 01:32:21 #3 [internal] load .dockerignore 01:32:21 #3 transferring context: 2B done 01:32:21 #3 DONE 0.0s 01:32:21 01:32:21 #4 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:32:21 #4 DONE 0.1s 01:32:21 01:32:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:21 #5 ... 01:32:21 01:32:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:21 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done 01:32:21 #6 DONE 0.1s 01:32:21 01:32:21 #7 exporting to image 01:32:21 #7 exporting layers done 01:32:21 #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 0.0s done 01:32:21 #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done 01:32:21 #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done 01:32:21 #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done 01:32:21 #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done 01:32:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:21 #7 ... 01:32:21 01:32:21 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:21 #8 DONE 0.0s 01:32:21 01:32:21 #7 exporting to image 01:32:21 #7 pushing layers 0.1s done 01:32:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 01:32:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done 01:32:21 #7 DONE 0.2s 01:32:21 01:32:21 1 warning found (use --debug to expand): 01:32:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 01:32:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 01:32:21 #1 [internal] load build definition from Dockerfile 01:32:21 #1 transferring dockerfile: 182B done 01:32:21 #1 DONE 0.0s 01:32:21 01:32:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:32:21 #2 DONE 0.0s 01:32:21 01:32:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 01:32:21 #3 DONE 0.0s 01:32:21 01:32:21 #4 [internal] load .dockerignore 01:32:21 #4 transferring context: 2B done 01:32:21 #4 DONE 0.0s 01:32:21 01:32:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done 01:32:21 #5 CACHED 01:32:21 01:32:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:21 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done 01:32:21 #6 CACHED 01:32:21 01:32:21 #7 exporting to image 01:32:21 #7 exporting layers 01:32:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:21 #7 exporting layers done 01:32:21 #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done 01:32:21 #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done 01:32:21 #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done 01:32:21 #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done 01:32:21 #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done 01:32:21 #7 pushing layers 0.0s done 01:32:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done 01:32:21 #7 DONE 0.1s 01:32:21 01:32:21 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:21 #8 DONE 0.0s 01:32:21 01:32:21 1 warning found (use --debug to expand): 01:32:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42' 01:32:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 --push - 01:32:22 #1 [internal] load build definition from Dockerfile 01:32:22 #1 transferring dockerfile: 188B done 01:32:22 #1 DONE 0.0s 01:32:22 01:32:22 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:32:22 #2 DONE 0.0s 01:32:22 01:32:22 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42 01:32:22 #3 DONE 0.0s 01:32:22 01:32:22 #4 [internal] load .dockerignore 01:32:22 #4 transferring context: 2B done 01:32:22 #4 DONE 0.0s 01:32:22 01:32:22 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:22 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 done 01:32:22 #5 CACHED 01:32:22 01:32:22 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:22 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done 01:32:22 #6 CACHED 01:32:22 01:32:22 #7 exporting to image 01:32:22 #7 exporting layers done 01:32:22 #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done 01:32:22 #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done 01:32:22 #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done 01:32:22 #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done 01:32:22 #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done 01:32:22 #7 pushing layers 0.0s done 01:32:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 01:32:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done 01:32:22 #7 DONE 0.1s 01:32:22 01:32:22 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:22 #8 DONE 0.0s 01:32:22 01:32:22 1 warning found (use --debug to expand): 01:32:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:22 #1 [internal] load build definition from Dockerfile 01:32:22 #1 transferring dockerfile: 229B done 01:32:22 #1 DONE 0.0s 01:32:22 01:32:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:22 #2 DONE 0.0s 01:32:22 01:32:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:22 #3 DONE 0.0s 01:32:22 01:32:22 #4 [internal] load .dockerignore 01:32:22 #4 transferring context: 2B done 01:32:22 #4 DONE 0.0s 01:32:22 01:32:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:22 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done 01:32:22 #5 CACHED 01:32:22 01:32:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:22 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 0.0s done 01:32:22 #6 CACHED 01:32:22 01:32:22 #7 exporting to image 01:32:22 #7 exporting layers done 01:32:22 #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done 01:32:22 #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done 01:32:22 #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done 01:32:22 #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done 01:32:22 #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done 01:32:22 #7 pushing layers 0.0s done 01:32:22 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 01:32:22 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done 01:32:23 #7 DONE 0.1s 01:32:23 01:32:23 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:23 #8 DONE 0.0s 01:32:23 01:32:23 1 warning found (use --debug to expand): 01:32:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 01:32:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 01:32:23 #1 [internal] load build definition from Dockerfile 01:32:23 #1 transferring dockerfile: 180B done 01:32:23 #1 DONE 0.0s 01:32:23 01:32:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:32:23 #2 DONE 0.0s 01:32:23 01:32:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 01:32:23 #3 DONE 0.0s 01:32:23 01:32:23 #4 [internal] load .dockerignore 01:32:23 #4 transferring context: 2B done 01:32:23 #4 DONE 0.0s 01:32:23 01:32:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 done 01:32:23 #5 CACHED 01:32:23 01:32:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 01:32:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:42076df2a0f0d929ef6e93bbaadf3cff1af32b52170c2ce1f9a7b456d1e9f896 done 01:32:23 #6 CACHED 01:32:23 01:32:23 #7 exporting to image 01:32:23 #7 exporting layers done 01:32:23 #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 01:32:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:23 #7 exporting manifest sha256:1db45fd2323785afffabd2ccb28405ac62912845746379f31139aba6c319e1b0 done 01:32:23 #7 exporting config sha256:031e25363f36b7cc52a67f68921b5e693eba48297ca19b7e75be67c2bcd5b51a done 01:32:23 #7 exporting manifest sha256:979660b224f928bd4747c84315474c3611c21e4eb73cbc6f6a4d7531a70e74a5 done 01:32:23 #7 exporting config sha256:f9c1b55e41b2c3d3a8c936e37deab2a318aae58cbab933692063a9ccc78c2756 done 01:32:23 #7 exporting manifest list sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 done 01:32:23 #7 pushing layers 0.0s done 01:32:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:4bace91611eb2205a0264ed0a3ce35a5e2087031b6227b491ef2f48fcf722970 0.1s done 01:32:23 #7 DONE 0.1s 01:32:23 01:32:23 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:23 #8 DONE 0.0s 01:32:23 01:32:23 1 warning found (use --debug to expand): 01:32:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:23 #1 [internal] load build definition from Dockerfile 01:32:23 #1 transferring dockerfile: 194B done 01:32:23 #1 DONE 0.0s 01:32:23 01:32:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 01:32:23 #2 DONE 0.0s 01:32:23 01:32:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62 01:32:23 #3 DONE 0.0s 01:32:23 01:32:23 #4 [internal] load .dockerignore 01:32:23 #4 transferring context: 2B done 01:32:23 #4 DONE 0.0s 01:32:23 01:32:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:23 #5 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:23 #5 DONE 0.0s 01:32:23 01:32:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:24 #6 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:24 #6 DONE 0.0s 01:32:24 01:32:24 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:24 #5 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:24 #5 DONE 0.1s 01:32:24 01:32:24 #7 exporting to image 01:32:24 #7 exporting layers done 01:32:24 #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 0.0s done 01:32:24 #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done 01:32:24 #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done 01:32:24 #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done 01:32:24 #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done 01:32:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:24 #7 ... 01:32:24 01:32:24 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:32:24 #8 DONE 0.0s 01:32:24 01:32:24 #7 exporting to image 01:32:24 #7 pushing layers 0.1s done 01:32:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 01:32:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done 01:32:24 #7 DONE 0.2s 01:32:24 01:32:24 1 warning found (use --debug to expand): 01:32:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 01:32:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 01:32:24 #1 [internal] load build definition from Dockerfile 01:32:24 #1 transferring dockerfile: 160B done 01:32:24 #1 DONE 0.0s 01:32:24 01:32:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:32:24 #2 DONE 0.0s 01:32:24 01:32:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 01:32:24 #3 DONE 0.0s 01:32:24 01:32:24 #4 [internal] load .dockerignore 01:32:24 #4 transferring context: 2B done 01:32:24 #4 DONE 0.0s 01:32:24 01:32:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:24 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b done 01:32:24 #5 CACHED 01:32:24 01:32:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:24 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:24 #6 CACHED 01:32:24 01:32:24 #7 exporting to image 01:32:24 #7 exporting layers 01:32:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:25 #7 exporting layers done 01:32:25 #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done 01:32:25 #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done 01:32:25 #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done 01:32:25 #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done 01:32:25 #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done 01:32:25 #7 pushing layers 0.0s done 01:32:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done 01:32:25 #7 DONE 0.1s 01:32:25 01:32:25 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:32:25 #8 DONE 0.0s 01:32:25 01:32:25 1 warning found (use --debug to expand): 01:32:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42' 01:32:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 --push - 01:32:25 #1 [internal] load build definition from Dockerfile 01:32:25 #1 transferring dockerfile: 166B done 01:32:25 #1 DONE 0.0s 01:32:25 01:32:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:32:25 #2 DONE 0.0s 01:32:25 01:32:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42 01:32:25 #3 DONE 0.0s 01:32:25 01:32:25 #4 [internal] load .dockerignore 01:32:25 #4 transferring context: 2B done 01:32:25 #4 DONE 0.0s 01:32:25 01:32:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:25 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:25 #5 CACHED 01:32:25 01:32:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:25 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:25 #6 CACHED 01:32:25 01:32:25 #7 exporting to image 01:32:25 #7 exporting layers done 01:32:25 #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done 01:32:25 #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done 01:32:25 #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done 01:32:25 #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done 01:32:25 #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done 01:32:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:25 #7 pushing layers 0.0s done 01:32:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.42@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done 01:32:25 #7 DONE 0.1s 01:32:25 01:32:25 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:32:25 #8 DONE 0.0s 01:32:25 01:32:25 1 warning found (use --debug to expand): 01:32:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:25 #1 [internal] load build definition from Dockerfile 01:32:25 #1 transferring dockerfile: 207B done 01:32:25 #1 DONE 0.0s 01:32:25 01:32:25 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:25 #2 DONE 0.0s 01:32:25 01:32:25 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:25 #3 DONE 0.0s 01:32:25 01:32:25 #4 [internal] load .dockerignore 01:32:25 #4 transferring context: 2B done 01:32:25 #4 DONE 0.0s 01:32:25 01:32:25 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:25 #5 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b done 01:32:25 #5 CACHED 01:32:25 01:32:25 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:25 #6 resolve nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b done 01:32:25 #6 CACHED 01:32:25 01:32:25 #7 exporting to image 01:32:25 #7 exporting layers done 01:32:25 #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done 01:32:25 #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done 01:32:25 #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done 01:32:25 #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done 01:32:25 #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done 01:32:25 #7 pushing layers 0.0s done 01:32:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 01:32:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done 01:32:26 #7 DONE 0.1s 01:32:26 01:32:26 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:32:26 #8 DONE 0.0s 01:32:26 01:32:26 1 warning found (use --debug to expand): 01:32:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 01:32:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 01:32:26 #1 [internal] load build definition from Dockerfile 01:32:26 #1 transferring dockerfile: 158B done 01:32:26 #1 DONE 0.0s 01:32:26 01:32:26 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:32:26 #2 DONE 0.0s 01:32:26 01:32:26 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 01:32:26 #3 DONE 0.0s 01:32:26 01:32:26 #4 [internal] load .dockerignore 01:32:26 #4 transferring context: 2B done 01:32:26 #4 DONE 0.0s 01:32:26 01:32:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:26 #5 CACHED 01:32:26 01:32:26 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 01:32:26 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:f1101666aa33ea3c42fb80e76864a84b87ea88531c2aa95022533a3fdac8b73b 0.0s done 01:32:26 #6 CACHED 01:32:26 01:32:26 #7 exporting to image 01:32:26 #7 exporting layers done 01:32:26 #7 exporting manifest sha256:b64c2cfcf205e0662bf7a32564c8b69500de6d8b426ae77aed96a2b95a6f34d3 done 01:32:26 #7 exporting config sha256:9fbdf9e63020fef29cd9dfa1795e994b49272760f88407367a3048227b8c1429 done 01:32:26 #7 exporting manifest sha256:b09b060eedaf3e1b983275fc62d2dc97f005298dbb48212cdedd12ca95ef3545 done 01:32:26 #7 exporting config sha256:844f20143ab59a3aa42496f2bf7657670d2e89c7e42c35a78be4fa4c91e11c0d done 01:32:26 #7 exporting manifest list sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 done 01:32:26 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:26 #7 pushing layers 0.0s done 01:32:26 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:76b412ee2b4e0a1a9ca6887d863c85b29228ac210d3537a13c093e68f73941f3 0.1s done 01:32:26 #7 DONE 0.1s 01:32:26 01:32:26 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 01:32:26 #8 DONE 0.0s 01:32:26 01:32:26 1 warning found (use --debug to expand): 01:32:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:26 #1 [internal] load build definition from Dockerfile 01:32:26 #1 transferring dockerfile: 196B done 01:32:26 #1 DONE 0.0s 01:32:26 01:32:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 01:32:26 #2 DONE 0.0s 01:32:26 01:32:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62 01:32:26 #3 DONE 0.0s 01:32:26 01:32:26 #4 [internal] load .dockerignore 01:32:26 #4 transferring context: 2B done 01:32:26 #4 DONE 0.0s 01:32:26 01:32:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:26 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:27 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done 01:32:27 #5 DONE 0.0s 01:32:27 01:32:27 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:27 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done 01:32:27 #6 DONE 0.1s 01:32:27 01:32:27 #7 exporting to image 01:32:27 #7 exporting layers done 01:32:27 #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done 01:32:27 #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done 01:32:27 #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done 01:32:27 #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done 01:32:27 #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done 01:32:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:27 #7 ... 01:32:27 01:32:27 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:27 #8 DONE 0.0s 01:32:27 01:32:27 #7 exporting to image 01:32:27 #7 pushing layers 0.1s done 01:32:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 01:32:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done 01:32:27 #7 DONE 0.2s 01:32:27 01:32:27 1 warning found (use --debug to expand): 01:32:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 01:32:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 01:32:28 #1 [internal] load build definition from Dockerfile 01:32:28 #1 transferring dockerfile: 162B done 01:32:28 #1 DONE 0.0s 01:32:28 01:32:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:32:28 #2 DONE 0.0s 01:32:28 01:32:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 01:32:28 #3 DONE 0.0s 01:32:28 01:32:28 #4 [internal] load .dockerignore 01:32:28 #4 transferring context: 2B done 01:32:28 #4 DONE 0.0s 01:32:28 01:32:28 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done 01:32:28 #5 CACHED 01:32:28 01:32:28 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done 01:32:28 #6 CACHED 01:32:28 01:32:28 #7 exporting to image 01:32:28 #7 exporting layers done 01:32:28 #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done 01:32:28 #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done 01:32:28 #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done 01:32:28 #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done 01:32:28 #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 01:32:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:28 #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done 01:32:28 #7 pushing layers 0.0s done 01:32:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done 01:32:28 #7 DONE 0.1s 01:32:28 01:32:28 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:28 #8 DONE 0.0s 01:32:28 01:32:28 1 warning found (use --debug to expand): 01:32:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42' 01:32:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 --push - 01:32:28 #1 [internal] load build definition from Dockerfile 01:32:28 #1 transferring dockerfile: 168B done 01:32:28 #1 DONE 0.0s 01:32:28 01:32:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:32:28 #2 DONE 0.0s 01:32:28 01:32:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42 01:32:28 #3 DONE 0.0s 01:32:28 01:32:28 #4 [internal] load .dockerignore 01:32:28 #4 transferring context: 2B done 01:32:28 #4 DONE 0.0s 01:32:28 01:32:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done 01:32:28 #5 DONE 0.0s 01:32:28 01:32:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done 01:32:28 #6 CACHED 01:32:28 01:32:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #5 CACHED 01:32:28 01:32:28 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:28 #7 DONE 0.0s 01:32:28 01:32:28 #8 exporting to image 01:32:28 #8 exporting layers done 01:32:28 #8 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done 01:32:28 #8 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done 01:32:28 #8 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done 01:32:28 #8 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done 01:32:28 #8 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done 01:32:28 #8 pushing layers 0.0s done 01:32:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.42@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done 01:32:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:28 #8 DONE 0.1s 01:32:28 01:32:28 1 warning found (use --debug to expand): 01:32:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:28 #1 [internal] load build definition from Dockerfile 01:32:28 #1 transferring dockerfile: 209B done 01:32:28 #1 DONE 0.0s 01:32:28 01:32:28 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:28 #2 DONE 0.0s 01:32:28 01:32:28 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:28 #3 DONE 0.0s 01:32:28 01:32:28 #4 [internal] load .dockerignore 01:32:28 #4 transferring context: 2B done 01:32:28 #4 DONE 0.0s 01:32:28 01:32:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done 01:32:28 #5 CACHED 01:32:28 01:32:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:28 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 0.0s done 01:32:28 #6 CACHED 01:32:28 01:32:28 #7 exporting to image 01:32:28 #7 exporting layers done 01:32:28 #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done 01:32:28 #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done 01:32:28 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:29 #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done 01:32:29 #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done 01:32:29 #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done 01:32:29 #7 pushing layers 0.0s done 01:32:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done 01:32:29 #7 DONE 0.1s 01:32:29 01:32:29 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:29 #8 DONE 0.0s 01:32:29 01:32:29 1 warning found (use --debug to expand): 01:32:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 01:32:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 01:32:29 #1 [internal] load build definition from Dockerfile 01:32:29 #1 transferring dockerfile: 160B done 01:32:29 #1 DONE 0.0s 01:32:29 01:32:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:32:29 #2 DONE 0.0s 01:32:29 01:32:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 01:32:29 #3 DONE 0.0s 01:32:29 01:32:29 #4 [internal] load .dockerignore 01:32:29 #4 transferring context: 2B done 01:32:29 #4 DONE 0.0s 01:32:29 01:32:29 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done 01:32:29 #5 CACHED 01:32:29 01:32:29 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 01:32:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:ed2e48ba797aeca173fa3f2d3da5963d03a02222a277c793ae4616c3f85699c8 done 01:32:29 #6 CACHED 01:32:29 01:32:29 #7 exporting to image 01:32:29 #7 exporting layers done 01:32:29 #7 exporting manifest sha256:9e7ced48ffa17280415d71178c0b54ebbe664c8c74513141a26ffd52de2033da done 01:32:29 #7 exporting config sha256:56a65a3f69bb64e1bd22a581f6409f5f909764bdf18ea1c2be249ed0914b7285 done 01:32:29 #7 exporting manifest sha256:b832ca0bfa7c8b0d61d2b9b7bc98c563b3e40bab6fb4b9353febfc99c0758733 done 01:32:29 #7 exporting config sha256:796a45ad7c0de17c32179ca742b37a94f14129eaf5ba11f3507c883ffecefd77 done 01:32:29 #7 exporting manifest list sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 done 01:32:29 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:29 #7 pushing layers 0.0s done 01:32:29 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:c01f1f692ba20e6e3612a213d09a29c14e0822011950f5c50ee366bc19e264f3 0.1s done 01:32:29 #7 DONE 0.1s 01:32:29 01:32:29 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:29 #8 DONE 0.0s 01:32:29 01:32:29 1 warning found (use --debug to expand): 01:32:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:29 #1 [internal] load build definition from Dockerfile 01:32:29 #1 transferring dockerfile: 198B done 01:32:29 #1 DONE 0.0s 01:32:29 01:32:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 01:32:29 #2 DONE 0.0s 01:32:29 01:32:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62 01:32:29 #3 DONE 0.0s 01:32:29 01:32:29 #4 [internal] load .dockerignore 01:32:29 #4 transferring context: 2B done 01:32:29 #4 DONE 0.0s 01:32:30 01:32:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:30 #5 ... 01:32:30 01:32:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:30 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:30 #6 DONE 0.1s 01:32:30 01:32:30 #7 exporting to image 01:32:30 #7 exporting layers done 01:32:30 #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done 01:32:30 #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done 01:32:30 #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done 01:32:30 #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done 01:32:30 #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done 01:32:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:30 #7 ... 01:32:30 01:32:30 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:32:30 #8 DONE 0.0s 01:32:30 01:32:30 #7 exporting to image 01:32:30 #7 pushing layers 0.1s done 01:32:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 01:32:30 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done 01:32:30 #7 DONE 0.2s 01:32:30 01:32:30 1 warning found (use --debug to expand): 01:32:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 01:32:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 01:32:30 #1 [internal] load build definition from Dockerfile 01:32:30 #1 transferring dockerfile: 164B done 01:32:30 #1 DONE 0.0s 01:32:30 01:32:30 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:32:30 #2 DONE 0.0s 01:32:30 01:32:30 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 01:32:30 #3 DONE 0.0s 01:32:30 01:32:30 #4 [internal] load .dockerignore 01:32:30 #4 transferring context: 2B done 01:32:30 #4 DONE 0.0s 01:32:30 01:32:30 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:30 #5 CACHED 01:32:30 01:32:30 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:30 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:30 #6 CACHED 01:32:30 01:32:30 #7 exporting to image 01:32:30 #7 exporting layers done 01:32:30 #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done 01:32:30 #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d 01:32:30 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:31 #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done 01:32:31 #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done 01:32:31 #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done 01:32:31 #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done 01:32:31 #7 pushing layers 0.0s done 01:32:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done 01:32:31 #7 DONE 0.1s 01:32:31 01:32:31 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:32:31 #8 DONE 0.0s 01:32:31 01:32:31 1 warning found (use --debug to expand): 01:32:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42' 01:32:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 --push - 01:32:31 #1 [internal] load build definition from Dockerfile 01:32:31 #1 transferring dockerfile: 170B done 01:32:31 #1 DONE 0.0s 01:32:31 01:32:31 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:32:31 #2 DONE 0.0s 01:32:31 01:32:31 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42 01:32:31 #3 DONE 0.0s 01:32:31 01:32:31 #4 [internal] load .dockerignore 01:32:31 #4 transferring context: 2B done 01:32:31 #4 DONE 0.0s 01:32:31 01:32:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:31 #5 CACHED 01:32:31 01:32:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:31 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 done 01:32:31 #6 CACHED 01:32:31 01:32:31 #7 exporting to image 01:32:31 #7 exporting layers 01:32:31 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:31 #7 exporting layers done 01:32:31 #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done 01:32:31 #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done 01:32:31 #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done 01:32:31 #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done 01:32:31 #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done 01:32:31 #7 pushing layers 0.0s done 01:32:31 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.42@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done 01:32:31 #7 DONE 0.1s 01:32:31 01:32:31 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:32:31 #8 DONE 0.0s 01:32:31 01:32:31 1 warning found (use --debug to expand): 01:32:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:31 #1 [internal] load build definition from Dockerfile 01:32:31 #1 transferring dockerfile: 211B done 01:32:31 #1 DONE 0.0s 01:32:31 01:32:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:31 #2 DONE 0.0s 01:32:31 01:32:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:31 #3 DONE 0.0s 01:32:31 01:32:31 #4 [internal] load .dockerignore 01:32:31 #4 transferring context: 2B done 01:32:31 #4 DONE 0.0s 01:32:31 01:32:31 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:31 #5 DONE 0.0s 01:32:31 01:32:31 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:32 #6 CACHED 01:32:32 01:32:32 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:32 #5 CACHED 01:32:32 01:32:32 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:32:32 #7 DONE 0.0s 01:32:32 01:32:32 #8 exporting to image 01:32:32 #8 exporting layers done 01:32:32 #8 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done 01:32:32 #8 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done 01:32:32 #8 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done 01:32:32 #8 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done 01:32:32 #8 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done 01:32:32 #8 pushing layers 0.0s done 01:32:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done 01:32:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:32 #8 DONE 0.1s 01:32:32 01:32:32 1 warning found (use --debug to expand): 01:32:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 01:32:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 01:32:32 #1 [internal] load build definition from Dockerfile 01:32:32 #1 transferring dockerfile: 162B done 01:32:32 #1 DONE 0.0s 01:32:32 01:32:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:32:32 #2 DONE 0.0s 01:32:32 01:32:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 01:32:32 #3 DONE 0.0s 01:32:32 01:32:32 #4 [internal] load .dockerignore 01:32:32 #4 transferring context: 2B done 01:32:32 #4 DONE 0.0s 01:32:32 01:32:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:32 #5 CACHED 01:32:32 01:32:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 01:32:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:7b156aa70f548d136c4afd8456de14efb09a25024090263010ad7f6c9579be38 0.0s done 01:32:32 #6 CACHED 01:32:32 01:32:32 #7 exporting to image 01:32:32 #7 exporting layers done 01:32:32 #7 exporting manifest sha256:2b38ce90d0b4bfb8633d9947167e16063d3d6671f00b364d26f6967b5fb1f654 done 01:32:32 #7 exporting config sha256:e4ffff8d7a99d9545b5b075fce706130bb4e3d6b1e8f00314c428b2eb781af3d done 01:32:32 #7 exporting manifest sha256:1bf112a7d083d08943bc489f30a42a4a48b6fb0e51522c481e8ad87b31314f4d done 01:32:32 #7 exporting config sha256:96d71d15b5e359f4f3c5fc8bda7cf9687da1f0bd0dd11c914fcb2ca438192aab done 01:32:32 #7 exporting manifest list sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e done 01:32:32 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:32 #7 pushing layers 0.0s done 01:32:32 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:b779ecd89a991073d7aa6f4bfdeff6402bfaf1ebb9d3d12212074a047319a93e 0.1s done 01:32:32 #7 DONE 0.1s 01:32:32 01:32:32 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 01:32:32 #8 DONE 0.0s 01:32:32 01:32:32 1 warning found (use --debug to expand): 01:32:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:32 #1 [internal] load build definition from Dockerfile 01:32:32 #1 transferring dockerfile: 206B done 01:32:32 #1 DONE 0.0s 01:32:32 01:32:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:32:32 #2 DONE 0.0s 01:32:32 01:32:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62 01:32:32 #3 DONE 0.0s 01:32:32 01:32:32 #4 [internal] load .dockerignore 01:32:32 #4 transferring context: 2B done 01:32:32 #4 DONE 0.0s 01:32:33 01:32:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:33 #5 ... 01:32:33 01:32:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:33 #6 DONE 0.2s 01:32:33 01:32:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:33 #7 DONE 0.0s 01:32:33 01:32:33 #8 exporting to image 01:32:33 #8 exporting layers done 01:32:33 #8 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done 01:32:33 #8 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done 01:32:33 #8 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done 01:32:33 #8 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done 01:32:33 #8 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done 01:32:33 #8 pushing layers 0.1s done 01:32:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 01:32:33 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:33 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done 01:32:33 #8 DONE 0.2s 01:32:33 01:32:33 1 warning found (use --debug to expand): 01:32:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 01:32:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 01:32:33 #1 [internal] load build definition from Dockerfile 01:32:33 #1 transferring dockerfile: 172B done 01:32:33 #1 DONE 0.0s 01:32:33 01:32:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:32:33 #2 DONE 0.0s 01:32:33 01:32:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 01:32:33 #3 DONE 0.0s 01:32:33 01:32:33 #4 [internal] load .dockerignore 01:32:33 #4 transferring context: 2B done 01:32:33 #4 DONE 0.0s 01:32:33 01:32:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:33 #5 CACHED 01:32:33 01:32:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:33 #6 CACHED 01:32:33 01:32:33 #7 exporting to image 01:32:33 #7 exporting layers done 01:32:33 #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done 01:32:33 #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done 01:32:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:34 #7 ... 01:32:34 01:32:34 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:34 #8 DONE 0.0s 01:32:34 01:32:34 #7 exporting to image 01:32:34 #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done 01:32:34 #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done 01:32:34 #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done 01:32:34 #7 pushing layers 0.0s done 01:32:34 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 01:32:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 1.0s done 01:32:35 #7 DONE 1.1s 01:32:35 01:32:35 1 warning found (use --debug to expand): 01:32:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42' 01:32:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 --push - 01:32:35 #1 [internal] load build definition from Dockerfile 01:32:35 #1 transferring dockerfile: 178B done 01:32:35 #1 DONE 0.0s 01:32:35 01:32:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:32:35 #2 DONE 0.0s 01:32:35 01:32:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42 01:32:35 #3 DONE 0.0s 01:32:35 01:32:35 #4 [internal] load .dockerignore 01:32:35 #4 transferring context: 2B done 01:32:35 #4 DONE 0.0s 01:32:35 01:32:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:35 #5 CACHED 01:32:35 01:32:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:35 #6 CACHED 01:32:35 01:32:35 #7 exporting to image 01:32:35 #7 exporting layers done 01:32:35 #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done 01:32:35 #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done 01:32:35 #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done 01:32:35 #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 01:32:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:35 #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done 01:32:35 #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done 01:32:35 #7 pushing layers 0.0s done 01:32:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.42@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done 01:32:35 #7 DONE 0.1s 01:32:35 01:32:35 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:35 #8 DONE 0.0s 01:32:35 01:32:35 1 warning found (use --debug to expand): 01:32:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:35 #1 [internal] load build definition from Dockerfile 01:32:35 #1 transferring dockerfile: 219B done 01:32:35 #1 DONE 0.0s 01:32:35 01:32:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:35 #2 DONE 0.0s 01:32:35 01:32:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:35 #3 DONE 0.0s 01:32:35 01:32:35 #4 [internal] load .dockerignore 01:32:35 #4 transferring context: 2B done 01:32:35 #4 DONE 0.0s 01:32:35 01:32:35 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:35 #5 CACHED 01:32:35 01:32:35 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:35 #6 CACHED 01:32:35 01:32:35 #7 exporting to image 01:32:35 #7 exporting layers done 01:32:35 #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done 01:32:35 #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done 01:32:35 #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done 01:32:35 #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done 01:32:35 #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done 01:32:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:36 #7 pushing layers 0.0s done 01:32:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done 01:32:36 #7 DONE 0.1s 01:32:36 01:32:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:36 #8 DONE 0.0s 01:32:36 01:32:36 1 warning found (use --debug to expand): 01:32:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 01:32:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 01:32:36 #1 [internal] load build definition from Dockerfile 01:32:36 #1 transferring dockerfile: 170B done 01:32:36 #1 DONE 0.0s 01:32:36 01:32:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:32:36 #2 DONE 0.0s 01:32:36 01:32:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 01:32:36 #3 DONE 0.0s 01:32:36 01:32:36 #4 [internal] load .dockerignore 01:32:36 #4 transferring context: 2B done 01:32:36 #4 DONE 0.0s 01:32:36 01:32:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:36 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:36 #5 CACHED 01:32:36 01:32:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 01:32:36 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:2b324425f68fb0bae292957be665ee08dce18125ddfb795f6b7ff6e2e28eb6f6 0.0s done 01:32:36 #6 CACHED 01:32:36 01:32:36 #7 exporting to image 01:32:36 #7 exporting layers done 01:32:36 #7 exporting manifest sha256:0235330614cd78bde44db4e981da38664f67374a66a7c8415a151a97c5058bfc done 01:32:36 #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 01:32:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:36 #7 exporting config sha256:27975b01ba5ed738c924e7b5299d2858bba12ed23a86a19e372b6a29c12a1c47 done 01:32:36 #7 exporting manifest sha256:41f862cc206165b2727c184853eabae0e3131855104c863178cf404b6e4cd200 done 01:32:36 #7 exporting config sha256:8adc1fc1a321a06aeed265cae4650402f237bffecbd7a7478dfcee41556726c7 done 01:32:36 #7 exporting manifest list sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c done 01:32:36 #7 pushing layers 0.0s done 01:32:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:d727a662aa1546276f45f509eb1729e145e9d90c8ff7a96687da0faa86eb634c 0.1s done 01:32:36 #7 DONE 0.1s 01:32:36 01:32:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 01:32:36 #8 DONE 0.0s 01:32:36 01:32:36 1 warning found (use --debug to expand): 01:32:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:36 #1 [internal] load build definition from Dockerfile 01:32:36 #1 transferring dockerfile: 204B done 01:32:36 #1 DONE 0.0s 01:32:36 01:32:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 01:32:36 #2 DONE 0.0s 01:32:36 01:32:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62 01:32:36 #3 DONE 0.1s 01:32:36 01:32:36 #4 [internal] load .dockerignore 01:32:36 #4 transferring context: 2B done 01:32:36 #4 DONE 0.0s 01:32:37 01:32:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:37 #5 ... 01:32:37 01:32:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:37 #6 DONE 0.1s 01:32:37 01:32:37 #7 exporting to image 01:32:37 #7 exporting layers done 01:32:37 #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a 0.0s done 01:32:37 #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done 01:32:37 #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done 01:32:37 #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done 01:32:37 #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 01:32:37 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:37 #7 ... 01:32:37 01:32:37 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:32:37 #8 DONE 0.0s 01:32:37 01:32:37 #7 exporting to image 01:32:37 #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done 01:32:37 #7 pushing layers 0.1s done 01:32:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 01:32:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done 01:32:37 #7 DONE 0.2s 01:32:37 01:32:37 1 warning found (use --debug to expand): 01:32:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 01:32:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 01:32:37 #1 [internal] load build definition from Dockerfile 01:32:37 #1 transferring dockerfile: 170B done 01:32:37 #1 DONE 0.0s 01:32:37 01:32:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:32:37 #2 DONE 0.0s 01:32:37 01:32:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 01:32:37 #3 DONE 0.0s 01:32:37 01:32:37 #4 [internal] load .dockerignore 01:32:37 #4 transferring context: 2B done 01:32:37 #4 DONE 0.0s 01:32:37 01:32:37 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:37 #5 DONE 0.0s 01:32:37 01:32:37 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:38 #6 CACHED 01:32:38 01:32:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:38 #5 CACHED 01:32:38 01:32:38 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:32:38 #7 DONE 0.0s 01:32:38 01:32:38 #8 exporting to image 01:32:38 #8 exporting layers done 01:32:38 #8 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done 01:32:38 #8 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done 01:32:38 #8 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done 01:32:38 #8 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done 01:32:38 #8 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done 01:32:38 #8 pushing layers 0.0s done 01:32:38 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done 01:32:38 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:38 #8 DONE 0.1s 01:32:38 01:32:38 1 warning found (use --debug to expand): 01:32:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42' 01:32:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 --push - 01:32:38 #1 [internal] load build definition from Dockerfile 01:32:38 #1 transferring dockerfile: 176B done 01:32:38 #1 DONE 0.0s 01:32:38 01:32:38 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:32:38 #2 DONE 0.0s 01:32:38 01:32:38 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42 01:32:38 #3 DONE 0.0s 01:32:38 01:32:38 #4 [internal] load .dockerignore 01:32:38 #4 transferring context: 2B done 01:32:38 #4 DONE 0.0s 01:32:38 01:32:38 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:38 #5 CACHED 01:32:38 01:32:38 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:38 #6 CACHED 01:32:38 01:32:38 #7 exporting to image 01:32:38 #7 exporting layers done 01:32:38 #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done 01:32:38 #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done 01:32:38 #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done 01:32:38 #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba 01:32:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:38 #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done 01:32:38 #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done 01:32:38 #7 pushing layers 0.0s done 01:32:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.42@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done 01:32:38 #7 DONE 0.1s 01:32:38 01:32:38 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:32:38 #8 DONE 0.0s 01:32:38 01:32:38 1 warning found (use --debug to expand): 01:32:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:38 #1 [internal] load build definition from Dockerfile 01:32:38 #1 transferring dockerfile: 217B done 01:32:38 #1 DONE 0.0s 01:32:38 01:32:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:38 #2 DONE 0.0s 01:32:38 01:32:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:38 #3 DONE 0.0s 01:32:38 01:32:38 #4 [internal] load .dockerignore 01:32:38 #4 transferring context: 2B done 01:32:38 #4 DONE 0.0s 01:32:38 01:32:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 done 01:32:38 #5 CACHED 01:32:38 01:32:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 done 01:32:38 #6 CACHED 01:32:38 01:32:38 #7 exporting to image 01:32:38 #7 exporting layers done 01:32:38 #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a 01:32:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:39 #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done 01:32:39 #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done 01:32:39 #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done 01:32:39 #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done 01:32:39 #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done 01:32:39 #7 pushing layers 0.0s done 01:32:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done 01:32:39 #7 DONE 0.1s 01:32:39 01:32:39 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:32:39 #8 DONE 0.0s 01:32:39 01:32:39 1 warning found (use --debug to expand): 01:32:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:39 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 01:32:39 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 01:32:39 #1 [internal] load build definition from Dockerfile 01:32:39 #1 transferring dockerfile: 168B done 01:32:39 #1 DONE 0.0s 01:32:39 01:32:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:32:39 #2 DONE 0.0s 01:32:39 01:32:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 01:32:39 #3 DONE 0.0s 01:32:39 01:32:39 #4 [internal] load .dockerignore 01:32:39 #4 transferring context: 2B done 01:32:39 #4 DONE 0.0s 01:32:39 01:32:39 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:39 #5 CACHED 01:32:39 01:32:39 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 01:32:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a8b146999ef968abd1e91a081df865faa585d412c01333d52e55b15811a8ea66 0.0s done 01:32:39 #6 CACHED 01:32:39 01:32:39 #7 exporting to image 01:32:39 #7 exporting layers done 01:32:39 #7 exporting manifest sha256:1770eca0de78ef9a5950e6dcef4d013283bcf34831eeb167467dfd9fa6d6ea0a done 01:32:39 #7 exporting config sha256:884ea578aa0b2cda27b820769539246fa5b574d2f27eec88b27824165a2b8219 done 01:32:39 #7 exporting manifest sha256:d5e088bd77035a6c9d1e03d1fe26130ba0d32410acc4f03ac2de8e9421a3128f done 01:32:39 #7 exporting config sha256:0a8937501ee70b454bc47bb38db8eac986d127ed4e7ffbd2ab0eb40898ca4eba done 01:32:39 #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 01:32:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:39 #7 exporting manifest list sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 done 01:32:39 #7 pushing layers 0.0s done 01:32:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:a16113426edb3136031007a6ba736a4af7983e12707eed3f7aebe8eb58c14973 0.1s done 01:32:39 #7 DONE 0.1s 01:32:39 01:32:39 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 01:32:39 #8 DONE 0.0s 01:32:39 01:32:39 1 warning found (use --debug to expand): 01:32:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:40 #1 [internal] load build definition from Dockerfile 01:32:40 #1 transferring dockerfile: 205B done 01:32:40 #1 DONE 0.0s 01:32:40 01:32:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:32:40 #2 DONE 0.0s 01:32:40 01:32:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:32:40 #3 DONE 0.0s 01:32:40 01:32:40 #4 [internal] load .dockerignore 01:32:40 #4 transferring context: 2B done 01:32:40 #4 DONE 0.0s 01:32:40 01:32:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:40 #5 DONE 0.0s 01:32:40 01:32:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:40 #6 DONE 0.1s 01:32:40 01:32:40 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:40 #7 DONE 0.0s 01:32:40 01:32:40 #8 exporting to image 01:32:40 #8 exporting layers done 01:32:40 #8 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done 01:32:40 #8 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done 01:32:40 #8 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d 0.0s done 01:32:40 #8 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done 01:32:40 #8 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done 01:32:40 #8 pushing layers 0.1s done 01:32:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 01:32:40 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:40 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done 01:32:40 #8 DONE 0.2s 01:32:40 01:32:40 1 warning found (use --debug to expand): 01:32:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 01:32:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 01:32:40 #1 [internal] load build definition from Dockerfile 01:32:40 #1 transferring dockerfile: 171B done 01:32:40 #1 DONE 0.0s 01:32:40 01:32:40 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:32:40 #2 DONE 0.0s 01:32:40 01:32:40 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 01:32:40 #3 DONE 0.0s 01:32:40 01:32:40 #4 [internal] load .dockerignore 01:32:40 #4 transferring context: 2B done 01:32:40 #4 DONE 0.0s 01:32:40 01:32:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd done 01:32:40 #5 CACHED 01:32:40 01:32:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:41 #6 CACHED 01:32:41 01:32:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:41 #7 DONE 0.0s 01:32:41 01:32:41 #8 exporting to image 01:32:41 #8 exporting layers done 01:32:41 #8 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done 01:32:41 #8 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done 01:32:41 #8 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done 01:32:41 #8 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done 01:32:41 #8 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done 01:32:41 #8 pushing layers 0.0s done 01:32:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done 01:32:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:41 #8 DONE 0.1s 01:32:41 01:32:41 1 warning found (use --debug to expand): 01:32:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 --push - 01:32:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42' 01:32:41 #1 [internal] load build definition from Dockerfile 01:32:41 #1 transferring dockerfile: 177B done 01:32:41 #1 DONE 0.0s 01:32:41 01:32:41 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:32:41 #2 DONE 0.0s 01:32:41 01:32:41 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42 01:32:41 #3 DONE 0.0s 01:32:41 01:32:41 #4 [internal] load .dockerignore 01:32:41 #4 transferring context: 2B done 01:32:41 #4 DONE 0.0s 01:32:41 01:32:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:41 #5 CACHED 01:32:41 01:32:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:41 #6 CACHED 01:32:41 01:32:41 #7 exporting to image 01:32:41 #7 exporting layers done 01:32:41 #7 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done 01:32:41 #7 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done 01:32:41 #7 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done 01:32:41 #7 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done 01:32:41 #7 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done 01:32:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:41 #7 pushing layers 0.0s done 01:32:41 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.42@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done 01:32:41 #7 DONE 0.1s 01:32:41 01:32:41 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:41 #8 DONE 0.0s 01:32:41 01:32:41 1 warning found (use --debug to expand): 01:32:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:41 #1 [internal] load build definition from Dockerfile 01:32:41 #1 transferring dockerfile: 218B done 01:32:41 #1 DONE 0.0s 01:32:41 01:32:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:41 #2 DONE 0.0s 01:32:41 01:32:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:41 #3 DONE 0.0s 01:32:41 01:32:41 #4 [internal] load .dockerignore 01:32:41 #4 transferring context: 2B done 01:32:41 #4 DONE 0.0s 01:32:41 01:32:41 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:41 #5 CACHED 01:32:41 01:32:41 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:41 #6 CACHED 01:32:41 01:32:41 #7 exporting to image 01:32:41 #7 exporting layers done 01:32:41 #7 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done 01:32:41 #7 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done 01:32:41 #7 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done 01:32:41 #7 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done 01:32:41 #7 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 01:32:41 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:42 #7 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done 01:32:42 #7 pushing layers 0.0s done 01:32:42 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done 01:32:42 #7 DONE 0.1s 01:32:42 01:32:42 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:42 #8 DONE 0.0s 01:32:42 01:32:42 1 warning found (use --debug to expand): 01:32:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 01:32:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 01:32:42 #1 [internal] load build definition from Dockerfile 01:32:42 #1 transferring dockerfile: 169B done 01:32:42 #1 DONE 0.0s 01:32:42 01:32:42 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:32:42 #2 DONE 0.0s 01:32:42 01:32:42 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 01:32:42 #3 DONE 0.0s 01:32:42 01:32:42 #4 [internal] load .dockerignore 01:32:42 #4 transferring context: 2B done 01:32:42 #4 DONE 0.0s 01:32:42 01:32:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:42 #5 CACHED 01:32:42 01:32:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 0.0s done 01:32:42 #6 DONE 0.0s 01:32:42 01:32:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:fc21de341133eb499090d02f2165c26a43e43b0f9759ee46bd44dee9e7a722dd 01:32:42 #6 CACHED 01:32:42 01:32:42 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:42 #7 DONE 0.0s 01:32:42 01:32:42 #8 exporting to image 01:32:42 #8 exporting layers done 01:32:42 #8 exporting manifest sha256:6992da6956dcb58fd6d8717286ba4a805c2419c282bd2b44e0c2011ea04c7dc7 done 01:32:42 #8 exporting config sha256:907a2527035a878c5bdc1c9e4f9839d960435a85ff6df7b6800cd69089ae7ebd done 01:32:42 #8 exporting manifest sha256:b76278cba81bda5e884bafd534a55dcbf59c95a2e181282f5b3caa313a58171d done 01:32:42 #8 exporting config sha256:a7407855e90cb0da6c1cae145738c67e71e3c8f3fc99ebf6d8d37a4c8f5f86fa done 01:32:42 #8 exporting manifest list sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 done 01:32:42 #8 pushing layers 0.0s done 01:32:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:93a3ea1d2cfb9147e593280f08980903e31346c67cca55c15bf2b1121f9bb7f3 0.1s done 01:32:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:42 #8 DONE 0.1s 01:32:42 01:32:42 1 warning found (use --debug to expand): 01:32:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:43 #1 [internal] load build definition from Dockerfile 01:32:43 #1 transferring dockerfile: 211B done 01:32:43 #1 DONE 0.0s 01:32:43 01:32:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:32:43 #2 DONE 0.0s 01:32:43 01:32:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62 01:32:43 #3 DONE 0.1s 01:32:43 01:32:43 #4 [internal] load .dockerignore 01:32:43 #4 transferring context: 2B done 01:32:43 #4 DONE 0.0s 01:32:43 01:32:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:43 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:43 #5 DONE 0.0s 01:32:43 01:32:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:43 #6 DONE 0.0s 01:32:43 01:32:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:43 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:43 #5 DONE 0.1s 01:32:43 01:32:43 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:43 #7 DONE 0.0s 01:32:43 01:32:43 #8 exporting to image 01:32:43 #8 exporting layers done 01:32:43 #8 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done 01:32:43 #8 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done 01:32:43 #8 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done 01:32:43 #8 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done 01:32:43 #8 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done 01:32:43 #8 pushing layers 0.1s done 01:32:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 01:32:43 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:43 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done 01:32:43 #8 DONE 0.2s 01:32:43 01:32:43 1 warning found (use --debug to expand): 01:32:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 01:32:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 01:32:43 #1 [internal] load build definition from Dockerfile 01:32:43 #1 transferring dockerfile: 177B done 01:32:43 #1 DONE 0.0s 01:32:43 01:32:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:32:43 #2 DONE 0.0s 01:32:43 01:32:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 01:32:43 #3 DONE 0.0s 01:32:43 01:32:43 #4 [internal] load .dockerignore 01:32:43 #4 transferring context: 2B done 01:32:43 #4 DONE 0.0s 01:32:43 01:32:43 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:43 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:43 #5 DONE 0.0s 01:32:43 01:32:43 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:44 #6 CACHED 01:32:44 01:32:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:44 #5 CACHED 01:32:44 01:32:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:44 #7 DONE 0.0s 01:32:44 01:32:44 #8 exporting to image 01:32:44 #8 exporting layers done 01:32:44 #8 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done 01:32:44 #8 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done 01:32:44 #8 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done 01:32:44 #8 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done 01:32:44 #8 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done 01:32:44 #8 pushing layers 0.0s done 01:32:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done 01:32:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:44 #8 DONE 0.1s 01:32:44 01:32:44 1 warning found (use --debug to expand): 01:32:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42' 01:32:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 --push - 01:32:44 #1 [internal] load build definition from Dockerfile 01:32:44 #1 transferring dockerfile: 183B done 01:32:44 #1 DONE 0.0s 01:32:44 01:32:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:32:44 #2 DONE 0.0s 01:32:44 01:32:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42 01:32:44 #3 DONE 0.0s 01:32:44 01:32:44 #4 [internal] load .dockerignore 01:32:44 #4 transferring context: 2B done 01:32:44 #4 DONE 0.0s 01:32:44 01:32:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:44 #5 CACHED 01:32:44 01:32:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:44 #6 CACHED 01:32:44 01:32:44 #7 exporting to image 01:32:44 #7 exporting layers done 01:32:44 #7 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done 01:32:44 #7 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done 01:32:44 #7 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done 01:32:44 #7 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e 01:32:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:44 #7 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done 01:32:44 #7 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done 01:32:44 #7 pushing layers 0.0s done 01:32:44 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.42@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done 01:32:44 #7 DONE 0.1s 01:32:44 01:32:44 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:44 #8 DONE 0.0s 01:32:44 01:32:44 1 warning found (use --debug to expand): 01:32:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:44 #1 [internal] load build definition from Dockerfile 01:32:44 #1 transferring dockerfile: 224B done 01:32:44 #1 DONE 0.0s 01:32:44 01:32:44 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:44 #2 DONE 0.0s 01:32:44 01:32:44 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:44 #3 DONE 0.0s 01:32:44 01:32:44 #4 [internal] load .dockerignore 01:32:44 #4 transferring context: 2B done 01:32:44 #4 DONE 0.0s 01:32:44 01:32:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:44 #5 CACHED 01:32:44 01:32:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:44 #6 CACHED 01:32:44 01:32:44 #7 exporting to image 01:32:44 #7 exporting layers done 01:32:44 #7 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done 01:32:44 #7 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f 01:32:44 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:45 #7 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done 01:32:45 #7 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done 01:32:45 #7 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done 01:32:45 #7 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done 01:32:45 #7 pushing layers 0.0s done 01:32:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done 01:32:45 #7 DONE 0.1s 01:32:45 01:32:45 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:45 #8 DONE 0.0s 01:32:45 01:32:45 1 warning found (use --debug to expand): 01:32:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 01:32:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 01:32:45 #1 [internal] load build definition from Dockerfile 01:32:45 #1 transferring dockerfile: 175B done 01:32:45 #1 DONE 0.0s 01:32:45 01:32:45 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:32:45 #2 DONE 0.0s 01:32:45 01:32:45 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 01:32:45 #3 DONE 0.0s 01:32:45 01:32:45 #4 [internal] load .dockerignore 01:32:45 #4 transferring context: 2B done 01:32:45 #4 DONE 0.0s 01:32:45 01:32:45 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:45 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:45 #5 CACHED 01:32:45 01:32:45 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 01:32:45 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:b5f70f8dbc7a98b375dc1567a7d2bc233b56f598a7585a7437766d91cd1db169 0.0s done 01:32:45 #6 CACHED 01:32:45 01:32:45 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 01:32:45 #7 DONE 0.0s 01:32:45 01:32:45 #8 exporting to image 01:32:45 #8 exporting layers done 01:32:45 #8 exporting manifest sha256:73447645672658c111029fa1b5710879f0af1b2b6ce0b1762a0a1e7f3035967b done 01:32:45 #8 exporting config sha256:d9cd126c6ac5afa4080271a71bc6413b920145b3c227867e0dee1c2cdd719c3f done 01:32:45 #8 exporting manifest sha256:b92d16233026302c734d5338ab0d748dd8c67a45c2c1fa6305c7dfd4c97474a1 done 01:32:45 #8 exporting config sha256:e9e33c67602700898103688db329f5905a26145c3ab17ecc4b5838d3055bd78e done 01:32:45 #8 exporting manifest list sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 done 01:32:45 #8 pushing layers 0.0s done 01:32:45 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:35ec3cf6ae83f5b281e826cdfaaf551622863304ffa8e9956163e259c931e418 0.1s done 01:32:45 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:45 #8 DONE 0.1s 01:32:45 01:32:45 1 warning found (use --debug to expand): 01:32:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:46 #1 [internal] load build definition from Dockerfile 01:32:46 #1 transferring dockerfile: 215B done 01:32:46 #1 DONE 0.0s 01:32:46 01:32:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 01:32:46 #2 DONE 0.0s 01:32:46 01:32:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62 01:32:46 #3 DONE 0.0s 01:32:46 01:32:46 #4 [internal] load .dockerignore 01:32:46 #4 transferring context: 2B done 01:32:46 #4 DONE 0.0s 01:32:46 01:32:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:46 #5 DONE 0.0s 01:32:46 01:32:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:46 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:46 #6 DONE 0.0s 01:32:46 01:32:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:46 #5 DONE 0.1s 01:32:46 01:32:46 #7 exporting to image 01:32:46 #7 exporting layers done 01:32:46 #7 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done 01:32:46 #7 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done 01:32:46 #7 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done 01:32:46 #7 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done 01:32:46 #7 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done 01:32:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:46 #7 ... 01:32:46 01:32:46 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:32:46 #8 DONE 0.0s 01:32:46 01:32:46 #7 exporting to image 01:32:46 #7 pushing layers 0.1s done 01:32:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 01:32:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done 01:32:46 #7 DONE 0.2s 01:32:46 01:32:46 1 warning found (use --debug to expand): 01:32:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 01:32:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 01:32:46 #1 [internal] load build definition from Dockerfile 01:32:46 #1 transferring dockerfile: 181B done 01:32:46 #1 DONE 0.0s 01:32:46 01:32:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:32:46 #2 DONE 0.0s 01:32:46 01:32:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 01:32:46 #3 DONE 0.0s 01:32:46 01:32:46 #4 [internal] load .dockerignore 01:32:46 #4 transferring context: 2B done 01:32:46 #4 DONE 0.0s 01:32:46 01:32:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:46 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:46 #5 DONE 0.0s 01:32:46 01:32:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:47 #6 CACHED 01:32:47 01:32:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #5 CACHED 01:32:47 01:32:47 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:32:47 #7 DONE 0.0s 01:32:47 01:32:47 #8 exporting to image 01:32:47 #8 exporting layers done 01:32:47 #8 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done 01:32:47 #8 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done 01:32:47 #8 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done 01:32:47 #8 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done 01:32:47 #8 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done 01:32:47 #8 pushing layers 0.0s done 01:32:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done 01:32:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:47 #8 DONE 0.1s 01:32:47 01:32:47 1 warning found (use --debug to expand): 01:32:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42' 01:32:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 --push - 01:32:47 #1 [internal] load build definition from Dockerfile 01:32:47 #1 transferring dockerfile: 187B done 01:32:47 #1 DONE 0.0s 01:32:47 01:32:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:32:47 #2 DONE 0.0s 01:32:47 01:32:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42 01:32:47 #3 DONE 0.0s 01:32:47 01:32:47 #4 [internal] load .dockerignore 01:32:47 #4 transferring context: 2B done 01:32:47 #4 DONE 0.0s 01:32:47 01:32:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:47 #5 CACHED 01:32:47 01:32:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:47 #6 DONE 0.0s 01:32:47 01:32:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #6 CACHED 01:32:47 01:32:47 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:32:47 #7 DONE 0.0s 01:32:47 01:32:47 #8 exporting to image 01:32:47 #8 exporting layers done 01:32:47 #8 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done 01:32:47 #8 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done 01:32:47 #8 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done 01:32:47 #8 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done 01:32:47 #8 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done 01:32:47 #8 pushing layers 0.0s done 01:32:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.42@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done 01:32:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:47 #8 DONE 0.1s 01:32:47 01:32:47 1 warning found (use --debug to expand): 01:32:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:47 #1 [internal] load build definition from Dockerfile 01:32:47 #1 transferring dockerfile: 228B done 01:32:47 #1 DONE 0.0s 01:32:47 01:32:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:47 #2 DONE 0.0s 01:32:47 01:32:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:47 #3 DONE 0.0s 01:32:47 01:32:47 #4 [internal] load .dockerignore 01:32:47 #4 transferring context: 2B done 01:32:47 #4 DONE 0.0s 01:32:47 01:32:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:47 #5 CACHED 01:32:47 01:32:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:47 #6 CACHED 01:32:47 01:32:47 #7 exporting to image 01:32:47 #7 exporting layers done 01:32:47 #7 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done 01:32:47 #7 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done 01:32:47 #7 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 01:32:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:48 #7 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done 01:32:48 #7 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done 01:32:48 #7 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done 01:32:48 #7 pushing layers 0.0s done 01:32:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done 01:32:48 #7 DONE 0.1s 01:32:48 01:32:48 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:32:48 #8 DONE 0.0s 01:32:48 01:32:48 1 warning found (use --debug to expand): 01:32:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 01:32:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 01:32:48 #1 [internal] load build definition from Dockerfile 01:32:48 #1 transferring dockerfile: 179B done 01:32:48 #1 DONE 0.0s 01:32:48 01:32:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:32:48 #2 DONE 0.0s 01:32:48 01:32:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 01:32:48 #3 DONE 0.0s 01:32:48 01:32:48 #4 [internal] load .dockerignore 01:32:48 #4 transferring context: 2B done 01:32:48 #4 DONE 0.0s 01:32:48 01:32:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:48 #5 CACHED 01:32:48 01:32:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 01:32:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:999c85945f664282a6cfb4e17dbb19b1653e266c72ecd971efe113f07faacf04 0.0s done 01:32:48 #6 CACHED 01:32:48 01:32:48 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 01:32:48 #7 DONE 0.0s 01:32:48 01:32:48 #8 exporting to image 01:32:48 #8 exporting layers done 01:32:48 #8 exporting manifest sha256:1571b7cc5f38cd2c726d1578d012dbf4a947db204b04a40b86bff88c1de3829b done 01:32:48 #8 exporting config sha256:a5c03e0172a8e82b6f15622a578a5c5b7d3c090bf965a3aa8fdb04f8af0eb3d6 done 01:32:48 #8 exporting manifest sha256:7968e3a61ed6295e7cff7f5594d7abd5db80c200a11cc2b0ab3d1bc709be8fe3 done 01:32:48 #8 exporting config sha256:064bdd38d4faf36522b390a1c214c17d9f98fbcf0889ab42cab0e0ad4af74b13 done 01:32:48 #8 exporting manifest list sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e done 01:32:48 #8 pushing layers 0.0s done 01:32:48 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:2bc8ba779cd0767c3f7f5e215f2570f2d0e5984fcae9462fc800271d5cb41b4e 0.1s done 01:32:48 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:48 #8 DONE 0.1s 01:32:48 01:32:48 1 warning found (use --debug to expand): 01:32:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:49 #1 [internal] load build definition from Dockerfile 01:32:49 #1 transferring dockerfile: 205B done 01:32:49 #1 DONE 0.0s 01:32:49 01:32:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 01:32:49 #2 DONE 0.0s 01:32:49 01:32:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62 01:32:49 #3 DONE 0.0s 01:32:49 01:32:49 #4 [internal] load .dockerignore 01:32:49 #4 transferring context: 2B done 01:32:49 #4 DONE 0.0s 01:32:49 01:32:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:49 #5 DONE 0.0s 01:32:49 01:32:49 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:49 #6 DONE 0.1s 01:32:49 01:32:49 #7 exporting to image 01:32:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:49 #7 ... 01:32:49 01:32:49 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:32:49 #8 DONE 0.0s 01:32:49 01:32:49 #7 exporting to image 01:32:49 #7 exporting layers done 01:32:49 #7 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done 01:32:49 #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done 01:32:49 #7 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done 01:32:49 #7 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done 01:32:49 #7 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done 01:32:49 #7 pushing layers 0.1s done 01:32:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 01:32:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done 01:32:49 #7 DONE 0.2s 01:32:49 01:32:49 1 warning found (use --debug to expand): 01:32:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 01:32:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 01:32:49 #1 [internal] load build definition from Dockerfile 01:32:49 #1 transferring dockerfile: 171B done 01:32:49 #1 DONE 0.0s 01:32:49 01:32:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:32:49 #2 DONE 0.0s 01:32:49 01:32:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 01:32:49 #3 DONE 0.0s 01:32:49 01:32:49 #4 [internal] load .dockerignore 01:32:49 #4 transferring context: 2B done 01:32:49 #4 DONE 0.0s 01:32:50 01:32:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:50 #5 CACHED 01:32:50 01:32:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:50 #6 CACHED 01:32:50 01:32:50 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:32:50 #7 DONE 0.0s 01:32:50 01:32:50 #8 exporting to image 01:32:50 #8 exporting layers done 01:32:50 #8 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done 01:32:50 #8 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done 01:32:50 #8 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done 01:32:50 #8 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done 01:32:50 #8 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done 01:32:50 #8 pushing layers 0.0s done 01:32:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done 01:32:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:50 #8 DONE 0.1s 01:32:50 01:32:50 1 warning found (use --debug to expand): 01:32:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42' 01:32:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 --push - 01:32:50 #1 [internal] load build definition from Dockerfile 01:32:50 #1 transferring dockerfile: 177B done 01:32:50 #1 DONE 0.0s 01:32:50 01:32:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:32:50 #2 DONE 0.0s 01:32:50 01:32:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42 01:32:50 #3 DONE 0.0s 01:32:50 01:32:50 #4 [internal] load .dockerignore 01:32:50 #4 transferring context: 2B done 01:32:50 #4 DONE 0.0s 01:32:50 01:32:50 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:50 #5 CACHED 01:32:50 01:32:50 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:50 #6 CACHED 01:32:50 01:32:50 #7 exporting to image 01:32:50 #7 exporting layers done 01:32:50 #7 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done 01:32:50 #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 01:32:50 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:50 #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done 01:32:50 #7 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done 01:32:50 #7 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done 01:32:50 #7 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done 01:32:50 #7 pushing layers 0.0s done 01:32:50 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.42@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done 01:32:50 #7 DONE 0.1s 01:32:50 01:32:50 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:32:50 #8 DONE 0.0s 01:32:50 01:32:50 1 warning found (use --debug to expand): 01:32:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:51 #1 [internal] load build definition from Dockerfile 01:32:51 #1 transferring dockerfile: 218B done 01:32:51 #1 DONE 0.0s 01:32:51 01:32:51 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:51 #2 DONE 0.0s 01:32:51 01:32:51 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:51 #3 DONE 0.0s 01:32:51 01:32:51 #4 [internal] load .dockerignore 01:32:51 #4 transferring context: 2B done 01:32:51 #4 DONE 0.0s 01:32:51 01:32:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:51 #5 DONE 0.0s 01:32:51 01:32:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 done 01:32:51 #6 CACHED 01:32:51 01:32:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:51 #5 CACHED 01:32:51 01:32:51 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:32:51 #7 DONE 0.0s 01:32:51 01:32:51 #8 exporting to image 01:32:51 #8 exporting layers done 01:32:51 #8 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done 01:32:51 #8 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done 01:32:51 #8 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done 01:32:51 #8 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done 01:32:51 #8 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done 01:32:51 #8 pushing layers 0.0s done 01:32:51 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done 01:32:51 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:51 #8 DONE 0.1s 01:32:51 01:32:51 1 warning found (use --debug to expand): 01:32:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 01:32:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 01:32:51 #1 [internal] load build definition from Dockerfile 01:32:51 #1 transferring dockerfile: 169B done 01:32:51 #1 DONE 0.0s 01:32:51 01:32:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:32:51 #2 DONE 0.0s 01:32:51 01:32:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 01:32:51 #3 DONE 0.0s 01:32:51 01:32:51 #4 [internal] load .dockerignore 01:32:51 #4 transferring context: 2B done 01:32:51 #4 DONE 0.0s 01:32:51 01:32:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:51 #5 CACHED 01:32:51 01:32:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 01:32:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:1de103ca7691932541e4cc3e0c445ff9decdac56059054b344a11a0e5dda1674 0.0s done 01:32:51 #6 CACHED 01:32:51 01:32:51 #7 exporting to image 01:32:51 #7 exporting layers done 01:32:51 #7 exporting manifest sha256:dba1754df9aa1f737c7da6d0c3f8b430199308cb5c6ff5a9b9c97469f2e2fd18 done 01:32:51 #7 exporting config sha256:06bf6d70864040a14be337917b84fd39e9f0436255f81470e88fc1db9a983f94 done 01:32:51 #7 exporting manifest sha256:4c4b62198394389dc5820792728246e63b07271851aa9f6205712e4a2066d251 done 01:32:51 #7 exporting config sha256:341d75e456e857b08d22a5a55a7452a92e408470f22aa6a6a13dc475506e56e0 done 01:32:51 #7 exporting manifest list sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 done 01:32:51 #7 pushing layers 01:32:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:51 #7 pushing layers 0.0s done 01:32:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:579f433bb7ef4da91d648eded13c98ea0b0a4865ca0036b8b97129385c0fb0f5 0.1s done 01:32:51 #7 DONE 0.1s 01:32:51 01:32:51 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 01:32:51 #8 DONE 0.0s 01:32:51 01:32:51 1 warning found (use --debug to expand): 01:32:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:52 #1 [internal] load build definition from Dockerfile 01:32:52 #1 transferring dockerfile: 206B done 01:32:52 #1 DONE 0.0s 01:32:52 01:32:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 01:32:52 #2 DONE 0.0s 01:32:52 01:32:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62 01:32:52 #3 DONE 0.1s 01:32:52 01:32:52 #4 [internal] load .dockerignore 01:32:52 #4 transferring context: 2B done 01:32:52 #4 DONE 0.0s 01:32:52 01:32:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:52 #5 DONE 0.0s 01:32:52 01:32:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:52 #6 DONE 0.0s 01:32:52 01:32:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:52 #5 DONE 0.1s 01:32:52 01:32:52 #7 exporting to image 01:32:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:52 #7 ... 01:32:52 01:32:52 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:32:52 #8 DONE 0.0s 01:32:52 01:32:52 #7 exporting to image 01:32:52 #7 exporting layers done 01:32:52 #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done 01:32:52 #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done 01:32:52 #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done 01:32:52 #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done 01:32:52 #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done 01:32:52 #7 pushing layers 0.1s done 01:32:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 01:32:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done 01:32:52 #7 DONE 0.2s 01:32:52 01:32:52 1 warning found (use --debug to expand): 01:32:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 01:32:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 01:32:52 #1 [internal] load build definition from Dockerfile 01:32:52 #1 transferring dockerfile: 172B done 01:32:52 #1 DONE 0.0s 01:32:52 01:32:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:32:52 #2 DONE 0.0s 01:32:52 01:32:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 01:32:52 #3 DONE 0.0s 01:32:52 01:32:52 #4 [internal] load .dockerignore 01:32:52 #4 transferring context: 2B done 01:32:52 #4 DONE 0.0s 01:32:52 01:32:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:52 #5 DONE 0.0s 01:32:52 01:32:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:53 #6 CACHED 01:32:53 01:32:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:53 #5 CACHED 01:32:53 01:32:53 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:32:53 #7 DONE 0.0s 01:32:53 01:32:53 #8 exporting to image 01:32:53 #8 exporting layers done 01:32:53 #8 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done 01:32:53 #8 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done 01:32:53 #8 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done 01:32:53 #8 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done 01:32:53 #8 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done 01:32:53 #8 pushing layers 0.0s done 01:32:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done 01:32:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:53 #8 DONE 0.1s 01:32:53 01:32:53 1 warning found (use --debug to expand): 01:32:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42' 01:32:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 --push - 01:32:53 #1 [internal] load build definition from Dockerfile 01:32:53 #1 transferring dockerfile: 178B done 01:32:53 #1 DONE 0.0s 01:32:53 01:32:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:32:53 #2 DONE 0.0s 01:32:53 01:32:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42 01:32:53 #3 DONE 0.0s 01:32:53 01:32:53 #4 [internal] load .dockerignore 01:32:53 #4 transferring context: 2B done 01:32:53 #4 DONE 0.0s 01:32:53 01:32:53 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 done 01:32:53 #5 CACHED 01:32:53 01:32:53 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 done 01:32:53 #6 CACHED 01:32:53 01:32:53 #7 exporting to image 01:32:53 #7 exporting layers done 01:32:53 #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done 01:32:53 #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done 01:32:53 #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e 01:32:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:53 #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done 01:32:53 #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done 01:32:53 #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done 01:32:53 #7 pushing layers 0.0s done 01:32:53 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.42@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done 01:32:53 #7 DONE 0.1s 01:32:53 01:32:53 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:32:53 #8 DONE 0.0s 01:32:53 01:32:53 1 warning found (use --debug to expand): 01:32:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:53 #1 [internal] load build definition from Dockerfile 01:32:53 #1 transferring dockerfile: 219B done 01:32:53 #1 DONE 0.0s 01:32:53 01:32:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:53 #2 DONE 0.0s 01:32:53 01:32:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:53 #3 DONE 0.0s 01:32:53 01:32:53 #4 [internal] load .dockerignore 01:32:53 #4 transferring context: 2B done 01:32:53 #4 DONE 0.0s 01:32:53 01:32:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:53 #5 CACHED 01:32:53 01:32:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:53 #6 CACHED 01:32:53 01:32:53 #7 exporting to image 01:32:53 #7 exporting layers 01:32:53 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:54 #7 exporting layers done 01:32:54 #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done 01:32:54 #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done 01:32:54 #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done 01:32:54 #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done 01:32:54 #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done 01:32:54 #7 pushing layers 0.0s done 01:32:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done 01:32:54 #7 DONE 0.1s 01:32:54 01:32:54 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:32:54 #8 DONE 0.0s 01:32:54 01:32:54 1 warning found (use --debug to expand): 01:32:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 01:32:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 01:32:54 #1 [internal] load build definition from Dockerfile 01:32:54 #1 transferring dockerfile: 170B done 01:32:54 #1 DONE 0.0s 01:32:54 01:32:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:32:54 #2 DONE 0.0s 01:32:54 01:32:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 01:32:54 #3 DONE 0.0s 01:32:54 01:32:54 #4 [internal] load .dockerignore 01:32:54 #4 transferring context: 2B done 01:32:54 #4 DONE 0.0s 01:32:54 01:32:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:54 #5 CACHED 01:32:54 01:32:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 01:32:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:9ecb78d56547c4a7b2df1552d69bf24f5268712fc72c8fa5645de5f2fb6fc7f0 0.0s done 01:32:54 #6 CACHED 01:32:54 01:32:54 #7 exporting to image 01:32:54 #7 exporting layers 01:32:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:54 #7 exporting layers done 01:32:54 #7 exporting manifest sha256:da46c07b78d25568968ea2b3461d818eff9506f9e9d679b2197808d88fe0e84b done 01:32:54 #7 exporting config sha256:b601abc40e96dd734141fb8fac28b799f54b8b6f7553ac22da7ae152968d1d33 done 01:32:54 #7 exporting manifest sha256:9a6f59de1d9c20c4e6357a099c268e4ba9081a2195966e29854a2ed35a00a95e done 01:32:54 #7 exporting config sha256:1fb2ab933dcd8b955b48d419c3a48c6ebdaee0dae0f87db9a0e369ce4dfc9b5a done 01:32:54 #7 exporting manifest list sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f done 01:32:54 #7 pushing layers 0.0s done 01:32:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:a8e183d6cfeda2b408b5ff0067989dc86d154c568e195267d7f478da0de3b71f 0.1s done 01:32:54 #7 DONE 0.1s 01:32:54 01:32:54 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 01:32:54 #8 DONE 0.0s 01:32:54 01:32:54 1 warning found (use --debug to expand): 01:32:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:55 #1 [internal] load build definition from Dockerfile 01:32:55 #1 transferring dockerfile: 206B done 01:32:55 #1 DONE 0.0s 01:32:55 01:32:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 01:32:55 #2 DONE 0.0s 01:32:55 01:32:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62 01:32:55 #3 DONE 0.1s 01:32:55 01:32:55 #4 [internal] load .dockerignore 01:32:55 #4 transferring context: 2B done 01:32:55 #4 DONE 0.0s 01:32:55 01:32:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:55 #5 DONE 0.1s 01:32:55 01:32:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:55 #6 DONE 0.0s 01:32:55 01:32:55 #7 exporting to image 01:32:55 #7 exporting layers done 01:32:55 #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e 0.0s done 01:32:55 #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe 01:32:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:55 #7 ... 01:32:55 01:32:55 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:32:55 #8 DONE 0.0s 01:32:55 01:32:55 #7 exporting to image 01:32:55 #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done 01:32:55 #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done 01:32:55 #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done 01:32:55 #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done 01:32:55 #7 pushing layers 0.1s done 01:32:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 01:32:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done 01:32:55 #7 DONE 0.2s 01:32:55 01:32:55 1 warning found (use --debug to expand): 01:32:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 01:32:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 01:32:55 #1 [internal] load build definition from Dockerfile 01:32:55 #1 transferring dockerfile: 172B done 01:32:55 #1 DONE 0.0s 01:32:55 01:32:55 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:32:55 #2 DONE 0.0s 01:32:55 01:32:55 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 01:32:55 #3 DONE 0.0s 01:32:55 01:32:55 #4 [internal] load .dockerignore 01:32:55 #4 transferring context: 2B done 01:32:55 #4 DONE 0.0s 01:32:55 01:32:55 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:55 #5 CACHED 01:32:55 01:32:55 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:55 #6 CACHED 01:32:55 01:32:55 #7 exporting to image 01:32:55 #7 exporting layers done 01:32:55 #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e 01:32:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:56 #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done 01:32:56 #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done 01:32:56 #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done 01:32:56 #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done 01:32:56 #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done 01:32:56 #7 pushing layers 0.0s done 01:32:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done 01:32:56 #7 DONE 0.1s 01:32:56 01:32:56 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:32:56 #8 DONE 0.0s 01:32:56 01:32:56 1 warning found (use --debug to expand): 01:32:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42' 01:32:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 --push - 01:32:56 #1 [internal] load build definition from Dockerfile 01:32:56 #1 transferring dockerfile: 178B done 01:32:56 #1 DONE 0.0s 01:32:56 01:32:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:32:56 #2 DONE 0.0s 01:32:56 01:32:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42 01:32:56 #3 DONE 0.0s 01:32:56 01:32:56 #4 [internal] load .dockerignore 01:32:56 #4 transferring context: 2B done 01:32:56 #4 DONE 0.0s 01:32:56 01:32:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:56 #5 CACHED 01:32:56 01:32:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:56 #6 CACHED 01:32:56 01:32:56 #7 exporting to image 01:32:56 #7 exporting layers done 01:32:56 #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done 01:32:56 #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done 01:32:56 #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done 01:32:56 #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done 01:32:56 #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done 01:32:56 #7 pushing layers 0.0s done 01:32:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 01:32:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.42@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done 01:32:56 #7 DONE 0.1s 01:32:56 01:32:56 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:32:56 #8 DONE 0.0s 01:32:56 01:32:56 1 warning found (use --debug to expand): 01:32:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:32:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:32:57 #1 [internal] load build definition from Dockerfile 01:32:57 #1 transferring dockerfile: 219B done 01:32:57 #1 DONE 0.0s 01:32:57 01:32:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:57 #2 DONE 0.0s 01:32:57 01:32:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:32:57 #3 DONE 0.0s 01:32:57 01:32:57 #4 [internal] load .dockerignore 01:32:57 #4 transferring context: 2B done 01:32:57 #4 DONE 0.0s 01:32:57 01:32:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:57 #5 CACHED 01:32:57 01:32:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:57 #6 CACHED 01:32:57 01:32:57 #7 exporting to image 01:32:57 #7 exporting layers done 01:32:57 #7 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done 01:32:57 #7 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done 01:32:57 #7 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done 01:32:57 #7 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done 01:32:57 #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 01:32:57 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:57 #7 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done 01:32:57 #7 pushing layers 0.0s done 01:32:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done 01:32:57 #7 DONE 0.1s 01:32:57 01:32:57 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:32:57 #8 DONE 0.0s 01:32:57 01:32:57 1 warning found (use --debug to expand): 01:32:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 01:32:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 01:32:57 #1 [internal] load build definition from Dockerfile 01:32:57 #1 transferring dockerfile: 170B done 01:32:57 #1 DONE 0.0s 01:32:57 01:32:57 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:32:57 #2 DONE 0.0s 01:32:57 01:32:57 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 01:32:57 #3 DONE 0.0s 01:32:57 01:32:57 #4 [internal] load .dockerignore 01:32:57 #4 transferring context: 2B done 01:32:57 #4 DONE 0.0s 01:32:57 01:32:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:57 #5 CACHED 01:32:57 01:32:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 0.0s done 01:32:57 #6 DONE 0.0s 01:32:57 01:32:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:1d0182b406f4bd1394820336dbd40b1efee6b201eb85ed9c89503c5d6fd6d968 01:32:57 #6 CACHED 01:32:57 01:32:57 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 01:32:57 #7 DONE 0.0s 01:32:57 01:32:57 #8 exporting to image 01:32:57 #8 exporting layers done 01:32:57 #8 exporting manifest sha256:5b9fcc903a10f2c407d07aaa8ea368dc33a09bbe8432fed1002bc3e8cf71412e done 01:32:57 #8 exporting config sha256:be7d6b0e2f8aba7fa5749fa75a4e76e6944aa3fb461fb405a244d8a1d9e5ebbe done 01:32:57 #8 exporting manifest sha256:f5cfce366b9b46efce708a8d4df6105c0a856b48860f4bfd6b7db21dc6f25d97 done 01:32:57 #8 exporting config sha256:196000323fd5664154c7df56ea8a6587e2def88ec7735f76c285dbfb9943d560 done 01:32:57 #8 exporting manifest list sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 done 01:32:57 #8 pushing layers 0.0s done 01:32:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:d0b5b9e3cb71ef0b697a20dce9ac81623a8d621a73edc77fee37d3c552d545a6 0.1s done 01:32:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:57 #8 DONE 0.1s 01:32:57 01:32:57 1 warning found (use --debug to expand): 01:32:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62' 01:32:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:32:58 #1 [internal] load build definition from Dockerfile 01:32:58 #1 transferring dockerfile: 206B done 01:32:58 #1 DONE 0.0s 01:32:58 01:32:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 01:32:58 #2 DONE 0.0s 01:32:58 01:32:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62 01:32:58 #3 DONE 0.0s 01:32:58 01:32:58 #4 [internal] load .dockerignore 01:32:58 #4 transferring context: 2B done 01:32:58 #4 DONE 0.0s 01:32:58 01:32:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:58 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:58 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:32:58 #5 DONE 0.0s 01:32:58 01:32:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:58 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:32:58 #6 DONE 0.1s 01:32:58 01:32:58 #7 exporting to image 01:32:58 #7 exporting layers done 01:32:58 #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done 01:32:58 #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done 01:32:58 #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done 01:32:58 #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done 01:32:58 #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done 01:32:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:58 #7 ... 01:32:58 01:32:58 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:32:58 #8 DONE 0.0s 01:32:58 01:32:58 #7 exporting to image 01:32:58 #7 pushing layers 0.1s done 01:32:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 01:32:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done 01:32:58 #7 DONE 0.2s 01:32:58 01:32:58 1 warning found (use --debug to expand): 01:32:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 01:32:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 01:32:58 #1 [internal] load build definition from Dockerfile 01:32:58 #1 transferring dockerfile: 172B done 01:32:58 #1 DONE 0.0s 01:32:58 01:32:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:32:58 #2 DONE 0.0s 01:32:58 01:32:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 01:32:58 #3 DONE 0.0s 01:32:58 01:32:58 #4 [internal] load .dockerignore 01:32:58 #4 transferring context: 2B done 01:32:58 #4 DONE 0.0s 01:32:58 01:32:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:58 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:32:58 #5 CACHED 01:32:58 01:32:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:59 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:32:59 #6 CACHED 01:32:59 01:32:59 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:32:59 #7 DONE 0.0s 01:32:59 01:32:59 #8 exporting to image 01:32:59 #8 exporting layers done 01:32:59 #8 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done 01:32:59 #8 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done 01:32:59 #8 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done 01:32:59 #8 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done 01:32:59 #8 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done 01:32:59 #8 pushing layers 0.0s done 01:32:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done 01:32:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:59 #8 DONE 0.1s 01:32:59 01:32:59 1 warning found (use --debug to expand): 01:32:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:32:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42' 01:32:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 --push - 01:32:59 #1 [internal] load build definition from Dockerfile 01:32:59 #1 transferring dockerfile: 178B done 01:32:59 #1 DONE 0.0s 01:32:59 01:32:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:32:59 #2 DONE 0.0s 01:32:59 01:32:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42 01:32:59 #3 DONE 0.0s 01:32:59 01:32:59 #4 [internal] load .dockerignore 01:32:59 #4 transferring context: 2B done 01:32:59 #4 DONE 0.0s 01:32:59 01:32:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:59 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 done 01:32:59 #5 CACHED 01:32:59 01:32:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:32:59 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:32:59 #6 CACHED 01:32:59 01:32:59 #7 exporting to image 01:32:59 #7 exporting layers done 01:32:59 #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done 01:32:59 #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done 01:32:59 #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done 01:32:59 #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done 01:32:59 #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done 01:32:59 #7 pushing layers 0.0s done 01:32:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 01:32:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:32:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.42@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done 01:32:59 #7 DONE 0.1s 01:32:59 01:32:59 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:32:59 #8 DONE 0.0s 01:32:59 01:32:59 1 warning found (use --debug to expand): 01:32:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:33:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:33:00 #1 [internal] load build definition from Dockerfile 01:33:00 #1 transferring dockerfile: 219B done 01:33:00 #1 DONE 0.0s 01:33:00 01:33:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:33:00 #2 DONE 0.0s 01:33:00 01:33:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:33:00 #3 DONE 0.0s 01:33:00 01:33:00 #4 [internal] load .dockerignore 01:33:00 #4 transferring context: 2B done 01:33:00 #4 DONE 0.0s 01:33:00 01:33:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:33:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 done 01:33:00 #5 CACHED 01:33:00 01:33:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:33:00 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:33:00 #6 CACHED 01:33:00 01:33:00 #7 exporting to image 01:33:00 #7 exporting layers done 01:33:00 #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done 01:33:00 #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done 01:33:00 #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done 01:33:00 #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done 01:33:00 #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done 01:33:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:00 #7 pushing layers 0.0s done 01:33:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done 01:33:00 #7 DONE 0.1s 01:33:00 01:33:00 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:33:00 #8 DONE 0.0s 01:33:00 01:33:00 1 warning found (use --debug to expand): 01:33:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 01:33:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 01:33:00 #1 [internal] load build definition from Dockerfile 01:33:00 #1 transferring dockerfile: 170B done 01:33:00 #1 DONE 0.0s 01:33:00 01:33:00 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:33:00 #2 DONE 0.0s 01:33:00 01:33:00 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 01:33:00 #3 DONE 0.0s 01:33:00 01:33:00 #4 [internal] load .dockerignore 01:33:00 #4 transferring context: 2B done 01:33:00 #4 DONE 0.0s 01:33:00 01:33:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:33:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:33:00 #5 CACHED 01:33:00 01:33:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 01:33:00 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:ad0aa328345e27c6e953f4570fcfd6e64453f2229207d3d739a9564f048cfc00 0.0s done 01:33:00 #6 CACHED 01:33:00 01:33:00 #7 exporting to image 01:33:00 #7 exporting layers done 01:33:00 #7 exporting manifest sha256:a2e438270a6f7671a8131821a2b7bde30b922cd4d0d31a333e21664249f8a586 done 01:33:00 #7 exporting config sha256:38231c7ea038b47c2ff09b3b93f93112a862ee1401ab81a7d45a8ec206c900d6 done 01:33:00 #7 exporting manifest sha256:d69cbfb6f8c496f652eb976172d5bc362dea3b61ceedabf9e8a16e1dddad6ffb done 01:33:00 #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 01:33:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:00 #7 exporting config sha256:a5e05a5d4f79e759598a5cf3e97d703aac1d8cbb26d4daf6e1dcbd9d30aeaa77 done 01:33:00 #7 exporting manifest list sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 done 01:33:00 #7 pushing layers 0.0s done 01:33:00 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:42e1331b43390608ab6c89174bd8cb30507777ea43e512fbd2a49c7ae3feba33 0.1s done 01:33:00 #7 DONE 0.1s 01:33:00 01:33:00 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 01:33:00 #8 DONE 0.0s 01:33:00 01:33:00 1 warning found (use --debug to expand): 01:33:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62' 01:33:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 --push - 01:33:01 #1 [internal] load build definition from Dockerfile 01:33:01 #1 transferring dockerfile: 202B done 01:33:01 #1 DONE 0.0s 01:33:01 01:33:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 01:33:01 #2 DONE 0.0s 01:33:01 01:33:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62 01:33:01 #3 DONE 0.0s 01:33:01 01:33:01 #4 [internal] load .dockerignore 01:33:01 #4 transferring context: 2B done 01:33:01 #4 DONE 0.0s 01:33:01 01:33:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:01 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:01 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:01 #5 DONE 0.1s 01:33:01 01:33:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:01 #6 DONE 0.0s 01:33:01 01:33:01 #7 exporting to image 01:33:01 #7 exporting layers done 01:33:01 #7 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done 01:33:01 #7 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done 01:33:01 #7 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done 01:33:01 #7 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done 01:33:01 #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 01:33:01 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:01 #7 ... 01:33:01 01:33:01 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:33:01 #8 DONE 0.0s 01:33:01 01:33:01 #7 exporting to image 01:33:01 #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done 01:33:01 #7 pushing layers 0.1s done 01:33:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 01:33:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done 01:33:01 #7 DONE 0.2s 01:33:01 01:33:01 1 warning found (use --debug to expand): 01:33:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 01:33:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 01:33:01 #1 [internal] load build definition from Dockerfile 01:33:01 #1 transferring dockerfile: 168B done 01:33:01 #1 DONE 0.0s 01:33:01 01:33:01 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:33:01 #2 DONE 0.0s 01:33:01 01:33:01 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 01:33:01 #3 DONE 0.0s 01:33:01 01:33:01 #4 [internal] load .dockerignore 01:33:01 #4 transferring context: 2B done 01:33:01 #4 DONE 0.0s 01:33:01 01:33:01 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:01 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:01 #5 CACHED 01:33:01 01:33:01 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:01 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:01 #6 DONE 0.0s 01:33:02 01:33:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:02 #6 CACHED 01:33:02 01:33:02 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:33:02 #7 DONE 0.0s 01:33:02 01:33:02 #8 exporting to image 01:33:02 #8 exporting layers done 01:33:02 #8 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done 01:33:02 #8 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done 01:33:02 #8 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done 01:33:02 #8 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done 01:33:02 #8 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done 01:33:02 #8 pushing layers 0.0s done 01:33:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done 01:33:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:02 #8 DONE 0.1s 01:33:02 01:33:02 1 warning found (use --debug to expand): 01:33:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:02 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42' 01:33:02 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 --push - 01:33:02 #1 [internal] load build definition from Dockerfile 01:33:02 #1 transferring dockerfile: 174B done 01:33:02 #1 DONE 0.0s 01:33:02 01:33:02 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:33:02 #2 DONE 0.0s 01:33:02 01:33:02 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42 01:33:02 #3 DONE 0.0s 01:33:02 01:33:02 #4 [internal] load .dockerignore 01:33:02 #4 transferring context: 2B done 01:33:02 #4 DONE 0.0s 01:33:02 01:33:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:02 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:02 #5 DONE 0.0s 01:33:02 01:33:02 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:02 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:02 #6 CACHED 01:33:02 01:33:02 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:02 #5 CACHED 01:33:02 01:33:02 #7 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:33:02 #7 DONE 0.0s 01:33:02 01:33:02 #8 exporting to image 01:33:02 #8 exporting layers done 01:33:02 #8 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done 01:33:02 #8 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done 01:33:02 #8 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done 01:33:02 #8 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done 01:33:02 #8 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done 01:33:02 #8 pushing layers 0.0s done 01:33:02 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.42@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done 01:33:02 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:02 #8 DONE 0.1s 01:33:02 01:33:02 1 warning found (use --debug to expand): 01:33:02  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42' 01:33:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 --push - 01:33:03 #1 [internal] load build definition from Dockerfile 01:33:03 #1 transferring dockerfile: 215B done 01:33:03 #1 DONE 0.0s 01:33:03 01:33:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:33:03 #2 DONE 0.0s 01:33:03 01:33:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42 01:33:03 #3 DONE 0.0s 01:33:03 01:33:03 #4 [internal] load .dockerignore 01:33:03 #4 transferring context: 2B done 01:33:03 #4 DONE 0.0s 01:33:03 01:33:03 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:03 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb done 01:33:03 #5 CACHED 01:33:03 01:33:03 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:03 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb done 01:33:03 #6 CACHED 01:33:03 01:33:03 #7 exporting to image 01:33:03 #7 exporting layers done 01:33:03 #7 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done 01:33:03 #7 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done 01:33:03 #7 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done 01:33:03 #7 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done 01:33:03 #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done 01:33:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:03 #7 pushing layers 0.0s done 01:33:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:941bb66238a204f12d036216aea2f59b186e8d62-4.1.0-dev.42@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done 01:33:03 #7 DONE 0.1s 01:33:03 01:33:03 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:33:03 #8 DONE 0.0s 01:33:03 01:33:03 1 warning found (use --debug to expand): 01:33:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:33:03 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 01:33:03 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 01:33:03 #1 [internal] load build definition from Dockerfile 01:33:03 #1 transferring dockerfile: 166B done 01:33:03 #1 DONE 0.0s 01:33:03 01:33:03 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:33:03 #2 DONE 0.0s 01:33:03 01:33:03 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 01:33:03 #3 DONE 0.0s 01:33:03 01:33:03 #4 [internal] load .dockerignore 01:33:03 #4 transferring context: 2B done 01:33:03 #4 DONE 0.0s 01:33:03 01:33:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:03 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:03 #5 CACHED 01:33:03 01:33:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 01:33:03 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:9c1ba7c259fd449f64ed514e5fdca2f0f908aa9a44352ce65481344b63624dcb 0.0s done 01:33:03 #6 CACHED 01:33:03 01:33:03 #7 exporting to image 01:33:03 #7 exporting layers 01:33:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:33:03 #7 exporting layers done 01:33:03 #7 exporting manifest sha256:a0aa66df8640326163704b95e2392f90fdcfe54db970a323486fa32d2c27ae3d done 01:33:03 #7 exporting config sha256:2e412800d84327f3ca12e55ceae2201cc08581a052ceb3c03762ba29bb5f5019 done 01:33:03 #7 exporting manifest sha256:79a87e642e09e943a290f605c9bd088eebf21904d8f14b71fc4c0f5eae985220 done 01:33:03 #7 exporting config sha256:bc55a69b620f9447c51e05eef2edadd92bbf4a522ad17a6e5cde61e8543f60f1 done 01:33:03 #7 exporting manifest list sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 done 01:33:03 #7 pushing layers 0.0s done 01:33:03 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:7d927af6f64f1767c353ed9e7e58fc95ee186d94199fe659034dab39443394e9 0.1s done 01:33:03 #7 DONE 0.1s 01:33:03 01:33:03 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 01:33:03 #8 DONE 0.0s 01:33:03 01:33:03 1 warning found (use --debug to expand): 01:33:03  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:33:04 + '[' -d /w/workspace/edgex-go/877/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:33:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:33:05 ---> package-listing.sh 01:33:05 ++ facter osfamily 01:33:05 ++ tr '[:upper:]' '[:lower:]' 01:33:05 + OS_FAMILY=redhat 01:33:05 + workspace=/w/workspace/edgex-go/877 01:33:05 + START_PACKAGES=/tmp/packages_start.txt 01:33:05 + END_PACKAGES=/tmp/packages_end.txt 01:33:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:33:05 + PACKAGES=/tmp/packages_start.txt 01:33:05 + '[' /w/workspace/edgex-go/877 ']' 01:33:05 + PACKAGES=/tmp/packages_end.txt 01:33:05 + case "${OS_FAMILY}" in 01:33:05 + sort 01:33:05 + rpm -qa 01:33:05 + '[' -f /tmp/packages_start.txt ']' 01:33:05 + '[' -f /tmp/packages_end.txt ']' 01:33:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:33:05 + '[' /w/workspace/edgex-go/877 ']' 01:33:05 + mkdir -p /w/workspace/edgex-go/877/archives/ 01:33:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/877/archives/ [Pipeline] echo 01:33:05 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/877/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:33:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:06 01:33:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:07 latest: Pulling from edgex-lftools-log-publisher 01:33:07 5eb5b503b376: Pulling fs layer 01:33:07 5c69ac0246d0: Pulling fs layer 01:33:07 ec43610c2a17: Pulling fs layer 01:33:07 3a2ae6a8a46f: Pulling fs layer 01:33:07 33b1e0a273af: Pulling fs layer 01:33:07 5d3b04190fa2: Pulling fs layer 01:33:07 2f39f015ded8: Pulling fs layer 01:33:07 33b1e0a273af: Waiting 01:33:07 5d3b04190fa2: Waiting 01:33:07 2f39f015ded8: Waiting 01:33:07 3a2ae6a8a46f: Waiting 01:33:07 5c69ac0246d0: Verifying Checksum 01:33:07 5c69ac0246d0: Download complete 01:33:07 3a2ae6a8a46f: Verifying Checksum 01:33:07 3a2ae6a8a46f: Download complete 01:33:07 33b1e0a273af: Verifying Checksum 01:33:07 33b1e0a273af: Download complete 01:33:07 5d3b04190fa2: Verifying Checksum 01:33:07 5d3b04190fa2: Download complete 01:33:07 ec43610c2a17: Verifying Checksum 01:33:07 ec43610c2a17: Download complete 01:33:07 5eb5b503b376: Verifying Checksum 01:33:07 5eb5b503b376: Download complete 01:33:07 2f39f015ded8: Verifying Checksum 01:33:07 2f39f015ded8: Download complete 01:33:08 5eb5b503b376: Pull complete 01:33:08 5c69ac0246d0: Pull complete 01:33:09 ec43610c2a17: Pull complete 01:33:09 3a2ae6a8a46f: Pull complete 01:33:09 33b1e0a273af: Pull complete 01:33:09 5d3b04190fa2: Pull complete 01:33:13 2f39f015ded8: Pull complete 01:33:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:33:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:13 prd-centos7-docker-4c-2g-6003 does not seem to be running inside a container 01:33:13 $ 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/877/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 01:33:17 $ docker top a8702090a2f8ee56b2b24b7b0fd79b10f11d40bc24054f7642c8a7ed0b3e6837 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:18 + touch /tmp/pre-build-complete [Pipeline] sh 01:33:18 + mkdir -p /var/log/sysstat [Pipeline] sh 01:33:18 + ls /var/log/sa-host 01:33:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:18 provisioning config files... 01:33:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config17743505223837748318tmp [Pipeline] { [Pipeline] echo 01:33:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:33:19 ---> create-netrc.sh [Pipeline] } 01:33:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:33:19 ---> python-tools-install.sh [Pipeline] echo 01:33:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:33:20 ---> sudo-logs.sh 01:33:20 Archiving 'sudo' log.. 01:33:20 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:33:20 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:33:20 $ docker stop --time=1 a8702090a2f8ee56b2b24b7b0fd79b10f11d40bc24054f7642c8a7ed0b3e6837 01:33:21 $ docker rm -f --volumes a8702090a2f8ee56b2b24b7b0fd79b10f11d40bc24054f7642c8a7ed0b3e6837 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:33:21 [WS-CLEANUP] Deleting project workspace... 01:33:21 [WS-CLEANUP] Deferred wipeout is used... 01:33:21 [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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:33:22 + [ -d /w/workspace/edgex-go/877/archives ] [Pipeline] libraryResource [Pipeline] sh 01:33:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:33:23 ---> package-listing.sh 01:33:23 ++ facter osfamily 01:33:23 ++ tr '[:upper:]' '[:lower:]' 01:33:23 + OS_FAMILY=debian 01:33:23 + workspace=/w/workspace/edgex-go/877 01:33:23 + START_PACKAGES=/tmp/packages_start.txt 01:33:23 + END_PACKAGES=/tmp/packages_end.txt 01:33:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:33:23 + PACKAGES=/tmp/packages_start.txt 01:33:23 + '[' /w/workspace/edgex-go/877 ']' 01:33:23 + PACKAGES=/tmp/packages_end.txt 01:33:23 + case "${OS_FAMILY}" in 01:33:23 + dpkg -l 01:33:23 + grep '^ii' 01:33:23 + '[' -f /tmp/packages_start.txt ']' 01:33:23 + '[' -f /tmp/packages_end.txt ']' 01:33:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:33:23 + '[' /w/workspace/edgex-go/877 ']' 01:33:23 + mkdir -p /w/workspace/edgex-go/877/archives/ 01:33:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/877/archives/ [Pipeline] echo 01:33:23 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/877/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:33:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:24 01:33:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:24 latest: Pulling from edgex-lftools-log-publisher 01:33:24 5eb5b503b376: Pulling fs layer 01:33:24 5c69ac0246d0: Pulling fs layer 01:33:24 ec43610c2a17: Pulling fs layer 01:33:24 3a2ae6a8a46f: Pulling fs layer 01:33:24 33b1e0a273af: Pulling fs layer 01:33:24 5d3b04190fa2: Pulling fs layer 01:33:24 2f39f015ded8: Pulling fs layer 01:33:24 3a2ae6a8a46f: Waiting 01:33:24 5d3b04190fa2: Waiting 01:33:24 33b1e0a273af: Waiting 01:33:24 2f39f015ded8: Waiting 01:33:24 5c69ac0246d0: Download complete 01:33:24 3a2ae6a8a46f: Verifying Checksum 01:33:24 3a2ae6a8a46f: Download complete 01:33:24 33b1e0a273af: Verifying Checksum 01:33:24 33b1e0a273af: Download complete 01:33:24 ec43610c2a17: Verifying Checksum 01:33:24 ec43610c2a17: Download complete 01:33:24 5d3b04190fa2: Verifying Checksum 01:33:24 5d3b04190fa2: Download complete 01:33:25 5eb5b503b376: Verifying Checksum 01:33:25 5eb5b503b376: Download complete 01:33:25 2f39f015ded8: Verifying Checksum 01:33:25 2f39f015ded8: Download complete 01:33:26 5eb5b503b376: Pull complete 01:33:26 5c69ac0246d0: Pull complete 01:33:27 ec43610c2a17: Pull complete 01:33:27 3a2ae6a8a46f: Pull complete 01:33:27 33b1e0a273af: Pull complete 01:33:27 5d3b04190fa2: Pull complete 01:33:34 2f39f015ded8: Pull complete 01:33:34 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:33:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:34 prd-ubuntu20.04-docker-8c-8g-5997 does not seem to be running inside a container 01:33:34 $ 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/877/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/877 -v /w/workspace/edgex-go/877:/w/workspace/edgex-go/877:rw,z -v /w/workspace/edgex-go/877@tmp:/w/workspace/edgex-go/877@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:33:35 $ docker top 89f3e6efe29f78f2df46311c64a5b2249fa61811628f7a17d8e303a54dba8d6c -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:36 + touch /tmp/pre-build-complete [Pipeline] sh 01:33:36 + mkdir -p /var/log/sysstat [Pipeline] sh 01:33:36 + ls /var/log/sa-host 01:33:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:33:36 provisioning config files... 01:33:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/877@tmp/config2211910415367587700tmp [Pipeline] { [Pipeline] echo 01:33:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:33:37 ---> create-netrc.sh [Pipeline] } 01:33:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:33:37 ---> python-tools-install.sh [Pipeline] echo 01:33:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:33:37 ---> sudo-logs.sh 01:33:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:33:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:33:38 ---> job-cost.sh 01:33:38 lf-activate-venv: SKIPPING 01:33:38 DEBUG: total: 0.10999999940395355 01:33:38 INFO: Retrieving Stack Cost... 01:33:38 INFO: Retrieving Pricing Info for: v3-standard-8 01:33:38 INFO: Archiving Costs [Pipeline] echo 01:33:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:33:38 ---> logs-deploy.sh 01:33:38 lf-activate-venv: SKIPPING 01:33:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/877 01:33:38 INFO: archiving workspace using pattern(s): 01:33:39 Archives upload complete. 01:33:39 INFO: archiving logs to Nexus 01:33:40 ---> uname -a: 01:33:40 Linux prd-ubuntu20-04-docker-8c-8g-5997 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 01:33:40 01:33:40 01:33:40 ---> lscpu: 01:33:40 Architecture: x86_64 01:33:40 CPU op-mode(s): 32-bit, 64-bit 01:33:40 Byte Order: Little Endian 01:33:40 Address sizes: 40 bits physical, 48 bits virtual 01:33:40 CPU(s): 8 01:33:40 On-line CPU(s) list: 0-7 01:33:40 Thread(s) per core: 1 01:33:40 Core(s) per socket: 1 01:33:40 Socket(s): 8 01:33:40 NUMA node(s): 1 01:33:40 Vendor ID: AuthenticAMD 01:33:40 CPU family: 23 01:33:40 Model: 49 01:33:40 Model name: AMD EPYC-Rome Processor 01:33:40 Stepping: 0 01:33:40 CPU MHz: 2799.998 01:33:40 BogoMIPS: 5599.99 01:33:40 Virtualization: AMD-V 01:33:40 Hypervisor vendor: KVM 01:33:40 Virtualization type: full 01:33:40 L1d cache: 256 KiB 01:33:40 L1i cache: 256 KiB 01:33:40 L2 cache: 4 MiB 01:33:40 L3 cache: 128 MiB 01:33:40 NUMA node0 CPU(s): 0-7 01:33:40 Vulnerability Gather data sampling: Not affected 01:33:40 Vulnerability Itlb multihit: Not affected 01:33:40 Vulnerability L1tf: Not affected 01:33:40 Vulnerability Mds: Not affected 01:33:40 Vulnerability Meltdown: Not affected 01:33:40 Vulnerability Mmio stale data: Not affected 01:33:40 Vulnerability Retbleed: Vulnerable 01:33:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:33:40 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:33:40 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 01:33:40 Vulnerability Srbds: Not affected 01:33:40 Vulnerability Tsx async abort: Not affected 01:33:40 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 01:33:40 01:33:40 01:33:40 ---> nproc: 01:33:40 8 01:33:40 01:33:40 01:33:40 ---> df -h: 01:33:40 Filesystem Size Used Avail Use% Mounted on 01:33:40 overlay 155G 32G 124G 21% / 01:33:40 tmpfs 64M 0 64M 0% /dev 01:33:40 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:33:40 shm 64M 0 64M 0% /dev/shm 01:33:40 /dev/vda1 155G 32G 124G 21% /facter-os 01:33:40 01:33:40 01:33:40 ---> sar -b -r -n DEV: 01:33:40 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5997) 07/31/25 _x86_64_ (8 CPU) 01:33:40 01:33:40 01:21:00 LINUX RESTART (8 CPU) 01:33:40 01:33:40 01:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:33:40 01:23:01 173.87 9.82 164.05 0.00 1645.73 44367.87 0.00 01:33:40 01:24:01 39.64 0.02 39.62 0.00 0.13 36560.76 0.00 01:33:40 01:25:01 49.53 0.13 49.39 0.00 2.00 20574.30 0.00 01:33:40 01:26:01 642.66 0.23 642.43 0.00 24.80 307340.78 0.00 01:33:40 01:27:01 795.97 21.09 774.88 0.00 4421.79 283108.31 0.00 01:33:40 01:28:01 396.48 0.05 396.43 0.00 0.40 112518.58 0.00 01:33:40 01:29:01 265.22 0.07 265.16 0.00 0.53 133521.88 0.00 01:33:40 01:30:01 523.63 0.05 523.58 0.00 2.67 37843.52 0.00 01:33:40 01:31:01 26.31 0.03 26.28 0.00 3.73 720.81 0.00 01:33:40 01:32:01 10.08 0.02 10.06 0.00 1.33 251.69 0.00 01:33:40 01:33:01 1.37 0.00 1.37 0.00 0.00 19.86 0.00 01:33:40 Average: 265.90 2.86 263.04 0.00 554.90 88806.23 0.00 01:33:40 01:33:40 01:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:33:40 01:23:01 26921952 31274776 1003468 3.05 121808 4386532 2200500 6.49 1788824 3628500 483284 01:33:40 01:24:01 26383308 31215932 1057892 3.22 127764 4825836 2394440 7.06 1847556 4070260 378820 01:33:40 01:25:01 25705504 31392320 880248 2.68 135200 5616856 1916408 5.65 1963120 4580484 624728 01:33:40 01:26:01 18597208 31201760 1040940 3.17 167020 12297436 3730512 11.00 2511416 10892592 5280 01:33:40 01:27:01 6636312 28669620 3491108 10.62 419716 20677392 11097740 32.72 6486700 17959608 587236 01:33:40 01:28:01 3034856 27639536 4525320 13.77 436408 23132788 9981152 29.43 8595756 19355060 118660 01:33:40 01:29:01 3583564 30636800 1552068 4.72 449872 25563812 4217272 12.43 6110620 21336536 173876 01:33:40 01:30:01 5798484 31384600 845080 2.57 456936 24240420 2314896 6.82 3966100 21468656 292 01:33:40 01:31:01 5800188 31387864 840576 2.56 458068 24240908 2318280 6.83 4413544 21020848 420 01:33:40 01:32:01 5807720 31395680 832688 2.53 458388 24241004 2197388 6.48 4482760 20940852 8 01:33:40 01:33:01 5808184 31396200 832124 2.53 458412 24241008 2197388 6.48 4482196 20940856 4 01:33:40 Average: 12188844 30690463 1536501 4.67 335417 17587636 4051452 11.94 4240781 15108568 215692 01:33:40 01:33:40 01:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:33:40 01:23:01 veth877731e 0.05 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:23:01 ens3 1002.30 904.87 7878.06 126.70 0.00 0.00 0.00 0.00 01:33:40 01:23:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 01:33:40 01:23:01 docker0 805.92 831.98 58.75 4634.19 0.00 0.00 0.00 0.00 01:33:40 01:24:01 veth877731e 1.37 1.40 0.12 0.13 0.00 0.00 0.00 0.00 01:33:40 01:24:01 ens3 34.22 23.28 26.87 15.35 0.00 0.00 0.00 0.00 01:33:40 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:33:40 01:24:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 01:33:40 01:25:01 veth877731e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:25:01 ens3 24.58 14.51 20.69 11.26 0.00 0.00 0.00 0.00 01:33:40 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:26:01 vethbabf892 24.70 33.29 2.38 16.45 0.00 0.00 0.00 0.00 01:33:40 01:26:01 veth06104fb 24.55 32.44 2.37 16.36 0.00 0.00 0.00 0.00 01:33:40 01:26:01 ens3 463.87 298.72 4647.99 45.46 0.00 0.00 0.00 0.00 01:33:40 01:26:01 vetha56d2e2 24.66 32.91 2.38 16.42 0.00 0.00 0.00 0.00 01:33:40 01:26:01 lo 1.60 1.60 0.15 0.15 0.00 0.00 0.00 0.00 01:33:40 01:26:01 veth7a3ead3 21.33 28.20 2.05 14.30 0.00 0.00 0.00 0.00 01:33:40 01:26:01 veth8508182 24.58 32.58 2.37 16.39 0.00 0.00 0.00 0.00 01:33:40 01:26:01 docker0 206.47 299.82 15.17 1499.30 0.00 0.00 0.00 0.00 01:33:40 01:26:01 vethb6fc9b6 0.68 3.20 0.06 0.36 0.00 0.00 0.00 0.00 01:33:40 01:26:01 vethde890b7 8.22 10.48 0.79 5.65 0.00 0.00 0.00 0.00 01:33:40 01:27:01 vethced8557 0.05 0.75 0.00 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth5956206 0.05 0.78 0.00 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth3a846ba 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 01:33:40 01:27:01 vethb0278e6 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth8cc90d6 0.05 0.75 0.00 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 ens3 869.68 508.23 10307.12 53.47 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth1ac1536 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth696f607 0.05 0.75 0.00 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth3eb1a22 0.10 0.80 0.00 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth319969a 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 01:33:40 01:27:01 docker0 382.26 655.54 33.15 7326.47 0.00 0.00 0.00 0.00 01:33:40 01:27:01 vethb6fc9b6 0.12 0.88 0.01 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 veth8851b16 0.05 0.70 0.00 0.04 0.00 0.00 0.00 0.00 01:33:40 01:27:01 vethc1f0e1a 0.05 0.65 0.00 0.03 0.00 0.00 0.00 0.00 01:33:40 01:27:01 vethc2ac56a 0.05 0.32 0.00 0.02 0.00 0.00 0.00 0.00 01:33:40 01:28:01 vethced8557 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth5956206 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth3a846ba 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 ens3 4.13 2.25 2.75 1.59 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth1ac1536 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth696f607 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth3eb1a22 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth319969a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 docker0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:28:01 vethb6fc9b6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 veth8851b16 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 vethc1f0e1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:28:01 vethc2ac56a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:33:40 01:29:01 vethced8557 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 veth3a846ba 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 ens3 8.78 3.95 6.50 3.49 0.00 0.00 0.00 0.00 01:33:40 01:29:01 veth696f607 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 veth14d3581 0.88 0.05 0.04 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 veth3eb1a22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 vethb6fc9b6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 vethc1f0e1a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:29:01 vethc2ac56a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:30:01 ens3 302.75 324.73 158.31 1235.57 0.00 0.00 0.00 0.00 01:33:40 01:30:01 lo 28.66 28.66 2.80 2.80 0.00 0.00 0.00 0.00 01:33:40 01:30:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:31:01 ens3 418.95 431.06 158.41 2644.67 0.00 0.00 0.00 0.00 01:33:40 01:31:01 lo 29.53 29.53 2.89 2.89 0.00 0.00 0.00 0.00 01:33:40 01:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:32:01 ens3 112.38 101.68 69.89 467.02 0.00 0.00 0.00 0.00 01:33:40 01:32:01 lo 10.26 10.26 1.00 1.00 0.00 0.00 0.00 0.00 01:33:40 01:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:33:01 ens3 0.45 0.40 0.26 0.21 0.00 0.00 0.00 0.00 01:33:40 01:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 01:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:33:40 Average: ens3 294.73 237.60 2116.15 418.61 0.00 0.00 0.00 0.00 01:33:40 Average: lo 6.57 6.57 0.64 0.64 0.00 0.00 0.00 0.00 01:33:40 Average: docker0 126.91 162.61 9.74 1223.72 0.00 0.00 0.00 0.00 01:33:40 01:33:40 01:33:40 ---> sar -P ALL: 01:33:40 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-5997) 07/31/25 _x86_64_ (8 CPU) 01:33:40 01:33:40 01:21:00 LINUX RESTART (8 CPU) 01:33:40 01:33:40 01:22:01 CPU %user %nice %system %iowait %steal %idle 01:33:40 01:23:01 all 21.26 0.00 4.53 0.89 0.07 73.25 01:33:40 01:23:01 0 22.25 0.00 5.78 0.24 0.07 71.66 01:33:40 01:23:01 1 20.21 0.00 4.61 0.84 0.07 74.27 01:33:40 01:23:01 2 19.52 0.00 4.02 0.24 0.07 76.16 01:33:40 01:23:01 3 20.73 0.00 4.51 2.97 0.08 71.70 01:33:40 01:23:01 4 20.33 0.00 3.94 0.32 0.07 75.34 01:33:40 01:23:01 5 20.82 0.00 4.72 0.08 0.08 74.29 01:33:40 01:23:01 6 24.66 0.00 4.66 0.69 0.07 69.92 01:33:40 01:23:01 7 21.54 0.00 4.01 1.74 0.07 72.65 01:33:40 01:24:01 all 38.53 0.00 6.14 0.39 0.08 54.86 01:33:40 01:24:01 0 37.78 0.00 5.89 1.17 0.10 55.06 01:33:40 01:24:01 1 38.40 0.00 6.26 0.13 0.08 55.12 01:33:40 01:24:01 2 38.78 0.00 6.48 0.02 0.08 54.64 01:33:40 01:24:01 3 37.56 0.00 6.61 0.02 0.07 55.74 01:33:40 01:24:01 4 39.93 0.00 5.64 0.00 0.08 54.34 01:33:40 01:24:01 5 37.77 0.00 5.91 0.42 0.08 55.81 01:33:40 01:24:01 6 40.20 0.00 5.87 0.03 0.08 53.81 01:33:40 01:24:01 7 37.82 0.00 6.44 1.29 0.08 54.37 01:33:40 01:25:01 all 60.26 0.00 7.67 0.08 0.09 31.91 01:33:40 01:25:01 0 59.49 0.00 8.46 0.13 0.08 31.83 01:33:40 01:25:01 1 62.14 0.00 7.31 0.00 0.08 30.46 01:33:40 01:25:01 2 59.85 0.00 7.50 0.03 0.08 32.53 01:33:40 01:25:01 3 60.97 0.00 7.52 0.02 0.10 31.40 01:33:40 01:25:01 4 60.01 0.00 7.65 0.05 0.08 32.21 01:33:40 01:25:01 5 61.18 0.00 7.83 0.05 0.08 30.85 01:33:40 01:25:01 6 59.35 0.00 7.79 0.07 0.08 32.71 01:33:40 01:25:01 7 59.12 0.00 7.26 0.29 0.08 33.25 01:33:40 01:26:01 all 20.97 0.00 8.52 9.30 0.08 61.13 01:33:40 01:26:01 0 19.55 0.00 8.92 10.71 0.07 60.76 01:33:40 01:26:01 1 23.08 0.00 8.22 10.21 0.09 58.41 01:33:40 01:26:01 2 22.44 0.00 7.72 7.30 0.07 62.47 01:33:40 01:26:01 3 19.96 0.00 8.73 7.83 0.07 63.42 01:33:40 01:26:01 4 20.64 0.00 9.04 12.03 0.08 58.21 01:33:40 01:26:01 5 19.71 0.00 8.11 5.95 0.07 66.16 01:33:40 01:26:01 6 21.97 0.00 8.76 6.51 0.08 62.68 01:33:40 01:26:01 7 20.42 0.00 8.65 13.90 0.09 56.95 01:33:40 01:27:01 all 53.37 0.00 11.83 10.94 0.09 23.78 01:33:40 01:27:01 0 54.19 0.00 10.95 17.14 0.10 17.61 01:33:40 01:27:01 1 52.42 0.00 12.68 10.83 0.10 23.97 01:33:40 01:27:01 2 54.68 0.00 12.51 21.76 0.10 10.96 01:33:40 01:27:01 3 51.25 0.00 12.20 6.22 0.08 30.25 01:33:40 01:27:01 4 53.63 0.00 11.36 10.69 0.08 24.23 01:33:40 01:27:01 5 53.44 0.00 11.51 7.74 0.08 27.23 01:33:40 01:27:01 6 53.45 0.00 11.03 6.79 0.08 28.65 01:33:40 01:27:01 7 53.87 0.00 12.42 6.35 0.08 27.27 01:33:40 01:28:01 all 90.26 0.00 9.62 0.00 0.12 0.00 01:33:40 01:28:01 0 90.48 0.00 9.40 0.00 0.12 0.00 01:33:40 01:28:01 1 91.00 0.00 8.88 0.00 0.12 0.00 01:33:40 01:28:01 2 91.00 0.00 8.87 0.00 0.13 0.00 01:33:40 01:28:01 3 88.21 0.00 11.69 0.00 0.10 0.00 01:33:40 01:28:01 4 89.48 0.00 10.40 0.00 0.12 0.00 01:33:40 01:28:01 5 90.67 0.00 9.20 0.00 0.13 0.00 01:33:40 01:28:01 6 90.53 0.00 9.35 0.00 0.12 0.00 01:33:40 01:28:01 7 90.73 0.00 9.15 0.00 0.12 0.00 01:33:40 01:29:01 all 90.12 0.00 9.56 0.03 0.11 0.18 01:33:40 01:29:01 0 90.88 0.00 8.92 0.02 0.10 0.08 01:33:40 01:29:01 1 91.07 0.00 8.60 0.00 0.10 0.23 01:33:40 01:29:01 2 91.09 0.00 8.49 0.00 0.12 0.30 01:33:40 01:29:01 3 88.68 0.00 11.02 0.03 0.10 0.17 01:33:40 01:29:01 4 88.56 0.00 11.10 0.22 0.12 0.00 01:33:40 01:29:01 5 90.15 0.00 9.47 0.00 0.13 0.25 01:33:40 01:29:01 6 90.32 0.00 9.38 0.00 0.10 0.20 01:33:40 01:29:01 7 90.23 0.00 9.48 0.00 0.12 0.17 01:33:40 01:30:01 all 8.64 0.00 2.08 1.56 0.06 87.67 01:33:40 01:30:01 0 11.48 0.00 2.21 2.02 0.07 84.23 01:33:40 01:30:01 1 6.76 0.00 2.09 0.65 0.07 90.42 01:33:40 01:30:01 2 10.06 0.00 2.25 1.42 0.07 86.20 01:33:40 01:30:01 3 7.13 0.00 2.09 1.67 0.05 89.06 01:33:40 01:30:01 4 7.06 0.00 2.27 1.35 0.05 89.27 01:33:40 01:30:01 5 5.66 0.00 1.64 1.59 0.03 91.08 01:33:40 01:30:01 6 10.29 0.00 1.93 1.88 0.07 85.84 01:33:40 01:30:01 7 10.68 0.00 2.16 1.86 0.05 85.26 01:33:40 01:31:01 all 10.96 0.00 0.87 0.09 0.06 88.02 01:33:40 01:31:01 0 12.37 0.00 0.94 0.02 0.07 86.61 01:33:40 01:31:01 1 9.44 0.00 1.14 0.50 0.07 88.85 01:33:40 01:31:01 2 10.44 0.00 0.86 0.02 0.05 88.63 01:33:40 01:31:01 3 15.60 0.00 0.77 0.02 0.07 83.55 01:33:40 01:31:01 4 13.07 0.00 0.79 0.05 0.05 86.04 01:33:40 01:31:01 5 8.09 0.00 0.80 0.03 0.07 91.01 01:33:40 01:31:01 6 8.83 0.00 0.90 0.02 0.07 90.19 01:33:40 01:31:01 7 9.89 0.00 0.79 0.03 0.05 89.24 01:33:40 01:32:01 all 2.34 0.00 0.31 0.03 0.03 97.29 01:33:40 01:32:01 0 3.58 0.00 0.37 0.02 0.05 95.98 01:33:40 01:32:01 1 2.47 0.00 0.35 0.02 0.03 97.13 01:33:40 01:32:01 2 2.68 0.00 0.30 0.13 0.02 96.87 01:33:40 01:32:01 3 0.65 0.00 0.28 0.00 0.03 99.03 01:33:40 01:32:01 4 1.55 0.00 0.23 0.02 0.03 98.16 01:33:40 01:32:01 5 1.07 0.00 0.17 0.00 0.03 98.73 01:33:40 01:32:01 6 2.47 0.00 0.40 0.03 0.03 97.06 01:33:40 01:32:01 7 4.23 0.00 0.38 0.00 0.03 95.35 01:33:40 01:33:01 all 0.04 0.00 0.02 0.00 0.01 99.92 01:33:40 01:33:01 0 0.07 0.00 0.02 0.00 0.03 99.88 01:33:40 01:33:01 1 0.03 0.00 0.03 0.00 0.03 99.90 01:33:40 01:33:01 2 0.02 0.00 0.02 0.02 0.00 99.95 01:33:40 01:33:01 3 0.02 0.00 0.03 0.00 0.02 99.93 01:33:40 01:33:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:33:40 01:33:01 5 0.10 0.00 0.03 0.02 0.00 99.85 01:33:40 01:33:01 6 0.03 0.00 0.00 0.00 0.02 99.95 01:33:40 01:33:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:33:40 01:33:40 Average: CPU %user %nice %system %iowait %steal %idle 01:33:40 Average: all 36.10 0.00 5.55 2.10 0.07 56.17 01:33:40 Average: 0 36.63 0.00 5.62 2.85 0.08 54.83 01:33:40 Average: 1 36.14 0.00 5.46 2.09 0.08 56.24 01:33:40 Average: 2 36.41 0.00 5.35 2.79 0.07 55.37 01:33:40 Average: 3 35.55 0.00 5.94 1.70 0.07 56.75 01:33:40 Average: 4 35.87 0.00 5.67 2.24 0.07 56.15 01:33:40 Average: 5 35.36 0.00 5.39 1.43 0.07 57.74 01:33:40 Average: 6 36.57 0.00 5.45 1.45 0.07 56.46 01:33:40 Average: 7 36.26 0.00 5.51 2.29 0.07 55.86 01:33:40 01:33:40 01:33:40