Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1e4250d9590b5b4a05e18093632e31bfe594a873 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-ssh13265455377506560234.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-ssh13146497684621480971.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-ssh12499733214880355620.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-ssh15182694604616209768.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-ssh14416147775279021182.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-4949 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/872 [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/872 # 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 1e4250d9590b5b4a05e18093632e31bfe594a873 (main) Commit message: "build(deps): Bump github.com/pebbe/zmq4 from 1.3.1 to 1.4.0 (#5141)" > 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 1e4250d9590b5b4a05e18093632e31bfe594a873 # timeout=10 > git rev-list --no-walk be28a41d6891c049751c2691a0cffa4ea8b2cf08 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:59:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:59:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:59:49 ========================================================= 01:59:49 EdgeX Global Pipelines Version Info 01:59:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:59:50 ------------------- 01:59:50 stable info: 01:59:50 ------------------- 01:59:50 Commited By: Ginny Guan ginny@iotechsys.com 01:59:50 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 01:59:50 Message: update stable to v1.0.274 01:59:50 ------------------- 01:59:50 experimental info: 01:59:50 ------------------- 01:59:50 Commited By: Ginny Guan ginny@iotechsys.com 01:59:50 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 01:59:50 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:59:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:59:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:59:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:59:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:59:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 01:59:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e4250d [Pipeline] echo 01:59:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:59:51 provisioning config files... 01:59:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config14609318513924641558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:59:51 ---> ****-login.sh 01:59:51 nexus3.edgexfoundry.org:10001 01:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:51 01:59:51 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:59:51 Configure a credential helper to remove this warning. See 01:59:51 https://docs.****.com/go/credential-store/ 01:59:51 01:59:51 Login Succeeded 01:59:51 nexus3.edgexfoundry.org:10002 01:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:51 01:59:51 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:59:51 Configure a credential helper to remove this warning. See 01:59:51 https://docs.****.com/go/credential-store/ 01:59:51 01:59:51 Login Succeeded 01:59:51 nexus3.edgexfoundry.org:10003 01:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:52 01:59:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:59:52 Configure a credential helper to remove this warning. See 01:59:52 https://docs.****.com/go/credential-store/ 01:59:52 01:59:52 Login Succeeded 01:59:52 nexus3.edgexfoundry.org:10004 01:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:52 01:59:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:59:52 Configure a credential helper to remove this warning. See 01:59:52 https://docs.****.com/go/credential-store/ 01:59:52 01:59:52 Login Succeeded 01:59:52 ****.io 01:59:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:59:52 01:59:52 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:59:52 Configure a credential helper to remove this warning. See 01:59:52 https://docs.****.com/go/credential-store/ 01:59:52 01:59:52 Login Succeeded 01:59:52 ---> ****-login.sh ends [Pipeline] } 01:59:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:59:52 + 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:59:52 + dirname cmd/core-command/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo core-command,cmd/core-command/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + dirname cmd/core-common-config-bootstrapper/Dockerfile 01:59:52 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 01:59:52 + dirname cmd/core-data/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo core-data,cmd/core-data/Dockerfile 01:59:52 + dirname cmd/core-keeper/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo core-keeper,cmd/core-keeper/Dockerfile 01:59:52 + dirname cmd/core-metadata/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo core-metadata,cmd/core-metadata/Dockerfile 01:59:52 + dirname cmd/security-bootstrapper/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:59:52 + + cutdirname -d/ cmd/security-proxy-auth/Dockerfile -f2 01:59:52 01:59:52 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 01:59:52 + dirname cmd/security-proxy-setup/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:59:52 + dirname cmd/security-secretstore-setup/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:59:52 + dirname cmd/security-spiffe-token-provider/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 01:59:52 + dirname cmd/security-spire-agent/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 01:59:52 + dirname cmd/security-spire-config/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-spire-config,cmd/security-spire-config/Dockerfile 01:59:52 + dirname cmd/security-spire-server/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo security-spire-server,cmd/security-spire-server/Dockerfile 01:59:52 + dirname cmd/support-notifications/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo support-notifications,cmd/support-notifications/Dockerfile 01:59:52 + dirname cmd/support-scheduler/Dockerfile 01:59:52 + cut -d/ -f2 01:59:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 01:59:52 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:59:53 + git rev-list -1 --merges 1e4250d9590b5b4a05e18093632e31bfe594a873~1..1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 01:59:53 -----------> git rev-list -1 --merges 1e4250d9590b5b4a05e18093632e31bfe594a873~1..1e4250d9590b5b4a05e18093632e31bfe594a873 1e4250d9590b5b4a05e18093632e31bfe594a873 [false] [Pipeline] sh 01:59:53 + git log --format=format:%s -1 1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 01:59:53 ========================================================= 01:59:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:59:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 01:59:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:59:53 + grep -v github /etc/ssh/ssh_known_hosts 01:59:53 + [ -e /tmp/ssh_known_hosts ] 01:59:53 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:59:53 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:59:53 + sudo tee -a /etc/ssh/ssh_known_hosts 01:59:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:54 01:59:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:59:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:59:54 0.1.4: Pulling from edgex-devops/py-git-semver 01:59:54 3dae71ba6b94: Pulling fs layer 01:59:54 6bf1a483ea7c: Pulling fs layer 01:59:54 f5dfc541a4d3: Pulling fs layer 01:59:54 461d9e800cba: Pulling fs layer 01:59:54 80192f66455f: Pulling fs layer 01:59:54 2e8e34ca0e6c: Pulling fs layer 01:59:54 a29436f7fd5d: Pulling fs layer 01:59:54 923cac83aea3: Pulling fs layer 01:59:54 25ad8b0a4227: Pulling fs layer 01:59:54 db01528c6b51: Pulling fs layer 01:59:54 28988de357af: Pulling fs layer 01:59:54 2e8e34ca0e6c: Waiting 01:59:54 461d9e800cba: Waiting 01:59:54 80192f66455f: Waiting 01:59:54 a29436f7fd5d: Waiting 01:59:54 25ad8b0a4227: Waiting 01:59:54 db01528c6b51: Waiting 01:59:54 28988de357af: Waiting 01:59:54 6bf1a483ea7c: Verifying Checksum 01:59:54 6bf1a483ea7c: Download complete 01:59:54 461d9e800cba: Verifying Checksum 01:59:54 461d9e800cba: Download complete 01:59:54 80192f66455f: Verifying Checksum 01:59:54 80192f66455f: Download complete 01:59:54 f5dfc541a4d3: Verifying Checksum 01:59:54 f5dfc541a4d3: Download complete 01:59:54 3dae71ba6b94: Verifying Checksum 01:59:54 3dae71ba6b94: Download complete 01:59:54 923cac83aea3: Verifying Checksum 01:59:54 923cac83aea3: Download complete 01:59:55 25ad8b0a4227: Verifying Checksum 01:59:55 25ad8b0a4227: Download complete 01:59:55 db01528c6b51: Verifying Checksum 01:59:55 db01528c6b51: Download complete 01:59:55 28988de357af: Download complete 01:59:55 a29436f7fd5d: Verifying Checksum 01:59:55 a29436f7fd5d: Download complete 01:59:55 2e8e34ca0e6c: Verifying Checksum 01:59:55 2e8e34ca0e6c: Download complete 01:59:56 3dae71ba6b94: Pull complete 01:59:56 6bf1a483ea7c: Pull complete 01:59:57 f5dfc541a4d3: Pull complete 01:59:57 461d9e800cba: Pull complete 01:59:57 80192f66455f: Pull complete 02:00:02 2e8e34ca0e6c: Pull complete 02:00:02 a29436f7fd5d: Pull complete 02:00:02 923cac83aea3: Pull complete 02:00:02 25ad8b0a4227: Pull complete 02:00:03 db01528c6b51: Pull complete 02:00:03 28988de357af: Pull complete 02:00:03 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 02:00:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:00:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:00:03 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:00:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:00:08 $ docker top 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 -eo pid,comm 02:00:08 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:00:08 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:00:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:00:08 [ssh-agent] Looking for ssh-agent implementation... 02:00:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:00:08 $ docker exec 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent 02:00:08 SSH_AUTH_SOCK=/tmp/ssh-yZbxF1zCfZKh/agent.32 02:00:08 SSH_AGENT_PID=39 02:00:08 Running ssh-add (command line suppressed) 02:00:08 Identity added: /w/workspace/edgex-go/872@tmp/private_key_7753296219847911272.key (/w/workspace/edgex-go/872@tmp/private_key_7753296219847911272.key) 02:00:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:00:09 + git tag --points-at HEAD [Pipeline] } 02:00:09 $ docker exec --env ******** --env ******** 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent -k 02:00:09 unset SSH_AUTH_SOCK; 02:00:09 unset SSH_AGENT_PID; 02:00:09 echo Agent pid 39 killed; 02:00:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:00:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:00:09 [ssh-agent] Looking for ssh-agent implementation... 02:00:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:00:09 $ docker exec 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent 02:00:09 SSH_AUTH_SOCK=/tmp/ssh-XipCF3bKauhm/agent.73 02:00:09 SSH_AGENT_PID=79 02:00:09 Running ssh-add (command line suppressed) 02:00:09 Identity added: /w/workspace/edgex-go/872@tmp/private_key_3515999796514990315.key (/w/workspace/edgex-go/872@tmp/private_key_3515999796514990315.key) 02:00:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:00:09 + git semver init 02:00:10 2025-07-11 02:00:10,125 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:00:10 2025-07-11 02:00:10,128 [run_init] DEBUG init version:0.0.0 force:False 02:00:10 2025-07-11 02:00:10,129 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/872/.semver 02:00:10 2025-07-11 02:00:10,129 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/872/.semver 02:00:10 2025-07-11 02:00:10,129 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/872/.semver'], cwd=/w/workspace/edgex-go/872, stdin=None, shell=False, universal_newlines=False) 02:00:16 2025-07-11 02:00:15,429 [append_file] DEBUG append to file:/w/workspace/edgex-go/872/.git/info/exclude 02:00:16 2025-07-11 02:00:15,430 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/872/.semver/main with force:False 02:00:16 2025-07-11 02:00:15,430 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:00:16 2025-07-11 02:00:15,430 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:00:16 4.1.0-dev.40 [Pipeline] } 02:00:16 $ docker exec --env ******** --env ******** 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 ssh-agent -k 02:00:16 unset SSH_AUTH_SOCK; 02:00:16 unset SSH_AGENT_PID; 02:00:16 echo Agent pid 79 killed; 02:00:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:00:17 + git semver [Pipeline] } 02:00:17 $ docker stop --time=1 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 02:00:18 $ docker rm -f --volumes 5f4ee52b990ac055938b3eb89b06579ef796f39d341f917c75095674bfb80c92 [Pipeline] // withDockerContainer [Pipeline] sh 02:00:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:00:19 Stashed 1 file(s) [Pipeline] echo 02:00:19 [edgeXSemver]: initialized semver on version 4.1.0-dev.40 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:00:19 + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] echo 02:00:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:00:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:00:19 ========================================================= 02:00:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 02:00:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:00:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:00:20 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 02:00:20 0a9a5dfd008f: Pulling fs layer 02:00:20 36466aa92d05: Pulling fs layer 02:00:20 e10405b45d13: Pulling fs layer 02:00:20 096b7ceb2af7: Pulling fs layer 02:00:20 4f4fb700ef54: Pulling fs layer 02:00:20 8213a616a21b: Pulling fs layer 02:00:20 985586143405: Pulling fs layer 02:00:20 0eae2285b678: Pulling fs layer 02:00:20 d3ac315be8c5: Pulling fs layer 02:00:20 096b7ceb2af7: Waiting 02:00:20 4f4fb700ef54: Waiting 02:00:20 8213a616a21b: Waiting 02:00:20 985586143405: Waiting 02:00:20 0eae2285b678: Waiting 02:00:20 d3ac315be8c5: Waiting 02:00:20 36466aa92d05: Verifying Checksum 02:00:20 36466aa92d05: Download complete 02:00:20 096b7ceb2af7: Verifying Checksum 02:00:20 096b7ceb2af7: Download complete 02:00:20 4f4fb700ef54: Verifying Checksum 02:00:20 4f4fb700ef54: Download complete 02:00:20 8213a616a21b: Verifying Checksum 02:00:20 8213a616a21b: Download complete 02:00:20 0a9a5dfd008f: Download complete 02:00:20 985586143405: Verifying Checksum 02:00:20 985586143405: Download complete 02:00:20 0a9a5dfd008f: Pull complete 02:00:20 36466aa92d05: Pull complete 02:00:20 d3ac315be8c5: Verifying Checksum 02:00:20 d3ac315be8c5: Download complete 02:00:20 e10405b45d13: Verifying Checksum 02:00:20 e10405b45d13: Download complete 02:00:21 0eae2285b678: Verifying Checksum 02:00:21 0eae2285b678: Download complete 02:00:25 e10405b45d13: Pull complete 02:00:25 096b7ceb2af7: Pull complete 02:00:25 4f4fb700ef54: Pull complete 02:00:25 8213a616a21b: Pull complete 02:00:25 985586143405: Pull complete 02:00:28 0eae2285b678: Pull complete 02:00:29 d3ac315be8c5: Pull complete 02:00:29 Digest: sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 02:00:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:00:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:00:29 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:00:29 WORKDIR /edgex 02:00:29 COPY go.mod . 02:00:29 RUN go mod download 02:00:29 + docker build -t ci-base-image-x86_64 -f - . 02:00:30 #0 building with "default" instance using docker driver 02:00:30 02:00:30 #1 [internal] load build definition from Dockerfile 02:00:30 #1 transferring dockerfile: 164B done 02:00:30 #1 DONE 0.0s 02:00:30 02:00:30 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:00:30 #2 DONE 0.0s 02:00:30 02:00:30 #3 [internal] load .dockerignore 02:00:30 #3 transferring context: 50B done 02:00:30 #3 DONE 0.0s 02:00:30 02:00:30 #4 [internal] load build context 02:00:30 #4 transferring context: 6.51kB done 02:00:30 #4 DONE 0.1s 02:00:30 02:00:30 #5 [1/4] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 02:00:30 #5 DONE 0.1s 02:00:30 02:00:30 #6 [2/4] WORKDIR /edgex 02:00:34 Still waiting to schedule task 02:00:34 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 02:00:34 #6 DONE 4.4s 02:00:34 02:00:34 #7 [3/4] COPY go.mod . 02:00:34 #7 DONE 0.0s 02:00:34 02:00:34 #8 [4/4] RUN go mod download 02:01:01 #8 DONE 23.2s 02:01:01 02:01:01 #9 exporting to image 02:01:01 #9 exporting layers 02:01:01 #9 exporting layers 3.7s done 02:01:01 #9 writing image sha256:2e5159b402b545ff08f10a4784e3b5e24ea511aa19972fe5c90c6df9b5fed19a done 02:01:01 #9 naming to docker.io/library/ci-base-image-x86_64 done 02:01:01 #9 DONE 3.7s [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:02 + docker inspect -f . ci-base-image-x86_64 02:01:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:02 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:01:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:01:02 $ docker top 43fb0ceb23c26d41544b21f4239bcf5fa5e8d8294c1e90d3088d0c5c58b9e90d -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:03 + go version 02:01:03 go version go1.23.9 linux/amd64 [Pipeline] } 02:01:03 $ docker stop --time=1 43fb0ceb23c26d41544b21f4239bcf5fa5e8d8294c1e90d3088d0c5c58b9e90d 02:01:04 $ docker rm -f --volumes 43fb0ceb23c26d41544b21f4239bcf5fa5e8d8294c1e90d3088d0c5c58b9e90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:01:04 + docker inspect -f . ci-base-image-x86_64 02:01:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:01:05 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:01:05 $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:01:05 $ docker top 1fb01b6b06deccf3ee34fca61ad66cae486390a9c827af8bda1ab0b19e16a80b -eo pid,comm [Pipeline] { [Pipeline] echo 02:01:05 ========================================================= 02:01:05 [edgeXBuildGoParallel] Running Tests and Build... 02:01:05 ========================================================= [Pipeline] sh 02:01:05 + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] fileExists [Pipeline] sh 02:01:05 + make test 02:01:05 go test -race -coverprofile=coverage.out ./... 02:01:15 ? github.com/edgexfoundry/edgex-go [no test files] 02:01:42 github.com/edgexfoundry/edgex-go/cmd/core-command coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/core-data coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/core-keeper coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/core-metadata coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/secrets-config coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/support-notifications coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider coverage: 0.0% of statements 02:01:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:01:42 github.com/edgexfoundry/edgex-go/cmd/support-scheduler coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/internal/core/command/container coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/internal/core/command/config coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/internal/core/command coverage: 0.0% of statements 02:01:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.026s coverage: 42.3% of statements 02:01:42 github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks coverage: 0.0% of statements 02:01:42 github.com/edgexfoundry/edgex-go/internal/core/data coverage: 0.0% of statements 02:01:43 github.com/edgexfoundry/edgex-go/internal/core/data/config coverage: 0.0% of statements 02:01:43 github.com/edgexfoundry/edgex-go/internal/core/data/container coverage: 0.0% of statements 02:01:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.037s coverage: 97.0% of statements 02:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/embed [no test files] 02:01:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/data/mocks coverage: 0.0% of statements 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging coverage: 0.0% of statements 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/keeper coverage: 0.0% of statements 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/keeper/application coverage: 0.0% of statements 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/keeper/config coverage: 0.0% of statements 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] 02:01:44 github.com/edgexfoundry/edgex-go/internal/core/keeper/container coverage: 0.0% of statements 02:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/embed [no test files] 02:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] 02:01:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:01:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/utils coverage: 0.0% of statements 02:01:45 github.com/edgexfoundry/edgex-go/internal/core/keeper/registry coverage: 0.0% of statements 02:01:45 github.com/edgexfoundry/edgex-go/internal/core/metadata coverage: 0.0% of statements 02:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.4% of statements 02:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/common_config 1.026s coverage: 3.5% of statements 02:01:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.063s coverage: 46.3% of statements 02:01:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.071s coverage: 93.4% of statements 02:01:47 ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.051s coverage: 92.4% of statements 02:01:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/config coverage: 0.0% of statements 02:01:47 github.com/edgexfoundry/edgex-go/internal/core/metadata/container coverage: 0.0% of statements 02:01:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.045s coverage: 8.4% of statements 02:01:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/embed [no test files] 02:01:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 02:01:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/uom coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg/cache coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/core/metadata/utils coverage: 0.0% of statements 02:01:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg/common coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg/correlation coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg/db/redis coverage: 0.0% of statements 02:01:49 github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres coverage: 0.0% of statements 02:01:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.390s coverage: 95.8% of statements 02:01:50 ok github.com/edgexfoundry/edgex-go/internal/io 1.029s coverage: 72.2% of statements 02:01:51 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/models coverage: 0.0% of statements 02:01:51 github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres/cache coverage: 0.0% of statements 02:01:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 02:01:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces [no test files] 02:01:51 github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto/interfaces/mocks coverage: 0.0% of statements 02:01:51 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper coverage: 0.0% of statements 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.040s coverage: 0.0% of statements [no tests to run] 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.042s coverage: 1.0% of statements 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.031s coverage: 38.1% of statements 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils/crypto 1.018s coverage: 81.1% of statements 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.022s coverage: 40.0% of statements 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.029s coverage: 87.1% of statements 02:01:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.017s coverage: 94.1% of statements 02:01:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers coverage: 0.0% of statements 02:01:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config coverage: 0.0% of statements 02:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.038s coverage: 96.3% of statements 02:01:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container coverage: 0.0% of statements 02:01:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:01:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto coverage: 0.0% of statements 02:01:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container coverage: 0.0% of statements 02:01:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config coverage: 0.0% of statements 02:01:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements 02:01:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres coverage: 0.0% of statements 02:01:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/config coverage: 0.0% of statements 02:01:54 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/container coverage: 0.0% of statements 02:01:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers coverage: 0.0% of statements 02:01:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis coverage: 0.0% of statements 02:01:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config coverage: 0.0% of statements 02:01:55 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container coverage: 0.0% of statements 02:01:56 github.com/edgexfoundry/edgex-go/internal/security/config coverage: 0.0% of statements 02:01:56 github.com/edgexfoundry/edgex-go/internal/security/config/command coverage: 0.0% of statements 02:01:56 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy coverage: 0.0% of statements 02:01:59 github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared coverage: 0.0% of statements 02:01:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:02:00 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command coverage: 0.0% of statements 02:02:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config coverage: 0.0% of statements 02:02:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/handlers coverage: 0.0% of statements 02:02:01 github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container coverage: 0.0% of statements 02:02:05 github.com/edgexfoundry/edgex-go/internal/security/proxyauth coverage: 0.0% of statements 02:02:05 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container coverage: 0.0% of statements 02:02:05 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config coverage: 0.0% of statements 02:02:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.033s coverage: 94.4% of statements 02:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/embed [no test files] 02:02:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces [no test files] 02:02:05 github.com/edgexfoundry/edgex-go/internal/security/proxyauth/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/config coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/container coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/controller coverage: 0.0% of statements 02:02:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/server/handlers coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokeninit coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/secretstore/utils coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container coverage: 0.0% of statements 02:02:08 github.com/edgexfoundry/edgex-go/internal/support/notifications coverage: 0.0% of statements 02:02:10 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel coverage: 0.0% of statements 02:02:10 github.com/edgexfoundry/edgex-go/internal/support/notifications/container coverage: 0.0% of statements 02:02:10 github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks coverage: 0.0% of statements 02:02:10 github.com/edgexfoundry/edgex-go/internal/support/notifications/config coverage: 0.0% of statements 02:02:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 02:02:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/embed [no test files] 02:02:11 github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:02:11 github.com/edgexfoundry/edgex-go/internal/support/scheduler coverage: 0.0% of statements 02:02:11 github.com/edgexfoundry/edgex-go/internal/support/scheduler/container coverage: 0.0% of statements 02:02:11 github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/action coverage: 0.0% of statements 02:02:11 github.com/edgexfoundry/edgex-go/internal/support/scheduler/config coverage: 0.0% of statements 02:02:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/embed [no test files] 02:02:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 02:02:13 github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks coverage: 0.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.052s coverage: 92.9% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.023s coverage: 68.8% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/postgres/handlers 1.025s coverage: 47.4% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/common 1.022s coverage: 15.5% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.092s coverage: 81.8% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.080s coverage: 82.1% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.033s coverage: 86.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.045s coverage: 6.8% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/command/createtoken 1.047s coverage: 33.3% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.055s coverage: 100.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/tokenprovider 1.196s coverage: 54.5% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.019s coverage: 100.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.028s coverage: 73.7% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.021s coverage: 100.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/application 1.030s coverage: 88.6% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/controller 1.031s coverage: 96.8% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxyauth/utils 1.021s coverage: 100.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.185s coverage: 29.2% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.025s coverage: 93.8% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.027s coverage: 3.1% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenmaintenance 1.026s coverage: 76.2% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenprovider 1.024s coverage: 54.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.060s coverage: 17.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.133s coverage: 94.9% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application 1.036s coverage: 9.0% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.078s coverage: 97.7% of statements 02:02:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure 1.030s coverage: 43.6% of statements 02:02:18 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 02:02:18 running golangci-lint 02:02:18 golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z 02:02:18 go version go1.23.9 linux/amd64 02:02:18 level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" 02:02:18 level=info msg="[config_reader] Used config file .golangci.yml" 02:02:18 level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" 02:02:45 level=info msg="[loader] Go packages loading at mode 575 (exports_file|deps|files|imports|name|types_sizes|compiled_files) took 25.215814762s" 02:02:45 level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 44.242603ms" 02:02:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4951 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 02:02:47 Running in /w/workspace/edgex-go/872 [Pipeline] { [Pipeline] checkout 02:02:50 The recommended git tool is: git 02:02:54 using credential edgex-jenkins-ssh 02:02:54 Cloning the remote Git repository 02:02:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:02:54 > git init /w/workspace/edgex-go/872 # timeout=10 02:02:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:02:55 > git --version # timeout=10 02:02:55 > git --version # 'git version 2.25.1' 02:02:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:00 level=info msg="[linters_context/goanalysis] analyzers took 2m4.978262985s with top 10 stages: buildir: 1m13.629222881s, gosec: 4.415457849s, inspect: 3.189144032s, fact_deprecated: 2.713550465s, printf: 2.046636183s, ctrlflow: 1.653878512s, fact_purity: 1.614246783s, nilness: 1.56670609s, S1038: 1.474687734s, directives: 1.019947173s" 02:03:00 level=info msg="[runner] Issues before processing: 202, after processing: 0" 02:03:00 level=info msg="[runner] Processors filtering stat (in/out): skip_files: 202/202, autogenerated_exclude: 202/202, exclude: 202/202, exclude-rules: 202/20, path_prettifier: 202/202, cgo: 202/202, filename_unadjuster: 202/202, invalid_issue: 202/202, skip_dirs: 202/202, identifier_marker: 202/202, nolint: 20/0" 02:03:00 level=info msg="[runner] processing took 18.384805ms with stages: nolint: 8.20365ms, identifier_marker: 5.35911ms, exclude-rules: 1.646312ms, path_prettifier: 1.270909ms, autogenerated_exclude: 1.165228ms, skip_dirs: 602.295µs, invalid_issue: 80.46µs, cgo: 36.671µs, filename_unadjuster: 14.05µs, max_same_issues: 950ns, uniq_by_line: 880ns, fixer: 730ns, exclude: 720ns, skip_files: 560ns, severity-rules: 430ns, sort_results: 410ns, diff: 410ns, source_code: 340ns, path_prefixer: 280ns, max_from_linter: 170ns, max_per_file_from_linter: 120ns, path_shortener: 120ns" 02:03:00 level=info msg="[runner] linters took 15.120827053s with stages: goanalysis_metalinter: 15.102304637s" 02:03:00 level=info msg="File cache stats: 0 entries of total size 0B" 02:03:00 level=info msg="Memory: 399 samples, avg is 307.2MB, max is 1397.0MB" 02:03:00 level=info msg="Execution took 40.388323865s" 02:03:00 go vet ./... 02:03:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:03:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:03:07 ./bin/test-attribution-txt.sh 02:03:07 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 02:03:07 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 02:03:07 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 02:03:07 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 02:03:07 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 02:03:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] sh 02:03:08 + ls -al . 02:03:08 total 1996 02:03:08 drwxrwxr-x 11 1001 1001 4096 Jul 11 02:01 . 02:03:08 drwxr-xr-x 4 root root 4096 Jul 11 02:01 .. 02:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 .blubracket 02:03:08 -rw-rw-r-- 1 1001 1001 10 Jul 11 01:59 .dockerignore 02:03:08 drwxrwxr-x 8 1001 1001 4096 Jul 11 02:02 .git 02:03:08 drwxrwxr-x 3 1001 1001 4096 Jul 11 01:59 .github 02:03:08 -rw-rw-r-- 1 1001 1001 909 Jul 11 01:59 .gitignore 02:03:08 -rw-rw-r-- 1 1001 1001 218 Jul 11 01:59 .golangci.yml 02:03:08 -rw-rw-r-- 1 1001 1001 100 Jul 11 01:59 .hadolint.yml 02:03:08 drwxr-xr-x 3 1001 1001 4096 Jul 11 02:00 .semver 02:03:08 -rw-rw-r-- 1 1001 1001 155 Jul 11 01:59 .sonarcloud.properties 02:03:08 -rw-rw-r-- 1 1001 1001 1171 Jul 11 01:59 ADOPTERS.md 02:03:08 -rw-rw-r-- 1 1001 1001 17374 Jul 11 01:59 Attribution.txt 02:03:08 -rw-rw-r-- 1 1001 1001 108018 Jul 11 01:59 CHANGELOG.md 02:03:08 -rw-rw-r-- 1 1001 1001 3804 Jul 11 01:59 CONTRIBUTING.md 02:03:08 -rw-rw-r-- 1 1001 1001 677 Jul 11 01:59 GOVERNANCE.md 02:03:08 -rw-rw-r-- 1 1001 1001 858 Jul 11 01:59 Jenkinsfile 02:03:08 -rw-rw-r-- 1 1001 1001 10775 Jul 11 01:59 LICENSE 02:03:08 -rw-rw-r-- 1 1001 1001 16740 Jul 11 01:59 Makefile 02:03:08 -rw-rw-r-- 1 1001 1001 582 Jul 11 01:59 OWNERS.md 02:03:08 -rw-rw-r-- 1 1001 1001 9932 Jul 11 01:59 README.md 02:03:08 -rw-rw-r-- 1 1001 1001 789 Jul 11 01:59 SECURITY.md 02:03:08 -rw-rw-r-- 1 1001 1001 12 Jul 11 02:00 VERSION 02:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 bin 02:03:08 drwxrwxr-x 19 1001 1001 4096 Jul 11 01:59 cmd 02:03:08 -rw-r--r-- 1 root root 1666030 Jul 11 02:02 coverage.out 02:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 fuzz_test 02:03:08 -rw-rw-r-- 1 1001 1001 6474 Jul 11 01:59 go.mod 02:03:08 -rw-rw-r-- 1 1001 1001 88358 Jul 11 01:59 go.sum 02:03:08 drwxrwxr-x 7 1001 1001 4096 Jul 11 01:59 internal 02:03:08 drwxrwxr-x 2 1001 1001 4096 Jul 11 01:59 openapi 02:03:08 -rw-rw-r-- 1 1001 1001 584 Jul 11 01:59 security.txt 02:03:08 -rw-rw-r-- 1 1001 1001 204 Jul 11 01:59 version.go [Pipeline] sh 02:03:08 + '[' -e coverage.out ] 02:03:08 + chown 1001:1001 coverage.out [Pipeline] stash 02:03:08 Stashed 1 file(s) [Pipeline] sh 02:03:08 + make build 02:03:08 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:03:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:03:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:15 Avoid second fetch 02:03:15 Checking out Revision 1e4250d9590b5b4a05e18093632e31bfe594a873 (main) 02:03:16 Commit message: "build(deps): Bump github.com/pebbe/zmq4 from 1.3.1 to 1.4.0 (#5141)" 02:03:15 > git config core.sparsecheckout # timeout=10 02:03:15 > git checkout -f 1e4250d9590b5b4a05e18093632e31bfe594a873 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:03:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:03:21 % Total % Received % Xferd Average Speed Time Time Time Current 02:03:21 Dload Upload Total Spent Left Speed 02:03:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 84 13063 84 11015 0 0 110k 0 --:--:-- --:--:-- --:--:-- 109k 100 13063 100 13063 0 0 128k 0 --:--:-- --:--:-- --:--:-- 127k [Pipeline] sh 02:03:21 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:03:21 + sudo tee /etc/docker/daemon.new 02:03:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:03:21 { 02:03:21 "registry-mirrors": [ 02:03:21 "https://nexus3.edgexfoundry.org:10001" 02:03:21 ], 02:03:21 "bip": "10.250.0.254/24", 02:03:21 "hosts": [ 02:03:21 "tcp://0.0.0.0:5555", 02:03:21 "unix:///var/run/docker.sock" 02:03:21 ], 02:03:21 "mtu": 1458, 02:03:21 "selinux-enabled": true, 02:03:21 "seccomp-profile": "/etc/docker/seccomp.json" 02:03:21 } [Pipeline] sh 02:03:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:03:22 + sudo service docker restart 02:03:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:03:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:03:35 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:03:36 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:03:38 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:40 provisioning config files... 02:03:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config12308538537333792027tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:41 ---> ****-login.sh 02:03:41 nexus3.edgexfoundry.org:10001 02:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:41 Configure a credential helper to remove this warning. See 02:03:41 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:41 02:03:41 Login Succeeded 02:03:41 nexus3.edgexfoundry.org:10002 02:03:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:42 Configure a credential helper to remove this warning. See 02:03:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:42 02:03:42 Login Succeeded 02:03:42 nexus3.edgexfoundry.org:10003 02:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:42 Configure a credential helper to remove this warning. See 02:03:42 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:42 02:03:42 Login Succeeded 02:03:42 nexus3.edgexfoundry.org:10004 02:03:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:43 Configure a credential helper to remove this warning. See 02:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:43 02:03:43 Login Succeeded 02:03:43 ****.io 02:03:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:03:43 Configure a credential helper to remove this warning. See 02:03:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:03:43 02:03:43 Login Succeeded 02:03:43 ---> ****-login.sh ends [Pipeline] } 02:03:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 02:03:44 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:03:44 + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] echo 02:03:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:03:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:03:44 ========================================================= 02:03:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 02:03:44 ========================================================= [Pipeline] fileExists [Pipeline] sh 02:03:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:03:44 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:03:44 94e9d8af2201: Pulling fs layer 02:03:44 a6c56e8762df: Pulling fs layer 02:03:44 f0f3c8884826: Pulling fs layer 02:03:44 c7e7622c144d: Pulling fs layer 02:03:44 4f4fb700ef54: Pulling fs layer 02:03:44 e8859aadc426: Pulling fs layer 02:03:44 b4813487a9f6: Pulling fs layer 02:03:44 502a3d64fb4b: Pulling fs layer 02:03:44 4f4fb700ef54: Waiting 02:03:44 e8859aadc426: Waiting 02:03:44 b4813487a9f6: Waiting 02:03:44 502a3d64fb4b: Waiting 02:03:44 c7e7622c144d: Waiting 02:03:44 a6c56e8762df: Verifying Checksum 02:03:44 a6c56e8762df: Download complete 02:03:44 c7e7622c144d: Verifying Checksum 02:03:44 c7e7622c144d: Download complete 02:03:44 4f4fb700ef54: Verifying Checksum 02:03:44 4f4fb700ef54: Download complete 02:03:44 e8859aadc426: Verifying Checksum 02:03:44 e8859aadc426: Download complete 02:03:44 94e9d8af2201: Verifying Checksum 02:03:44 94e9d8af2201: Download complete 02:03:45 502a3d64fb4b: Verifying Checksum 02:03:45 502a3d64fb4b: Download complete 02:03:45 94e9d8af2201: Pull complete 02:03:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:03:46 a6c56e8762df: Pull complete 02:03:47 f0f3c8884826: Download complete 02:03:48 b4813487a9f6: Verifying Checksum 02:03:48 b4813487a9f6: Download complete 02:03:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:03:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:03:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:03:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:03:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 02:03:56 $ docker stop --time=1 1fb01b6b06deccf3ee34fca61ad66cae486390a9c827af8bda1ab0b19e16a80b 02:03:59 $ docker rm -f --volumes 1fb01b6b06deccf3ee34fca61ad66cae486390a9c827af8bda1ab0b19e16a80b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:04:00 02:04:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:04:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:04:01 latest: Pulling from edgex-devops/edgex-compose 02:04:01 91d30c5bc195: Pulling fs layer 02:04:01 2e9b0aa3be6d: Pulling fs layer 02:04:01 9c61dcf015f6: Pulling fs layer 02:04:01 4698f68db338: Pulling fs layer 02:04:01 2a2f49069b9e: Pulling fs layer 02:04:01 e0025b399a48: Pulling fs layer 02:04:01 e0025b399a48: Waiting 02:04:01 4698f68db338: Waiting 02:04:01 2a2f49069b9e: Waiting 02:04:01 91d30c5bc195: Verifying Checksum 02:04:01 91d30c5bc195: Download complete 02:04:01 4698f68db338: Verifying Checksum 02:04:01 4698f68db338: Download complete 02:04:01 2e9b0aa3be6d: Download complete 02:04:01 91d30c5bc195: Pull complete 02:04:01 e0025b399a48: Verifying Checksum 02:04:01 e0025b399a48: Download complete 02:04:01 2a2f49069b9e: Download complete 02:04:01 2e9b0aa3be6d: Pull complete 02:04:02 9c61dcf015f6: Verifying Checksum 02:04:02 9c61dcf015f6: Download complete 02:04:03 f0f3c8884826: Pull complete 02:04:03 c7e7622c144d: Pull complete 02:04:03 4f4fb700ef54: Pull complete 02:04:03 e8859aadc426: Pull complete 02:04:06 9c61dcf015f6: Pull complete 02:04:06 4698f68db338: Pull complete 02:04:06 2a2f49069b9e: Pull complete 02:04:06 e0025b399a48: Pull complete 02:04:06 Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 02:04:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:04:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:04:06 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:04:06 $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:04:08 $ docker top a0b0b4efd94ed490f60c5ba9a609532f4e7a15ff89d132b0780e259123ab14fe -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:08 + docker compose -f ./docker-compose-build.yml build --parallel 02:04:08 #1 [support-scheduler internal] load build definition from Dockerfile 02:04:08 #1 transferring dockerfile: 1.83kB done 02:04:08 #1 DONE 0.1s 02:04:08 02:04:08 #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:04:08 #2 transferring dockerfile: 2.23kB done 02:04:08 #2 DONE 0.1s 02:04:08 02:04:08 #3 [security-spire-config internal] load build definition from Dockerfile 02:04:08 #3 transferring dockerfile: 1.69kB done 02:04:08 #3 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:04:08 #3 DONE 0.2s 02:04:08 02:04:08 #4 [security-spire-server internal] load build definition from Dockerfile 02:04:08 #4 transferring dockerfile: 1.70kB done 02:04:08 #4 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:04:08 #4 DONE 0.2s 02:04:08 02:04:08 #5 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:04:08 #5 transferring dockerfile: 1.89kB done 02:04:08 #5 DONE 0.2s 02:04:08 02:04:08 #6 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:04:08 #6 DONE 0.0s 02:04:08 02:04:08 #7 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.20 02:04:09 #7 ... 02:04:09 02:04:09 #8 [core-data internal] load build definition from Dockerfile 02:04:09 #8 transferring dockerfile: 2.04kB done 02:04:09 #8 DONE 0.2s 02:04:09 02:04:09 #9 [support-notifications internal] load build definition from Dockerfile 02:04:09 #9 transferring dockerfile: 2.00kB done 02:04:09 #9 DONE 0.2s 02:04:09 02:04:09 #10 [core-keeper internal] load build definition from Dockerfile 02:04:09 #10 transferring dockerfile: 2.01kB done 02:04:09 #10 DONE 0.2s 02:04:09 02:04:09 #11 [core-metadata internal] load build definition from Dockerfile 02:04:09 #11 transferring dockerfile: 2.10kB done 02:04:09 #11 DONE 0.3s 02:04:09 02:04:09 #12 [core-command internal] load build definition from Dockerfile 02:04:09 #12 transferring dockerfile: 1.94kB done 02:04:09 #12 DONE 0.2s 02:04:09 02:04:09 #13 [security-bootstrapper internal] load build definition from Dockerfile 02:04:09 #13 transferring dockerfile: 3.02kB done 02:04:09 #13 DONE 0.2s 02:04:09 02:04:09 #14 [security-secretstore-setup internal] load build definition from Dockerfile 02:04:09 #14 transferring dockerfile: 2.49kB done 02:04:09 #14 DONE 0.2s 02:04:09 02:04:09 #15 [security-proxy-auth internal] load build definition from Dockerfile 02:04:09 #15 transferring dockerfile: 2.14kB done 02:04:09 #15 DONE 0.2s 02:04:09 02:04:09 #16 [security-proxy-setup internal] load build definition from Dockerfile 02:04:09 #16 transferring dockerfile: 2.50kB done 02:04:09 #16 DONE 0.2s 02:04:09 02:04:09 #17 [security-spire-agent internal] load build definition from Dockerfile 02:04:09 #17 transferring dockerfile: 1.81kB done 02:04:09 #17 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 22) 02:04:09 #17 WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 23) 02:04:09 #17 DONE 0.2s 02:04:09 02:04:09 #6 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 02:04:09 #6 DONE 0.0s 02:04:09 02:04:09 #7 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:04:09 #7 DONE 0.2s 02:04:09 02:04:09 #18 [support-scheduler internal] load .dockerignore 02:04:09 #18 transferring context: 50B done 02:04:09 #18 DONE 0.1s 02:04:09 02:04:09 #19 [core-common-config-bootstrapper internal] load .dockerignore 02:04:09 #19 transferring context: 50B done 02:04:09 #19 DONE 0.1s 02:04:09 02:04:09 #20 [security-spiffe-token-provider internal] load .dockerignore 02:04:09 #20 transferring context: 50B done 02:04:09 #20 DONE 0.2s 02:04:09 02:04:09 #21 [support-notifications internal] load .dockerignore 02:04:09 #21 transferring context: 50B done 02:04:09 #21 DONE 0.1s 02:04:09 02:04:09 #22 [core-data internal] load .dockerignore 02:04:09 #22 transferring context: 50B done 02:04:09 #22 DONE 0.1s 02:04:09 02:04:09 #23 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:04:09 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:04:09 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:04:09 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:04:09 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:04:09 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:04:09 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:04:09 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:04:09 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:04:09 #23 DONE 0.1s 02:04:09 02:04:09 #24 [core-keeper internal] load .dockerignore 02:04:09 #24 transferring context: 50B done 02:04:09 #24 DONE 0.1s 02:04:09 02:04:09 #25 [core-metadata internal] load .dockerignore 02:04:09 #25 transferring context: 50B done 02:04:09 #25 DONE 0.1s 02:04:09 02:04:09 #26 [security-secretstore-setup internal] load .dockerignore 02:04:09 #26 transferring context: 50B done 02:04:09 #26 DONE 0.1s 02:04:09 02:04:09 #27 [security-proxy-setup internal] load .dockerignore 02:04:09 #27 transferring context: 50B done 02:04:09 #27 DONE 0.1s 02:04:09 02:04:09 #28 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 02:04:09 #28 ... 02:04:09 02:04:09 #23 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:04:09 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:04:09 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:04:09 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:04:09 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:04:09 #23 DONE 0.1s 02:04:09 02:04:09 #29 [core-command internal] load .dockerignore 02:04:09 #29 transferring context: 50B done 02:04:09 #29 DONE 0.2s 02:04:09 02:04:09 #30 [security-bootstrapper internal] load .dockerignore 02:04:09 #30 transferring context: 50B done 02:04:09 #30 DONE 0.2s 02:04:09 02:04:09 #31 [security-proxy-auth internal] load .dockerignore 02:04:09 #31 transferring context: 50B done 02:04:09 #31 DONE 0.2s 02:04:09 02:04:09 #28 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 02:04:09 #28 DONE 0.7s 02:04:09 02:04:09 #32 [support-notifications builder 2/7] WORKDIR /edgex-go 02:04:11 b4813487a9f6: Pull complete 02:04:13 502a3d64fb4b: Pull complete 02:04:13 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 02:04:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:04:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] fileExists [Pipeline] sh 02:04:14 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:04:14 WORKDIR /edgex 02:04:14 COPY go.mod . 02:04:14 RUN go mod download 02:04:14 + docker build -t ci-base-image-arm64 -f - . 02:04:15 #32 ... 02:04:15 02:04:15 #33 [security-spiffe-token-provider internal] load build context 02:04:15 #33 transferring context: 265.61MB 5.6s 02:04:15 Sending build context to Docker daemon 3.708MB 02:04:15 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 02:04:15 ---> 3bb21d53e231 02:04:15 Step 2/4 : WORKDIR /edgex 02:04:15 #33 ... 02:04:15 02:04:15 #34 [security-secretstore-setup internal] load build context 02:04:15 #34 ... 02:04:15 02:04:15 #35 [core-common-config-bootstrapper internal] load build context 02:04:15 #35 ... 02:04:15 02:04:15 #34 [security-secretstore-setup internal] load build context 02:04:16 ---> Running in b6aed4b48e96 02:04:16 #34 ... 02:04:16 02:04:16 #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:04:16 #36 DONE 7.3s 02:04:16 02:04:16 #34 [security-secretstore-setup internal] load build context 02:04:16 Removing intermediate container b6aed4b48e96 02:04:16 ---> f55045894b6b 02:04:16 Step 3/4 : COPY go.mod . 02:04:17 ---> c1fb72faa99d 02:04:17 Step 4/4 : RUN go mod download 02:04:17 ---> Running in eacfa1726a35 02:04:17 #34 ... 02:04:17 02:04:17 #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:04:17 #37 DONE 8.5s 02:04:17 02:04:17 #34 [security-secretstore-setup internal] load build context 02:04:19 #34 ... 02:04:19 02:04:19 #38 [support-scheduler internal] load build context 02:04:19 #38 ... 02:04:19 02:04:19 #39 [core-metadata internal] load build context 02:04:19 #39 ... 02:04:19 02:04:19 #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:04:19 #0 0.464 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:19 #0 0.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:19 #0 1.006 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:04:19 #0 1.006 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:04:19 #0 1.006 OK: 24173 distinct packages available 02:04:19 #0 1.066 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:19 #0 1.148 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:19 #0 1.450 (1/14) Installing ca-certificates (20241121-r1) 02:04:19 #0 1.462 (2/14) Installing brotli-libs (1.1.0-r2) 02:04:19 #0 1.474 (3/14) Installing c-ares (1.33.1-r0) 02:04:19 #0 1.477 (4/14) Installing libunistring (1.2-r0) 02:04:19 #0 1.491 (5/14) Installing libidn2 (2.3.7-r0) 02:04:19 #0 1.498 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:04:19 #0 1.502 (7/14) Installing libpsl (0.21.5-r1) 02:04:19 #0 1.505 (8/14) Installing zstd-libs (1.5.6-r0) 02:04:19 #0 1.513 (9/14) Installing libcurl (8.12.1-r0) 02:04:19 #0 1.530 (10/14) Installing curl (8.12.1-r0) 02:04:19 #0 1.533 (11/14) Installing dumb-init (1.2.5-r3) 02:04:19 #0 1.537 (12/14) Installing musl-obstack (1.2.3-r2) 02:04:19 #0 1.540 (13/14) Installing libucontext (1.2-r3) 02:04:19 #0 1.546 (14/14) Installing gcompat (1.1.0-r4) 02:04:19 #0 1.556 Executing busybox-1.36.1-r29.trigger 02:04:19 #0 1.563 Executing ca-certificates-20241121-r1.trigger 02:04:19 #0 1.602 OK: 13 MiB in 28 packages 02:04:19 #40 ... 02:04:19 02:04:19 #41 [security-proxy-auth internal] load build context 02:04:19 #41 ... 02:04:19 02:04:19 #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:04:19 #0 0.647 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:19 #0 0.726 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:19 #0 0.992 (1/7) Installing ca-certificates (20241121-r1) 02:04:19 #0 1.007 (2/7) Installing dumb-init (1.2.5-r3) 02:04:19 #0 1.011 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:04:19 #0 1.021 (4/7) Installing libsodium (1.0.19-r0) 02:04:19 #0 1.029 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:04:19 #0 1.046 (6/7) Installing libzmq (4.3.5-r2) 02:04:19 #0 1.058 (7/7) Installing zeromq (4.3.5-r2) 02:04:19 #0 1.062 Executing busybox-1.36.1-r29.trigger 02:04:19 #0 1.082 Executing ca-certificates-20241121-r1.trigger 02:04:19 #0 1.124 OK: 12 MiB in 21 packages 02:04:19 #42 ... 02:04:19 02:04:19 #43 [security-proxy-setup internal] load build context 02:04:19 #43 ... 02:04:19 02:04:19 #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:04:19 #0 5.198 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:19 #0 5.273 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:19 #0 5.556 (1/1) Installing dumb-init (1.2.5-r3) 02:04:19 #0 5.561 Executing busybox-1.36.1-r29.trigger 02:04:19 #0 5.568 OK: 8 MiB in 15 packages 02:04:19 #44 ... 02:04:19 02:04:19 #45 [core-command internal] load build context 02:04:19 #45 transferring context: 508.29MB 9.7s done 02:04:19 #45 ... 02:04:19 02:04:19 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:20 #46 ... 02:04:20 02:04:20 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:04:20 #47 ... 02:04:20 02:04:20 #48 [support-notifications internal] load build context 02:04:20 #48 transferring context: 508.29MB 11.0s done 02:04:20 #48 ... 02:04:20 02:04:20 #49 [security-bootstrapper internal] load build context 02:04:20 #49 transferring context: 508.29MB 10.5s done 02:04:20 #49 ... 02:04:20 02:04:20 #50 [core-keeper internal] load build context 02:04:20 #50 transferring context: 508.29MB 10.0s done 02:04:20 #50 ... 02:04:20 02:04:20 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:04:20 #51 ... 02:04:20 02:04:20 #52 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:04:20 #0 8.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:20 #0 8.723 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:20 #0 9.016 (1/1) Installing dumb-init (1.2.5-r3) 02:04:20 #0 9.021 Executing busybox-1.36.1-r29.trigger 02:04:20 #0 9.033 OK: 8 MiB in 15 packages 02:04:20 #52 ... 02:04:20 02:04:20 #53 [core-data internal] load build context 02:04:20 #53 transferring context: 508.29MB 10.7s done 02:04:20 #53 ... 02:04:20 02:04:20 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:04:21 #54 ... 02:04:21 02:04:21 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:04:21 #55 ... 02:04:21 02:04:21 #33 [security-spiffe-token-provider internal] load build context 02:04:21 #33 transferring context: 508.29MB 10.1s done 02:04:26 #33 ... 02:04:26 02:04:26 #35 [core-common-config-bootstrapper internal] load build context 02:04:26 #35 transferring context: 508.29MB 10.1s done 02:04:26 #35 ... 02:04:26 02:04:26 #56 [security-spire-config internal] load .dockerignore 02:04:26 #56 ... 02:04:26 02:04:26 #57 [security-spire-server internal] load .dockerignore 02:04:26 #57 ... 02:04:26 02:04:26 #38 [support-scheduler internal] load build context 02:04:26 #38 transferring context: 508.29MB 11.2s done 02:04:27 #38 ... 02:04:27 02:04:27 #58 [security-spire-agent internal] load .dockerignore 02:04:28 #58 ... 02:04:28 02:04:28 #41 [security-proxy-auth internal] load build context 02:04:28 #41 transferring context: 508.29MB 10.3s done 02:04:29 #41 ... 02:04:29 02:04:29 #34 [security-secretstore-setup internal] load build context 02:04:29 #34 transferring context: 508.29MB 10.0s done 02:04:29 #34 ... 02:04:29 02:04:29 #39 [core-metadata internal] load build context 02:04:29 #39 transferring context: 508.29MB 10.1s done 02:04:29 #39 ... 02:04:29 02:04:29 #43 [security-proxy-setup internal] load build context 02:04:29 #43 transferring context: 508.29MB 10.3s done 02:04:51 #43 ... 02:04:51 02:04:51 #57 [security-spire-server internal] load .dockerignore 02:04:51 #57 transferring context: 02:04:51 #57 ... 02:04:51 02:04:51 #35 [core-common-config-bootstrapper internal] load build context 02:04:51 #35 DONE 41.3s 02:04:51 02:04:51 #32 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go 02:04:51 #32 DONE 40.6s 02:04:51 02:04:51 #50 [core-keeper internal] load build context 02:04:51 #50 DONE 41.2s 02:04:51 02:04:51 #34 [security-secretstore-setup internal] load build context 02:04:51 #34 DONE 41.2s 02:04:51 02:04:51 #45 [core-command internal] load build context 02:04:51 #45 DONE 41.1s 02:04:51 02:04:51 #33 [security-spiffe-token-provider internal] load build context 02:04:51 #33 DONE 41.3s 02:04:51 02:04:51 #39 [core-metadata internal] load build context 02:04:51 #39 DONE 41.2s 02:04:51 02:04:51 #40 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:04:51 #40 DONE 41.2s 02:04:51 02:04:51 #57 [security-spire-server internal] load .dockerignore 02:04:51 #57 transferring context: 50B done 02:04:51 #57 ... 02:04:51 02:04:51 #46 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:51 #46 DONE 41.2s 02:04:51 02:04:51 #42 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:04:51 #42 DONE 41.2s 02:04:51 02:04:51 #52 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init 02:04:51 #52 DONE 41.3s 02:04:51 02:04:51 #44 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:04:51 #44 DONE 41.3s 02:04:51 02:04:51 #43 [security-proxy-setup internal] load build context 02:04:51 #43 DONE 41.3s 02:04:51 02:04:51 #53 [core-data internal] load build context 02:04:51 #53 DONE 41.4s 02:04:51 02:04:51 #41 [security-proxy-auth internal] load build context 02:04:51 #41 DONE 41.2s 02:04:51 02:04:51 #23 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:04:51 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:04:51 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:04:51 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:04:51 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:04:51 #23 DONE 0.1s 02:04:51 02:04:51 #49 [security-bootstrapper internal] load build context 02:04:51 #49 DONE 41.2s 02:04:51 02:04:51 #48 [support-notifications internal] load build context 02:04:51 #48 DONE 41.4s 02:04:51 02:04:51 #38 [support-scheduler internal] load build context 02:04:51 #38 DONE 41.5s 02:04:51 02:04:51 #57 [security-spire-server internal] load .dockerignore 02:04:51 #57 DONE 34.4s 02:04:51 02:04:51 #58 [security-spire-agent internal] load .dockerignore 02:04:51 #58 transferring context: 50B done 02:04:51 #58 DONE 33.0s 02:04:51 02:04:51 #56 [security-spire-config internal] load .dockerignore 02:04:51 #56 transferring context: 50B done 02:04:51 #56 DONE 34.4s 02:04:51 02:04:51 #59 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:51 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 02:04:51 #59 ... 02:04:51 02:04:51 #23 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:04:51 #23 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done 02:04:51 #23 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:04:51 #23 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done 02:04:51 #23 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done 02:04:51 #23 DONE 0.1s 02:04:51 02:04:51 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:51 #59 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.0s done 02:04:51 #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:04:51 #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:04:51 #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:04:51 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.0s 02:04:51 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.0s 02:04:51 #59 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:04:51 #59 sha256:abc44f12542d8f781559a3059eb33a6f38d4e56b44ab865ef650367ea443370c 1.05kB / 1.05kB done 02:04:51 #59 sha256:2db25b41e45d0386346c51e3219bd3f320444825ee6e1cb5e2d7256058ecf3d7 1.74kB / 1.74kB done 02:04:51 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s 02:04:51 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0B / 296B 0.1s 02:04:51 #59 ... 02:04:51 02:04:51 #60 [security-spire-server internal] load build context 02:04:51 #60 transferring context: 23.80kB done 02:04:51 #60 DONE 0.3s 02:04:51 02:04:51 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:51 #59 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 02:04:51 #59 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:04:51 #59 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.2s done 02:04:51 #59 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:04:51 #59 ... 02:04:51 02:04:51 #61 [security-spire-agent internal] load build context 02:04:51 #61 transferring context: 23.33kB 0.0s done 02:04:51 #61 DONE 0.3s 02:04:51 02:04:51 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:51 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 0B / 36.47MB 0.3s 02:04:51 #59 ... 02:04:51 02:04:51 #62 [security-spire-config internal] load build context 02:04:51 #62 transferring context: 22.05kB 0.0s done 02:04:51 #62 DONE 0.4s 02:04:51 02:04:51 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:51 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 2.10MB / 36.47MB 0.4s 02:04:51 #59 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:04:51 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 7.34MB / 36.47MB 0.5s 02:04:51 #59 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.0s done 02:04:51 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 17.83MB / 36.47MB 0.6s 02:04:51 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 21.64MB / 36.47MB 0.7s 02:04:51 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 0.8s 02:04:52 #59 ... 02:04:52 02:04:52 #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:04:52 #55 41.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #55 41.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #55 41.77 (1/2) Installing dumb-init (1.2.5-r3) 02:04:52 #55 41.78 (2/2) Installing su-exec (0.2-r3) 02:04:52 #55 41.78 Executing busybox-1.36.1-r29.trigger 02:04:52 #55 41.80 OK: 8 MiB in 16 packages 02:04:52 #55 DONE 42.9s 02:04:52 02:04:52 #51 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:04:52 #51 41.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #51 41.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #51 41.87 (1/3) Installing ca-certificates (20241121-r1) 02:04:52 #51 41.89 (2/3) Installing dumb-init (1.2.5-r3) 02:04:52 #51 41.89 (3/3) Installing tzdata (2025b-r0) 02:04:52 #51 41.96 Executing busybox-1.36.1-r29.trigger 02:04:52 #51 41.96 Executing ca-certificates-20241121-r1.trigger 02:04:52 #51 42.15 OK: 10 MiB in 17 packages 02:04:52 #51 DONE 43.0s 02:04:52 02:04:52 #63 [core-data builder 3/7] RUN apk add --update --no-cache make git 02:04:52 #0 0.890 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #0 1.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #0 1.397 OK: 248 MiB in 58 packages 02:04:52 #63 DONE 1.8s 02:04:52 02:04:52 #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:04:52 #54 41.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #54 41.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #54 42.07 (1/4) Installing ca-certificates (20241121-r1) 02:04:52 #54 42.11 (2/4) Installing dumb-init (1.2.5-r3) 02:04:52 #54 42.11 (3/4) Installing su-exec (0.2-r3) 02:04:52 #54 42.11 (4/4) Installing yq-go (4.44.1-r2) 02:04:52 #54 42.27 Executing busybox-1.36.1-r29.trigger 02:04:52 #54 42.29 Executing ca-certificates-20241121-r1.trigger 02:04:52 #54 42.40 OK: 19 MiB in 18 packages 02:04:52 #54 DONE 43.0s 02:04:52 02:04:52 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:52 #59 sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 36.47MB / 36.47MB 1.5s done 02:04:52 #59 ... 02:04:52 02:04:52 #64 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:04:52 #0 0.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #0 0.948 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #0 1.389 OK: 248 MiB in 58 packages 02:04:52 #64 DONE 1.9s 02:04:52 02:04:52 #65 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git 02:04:52 #0 0.753 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #0 0.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #0 1.243 OK: 248 MiB in 58 packages 02:04:52 #65 DONE 1.9s 02:04:52 02:04:52 #47 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:04:52 #47 41.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:52 #47 41.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:52 #47 41.90 (1/6) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:52 #47 41.94 (2/6) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:52 #47 41.95 (3/6) Installing dumb-init (1.2.5-r3) 02:04:52 #47 41.96 (4/6) Installing openssl (3.3.4-r0) 02:04:52 #47 41.97 (5/6) Installing su-exec (0.2-r3) 02:04:52 #47 41.98 (6/6) Installing yq-go (4.44.1-r2) 02:04:52 #47 42.12 Executing busybox-1.36.1-r29.trigger 02:04:52 #47 42.15 OK: 19 MiB in 18 packages 02:04:52 #47 DONE 43.0s 02:04:52 02:04:52 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:52 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 02:04:53 #59 ... 02:04:53 02:04:53 #66 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:53 #66 DONE 3.2s 02:04:53 02:04:53 #67 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:04:53 #0 1.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:53 #0 1.847 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:53 #0 2.120 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:53 #0 2.195 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:53 #0 2.208 Executing ca-certificates-20241121-r1.trigger 02:04:53 #0 2.261 OK: 13 MiB in 28 packages 02:04:53 #67 DONE 3.1s 02:04:53 02:04:53 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:53 #59 ... 02:04:53 02:04:53 #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:04:53 #0 1.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:53 #0 1.957 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:53 #0 2.300 OK: 248 MiB in 58 packages 02:04:53 #68 DONE 3.2s 02:04:53 02:04:53 #69 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:04:53 #0 1.070 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:53 #0 1.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:53 #0 1.591 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:04:53 #0 1.591 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:04:53 #0 1.591 OK: 24175 distinct packages available 02:04:53 #0 1.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:53 #0 1.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:53 #0 2.144 OK: 248 MiB in 58 packages 02:04:53 #69 DONE 3.2s 02:04:53 02:04:53 #70 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade 02:04:53 #0 1.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:53 #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:53 #0 2.100 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:53 #0 2.189 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:53 #0 2.199 OK: 8 MiB in 15 packages 02:04:53 #70 DONE 3.1s 02:04:53 02:04:53 #71 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:04:53 #71 DONE 1.4s 02:04:53 02:04:53 #72 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:04:53 #72 DONE 1.4s 02:04:53 02:04:53 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:53 #59 ... 02:04:53 02:04:53 #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:04:53 #73 DONE 1.4s 02:04:53 02:04:53 #59 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:54 #59 extracting sha256:9829e1227b0a58a712fdafa7ab9dcf944b8eb277f71a8fced77fecc59d1ec467 1.7s done 02:04:54 #59 ... 02:04:54 02:04:54 #74 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:04:54 #0 1.787 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 2.327 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.106 (1/1) Installing dumb-init (1.2.5-r3) 02:04:54 #0 3.387 Executing busybox-1.36.1-r29.trigger 02:04:54 #0 3.392 OK: 8 MiB in 15 packages 02:04:54 #74 DONE 3.8s 02:04:54 02:04:54 #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:04:54 #75 DONE 0.6s 02:04:54 02:04:54 #76 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:04:54 #0 3.067 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.153 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.489 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 3.533 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 3.543 Executing ca-certificates-20241121-r1.trigger 02:04:54 #0 3.583 OK: 12 MiB in 21 packages 02:04:54 #76 DONE 3.8s 02:04:54 02:04:54 #77 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:04:54 #0 3.052 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.476 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 3.518 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 3.528 OK: 8 MiB in 15 packages 02:04:54 #77 DONE 3.8s 02:04:54 02:04:54 #78 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:04:54 #78 DONE 0.6s 02:04:54 02:04:54 #79 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:04:54 #79 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 02:04:54 #79 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:04:54 #79 sha256:5ba6a06b825583fa8709953f43c47253f3894d0ded497a164c554307478eca51 1.05kB / 1.05kB done 02:04:54 #79 sha256:6da312c3e95299a92b01ff39413cb55163a3b9a680b2a17b8983977f33307615 1.72kB / 1.72kB done 02:04:54 #79 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.1s done 02:04:54 #79 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.1s done 02:04:54 #79 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0.0s done 02:04:54 #79 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.3s done 02:04:54 #79 sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 15.53MB / 15.53MB 0.9s done 02:04:54 #79 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be done 02:04:54 #79 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0.0s done 02:04:54 #79 extracting sha256:a63f0ffcbae3a8f597c14385658275c2ea68ca3a100cdba1efee65898baa383c 0.7s done 02:04:54 #79 DONE 3.7s 02:04:54 02:04:54 #80 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:04:54 #80 ... 02:04:54 02:04:54 #59 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:04:54 #59 DONE 3.9s 02:04:54 02:04:54 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:04:54 #81 ... 02:04:54 02:04:54 #82 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:04:54 #0 2.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.078 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.419 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:04:54 #0 3.419 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:04:54 #0 3.419 OK: 24173 distinct packages available 02:04:54 #0 3.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.608 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.870 (1/7) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 3.921 (2/7) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 3.932 (3/7) Installing dumb-init (1.2.5-r3) 02:04:54 #0 3.936 (4/7) Installing musl-obstack (1.2.3-r2) 02:04:54 #0 3.939 (5/7) Installing libucontext (1.2-r3) 02:04:54 #0 3.942 (6/7) Installing gcompat (1.1.0-r4) 02:04:54 #0 3.948 (7/7) Installing openssl (3.3.4-r0) 02:04:54 #0 3.960 Executing busybox-1.36.1-r29.trigger 02:04:54 #0 3.965 OK: 9 MiB in 19 packages 02:04:54 #82 DONE 4.1s 02:04:54 02:04:54 #83 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:04:54 #0 3.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.136 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.437 v3.20.6-230-g677600e991f [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:04:54 #0 3.437 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:04:54 #0 3.437 OK: 24173 distinct packages available 02:04:54 #0 3.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.585 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 3.911 (1/4) Installing dumb-init (1.2.5-r3) 02:04:54 #0 3.914 (2/4) Installing musl-obstack (1.2.3-r2) 02:04:54 #0 3.917 (3/4) Installing libucontext (1.2-r3) 02:04:54 #0 3.920 (4/4) Installing gcompat (1.1.0-r4) 02:04:54 #0 3.926 Executing busybox-1.36.1-r29.trigger 02:04:54 #0 3.937 OK: 8 MiB in 18 packages 02:04:54 #83 DONE 4.1s 02:04:54 02:04:54 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:04:54 #84 ... 02:04:54 02:04:54 #85 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:04:54 #0 2.101 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:54 #0 2.169 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:54 #0 2.462 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 2.565 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:54 #0 2.573 OK: 8 MiB in 16 packages 02:04:54 #85 DONE 2.7s 02:04:55 02:04:55 #86 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:04:57 #86 DONE 1.8s 02:04:57 02:04:57 #87 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:04:57 #0 2.959 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:57 #0 3.074 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:57 #0 3.489 OK: 19 MiB in 18 packages 02:04:57 #87 DONE 4.3s 02:04:57 02:04:57 #88 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:04:57 #0 2.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:57 #0 2.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:57 #0 3.199 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:57 #0 3.248 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:57 #0 3.251 Executing ca-certificates-20241121-r1.trigger 02:04:57 #0 3.323 OK: 19 MiB in 18 packages 02:04:57 #88 DONE 4.4s 02:04:57 02:04:57 #89 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:04:57 #0 2.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:57 #0 2.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:57 #0 3.120 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:57 #0 3.161 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:57 #0 3.172 Executing ca-certificates-20241121-r1.trigger 02:04:57 #0 3.208 OK: 10 MiB in 17 packages 02:04:57 #89 DONE 4.4s 02:04:57 02:04:57 #90 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:04:57 #90 DONE 0.1s 02:04:57 02:04:57 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:04:57 #84 1.996 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:57 #84 ... 02:04:57 02:04:57 #91 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:04:57 #0 1.773 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:57 #0 2.254 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:57 #0 2.997 OK: 248 MiB in 58 packages 02:04:57 #91 DONE 3.2s 02:04:57 02:04:57 #92 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:04:57 #92 DONE 0.1s 02:04:57 02:04:57 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:04:57 #84 2.077 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:57 #84 ... 02:04:57 02:04:57 #93 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:04:57 #93 DONE 0.1s 02:04:57 02:04:57 #84 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade 02:04:57 #84 2.422 OK: 9 MiB in 19 packages 02:04:57 #84 DONE 2.6s 02:04:57 02:04:57 #94 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:04:57 #0 1.951 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 02:04:57 #0 2.029 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 02:04:57 #0 2.383 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:04:57 #0 2.425 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:04:57 #0 2.436 OK: 8 MiB in 18 packages 02:04:57 #94 DONE 2.6s 02:04:57 02:04:57 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:04:59 #95 ... 02:04:59 02:04:59 #96 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:04:59 #96 DONE 2.2s 02:04:59 02:04:59 #95 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:04:59 #95 DONE 2.2s 02:04:59 02:04:59 #97 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:04:59 #97 DONE 2.2s 02:04:59 02:04:59 #98 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:04:59 #98 DONE 0.1s 02:04:59 02:04:59 #99 [security-spire-server stage-2 6/9] COPY security.txt / 02:04:59 #99 ... 02:04:59 02:04:59 #100 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:04:59 #100 DONE 0.1s 02:04:59 02:04:59 #101 [security-spire-config stage-2 6/10] COPY security.txt / 02:05:00 #101 ... 02:05:00 02:05:00 #99 [security-spire-server stage-2 6/9] COPY security.txt / 02:05:00 #99 DONE 0.9s 02:05:00 02:05:00 #102 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:05:00 #102 DONE 1.0s 02:05:00 02:05:00 #101 [security-spire-config stage-2 6/10] COPY security.txt / 02:05:00 #101 DONE 0.9s 02:05:00 02:05:00 #103 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:05:00 #103 DONE 0.1s 02:05:00 02:05:00 #104 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:05:00 #104 DONE 0.1s 02:05:00 02:05:00 #105 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:05:00 #105 DONE 0.1s 02:05:00 02:05:00 #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:05:00 #106 DONE 0.1s 02:05:00 02:05:00 #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:05:00 #107 DONE 0.1s 02:05:00 02:05:00 #108 [security-spire-agent stage-3 7/10] COPY security.txt / 02:05:00 #108 DONE 0.1s 02:05:00 02:05:00 #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:05:00 #109 DONE 0.1s 02:05:00 02:05:00 #110 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:05:00 #110 DONE 0.1s 02:05:00 02:05:00 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:05:00 #111 DONE 0.1s 02:05:00 02:05:00 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:05:00 #112 DONE 0.1s 02:05:00 02:05:00 #113 [security-spire-server] exporting to image 02:05:00 #113 exporting layers 02:05:00 #113 ... 02:05:00 02:05:00 #114 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:05:00 #114 DONE 0.0s 02:05:01 02:05:01 #115 [security-spire-agent] exporting to image 02:05:01 #115 ... 02:05:01 02:05:01 #116 [security-spire-config] exporting to image 02:05:01 #116 exporting layers 0.4s done 02:05:01 #116 writing image sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 0.0s done 02:05:01 #116 naming to docker.io/library/security-spire-config 0.0s done 02:05:01 #116 DONE 0.5s 02:05:01 02:05:01 #113 [security-spire-server] exporting to image 02:05:01 #113 exporting layers 0.5s done 02:05:01 #113 writing image sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done 02:05:01 #113 naming to docker.io/library/security-spire-server done 02:05:01 #113 DONE 0.5s 02:05:01 02:05:01 #115 [security-spire-agent] exporting to image 02:05:01 #115 exporting layers 0.5s done 02:05:01 #115 writing image sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done 02:05:01 #115 naming to docker.io/library/security-spire-agent done 02:05:01 #115 DONE 0.5s 02:05:01 02:05:01 #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:04 #117 ... 02:05:04 02:05:04 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:04 #118 ... 02:05:04 02:05:04 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:04 #119 ... 02:05:04 02:05:04 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:38 Removing intermediate container eacfa1726a35 02:05:38 ---> 9627baf0f6c4 02:05:38 Successfully built 9627baf0f6c4 02:05:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:39 + docker inspect -f . ci-base-image-arm64 02:05:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:05:39 prd-ubuntu20.04-docker-arm64-4c-16g-4951 does not seem to be running inside a container 02:05:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:05:40 $ docker top 6eb980c79504ef9f611f48f5fd334068b618d12f05a6771fd1855f71d0d78b10 -eo pid,comm [Pipeline] { [Pipeline] sh 02:05:41 + go version 02:05:41 go version go1.23.9 linux/arm64 [Pipeline] } 02:05:41 $ docker stop --time=1 6eb980c79504ef9f611f48f5fd334068b618d12f05a6771fd1855f71d0d78b10 02:05:43 $ docker rm -f --volumes 6eb980c79504ef9f611f48f5fd334068b618d12f05a6771fd1855f71d0d78b10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:05:43 02:05:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:05:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:05:44 latest: Pulling from edgex-devops/edgex-compose-arm64 02:05:44 547446be3368: Pulling fs layer 02:05:44 d125d8839a47: Pulling fs layer 02:05:44 3e85d5ac6304: Pulling fs layer 02:05:44 c3105a71a48b: Pulling fs layer 02:05:44 0f093f025ec4: Pulling fs layer 02:05:44 c3105a71a48b: Waiting 02:05:44 c3106fc0e877: Pulling fs layer 02:05:44 0f093f025ec4: Waiting 02:05:44 c3106fc0e877: Waiting 02:05:44 547446be3368: Verifying Checksum 02:05:44 547446be3368: Download complete 02:05:44 c3105a71a48b: Verifying Checksum 02:05:44 c3105a71a48b: Download complete 02:05:44 d125d8839a47: Verifying Checksum 02:05:44 d125d8839a47: Download complete 02:05:44 c3106fc0e877: Verifying Checksum 02:05:44 c3106fc0e877: Download complete 02:05:44 0f093f025ec4: Verifying Checksum 02:05:44 0f093f025ec4: Download complete 02:05:45 547446be3368: Pull complete 02:05:46 d125d8839a47: Pull complete 02:05:46 3e85d5ac6304: Verifying Checksum 02:05:46 3e85d5ac6304: Download complete 02:05:50 #120 ... 02:05:50 02:05:50 #119 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:50 #119 DONE 48.0s 02:05:50 02:05:50 #81 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:50 #81 DONE 51.3s 02:05:50 02:05:50 #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:50 #117 DONE 51.2s 02:05:50 02:05:50 #80 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:50 #80 DONE 50.7s 02:05:50 02:05:50 #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:50 #118 DONE 51.3s 02:05:50 02:05:50 #120 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:50 #120 DONE 50.7s 02:05:50 02:05:50 #121 [core-metadata builder 6/7] COPY . . 02:05:55 #121 ... 02:05:55 02:05:55 #122 [security-secretstore-setup builder 6/7] COPY . . 02:05:55 #122 ... 02:05:55 02:05:55 #123 [core-keeper builder 7/8] COPY . . 02:05:55 #123 ... 02:05:55 02:05:55 #124 [support-scheduler builder 6/7] COPY . . 02:05:55 #124 ... 02:05:55 02:05:55 #125 [support-notifications builder 6/7] COPY . . 02:05:55 #125 ... 02:05:55 02:05:55 #126 [security-spiffe-token-provider builder 6/7] COPY . . 02:05:57 3e85d5ac6304: Pull complete 02:05:57 c3105a71a48b: Pull complete 02:05:57 0f093f025ec4: Pull complete 02:05:58 c3106fc0e877: Pull complete 02:05:58 Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 02:05:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:05:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:05:58 prd-ubuntu20.04-docker-arm64-4c-16g-4951 does not seem to be running inside a container 02:05:58 $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:06:01 $ docker top 54358a8806f53893039c67ab9c4ad7b79a9d1fb49258583cb13b9f33f762bd35 -eo pid,comm [Pipeline] { [Pipeline] sh 02:06:02 + docker compose -f ./docker-compose-build.yml build --parallel 02:06:05 #126 DONE 20.9s 02:06:05 02:06:05 #123 [core-keeper builder 7/8] COPY . . 02:06:05 #123 DONE 20.9s 02:06:05 02:06:05 #121 [core-command builder 6/7] COPY . . 02:06:05 #121 DONE 20.9s 02:06:05 02:06:05 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:06:05 #127 ... 02:06:05 02:06:05 #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:06:05 #128 CACHED 02:06:05 02:06:05 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:05 #129 CACHED 02:06:05 02:06:05 #130 [core-metadata builder 6/7] COPY . . 02:06:05 #130 CACHED 02:06:05 02:06:05 #131 [core-data builder 4/7] COPY go.mod vendor* ./ 02:06:05 #131 CACHED 02:06:05 02:06:05 #132 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:05 #132 CACHED 02:06:05 02:06:05 #133 [core-data builder 6/7] COPY . . 02:06:05 #133 CACHED 02:06:05 02:06:05 #134 [core-command builder 6/7] COPY . . 02:06:05 #134 CACHED 02:06:05 02:06:05 #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:05 #135 CACHED 02:06:05 02:06:05 #136 [core-command builder 4/7] COPY go.mod vendor* ./ 02:06:05 #136 CACHED 02:06:05 02:06:05 #137 [security-proxy-auth builder 6/7] COPY . . 02:06:05 #137 CACHED 02:06:05 02:06:05 #138 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:06:05 #138 CACHED 02:06:05 02:06:05 #139 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:05 #139 CACHED 02:06:05 02:06:05 #122 [security-secretstore-setup builder 6/7] COPY . . 02:06:05 #122 DONE 20.9s 02:06:05 02:06:05 #140 [security-proxy-setup builder 6/7] COPY . . 02:06:05 #140 CACHED 02:06:05 02:06:05 #141 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:05 #141 CACHED 02:06:05 02:06:05 #142 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:06:05 #142 CACHED 02:06:05 02:06:05 #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:05 #143 CACHED 02:06:05 02:06:05 #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:06:05 #144 CACHED 02:06:05 02:06:05 #145 [security-bootstrapper builder 6/7] COPY . . 02:06:05 #145 CACHED 02:06:05 02:06:05 #124 [support-scheduler builder 6/7] COPY . . 02:06:05 #124 DONE 20.9s 02:06:05 02:06:05 #125 [support-notifications builder 6/7] COPY . . 02:06:05 #125 DONE 20.9s 02:06:06 02:06:06 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:06:07 #146 1.109 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:06:12 #1 [security-spire-agent internal] load build definition from Dockerfile 02:06:12 #1 transferring dockerfile: 1.81kB 0.0s done 02:06:12 #1 DONE 0.1s 02:06:12 02:06:12 #2 [support-scheduler internal] load build definition from Dockerfile 02:06:12 #2 transferring dockerfile: 1.83kB done 02:06:12 #2 DONE 0.0s 02:06:12 02:06:12 #3 [core-command internal] load build definition from Dockerfile 02:06:12 #3 transferring dockerfile: 1.94kB 0.0s done 02:06:12 #3 DONE 0.1s 02:06:12 02:06:12 #4 [security-spire-server internal] load build definition from Dockerfile 02:06:12 #4 transferring dockerfile: 1.70kB 0.0s done 02:06:12 #4 DONE 0.1s 02:06:12 02:06:12 #5 [security-bootstrapper internal] load build definition from Dockerfile 02:06:12 #5 DONE 0.0s 02:06:12 02:06:12 #6 [support-notifications internal] load build definition from Dockerfile 02:06:12 #6 transferring dockerfile: 2.00kB 0.0s done 02:06:12 #6 DONE 0.1s 02:06:12 02:06:12 #5 [security-bootstrapper internal] load build definition from Dockerfile 02:06:12 #5 transferring dockerfile: 3.02kB 0.0s done 02:06:12 #5 DONE 0.1s 02:06:12 02:06:12 #7 [security-proxy-setup internal] load build definition from Dockerfile 02:06:12 #7 transferring dockerfile: 2.50kB done 02:06:12 #7 DONE 0.1s 02:06:12 02:06:12 #8 [security-secretstore-setup internal] load build definition from Dockerfile 02:06:12 #8 transferring dockerfile: 2.49kB done 02:06:12 #8 DONE 0.1s 02:06:12 02:06:12 #9 [security-proxy-auth internal] load build definition from Dockerfile 02:06:13 #9 transferring dockerfile: 2.14kB 0.0s done 02:06:13 #9 DONE 0.1s 02:06:13 02:06:13 #10 [security-spiffe-token-provider internal] load build definition from Dockerfile 02:06:13 #10 transferring dockerfile: 1.89kB done 02:06:13 #10 DONE 0.1s 02:06:13 02:06:13 #11 [security-spire-config internal] load build definition from Dockerfile 02:06:13 #11 transferring dockerfile: 1.69kB done 02:06:13 #11 DONE 0.1s 02:06:13 02:06:13 #12 [core-metadata internal] load build definition from Dockerfile 02:06:13 #12 transferring dockerfile: 2.10kB 0.0s done 02:06:13 #12 DONE 0.1s 02:06:13 02:06:13 #13 [core-keeper internal] load build definition from Dockerfile 02:06:13 #13 transferring dockerfile: 2.01kB done 02:06:13 #13 DONE 0.1s 02:06:13 02:06:13 #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile 02:06:13 #14 transferring dockerfile: 2.23kB done 02:06:13 #14 DONE 0.1s 02:06:13 02:06:13 #15 [core-data internal] load build definition from Dockerfile 02:06:13 #15 transferring dockerfile: 2.04kB 0.0s done 02:06:13 #15 DONE 0.1s 02:06:13 02:06:13 #16 [security-spire-agent internal] load .dockerignore 02:06:13 #16 transferring context: 50B 0.0s done 02:06:13 #16 DONE 0.1s 02:06:14 02:06:14 #17 [support-scheduler internal] load .dockerignore 02:06:14 #17 transferring context: 50B done 02:06:14 #17 DONE 0.0s 02:06:14 02:06:14 #18 [core-command internal] load .dockerignore 02:06:14 #18 transferring context: 50B done 02:06:14 #18 DONE 0.0s 02:06:14 02:06:14 #19 [security-spire-server internal] load .dockerignore 02:06:14 #19 transferring context: 50B done 02:06:14 #19 DONE 0.1s 02:06:14 02:06:14 #20 [support-notifications internal] load .dockerignore 02:06:14 #20 transferring context: 50B 0.0s done 02:06:14 #20 DONE 0.1s 02:06:14 02:06:14 #21 [security-bootstrapper internal] load .dockerignore 02:06:14 #21 transferring context: 50B done 02:06:14 #21 DONE 0.0s 02:06:14 02:06:14 #22 [security-proxy-setup internal] load .dockerignore 02:06:14 #22 transferring context: 50B 0.0s done 02:06:14 #22 DONE 0.1s 02:06:14 02:06:14 #23 [security-secretstore-setup internal] load .dockerignore 02:06:14 #23 transferring context: 50B 0.0s done 02:06:14 #23 DONE 0.1s 02:06:14 02:06:14 #24 [security-proxy-auth internal] load .dockerignore 02:06:14 #24 transferring context: 50B 0.0s done 02:06:14 #24 DONE 0.1s 02:06:14 02:06:14 #25 [security-spiffe-token-provider internal] load .dockerignore 02:06:14 #25 transferring context: 50B 0.0s done 02:06:14 #25 DONE 0.1s 02:06:14 02:06:14 #26 [security-spire-config internal] load .dockerignore 02:06:14 #26 transferring context: 50B done 02:06:14 #26 DONE 0.1s 02:06:14 02:06:14 #27 [core-metadata internal] load .dockerignore 02:06:14 #27 transferring context: 50B 0.0s done 02:06:14 #27 DONE 0.1s 02:06:14 02:06:14 #28 [core-keeper internal] load .dockerignore 02:06:14 #28 transferring context: 50B done 02:06:14 #28 DONE 0.1s 02:06:14 02:06:14 #29 [core-common-config-bootstrapper internal] load .dockerignore 02:06:14 #29 transferring context: 50B done 02:06:14 #29 DONE 0.1s 02:06:14 02:06:14 #30 [core-data internal] load .dockerignore 02:06:15 #30 transferring context: 50B 0.0s done 02:06:15 #30 DONE 0.1s 02:06:15 02:06:15 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:06:15 #31 ... 02:06:15 02:06:15 #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.20 02:06:15 #32 DONE 0.3s 02:06:15 02:06:15 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:06:15 #33 ... 02:06:15 02:06:15 #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.11.1 02:06:15 #31 DONE 0.7s 02:06:15 02:06:15 #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:06:15 #33 DONE 0.7s 02:06:15 02:06:15 #34 [security-spire-agent internal] load build context 02:06:15 #34 transferring context: 23.33kB 0.0s done 02:06:15 #34 DONE 0.1s 02:06:15 02:06:15 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:15 #35 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:15 #35 ... 02:06:15 02:06:15 #36 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:15 #36 DONE 0.0s 02:06:15 02:06:15 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:15 #35 resolve ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 0.1s done 02:06:15 #35 sha256:e81b72a68d76b0e0df52247b9790de839a7321008b1f01dade49a9205896959b 1.05kB / 1.05kB done 02:06:15 #35 sha256:ed3dcd9259b2c881c72642150b0878715420e4dc7a6eb469171aecff31ef0520 1.72kB / 1.72kB done 02:06:15 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 0B / 126.71kB 0.1s 02:06:15 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0B / 115B 0.1s 02:06:15 #35 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 0B / 295B 0.1s 02:06:15 #35 sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 1.61kB / 1.61kB done 02:06:16 #35 ... 02:06:16 02:06:16 #36 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:16 #36 DONE 0.0s 02:06:16 02:06:16 #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.20 02:06:16 #32 DONE 0.4s 02:06:16 02:06:16 #37 [support-notifications stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:16 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:16 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:16 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:16 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:16 #37 DONE 0.7s 02:06:16 02:06:16 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:16 #35 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 02:06:16 #35 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:06:16 #35 sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b 295B / 295B 0.2s done 02:06:16 #35 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:06:16 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 0B / 14.28MB 0.3s 02:06:16 #35 ... 02:06:16 02:06:16 #36 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:16 #36 DONE 0.0s 02:06:16 02:06:16 #33 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:06:16 #33 DONE 0.7s 02:06:16 02:06:16 #37 [security-spire-server stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:16 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:16 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:16 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:16 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:16 #37 DONE 0.7s 02:06:16 02:06:16 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:16 #35 ... 02:06:16 02:06:16 #36 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:16 #36 DONE 0.0s 02:06:16 02:06:16 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:16 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 1.05MB / 14.28MB 0.5s 02:06:16 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 2.10MB / 14.28MB 0.6s 02:06:16 #35 ... 02:06:16 02:06:16 #36 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:16 #36 DONE 0.0s 02:06:16 02:06:16 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:16 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 5.24MB / 14.28MB 0.7s 02:06:16 #35 ... 02:06:16 02:06:16 #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.20 02:06:16 #32 DONE 0.8s 02:06:16 02:06:16 #37 [security-proxy-setup stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:16 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:16 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:16 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:16 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:16 #37 DONE 0.8s 02:06:16 02:06:16 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:16 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 7.34MB / 14.28MB 0.8s 02:06:16 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 02:06:16 #35 ... 02:06:16 02:06:16 #36 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:16 #36 DONE 0.0s 02:06:16 02:06:16 #37 [security-bootstrapper stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:16 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:16 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:16 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:16 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:16 #37 DONE 0.8s 02:06:16 02:06:16 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:16 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.39MB / 14.28MB 0.9s 02:06:16 #35 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 02:06:17 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 12.73MB / 14.28MB 1.1s 02:06:17 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.2s 02:06:17 #146 ... 02:06:17 02:06:17 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:06:17 #0 0.638 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:06:17 #147 ... 02:06:17 02:06:17 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:06:17 #0 1.000 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:06:17 #148 ... 02:06:17 02:06:17 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:06:17 #0 0.861 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:06:17 #149 ... 02:06:17 02:06:17 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:06:17 #0 0.780 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:06:17 #150 ... 02:06:17 02:06:17 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:06:17 #0 0.942 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:06:17 #151 ... 02:06:17 02:06:17 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:06:17 #0 0.795 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:06:17 #152 ... 02:06:17 02:06:17 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:06:17 #0 1.096 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:06:17 #153 ... 02:06:17 02:06:17 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:06:17 #0 0.863 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:06:17 #154 ... 02:06:17 02:06:17 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:06:17 #0 1.093 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:06:17 #155 ... 02:06:17 02:06:17 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:06:17 #0 1.120 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:06:17 #35 ... 02:06:17 02:06:17 #36 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:17 #36 DONE 0.0s 02:06:17 02:06:17 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:17 #35 sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 14.28MB / 14.28MB 1.4s done 02:06:17 #156 ... 02:06:17 02:06:17 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:06:17 #127 0.908 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:06:17 #35 ... 02:06:17 02:06:17 #36 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:17 #36 DONE 0.0s 02:06:17 02:06:17 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:17 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:06:17 #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:06:17 #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:06:17 #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:06:17 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 02:06:17 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:06:17 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:06:17 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s done 02:06:17 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 19.92MB / 33.17MB 1.7s 02:06:17 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 02:06:17 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 02:06:17 #38 ... 02:06:17 02:06:17 #36 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:17 #36 DONE 0.0s 02:06:17 02:06:17 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:17 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 22.02MB / 33.17MB 1.9s 02:06:18 #38 ... 02:06:18 02:06:18 #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.11.1 02:06:18 #33 DONE 1.7s 02:06:18 02:06:18 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:18 #38 ... 02:06:18 02:06:18 #36 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest 02:06:18 #36 DONE 0.0s 02:06:18 02:06:18 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:18 #38 ... 02:06:18 02:06:18 #39 [support-scheduler internal] load build context 02:06:18 #39 transferring context: 3.23MB 1.6s done 02:06:18 #39 DONE 2.2s 02:06:18 02:06:18 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:18 #38 ... 02:06:18 02:06:18 #37 [core-metadata stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:18 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:18 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:18 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:18 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:18 #37 DONE 0.9s 02:06:18 02:06:18 #38 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:18 #38 ... 02:06:18 02:06:18 #37 [security-spiffe-token-provider stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:18 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:18 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:18 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:18 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:18 #37 DONE 0.9s 02:06:18 02:06:18 #40 [core-common-config-bootstrapper internal] load build context 02:06:18 #40 DONE 0.0s 02:06:18 02:06:18 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:18 #38 resolve ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 0.1s done 02:06:18 #38 sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 1.61kB / 1.61kB done 02:06:18 #38 sha256:8d3473225a6996627cac3cac2687361623878c45ff68d5d396bd4ee04321ace2 1.05kB / 1.05kB done 02:06:18 #38 sha256:520892b489f50ad3e103f1ae67517ecf3863d2a2d54973ceb10722f89943b6d1 1.74kB / 1.74kB done 02:06:18 #38 sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 126.71kB / 126.71kB 0.2s done 02:06:18 #38 sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 115B / 115B 0.2s done 02:06:18 #38 extracting sha256:63a191b9ab281019ff91ea42f6fcb820b16cf99df5f4fff090e446331e97c071 done 02:06:18 #38 sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 296B / 296B 0.5s done 02:06:18 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 24.12MB / 33.17MB 2.7s 02:06:18 #38 extracting sha256:374eade1f34bf4205493a5b4cb3082e87096ba9906f0b5adf5bfc0f6955361be 0.1s done 02:06:18 #38 extracting sha256:18b33c5a727adc6abe17035b81e03cb79f9b5b68d39e95cadb9c25c3e5c5da16 0.1s done 02:06:18 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 26.21MB / 33.17MB 3.0s 02:06:19 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 28.31MB / 33.17MB 3.2s 02:06:19 #38 ... 02:06:19 02:06:19 #41 [security-spire-server internal] load build context 02:06:19 #41 transferring context: 23.80kB 0.6s done 02:06:19 #41 DONE 3.1s 02:06:19 02:06:19 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:19 #38 ... 02:06:19 02:06:19 #32 [core-data internal] load metadata for docker.io/library/alpine:3.20 02:06:19 #32 DONE 3.5s 02:06:19 02:06:19 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:19 #38 ... 02:06:19 02:06:19 #37 [core-data stage-3 1/10] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 02:06:19 #37 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.1s done 02:06:19 #37 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done 02:06:19 #37 sha256:673057499937dcd5e346ecdef5b60ac6b9ec208a03d3d2d202ba132a4b271588 1.02kB / 1.02kB done 02:06:19 #37 sha256:7aab056cecc6dbca58f1bb83771b82d17aff9028629746dbb25c39f0b8938cce 597B / 597B done 02:06:19 #37 DONE 0.9s 02:06:19 02:06:19 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:19 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 31.46MB / 33.17MB 4.0s 02:06:20 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 4.3s 02:06:20 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.0s done 02:06:21 #38 sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 33.17MB / 33.17MB 5.0s done 02:06:21 #38 ... 02:06:21 02:06:21 #42 [support-notifications internal] load build context 02:06:21 #42 transferring context: 3.23MB 2.5s done 02:06:21 #42 DONE 5.6s 02:06:21 02:06:21 #43 [core-command internal] load build context 02:06:21 #43 transferring context: 3.23MB 2.7s done 02:06:21 #43 DONE 5.8s 02:06:21 02:06:21 #44 [security-proxy-auth internal] load build context 02:06:21 #44 transferring context: 3.23MB 3.6s done 02:06:22 #44 DONE 5.7s 02:06:22 02:06:22 #45 [security-secretstore-setup internal] load build context 02:06:23 #45 ... 02:06:23 02:06:23 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:23 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 02:06:23 #38 ... 02:06:23 02:06:23 #46 [security-proxy-setup internal] load build context 02:06:23 #46 transferring context: 3.23MB 3.8s done 02:06:23 #46 DONE 7.1s 02:06:23 02:06:23 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:23 #38 ... 02:06:23 02:06:23 #47 [security-spire-config internal] load build context 02:06:23 #47 transferring context: 22.05kB 0.5s done 02:06:23 #47 DONE 5.4s 02:06:24 02:06:24 #45 [security-secretstore-setup internal] load build context 02:06:24 #45 transferring context: 3.23MB 6.1s done 02:06:26 #45 ... 02:06:26 02:06:26 #48 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:06:26 #48 ... 02:06:26 02:06:26 #49 [security-bootstrapper internal] load build context 02:06:26 #49 transferring context: 3.23MB 4.9s done 02:06:26 #49 DONE 9.4s 02:06:26 02:06:26 #50 [core-keeper internal] load build context 02:06:26 #50 ... 02:06:26 02:06:26 #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:06:26 #0 7.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:26 #0 7.982 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:26 #51 ... 02:06:26 02:06:26 #45 [security-secretstore-setup internal] load build context 02:06:26 #45 DONE 9.7s 02:06:26 02:06:26 #50 [core-keeper internal] load build context 02:06:26 #50 ... 02:06:26 02:06:26 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:06:26 #0 8.320 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:26 #0 9.110 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:26 #52 ... 02:06:26 02:06:26 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:06:26 #0 10.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:26 #53 ... 02:06:26 02:06:26 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:06:26 #0 9.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:26 #54 10.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:26 #54 ... 02:06:26 02:06:26 #50 [core-keeper internal] load build context 02:06:27 #50 ... 02:06:27 02:06:27 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:06:27 #0 9.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:27 #55 ... 02:06:27 02:06:27 #50 [core-keeper internal] load build context 02:06:27 #50 ... 02:06:27 02:06:27 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:06:27 #56 ... 02:06:27 02:06:27 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:27 #35 extracting sha256:115809c6820bfb808f97c2a8683e3e26e8847df13f120f85dbfc5f59611b002b done 02:06:27 #35 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 8.4s 02:06:27 #35 ... 02:06:27 02:06:27 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:06:27 #0 9.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:27 #57 10.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:27 #57 ... 02:06:27 02:06:27 #50 [core-keeper internal] load build context 02:06:28 #50 transferring context: 3.23MB 6.3s done 02:06:28 #50 ... 02:06:28 02:06:28 #58 [core-metadata internal] load build context 02:06:28 #58 transferring context: 3.23MB 6.7s done 02:06:28 #58 ... 02:06:28 02:06:28 #40 [core-common-config-bootstrapper internal] load build context 02:06:28 #40 ... 02:06:28 02:06:28 #59 [security-spiffe-token-provider internal] load build context 02:06:28 #59 transferring context: 3.23MB 6.2s done 02:06:29 #59 DONE 10.2s 02:06:29 02:06:29 #48 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 02:06:29 #48 DONE 13.0s 02:06:29 02:06:29 #40 [core-common-config-bootstrapper internal] load build context 02:06:29 #40 ... 02:06:29 02:06:29 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:06:29 #60 ... 02:06:29 02:06:29 #50 [core-keeper internal] load build context 02:06:29 #50 DONE 10.5s 02:06:29 02:06:29 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:29 #61 ... 02:06:29 02:06:29 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:06:29 #62 ... 02:06:29 02:06:29 #58 [core-metadata internal] load build context 02:06:29 #58 DONE 10.9s 02:06:29 02:06:29 #63 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go 02:06:29 #63 ... 02:06:29 02:06:29 #64 [core-data internal] load build context 02:06:29 #64 ... 02:06:29 02:06:29 #40 [core-common-config-bootstrapper internal] load build context 02:06:29 #40 transferring context: 3.23MB 7.9s done 02:06:29 #40 DONE 11.4s 02:06:29 02:06:29 #64 [core-data internal] load build context 02:06:29 #64 ... 02:06:29 02:06:29 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:30 #35 ... 02:06:30 02:06:30 #64 [core-data internal] load build context 02:06:30 #64 transferring context: 3.23MB 4.7s done 02:06:30 #64 DONE 10.6s 02:06:30 02:06:30 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:06:30 #52 14.70 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:06:30 #52 14.70 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:06:30 #52 14.70 OK: 24051 distinct packages available 02:06:30 #52 ... 02:06:30 02:06:30 #63 [support-scheduler builder 2/7] WORKDIR /edgex-go 02:06:30 #63 DONE 1.6s 02:06:30 02:06:30 #61 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:30 #61 DONE 11.6s 02:06:30 02:06:30 #51 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init 02:06:30 #51 11.49 (1/1) Installing dumb-init (1.2.5-r3) 02:06:30 #51 11.58 Executing busybox-1.36.1-r29.trigger 02:06:30 #51 11.67 OK: 9 MiB in 15 packages 02:06:30 #51 DONE 14.7s 02:06:30 02:06:30 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:06:31 #65 ... 02:06:31 02:06:31 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:06:31 #0 9.763 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:31 #66 ... 02:06:31 02:06:31 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:06:35 #67 ... 02:06:35 02:06:35 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:35 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 11.5s 02:06:35 #38 ... 02:06:35 02:06:35 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:35 #35 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 15.9s 02:06:35 #35 extracting sha256:b16ceaceda78899224cac00da2a19dc16c8f37a3ce800ba05694fe4637182494 16.8s done 02:06:35 #35 ... 02:06:35 02:06:35 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:36 #38 ... 02:06:36 02:06:36 #35 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.11.1@sha256:3468d6c06da4a36c2b85f61c116935cc32dfdeec669ee7b09ad4f49566cea881 02:06:36 #35 DONE 20.5s 02:06:36 02:06:36 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:37 #38 ... 02:06:37 02:06:37 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:06:37 #53 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:37 #53 19.53 (1/7) Installing ca-certificates (20241121-r1) 02:06:37 #53 19.94 (2/7) Installing dumb-init (1.2.5-r3) 02:06:37 #53 19.97 (3/7) Installing libgcc (13.2.1_git20240309-r1) 02:06:37 #53 20.00 (4/7) Installing libsodium (1.0.19-r0) 02:06:37 #53 20.03 (5/7) Installing libstdc++ (13.2.1_git20240309-r1) 02:06:37 #53 20.38 (6/7) Installing libzmq (4.3.5-r2) 02:06:37 #53 20.51 (7/7) Installing zeromq (4.3.5-r2) 02:06:37 #53 20.58 Executing busybox-1.36.1-r29.trigger 02:06:37 #53 20.76 Executing ca-certificates-20241121-r1.trigger 02:06:37 #53 ... 02:06:37 02:06:37 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:38 #38 ... 02:06:38 02:06:38 #57 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec 02:06:38 #57 18.18 (1/2) Installing dumb-init (1.2.5-r3) 02:06:38 #57 18.21 (2/2) Installing su-exec (0.2-r3) 02:06:38 #57 18.26 Executing busybox-1.36.1-r29.trigger 02:06:38 #57 18.38 OK: 9 MiB in 16 packages 02:06:38 #57 DONE 20.5s 02:06:38 02:06:38 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:38 #38 ... 02:06:38 02:06:38 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:06:38 #55 11.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:38 #55 18.94 (1/4) Installing ca-certificates (20241121-r1) 02:06:38 #55 19.32 (2/4) Installing dumb-init (1.2.5-r3) 02:06:38 #55 19.33 (3/4) Installing su-exec (0.2-r3) 02:06:38 #55 19.37 (4/4) Installing yq-go (4.44.1-r2) 02:06:38 #55 20.49 Executing busybox-1.36.1-r29.trigger 02:06:38 #55 20.57 Executing ca-certificates-20241121-r1.trigger 02:06:38 #55 ... 02:06:38 02:06:38 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:06:38 #56 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:38 #56 12.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:38 #56 20.88 (1/6) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:06:39 #56 ... 02:06:39 02:06:39 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:40 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 16.6s 02:06:40 #38 ... 02:06:40 02:06:40 #68 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:40 #68 DONE 9.5s 02:06:40 02:06:40 #54 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init tzdata 02:06:40 #54 17.85 (1/3) Installing ca-certificates (20241121-r1) 02:06:40 #54 18.72 (2/3) Installing dumb-init (1.2.5-r3) 02:06:40 #54 18.74 (3/3) Installing tzdata (2025b-r0) 02:06:40 #54 20.49 Executing busybox-1.36.1-r29.trigger 02:06:40 #54 20.66 Executing ca-certificates-20241121-r1.trigger 02:06:40 #54 21.83 OK: 11 MiB in 17 packages 02:06:40 #54 DONE 23.8s 02:06:40 02:06:40 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:06:40 #55 21.84 OK: 20 MiB in 18 packages 02:06:40 #55 ... 02:06:40 02:06:40 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:06:40 #62 11.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:40 #62 13.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:40 #62 ... 02:06:40 02:06:40 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:40 #38 ... 02:06:40 02:06:40 #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init zeromq 02:06:40 #53 22.15 OK: 14 MiB in 21 packages 02:06:40 #53 DONE 24.3s 02:06:40 02:06:40 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:06:40 #69 ... 02:06:40 02:06:40 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:06:40 #0 9.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:41 #70 ... 02:06:41 02:06:41 #71 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 02:06:41 #71 ... 02:06:41 02:06:41 #55 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq 02:06:41 #55 DONE 23.9s 02:06:41 02:06:41 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:06:41 #0 9.568 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:41 #72 ... 02:06:41 02:06:41 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:06:41 #52 15.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:41 #52 17.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:41 #52 ... 02:06:41 02:06:41 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:06:41 #73 ... 02:06:41 02:06:41 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:06:41 #60 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:41 #60 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:41 #60 ... 02:06:41 02:06:41 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:41 #38 ... 02:06:41 02:06:41 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:06:41 #66 10.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:41 #66 19.62 (1/1) Installing dumb-init (1.2.5-r3) 02:06:41 #66 19.65 Executing busybox-1.36.1-r29.trigger 02:06:41 #66 19.79 OK: 9 MiB in 15 packages 02:06:42 #66 ... 02:06:42 02:06:42 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:06:42 #60 22.95 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:06:42 #60 22.95 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:06:42 #60 22.95 OK: 24051 distinct packages available 02:06:43 #60 ... 02:06:43 02:06:43 #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq 02:06:43 #56 21.52 (2/6) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:06:43 #56 21.70 (3/6) Installing dumb-init (1.2.5-r3) 02:06:43 #56 21.70 (4/6) Installing openssl (3.3.4-r0) 02:06:43 #56 21.78 (5/6) Installing su-exec (0.2-r3) 02:06:43 #56 21.79 (6/6) Installing yq-go (4.44.1-r2) 02:06:43 #56 23.36 Executing busybox-1.36.1-r29.trigger 02:06:43 #56 23.56 OK: 20 MiB in 18 packages 02:06:43 #56 DONE 25.5s 02:06:43 02:06:43 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:06:43 #60 23.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:43 #60 ... 02:06:43 02:06:43 #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init 02:06:43 #66 DONE 22.4s 02:06:43 02:06:43 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:06:46 #74 ... 02:06:46 02:06:46 #52 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 02:06:46 #52 26.22 (1/7) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:06:46 #52 27.09 (2/7) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:06:46 #52 27.31 (3/7) Installing dumb-init (1.2.5-r3) 02:06:46 #52 27.36 (4/7) Installing musl-obstack (1.2.3-r2) 02:06:46 #52 27.46 (5/7) Installing libucontext (1.2-r3) 02:06:46 #52 27.49 (6/7) Installing gcompat (1.1.0-r4) 02:06:46 #52 27.58 (7/7) Installing openssl (3.3.4-r0) 02:06:46 #52 27.81 Executing busybox-1.36.1-r29.trigger 02:06:46 #52 28.03 OK: 10 MiB in 19 packages 02:06:46 #52 DONE 30.9s 02:06:46 02:06:46 #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:06:48 #75 ... 02:06:48 02:06:48 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:06:48 #0 9.009 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:48 #76 ... 02:06:48 02:06:48 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:48 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 25.0s 02:06:50 #38 ... 02:06:50 02:06:50 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:06:50 #0 8.830 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:50 #77 ... 02:06:50 02:06:50 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:06:50 #0 9.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:50 #78 ... 02:06:50 02:06:50 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:50 #38 ... 02:06:50 02:06:50 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:06:50 #62 21.68 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:06:50 #62 21.68 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:06:50 #62 21.68 OK: 24051 distinct packages available 02:06:50 #62 23.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:50 #62 25.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:50 #62 ... 02:06:50 02:06:50 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:51 #38 ... 02:06:51 02:06:51 #69 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git 02:06:51 #69 10.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:51 #69 12.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:51 #69 ... 02:06:51 02:06:51 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:06:51 #0 7.808 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:51 #0 9.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:51 #79 ... 02:06:51 02:06:51 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:06:51 #0 9.583 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:51 #80 ... 02:06:51 02:06:51 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:52 #38 ... 02:06:52 02:06:52 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:06:52 #65 11.38 fetch https://dl-4.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:52 #65 13.41 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:52 #65 ... 02:06:52 02:06:52 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:06:52 #72 11.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:52 #72 21.25 v3.20.6-228-gdbc3f736ffd [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] 02:06:52 #72 21.25 v3.20.6-225-gd17e57e3ea8 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] 02:06:52 #72 21.25 OK: 24053 distinct packages available 02:06:52 #72 ... 02:06:52 02:06:52 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:06:52 #70 11.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:52 #70 20.93 OK: 239 MiB in 58 packages 02:06:52 #70 ... 02:06:52 02:06:52 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:52 #38 ... 02:06:52 02:06:52 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:06:52 #73 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:52 #73 13.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:52 #73 22.16 OK: 239 MiB in 58 packages 02:06:52 #73 ... 02:06:52 02:06:52 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:53 #38 ... 02:06:53 02:06:53 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:06:53 #0 7.854 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:53 #0 9.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:53 #81 ... 02:06:53 02:06:53 #38 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.11.1@sha256:f48d3d766d862de9e7232544737be0aa9d2ece600567fdcaf6439167ca9cef5f 02:06:53 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.1s 02:06:53 #38 extracting sha256:cb9591dba9d15f4f294fc1fe0a981a6fc673fa53faeb0f537bf15cbab147f56b 30.6s done 02:06:53 #38 DONE 39.0s 02:06:53 02:06:53 #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:06:53 #75 4.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:53 #75 6.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:54 #75 ... 02:06:54 02:06:54 #71 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 02:06:54 #71 13.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:54 #71 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:54 #71 ... 02:06:54 02:06:54 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:06:54 #67 13.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:54 #67 15.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:54 #67 ... 02:06:54 02:06:54 #73 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates zeromq-dev 02:06:54 #73 DONE 23.9s 02:06:54 02:06:54 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:06:54 #72 23.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:54 #72 ... 02:06:54 02:06:54 #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git 02:06:54 #69 22.47 OK: 239 MiB in 58 packages 02:06:54 #69 DONE 24.0s 02:06:54 02:06:54 #70 [support-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates 02:06:54 #70 DONE 24.0s 02:06:54 02:06:54 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:06:55 #82 ... 02:06:55 02:06:55 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:06:55 #60 26.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:55 #60 35.95 (1/4) Installing dumb-init (1.2.5-r3) 02:06:55 #60 36.01 (2/4) Installing musl-obstack (1.2.3-r2) 02:06:55 #60 36.09 (3/4) Installing libucontext (1.2-r3) 02:06:55 #60 36.27 (4/4) Installing gcompat (1.1.0-r4) 02:06:55 #60 36.37 Executing busybox-1.36.1-r29.trigger 02:06:55 #60 36.47 OK: 9 MiB in 18 packages 02:06:55 #60 ... 02:06:55 02:06:55 #83 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ 02:06:55 #83 DONE 1.0s 02:06:55 02:06:55 #84 [support-notifications builder 4/7] COPY go.mod vendor* ./ 02:06:55 #84 DONE 1.0s 02:06:55 02:06:55 #82 [support-scheduler builder 4/7] COPY go.mod vendor* ./ 02:06:55 #82 DONE 0.9s 02:06:55 02:06:55 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:06:55 #74 7.107 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:06:55 #74 8.825 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:55 #74 ... 02:06:55 02:06:55 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:06:58 #85 ... 02:06:58 02:06:58 #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat 02:06:58 #60 DONE 38.7s 02:06:58 02:06:58 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:06:58 #62 36.75 (1/14) Installing ca-certificates (20241121-r1) 02:06:58 #62 37.59 (2/14) Installing brotli-libs (1.1.0-r2) 02:06:58 #62 37.81 (3/14) Installing c-ares (1.33.1-r0) 02:06:58 #62 37.89 (4/14) Installing libunistring (1.2-r0) 02:06:58 #62 38.22 (5/14) Installing libidn2 (2.3.7-r0) 02:06:58 #62 38.28 (6/14) Installing nghttp2-libs (1.62.1-r0) 02:06:58 #62 38.33 (7/14) Installing libpsl (0.21.5-r1) 02:06:58 #62 38.36 (8/14) Installing zstd-libs (1.5.6-r0) 02:06:58 #62 38.52 (9/14) Installing libcurl (8.12.1-r0) 02:06:58 #62 38.81 (10/14) Installing curl (8.12.1-r0) 02:06:58 #62 38.90 (11/14) Installing dumb-init (1.2.5-r3) 02:06:58 #62 38.97 (12/14) Installing musl-obstack (1.2.3-r2) 02:06:58 #62 38.99 (13/14) Installing libucontext (1.2-r3) 02:06:58 #62 39.03 (14/14) Installing gcompat (1.1.0-r4) 02:06:58 #62 39.21 Executing busybox-1.36.1-r29.trigger 02:06:58 #62 39.41 Executing ca-certificates-20241121-r1.trigger 02:06:59 #62 ... 02:06:59 02:06:59 #67 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git 02:06:59 #67 25.76 OK: 239 MiB in 58 packages 02:06:59 #67 DONE 28.5s 02:06:59 02:06:59 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:06:59 #65 26.25 (1/1) Installing dumb-init (1.2.5-r3) 02:06:59 #65 27.43 Executing busybox-1.36.1-r29.trigger 02:06:59 #65 27.61 OK: 9 MiB in 15 packages 02:06:59 #65 ... 02:06:59 02:06:59 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:06:59 #76 11.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:06:59 #76 ... 02:06:59 02:06:59 #86 [core-command builder 4/7] COPY go.mod vendor* ./ 02:06:59 #86 DONE 1.0s 02:06:59 02:06:59 #71 [security-proxy-auth stage-1 3/8] RUN apk --no-cache upgrade 02:06:59 #71 26.20 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:06:59 #71 27.06 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:06:59 #71 27.43 OK: 9 MiB in 15 packages 02:07:00 #71 DONE 29.5s 02:07:00 02:07:00 #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:01 #87 ... 02:07:01 02:07:01 #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init 02:07:01 #65 DONE 30.2s 02:07:01 02:07:01 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:07:01 #76 22.07 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:01 #76 23.04 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:01 #76 23.29 OK: 9 MiB in 16 packages 02:07:01 #76 ... 02:07:01 02:07:01 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:07:01 #77 10.99 fetch https://dl-4.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:07:01 #77 ... 02:07:01 02:07:01 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:07:01 #78 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:07:01 #78 ... 02:07:01 02:07:01 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:07:01 #79 20.11 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:02 #79 20.82 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:02 #79 ... 02:07:02 02:07:02 #62 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat 02:07:02 #62 41.47 OK: 15 MiB in 28 packages 02:07:02 #62 DONE 43.1s 02:07:02 02:07:02 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:07:02 #79 21.00 Executing ca-certificates-20241121-r1.trigger 02:07:02 #79 ... 02:07:02 02:07:02 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:07:02 #80 11.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:07:02 #80 ... 02:07:02 02:07:02 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:07:04 #88 ... 02:07:04 02:07:04 #76 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade 02:07:04 #76 DONE 26.2s 02:07:04 02:07:04 #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:07:04 #75 17.66 OK: 10 MiB in 19 packages 02:07:05 #75 ... 02:07:05 02:07:05 #77 [core-keeper builder 4/8] RUN apk add --update --no-cache make git 02:07:05 #77 23.32 OK: 239 MiB in 58 packages 02:07:05 #77 DONE 25.3s 02:07:05 02:07:05 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:05 #89 ... 02:07:05 02:07:05 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:06 #90 ... 02:07:06 02:07:06 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:07:06 #91 ... 02:07:06 02:07:06 #79 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade 02:07:06 #79 22.28 OK: 20 MiB in 18 packages 02:07:06 #79 DONE 24.9s 02:07:06 02:07:06 #75 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade 02:07:06 #75 DONE 20.3s 02:07:06 02:07:06 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:07:06 #92 ... 02:07:06 02:07:06 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:07:06 #72 25.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:07:06 #72 35.66 OK: 239 MiB in 58 packages 02:07:06 #72 ... 02:07:06 02:07:06 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:06 #93 ... 02:07:06 02:07:06 #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ 02:07:06 #91 DONE 1.2s 02:07:06 02:07:06 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:07 #94 ... 02:07:07 02:07:07 #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade 02:07:07 #74 21.58 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:07 #74 22.70 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:07 #74 22.80 OK: 9 MiB in 15 packages 02:07:07 #74 DONE 23.9s 02:07:07 02:07:07 #81 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade 02:07:07 #81 21.74 OK: 20 MiB in 18 packages 02:07:07 #81 DONE 24.5s 02:07:07 02:07:07 #78 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade 02:07:07 #78 22.16 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:07 #78 22.69 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:07 #78 22.90 Executing ca-certificates-20241121-r1.trigger 02:07:07 #78 24.52 OK: 11 MiB in 17 packages 02:07:07 #78 DONE 27.0s 02:07:07 02:07:07 #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex 02:07:07 #95 DONE 0.2s 02:07:07 02:07:07 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:07:07 #80 22.66 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:07 #80 23.64 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:07 #80 24.00 Executing ca-certificates-20241121-r1.trigger 02:07:07 #80 25.06 OK: 14 MiB in 21 packages 02:07:08 #80 ... 02:07:08 02:07:08 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:07:08 #0 6.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:07:08 #0 9.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:07:08 #96 ... 02:07:08 02:07:08 #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade 02:07:08 #80 DONE 27.1s 02:07:08 02:07:08 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:07:08 #97 ... 02:07:08 02:07:08 #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base 02:07:08 #72 DONE 38.1s 02:07:08 02:07:08 #98 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ 02:07:09 #98 DONE 1.3s 02:07:09 02:07:09 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:10 #99 ... 02:07:10 02:07:10 #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin 02:07:10 #92 DONE 4.1s 02:07:10 02:07:10 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:12 #100 ... 02:07:12 02:07:12 #97 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto 02:07:12 #97 DONE 7.9s 02:07:12 02:07:12 #101 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging 02:07:12 #101 DONE 0.2s 02:07:12 02:07:12 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:07:12 #88 6.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 02:07:12 #88 7.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 02:07:14 #88 11.96 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:14 #88 ... 02:07:14 02:07:14 #93 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:14 #93 DONE 8.1s 02:07:14 02:07:14 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:07:14 #96 16.73 (1/2) Upgrading libcrypto3 (3.3.3-r0 -> 3.3.4-r0) 02:07:14 #96 ... 02:07:14 02:07:14 #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / 02:07:14 #102 DONE 0.2s 02:07:14 02:07:14 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:07:14 #88 12.47 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:14 #88 12.52 Executing ca-certificates-20241121-r1.trigger 02:07:14 #88 ... 02:07:14 02:07:14 #103 [security-spire-server stage-2 6/9] COPY security.txt / 02:07:14 #103 DONE 0.3s 02:07:14 02:07:14 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:07:14 #96 17.19 (2/2) Upgrading libssl3 (3.3.3-r0 -> 3.3.4-r0) 02:07:14 #96 17.33 OK: 9 MiB in 18 packages 02:07:15 #96 ... 02:07:15 02:07:15 #104 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 02:07:15 #104 DONE 0.4s 02:07:15 02:07:15 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:07:15 #105 ... 02:07:15 02:07:15 #100 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:15 #100 DONE 5.2s 02:07:15 02:07:15 #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 02:07:15 #105 DONE 0.3s 02:07:15 02:07:15 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:07:16 #106 ... 02:07:16 02:07:16 #96 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade 02:07:16 #96 DONE 18.4s 02:07:16 02:07:16 #107 [security-spire-agent stage-3 6/10] COPY Attribution.txt / 02:07:16 #107 DONE 0.4s 02:07:16 02:07:16 #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:16 #108 ... 02:07:16 02:07:16 #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ 02:07:16 #106 DONE 0.7s 02:07:16 02:07:16 #109 [security-spire-server] exporting to image 02:07:16 #109 exporting layers 02:07:16 #109 ... 02:07:16 02:07:16 #88 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade 02:07:16 #88 12.98 OK: 15 MiB in 28 packages 02:07:16 #88 DONE 14.4s 02:07:16 02:07:16 #110 [security-spire-agent stage-3 7/10] COPY security.txt / 02:07:17 #110 DONE 1.0s 02:07:17 02:07:17 #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:17 #108 ... 02:07:17 02:07:17 #111 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 02:07:17 #111 DONE 0.4s 02:07:17 02:07:17 #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 02:07:17 #112 DONE 0.3s 02:07:17 02:07:17 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:18 #85 ... 02:07:18 02:07:18 #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ 02:07:18 #113 DONE 0.2s 02:07:18 02:07:18 #109 [security-spire-server] exporting to image 02:07:21 #109 ... 02:07:21 02:07:21 #108 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin 02:07:21 #108 DONE 4.8s 02:07:21 02:07:21 #114 [security-spire-config stage-2 5/10] COPY Attribution.txt / 02:07:21 #114 DONE 0.3s 02:07:21 02:07:21 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:21 #94 ... 02:07:21 02:07:21 #115 [security-spire-config stage-2 6/10] COPY security.txt / 02:07:21 #115 DONE 0.3s 02:07:21 02:07:21 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:21 #99 ... 02:07:21 02:07:21 #116 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 02:07:22 #116 DONE 0.3s 02:07:22 02:07:22 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:22 #99 ... 02:07:22 02:07:22 #117 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d 02:07:22 #117 DONE 0.2s 02:07:22 02:07:22 #118 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 02:07:22 #118 DONE 0.2s 02:07:22 02:07:22 #109 [security-spire-config] exporting to image 02:07:22 #109 exporting layers 02:07:22 #109 writing image sha256:883dd72ccd47b4bda44eb7b903cadfcb33d584c690f858e61b739c29abb35f7e done 02:07:22 #109 naming to docker.io/library/security-spire-server-arm64 done 02:07:22 #109 exporting layers 4.6s done 02:07:22 #109 writing image sha256:f54eeb43fd8b160be4ab021171585683205ebfc77613a2be499a1f6cc1adeff8 done 02:07:22 #109 naming to docker.io/library/security-spire-agent-arm64 done 02:07:24 #109 exporting layers 2.2s done 02:07:24 #109 writing image sha256:b1c5bd99d8405a14273b6419f697f32ce81768acef7032ed5dead70378b5a896 done 02:07:24 #109 naming to docker.io/library/security-spire-config-arm64 done 02:07:24 #109 DONE 8.0s 02:07:24 02:07:24 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:07:53 #127 ... 02:07:53 02:07:53 #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:07:53 #154 DONE 103.6s 02:07:53 02:07:53 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:07:53 #155 ... 02:07:53 02:07:53 #153 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:07:53 #153 DONE 103.8s 02:07:53 02:07:53 #157 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:07:53 #157 DONE 0.3s 02:07:53 02:07:53 #158 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:07:53 #158 DONE 0.3s 02:07:53 02:07:53 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:07:53 #159 ... 02:07:53 02:07:53 #160 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:07:53 #160 DONE 0.2s 02:07:53 02:07:53 #161 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:07:53 #161 DONE 0.5s 02:07:53 02:07:53 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:07:53 #156 ... 02:07:53 02:07:53 #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 02:07:53 #162 DONE 0.2s 02:07:53 02:07:53 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:07:53 #163 ... 02:07:53 02:07:53 #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:07:53 #159 DONE 1.1s 02:07:53 02:07:53 #163 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:07:53 #163 DONE 0.2s 02:07:53 02:07:53 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:07:53 #164 ... 02:07:53 02:07:53 #165 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:07:53 #165 DONE 0.3s 02:07:53 02:07:53 #166 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:07:53 #166 DONE 1.0s 02:07:53 02:07:53 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:07:53 #167 ... 02:07:53 02:07:53 #164 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:07:53 #164 DONE 2.0s 02:07:53 02:07:53 #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:07:53 #167 DONE 0.8s 02:07:53 02:07:53 #168 [core-common-config-bootstrapper] exporting to image 02:07:53 #168 exporting layers 02:07:53 #168 ... 02:07:53 02:07:53 #169 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:07:53 #169 DONE 0.6s 02:07:54 02:07:54 #170 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:07:54 #170 DONE 0.3s 02:07:54 02:07:54 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:07:54 #152 ... 02:07:54 02:07:54 #168 [core-common-config-bootstrapper] exporting to image 02:07:54 #168 exporting layers 0.9s done 02:07:54 #168 writing image sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done 02:07:54 #168 naming to docker.io/library/core-common-config-bootstrapper 0.1s done 02:07:54 #168 ... 02:07:54 02:07:54 #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/ 02:07:54 #171 DONE 0.3s 02:07:54 02:07:54 #168 [core-common-config-bootstrapper] exporting to image 02:07:54 #168 DONE 1.1s 02:07:54 02:07:54 #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/ 02:07:54 #172 DONE 0.4s 02:07:54 02:07:54 #173 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:07:55 #173 DONE 0.3s 02:07:55 02:07:55 #174 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:07:57 #174 DONE 1.6s 02:07:57 02:07:57 #175 [security-bootstrapper] exporting to image 02:07:57 #175 exporting layers 0.9s done 02:07:57 #175 writing image sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done 02:07:57 #175 naming to docker.io/library/security-bootstrapper 0.0s done 02:07:57 #175 DONE 0.9s 02:07:57 02:07:57 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:08:53 #156 167.1 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:09:03 #156 ... 02:09:03 02:09:03 #147 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:09:03 #147 DONE 176.1s 02:09:03 02:09:03 #148 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:09:03 #148 DONE 176.1s 02:09:03 02:09:03 #127 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:09:03 #127 DONE 176.2s 02:09:03 02:09:03 #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:09:03 #151 DONE 176.2s 02:09:03 02:09:03 #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:09:03 #152 DONE 176.2s 02:09:03 02:09:03 #155 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:03 #155 DONE 176.2s 02:09:03 02:09:03 #150 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:09:03 #150 DONE 176.3s 02:09:03 02:09:03 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #176 ... 02:09:03 02:09:03 #156 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:09:03 #156 DONE 176.4s 02:09:03 02:09:03 #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:09:03 #146 DONE 176.5s 02:09:03 02:09:03 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:09:03 #149 DONE 176.6s 02:09:03 02:09:03 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #177 ... 02:09:03 02:09:03 #178 [core-command stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #178 DONE 0.6s 02:09:03 02:09:03 #179 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #179 DONE 0.6s 02:09:03 02:09:03 #180 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #180 DONE 0.6s 02:09:03 02:09:03 #176 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #176 DONE 0.6s 02:09:03 02:09:03 #181 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #181 DONE 0.6s 02:09:03 02:09:03 #182 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #182 DONE 0.6s 02:09:03 02:09:03 #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #177 DONE 0.4s 02:09:03 02:09:03 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #183 DONE 0.4s 02:09:03 02:09:03 #184 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:09:03 #184 ... 02:09:03 02:09:03 #185 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:09:03 #185 DONE 0.5s 02:09:03 02:09:03 #186 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #186 CACHED 02:09:03 02:09:03 #187 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:09:03 #187 CACHED 02:09:03 02:09:03 #188 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:09:03 #188 CACHED 02:09:03 02:09:03 #189 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:09:03 #189 CACHED 02:09:03 02:09:03 #190 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:09:03 #190 DONE 0.5s 02:09:03 02:09:03 #191 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:09:03 #191 DONE 0.6s 02:09:03 02:09:03 #192 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:09:03 #192 DONE 0.6s 02:09:03 02:09:03 #193 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:09:03 #193 DONE 0.5s 02:09:03 02:09:03 #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:09:03 #194 DONE 0.5s 02:09:03 02:09:03 #184 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:09:03 #184 DONE 0.6s 02:09:03 02:09:03 #195 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:09:03 #195 DONE 0.5s 02:09:03 02:09:03 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:09:04 #196 ... 02:09:04 02:09:04 #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:09:04 #197 DONE 1.1s 02:09:04 02:09:04 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:09:05 #198 ... 02:09:05 02:09:05 #199 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:09:05 #199 DONE 1.9s 02:09:05 02:09:05 #200 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:09:05 #200 DONE 1.9s 02:09:05 02:09:05 #201 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:09:05 #201 DONE 1.9s 02:09:05 02:09:05 #202 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:09:05 #202 DONE 1.9s 02:09:05 02:09:05 #203 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:09:05 #203 DONE 1.9s 02:09:05 02:09:05 #196 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:09:05 #196 DONE 1.9s 02:09:05 02:09:05 #204 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:09:05 #204 DONE 1.9s 02:09:05 02:09:05 #205 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:09:05 #205 DONE 1.9s 02:09:05 02:09:05 #206 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:09:05 #206 DONE 2.0s 02:09:05 02:09:05 #207 [core-keeper] exporting to image 02:09:05 #207 exporting layers 02:09:05 #207 exporting layers 0.3s done 02:09:05 #207 ... 02:09:05 02:09:05 #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:09:05 #198 DONE 1.3s 02:09:05 02:09:05 #208 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:09:05 #208 DONE 0.5s 02:09:05 02:09:05 #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:09:05 #209 DONE 0.5s 02:09:05 02:09:05 #210 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:09:05 #210 DONE 0.5s 02:09:05 02:09:05 #211 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:09:05 #211 DONE 0.6s 02:09:05 02:09:05 #207 [core-keeper] exporting to image 02:09:05 #207 writing image sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done 02:09:05 #207 naming to docker.io/library/core-keeper 0.0s done 02:09:05 #207 DONE 0.5s 02:09:05 02:09:05 #212 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:09:05 #212 DONE 0.5s 02:09:05 02:09:05 #213 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:09:05 #213 DONE 0.5s 02:09:05 02:09:05 #214 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:09:05 #214 DONE 0.5s 02:09:05 02:09:05 #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:09:05 #215 DONE 0.5s 02:09:05 02:09:05 #216 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:09:05 #216 ... 02:09:05 02:09:05 #217 [core-command] exporting to image 02:09:05 #217 exporting layers 0.1s done 02:09:05 #217 writing image sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done 02:09:05 #217 naming to docker.io/library/core-command 0.0s done 02:09:05 #217 DONE 0.4s 02:09:05 02:09:05 #218 [support-scheduler] exporting to image 02:09:06 #218 ... 02:09:06 02:09:06 #219 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:09:06 #219 DONE 0.6s 02:09:06 02:09:06 #220 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:09:06 #220 DONE 0.6s 02:09:06 02:09:06 #221 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:09:06 #221 DONE 0.6s 02:09:06 02:09:06 #216 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:09:06 #216 DONE 0.6s 02:09:06 02:09:06 #222 [core-metadata] exporting to image 02:09:06 #222 ... 02:09:06 02:09:06 #223 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:09:06 #223 DONE 0.2s 02:09:06 02:09:06 #224 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:09:06 #224 DONE 0.4s 02:09:06 02:09:06 #225 [security-spiffe-token-provider] exporting to image 02:09:06 #225 exporting layers 0.7s done 02:09:06 #225 writing image sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b 0.2s done 02:09:06 #225 naming to docker.io/library/security-spiffe-token-provider 0.0s done 02:09:06 #225 DONE 1.1s 02:09:06 02:09:06 #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:09:07 #226 ... 02:09:07 02:09:07 #227 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:07 #227 DONE 0.6s 02:09:07 02:09:07 #228 [security-proxy-auth] exporting to image 02:09:07 #228 ... 02:09:07 02:09:07 #229 [core-data] exporting to image 02:09:07 #229 exporting layers 1.1s done 02:09:07 #229 writing image sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e 0.1s done 02:09:07 #229 naming to docker.io/library/core-data 0.0s done 02:09:07 #229 DONE 1.3s 02:09:07 02:09:07 #218 [support-scheduler] exporting to image 02:09:07 #218 exporting layers 1.2s done 02:09:07 #218 writing image sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 0.0s done 02:09:07 #218 naming to docker.io/library/support-scheduler 0.0s done 02:09:07 #218 DONE 1.6s 02:09:07 02:09:07 #230 [support-notifications] exporting to image 02:09:07 #230 exporting layers 1.1s done 02:09:07 #230 writing image sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf 0.0s done 02:09:07 #230 naming to docker.io/library/support-notifications 0.0s done 02:09:07 #230 DONE 1.7s 02:09:07 02:09:07 #226 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:09:07 #226 DONE 0.7s 02:09:07 02:09:07 #231 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:07 #231 DONE 0.9s 02:09:07 02:09:07 #222 [core-metadata] exporting to image 02:09:07 #222 exporting layers 1.2s done 02:09:07 #222 writing image sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e 0.0s done 02:09:07 #222 naming to docker.io/library/core-metadata 0.0s done 02:09:07 #222 DONE 1.4s 02:09:07 02:09:07 #228 [security-proxy-auth] exporting to image 02:09:07 #228 exporting layers 0.6s done 02:09:07 #228 writing image sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 02:09:07 #228 writing image sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done 02:09:07 #228 naming to docker.io/library/security-proxy-auth done 02:09:07 #228 DONE 0.7s 02:09:07 02:09:07 #232 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:09:07 #232 DONE 0.3s 02:09:07 02:09:07 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:08 #233 ... 02:09:08 02:09:08 #234 [security-proxy-setup] exporting to image 02:09:08 #234 exporting layers 0.3s done 02:09:08 #234 writing image sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done 02:09:08 #234 naming to docker.io/library/security-proxy-setup done 02:09:08 #234 DONE 0.4s 02:09:08 02:09:08 #233 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:09:08 #233 DONE 0.5s 02:09:08 02:09:08 #235 [security-secretstore-setup] exporting to image 02:09:08 #235 exporting layers 0.3s done 02:09:08 #235 writing image sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done 02:09:08 #235 naming to docker.io/library/security-secretstore-setup done 02:09:08 #235 DONE 0.3s 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:09:08 time="2025-07-11T02:04:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:09:08 $ docker stop --time=1 a0b0b4efd94ed490f60c5ba9a609532f4e7a15ff89d132b0780e259123ab14fe 02:09:09 $ docker rm -f --volumes a0b0b4efd94ed490f60c5ba9a609532f4e7a15ff89d132b0780e259123ab14fe [Pipeline] // withDockerContainer [Pipeline] sh 02:09:10 + docker images 02:09:10 REPOSITORY TAG IMAGE ID CREATED SIZE 02:09:10 security-secretstore-setup latest d25654324db6 1 second ago 74.6MB 02:09:10 security-proxy-setup latest 1f7befa82c18 2 seconds ago 44.1MB 02:09:10 security-proxy-auth latest f3a5d3f21960 3 seconds ago 37.4MB 02:09:10 core-metadata latest fdb84468fb2e 3 seconds ago 38.7MB 02:09:10 support-notifications latest c0a2a4030656 4 seconds ago 58MB 02:09:10 core-command latest 3fa195e5287a 4 seconds ago 34MB 02:09:10 security-spiffe-token-provider latest 1f446debd4e0 4 seconds ago 53.2MB 02:09:10 core-keeper latest 646ab2762b20 4 seconds ago 32.6MB 02:09:10 support-scheduler latest 95d910e7a41b 4 seconds ago 54.4MB 02:09:10 core-data latest 58bb3186370c 4 seconds ago 38.5MB 02:09:10 security-bootstrapper latest 22550b71a4e4 About a minute ago 25.9MB 02:09:10 core-common-config-bootstrapper latest 5bbf2a378190 About a minute ago 22.7MB 02:09:10 security-spire-agent latest 6acb3bc0032d 4 minutes ago 200MB 02:09:10 security-spire-config latest a28131ac6f4d 4 minutes ago 154MB 02:09:10 security-spire-server latest 6a3c62f792b5 4 minutes ago 155MB 02:09:10 ci-base-image-x86_64 latest 2e5159b402b5 8 minutes ago 924MB 02:09:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.23-alpine ea6120ae94a0 3 weeks ago 574MB 02:09:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 0e5a36d97041 6 weeks ago 573MB 02:09:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 2 years ago 334MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:09:10 provisioning config files... 02:09:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config13249237920530390061tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:09:10 ---> ****-login.sh 02:09:10 nexus3.edgexfoundry.org:10001 02:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:10 Login Succeeded 02:09:10 nexus3.edgexfoundry.org:10002 02:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:10 Login Succeeded 02:09:10 nexus3.edgexfoundry.org:10003 02:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:10 Login Succeeded 02:09:10 nexus3.edgexfoundry.org:10004 02:09:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:10 Login Succeeded 02:09:10 ****.io 02:09:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:09:11 Login Succeeded 02:09:11 ---> ****-login.sh ends [Pipeline] } 02:09:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:09:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:09:11 [edgeXDocker.push] Tagging docker image core-command with the following tags: 02:09:11 1e4250d9590b5b4a05e18093632e31bfe594a873 02:09:11 latest 02:09:11 4.1.0-dev.40 02:09:11 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:09:11 main 02:09:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:11 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:09:11 + docker push nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 02:09:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:09:11 50a244ebceb7: Preparing 02:09:11 37276539b316: Preparing 02:09:11 718864955371: Preparing 02:09:11 51c1b7902bb1: Preparing 02:09:11 2868c4ff6612: Preparing 02:09:11 84a174bd3261: Preparing 02:09:11 994456c4fd7b: Preparing 02:09:11 84a174bd3261: Waiting 02:09:11 994456c4fd7b: Waiting 02:09:11 51c1b7902bb1: Pushed 02:09:11 718864955371: Pushed 02:09:11 50a244ebceb7: Pushed 02:09:11 994456c4fd7b: Layer already exists 02:09:11 84a174bd3261: Pushed 02:09:16 #85 ... 02:09:16 02:09:16 #99 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #99 DONE 123.1s 02:09:16 02:09:16 #87 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #87 DONE 133.2s 02:09:16 02:09:16 #119 [core-command builder 6/7] COPY . . 02:09:16 #119 ... 02:09:16 02:09:16 #94 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #94 DONE 126.4s 02:09:16 02:09:16 #85 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #85 DONE 137.6s 02:09:16 02:09:16 #90 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #90 DONE 137.7s 02:09:16 02:09:16 #89 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #89 DONE 137.7s 02:09:16 02:09:16 #120 [support-notifications builder 6/7] COPY . . 02:09:16 #120 ... 02:09:16 02:09:16 #121 [core-data builder 4/7] COPY go.mod vendor* ./ 02:09:16 #121 CACHED 02:09:16 02:09:16 #122 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #122 CACHED 02:09:16 02:09:16 #123 [core-data builder 6/7] COPY . . 02:09:16 #123 CACHED 02:09:16 02:09:16 #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:09:16 #124 CACHED 02:09:16 02:09:16 #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #125 CACHED 02:09:16 02:09:16 #126 [core-common-config-bootstrapper builder 6/7] COPY . . 02:09:16 #126 CACHED 02:09:16 02:09:16 #127 [core-metadata builder 6/7] COPY . . 02:09:16 #127 CACHED 02:09:16 02:09:16 #128 [core-metadata builder 4/7] COPY go.mod vendor* ./ 02:09:16 #128 CACHED 02:09:16 02:09:16 #129 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #129 CACHED 02:09:16 02:09:16 #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #130 CACHED 02:09:16 02:09:16 #131 [security-proxy-auth builder 6/7] COPY . . 02:09:16 #131 CACHED 02:09:16 02:09:16 #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ 02:09:16 #132 CACHED 02:09:16 02:09:16 #133 [security-secretstore-setup builder 6/7] COPY . . 02:09:16 #133 DONE 2.0s 02:09:16 02:09:16 #134 [security-bootstrapper builder 6/7] COPY . . 02:09:16 #134 CACHED 02:09:16 02:09:16 #135 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #135 CACHED 02:09:16 02:09:16 #136 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ 02:09:16 #136 CACHED 02:09:16 02:09:16 #119 [core-command builder 6/7] COPY . . 02:09:16 #119 DONE 2.0s 02:09:16 02:09:16 #137 [core-keeper builder 7/8] COPY . . 02:09:16 #137 DONE 1.9s 02:09:16 02:09:16 #138 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:09:16 #138 CACHED 02:09:16 02:09:16 #139 [security-proxy-setup builder 6/7] COPY . . 02:09:16 #139 CACHED 02:09:16 02:09:16 #140 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ 02:09:16 #140 CACHED 02:09:16 02:09:16 #141 [security-spiffe-token-provider builder 6/7] COPY . . 02:09:16 #141 DONE 2.1s 02:09:16 02:09:16 #120 [support-notifications builder 6/7] COPY . . 02:09:16 #120 DONE 1.9s 02:09:16 02:09:16 #142 [support-scheduler builder 6/7] COPY . . 02:09:16 #142 DONE 1.9s 02:09:16 02:09:16 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:09:20 #143 4.932 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:09:26 #143 ... 02:09:26 02:09:26 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:09:26 #0 6.212 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/secrets-config ./cmd/secrets-config 02:09:26 #144 ... 02:09:26 02:09:26 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:09:26 #0 6.010 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:09:26 #145 ... 02:09:26 02:09:26 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:09:26 #0 5.223 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-keeper/core-keeper ./cmd/core-keeper 02:09:26 #146 ... 02:09:26 02:09:26 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:09:26 #0 5.736 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:09:26 #147 ... 02:09:26 02:09:26 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:09:26 #0 6.433 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:09:26 #148 ... 02:09:26 02:09:26 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:09:26 #0 5.315 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-command/core-command ./cmd/core-command 02:09:26 #149 ... 02:09:26 02:09:26 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:09:26 #0 4.110 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 02:09:26 #150 ... 02:09:26 02:09:26 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:09:26 #0 6.412 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 02:09:26 #151 ... 02:09:26 02:09:26 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:09:26 #0 4.204 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data 02:09:26 #152 ... 02:09:26 02:09:26 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:09:26 #0 6.500 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 02:09:26 #153 ... 02:09:26 02:09:26 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:09:26 #0 6.345 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:09:43 2868c4ff6612: Pushed 02:10:22 37276539b316: Retrying in 5 seconds 02:10:22 37276539b316: Retrying in 4 seconds 02:10:22 37276539b316: Retrying in 3 seconds 02:10:22 37276539b316: Retrying in 2 seconds 02:10:22 37276539b316: Retrying in 1 second 02:10:32 37276539b316: Pushed 02:10:32 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:33 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 02:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:10:33 50a244ebceb7: Preparing 02:10:33 37276539b316: Preparing 02:10:33 718864955371: Preparing 02:10:33 51c1b7902bb1: Preparing 02:10:33 2868c4ff6612: Preparing 02:10:33 84a174bd3261: Preparing 02:10:33 994456c4fd7b: Preparing 02:10:33 84a174bd3261: Waiting 02:10:33 994456c4fd7b: Waiting 02:10:33 2868c4ff6612: Layer already exists 02:10:33 37276539b316: Layer already exists 02:10:33 51c1b7902bb1: Layer already exists 02:10:33 718864955371: Layer already exists 02:10:33 50a244ebceb7: Layer already exists 02:10:33 84a174bd3261: Layer already exists 02:10:33 994456c4fd7b: Layer already exists 02:10:33 latest: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:34 + docker push nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 02:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:10:34 50a244ebceb7: Preparing 02:10:34 37276539b316: Preparing 02:10:34 718864955371: Preparing 02:10:34 51c1b7902bb1: Preparing 02:10:34 2868c4ff6612: Preparing 02:10:34 84a174bd3261: Preparing 02:10:34 994456c4fd7b: Preparing 02:10:34 84a174bd3261: Waiting 02:10:34 994456c4fd7b: Waiting 02:10:34 718864955371: Layer already exists 02:10:34 2868c4ff6612: Layer already exists 02:10:34 51c1b7902bb1: Layer already exists 02:10:34 50a244ebceb7: Layer already exists 02:10:34 37276539b316: Layer already exists 02:10:34 84a174bd3261: Layer already exists 02:10:34 994456c4fd7b: Layer already exists 02:10:34 4.1.0-dev.40: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:34 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:34 + docker push nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:10:34 50a244ebceb7: Preparing 02:10:34 37276539b316: Preparing 02:10:34 718864955371: Preparing 02:10:34 51c1b7902bb1: Preparing 02:10:34 2868c4ff6612: Preparing 02:10:34 84a174bd3261: Preparing 02:10:34 994456c4fd7b: Preparing 02:10:34 84a174bd3261: Waiting 02:10:34 994456c4fd7b: Waiting 02:10:34 50a244ebceb7: Layer already exists 02:10:34 718864955371: Layer already exists 02:10:34 51c1b7902bb1: Layer already exists 02:10:34 37276539b316: Layer already exists 02:10:34 2868c4ff6612: Layer already exists 02:10:34 994456c4fd7b: Layer already exists 02:10:34 84a174bd3261: Layer already exists 02:10:34 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:35 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:35 + docker push nexus3.edgexfoundry.org:10004/core-command:main 02:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 02:10:35 50a244ebceb7: Preparing 02:10:35 37276539b316: Preparing 02:10:35 718864955371: Preparing 02:10:35 51c1b7902bb1: Preparing 02:10:35 2868c4ff6612: Preparing 02:10:35 84a174bd3261: Preparing 02:10:35 994456c4fd7b: Preparing 02:10:35 84a174bd3261: Waiting 02:10:35 994456c4fd7b: Waiting 02:10:35 37276539b316: Layer already exists 02:10:35 50a244ebceb7: Layer already exists 02:10:35 718864955371: Layer already exists 02:10:35 51c1b7902bb1: Layer already exists 02:10:35 2868c4ff6612: Layer already exists 02:10:35 84a174bd3261: Layer already exists 02:10:35 994456c4fd7b: Layer already exists 02:10:35 main: digest: sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:10:35 ===================================================== [Pipeline] echo 02:10:35 taggedImages: 02:10:35 - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:35 - nexus3.edgexfoundry.org:10004/core-command:latest 02:10:35 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 02:10:35 - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:35 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 02:10:35 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 02:10:35 1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:35 latest 02:10:35 4.1.0-dev.40 02:10:35 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:35 main 02:10:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:35 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:36 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:10:36 6cebf1345b93: Preparing 02:10:36 9411d20fd267: Preparing 02:10:36 f73ded585e72: Preparing 02:10:36 fb27887bc7fe: Preparing 02:10:36 718864955371: Preparing 02:10:36 51c1b7902bb1: Preparing 02:10:36 2868c4ff6612: Preparing 02:10:36 84a174bd3261: Preparing 02:10:36 994456c4fd7b: Preparing 02:10:36 51c1b7902bb1: Waiting 02:10:36 2868c4ff6612: Waiting 02:10:36 994456c4fd7b: Waiting 02:10:36 84a174bd3261: Waiting 02:10:36 718864955371: Layer already exists 02:10:36 51c1b7902bb1: Layer already exists 02:10:36 2868c4ff6612: Layer already exists 02:10:36 84a174bd3261: Layer already exists 02:10:36 994456c4fd7b: Layer already exists 02:10:36 6cebf1345b93: Pushed 02:10:36 9411d20fd267: Pushed 02:10:36 f73ded585e72: Pushed 02:10:37 fb27887bc7fe: Pushed 02:10:37 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:37 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:10:38 6cebf1345b93: Preparing 02:10:38 9411d20fd267: Preparing 02:10:38 f73ded585e72: Preparing 02:10:38 fb27887bc7fe: Preparing 02:10:38 718864955371: Preparing 02:10:38 51c1b7902bb1: Preparing 02:10:38 2868c4ff6612: Preparing 02:10:38 84a174bd3261: Preparing 02:10:38 994456c4fd7b: Preparing 02:10:38 51c1b7902bb1: Waiting 02:10:38 2868c4ff6612: Waiting 02:10:38 84a174bd3261: Waiting 02:10:38 994456c4fd7b: Waiting 02:10:38 9411d20fd267: Layer already exists 02:10:38 f73ded585e72: Layer already exists 02:10:38 6cebf1345b93: Layer already exists 02:10:38 fb27887bc7fe: Layer already exists 02:10:38 718864955371: Layer already exists 02:10:38 994456c4fd7b: Layer already exists 02:10:38 84a174bd3261: Layer already exists 02:10:38 51c1b7902bb1: Layer already exists 02:10:38 2868c4ff6612: Layer already exists 02:10:38 latest: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:38 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 02:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:10:38 6cebf1345b93: Preparing 02:10:38 9411d20fd267: Preparing 02:10:38 f73ded585e72: Preparing 02:10:38 fb27887bc7fe: Preparing 02:10:38 718864955371: Preparing 02:10:38 51c1b7902bb1: Preparing 02:10:38 2868c4ff6612: Preparing 02:10:38 84a174bd3261: Preparing 02:10:38 994456c4fd7b: Preparing 02:10:38 51c1b7902bb1: Waiting 02:10:38 84a174bd3261: Waiting 02:10:38 2868c4ff6612: Waiting 02:10:38 994456c4fd7b: Waiting 02:10:38 f73ded585e72: Layer already exists 02:10:38 6cebf1345b93: Layer already exists 02:10:38 fb27887bc7fe: Layer already exists 02:10:38 9411d20fd267: Layer already exists 02:10:38 718864955371: Layer already exists 02:10:38 51c1b7902bb1: Layer already exists 02:10:38 2868c4ff6612: Layer already exists 02:10:38 994456c4fd7b: Layer already exists 02:10:38 84a174bd3261: Layer already exists 02:10:38 4.1.0-dev.40: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:10:39 6cebf1345b93: Preparing 02:10:39 9411d20fd267: Preparing 02:10:39 f73ded585e72: Preparing 02:10:39 fb27887bc7fe: Preparing 02:10:39 718864955371: Preparing 02:10:39 51c1b7902bb1: Preparing 02:10:39 2868c4ff6612: Preparing 02:10:39 84a174bd3261: Preparing 02:10:39 994456c4fd7b: Preparing 02:10:39 2868c4ff6612: Waiting 02:10:39 84a174bd3261: Waiting 02:10:39 51c1b7902bb1: Waiting 02:10:39 994456c4fd7b: Waiting 02:10:39 6cebf1345b93: Layer already exists 02:10:39 9411d20fd267: Layer already exists 02:10:39 fb27887bc7fe: Layer already exists 02:10:39 718864955371: Layer already exists 02:10:39 f73ded585e72: Layer already exists 02:10:39 51c1b7902bb1: Layer already exists 02:10:39 2868c4ff6612: Layer already exists 02:10:39 84a174bd3261: Layer already exists 02:10:39 994456c4fd7b: Layer already exists 02:10:39 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:39 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 02:10:40 6cebf1345b93: Preparing 02:10:40 9411d20fd267: Preparing 02:10:40 f73ded585e72: Preparing 02:10:40 fb27887bc7fe: Preparing 02:10:40 718864955371: Preparing 02:10:40 51c1b7902bb1: Preparing 02:10:40 2868c4ff6612: Preparing 02:10:40 84a174bd3261: Preparing 02:10:40 994456c4fd7b: Preparing 02:10:40 51c1b7902bb1: Waiting 02:10:40 84a174bd3261: Waiting 02:10:40 994456c4fd7b: Waiting 02:10:40 2868c4ff6612: Waiting 02:10:40 fb27887bc7fe: Layer already exists 02:10:40 718864955371: Layer already exists 02:10:40 f73ded585e72: Layer already exists 02:10:40 6cebf1345b93: Layer already exists 02:10:40 9411d20fd267: Layer already exists 02:10:40 2868c4ff6612: Layer already exists 02:10:40 51c1b7902bb1: Layer already exists 02:10:40 84a174bd3261: Layer already exists 02:10:40 994456c4fd7b: Layer already exists 02:10:40 main: digest: sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:10:40 ===================================================== [Pipeline] echo 02:10:40 taggedImages: 02:10:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:10:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 02:10:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 02:10:40 [edgeXDocker.push] Tagging docker image core-data with the following tags: 02:10:40 1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:40 latest 02:10:40 4.1.0-dev.40 02:10:40 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:40 main 02:10:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:40 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:40 + docker push nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:10:40 2f55069d9033: Preparing 02:10:40 164d093fd917: Preparing 02:10:40 718864955371: Preparing 02:10:40 51c1b7902bb1: Preparing 02:10:40 5af2cb7b9e28: Preparing 02:10:40 8a6510d8343a: Preparing 02:10:40 994456c4fd7b: Preparing 02:10:40 994456c4fd7b: Waiting 02:10:40 8a6510d8343a: Waiting 02:10:40 51c1b7902bb1: Layer already exists 02:10:40 718864955371: Layer already exists 02:10:40 994456c4fd7b: Layer already exists 02:10:40 2f55069d9033: Pushed 02:10:40 8a6510d8343a: Pushed 02:10:41 5af2cb7b9e28: Pushed 02:10:44 164d093fd917: Pushed 02:10:44 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:44 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 02:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:10:44 2f55069d9033: Preparing 02:10:44 164d093fd917: Preparing 02:10:44 718864955371: Preparing 02:10:44 51c1b7902bb1: Preparing 02:10:44 5af2cb7b9e28: Preparing 02:10:44 8a6510d8343a: Preparing 02:10:44 994456c4fd7b: Preparing 02:10:44 994456c4fd7b: Waiting 02:10:44 8a6510d8343a: Waiting 02:10:44 164d093fd917: Layer already exists 02:10:44 2f55069d9033: Layer already exists 02:10:44 51c1b7902bb1: Layer already exists 02:10:44 718864955371: Layer already exists 02:10:44 5af2cb7b9e28: Layer already exists 02:10:44 994456c4fd7b: Layer already exists 02:10:44 8a6510d8343a: Layer already exists 02:10:44 latest: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:44 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:45 + docker push nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 02:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:10:45 2f55069d9033: Preparing 02:10:45 164d093fd917: Preparing 02:10:45 718864955371: Preparing 02:10:45 51c1b7902bb1: Preparing 02:10:45 5af2cb7b9e28: Preparing 02:10:45 8a6510d8343a: Preparing 02:10:45 994456c4fd7b: Preparing 02:10:45 8a6510d8343a: Waiting 02:10:45 994456c4fd7b: Waiting 02:10:45 51c1b7902bb1: Layer already exists 02:10:45 164d093fd917: Layer already exists 02:10:45 5af2cb7b9e28: Layer already exists 02:10:45 718864955371: Layer already exists 02:10:45 2f55069d9033: Layer already exists 02:10:45 994456c4fd7b: Layer already exists 02:10:45 8a6510d8343a: Layer already exists 02:10:45 4.1.0-dev.40: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:45 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:45 + docker push nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:10:45 2f55069d9033: Preparing 02:10:45 164d093fd917: Preparing 02:10:45 718864955371: Preparing 02:10:45 51c1b7902bb1: Preparing 02:10:45 5af2cb7b9e28: Preparing 02:10:45 8a6510d8343a: Preparing 02:10:45 994456c4fd7b: Preparing 02:10:45 8a6510d8343a: Waiting 02:10:45 994456c4fd7b: Waiting 02:10:45 2f55069d9033: Layer already exists 02:10:45 164d093fd917: Layer already exists 02:10:45 718864955371: Layer already exists 02:10:45 5af2cb7b9e28: Layer already exists 02:10:45 51c1b7902bb1: Layer already exists 02:10:45 8a6510d8343a: Layer already exists 02:10:45 994456c4fd7b: Layer already exists 02:10:45 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:46 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:46 + docker push nexus3.edgexfoundry.org:10004/core-data:main 02:10:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 02:10:46 2f55069d9033: Preparing 02:10:46 164d093fd917: Preparing 02:10:46 718864955371: Preparing 02:10:46 51c1b7902bb1: Preparing 02:10:46 5af2cb7b9e28: Preparing 02:10:46 8a6510d8343a: Preparing 02:10:46 994456c4fd7b: Preparing 02:10:46 8a6510d8343a: Waiting 02:10:46 994456c4fd7b: Waiting 02:10:46 2f55069d9033: Layer already exists 02:10:46 164d093fd917: Layer already exists 02:10:46 5af2cb7b9e28: Layer already exists 02:10:46 51c1b7902bb1: Layer already exists 02:10:46 718864955371: Layer already exists 02:10:46 8a6510d8343a: Layer already exists 02:10:46 994456c4fd7b: Layer already exists 02:10:46 main: digest: sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:10:47 ===================================================== [Pipeline] echo 02:10:47 taggedImages: 02:10:47 - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:47 - nexus3.edgexfoundry.org:10004/core-data:latest 02:10:47 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 02:10:47 - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:47 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 02:10:47 [edgeXDocker.push] Tagging docker image core-keeper with the following tags: 02:10:47 1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:47 latest 02:10:47 4.1.0-dev.40 02:10:47 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:47 main 02:10:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:47 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:50 + docker push nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:10:50 238b2e1c6317: Preparing 02:10:50 71eb29c09e43: Preparing 02:10:50 51c1b7902bb1: Preparing 02:10:50 030bd4e85610: Preparing 02:10:50 2113140d4c12: Preparing 02:10:50 994456c4fd7b: Preparing 02:10:50 994456c4fd7b: Waiting 02:10:50 51c1b7902bb1: Layer already exists 02:10:50 994456c4fd7b: Layer already exists 02:10:50 2113140d4c12: Pushed 02:10:50 030bd4e85610: Pushed 02:10:50 238b2e1c6317: Pushed 02:10:54 71eb29c09e43: Pushed 02:10:54 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:54 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:54 + docker push nexus3.edgexfoundry.org:10004/core-keeper:latest 02:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:10:54 238b2e1c6317: Preparing 02:10:54 71eb29c09e43: Preparing 02:10:54 51c1b7902bb1: Preparing 02:10:54 030bd4e85610: Preparing 02:10:54 2113140d4c12: Preparing 02:10:54 994456c4fd7b: Preparing 02:10:54 994456c4fd7b: Waiting 02:10:54 71eb29c09e43: Layer already exists 02:10:54 238b2e1c6317: Layer already exists 02:10:54 51c1b7902bb1: Layer already exists 02:10:54 2113140d4c12: Layer already exists 02:10:54 030bd4e85610: Layer already exists 02:10:54 994456c4fd7b: Layer already exists 02:10:54 latest: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:55 + docker push nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 02:10:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:10:55 238b2e1c6317: Preparing 02:10:55 71eb29c09e43: Preparing 02:10:55 51c1b7902bb1: Preparing 02:10:55 030bd4e85610: Preparing 02:10:55 2113140d4c12: Preparing 02:10:55 994456c4fd7b: Preparing 02:10:55 994456c4fd7b: Waiting 02:10:55 51c1b7902bb1: Layer already exists 02:10:55 030bd4e85610: Layer already exists 02:10:55 238b2e1c6317: Layer already exists 02:10:55 71eb29c09e43: Layer already exists 02:10:55 2113140d4c12: Layer already exists 02:10:55 994456c4fd7b: Layer already exists 02:10:55 4.1.0-dev.40: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:55 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:10:56 238b2e1c6317: Preparing 02:10:56 71eb29c09e43: Preparing 02:10:56 51c1b7902bb1: Preparing 02:10:56 030bd4e85610: Preparing 02:10:56 2113140d4c12: Preparing 02:10:56 994456c4fd7b: Preparing 02:10:56 994456c4fd7b: Waiting 02:10:56 51c1b7902bb1: Layer already exists 02:10:56 030bd4e85610: Layer already exists 02:10:56 2113140d4c12: Layer already exists 02:10:56 71eb29c09e43: Layer already exists 02:10:56 238b2e1c6317: Layer already exists 02:10:56 994456c4fd7b: Layer already exists 02:10:56 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:56 + docker tag core-keeper nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:56 + docker push nexus3.edgexfoundry.org:10004/core-keeper:main 02:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper] 02:10:56 238b2e1c6317: Preparing 02:10:56 71eb29c09e43: Preparing 02:10:56 51c1b7902bb1: Preparing 02:10:56 030bd4e85610: Preparing 02:10:56 2113140d4c12: Preparing 02:10:56 994456c4fd7b: Preparing 02:10:56 994456c4fd7b: Waiting 02:10:56 2113140d4c12: Layer already exists 02:10:56 51c1b7902bb1: Layer already exists 02:10:56 030bd4e85610: Layer already exists 02:10:56 238b2e1c6317: Layer already exists 02:10:56 71eb29c09e43: Layer already exists 02:10:56 994456c4fd7b: Layer already exists 02:10:56 main: digest: sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:10:56 ===================================================== [Pipeline] echo 02:10:56 taggedImages: 02:10:56 - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:56 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:10:56 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 02:10:56 - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:56 - nexus3.edgexfoundry.org:10004/core-keeper:main [Pipeline] echo 02:10:56 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 02:10:56 1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:56 latest 02:10:56 4.1.0-dev.40 02:10:56 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:10:56 main 02:10:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:57 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:10:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 02:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:10:57 488ad0eb04ca: Preparing 02:10:57 bd7f836b0919: Preparing 02:10:57 776759c1dbb1: Preparing 02:10:57 718864955371: Preparing 02:10:57 51c1b7902bb1: Preparing 02:10:57 2868c4ff6612: Preparing 02:10:57 84a174bd3261: Preparing 02:10:57 994456c4fd7b: Preparing 02:10:57 2868c4ff6612: Waiting 02:10:57 84a174bd3261: Waiting 02:10:57 994456c4fd7b: Waiting 02:10:57 718864955371: Layer already exists 02:10:57 51c1b7902bb1: Layer already exists 02:10:57 2868c4ff6612: Layer already exists 02:10:57 84a174bd3261: Layer already exists 02:10:57 994456c4fd7b: Layer already exists 02:10:57 bd7f836b0919: Pushed 02:10:57 488ad0eb04ca: Pushed 02:11:02 776759c1dbb1: Pushed 02:11:02 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:02 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 02:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:11:03 488ad0eb04ca: Preparing 02:11:03 bd7f836b0919: Preparing 02:11:03 776759c1dbb1: Preparing 02:11:03 718864955371: Preparing 02:11:03 51c1b7902bb1: Preparing 02:11:03 2868c4ff6612: Preparing 02:11:03 84a174bd3261: Preparing 02:11:03 994456c4fd7b: Preparing 02:11:03 994456c4fd7b: Waiting 02:11:03 2868c4ff6612: Waiting 02:11:03 84a174bd3261: Waiting 02:11:03 718864955371: Layer already exists 02:11:03 488ad0eb04ca: Layer already exists 02:11:03 bd7f836b0919: Layer already exists 02:11:03 776759c1dbb1: Layer already exists 02:11:03 51c1b7902bb1: Layer already exists 02:11:03 84a174bd3261: Layer already exists 02:11:03 2868c4ff6612: Layer already exists 02:11:03 994456c4fd7b: Layer already exists 02:11:03 latest: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:03 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 02:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:11:03 488ad0eb04ca: Preparing 02:11:03 bd7f836b0919: Preparing 02:11:03 776759c1dbb1: Preparing 02:11:03 718864955371: Preparing 02:11:03 51c1b7902bb1: Preparing 02:11:03 2868c4ff6612: Preparing 02:11:03 84a174bd3261: Preparing 02:11:03 994456c4fd7b: Preparing 02:11:03 2868c4ff6612: Waiting 02:11:03 84a174bd3261: Waiting 02:11:03 994456c4fd7b: Waiting 02:11:03 488ad0eb04ca: Layer already exists 02:11:03 51c1b7902bb1: Layer already exists 02:11:03 718864955371: Layer already exists 02:11:03 bd7f836b0919: Layer already exists 02:11:03 776759c1dbb1: Layer already exists 02:11:03 994456c4fd7b: Layer already exists 02:11:03 84a174bd3261: Layer already exists 02:11:03 2868c4ff6612: Layer already exists 02:11:03 4.1.0-dev.40: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:11:04 488ad0eb04ca: Preparing 02:11:04 bd7f836b0919: Preparing 02:11:04 776759c1dbb1: Preparing 02:11:04 718864955371: Preparing 02:11:04 51c1b7902bb1: Preparing 02:11:04 2868c4ff6612: Preparing 02:11:04 84a174bd3261: Preparing 02:11:04 994456c4fd7b: Preparing 02:11:04 2868c4ff6612: Waiting 02:11:04 84a174bd3261: Waiting 02:11:04 994456c4fd7b: Waiting 02:11:04 718864955371: Layer already exists 02:11:04 488ad0eb04ca: Layer already exists 02:11:04 bd7f836b0919: Layer already exists 02:11:04 51c1b7902bb1: Layer already exists 02:11:04 776759c1dbb1: Layer already exists 02:11:04 84a174bd3261: Layer already exists 02:11:04 994456c4fd7b: Layer already exists 02:11:04 2868c4ff6612: Layer already exists 02:11:04 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:04 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 02:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 02:11:05 488ad0eb04ca: Preparing 02:11:05 bd7f836b0919: Preparing 02:11:05 776759c1dbb1: Preparing 02:11:05 718864955371: Preparing 02:11:05 51c1b7902bb1: Preparing 02:11:05 2868c4ff6612: Preparing 02:11:05 84a174bd3261: Preparing 02:11:05 994456c4fd7b: Preparing 02:11:05 2868c4ff6612: Waiting 02:11:05 84a174bd3261: Waiting 02:11:05 994456c4fd7b: Waiting 02:11:05 bd7f836b0919: Layer already exists 02:11:05 718864955371: Layer already exists 02:11:05 776759c1dbb1: Layer already exists 02:11:05 51c1b7902bb1: Layer already exists 02:11:05 488ad0eb04ca: Layer already exists 02:11:05 2868c4ff6612: Layer already exists 02:11:05 84a174bd3261: Layer already exists 02:11:05 994456c4fd7b: Layer already exists 02:11:05 main: digest: sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:05 ===================================================== [Pipeline] echo 02:11:05 taggedImages: 02:11:05 - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:05 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:11:05 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 02:11:05 - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:05 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 02:11:05 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 02:11:05 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:05 latest 02:11:05 4.1.0-dev.40 02:11:05 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:05 main 02:11:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:05 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:11:05 58800c470fe2: Preparing 02:11:05 db5d1b43b0ed: Preparing 02:11:05 ca4b5aec7501: Preparing 02:11:05 f8e33ef2ff2f: Preparing 02:11:05 8a63f243704c: Preparing 02:11:05 cbdd3bf179e6: Preparing 02:11:05 8a56227eb6b1: Preparing 02:11:05 718864955371: Preparing 02:11:05 51c1b7902bb1: Preparing 02:11:05 0b3daeb1e309: Preparing 02:11:05 b5490bf9cb4e: Preparing 02:11:05 5f70bf18a086: Preparing 02:11:05 be085f241fa8: Preparing 02:11:05 44e98aa3a9b5: Preparing 02:11:05 2425360288f6: Preparing 02:11:05 994456c4fd7b: Preparing 02:11:05 8a56227eb6b1: Waiting 02:11:05 718864955371: Waiting 02:11:05 51c1b7902bb1: Waiting 02:11:05 0b3daeb1e309: Waiting 02:11:05 b5490bf9cb4e: Waiting 02:11:05 5f70bf18a086: Waiting 02:11:05 be085f241fa8: Waiting 02:11:05 44e98aa3a9b5: Waiting 02:11:05 2425360288f6: Waiting 02:11:05 994456c4fd7b: Waiting 02:11:05 cbdd3bf179e6: Waiting 02:11:05 db5d1b43b0ed: Pushed 02:11:05 58800c470fe2: Pushed 02:11:05 8a63f243704c: Pushed 02:11:05 f8e33ef2ff2f: Pushed 02:11:05 ca4b5aec7501: Pushed 02:11:05 718864955371: Layer already exists 02:11:05 51c1b7902bb1: Layer already exists 02:11:05 5f70bf18a086: Layer already exists 02:11:06 cbdd3bf179e6: Pushed 02:11:06 0b3daeb1e309: Pushed 02:11:06 b5490bf9cb4e: Pushed 02:11:06 be085f241fa8: Pushed 02:11:06 994456c4fd7b: Layer already exists 02:11:06 2425360288f6: Pushed 02:11:06 44e98aa3a9b5: Pushed 02:11:07 8a56227eb6b1: Pushed 02:11:07 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:08 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:11:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:11:08 58800c470fe2: Preparing 02:11:08 db5d1b43b0ed: Preparing 02:11:08 ca4b5aec7501: Preparing 02:11:08 f8e33ef2ff2f: Preparing 02:11:08 8a63f243704c: Preparing 02:11:08 cbdd3bf179e6: Preparing 02:11:08 8a56227eb6b1: Preparing 02:11:08 718864955371: Preparing 02:11:08 51c1b7902bb1: Preparing 02:11:08 0b3daeb1e309: Preparing 02:11:08 b5490bf9cb4e: Preparing 02:11:08 5f70bf18a086: Preparing 02:11:08 be085f241fa8: Preparing 02:11:08 44e98aa3a9b5: Preparing 02:11:08 2425360288f6: Preparing 02:11:08 994456c4fd7b: Preparing 02:11:08 8a56227eb6b1: Waiting 02:11:08 718864955371: Waiting 02:11:08 b5490bf9cb4e: Waiting 02:11:08 51c1b7902bb1: Waiting 02:11:08 0b3daeb1e309: Waiting 02:11:08 2425360288f6: Waiting 02:11:08 994456c4fd7b: Waiting 02:11:08 5f70bf18a086: Waiting 02:11:08 be085f241fa8: Waiting 02:11:08 44e98aa3a9b5: Waiting 02:11:08 cbdd3bf179e6: Waiting 02:11:08 58800c470fe2: Layer already exists 02:11:08 db5d1b43b0ed: Layer already exists 02:11:08 8a63f243704c: Layer already exists 02:11:08 ca4b5aec7501: Layer already exists 02:11:08 f8e33ef2ff2f: Layer already exists 02:11:08 cbdd3bf179e6: Layer already exists 02:11:08 8a56227eb6b1: Layer already exists 02:11:08 718864955371: Layer already exists 02:11:08 51c1b7902bb1: Layer already exists 02:11:08 0b3daeb1e309: Layer already exists 02:11:08 b5490bf9cb4e: Layer already exists 02:11:08 5f70bf18a086: Layer already exists 02:11:08 44e98aa3a9b5: Layer already exists 02:11:08 be085f241fa8: Layer already exists 02:11:08 2425360288f6: Layer already exists 02:11:08 994456c4fd7b: Layer already exists 02:11:08 latest: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:08 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 02:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:11:09 58800c470fe2: Preparing 02:11:09 db5d1b43b0ed: Preparing 02:11:09 ca4b5aec7501: Preparing 02:11:09 f8e33ef2ff2f: Preparing 02:11:09 8a63f243704c: Preparing 02:11:09 cbdd3bf179e6: Preparing 02:11:09 8a56227eb6b1: Preparing 02:11:09 718864955371: Preparing 02:11:09 8a56227eb6b1: Waiting 02:11:09 51c1b7902bb1: Preparing 02:11:09 cbdd3bf179e6: Waiting 02:11:09 0b3daeb1e309: Preparing 02:11:09 b5490bf9cb4e: Preparing 02:11:09 718864955371: Waiting 02:11:09 0b3daeb1e309: Waiting 02:11:09 51c1b7902bb1: Waiting 02:11:09 5f70bf18a086: Preparing 02:11:09 be085f241fa8: Preparing 02:11:09 b5490bf9cb4e: Waiting 02:11:09 5f70bf18a086: Waiting 02:11:09 44e98aa3a9b5: Preparing 02:11:09 2425360288f6: Preparing 02:11:09 44e98aa3a9b5: Waiting 02:11:09 be085f241fa8: Waiting 02:11:09 2425360288f6: Waiting 02:11:09 994456c4fd7b: Preparing 02:11:09 994456c4fd7b: Waiting 02:11:09 58800c470fe2: Layer already exists 02:11:09 f8e33ef2ff2f: Layer already exists 02:11:09 8a63f243704c: Layer already exists 02:11:09 ca4b5aec7501: Layer already exists 02:11:09 db5d1b43b0ed: Layer already exists 02:11:09 cbdd3bf179e6: Layer already exists 02:11:09 0b3daeb1e309: Layer already exists 02:11:09 8a56227eb6b1: Layer already exists 02:11:09 718864955371: Layer already exists 02:11:09 51c1b7902bb1: Layer already exists 02:11:09 b5490bf9cb4e: Layer already exists 02:11:09 2425360288f6: Layer already exists 02:11:09 be085f241fa8: Layer already exists 02:11:09 44e98aa3a9b5: Layer already exists 02:11:09 5f70bf18a086: Layer already exists 02:11:09 994456c4fd7b: Layer already exists 02:11:09 4.1.0-dev.40: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:09 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:11:09 58800c470fe2: Preparing 02:11:09 db5d1b43b0ed: Preparing 02:11:09 ca4b5aec7501: Preparing 02:11:09 f8e33ef2ff2f: Preparing 02:11:09 8a63f243704c: Preparing 02:11:09 cbdd3bf179e6: Preparing 02:11:09 8a56227eb6b1: Preparing 02:11:09 718864955371: Preparing 02:11:09 51c1b7902bb1: Preparing 02:11:09 0b3daeb1e309: Preparing 02:11:09 b5490bf9cb4e: Preparing 02:11:09 5f70bf18a086: Preparing 02:11:09 be085f241fa8: Preparing 02:11:09 44e98aa3a9b5: Preparing 02:11:09 cbdd3bf179e6: Waiting 02:11:09 2425360288f6: Preparing 02:11:09 994456c4fd7b: Preparing 02:11:09 0b3daeb1e309: Waiting 02:11:09 b5490bf9cb4e: Waiting 02:11:09 5f70bf18a086: Waiting 02:11:09 2425360288f6: Waiting 02:11:09 be085f241fa8: Waiting 02:11:09 994456c4fd7b: Waiting 02:11:09 44e98aa3a9b5: Waiting 02:11:09 8a56227eb6b1: Waiting 02:11:09 51c1b7902bb1: Waiting 02:11:09 718864955371: Waiting 02:11:09 58800c470fe2: Layer already exists 02:11:09 f8e33ef2ff2f: Layer already exists 02:11:09 db5d1b43b0ed: Layer already exists 02:11:09 ca4b5aec7501: Layer already exists 02:11:09 8a63f243704c: Layer already exists 02:11:09 cbdd3bf179e6: Layer already exists 02:11:09 718864955371: Layer already exists 02:11:09 51c1b7902bb1: Layer already exists 02:11:09 8a56227eb6b1: Layer already exists 02:11:09 0b3daeb1e309: Layer already exists 02:11:09 b5490bf9cb4e: Layer already exists 02:11:09 5f70bf18a086: Layer already exists 02:11:09 44e98aa3a9b5: Layer already exists 02:11:09 2425360288f6: Layer already exists 02:11:09 be085f241fa8: Layer already exists 02:11:09 994456c4fd7b: Layer already exists 02:11:09 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:09 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 02:11:10 58800c470fe2: Preparing 02:11:10 db5d1b43b0ed: Preparing 02:11:10 ca4b5aec7501: Preparing 02:11:10 f8e33ef2ff2f: Preparing 02:11:10 8a63f243704c: Preparing 02:11:10 cbdd3bf179e6: Preparing 02:11:10 8a56227eb6b1: Preparing 02:11:10 718864955371: Preparing 02:11:10 51c1b7902bb1: Preparing 02:11:10 0b3daeb1e309: Preparing 02:11:10 b5490bf9cb4e: Preparing 02:11:10 5f70bf18a086: Preparing 02:11:10 be085f241fa8: Preparing 02:11:10 44e98aa3a9b5: Preparing 02:11:10 cbdd3bf179e6: Waiting 02:11:10 2425360288f6: Preparing 02:11:10 994456c4fd7b: Preparing 02:11:10 8a56227eb6b1: Waiting 02:11:10 718864955371: Waiting 02:11:10 5f70bf18a086: Waiting 02:11:10 51c1b7902bb1: Waiting 02:11:10 be085f241fa8: Waiting 02:11:10 0b3daeb1e309: Waiting 02:11:10 44e98aa3a9b5: Waiting 02:11:10 2425360288f6: Waiting 02:11:10 b5490bf9cb4e: Waiting 02:11:10 994456c4fd7b: Waiting 02:11:10 f8e33ef2ff2f: Layer already exists 02:11:10 ca4b5aec7501: Layer already exists 02:11:10 db5d1b43b0ed: Layer already exists 02:11:10 8a63f243704c: Layer already exists 02:11:10 58800c470fe2: Layer already exists 02:11:10 8a56227eb6b1: Layer already exists 02:11:10 718864955371: Layer already exists 02:11:10 cbdd3bf179e6: Layer already exists 02:11:10 51c1b7902bb1: Layer already exists 02:11:10 0b3daeb1e309: Layer already exists 02:11:10 b5490bf9cb4e: Layer already exists 02:11:10 2425360288f6: Layer already exists 02:11:10 be085f241fa8: Layer already exists 02:11:10 5f70bf18a086: Layer already exists 02:11:10 44e98aa3a9b5: Layer already exists 02:11:10 994456c4fd7b: Layer already exists 02:11:10 main: digest: sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:10 ===================================================== [Pipeline] echo 02:11:10 taggedImages: 02:11:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:11:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 02:11:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:10 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 02:11:10 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 02:11:10 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:10 latest 02:11:10 4.1.0-dev.40 02:11:10 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:10 main 02:11:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:10 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:11:11 e56ea70d5949: Preparing 02:11:11 e0a5c2535673: Preparing 02:11:11 6c798e717170: Preparing 02:11:11 88146b782a56: Preparing 02:11:11 718864955371: Preparing 02:11:11 51c1b7902bb1: Preparing 02:11:11 2868c4ff6612: Preparing 02:11:11 84a174bd3261: Preparing 02:11:11 994456c4fd7b: Preparing 02:11:11 51c1b7902bb1: Waiting 02:11:11 2868c4ff6612: Waiting 02:11:11 84a174bd3261: Waiting 02:11:11 994456c4fd7b: Waiting 02:11:11 718864955371: Layer already exists 02:11:11 51c1b7902bb1: Layer already exists 02:11:11 2868c4ff6612: Layer already exists 02:11:11 84a174bd3261: Layer already exists 02:11:11 994456c4fd7b: Layer already exists 02:11:11 6c798e717170: Pushed 02:11:11 e56ea70d5949: Pushed 02:11:11 e0a5c2535673: Pushed 02:11:14 88146b782a56: Pushed 02:11:14 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:14 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:11:15 e56ea70d5949: Preparing 02:11:15 e0a5c2535673: Preparing 02:11:15 6c798e717170: Preparing 02:11:15 88146b782a56: Preparing 02:11:15 718864955371: Preparing 02:11:15 51c1b7902bb1: Preparing 02:11:15 2868c4ff6612: Preparing 02:11:15 84a174bd3261: Preparing 02:11:15 994456c4fd7b: Preparing 02:11:15 51c1b7902bb1: Waiting 02:11:15 2868c4ff6612: Waiting 02:11:15 84a174bd3261: Waiting 02:11:15 994456c4fd7b: Waiting 02:11:15 e56ea70d5949: Layer already exists 02:11:15 88146b782a56: Layer already exists 02:11:15 6c798e717170: Layer already exists 02:11:15 e0a5c2535673: Layer already exists 02:11:15 718864955371: Layer already exists 02:11:15 51c1b7902bb1: Layer already exists 02:11:15 2868c4ff6612: Layer already exists 02:11:15 84a174bd3261: Layer already exists 02:11:15 994456c4fd7b: Layer already exists 02:11:15 latest: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 02:11:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:11:15 e56ea70d5949: Preparing 02:11:15 e0a5c2535673: Preparing 02:11:15 6c798e717170: Preparing 02:11:15 88146b782a56: Preparing 02:11:15 718864955371: Preparing 02:11:15 51c1b7902bb1: Preparing 02:11:15 2868c4ff6612: Preparing 02:11:15 84a174bd3261: Preparing 02:11:15 994456c4fd7b: Preparing 02:11:15 2868c4ff6612: Waiting 02:11:15 84a174bd3261: Waiting 02:11:15 994456c4fd7b: Waiting 02:11:15 51c1b7902bb1: Waiting 02:11:15 718864955371: Layer already exists 02:11:15 88146b782a56: Layer already exists 02:11:15 6c798e717170: Layer already exists 02:11:15 e0a5c2535673: Layer already exists 02:11:15 e56ea70d5949: Layer already exists 02:11:15 2868c4ff6612: Layer already exists 02:11:15 51c1b7902bb1: Layer already exists 02:11:15 994456c4fd7b: Layer already exists 02:11:15 84a174bd3261: Layer already exists 02:11:15 4.1.0-dev.40: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:15 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:11:16 e56ea70d5949: Preparing 02:11:16 e0a5c2535673: Preparing 02:11:16 6c798e717170: Preparing 02:11:16 88146b782a56: Preparing 02:11:16 718864955371: Preparing 02:11:16 51c1b7902bb1: Preparing 02:11:16 2868c4ff6612: Preparing 02:11:16 84a174bd3261: Preparing 02:11:16 994456c4fd7b: Preparing 02:11:16 51c1b7902bb1: Waiting 02:11:16 2868c4ff6612: Waiting 02:11:16 84a174bd3261: Waiting 02:11:16 994456c4fd7b: Waiting 02:11:16 e56ea70d5949: Layer already exists 02:11:16 718864955371: Layer already exists 02:11:16 6c798e717170: Layer already exists 02:11:16 e0a5c2535673: Layer already exists 02:11:16 88146b782a56: Layer already exists 02:11:16 51c1b7902bb1: Layer already exists 02:11:16 994456c4fd7b: Layer already exists 02:11:16 84a174bd3261: Layer already exists 02:11:16 2868c4ff6612: Layer already exists 02:11:16 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:16 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:11:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 02:11:16 e56ea70d5949: Preparing 02:11:16 e0a5c2535673: Preparing 02:11:16 6c798e717170: Preparing 02:11:16 88146b782a56: Preparing 02:11:16 718864955371: Preparing 02:11:16 51c1b7902bb1: Preparing 02:11:16 2868c4ff6612: Preparing 02:11:16 84a174bd3261: Preparing 02:11:16 994456c4fd7b: Preparing 02:11:16 2868c4ff6612: Waiting 02:11:16 84a174bd3261: Waiting 02:11:16 994456c4fd7b: Waiting 02:11:16 51c1b7902bb1: Waiting 02:11:16 88146b782a56: Layer already exists 02:11:16 718864955371: Layer already exists 02:11:16 e0a5c2535673: Layer already exists 02:11:16 6c798e717170: Layer already exists 02:11:16 e56ea70d5949: Layer already exists 02:11:16 51c1b7902bb1: Layer already exists 02:11:16 994456c4fd7b: Layer already exists 02:11:16 84a174bd3261: Layer already exists 02:11:16 2868c4ff6612: Layer already exists 02:11:16 main: digest: sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:17 ===================================================== [Pipeline] echo 02:11:17 taggedImages: 02:11:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:11:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 02:11:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:17 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 02:11:17 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 02:11:17 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:17 latest 02:11:17 4.1.0-dev.40 02:11:17 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:17 main 02:11:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:17 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:11:17 bf248528c68c: Preparing 02:11:17 65d312634642: Preparing 02:11:17 3cfa6afe0e8c: Preparing 02:11:17 a59f2e254130: Preparing 02:11:17 fc1dd286800b: Preparing 02:11:17 718864955371: Preparing 02:11:17 51c1b7902bb1: Preparing 02:11:17 f1444e33961e: Preparing 02:11:17 0dfe92a5bff2: Preparing 02:11:17 ff928b825179: Preparing 02:11:17 994456c4fd7b: Preparing 02:11:17 0dfe92a5bff2: Waiting 02:11:17 ff928b825179: Waiting 02:11:17 994456c4fd7b: Waiting 02:11:17 718864955371: Waiting 02:11:17 f1444e33961e: Waiting 02:11:17 51c1b7902bb1: Waiting 02:11:17 fc1dd286800b: Pushed 02:11:17 bf248528c68c: Pushed 02:11:17 65d312634642: Pushed 02:11:17 a59f2e254130: Pushed 02:11:17 718864955371: Layer already exists 02:11:17 51c1b7902bb1: Layer already exists 02:11:17 994456c4fd7b: Layer already exists 02:11:18 f1444e33961e: Pushed 02:11:18 0dfe92a5bff2: Pushed 02:11:19 3cfa6afe0e8c: Pushed 02:11:19 ff928b825179: Pushed 02:11:19 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:11:20 bf248528c68c: Preparing 02:11:20 65d312634642: Preparing 02:11:20 3cfa6afe0e8c: Preparing 02:11:20 a59f2e254130: Preparing 02:11:20 fc1dd286800b: Preparing 02:11:20 718864955371: Preparing 02:11:20 51c1b7902bb1: Preparing 02:11:20 f1444e33961e: Preparing 02:11:20 0dfe92a5bff2: Preparing 02:11:20 51c1b7902bb1: Waiting 02:11:20 718864955371: Waiting 02:11:20 0dfe92a5bff2: Waiting 02:11:20 f1444e33961e: Waiting 02:11:20 ff928b825179: Preparing 02:11:20 994456c4fd7b: Preparing 02:11:20 ff928b825179: Waiting 02:11:20 994456c4fd7b: Waiting 02:11:20 fc1dd286800b: Layer already exists 02:11:20 bf248528c68c: Layer already exists 02:11:20 a59f2e254130: Layer already exists 02:11:20 3cfa6afe0e8c: Layer already exists 02:11:20 65d312634642: Layer already exists 02:11:20 718864955371: Layer already exists 02:11:20 51c1b7902bb1: Layer already exists 02:11:20 f1444e33961e: Layer already exists 02:11:20 ff928b825179: Layer already exists 02:11:20 0dfe92a5bff2: Layer already exists 02:11:20 994456c4fd7b: Layer already exists 02:11:20 latest: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:20 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 02:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:11:21 bf248528c68c: Preparing 02:11:21 65d312634642: Preparing 02:11:21 3cfa6afe0e8c: Preparing 02:11:21 a59f2e254130: Preparing 02:11:21 fc1dd286800b: Preparing 02:11:21 718864955371: Preparing 02:11:21 51c1b7902bb1: Preparing 02:11:21 f1444e33961e: Preparing 02:11:21 0dfe92a5bff2: Preparing 02:11:21 ff928b825179: Preparing 02:11:21 994456c4fd7b: Preparing 02:11:21 718864955371: Waiting 02:11:21 51c1b7902bb1: Waiting 02:11:21 f1444e33961e: Waiting 02:11:21 0dfe92a5bff2: Waiting 02:11:21 ff928b825179: Waiting 02:11:21 994456c4fd7b: Waiting 02:11:21 a59f2e254130: Layer already exists 02:11:21 65d312634642: Layer already exists 02:11:21 bf248528c68c: Layer already exists 02:11:21 fc1dd286800b: Layer already exists 02:11:21 3cfa6afe0e8c: Layer already exists 02:11:21 51c1b7902bb1: Layer already exists 02:11:21 718864955371: Layer already exists 02:11:21 0dfe92a5bff2: Layer already exists 02:11:21 f1444e33961e: Layer already exists 02:11:21 ff928b825179: Layer already exists 02:11:21 994456c4fd7b: Layer already exists 02:11:21 4.1.0-dev.40: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:11:21 bf248528c68c: Preparing 02:11:21 65d312634642: Preparing 02:11:21 3cfa6afe0e8c: Preparing 02:11:21 a59f2e254130: Preparing 02:11:21 fc1dd286800b: Preparing 02:11:21 718864955371: Preparing 02:11:21 51c1b7902bb1: Preparing 02:11:21 f1444e33961e: Preparing 02:11:21 0dfe92a5bff2: Preparing 02:11:21 ff928b825179: Preparing 02:11:21 994456c4fd7b: Preparing 02:11:21 51c1b7902bb1: Waiting 02:11:21 f1444e33961e: Waiting 02:11:21 0dfe92a5bff2: Waiting 02:11:21 ff928b825179: Waiting 02:11:21 994456c4fd7b: Waiting 02:11:21 718864955371: Waiting 02:11:21 bf248528c68c: Layer already exists 02:11:21 65d312634642: Layer already exists 02:11:21 fc1dd286800b: Layer already exists 02:11:21 a59f2e254130: Layer already exists 02:11:21 3cfa6afe0e8c: Layer already exists 02:11:21 f1444e33961e: Layer already exists 02:11:21 718864955371: Layer already exists 02:11:21 0dfe92a5bff2: Layer already exists 02:11:21 ff928b825179: Layer already exists 02:11:21 51c1b7902bb1: Layer already exists 02:11:21 994456c4fd7b: Layer already exists 02:11:21 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 02:11:22 bf248528c68c: Preparing 02:11:22 65d312634642: Preparing 02:11:22 3cfa6afe0e8c: Preparing 02:11:22 a59f2e254130: Preparing 02:11:22 fc1dd286800b: Preparing 02:11:22 718864955371: Preparing 02:11:22 51c1b7902bb1: Preparing 02:11:22 f1444e33961e: Preparing 02:11:22 0dfe92a5bff2: Preparing 02:11:22 ff928b825179: Preparing 02:11:22 994456c4fd7b: Preparing 02:11:22 0dfe92a5bff2: Waiting 02:11:22 ff928b825179: Waiting 02:11:22 718864955371: Waiting 02:11:22 51c1b7902bb1: Waiting 02:11:22 f1444e33961e: Waiting 02:11:22 994456c4fd7b: Waiting 02:11:22 3cfa6afe0e8c: Layer already exists 02:11:22 65d312634642: Layer already exists 02:11:22 bf248528c68c: Layer already exists 02:11:22 fc1dd286800b: Layer already exists 02:11:22 a59f2e254130: Layer already exists 02:11:22 718864955371: Layer already exists 02:11:22 51c1b7902bb1: Layer already exists 02:11:22 ff928b825179: Layer already exists 02:11:22 f1444e33961e: Layer already exists 02:11:22 0dfe92a5bff2: Layer already exists 02:11:22 994456c4fd7b: Layer already exists 02:11:22 main: digest: sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:22 ===================================================== [Pipeline] echo 02:11:22 taggedImages: 02:11:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:11:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 02:11:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 02:11:22 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 02:11:22 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:22 latest 02:11:22 4.1.0-dev.40 02:11:22 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:22 main 02:11:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:11:23 83a08eee8665: Preparing 02:11:23 729bbc2794ea: Preparing 02:11:23 256e40f459b9: Preparing 02:11:23 d2aef6c10089: Preparing 02:11:23 a380821a6b1f: Preparing 02:11:23 797f1d6c06f0: Preparing 02:11:23 c75521953b37: Preparing 02:11:23 718864955371: Preparing 02:11:23 797f1d6c06f0: Waiting 02:11:23 51c1b7902bb1: Preparing 02:11:23 c75521953b37: Waiting 02:11:23 718864955371: Waiting 02:11:23 51c1b7902bb1: Waiting 02:11:23 ad6defa15fd1: Preparing 02:11:23 12eb3ed46258: Preparing 02:11:23 994456c4fd7b: Preparing 02:11:23 ad6defa15fd1: Waiting 02:11:23 12eb3ed46258: Waiting 02:11:23 994456c4fd7b: Waiting 02:11:23 729bbc2794ea: Pushed 02:11:23 a380821a6b1f: Pushed 02:11:23 83a08eee8665: Pushed 02:11:23 718864955371: Layer already exists 02:11:23 51c1b7902bb1: Layer already exists 02:11:23 797f1d6c06f0: Pushed 02:11:23 c75521953b37: Pushed 02:11:23 994456c4fd7b: Layer already exists 02:11:24 ad6defa15fd1: Pushed 02:11:24 12eb3ed46258: Pushed 02:11:25 d2aef6c10089: Pushed 02:11:26 256e40f459b9: Pushed 02:11:26 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:11:27 83a08eee8665: Preparing 02:11:27 729bbc2794ea: Preparing 02:11:27 256e40f459b9: Preparing 02:11:27 d2aef6c10089: Preparing 02:11:27 a380821a6b1f: Preparing 02:11:27 797f1d6c06f0: Preparing 02:11:27 c75521953b37: Preparing 02:11:27 718864955371: Preparing 02:11:27 51c1b7902bb1: Preparing 02:11:27 797f1d6c06f0: Waiting 02:11:27 c75521953b37: Waiting 02:11:27 718864955371: Waiting 02:11:27 ad6defa15fd1: Preparing 02:11:27 51c1b7902bb1: Waiting 02:11:27 12eb3ed46258: Preparing 02:11:27 994456c4fd7b: Preparing 02:11:27 12eb3ed46258: Waiting 02:11:27 ad6defa15fd1: Waiting 02:11:27 994456c4fd7b: Waiting 02:11:27 729bbc2794ea: Layer already exists 02:11:27 a380821a6b1f: Layer already exists 02:11:27 256e40f459b9: Layer already exists 02:11:27 d2aef6c10089: Layer already exists 02:11:27 83a08eee8665: Layer already exists 02:11:27 718864955371: Layer already exists 02:11:27 c75521953b37: Layer already exists 02:11:27 ad6defa15fd1: Layer already exists 02:11:27 797f1d6c06f0: Layer already exists 02:11:27 51c1b7902bb1: Layer already exists 02:11:27 994456c4fd7b: Layer already exists 02:11:27 12eb3ed46258: Layer already exists 02:11:27 latest: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 02:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:11:28 83a08eee8665: Preparing 02:11:28 729bbc2794ea: Preparing 02:11:28 256e40f459b9: Preparing 02:11:28 d2aef6c10089: Preparing 02:11:28 a380821a6b1f: Preparing 02:11:28 797f1d6c06f0: Preparing 02:11:28 c75521953b37: Preparing 02:11:28 718864955371: Preparing 02:11:28 51c1b7902bb1: Preparing 02:11:28 c75521953b37: Waiting 02:11:28 797f1d6c06f0: Waiting 02:11:28 718864955371: Waiting 02:11:28 51c1b7902bb1: Waiting 02:11:28 ad6defa15fd1: Preparing 02:11:28 12eb3ed46258: Preparing 02:11:28 994456c4fd7b: Preparing 02:11:28 12eb3ed46258: Waiting 02:11:28 994456c4fd7b: Waiting 02:11:28 ad6defa15fd1: Waiting 02:11:28 a380821a6b1f: Layer already exists 02:11:28 83a08eee8665: Layer already exists 02:11:28 729bbc2794ea: Layer already exists 02:11:28 256e40f459b9: Layer already exists 02:11:28 d2aef6c10089: Layer already exists 02:11:28 797f1d6c06f0: Layer already exists 02:11:28 c75521953b37: Layer already exists 02:11:28 ad6defa15fd1: Layer already exists 02:11:28 718864955371: Layer already exists 02:11:28 51c1b7902bb1: Layer already exists 02:11:28 994456c4fd7b: Layer already exists 02:11:28 12eb3ed46258: Layer already exists 02:11:28 4.1.0-dev.40: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:28 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:11:28 83a08eee8665: Preparing 02:11:28 729bbc2794ea: Preparing 02:11:28 256e40f459b9: Preparing 02:11:28 d2aef6c10089: Preparing 02:11:28 a380821a6b1f: Preparing 02:11:28 797f1d6c06f0: Preparing 02:11:28 c75521953b37: Preparing 02:11:28 718864955371: Preparing 02:11:28 51c1b7902bb1: Preparing 02:11:28 ad6defa15fd1: Preparing 02:11:28 12eb3ed46258: Preparing 02:11:28 994456c4fd7b: Preparing 02:11:28 ad6defa15fd1: Waiting 02:11:28 12eb3ed46258: Waiting 02:11:28 994456c4fd7b: Waiting 02:11:28 797f1d6c06f0: Waiting 02:11:28 c75521953b37: Waiting 02:11:28 51c1b7902bb1: Waiting 02:11:28 d2aef6c10089: Layer already exists 02:11:28 a380821a6b1f: Layer already exists 02:11:28 729bbc2794ea: Layer already exists 02:11:28 256e40f459b9: Layer already exists 02:11:28 83a08eee8665: Layer already exists 02:11:28 c75521953b37: Layer already exists 02:11:28 797f1d6c06f0: Layer already exists 02:11:28 718864955371: Layer already exists 02:11:28 ad6defa15fd1: Layer already exists 02:11:28 51c1b7902bb1: Layer already exists 02:11:28 12eb3ed46258: Layer already exists 02:11:28 994456c4fd7b: Layer already exists 02:11:28 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 02:11:29 83a08eee8665: Preparing 02:11:29 729bbc2794ea: Preparing 02:11:29 256e40f459b9: Preparing 02:11:29 d2aef6c10089: Preparing 02:11:29 a380821a6b1f: Preparing 02:11:29 797f1d6c06f0: Preparing 02:11:29 c75521953b37: Preparing 02:11:29 718864955371: Preparing 02:11:29 51c1b7902bb1: Preparing 02:11:29 ad6defa15fd1: Preparing 02:11:29 12eb3ed46258: Preparing 02:11:29 994456c4fd7b: Preparing 02:11:29 c75521953b37: Waiting 02:11:29 718864955371: Waiting 02:11:29 51c1b7902bb1: Waiting 02:11:29 994456c4fd7b: Waiting 02:11:29 ad6defa15fd1: Waiting 02:11:29 12eb3ed46258: Waiting 02:11:29 797f1d6c06f0: Waiting 02:11:29 729bbc2794ea: Layer already exists 02:11:29 256e40f459b9: Layer already exists 02:11:29 83a08eee8665: Layer already exists 02:11:29 a380821a6b1f: Layer already exists 02:11:29 d2aef6c10089: Layer already exists 02:11:29 c75521953b37: Layer already exists 02:11:29 797f1d6c06f0: Layer already exists 02:11:29 ad6defa15fd1: Layer already exists 02:11:29 718864955371: Layer already exists 02:11:29 51c1b7902bb1: Layer already exists 02:11:29 12eb3ed46258: Layer already exists 02:11:29 994456c4fd7b: Layer already exists 02:11:29 main: digest: sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:29 ===================================================== [Pipeline] echo 02:11:29 taggedImages: 02:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 02:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 02:11:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 02:11:29 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:29 latest 02:11:29 4.1.0-dev.40 02:11:29 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:29 main 02:11:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:29 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:11:30 b09a9f6b8036: Preparing 02:11:30 75e97dbfd8b0: Preparing 02:11:30 718864955371: Preparing 02:11:30 51c1b7902bb1: Preparing 02:11:30 a25fe977db5a: Preparing 02:11:30 eb2f18ac453a: Preparing 02:11:30 994456c4fd7b: Preparing 02:11:30 eb2f18ac453a: Waiting 02:11:30 994456c4fd7b: Waiting 02:11:30 51c1b7902bb1: Layer already exists 02:11:30 718864955371: Layer already exists 02:11:30 994456c4fd7b: Layer already exists 02:11:30 b09a9f6b8036: Pushed 02:11:30 a25fe977db5a: Pushed 02:11:30 eb2f18ac453a: Pushed 02:11:33 75e97dbfd8b0: Pushed 02:11:33 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:11:34 b09a9f6b8036: Preparing 02:11:34 75e97dbfd8b0: Preparing 02:11:34 718864955371: Preparing 02:11:34 51c1b7902bb1: Preparing 02:11:34 a25fe977db5a: Preparing 02:11:34 eb2f18ac453a: Preparing 02:11:34 994456c4fd7b: Preparing 02:11:34 eb2f18ac453a: Waiting 02:11:34 994456c4fd7b: Waiting 02:11:34 75e97dbfd8b0: Layer already exists 02:11:34 a25fe977db5a: Layer already exists 02:11:34 718864955371: Layer already exists 02:11:34 51c1b7902bb1: Layer already exists 02:11:34 b09a9f6b8036: Layer already exists 02:11:34 eb2f18ac453a: Layer already exists 02:11:34 994456c4fd7b: Layer already exists 02:11:34 latest: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 02:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:11:34 b09a9f6b8036: Preparing 02:11:34 75e97dbfd8b0: Preparing 02:11:34 718864955371: Preparing 02:11:34 51c1b7902bb1: Preparing 02:11:34 a25fe977db5a: Preparing 02:11:34 eb2f18ac453a: Preparing 02:11:34 994456c4fd7b: Preparing 02:11:34 eb2f18ac453a: Waiting 02:11:34 994456c4fd7b: Waiting 02:11:34 75e97dbfd8b0: Layer already exists 02:11:34 a25fe977db5a: Layer already exists 02:11:34 718864955371: Layer already exists 02:11:34 51c1b7902bb1: Layer already exists 02:11:34 b09a9f6b8036: Layer already exists 02:11:34 eb2f18ac453a: Layer already exists 02:11:34 994456c4fd7b: Layer already exists 02:11:34 4.1.0-dev.40: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:11:35 b09a9f6b8036: Preparing 02:11:35 75e97dbfd8b0: Preparing 02:11:35 718864955371: Preparing 02:11:35 51c1b7902bb1: Preparing 02:11:35 a25fe977db5a: Preparing 02:11:35 eb2f18ac453a: Preparing 02:11:35 994456c4fd7b: Preparing 02:11:35 eb2f18ac453a: Waiting 02:11:35 994456c4fd7b: Waiting 02:11:35 b09a9f6b8036: Layer already exists 02:11:35 718864955371: Layer already exists 02:11:35 a25fe977db5a: Layer already exists 02:11:35 75e97dbfd8b0: Layer already exists 02:11:35 51c1b7902bb1: Layer already exists 02:11:35 eb2f18ac453a: Layer already exists 02:11:35 994456c4fd7b: Layer already exists 02:11:35 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 02:11:36 b09a9f6b8036: Preparing 02:11:36 75e97dbfd8b0: Preparing 02:11:36 718864955371: Preparing 02:11:36 51c1b7902bb1: Preparing 02:11:36 a25fe977db5a: Preparing 02:11:36 eb2f18ac453a: Preparing 02:11:36 994456c4fd7b: Preparing 02:11:36 eb2f18ac453a: Waiting 02:11:36 994456c4fd7b: Waiting 02:11:36 51c1b7902bb1: Layer already exists 02:11:36 a25fe977db5a: Layer already exists 02:11:36 b09a9f6b8036: Layer already exists 02:11:36 75e97dbfd8b0: Layer already exists 02:11:36 718864955371: Layer already exists 02:11:36 994456c4fd7b: Layer already exists 02:11:36 eb2f18ac453a: Layer already exists 02:11:36 main: digest: sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:36 ===================================================== [Pipeline] echo 02:11:36 taggedImages: 02:11:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:11:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 02:11:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:36 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 02:11:36 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 02:11:36 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:36 latest 02:11:36 4.1.0-dev.40 02:11:36 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:36 main 02:11:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:36 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:11:36 92fefc0652b3: Preparing 02:11:36 5e34a234a175: Preparing 02:11:36 80990c0efa59: Preparing 02:11:36 718864955371: Preparing 02:11:36 51c1b7902bb1: Preparing 02:11:36 a2e3a9a4bd55: Preparing 02:11:36 4adda847589b: Preparing 02:11:36 12f04856ff1c: Preparing 02:11:36 93f4a1b04797: Preparing 02:11:36 994456c4fd7b: Preparing 02:11:36 4adda847589b: Waiting 02:11:36 12f04856ff1c: Waiting 02:11:36 994456c4fd7b: Waiting 02:11:36 a2e3a9a4bd55: Waiting 02:11:36 93f4a1b04797: Waiting 02:11:36 718864955371: Layer already exists 02:11:36 51c1b7902bb1: Layer already exists 02:11:36 80990c0efa59: Pushed 02:11:36 92fefc0652b3: Pushed 02:11:36 5e34a234a175: Pushed 02:11:36 994456c4fd7b: Layer already exists 02:11:36 12f04856ff1c: Pushed 02:11:37 93f4a1b04797: Pushed 02:11:42 4adda847589b: Pushed 02:11:52 a2e3a9a4bd55: Pushed 02:11:52 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:11:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:11:53 92fefc0652b3: Preparing 02:11:53 5e34a234a175: Preparing 02:11:53 80990c0efa59: Preparing 02:11:53 718864955371: Preparing 02:11:53 51c1b7902bb1: Preparing 02:11:53 a2e3a9a4bd55: Preparing 02:11:53 4adda847589b: Preparing 02:11:53 12f04856ff1c: Preparing 02:11:53 93f4a1b04797: Preparing 02:11:53 994456c4fd7b: Preparing 02:11:53 4adda847589b: Waiting 02:11:53 12f04856ff1c: Waiting 02:11:53 93f4a1b04797: Waiting 02:11:53 994456c4fd7b: Waiting 02:11:53 a2e3a9a4bd55: Waiting 02:11:53 80990c0efa59: Layer already exists 02:11:53 718864955371: Layer already exists 02:11:53 5e34a234a175: Layer already exists 02:11:53 92fefc0652b3: Layer already exists 02:11:53 51c1b7902bb1: Layer already exists 02:11:53 a2e3a9a4bd55: Layer already exists 02:11:53 12f04856ff1c: Layer already exists 02:11:53 4adda847589b: Layer already exists 02:11:53 93f4a1b04797: Layer already exists 02:11:53 994456c4fd7b: Layer already exists 02:11:53 latest: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:53 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 02:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:11:54 92fefc0652b3: Preparing 02:11:54 5e34a234a175: Preparing 02:11:54 80990c0efa59: Preparing 02:11:54 718864955371: Preparing 02:11:54 51c1b7902bb1: Preparing 02:11:54 a2e3a9a4bd55: Preparing 02:11:54 4adda847589b: Preparing 02:11:54 12f04856ff1c: Preparing 02:11:54 93f4a1b04797: Preparing 02:11:54 994456c4fd7b: Preparing 02:11:54 4adda847589b: Waiting 02:11:54 12f04856ff1c: Waiting 02:11:54 994456c4fd7b: Waiting 02:11:54 93f4a1b04797: Waiting 02:11:54 a2e3a9a4bd55: Waiting 02:11:54 92fefc0652b3: Layer already exists 02:11:54 80990c0efa59: Layer already exists 02:11:54 718864955371: Layer already exists 02:11:54 51c1b7902bb1: Layer already exists 02:11:54 5e34a234a175: Layer already exists 02:11:54 a2e3a9a4bd55: Layer already exists 02:11:54 93f4a1b04797: Layer already exists 02:11:54 4adda847589b: Layer already exists 02:11:54 12f04856ff1c: Layer already exists 02:11:54 994456c4fd7b: Layer already exists 02:11:54 4.1.0-dev.40: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:54 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:11:54 92fefc0652b3: Preparing 02:11:54 5e34a234a175: Preparing 02:11:54 80990c0efa59: Preparing 02:11:54 718864955371: Preparing 02:11:54 51c1b7902bb1: Preparing 02:11:54 a2e3a9a4bd55: Preparing 02:11:54 4adda847589b: Preparing 02:11:54 12f04856ff1c: Preparing 02:11:54 93f4a1b04797: Preparing 02:11:54 994456c4fd7b: Preparing 02:11:54 a2e3a9a4bd55: Waiting 02:11:54 4adda847589b: Waiting 02:11:54 12f04856ff1c: Waiting 02:11:54 994456c4fd7b: Waiting 02:11:54 93f4a1b04797: Waiting 02:11:54 5e34a234a175: Layer already exists 02:11:54 92fefc0652b3: Layer already exists 02:11:54 80990c0efa59: Layer already exists 02:11:54 718864955371: Layer already exists 02:11:54 51c1b7902bb1: Layer already exists 02:11:54 a2e3a9a4bd55: Layer already exists 02:11:54 994456c4fd7b: Layer already exists 02:11:54 12f04856ff1c: Layer already exists 02:11:54 93f4a1b04797: Layer already exists 02:11:54 4adda847589b: Layer already exists 02:11:54 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 02:11:55 92fefc0652b3: Preparing 02:11:55 5e34a234a175: Preparing 02:11:55 80990c0efa59: Preparing 02:11:55 718864955371: Preparing 02:11:55 51c1b7902bb1: Preparing 02:11:55 a2e3a9a4bd55: Preparing 02:11:55 4adda847589b: Preparing 02:11:55 12f04856ff1c: Preparing 02:11:55 93f4a1b04797: Preparing 02:11:55 994456c4fd7b: Preparing 02:11:55 a2e3a9a4bd55: Waiting 02:11:55 4adda847589b: Waiting 02:11:55 12f04856ff1c: Waiting 02:11:55 93f4a1b04797: Waiting 02:11:55 994456c4fd7b: Waiting 02:11:55 51c1b7902bb1: Layer already exists 02:11:55 5e34a234a175: Layer already exists 02:11:55 92fefc0652b3: Layer already exists 02:11:55 718864955371: Layer already exists 02:11:55 80990c0efa59: Layer already exists 02:11:55 a2e3a9a4bd55: Layer already exists 02:11:55 4adda847589b: Layer already exists 02:11:55 994456c4fd7b: Layer already exists 02:11:55 93f4a1b04797: Layer already exists 02:11:55 12f04856ff1c: Layer already exists 02:11:55 main: digest: sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:11:55 ===================================================== [Pipeline] echo 02:11:55 taggedImages: 02:11:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:11:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 02:11:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:55 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 02:11:55 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 02:11:55 1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:55 latest 02:11:55 4.1.0-dev.40 02:11:55 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:11:55 main 02:11:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:55 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:11:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 02:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:11:56 c271f6645c9d: Preparing 02:11:56 53803812a27a: Preparing 02:11:56 1577a882e8b0: Preparing 02:11:56 718864955371: Preparing 02:11:56 51c1b7902bb1: Preparing 02:11:56 d0a6b7637278: Preparing 02:11:56 02a489ed27aa: Preparing 02:11:56 1300b75a7cfc: Preparing 02:11:56 994456c4fd7b: Preparing 02:11:56 02a489ed27aa: Waiting 02:11:56 1300b75a7cfc: Waiting 02:11:56 d0a6b7637278: Waiting 02:11:56 994456c4fd7b: Waiting 02:11:56 718864955371: Layer already exists 02:11:56 51c1b7902bb1: Layer already exists 02:11:56 1577a882e8b0: Pushed 02:11:56 c271f6645c9d: Pushed 02:11:56 53803812a27a: Pushed 02:11:56 994456c4fd7b: Layer already exists 02:11:56 1300b75a7cfc: Pushed 02:11:56 02a489ed27aa: Pushed 02:12:09 d0a6b7637278: Pushed 02:12:09 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:09 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:12:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:12:09 c271f6645c9d: Preparing 02:12:09 53803812a27a: Preparing 02:12:09 1577a882e8b0: Preparing 02:12:09 718864955371: Preparing 02:12:09 51c1b7902bb1: Preparing 02:12:09 d0a6b7637278: Preparing 02:12:09 02a489ed27aa: Preparing 02:12:09 1300b75a7cfc: Preparing 02:12:09 994456c4fd7b: Preparing 02:12:09 02a489ed27aa: Waiting 02:12:09 994456c4fd7b: Waiting 02:12:09 1300b75a7cfc: Waiting 02:12:09 d0a6b7637278: Waiting 02:12:09 718864955371: Layer already exists 02:12:09 51c1b7902bb1: Layer already exists 02:12:09 53803812a27a: Layer already exists 02:12:09 c271f6645c9d: Layer already exists 02:12:09 1577a882e8b0: Layer already exists 02:12:09 02a489ed27aa: Layer already exists 02:12:09 d0a6b7637278: Layer already exists 02:12:09 1300b75a7cfc: Layer already exists 02:12:09 994456c4fd7b: Layer already exists 02:12:09 latest: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 02:12:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:12:10 c271f6645c9d: Preparing 02:12:10 53803812a27a: Preparing 02:12:10 1577a882e8b0: Preparing 02:12:10 718864955371: Preparing 02:12:10 51c1b7902bb1: Preparing 02:12:10 d0a6b7637278: Preparing 02:12:10 02a489ed27aa: Preparing 02:12:10 1300b75a7cfc: Preparing 02:12:10 994456c4fd7b: Preparing 02:12:10 d0a6b7637278: Waiting 02:12:10 02a489ed27aa: Waiting 02:12:10 1300b75a7cfc: Waiting 02:12:10 994456c4fd7b: Waiting 02:12:10 718864955371: Layer already exists 02:12:10 51c1b7902bb1: Layer already exists 02:12:10 c271f6645c9d: Layer already exists 02:12:10 53803812a27a: Layer already exists 02:12:10 1577a882e8b0: Layer already exists 02:12:10 1300b75a7cfc: Layer already exists 02:12:10 d0a6b7637278: Layer already exists 02:12:10 02a489ed27aa: Layer already exists 02:12:10 994456c4fd7b: Layer already exists 02:12:10 4.1.0-dev.40: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:12:11 c271f6645c9d: Preparing 02:12:11 53803812a27a: Preparing 02:12:11 1577a882e8b0: Preparing 02:12:11 718864955371: Preparing 02:12:11 51c1b7902bb1: Preparing 02:12:11 d0a6b7637278: Preparing 02:12:11 02a489ed27aa: Preparing 02:12:11 1300b75a7cfc: Preparing 02:12:11 994456c4fd7b: Preparing 02:12:11 d0a6b7637278: Waiting 02:12:11 02a489ed27aa: Waiting 02:12:11 1300b75a7cfc: Waiting 02:12:11 994456c4fd7b: Waiting 02:12:11 51c1b7902bb1: Layer already exists 02:12:11 c271f6645c9d: Layer already exists 02:12:11 718864955371: Layer already exists 02:12:11 1577a882e8b0: Layer already exists 02:12:11 53803812a27a: Layer already exists 02:12:11 1300b75a7cfc: Layer already exists 02:12:11 02a489ed27aa: Layer already exists 02:12:11 994456c4fd7b: Layer already exists 02:12:11 d0a6b7637278: Layer already exists 02:12:11 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 02:12:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 02:12:11 c271f6645c9d: Preparing 02:12:11 53803812a27a: Preparing 02:12:11 1577a882e8b0: Preparing 02:12:11 718864955371: Preparing 02:12:11 51c1b7902bb1: Preparing 02:12:11 d0a6b7637278: Preparing 02:12:11 02a489ed27aa: Preparing 02:12:11 1300b75a7cfc: Preparing 02:12:11 d0a6b7637278: Waiting 02:12:11 02a489ed27aa: Waiting 02:12:11 994456c4fd7b: Preparing 02:12:11 1300b75a7cfc: Waiting 02:12:11 994456c4fd7b: Waiting 02:12:11 1577a882e8b0: Layer already exists 02:12:11 53803812a27a: Layer already exists 02:12:11 718864955371: Layer already exists 02:12:11 c271f6645c9d: Layer already exists 02:12:11 51c1b7902bb1: Layer already exists 02:12:11 1300b75a7cfc: Layer already exists 02:12:11 994456c4fd7b: Layer already exists 02:12:11 d0a6b7637278: Layer already exists 02:12:11 02a489ed27aa: Layer already exists 02:12:11 main: digest: sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:11 ===================================================== [Pipeline] echo 02:12:11 taggedImages: 02:12:11 - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:11 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:12:11 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 02:12:11 - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:11 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 02:12:11 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 02:12:11 1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:11 latest 02:12:11 4.1.0-dev.40 02:12:11 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:11 main 02:12:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:12 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:12:12 92fefc0652b3: Preparing 02:12:12 2aeae09844e4: Preparing 02:12:12 00d82ee09060: Preparing 02:12:12 718864955371: Preparing 02:12:12 51c1b7902bb1: Preparing 02:12:12 d0a6b7637278: Preparing 02:12:12 12f04856ff1c: Preparing 02:12:12 93f4a1b04797: Preparing 02:12:12 994456c4fd7b: Preparing 02:12:12 d0a6b7637278: Waiting 02:12:12 12f04856ff1c: Waiting 02:12:12 93f4a1b04797: Waiting 02:12:12 994456c4fd7b: Waiting 02:12:12 51c1b7902bb1: Layer already exists 02:12:12 92fefc0652b3: Layer already exists 02:12:12 718864955371: Layer already exists 02:12:12 d0a6b7637278: Layer already exists 02:12:12 12f04856ff1c: Layer already exists 02:12:12 93f4a1b04797: Layer already exists 02:12:12 994456c4fd7b: Layer already exists 02:12:12 00d82ee09060: Pushed 02:12:12 2aeae09844e4: Pushed 02:12:12 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:12:13 92fefc0652b3: Preparing 02:12:13 2aeae09844e4: Preparing 02:12:13 00d82ee09060: Preparing 02:12:13 718864955371: Preparing 02:12:13 51c1b7902bb1: Preparing 02:12:13 d0a6b7637278: Preparing 02:12:13 12f04856ff1c: Preparing 02:12:13 93f4a1b04797: Preparing 02:12:13 994456c4fd7b: Preparing 02:12:13 d0a6b7637278: Waiting 02:12:13 12f04856ff1c: Waiting 02:12:13 93f4a1b04797: Waiting 02:12:13 994456c4fd7b: Waiting 02:12:13 51c1b7902bb1: Layer already exists 02:12:13 92fefc0652b3: Layer already exists 02:12:13 00d82ee09060: Layer already exists 02:12:13 2aeae09844e4: Layer already exists 02:12:13 718864955371: Layer already exists 02:12:13 d0a6b7637278: Layer already exists 02:12:13 93f4a1b04797: Layer already exists 02:12:13 12f04856ff1c: Layer already exists 02:12:13 994456c4fd7b: Layer already exists 02:12:13 latest: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:13 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 02:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:12:14 92fefc0652b3: Preparing 02:12:14 2aeae09844e4: Preparing 02:12:14 00d82ee09060: Preparing 02:12:14 718864955371: Preparing 02:12:14 51c1b7902bb1: Preparing 02:12:14 d0a6b7637278: Preparing 02:12:14 12f04856ff1c: Preparing 02:12:14 93f4a1b04797: Preparing 02:12:14 994456c4fd7b: Preparing 02:12:14 d0a6b7637278: Waiting 02:12:14 994456c4fd7b: Waiting 02:12:14 12f04856ff1c: Waiting 02:12:14 93f4a1b04797: Waiting 02:12:14 92fefc0652b3: Layer already exists 02:12:14 51c1b7902bb1: Layer already exists 02:12:14 00d82ee09060: Layer already exists 02:12:14 2aeae09844e4: Layer already exists 02:12:14 718864955371: Layer already exists 02:12:14 994456c4fd7b: Layer already exists 02:12:14 d0a6b7637278: Layer already exists 02:12:14 93f4a1b04797: Layer already exists 02:12:14 12f04856ff1c: Layer already exists 02:12:14 4.1.0-dev.40: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:12:14 92fefc0652b3: Preparing 02:12:14 2aeae09844e4: Preparing 02:12:14 00d82ee09060: Preparing 02:12:14 718864955371: Preparing 02:12:14 51c1b7902bb1: Preparing 02:12:14 d0a6b7637278: Preparing 02:12:14 12f04856ff1c: Preparing 02:12:14 93f4a1b04797: Preparing 02:12:14 994456c4fd7b: Preparing 02:12:14 d0a6b7637278: Waiting 02:12:14 994456c4fd7b: Waiting 02:12:14 12f04856ff1c: Waiting 02:12:14 93f4a1b04797: Waiting 02:12:14 51c1b7902bb1: Layer already exists 02:12:14 00d82ee09060: Layer already exists 02:12:14 718864955371: Layer already exists 02:12:14 2aeae09844e4: Layer already exists 02:12:14 92fefc0652b3: Layer already exists 02:12:14 93f4a1b04797: Layer already exists 02:12:14 d0a6b7637278: Layer already exists 02:12:14 12f04856ff1c: Layer already exists 02:12:14 994456c4fd7b: Layer already exists 02:12:14 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:15 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 02:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 02:12:15 92fefc0652b3: Preparing 02:12:15 2aeae09844e4: Preparing 02:12:15 00d82ee09060: Preparing 02:12:15 718864955371: Preparing 02:12:15 51c1b7902bb1: Preparing 02:12:15 d0a6b7637278: Preparing 02:12:15 12f04856ff1c: Preparing 02:12:15 93f4a1b04797: Preparing 02:12:15 994456c4fd7b: Preparing 02:12:15 12f04856ff1c: Waiting 02:12:15 93f4a1b04797: Waiting 02:12:15 994456c4fd7b: Waiting 02:12:15 d0a6b7637278: Waiting 02:12:15 51c1b7902bb1: Layer already exists 02:12:15 00d82ee09060: Layer already exists 02:12:15 92fefc0652b3: Layer already exists 02:12:15 2aeae09844e4: Layer already exists 02:12:15 718864955371: Layer already exists 02:12:15 d0a6b7637278: Layer already exists 02:12:15 12f04856ff1c: Layer already exists 02:12:15 994456c4fd7b: Layer already exists 02:12:15 93f4a1b04797: Layer already exists 02:12:15 main: digest: sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:15 ===================================================== [Pipeline] echo 02:12:15 taggedImages: 02:12:15 - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:15 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:12:15 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 02:12:15 - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:15 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 02:12:15 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 02:12:15 1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:15 latest 02:12:15 4.1.0-dev.40 02:12:15 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:15 main 02:12:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:12:16 ad80adb2ddeb: Preparing 02:12:16 c17906ef8592: Preparing 02:12:16 718864955371: Preparing 02:12:16 51c1b7902bb1: Preparing 02:12:16 6f5b36accb38: Preparing 02:12:16 03b953ac929f: Preparing 02:12:16 994456c4fd7b: Preparing 02:12:16 03b953ac929f: Waiting 02:12:16 994456c4fd7b: Waiting 02:12:16 51c1b7902bb1: Layer already exists 02:12:16 718864955371: Layer already exists 02:12:16 994456c4fd7b: Layer already exists 02:12:16 ad80adb2ddeb: Pushed 02:12:16 03b953ac929f: Pushed 02:12:16 6f5b36accb38: Pushed 02:12:20 c17906ef8592: Pushed 02:12:20 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 02:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:12:21 ad80adb2ddeb: Preparing 02:12:21 c17906ef8592: Preparing 02:12:21 718864955371: Preparing 02:12:21 51c1b7902bb1: Preparing 02:12:21 6f5b36accb38: Preparing 02:12:21 03b953ac929f: Preparing 02:12:21 994456c4fd7b: Preparing 02:12:21 03b953ac929f: Waiting 02:12:21 994456c4fd7b: Waiting 02:12:21 6f5b36accb38: Layer already exists 02:12:21 c17906ef8592: Layer already exists 02:12:21 718864955371: Layer already exists 02:12:21 51c1b7902bb1: Layer already exists 02:12:21 ad80adb2ddeb: Layer already exists 02:12:21 03b953ac929f: Layer already exists 02:12:21 994456c4fd7b: Layer already exists 02:12:21 latest: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:21 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 02:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:12:22 ad80adb2ddeb: Preparing 02:12:22 c17906ef8592: Preparing 02:12:22 718864955371: Preparing 02:12:22 51c1b7902bb1: Preparing 02:12:22 6f5b36accb38: Preparing 02:12:22 03b953ac929f: Preparing 02:12:22 994456c4fd7b: Preparing 02:12:22 03b953ac929f: Waiting 02:12:22 994456c4fd7b: Waiting 02:12:22 718864955371: Layer already exists 02:12:22 c17906ef8592: Layer already exists 02:12:22 6f5b36accb38: Layer already exists 02:12:22 ad80adb2ddeb: Layer already exists 02:12:22 51c1b7902bb1: Layer already exists 02:12:22 03b953ac929f: Layer already exists 02:12:22 994456c4fd7b: Layer already exists 02:12:22 4.1.0-dev.40: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:22 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:22 + docker push nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:12:22 ad80adb2ddeb: Preparing 02:12:22 c17906ef8592: Preparing 02:12:22 718864955371: Preparing 02:12:22 51c1b7902bb1: Preparing 02:12:22 6f5b36accb38: Preparing 02:12:22 03b953ac929f: Preparing 02:12:22 994456c4fd7b: Preparing 02:12:22 03b953ac929f: Waiting 02:12:22 994456c4fd7b: Waiting 02:12:22 6f5b36accb38: Layer already exists 02:12:22 ad80adb2ddeb: Layer already exists 02:12:22 51c1b7902bb1: Layer already exists 02:12:22 c17906ef8592: Layer already exists 02:12:22 718864955371: Layer already exists 02:12:22 994456c4fd7b: Layer already exists 02:12:22 03b953ac929f: Layer already exists 02:12:22 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:23 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:23 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 02:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 02:12:23 ad80adb2ddeb: Preparing 02:12:23 c17906ef8592: Preparing 02:12:23 718864955371: Preparing 02:12:23 51c1b7902bb1: Preparing 02:12:23 6f5b36accb38: Preparing 02:12:23 03b953ac929f: Preparing 02:12:23 994456c4fd7b: Preparing 02:12:23 994456c4fd7b: Waiting 02:12:23 03b953ac929f: Waiting 02:12:23 c17906ef8592: Layer already exists 02:12:23 6f5b36accb38: Layer already exists 02:12:23 718864955371: Layer already exists 02:12:23 51c1b7902bb1: Layer already exists 02:12:23 ad80adb2ddeb: Layer already exists 02:12:23 994456c4fd7b: Layer already exists 02:12:23 03b953ac929f: Layer already exists 02:12:23 main: digest: sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:23 ===================================================== [Pipeline] echo 02:12:23 taggedImages: 02:12:23 - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:23 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:12:23 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 02:12:23 - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:23 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 02:12:23 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 02:12:23 1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:23 latest 02:12:23 4.1.0-dev.40 02:12:23 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:23 main 02:12:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:12:24 3e5a2de1d551: Preparing 02:12:24 2ea830fb2dbb: Preparing 02:12:24 718864955371: Preparing 02:12:24 51c1b7902bb1: Preparing 02:12:24 6ee036440e9a: Preparing 02:12:24 f75684caff9d: Preparing 02:12:24 994456c4fd7b: Preparing 02:12:24 f75684caff9d: Waiting 02:12:24 994456c4fd7b: Waiting 02:12:24 718864955371: Layer already exists 02:12:24 51c1b7902bb1: Layer already exists 02:12:24 994456c4fd7b: Layer already exists 02:12:24 3e5a2de1d551: Pushed 02:12:24 f75684caff9d: Pushed 02:12:24 6ee036440e9a: Pushed 02:12:29 2ea830fb2dbb: Pushed 02:12:29 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:29 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:12:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:12:29 3e5a2de1d551: Preparing 02:12:29 2ea830fb2dbb: Preparing 02:12:29 718864955371: Preparing 02:12:29 51c1b7902bb1: Preparing 02:12:29 6ee036440e9a: Preparing 02:12:29 f75684caff9d: Preparing 02:12:29 994456c4fd7b: Preparing 02:12:29 994456c4fd7b: Waiting 02:12:29 f75684caff9d: Waiting 02:12:29 51c1b7902bb1: Layer already exists 02:12:29 3e5a2de1d551: Layer already exists 02:12:29 718864955371: Layer already exists 02:12:29 2ea830fb2dbb: Layer already exists 02:12:29 6ee036440e9a: Layer already exists 02:12:29 f75684caff9d: Layer already exists 02:12:29 994456c4fd7b: Layer already exists 02:12:29 latest: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 02:12:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:12:30 3e5a2de1d551: Preparing 02:12:30 2ea830fb2dbb: Preparing 02:12:30 718864955371: Preparing 02:12:30 51c1b7902bb1: Preparing 02:12:30 6ee036440e9a: Preparing 02:12:30 f75684caff9d: Preparing 02:12:30 994456c4fd7b: Preparing 02:12:30 f75684caff9d: Waiting 02:12:30 994456c4fd7b: Waiting 02:12:30 3e5a2de1d551: Layer already exists 02:12:30 6ee036440e9a: Layer already exists 02:12:30 718864955371: Layer already exists 02:12:30 51c1b7902bb1: Layer already exists 02:12:30 2ea830fb2dbb: Layer already exists 02:12:30 994456c4fd7b: Layer already exists 02:12:30 f75684caff9d: Layer already exists 02:12:30 4.1.0-dev.40: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:12:31 3e5a2de1d551: Preparing 02:12:31 2ea830fb2dbb: Preparing 02:12:31 718864955371: Preparing 02:12:31 51c1b7902bb1: Preparing 02:12:31 6ee036440e9a: Preparing 02:12:31 f75684caff9d: Preparing 02:12:31 994456c4fd7b: Preparing 02:12:31 f75684caff9d: Waiting 02:12:31 994456c4fd7b: Waiting 02:12:31 2ea830fb2dbb: Layer already exists 02:12:31 718864955371: Layer already exists 02:12:31 3e5a2de1d551: Layer already exists 02:12:31 51c1b7902bb1: Layer already exists 02:12:31 6ee036440e9a: Layer already exists 02:12:31 f75684caff9d: Layer already exists 02:12:31 994456c4fd7b: Layer already exists 02:12:31 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:31 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:12:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 02:12:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 02:12:31 3e5a2de1d551: Preparing 02:12:31 2ea830fb2dbb: Preparing 02:12:31 718864955371: Preparing 02:12:31 51c1b7902bb1: Preparing 02:12:31 6ee036440e9a: Preparing 02:12:31 f75684caff9d: Preparing 02:12:31 994456c4fd7b: Preparing 02:12:31 f75684caff9d: Waiting 02:12:31 994456c4fd7b: Waiting 02:12:31 3e5a2de1d551: Layer already exists 02:12:31 2ea830fb2dbb: Layer already exists 02:12:31 51c1b7902bb1: Layer already exists 02:12:31 718864955371: Layer already exists 02:12:31 6ee036440e9a: Layer already exists 02:12:31 f75684caff9d: Layer already exists 02:12:31 994456c4fd7b: Layer already exists 02:12:31 main: digest: sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:31 ===================================================== [Pipeline] echo 02:12:31 taggedImages: 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo 02:12:31 ========================================================= 02:12:31 [edgeXBuildMultiArch] RAW Config: 02:12:31 images: 02:12:31 - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/core-command:latest 02:12:31 - nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-command:main 02:12:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:12:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:12:31 - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/core-data:latest 02:12:31 - nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-data:main 02:12:31 - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/core-keeper:latest 02:12:31 - nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-keeper:main 02:12:31 - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/core-metadata:latest 02:12:31 - nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/core-metadata:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-config:main 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/security-spire-server:main 02:12:31 - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/support-notifications:latest 02:12:31 - nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/support-notifications:main 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:12:31 - nexus3.edgexfoundry.org:10004/support-scheduler:main 02:12:31 settingsFile: 02:12:31 edgex-go-settings 02:12:31 ========================================================= [Pipeline] node 02:12:46 Still waiting to schedule task 02:12:46 All nodes of label ‘centos7-docker-4c-2g’ are offline 02:13:08 Running on prd-centos7-docker-4c-2g-4953 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:13:08 provisioning config files... 02:13:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config15317388944641382538tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:13:10 ---> ****-login.sh 02:13:10 nexus3.edgexfoundry.org:10001 02:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:13:10 Configure a credential helper to remove this warning. See 02:13:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:13:10 02:13:10 Login Succeeded 02:13:10 nexus3.edgexfoundry.org:10002 02:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:13:10 Configure a credential helper to remove this warning. See 02:13:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:13:10 02:13:10 Login Succeeded 02:13:10 nexus3.edgexfoundry.org:10003 02:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:13:10 Configure a credential helper to remove this warning. See 02:13:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:13:10 02:13:10 Login Succeeded 02:13:10 nexus3.edgexfoundry.org:10004 02:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:13:11 Configure a credential helper to remove this warning. See 02:13:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:13:11 02:13:11 Login Succeeded 02:13:11 ****.io 02:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:13:11 Configure a credential helper to remove this warning. See 02:13:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:13:11 02:13:11 Login Succeeded 02:13:11 ---> ****-login.sh ends [Pipeline] } 02:13:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:13:11 + docker buildx ls 02:13:11 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:13:11 default * docker 02:13:11 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:13:12 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 02:13:12 edgex-builder [Pipeline] sh 02:13:12 + docker buildx inspect --bootstrap 02:13:12 #1 [internal] booting buildkit 02:13:12 #1 pulling image moby/buildkit:buildx-stable-1 02:13:16 #1 pulling image moby/buildkit:buildx-stable-1 3.5s done 02:13:16 #1 creating container buildx_buildkit_edgex-builder0 02:13:17 #1 creating container buildx_buildkit_edgex-builder0 1.4s done 02:13:17 #1 DONE 4.9s 02:13:17 Name: edgex-builder 02:13:17 Driver: docker-container 02:13:17 02:13:17 Nodes: 02:13:17 Name: edgex-builder0 02:13:17 Endpoint: unix:///var/run/docker.sock 02:13:17 Status: running 02:13:17 Buildkit: v0.22.0 02:13:17 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 02:13:17 + docker buildx ls 02:13:17 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 02:13:17 edgex-builder * docker-container 02:13:17 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 02:13:17 default docker 02:13:17 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 02:13:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:18 #1 [internal] load build definition from Dockerfile 02:13:18 #1 transferring dockerfile: 197B done 02:13:18 #1 DONE 0.1s 02:13:18 02:13:18 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:18 #2 DONE 0.1s 02:13:18 02:13:18 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:18 #3 DONE 0.1s 02:13:18 02:13:18 #4 [internal] load .dockerignore 02:13:18 #4 transferring context: 2B done 02:13:18 #4 DONE 0.0s 02:13:18 02:13:18 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:18 #5 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:18 #5 DONE 0.0s 02:13:18 02:13:18 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:18 #6 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:18 #6 DONE 0.1s 02:13:18 02:13:18 #7 exporting to image 02:13:18 #7 exporting layers done 02:13:18 #7 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d 0.0s done 02:13:18 #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 02:13:18 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:18 #7 ... 02:13:18 02:13:18 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:13:18 #8 DONE 0.0s 02:13:18 02:13:18 #7 exporting to image 02:13:18 #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done 02:13:18 #7 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done 02:13:18 #7 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done 02:13:18 #7 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done 02:13:18 #7 pushing layers 0.1s done 02:13:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 02:13:18 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done 02:13:18 #7 DONE 0.2s 02:13:18 02:13:18 1 warning found (use --debug to expand): 02:13:18  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:latest' 02:13:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:latest --push - 02:13:19 #1 [internal] load build definition from Dockerfile 02:13:19 #1 transferring dockerfile: 163B done 02:13:19 #1 DONE 0.0s 02:13:19 02:13:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:13:19 #2 DONE 0.0s 02:13:19 02:13:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:latest 02:13:19 #3 DONE 0.0s 02:13:19 02:13:19 #4 [internal] load .dockerignore 02:13:19 #4 transferring context: 2B done 02:13:19 #4 DONE 0.0s 02:13:19 02:13:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:19 #5 CACHED 02:13:19 02:13:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:19 #6 resolve nexus3.edgexfoundry.org:10004/core-command:latest@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:19 #6 CACHED 02:13:19 02:13:19 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:13:19 #7 DONE 0.0s 02:13:19 02:13:19 #8 exporting to image 02:13:19 #8 exporting layers done 02:13:19 #8 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done 02:13:19 #8 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done 02:13:19 #8 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done 02:13:19 #8 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done 02:13:19 #8 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done 02:13:19 #8 pushing layers 0.0s done 02:13:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:latest@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done 02:13:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:19 #8 DONE 0.1s 02:13:19 02:13:19 1 warning found (use --debug to expand): 02:13:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40' 02:13:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 --push - 02:13:19 #1 [internal] load build definition from Dockerfile 02:13:19 #1 transferring dockerfile: 169B done 02:13:19 #1 DONE 0.0s 02:13:19 02:13:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 02:13:19 #2 DONE 0.0s 02:13:19 02:13:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40 02:13:19 #3 DONE 0.0s 02:13:19 02:13:19 #4 [internal] load .dockerignore 02:13:19 #4 transferring context: 2B done 02:13:19 #4 DONE 0.0s 02:13:19 02:13:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:19 #5 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:19 #5 CACHED 02:13:19 02:13:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:19 #6 resolve nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:19 #6 CACHED 02:13:19 02:13:19 #7 exporting to image 02:13:19 #7 exporting layers done 02:13:19 #7 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done 02:13:19 #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 02:13:19 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:20 #7 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done 02:13:20 #7 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done 02:13:20 #7 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done 02:13:20 #7 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done 02:13:20 #7 pushing layers 0.0s done 02:13:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:4.1.0-dev.40@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done 02:13:20 #7 DONE 0.1s 02:13:20 02:13:20 #8 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:13:20 #8 DONE 0.0s 02:13:20 02:13:20 1 warning found (use --debug to expand): 02:13:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:20 #1 [internal] load build definition from Dockerfile 02:13:20 #1 transferring dockerfile: 210B done 02:13:20 #1 DONE 0.0s 02:13:20 02:13:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:20 #2 DONE 0.0s 02:13:20 02:13:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:20 #3 DONE 0.0s 02:13:20 02:13:20 #4 [internal] load .dockerignore 02:13:20 #4 transferring context: 2B done 02:13:20 #4 DONE 0.0s 02:13:20 02:13:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:20 #5 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:20 #5 DONE 0.0s 02:13:20 02:13:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:20 #6 resolve nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:20 #6 CACHED 02:13:20 02:13:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:20 #5 CACHED 02:13:20 02:13:20 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:13:20 #7 DONE 0.0s 02:13:20 02:13:20 #8 exporting to image 02:13:20 #8 exporting layers done 02:13:20 #8 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done 02:13:20 #8 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done 02:13:20 #8 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done 02:13:20 #8 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done 02:13:20 #8 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done 02:13:20 #8 pushing layers 0.0s done 02:13:20 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done 02:13:20 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:20 #8 DONE 0.1s 02:13:20 02:13:20 1 warning found (use --debug to expand): 02:13:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-command:main' 02:13:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-command:main --push - 02:13:20 #1 [internal] load build definition from Dockerfile 02:13:20 #1 transferring dockerfile: 161B done 02:13:20 #1 DONE 0.0s 02:13:20 02:13:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:13:20 #2 DONE 0.0s 02:13:20 02:13:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-command:main 02:13:20 #3 DONE 0.0s 02:13:20 02:13:20 #4 [internal] load .dockerignore 02:13:20 #4 transferring context: 2B done 02:13:20 #4 DONE 0.0s 02:13:20 02:13:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:20 #5 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:20 #5 CACHED 02:13:20 02:13:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 02:13:21 #6 resolve nexus3.edgexfoundry.org:10004/core-command:main@sha256:eea25f933ce3d28beb8b3d799664ee380d194885639daaf8d76ac5976e35a26b 0.0s done 02:13:21 #6 CACHED 02:13:21 02:13:21 #7 [auth] core-command:pull,push token for nexus3.edgexfoundry.org:10004 02:13:21 #7 DONE 0.0s 02:13:21 02:13:21 #8 exporting to image 02:13:21 #8 exporting layers done 02:13:21 #8 exporting manifest sha256:2b511e0e1392bfb9130fed5d658a8cacb4810b45f1a2129dcdb5742a1b514b6d done 02:13:21 #8 exporting config sha256:3fa195e5287ae48455c11b8d7ce7715619f6c74d50c32a51601ae69123eaaa98 done 02:13:21 #8 exporting manifest sha256:520cfac06a1f95bec7a769911b7a8ec067ea521d1361c4027d649666100fdd07 done 02:13:21 #8 exporting config sha256:c7e55ce05e5e773328faa2356434c8ea872e7dfda9d4ab693fcf6f86ef533910 done 02:13:21 #8 exporting manifest list sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 done 02:13:21 #8 pushing layers 0.0s done 02:13:21 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-command:main@sha256:5bfedda976ab5d0adca73824d892892fc69cfe37af164c4a7d97c0d679388312 0.1s done 02:13:21 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:21 #8 DONE 0.1s 02:13:21 02:13:21 1 warning found (use --debug to expand): 02:13:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:21 #1 [internal] load build definition from Dockerfile 02:13:21 #1 transferring dockerfile: 216B done 02:13:21 #1 DONE 0.0s 02:13:21 02:13:21 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:21 #2 DONE 0.0s 02:13:21 02:13:21 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:21 #3 DONE 0.0s 02:13:21 02:13:21 #4 [internal] load .dockerignore 02:13:21 #4 transferring context: 2B done 02:13:21 #4 DONE 0.0s 02:13:21 02:13:21 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:21 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:21 #5 ... 02:13:21 02:13:21 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:21 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:21 #6 DONE 0.1s 02:13:21 02:13:21 #7 exporting to image 02:13:21 #7 exporting layers done 02:13:21 #7 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 0.0s done 02:13:21 #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done 02:13:21 #7 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done 02:13:21 #7 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done 02:13:21 #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 02:13:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:21 #7 ... 02:13:21 02:13:21 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:21 #8 DONE 0.0s 02:13:21 02:13:21 #7 exporting to image 02:13:21 #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done 02:13:21 #7 pushing layers 0.1s done 02:13:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 02:13:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done 02:13:21 #7 DONE 0.2s 02:13:21 02:13:21 1 warning found (use --debug to expand): 02:13:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest' 02:13:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest --push - 02:13:22 #1 [internal] load build definition from Dockerfile 02:13:22 #1 transferring dockerfile: 182B done 02:13:22 #1 DONE 0.0s 02:13:22 02:13:22 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:13:22 #2 DONE 0.0s 02:13:22 02:13:22 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 02:13:22 #3 DONE 0.0s 02:13:22 02:13:22 #4 [internal] load .dockerignore 02:13:22 #4 transferring context: 2B done 02:13:22 #4 DONE 0.0s 02:13:22 02:13:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:22 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:22 #5 ... 02:13:22 02:13:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:22 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:22 #6 DONE 0.0s 02:13:22 02:13:22 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:22 #6 CACHED 02:13:22 02:13:22 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:22 #5 CACHED 02:13:22 02:13:22 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:22 #7 DONE 0.0s 02:13:22 02:13:22 #8 exporting to image 02:13:22 #8 exporting layers done 02:13:22 #8 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done 02:13:22 #8 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done 02:13:22 #8 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done 02:13:22 #8 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done 02:13:22 #8 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done 02:13:22 #8 pushing layers 0.0s done 02:13:22 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done 02:13:22 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:22 #8 DONE 0.1s 02:13:22 02:13:22 1 warning found (use --debug to expand): 02:13:22  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:22 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40' 02:13:22 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 --push - 02:13:22 #1 [internal] load build definition from Dockerfile 02:13:23 #1 transferring dockerfile: 188B done 02:13:23 #1 DONE 0.0s 02:13:23 02:13:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 02:13:23 #2 DONE 0.0s 02:13:23 02:13:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40 02:13:23 #3 DONE 0.0s 02:13:23 02:13:23 #4 [internal] load .dockerignore 02:13:23 #4 transferring context: 2B done 02:13:23 #4 DONE 0.0s 02:13:23 02:13:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:23 #5 CACHED 02:13:23 02:13:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:23 #6 CACHED 02:13:23 02:13:23 #7 exporting to image 02:13:23 #7 exporting layers done 02:13:23 #7 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done 02:13:23 #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e 02:13:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:23 #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done 02:13:23 #7 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done 02:13:23 #7 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done 02:13:23 #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done 02:13:23 #7 pushing layers 0.0s done 02:13:23 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:4.1.0-dev.40@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done 02:13:23 #7 DONE 0.1s 02:13:23 02:13:23 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:23 #8 DONE 0.0s 02:13:23 02:13:23 1 warning found (use --debug to expand): 02:13:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:23 #1 [internal] load build definition from Dockerfile 02:13:23 #1 transferring dockerfile: 229B done 02:13:23 #1 DONE 0.0s 02:13:23 02:13:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:23 #2 DONE 0.0s 02:13:23 02:13:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:23 #3 DONE 0.0s 02:13:23 02:13:23 #4 [internal] load .dockerignore 02:13:23 #4 transferring context: 2B done 02:13:23 #4 DONE 0.0s 02:13:23 02:13:23 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:23 #5 CACHED 02:13:23 02:13:23 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:23 #6 CACHED 02:13:23 02:13:23 #7 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:23 #7 DONE 0.0s 02:13:23 02:13:23 #8 exporting to image 02:13:23 #8 exporting layers done 02:13:23 #8 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done 02:13:23 #8 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done 02:13:23 #8 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done 02:13:23 #8 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done 02:13:23 #8 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done 02:13:23 #8 pushing layers 0.0s done 02:13:23 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done 02:13:23 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:23 #8 DONE 0.1s 02:13:23 02:13:23 1 warning found (use --debug to expand): 02:13:23  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:23 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main' 02:13:23 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main --push - 02:13:23 #1 [internal] load build definition from Dockerfile 02:13:23 #1 transferring dockerfile: 180B done 02:13:23 #1 DONE 0.0s 02:13:23 02:13:23 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:13:23 #2 DONE 0.0s 02:13:23 02:13:23 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 02:13:23 #3 DONE 0.0s 02:13:23 02:13:23 #4 [internal] load .dockerignore 02:13:23 #4 transferring context: 2B done 02:13:23 #4 DONE 0.0s 02:13:23 02:13:23 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:23 #5 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 done 02:13:23 #5 CACHED 02:13:23 02:13:23 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 02:13:23 #6 resolve nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:defb349ede72a4ca99e343b6b4ffb2b2ffc40c402cb174aa5df5ddc1560e4199 0.0s done 02:13:23 #6 CACHED 02:13:23 02:13:23 #7 exporting to image 02:13:23 #7 exporting layers done 02:13:23 #7 exporting manifest sha256:f2cb9caf2127fe24c9e27c9aa61f53af3f75e51c44e4ee14191d208561fbcd87 done 02:13:23 #7 exporting config sha256:5bbf2a37819052bd4a304dd9e7f2d8b2ff4b168f394e10adcf49fc1616f1ee5e done 02:13:23 #7 exporting manifest sha256:61af09dec88be29412ab06e2a809cdd6dd44cf4dc686636d7215d8acf53a142b done 02:13:23 #7 exporting config sha256:57e81d37bb532ff85df3e12acd2490cf3982229b4e1e207cf266cc8649a9c59b done 02:13:23 #7 exporting manifest list sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b done 02:13:23 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:24 #7 pushing layers 0.0s done 02:13:24 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main@sha256:edd0226c27b94c71f1b271d47532caa9ac087a39596f616aad12fa17ac3b7c8b 0.1s done 02:13:24 #7 DONE 0.1s 02:13:24 02:13:24 #8 [auth] core-common-config-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:24 #8 DONE 0.0s 02:13:24 02:13:24 1 warning found (use --debug to expand): 02:13:24  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:24 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:24 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:24 #1 [internal] load build definition from Dockerfile 02:13:24 #1 transferring dockerfile: 194B done 02:13:24 #1 DONE 0.0s 02:13:24 02:13:24 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:24 #2 DONE 0.0s 02:13:24 02:13:24 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:24 #3 DONE 0.0s 02:13:24 02:13:24 #4 [internal] load .dockerignore 02:13:24 #4 transferring context: 2B done 02:13:24 #4 DONE 0.0s 02:13:24 02:13:24 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:24 #5 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:24 #5 DONE 0.0s 02:13:24 02:13:24 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:24 #6 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:24 #6 DONE 0.1s 02:13:24 02:13:24 #7 exporting to image 02:13:24 #7 exporting layers done 02:13:24 #7 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done 02:13:24 #7 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e 02:13:24 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:25 #7 ... 02:13:25 02:13:25 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:13:25 #8 DONE 0.0s 02:13:25 02:13:25 #7 exporting to image 02:13:25 #7 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done 02:13:25 #7 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done 02:13:25 #7 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done 02:13:25 #7 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done 02:13:25 #7 pushing layers 0.1s done 02:13:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 02:13:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done 02:13:25 #7 DONE 0.2s 02:13:25 02:13:25 1 warning found (use --debug to expand): 02:13:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:latest' 02:13:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:latest --push - 02:13:25 #1 [internal] load build definition from Dockerfile 02:13:25 #1 transferring dockerfile: 160B done 02:13:25 #1 DONE 0.0s 02:13:25 02:13:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:13:25 #2 DONE 0.0s 02:13:25 02:13:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:latest 02:13:25 #3 DONE 0.0s 02:13:25 02:13:25 #4 [internal] load .dockerignore 02:13:25 #4 transferring context: 2B done 02:13:25 #4 DONE 0.0s 02:13:25 02:13:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:25 #5 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:25 #5 CACHED 02:13:25 02:13:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:25 #6 resolve nexus3.edgexfoundry.org:10004/core-data:latest@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:25 #6 CACHED 02:13:25 02:13:25 #7 exporting to image 02:13:25 #7 exporting layers 02:13:25 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:25 #7 exporting layers done 02:13:25 #7 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done 02:13:25 #7 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done 02:13:25 #7 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done 02:13:25 #7 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done 02:13:25 #7 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done 02:13:25 #7 pushing layers 0.0s done 02:13:25 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:latest@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done 02:13:25 #7 DONE 0.1s 02:13:25 02:13:25 #8 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:13:25 #8 DONE 0.0s 02:13:25 02:13:25 1 warning found (use --debug to expand): 02:13:25  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:25 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40' 02:13:25 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 --push - 02:13:25 #1 [internal] load build definition from Dockerfile 02:13:25 #1 transferring dockerfile: 166B done 02:13:25 #1 DONE 0.0s 02:13:25 02:13:25 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 02:13:25 #2 DONE 0.0s 02:13:25 02:13:25 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40 02:13:25 #3 DONE 0.0s 02:13:25 02:13:25 #4 [internal] load .dockerignore 02:13:25 #4 transferring context: 2B done 02:13:25 #4 DONE 0.0s 02:13:25 02:13:25 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:25 #5 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:25 #5 CACHED 02:13:25 02:13:25 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:26 #6 resolve nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:26 #6 CACHED 02:13:26 02:13:26 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:13:26 #7 DONE 0.0s 02:13:26 02:13:26 #8 exporting to image 02:13:26 #8 exporting layers done 02:13:26 #8 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done 02:13:26 #8 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done 02:13:26 #8 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done 02:13:26 #8 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done 02:13:26 #8 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done 02:13:26 #8 pushing layers 0.0s done 02:13:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:4.1.0-dev.40@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done 02:13:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:26 #8 DONE 0.1s 02:13:26 02:13:26 1 warning found (use --debug to expand): 02:13:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:26 #1 [internal] load build definition from Dockerfile 02:13:26 #1 transferring dockerfile: 207B done 02:13:26 #1 DONE 0.0s 02:13:26 02:13:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:26 #2 DONE 0.0s 02:13:26 02:13:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:26 #3 DONE 0.0s 02:13:26 02:13:26 #4 [internal] load .dockerignore 02:13:26 #4 transferring context: 2B done 02:13:26 #4 DONE 0.0s 02:13:26 02:13:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:26 #5 DONE 0.0s 02:13:26 02:13:26 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:26 #6 resolve nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:26 #6 CACHED 02:13:26 02:13:26 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:26 #5 CACHED 02:13:26 02:13:26 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:13:26 #7 DONE 0.0s 02:13:26 02:13:26 #8 exporting to image 02:13:26 #8 exporting layers done 02:13:26 #8 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done 02:13:26 #8 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done 02:13:26 #8 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done 02:13:26 #8 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done 02:13:26 #8 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done 02:13:26 #8 pushing layers 0.0s done 02:13:26 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done 02:13:26 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:26 #8 DONE 0.1s 02:13:26 02:13:26 1 warning found (use --debug to expand): 02:13:26  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:26 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-data:main' 02:13:26 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-data:main --push - 02:13:26 #1 [internal] load build definition from Dockerfile 02:13:26 #1 transferring dockerfile: 158B done 02:13:26 #1 DONE 0.0s 02:13:26 02:13:26 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:13:26 #2 DONE 0.0s 02:13:26 02:13:26 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-data:main 02:13:26 #3 DONE 0.0s 02:13:26 02:13:26 #4 [internal] load .dockerignore 02:13:26 #4 transferring context: 2B done 02:13:26 #4 DONE 0.0s 02:13:26 02:13:26 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:26 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:27 #5 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:27 #5 CACHED 02:13:27 02:13:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 02:13:27 #6 resolve nexus3.edgexfoundry.org:10004/core-data:main@sha256:752501423bad948972ff545a53c920b45a90615e3f2806bd1efdfe4388e4bc04 0.0s done 02:13:27 #6 CACHED 02:13:27 02:13:27 #7 [auth] core-data:pull,push token for nexus3.edgexfoundry.org:10004 02:13:27 #7 DONE 0.0s 02:13:27 02:13:27 #8 exporting to image 02:13:27 #8 exporting layers done 02:13:27 #8 exporting manifest sha256:2ed5eda4f9beb6805fed04b3862230bd56e478074ed0577853121c74be65ac43 done 02:13:27 #8 exporting config sha256:58bb3186370c8341acab982267059730cf376ce5e61440dd8b94008b6a2bec2e done 02:13:27 #8 exporting manifest sha256:4c3387e4d0aa84463abbe7544b24d026ef88fc4562b9d03622a6058a0eb9e491 done 02:13:27 #8 exporting config sha256:d0259df3b5031a5ae2c8353b87941ae215c7f58c6c2afd825b5b86ef18ebc607 done 02:13:27 #8 exporting manifest list sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 done 02:13:27 #8 pushing layers 0.0s done 02:13:27 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-data:main@sha256:249d85dbb831d89b26fadd1d2a6d9fea9af32c763a323ef5e32e86dd7dc220e4 0.1s done 02:13:27 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:27 #8 DONE 0.1s 02:13:27 02:13:27 1 warning found (use --debug to expand): 02:13:27  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:27 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:27 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:27 #1 [internal] load build definition from Dockerfile 02:13:27 #1 transferring dockerfile: 196B done 02:13:27 #1 DONE 0.0s 02:13:27 02:13:27 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:27 #2 DONE 0.0s 02:13:27 02:13:27 #3 [internal] load .dockerignore 02:13:27 #3 transferring context: 2B done 02:13:27 #3 DONE 0.0s 02:13:27 02:13:27 #4 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:27 #4 DONE 0.1s 02:13:27 02:13:27 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:27 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:27 #5 DONE 0.0s 02:13:27 02:13:27 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:27 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:27 #6 DONE 0.1s 02:13:27 02:13:27 #7 exporting to image 02:13:27 #7 exporting layers done 02:13:27 #7 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 0.0s done 02:13:27 #7 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca 02:13:27 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:27 #7 ... 02:13:27 02:13:27 #8 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:27 #8 DONE 0.0s 02:13:27 02:13:27 #7 exporting to image 02:13:27 #7 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done 02:13:27 #7 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done 02:13:27 #7 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done 02:13:27 #7 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done 02:13:27 #7 pushing layers 0.1s done 02:13:27 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 02:13:28 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done 02:13:28 #7 DONE 0.2s 02:13:28 02:13:28 1 warning found (use --debug to expand): 02:13:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:latest --push - 02:13:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:latest' 02:13:28 #1 [internal] load build definition from Dockerfile 02:13:28 #1 transferring dockerfile: 162B done 02:13:28 #1 DONE 0.0s 02:13:28 02:13:28 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:13:28 #2 DONE 0.0s 02:13:28 02:13:28 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:latest 02:13:28 #3 DONE 0.0s 02:13:28 02:13:28 #4 [internal] load .dockerignore 02:13:28 #4 transferring context: 2B done 02:13:28 #4 DONE 0.0s 02:13:28 02:13:28 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:28 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:28 #5 CACHED 02:13:28 02:13:28 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:28 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:28 #6 CACHED 02:13:28 02:13:28 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:28 #7 DONE 0.0s 02:13:28 02:13:28 #8 exporting to image 02:13:28 #8 exporting layers done 02:13:28 #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done 02:13:28 #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done 02:13:28 #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done 02:13:28 #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done 02:13:28 #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done 02:13:28 #8 pushing layers 0.0s done 02:13:28 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:latest@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done 02:13:28 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:28 #8 DONE 0.1s 02:13:28 02:13:28 1 warning found (use --debug to expand): 02:13:28  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:28 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40' 02:13:28 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 --push - 02:13:29 #1 [internal] load build definition from Dockerfile 02:13:29 #1 transferring dockerfile: 168B done 02:13:29 #1 DONE 0.0s 02:13:29 02:13:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 02:13:29 #2 DONE 0.0s 02:13:29 02:13:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40 02:13:29 #3 DONE 0.0s 02:13:29 02:13:29 #4 [internal] load .dockerignore 02:13:29 #4 transferring context: 2B done 02:13:29 #4 DONE 0.0s 02:13:29 02:13:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:29 #5 CACHED 02:13:29 02:13:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:29 #6 CACHED 02:13:29 02:13:29 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:29 #7 DONE 0.0s 02:13:29 02:13:29 #8 exporting to image 02:13:29 #8 exporting layers done 02:13:29 #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done 02:13:29 #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done 02:13:29 #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done 02:13:29 #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done 02:13:29 #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done 02:13:29 #8 pushing layers 0.0s done 02:13:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:4.1.0-dev.40@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done 02:13:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:29 #8 DONE 0.1s 02:13:29 02:13:29 1 warning found (use --debug to expand): 02:13:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:29 #1 [internal] load build definition from Dockerfile 02:13:29 #1 transferring dockerfile: 209B done 02:13:29 #1 DONE 0.0s 02:13:29 02:13:29 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:29 #2 DONE 0.0s 02:13:29 02:13:29 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:29 #3 DONE 0.0s 02:13:29 02:13:29 #4 [internal] load .dockerignore 02:13:29 #4 transferring context: 2B done 02:13:29 #4 DONE 0.0s 02:13:29 02:13:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:29 #5 DONE 0.0s 02:13:29 02:13:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:29 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:29 #6 CACHED 02:13:29 02:13:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:29 #5 CACHED 02:13:29 02:13:29 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:29 #7 DONE 0.0s 02:13:29 02:13:29 #8 exporting to image 02:13:29 #8 exporting layers done 02:13:29 #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done 02:13:29 #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done 02:13:29 #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done 02:13:29 #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done 02:13:29 #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done 02:13:29 #8 pushing layers 0.0s done 02:13:29 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done 02:13:29 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:29 #8 DONE 0.1s 02:13:29 02:13:29 1 warning found (use --debug to expand): 02:13:29  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:29 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-keeper:main' 02:13:29 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-keeper:main --push - 02:13:29 #1 [internal] load build definition from Dockerfile 02:13:29 #1 transferring dockerfile: 160B done 02:13:29 #1 DONE 0.0s 02:13:29 02:13:29 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:13:29 #2 DONE 0.0s 02:13:29 02:13:29 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-keeper:main 02:13:29 #3 DONE 0.0s 02:13:29 02:13:29 #4 [internal] load .dockerignore 02:13:29 #4 transferring context: 2B done 02:13:29 #4 DONE 0.0s 02:13:29 02:13:29 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:29 #5 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:29 #5 DONE 0.0s 02:13:29 02:13:29 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:30 #6 resolve nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 0.0s done 02:13:30 #6 CACHED 02:13:30 02:13:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:a24ecfe1c8ee913ae19c6e1a89457dd7c6b862f5050b0599bd7c2d70a6fb56de 02:13:30 #5 CACHED 02:13:30 02:13:30 #7 [auth] core-keeper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:30 #7 DONE 0.0s 02:13:30 02:13:30 #8 exporting to image 02:13:30 #8 exporting layers done 02:13:30 #8 exporting manifest sha256:37a9dd7f806708b8ca3c249a6ae597fa5cf4e0a73b482169c6a9a2aba82fe079 done 02:13:30 #8 exporting config sha256:646ab2762b20b1f1acd52077d494225f44087a6257626b01479ef22b18757eca done 02:13:30 #8 exporting manifest sha256:924a1dbea605fb4dfdb84db2ac8a6f2fc1e180bf4d72839509c9815a88209712 done 02:13:30 #8 exporting config sha256:3848be0a69f2de727d68eb43948ded242d3f251f14ab9bc0d7d23e77a12ae081 done 02:13:30 #8 exporting manifest list sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 done 02:13:30 #8 pushing layers 0.0s done 02:13:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-keeper:main@sha256:8345abb56bd78a907eb2a1b146dc1ac3c001d60a01fddda41c5e6a07185714f1 0.1s done 02:13:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:30 #8 DONE 0.1s 02:13:30 02:13:30 1 warning found (use --debug to expand): 02:13:30  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:30 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:30 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:30 #1 [internal] load build definition from Dockerfile 02:13:30 #1 transferring dockerfile: 198B done 02:13:30 #1 DONE 0.0s 02:13:30 02:13:30 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:30 #2 DONE 0.0s 02:13:30 02:13:30 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:30 #3 DONE 0.0s 02:13:30 02:13:30 #4 [internal] load .dockerignore 02:13:30 #4 transferring context: 2B done 02:13:30 #4 DONE 0.0s 02:13:30 02:13:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:30 #5 DONE 0.0s 02:13:30 02:13:30 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:30 #6 DONE 0.0s 02:13:30 02:13:30 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:30 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:30 #5 DONE 0.1s 02:13:30 02:13:30 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:13:30 #7 DONE 0.0s 02:13:30 02:13:30 #8 exporting to image 02:13:30 #8 exporting layers done 02:13:30 #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done 02:13:30 #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done 02:13:30 #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done 02:13:30 #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done 02:13:30 #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done 02:13:30 #8 pushing layers 0.1s done 02:13:30 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 02:13:30 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done 02:13:31 #8 DONE 0.2s 02:13:31 02:13:31 1 warning found (use --debug to expand): 02:13:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:latest' 02:13:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:latest --push - 02:13:31 #1 [internal] load build definition from Dockerfile 02:13:31 #1 transferring dockerfile: 164B done 02:13:31 #1 DONE 0.0s 02:13:31 02:13:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:13:31 #2 DONE 0.0s 02:13:31 02:13:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:latest 02:13:31 #3 DONE 0.0s 02:13:31 02:13:31 #4 [internal] load .dockerignore 02:13:31 #4 transferring context: 2B done 02:13:31 #4 DONE 0.0s 02:13:31 02:13:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:31 #5 CACHED 02:13:31 02:13:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:31 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:31 #6 CACHED 02:13:31 02:13:31 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:13:31 #7 DONE 0.0s 02:13:31 02:13:31 #8 exporting to image 02:13:31 #8 exporting layers done 02:13:31 #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done 02:13:31 #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done 02:13:31 #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done 02:13:31 #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done 02:13:31 #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done 02:13:31 #8 pushing layers 0.0s done 02:13:31 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:latest@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done 02:13:31 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:31 #8 DONE 0.1s 02:13:31 02:13:31 1 warning found (use --debug to expand): 02:13:31  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:31 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40' 02:13:31 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 --push - 02:13:31 #1 [internal] load build definition from Dockerfile 02:13:31 #1 transferring dockerfile: 170B done 02:13:31 #1 DONE 0.0s 02:13:31 02:13:31 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 02:13:31 #2 DONE 0.0s 02:13:31 02:13:31 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40 02:13:31 #3 DONE 0.0s 02:13:31 02:13:31 #4 [internal] load .dockerignore 02:13:31 #4 transferring context: 2B done 02:13:31 #4 DONE 0.0s 02:13:31 02:13:31 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:31 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:31 #5 DONE 0.0s 02:13:31 02:13:31 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:32 #6 CACHED 02:13:32 02:13:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:32 #5 CACHED 02:13:32 02:13:32 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:13:32 #7 DONE 0.0s 02:13:32 02:13:32 #8 exporting to image 02:13:32 #8 exporting layers done 02:13:32 #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done 02:13:32 #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done 02:13:32 #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done 02:13:32 #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done 02:13:32 #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done 02:13:32 #8 pushing layers 0.0s done 02:13:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:4.1.0-dev.40@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done 02:13:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:32 #8 DONE 0.1s 02:13:32 02:13:32 1 warning found (use --debug to expand): 02:13:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:32 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:32 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:32 #1 [internal] load build definition from Dockerfile 02:13:32 #1 transferring dockerfile: 211B done 02:13:32 #1 DONE 0.0s 02:13:32 02:13:32 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:32 #2 DONE 0.0s 02:13:32 02:13:32 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:32 #3 DONE 0.0s 02:13:32 02:13:32 #4 [internal] load .dockerignore 02:13:32 #4 transferring context: 2B done 02:13:32 #4 DONE 0.0s 02:13:32 02:13:32 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:32 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:32 #5 CACHED 02:13:32 02:13:32 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:32 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:32 #6 CACHED 02:13:32 02:13:32 #7 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:13:32 #7 DONE 0.0s 02:13:32 02:13:32 #8 exporting to image 02:13:32 #8 exporting layers done 02:13:32 #8 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done 02:13:32 #8 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done 02:13:32 #8 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done 02:13:32 #8 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done 02:13:32 #8 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done 02:13:32 #8 pushing layers 0.0s done 02:13:32 #8 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done 02:13:32 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:32 #8 DONE 0.1s 02:13:32 02:13:32 1 warning found (use --debug to expand): 02:13:32  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/core-metadata:main' 02:13:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/core-metadata:main --push - 02:13:33 #1 [internal] load build definition from Dockerfile 02:13:33 #1 transferring dockerfile: 162B done 02:13:33 #1 DONE 0.0s 02:13:33 02:13:33 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:13:33 #2 DONE 0.0s 02:13:33 02:13:33 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/core-metadata:main 02:13:33 #3 DONE 0.0s 02:13:33 02:13:33 #4 [internal] load .dockerignore 02:13:33 #4 transferring context: 2B done 02:13:33 #4 DONE 0.0s 02:13:33 02:13:33 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:33 #5 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:33 #5 CACHED 02:13:33 02:13:33 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 02:13:33 #6 resolve nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:0167015d928f9a6c53462b5992e583247f32f15e1c341fc3263328a45ea647a6 0.0s done 02:13:33 #6 CACHED 02:13:33 02:13:33 #7 exporting to image 02:13:33 #7 exporting layers done 02:13:33 #7 exporting manifest sha256:989302d13e40a91f6bfa9f2f3523e4e85dc5887e8979c87f2d3ea0d3cdb88dda done 02:13:33 #7 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e 02:13:33 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:33 #7 exporting config sha256:fdb84468fb2ebe79c6a38a47632a9fa1e20cd3312e095c065e02fa6fa70bb37e done 02:13:33 #7 exporting manifest sha256:d82e5e7d108399baae33137b2e74b4a54ffed3056ab8379559cfde5827c00239 done 02:13:33 #7 exporting config sha256:161f9e00dc249b0a2b7fbf24d0a656e02f9aea4f4c0b0f729b1957bb5638a132 done 02:13:33 #7 exporting manifest list sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 done 02:13:33 #7 pushing layers 0.0s done 02:13:33 #7 pushing manifest for nexus3.edgexfoundry.org:10004/core-metadata:main@sha256:bc54d1439e4f1179bc9792cd7257e2dc47e7aff22833d759420f5a4f62ff4877 0.1s done 02:13:33 #7 DONE 0.1s 02:13:33 02:13:33 #8 [auth] core-metadata:pull,push token for nexus3.edgexfoundry.org:10004 02:13:33 #8 DONE 0.0s 02:13:33 02:13:33 1 warning found (use --debug to expand): 02:13:33  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:33 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:33 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:33 #1 [internal] load build definition from Dockerfile 02:13:33 #1 transferring dockerfile: 206B done 02:13:33 #1 DONE 0.0s 02:13:33 02:13:33 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:33 #2 DONE 0.0s 02:13:33 02:13:33 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:33 #3 DONE 0.1s 02:13:33 02:13:33 #4 [internal] load .dockerignore 02:13:33 #4 transferring context: 2B done 02:13:33 #4 DONE 0.0s 02:13:33 02:13:33 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:33 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:33 #5 DONE 0.0s 02:13:33 02:13:33 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:33 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:33 #6 DONE 0.2s 02:13:33 02:13:33 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:34 #7 DONE 0.0s 02:13:34 02:13:34 #8 exporting to image 02:13:34 #8 exporting layers done 02:13:34 #8 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done 02:13:34 #8 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done 02:13:34 #8 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done 02:13:34 #8 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done 02:13:34 #8 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done 02:13:34 #8 pushing layers 0.1s done 02:13:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 02:13:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done 02:13:34 #8 DONE 0.2s 02:13:34 02:13:34 1 warning found (use --debug to expand): 02:13:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest' 02:13:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:latest --push - 02:13:34 #1 [internal] load build definition from Dockerfile 02:13:34 #1 transferring dockerfile: 172B done 02:13:34 #1 DONE 0.0s 02:13:34 02:13:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:13:34 #2 DONE 0.0s 02:13:34 02:13:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 02:13:34 #3 DONE 0.0s 02:13:34 02:13:34 #4 [internal] load .dockerignore 02:13:34 #4 transferring context: 2B done 02:13:34 #4 DONE 0.0s 02:13:34 02:13:34 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:34 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:34 #5 CACHED 02:13:34 02:13:34 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:34 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:34 #6 CACHED 02:13:34 02:13:34 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:34 #7 DONE 0.0s 02:13:34 02:13:34 #8 exporting to image 02:13:34 #8 exporting layers done 02:13:34 #8 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done 02:13:34 #8 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done 02:13:34 #8 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done 02:13:34 #8 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done 02:13:34 #8 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done 02:13:34 #8 pushing layers 0.0s done 02:13:34 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:latest@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done 02:13:34 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:34 #8 DONE 0.1s 02:13:34 02:13:34 1 warning found (use --debug to expand): 02:13:34  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:34 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40' 02:13:34 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 --push - 02:13:34 #1 [internal] load build definition from Dockerfile 02:13:34 #1 transferring dockerfile: 178B done 02:13:34 #1 DONE 0.0s 02:13:34 02:13:34 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 02:13:34 #2 DONE 0.0s 02:13:34 02:13:34 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40 02:13:34 #3 DONE 0.0s 02:13:34 02:13:34 #4 [internal] load .dockerignore 02:13:34 #4 transferring context: 2B done 02:13:34 #4 DONE 0.0s 02:13:34 02:13:34 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:34 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:34 #5 DONE 0.0s 02:13:34 02:13:34 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:35 #6 CACHED 02:13:35 02:13:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:35 #5 CACHED 02:13:35 02:13:35 #7 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:35 #7 DONE 0.0s 02:13:35 02:13:35 #8 exporting to image 02:13:35 #8 exporting layers done 02:13:35 #8 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done 02:13:35 #8 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done 02:13:35 #8 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done 02:13:35 #8 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done 02:13:35 #8 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done 02:13:35 #8 pushing layers 0.0s done 02:13:35 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:4.1.0-dev.40@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done 02:13:35 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:35 #8 DONE 0.1s 02:13:35 02:13:35 1 warning found (use --debug to expand): 02:13:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:35 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:35 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:35 #1 [internal] load build definition from Dockerfile 02:13:35 #1 transferring dockerfile: 219B done 02:13:35 #1 DONE 0.0s 02:13:35 02:13:35 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:35 #2 DONE 0.0s 02:13:35 02:13:35 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:35 #3 DONE 0.0s 02:13:35 02:13:35 #4 [internal] load .dockerignore 02:13:35 #4 transferring context: 2B done 02:13:35 #4 DONE 0.0s 02:13:35 02:13:35 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:35 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:35 #5 CACHED 02:13:35 02:13:35 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:35 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:35 #6 CACHED 02:13:35 02:13:35 #7 exporting to image 02:13:35 #7 exporting layers 02:13:35 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:35 #7 exporting layers done 02:13:35 #7 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done 02:13:35 #7 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done 02:13:35 #7 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done 02:13:35 #7 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done 02:13:35 #7 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done 02:13:35 #7 pushing layers 0.0s done 02:13:35 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done 02:13:35 #7 DONE 0.1s 02:13:35 02:13:35 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:35 #8 DONE 0.0s 02:13:35 02:13:35 1 warning found (use --debug to expand): 02:13:35  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main' 02:13:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-bootstrapper:main --push - 02:13:36 #1 [internal] load build definition from Dockerfile 02:13:36 #1 transferring dockerfile: 170B done 02:13:36 #1 DONE 0.0s 02:13:36 02:13:36 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:13:36 #2 DONE 0.0s 02:13:36 02:13:36 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-bootstrapper:main 02:13:36 #3 DONE 0.0s 02:13:36 02:13:36 #4 [internal] load .dockerignore 02:13:36 #4 transferring context: 2B done 02:13:36 #4 DONE 0.0s 02:13:36 02:13:36 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:36 #5 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:36 #5 CACHED 02:13:36 02:13:36 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 02:13:36 #6 resolve nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:fff64dac65292c2025e2eddc3b311eda749b7405206ef2653a2ebce32c6b9dc2 0.0s done 02:13:36 #6 CACHED 02:13:36 02:13:36 #7 exporting to image 02:13:36 #7 exporting layers 02:13:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:36 #7 exporting layers done 02:13:36 #7 exporting manifest sha256:f2f1b33728cfc48f52f1d1cf48721836d6befab1bcb9cf98c596f14ae11e8374 done 02:13:36 #7 exporting config sha256:22550b71a4e4b74a24c7ca71f2da9f3d6f81e0a23bed70f9dec45541eea1240e done 02:13:36 #7 exporting manifest sha256:98fa368182c12888915b07e0cec40491e6f8fd9cfa2b10c7773509047db92c9b done 02:13:36 #7 exporting config sha256:f0557f8c857ab7b3fd1950124044da3fbd3df36270acc93146471a21c8974208 done 02:13:36 #7 exporting manifest list sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 done 02:13:36 #7 pushing layers 0.0s done 02:13:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-bootstrapper:main@sha256:dc380b7b492399affe9924e47373be180783f9c09899dcef934f584b63144747 0.1s done 02:13:36 #7 DONE 0.1s 02:13:36 02:13:36 #8 [auth] security-bootstrapper:pull,push token for nexus3.edgexfoundry.org:10004 02:13:36 #8 DONE 0.0s 02:13:36 02:13:36 1 warning found (use --debug to expand): 02:13:36  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:36 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:36 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:36 #1 [internal] load build definition from Dockerfile 02:13:36 #1 transferring dockerfile: 204B done 02:13:36 #1 DONE 0.0s 02:13:36 02:13:36 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:36 #2 DONE 0.0s 02:13:36 02:13:36 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:36 #3 DONE 0.1s 02:13:36 02:13:36 #4 [internal] load .dockerignore 02:13:36 #4 transferring context: 02:13:36 #4 transferring context: 2B done 02:13:36 #4 DONE 0.0s 02:13:36 02:13:36 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:36 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:36 #5 ... 02:13:36 02:13:36 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:36 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:36 #6 DONE 0.1s 02:13:36 02:13:36 #7 exporting to image 02:13:36 #7 exporting layers done 02:13:36 #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f 0.0s done 02:13:36 #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 02:13:36 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:36 #7 ... 02:13:36 02:13:36 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:13:36 #8 DONE 0.0s 02:13:36 02:13:36 #7 exporting to image 02:13:36 #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done 02:13:36 #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done 02:13:36 #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done 02:13:36 #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done 02:13:36 #7 pushing layers 0.1s done 02:13:36 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 02:13:37 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done 02:13:37 #7 DONE 0.2s 02:13:37 02:13:37 1 warning found (use --debug to expand): 02:13:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest' 02:13:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:latest --push - 02:13:37 #1 [internal] load build definition from Dockerfile 02:13:37 #1 transferring dockerfile: 170B done 02:13:37 #1 DONE 0.0s 02:13:37 02:13:37 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:13:37 #2 DONE 0.0s 02:13:37 02:13:37 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 02:13:37 #3 DONE 0.0s 02:13:37 02:13:37 #4 [internal] load .dockerignore 02:13:37 #4 transferring context: 2B done 02:13:37 #4 DONE 0.0s 02:13:37 02:13:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:37 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:37 #5 DONE 0.0s 02:13:37 02:13:37 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:37 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:37 #6 CACHED 02:13:37 02:13:37 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:37 #5 CACHED 02:13:37 02:13:37 #7 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:13:37 #7 DONE 0.0s 02:13:37 02:13:37 #8 exporting to image 02:13:37 #8 exporting layers done 02:13:37 #8 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done 02:13:37 #8 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done 02:13:37 #8 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done 02:13:37 #8 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done 02:13:37 #8 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done 02:13:37 #8 pushing layers 0.0s done 02:13:37 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:latest@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done 02:13:37 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:37 #8 DONE 0.1s 02:13:37 02:13:37 1 warning found (use --debug to expand): 02:13:37  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:37 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40' 02:13:37 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 --push - 02:13:38 #1 [internal] load build definition from Dockerfile 02:13:38 #1 transferring dockerfile: 176B done 02:13:38 #1 DONE 0.1s 02:13:38 02:13:38 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 02:13:38 #2 DONE 0.0s 02:13:38 02:13:38 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40 02:13:38 #3 DONE 0.0s 02:13:38 02:13:38 #4 [internal] load .dockerignore 02:13:38 #4 transferring context: 2B done 02:13:38 #4 DONE 0.0s 02:13:38 02:13:38 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:38 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:38 #5 CACHED 02:13:38 02:13:38 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:38 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:38 #6 CACHED 02:13:38 02:13:38 #7 exporting to image 02:13:38 #7 exporting layers done 02:13:38 #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done 02:13:38 #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done 02:13:38 #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f 02:13:38 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:38 #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f 0.0s done 02:13:38 #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done 02:13:38 #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done 02:13:38 #7 pushing layers 0.0s done 02:13:38 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:4.1.0-dev.40@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done 02:13:38 #7 DONE 0.2s 02:13:38 02:13:38 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:13:38 #8 DONE 0.0s 02:13:38 02:13:38 1 warning found (use --debug to expand): 02:13:38  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:38 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:38 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:39 #1 [internal] load build definition from Dockerfile 02:13:39 #1 transferring dockerfile: 02:13:39 #1 transferring dockerfile: 217B done 02:13:39 #1 DONE 0.4s 02:13:39 02:13:39 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:39 #2 DONE 0.0s 02:13:39 02:13:39 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:39 #3 DONE 0.0s 02:13:39 02:13:39 #4 [internal] load .dockerignore 02:13:39 #4 transferring context: 2B done 02:13:39 #4 DONE 0.0s 02:13:39 02:13:39 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:39 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 done 02:13:39 #5 CACHED 02:13:39 02:13:39 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:39 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 done 02:13:39 #6 CACHED 02:13:39 02:13:39 #7 exporting to image 02:13:39 #7 exporting layers done 02:13:39 #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done 02:13:39 #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done 02:13:39 #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done 02:13:39 #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 02:13:39 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:39 #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done 02:13:39 #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done 02:13:39 #7 pushing layers 0.0s done 02:13:39 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done 02:13:39 #7 DONE 0.1s 02:13:39 02:13:39 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:13:39 #8 DONE 0.0s 02:13:39 02:13:39 1 warning found (use --debug to expand): 02:13:39  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main' 02:13:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-auth:main --push - 02:13:40 #1 [internal] load build definition from Dockerfile 02:13:40 #1 transferring dockerfile: 168B done 02:13:40 #1 DONE 0.0s 02:13:40 02:13:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:13:40 #2 DONE 0.0s 02:13:40 02:13:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-auth:main 02:13:40 #3 DONE 0.0s 02:13:40 02:13:40 #4 [internal] load .dockerignore 02:13:40 #4 transferring context: 2B done 02:13:40 #4 DONE 0.0s 02:13:40 02:13:40 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:40 #5 CACHED 02:13:40 02:13:40 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 02:13:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:007f13bc6ed848d848aa23bdde5473e9869e8e1aa412af20d6ecf87aacf64488 0.0s done 02:13:40 #6 CACHED 02:13:40 02:13:40 #7 exporting to image 02:13:40 #7 exporting layers done 02:13:40 #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f 02:13:40 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:40 #7 exporting manifest sha256:255a522c699bcdec9091bedbf2704e8ca41dc1383bafc017cb58bb248823757f done 02:13:40 #7 exporting config sha256:f3a5d3f219601ffb42274e5f0eee9cb3a7cd3b031aefa462b1800bbe5d6debb0 done 02:13:40 #7 exporting manifest sha256:4291bc4ddb38dc9a7f93f28b753de8570496a476b3688eb08ba9fb0a9239a93f done 02:13:40 #7 exporting config sha256:44eb84c53473f87bbf2204faa33cba60818ce85eea7fe55fcfdb31ae2c003f77 done 02:13:40 #7 exporting manifest list sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 done 02:13:40 #7 pushing layers 0.0s done 02:13:40 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-auth:main@sha256:9cf22d09be9b4ed4cd588f31938d296c0be8f42c78845afb49dbc775dbfbb528 0.1s done 02:13:40 #7 DONE 0.1s 02:13:40 02:13:40 #8 [auth] security-proxy-auth:pull,push token for nexus3.edgexfoundry.org:10004 02:13:40 #8 DONE 0.0s 02:13:40 02:13:40 1 warning found (use --debug to expand): 02:13:40  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:40 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:40 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:40 #1 [internal] load build definition from Dockerfile 02:13:40 #1 transferring dockerfile: 205B done 02:13:40 #1 DONE 0.0s 02:13:40 02:13:40 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:40 #2 DONE 0.0s 02:13:40 02:13:40 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:40 #3 DONE 0.0s 02:13:40 02:13:40 #4 [internal] load .dockerignore 02:13:40 #4 transferring context: 02:13:40 #4 transferring context: 2B done 02:13:40 #4 DONE 0.0s 02:13:40 02:13:40 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:40 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:40 #5 DONE 0.0s 02:13:40 02:13:40 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:40 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:40 #6 DONE 0.1s 02:13:41 02:13:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:41 #7 DONE 0.0s 02:13:41 02:13:41 #8 exporting to image 02:13:41 #8 exporting layers done 02:13:41 #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done 02:13:41 #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done 02:13:41 #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done 02:13:41 #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done 02:13:41 #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done 02:13:41 #8 pushing layers 0.1s done 02:13:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 02:13:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done 02:13:41 #8 DONE 0.2s 02:13:41 02:13:41 1 warning found (use --debug to expand): 02:13:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:41 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:latest --push - 02:13:41 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest' 02:13:41 #1 [internal] load build definition from Dockerfile 02:13:41 #1 transferring dockerfile: 171B done 02:13:41 #1 DONE 0.0s 02:13:41 02:13:41 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:13:41 #2 DONE 0.0s 02:13:41 02:13:41 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 02:13:41 #3 DONE 0.0s 02:13:41 02:13:41 #4 [internal] load .dockerignore 02:13:41 #4 transferring context: 2B done 02:13:41 #4 DONE 0.0s 02:13:41 02:13:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:41 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:41 #5 DONE 0.0s 02:13:41 02:13:41 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:41 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:41 #6 CACHED 02:13:41 02:13:41 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:41 #5 CACHED 02:13:41 02:13:41 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:41 #7 DONE 0.0s 02:13:41 02:13:41 #8 exporting to image 02:13:41 #8 exporting layers done 02:13:41 #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done 02:13:41 #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done 02:13:41 #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done 02:13:41 #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done 02:13:41 #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done 02:13:41 #8 pushing layers 0.0s done 02:13:41 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:latest@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done 02:13:41 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:41 #8 DONE 0.1s 02:13:41 02:13:41 1 warning found (use --debug to expand): 02:13:41  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40' 02:13:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 --push - 02:13:42 #1 [internal] load build definition from Dockerfile 02:13:42 #1 transferring dockerfile: 177B done 02:13:42 #1 DONE 0.0s 02:13:42 02:13:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 02:13:42 #2 DONE 0.0s 02:13:42 02:13:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40 02:13:42 #3 DONE 0.0s 02:13:42 02:13:42 #4 [internal] load .dockerignore 02:13:42 #4 transferring context: 2B done 02:13:42 #4 DONE 0.0s 02:13:42 02:13:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:42 #5 DONE 0.0s 02:13:42 02:13:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:42 #6 CACHED 02:13:42 02:13:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:42 #5 CACHED 02:13:42 02:13:42 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:42 #7 DONE 0.0s 02:13:42 02:13:42 #8 exporting to image 02:13:42 #8 exporting layers done 02:13:42 #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done 02:13:42 #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done 02:13:42 #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done 02:13:42 #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done 02:13:42 #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done 02:13:42 #8 pushing layers 0.0s done 02:13:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:4.1.0-dev.40@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done 02:13:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:42 #8 DONE 0.1s 02:13:42 02:13:42 1 warning found (use --debug to expand): 02:13:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:42 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:42 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:42 #1 [internal] load build definition from Dockerfile 02:13:42 #1 transferring dockerfile: 218B done 02:13:42 #1 DONE 0.0s 02:13:42 02:13:42 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:42 #2 DONE 0.0s 02:13:42 02:13:42 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:42 #3 DONE 0.0s 02:13:42 02:13:42 #4 [internal] load .dockerignore 02:13:42 #4 transferring context: 2B done 02:13:42 #4 DONE 0.0s 02:13:42 02:13:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:42 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:42 #5 DONE 0.0s 02:13:42 02:13:42 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:42 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:42 #6 CACHED 02:13:42 02:13:42 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:42 #5 CACHED 02:13:42 02:13:42 #7 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:42 #7 DONE 0.0s 02:13:42 02:13:42 #8 exporting to image 02:13:42 #8 exporting layers done 02:13:42 #8 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done 02:13:42 #8 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done 02:13:42 #8 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done 02:13:42 #8 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done 02:13:42 #8 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done 02:13:42 #8 pushing layers 0.0s done 02:13:42 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done 02:13:42 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:42 #8 DONE 0.1s 02:13:42 02:13:42 1 warning found (use --debug to expand): 02:13:42  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main' 02:13:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-proxy-setup:main --push - 02:13:43 #1 [internal] load build definition from Dockerfile 02:13:43 #1 transferring dockerfile: 169B done 02:13:43 #1 DONE 0.0s 02:13:43 02:13:43 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:13:43 #2 DONE 0.0s 02:13:43 02:13:43 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-proxy-setup:main 02:13:43 #3 DONE 0.0s 02:13:43 02:13:43 #4 [internal] load .dockerignore 02:13:43 #4 transferring context: 2B done 02:13:43 #4 DONE 0.0s 02:13:43 02:13:43 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:43 #5 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:43 #5 CACHED 02:13:43 02:13:43 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 02:13:43 #6 resolve nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:efde9392ec4d0a883d15bc0c2ca1b2d6a4e4b5c849301d5e59c02b8c63f4ef4f 0.0s done 02:13:43 #6 CACHED 02:13:43 02:13:43 #7 exporting to image 02:13:43 #7 exporting layers done 02:13:43 #7 exporting manifest sha256:681c7a2808376b00d0dd215498205d37a9c24939a3cb0c63e66af930e116e984 done 02:13:43 #7 exporting config sha256:1f7befa82c186501fa863f43d89adc6f5eb4a25e705a0d8c3adb532564facdec done 02:13:43 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:43 #7 exporting manifest sha256:ed3f1d4479717887037467499ee68418f248ac48df44dda6a8719aad7f32fa7d done 02:13:43 #7 exporting config sha256:ce2bfd93f1a32eb5a10e555c14c658e7e5009423bebff6ac41441b03cdfb89f1 done 02:13:43 #7 exporting manifest list sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 done 02:13:43 #7 pushing layers 0.0s done 02:13:43 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-proxy-setup:main@sha256:69f287137a850da9b435816656785dc856ad1a9756129b2e0fe661e8cd8d6e52 0.1s done 02:13:43 #7 DONE 0.1s 02:13:43 02:13:43 #8 [auth] security-proxy-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:43 #8 DONE 0.0s 02:13:43 02:13:43 1 warning found (use --debug to expand): 02:13:43  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:43 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:43 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:43 #1 [internal] load build definition from Dockerfile 02:13:43 #1 transferring dockerfile: 211B done 02:13:43 #1 DONE 0.0s 02:13:43 02:13:43 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:43 #2 DONE 0.0s 02:13:43 02:13:43 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:43 #3 DONE 0.0s 02:13:43 02:13:43 #4 [internal] load .dockerignore 02:13:43 #4 transferring context: 2B done 02:13:43 #4 DONE 0.0s 02:13:44 02:13:44 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:44 #5 DONE 0.0s 02:13:44 02:13:44 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:44 #6 DONE 0.1s 02:13:44 02:13:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:44 #7 DONE 0.0s 02:13:44 02:13:44 #8 exporting to image 02:13:44 #8 exporting layers done 02:13:44 #8 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done 02:13:44 #8 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done 02:13:44 #8 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done 02:13:44 #8 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done 02:13:44 #8 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done 02:13:44 #8 pushing layers 0.1s done 02:13:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 02:13:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done 02:13:44 #8 DONE 0.2s 02:13:44 02:13:44 1 warning found (use --debug to expand): 02:13:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:44 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest --push - 02:13:44 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest' 02:13:44 #1 [internal] load build definition from Dockerfile 02:13:44 #1 transferring dockerfile: 177B done 02:13:44 #1 DONE 0.0s 02:13:44 02:13:44 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:13:44 #2 DONE 0.0s 02:13:44 02:13:44 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 02:13:44 #3 DONE 0.0s 02:13:44 02:13:44 #4 [internal] load .dockerignore 02:13:44 #4 transferring context: 2B done 02:13:44 #4 DONE 0.0s 02:13:44 02:13:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:44 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:44 #5 DONE 0.0s 02:13:44 02:13:44 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:44 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:44 #6 CACHED 02:13:44 02:13:44 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:44 #5 CACHED 02:13:44 02:13:44 #7 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:44 #7 DONE 0.0s 02:13:44 02:13:44 #8 exporting to image 02:13:44 #8 exporting layers done 02:13:44 #8 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done 02:13:44 #8 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done 02:13:44 #8 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done 02:13:44 #8 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done 02:13:44 #8 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done 02:13:44 #8 pushing layers 0.0s done 02:13:44 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done 02:13:44 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:44 #8 DONE 0.1s 02:13:44 02:13:44 1 warning found (use --debug to expand): 02:13:44  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 --push - 02:13:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40' 02:13:45 #1 [internal] load build definition from Dockerfile 02:13:45 #1 transferring dockerfile: 183B done 02:13:45 #1 DONE 0.0s 02:13:45 02:13:45 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 02:13:45 #2 DONE 0.0s 02:13:45 02:13:45 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40 02:13:45 #3 DONE 0.0s 02:13:45 02:13:45 #4 [internal] load .dockerignore 02:13:45 #4 transferring context: 2B done 02:13:45 #4 DONE 0.0s 02:13:45 02:13:45 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:45 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:45 #5 CACHED 02:13:45 02:13:45 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:45 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:45 #6 CACHED 02:13:45 02:13:45 #7 exporting to image 02:13:45 #7 exporting layers 02:13:45 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:45 #7 exporting layers done 02:13:45 #7 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done 02:13:45 #7 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done 02:13:45 #7 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done 02:13:45 #7 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done 02:13:45 #7 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done 02:13:45 #7 pushing layers 0.0s done 02:13:45 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:4.1.0-dev.40@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done 02:13:45 #7 DONE 0.1s 02:13:45 02:13:45 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:45 #8 DONE 0.0s 02:13:45 02:13:45 1 warning found (use --debug to expand): 02:13:45  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:45 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:45 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:46 #1 [internal] load build definition from Dockerfile 02:13:46 #1 transferring dockerfile: 224B done 02:13:46 #1 DONE 0.0s 02:13:46 02:13:46 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:46 #2 DONE 0.0s 02:13:46 02:13:46 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:46 #3 DONE 0.0s 02:13:46 02:13:46 #4 [internal] load .dockerignore 02:13:46 #4 transferring context: 2B done 02:13:46 #4 DONE 0.0s 02:13:46 02:13:46 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:46 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:46 #5 CACHED 02:13:46 02:13:46 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:46 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:46 #6 CACHED 02:13:46 02:13:46 #7 exporting to image 02:13:46 #7 exporting layers 02:13:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:46 #7 exporting layers done 02:13:46 #7 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done 02:13:46 #7 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done 02:13:46 #7 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done 02:13:46 #7 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done 02:13:46 #7 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done 02:13:46 #7 pushing layers 0.0s done 02:13:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done 02:13:46 #7 DONE 0.1s 02:13:46 02:13:46 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:46 #8 DONE 0.0s 02:13:46 02:13:46 1 warning found (use --debug to expand): 02:13:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main' 02:13:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-secretstore-setup:main --push - 02:13:46 #1 [internal] load build definition from Dockerfile 02:13:46 #1 transferring dockerfile: 175B done 02:13:46 #1 DONE 0.0s 02:13:46 02:13:46 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:13:46 #2 DONE 0.0s 02:13:46 02:13:46 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 02:13:46 #3 DONE 0.0s 02:13:46 02:13:46 #4 [internal] load .dockerignore 02:13:46 #4 transferring context: 2B done 02:13:46 #4 DONE 0.0s 02:13:46 02:13:46 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:46 #5 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:46 #5 CACHED 02:13:46 02:13:46 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 02:13:46 #6 resolve nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:9273c6885e517cec00d989d93217354e972238390164a7f071fbfa85c7f2087b 0.0s done 02:13:46 #6 CACHED 02:13:46 02:13:46 #7 exporting to image 02:13:46 #7 exporting layers 02:13:46 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:46 #7 exporting layers done 02:13:46 #7 exporting manifest sha256:be28234e35b50a0299ba3a14affcea1473b0a74f8ea620c8fa90e68b3460b408 done 02:13:46 #7 exporting config sha256:d25654324db63769f1b8ac8f9f55ce2390d1299f3b17d6814385c2983310846e done 02:13:46 #7 exporting manifest sha256:04693c2350202aab352f79296894cf3dceadc740758159877c66295d1479a859 done 02:13:46 #7 exporting config sha256:3cdaaa2b7154cbf497259c5407c7e7e68d1779db74ed4520ff4f7f935c70a5b7 done 02:13:46 #7 exporting manifest list sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 done 02:13:46 #7 pushing layers 0.0s done 02:13:46 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-secretstore-setup:main@sha256:29322f75ff8c1b6e39066c2ed845a2331c41d19a25291cad55eef981aa0ac6f2 0.1s done 02:13:46 #7 DONE 0.1s 02:13:46 02:13:46 #8 [auth] security-secretstore-setup:pull,push token for nexus3.edgexfoundry.org:10004 02:13:46 #8 DONE 0.0s 02:13:46 02:13:46 1 warning found (use --debug to expand): 02:13:46  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:46 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:46 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:47 #1 [internal] load build definition from Dockerfile 02:13:47 #1 transferring dockerfile: 215B done 02:13:47 #1 DONE 0.0s 02:13:47 02:13:47 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:47 #2 DONE 0.0s 02:13:47 02:13:47 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:47 #3 DONE 0.0s 02:13:47 02:13:47 #4 [internal] load .dockerignore 02:13:47 #4 transferring context: 2B done 02:13:47 #4 DONE 0.0s 02:13:47 02:13:47 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:47 #5 DONE 0.0s 02:13:47 02:13:47 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:47 #6 DONE 0.1s 02:13:47 02:13:47 #7 exporting to image 02:13:47 #7 exporting layers done 02:13:47 #7 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done 02:13:47 #7 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done 02:13:47 #7 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done 02:13:47 #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f 02:13:47 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:47 #7 ... 02:13:47 02:13:47 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:13:47 #8 DONE 0.0s 02:13:47 02:13:47 #7 exporting to image 02:13:47 #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done 02:13:47 #7 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done 02:13:47 #7 pushing layers 0.1s done 02:13:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 02:13:47 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done 02:13:47 #7 DONE 0.2s 02:13:47 02:13:47 1 warning found (use --debug to expand): 02:13:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:47 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest' 02:13:47 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest --push - 02:13:47 #1 [internal] load build definition from Dockerfile 02:13:47 #1 transferring dockerfile: 181B done 02:13:47 #1 DONE 0.0s 02:13:47 02:13:47 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:13:47 #2 DONE 0.0s 02:13:47 02:13:47 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 02:13:47 #3 DONE 0.0s 02:13:47 02:13:47 #4 [internal] load .dockerignore 02:13:47 #4 transferring context: 2B done 02:13:47 #4 DONE 0.0s 02:13:47 02:13:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:47 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:47 #5 DONE 0.0s 02:13:47 02:13:47 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:47 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:47 #6 CACHED 02:13:47 02:13:47 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:47 #5 CACHED 02:13:47 02:13:47 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:13:47 #7 DONE 0.0s 02:13:47 02:13:47 #8 exporting to image 02:13:47 #8 exporting layers done 02:13:47 #8 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done 02:13:47 #8 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done 02:13:47 #8 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done 02:13:47 #8 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done 02:13:47 #8 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done 02:13:47 #8 pushing layers 0.0s done 02:13:47 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done 02:13:47 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:47 #8 DONE 0.1s 02:13:47 02:13:47 1 warning found (use --debug to expand): 02:13:47  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40' 02:13:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 --push - 02:13:48 #1 [internal] load build definition from Dockerfile 02:13:48 #1 transferring dockerfile: 187B done 02:13:48 #1 DONE 0.0s 02:13:48 02:13:48 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 02:13:48 #2 DONE 0.0s 02:13:48 02:13:48 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40 02:13:48 #3 DONE 0.0s 02:13:48 02:13:48 #4 [internal] load .dockerignore 02:13:48 #4 transferring context: 2B done 02:13:48 #4 DONE 0.0s 02:13:48 02:13:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:48 #5 CACHED 02:13:48 02:13:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:48 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:48 #6 CACHED 02:13:48 02:13:48 #7 exporting to image 02:13:48 #7 exporting layers 02:13:48 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:48 #7 exporting layers done 02:13:48 #7 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done 02:13:48 #7 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done 02:13:48 #7 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done 02:13:48 #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done 02:13:48 #7 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done 02:13:48 #7 pushing layers 0.0s done 02:13:48 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:4.1.0-dev.40@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done 02:13:48 #7 DONE 0.1s 02:13:48 02:13:48 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:13:48 #8 DONE 0.0s 02:13:48 02:13:48 1 warning found (use --debug to expand): 02:13:48  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:48 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:48 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:48 #1 [internal] load build definition from Dockerfile 02:13:48 #1 transferring dockerfile: 228B done 02:13:48 #1 DONE 0.0s 02:13:48 02:13:48 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:48 #2 DONE 0.0s 02:13:48 02:13:48 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:48 #3 DONE 0.0s 02:13:48 02:13:48 #4 [internal] load .dockerignore 02:13:48 #4 transferring context: 2B done 02:13:48 #4 DONE 0.0s 02:13:48 02:13:48 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:48 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:48 #5 DONE 0.0s 02:13:48 02:13:48 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:49 #6 CACHED 02:13:49 02:13:49 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:49 #5 CACHED 02:13:49 02:13:49 #7 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:13:49 #7 DONE 0.0s 02:13:49 02:13:49 #8 exporting to image 02:13:49 #8 exporting layers done 02:13:49 #8 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done 02:13:49 #8 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done 02:13:49 #8 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done 02:13:49 #8 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done 02:13:49 #8 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done 02:13:49 #8 pushing layers 0.0s done 02:13:49 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done 02:13:49 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:49 #8 DONE 0.1s 02:13:49 02:13:49 1 warning found (use --debug to expand): 02:13:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main' 02:13:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main --push - 02:13:49 #1 [internal] load build definition from Dockerfile 02:13:49 #1 transferring dockerfile: 179B done 02:13:49 #1 DONE 0.0s 02:13:49 02:13:49 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:13:49 #2 DONE 0.0s 02:13:49 02:13:49 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 02:13:49 #3 DONE 0.0s 02:13:49 02:13:49 #4 [internal] load .dockerignore 02:13:49 #4 transferring context: 2B done 02:13:49 #4 DONE 0.0s 02:13:49 02:13:49 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:49 #5 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:49 #5 CACHED 02:13:49 02:13:49 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 02:13:49 #6 resolve nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:b7b2fe639eb97cd8072a368348b33bec5f820a69e62d062abfc190cca3be7eba 0.0s done 02:13:49 #6 CACHED 02:13:49 02:13:49 #7 exporting to image 02:13:49 #7 exporting layers 02:13:49 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:49 #7 exporting layers done 02:13:49 #7 exporting manifest sha256:2f0ab6844d7e136a139793adb20b09cf491c1d495e912298b9dc503dbd45c41c done 02:13:49 #7 exporting config sha256:1f446debd4e0f3cfbf3ed9d74995fba5338d216b9a37242057110cf75abd509b done 02:13:49 #7 exporting manifest sha256:94367062b46f6b82d50b5b4c7a2d72ee91cd577daf699f5287ced3d290fcf81e done 02:13:49 #7 exporting config sha256:e6471ebd2fd52ccc11cf07d468c415ea8bb15caebe8735b86d4240492f69515f done 02:13:49 #7 exporting manifest list sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 done 02:13:49 #7 pushing layers 0.0s done 02:13:49 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main@sha256:d86f2680dcf3ce82cab03308ec8f28071e1ff3d68b764e9b75fdfd1cde0d9b27 0.1s done 02:13:49 #7 DONE 0.1s 02:13:49 02:13:49 #8 [auth] security-spiffe-token-provider:pull,push token for nexus3.edgexfoundry.org:10004 02:13:49 #8 DONE 0.0s 02:13:49 02:13:49 1 warning found (use --debug to expand): 02:13:49  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:49 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:49 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:50 #1 [internal] load build definition from Dockerfile 02:13:50 #1 transferring dockerfile: 205B done 02:13:50 #1 DONE 0.0s 02:13:50 02:13:50 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:50 #2 DONE 0.0s 02:13:50 02:13:50 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:50 #3 DONE 0.0s 02:13:50 02:13:50 #4 [internal] load .dockerignore 02:13:50 #4 transferring context: 2B done 02:13:50 #4 DONE 0.0s 02:13:50 02:13:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:50 #5 DONE 0.1s 02:13:50 02:13:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:50 #6 DONE 0.0s 02:13:50 02:13:50 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:13:50 #7 DONE 0.0s 02:13:50 02:13:50 #8 exporting to image 02:13:50 #8 exporting layers done 02:13:50 #8 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done 02:13:50 #8 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done 02:13:50 #8 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done 02:13:50 #8 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done 02:13:50 #8 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.0s done 02:13:50 #8 pushing layers 0.1s done 02:13:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 02:13:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done 02:13:50 #8 DONE 0.2s 02:13:50 02:13:50 1 warning found (use --debug to expand): 02:13:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:50 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest' 02:13:50 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:latest --push - 02:13:50 #1 [internal] load build definition from Dockerfile 02:13:50 #1 transferring dockerfile: 171B 0.0s done 02:13:50 #1 DONE 0.0s 02:13:50 02:13:50 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:13:50 #2 DONE 0.0s 02:13:50 02:13:50 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:latest 02:13:50 #3 DONE 0.0s 02:13:50 02:13:50 #4 [internal] load .dockerignore 02:13:50 #4 transferring context: 2B done 02:13:50 #4 DONE 0.0s 02:13:50 02:13:50 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:50 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe done 02:13:50 #5 CACHED 02:13:50 02:13:50 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:50 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:50 #6 CACHED 02:13:50 02:13:50 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:13:50 #7 DONE 0.0s 02:13:50 02:13:50 #8 exporting to image 02:13:50 #8 exporting layers done 02:13:50 #8 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done 02:13:50 #8 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done 02:13:50 #8 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done 02:13:50 #8 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done 02:13:50 #8 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done 02:13:50 #8 pushing layers 0.0s done 02:13:50 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:latest@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done 02:13:50 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:50 #8 DONE 0.1s 02:13:50 02:13:50 1 warning found (use --debug to expand): 02:13:50  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 --push - 02:13:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40' 02:13:51 #1 [internal] load build definition from Dockerfile 02:13:51 #1 transferring dockerfile: 177B done 02:13:51 #1 DONE 0.0s 02:13:51 02:13:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 02:13:51 #2 DONE 0.0s 02:13:51 02:13:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40 02:13:51 #3 DONE 0.0s 02:13:51 02:13:51 #4 [internal] load .dockerignore 02:13:51 #4 transferring context: 2B done 02:13:51 #4 DONE 0.0s 02:13:51 02:13:51 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:51 #5 CACHED 02:13:51 02:13:51 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:51 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:51 #6 CACHED 02:13:51 02:13:51 #7 exporting to image 02:13:51 #7 exporting layers done 02:13:51 #7 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done 02:13:51 #7 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a 02:13:51 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:51 #7 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done 02:13:51 #7 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done 02:13:51 #7 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done 02:13:51 #7 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done 02:13:51 #7 pushing layers 0.0s done 02:13:51 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:4.1.0-dev.40@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done 02:13:51 #7 DONE 0.1s 02:13:51 02:13:51 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:13:51 #8 DONE 0.0s 02:13:51 02:13:51 1 warning found (use --debug to expand): 02:13:51  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:51 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:51 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:51 #1 [internal] load build definition from Dockerfile 02:13:51 #1 transferring dockerfile: 218B done 02:13:51 #1 DONE 0.0s 02:13:51 02:13:51 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:51 #2 DONE 0.0s 02:13:51 02:13:51 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:51 #3 DONE 0.0s 02:13:51 02:13:51 #4 [internal] load .dockerignore 02:13:51 #4 transferring context: 2B done 02:13:51 #4 DONE 0.0s 02:13:51 02:13:51 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:51 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:51 #5 DONE 0.0s 02:13:51 02:13:51 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:52 #6 CACHED 02:13:52 02:13:52 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:52 #5 CACHED 02:13:52 02:13:52 #7 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:13:52 #7 DONE 0.0s 02:13:52 02:13:52 #8 exporting to image 02:13:52 #8 exporting layers done 02:13:52 #8 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done 02:13:52 #8 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done 02:13:52 #8 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done 02:13:52 #8 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done 02:13:52 #8 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done 02:13:52 #8 pushing layers 0.0s done 02:13:52 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done 02:13:52 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:52 #8 DONE 0.1s 02:13:52 02:13:52 1 warning found (use --debug to expand): 02:13:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main' 02:13:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-agent:main --push - 02:13:52 #1 [internal] load build definition from Dockerfile 02:13:52 #1 transferring dockerfile: 169B done 02:13:52 #1 DONE 0.0s 02:13:52 02:13:52 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:13:52 #2 DONE 0.0s 02:13:52 02:13:52 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-agent:main 02:13:52 #3 DONE 0.0s 02:13:52 02:13:52 #4 [internal] load .dockerignore 02:13:52 #4 transferring context: 2B done 02:13:52 #4 DONE 0.0s 02:13:52 02:13:52 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:52 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:52 #5 CACHED 02:13:52 02:13:52 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 02:13:52 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:9382248a7a2e035a02a75fb8848e587e7ecd17f674fb137db1e5086cced061fe 0.0s done 02:13:52 #6 CACHED 02:13:52 02:13:52 #7 exporting to image 02:13:52 #7 exporting layers done 02:13:52 #7 exporting manifest sha256:cf31fa3ad7f4becf0e85993417494e3bf2fedac6895817d481f08684dc2925d2 done 02:13:52 #7 exporting config sha256:6acb3bc0032ddb997504bd2b160aec15d45245f6f5590412ad6d34fd812d2e6a done 02:13:52 #7 exporting manifest sha256:995c57ac56a7fc09838e46de5db8e6350b90c2a756a3f492b5907fa8ea7021b8 done 02:13:52 #7 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc 02:13:52 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:52 #7 exporting config sha256:375fc9eea7ca766fe8492dae8d31f0a5a7068db86fa3768d19defe19a9d439cc done 02:13:52 #7 exporting manifest list sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 done 02:13:52 #7 pushing layers 0.0s done 02:13:52 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-agent:main@sha256:d5d44adc50ba3f25710aed0d5aa524e630d6d5420613d80929b321242673efc6 0.1s done 02:13:52 #7 DONE 0.1s 02:13:52 02:13:52 #8 [auth] security-spire-agent:pull,push token for nexus3.edgexfoundry.org:10004 02:13:52 #8 DONE 0.0s 02:13:52 02:13:52 1 warning found (use --debug to expand): 02:13:52  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:52 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:52 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:52 #1 [internal] load build definition from Dockerfile 02:13:52 #1 transferring dockerfile: 206B done 02:13:52 #1 DONE 0.0s 02:13:52 02:13:52 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:52 #2 DONE 0.0s 02:13:52 02:13:52 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:52 #3 DONE 0.0s 02:13:52 02:13:52 #4 [internal] load .dockerignore 02:13:52 #4 transferring context: 2B done 02:13:52 #4 DONE 0.0s 02:13:53 02:13:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:53 #5 DONE 0.0s 02:13:53 02:13:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:53 #6 DONE 0.1s 02:13:53 02:13:53 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:13:53 #7 DONE 0.0s 02:13:53 02:13:53 #8 exporting to image 02:13:53 #8 exporting layers done 02:13:53 #8 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done 02:13:53 #8 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done 02:13:53 #8 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done 02:13:53 #8 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done 02:13:53 #8 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done 02:13:53 #8 pushing layers 0.1s done 02:13:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 02:13:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done 02:13:53 #8 DONE 0.2s 02:13:53 02:13:53 1 warning found (use --debug to expand): 02:13:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest' 02:13:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:latest --push - 02:13:53 #1 [internal] load build definition from Dockerfile 02:13:53 #1 transferring dockerfile: 172B done 02:13:53 #1 DONE 0.0s 02:13:53 02:13:53 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:13:53 #2 DONE 0.0s 02:13:53 02:13:53 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:latest 02:13:53 #3 DONE 0.0s 02:13:53 02:13:53 #4 [internal] load .dockerignore 02:13:53 #4 transferring context: 2B done 02:13:53 #4 DONE 0.0s 02:13:53 02:13:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:53 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:53 #5 CACHED 02:13:53 02:13:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:53 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:53 #6 CACHED 02:13:53 02:13:53 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:13:53 #7 DONE 0.0s 02:13:53 02:13:53 #8 exporting to image 02:13:53 #8 exporting layers done 02:13:53 #8 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done 02:13:53 #8 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done 02:13:53 #8 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done 02:13:53 #8 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done 02:13:53 #8 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done 02:13:53 #8 pushing layers 0.0s done 02:13:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:latest@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done 02:13:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:53 #8 DONE 0.1s 02:13:53 02:13:53 1 warning found (use --debug to expand): 02:13:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40' 02:13:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 --push - 02:13:54 #1 [internal] load build definition from Dockerfile 02:13:54 #1 transferring dockerfile: 178B done 02:13:54 #1 DONE 0.0s 02:13:54 02:13:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 02:13:54 #2 DONE 0.0s 02:13:54 02:13:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40 02:13:54 #3 DONE 0.0s 02:13:54 02:13:54 #4 [internal] load .dockerignore 02:13:54 #4 transferring context: 2B done 02:13:54 #4 DONE 0.0s 02:13:54 02:13:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:54 #5 CACHED 02:13:54 02:13:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:54 #6 CACHED 02:13:54 02:13:54 #7 exporting to image 02:13:54 #7 exporting layers done 02:13:54 #7 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done 02:13:54 #7 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done 02:13:54 #7 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done 02:13:54 #7 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d 02:13:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:54 #7 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done 02:13:54 #7 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done 02:13:54 #7 pushing layers 0.0s done 02:13:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:4.1.0-dev.40@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done 02:13:54 #7 DONE 0.1s 02:13:54 02:13:54 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:13:54 #8 DONE 0.0s 02:13:54 02:13:54 1 warning found (use --debug to expand): 02:13:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:54 #1 [internal] load build definition from Dockerfile 02:13:54 #1 transferring dockerfile: 219B done 02:13:54 #1 DONE 0.0s 02:13:54 02:13:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:54 #2 DONE 0.0s 02:13:54 02:13:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:54 #3 DONE 0.0s 02:13:54 02:13:54 #4 [internal] load .dockerignore 02:13:54 #4 transferring context: 2B done 02:13:54 #4 DONE 0.0s 02:13:54 02:13:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:54 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:54 #5 CACHED 02:13:54 02:13:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:54 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:54 #6 CACHED 02:13:54 02:13:54 #7 exporting to image 02:13:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:55 #7 exporting layers done 02:13:55 #7 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done 02:13:55 #7 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done 02:13:55 #7 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done 02:13:55 #7 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done 02:13:55 #7 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done 02:13:55 #7 pushing layers 0.0s done 02:13:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done 02:13:55 #7 DONE 0.1s 02:13:55 02:13:55 #8 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:13:55 #8 DONE 0.0s 02:13:55 02:13:55 1 warning found (use --debug to expand): 02:13:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-config:main' 02:13:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-config:main --push - 02:13:55 #1 [internal] load build definition from Dockerfile 02:13:55 #1 transferring dockerfile: 170B done 02:13:55 #1 DONE 0.0s 02:13:55 02:13:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:13:55 #2 DONE 0.0s 02:13:55 02:13:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-config:main 02:13:55 #3 DONE 0.0s 02:13:55 02:13:55 #4 [internal] load .dockerignore 02:13:55 #4 transferring context: 2B done 02:13:55 #4 DONE 0.0s 02:13:55 02:13:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:55 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:55 #5 CACHED 02:13:55 02:13:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 02:13:55 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:f9526cac78b91f463b1b91abb4302c01c4038d59ea56ccc0a8b65009d39ff08a 0.0s done 02:13:55 #6 CACHED 02:13:55 02:13:55 #7 [auth] security-spire-config:pull,push token for nexus3.edgexfoundry.org:10004 02:13:55 #7 DONE 0.0s 02:13:55 02:13:55 #8 exporting to image 02:13:55 #8 exporting layers done 02:13:55 #8 exporting manifest sha256:2d6b5b4690714678fb6bedeca299922e6fea476115955b488f28db7c961c90b8 done 02:13:55 #8 exporting config sha256:a28131ac6f4dce03334dad43c4db5fc1f03ebade541cda233544f4e469feb979 done 02:13:55 #8 exporting manifest sha256:d981208df4df9499952a20870f9f7b7f89967c8c9487a3c12077eed4c769bed9 done 02:13:55 #8 exporting config sha256:053158e8c5406780e10d806feb5dbd9a6e608d41451c2569d33a36770874d35d done 02:13:55 #8 exporting manifest list sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d done 02:13:55 #8 pushing layers 0.0s done 02:13:55 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-config:main@sha256:49bd716b1efe3aeeef8e49c9f37b4fa921aaed892f72008150b8e1eefb0d125d 0.1s done 02:13:55 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:55 #8 DONE 0.1s 02:13:55 02:13:55 1 warning found (use --debug to expand): 02:13:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:56 #1 [internal] load build definition from Dockerfile 02:13:56 #1 transferring dockerfile: 206B done 02:13:56 #1 DONE 0.0s 02:13:56 02:13:56 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:56 #2 DONE 0.0s 02:13:56 02:13:56 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:56 #3 DONE 0.0s 02:13:56 02:13:56 #4 [internal] load .dockerignore 02:13:56 #4 transferring context: 2B done 02:13:56 #4 DONE 0.0s 02:13:56 02:13:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:56 #5 ... 02:13:56 02:13:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:56 #6 DONE 0.1s 02:13:56 02:13:56 #7 exporting to image 02:13:56 #7 exporting layers done 02:13:56 #7 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 0.0s done 02:13:56 #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 02:13:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:56 #7 ... 02:13:56 02:13:56 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:13:56 #8 DONE 0.0s 02:13:56 02:13:56 #7 exporting to image 02:13:56 #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done 02:13:56 #7 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done 02:13:56 #7 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done 02:13:56 #7 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done 02:13:56 #7 pushing layers 0.1s done 02:13:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 02:13:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done 02:13:56 #7 DONE 0.2s 02:13:56 02:13:56 1 warning found (use --debug to expand): 02:13:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:56 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest' 02:13:56 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:latest --push - 02:13:56 #1 [internal] load build definition from Dockerfile 02:13:56 #1 transferring dockerfile: 172B done 02:13:56 #1 DONE 0.0s 02:13:56 02:13:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:13:56 #2 DONE 0.0s 02:13:56 02:13:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:latest 02:13:56 #3 DONE 0.0s 02:13:56 02:13:56 #4 [internal] load .dockerignore 02:13:56 #4 transferring context: 2B done 02:13:56 #4 DONE 0.0s 02:13:56 02:13:56 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:56 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:56 #5 CACHED 02:13:56 02:13:56 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:56 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:56 #6 CACHED 02:13:56 02:13:56 #7 exporting to image 02:13:56 #7 exporting layers done 02:13:56 #7 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done 02:13:56 #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 02:13:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:57 #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done 02:13:57 #7 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done 02:13:57 #7 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done 02:13:57 #7 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done 02:13:57 #7 pushing layers 0.0s done 02:13:57 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:latest@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done 02:13:57 #7 DONE 0.1s 02:13:57 02:13:57 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:13:57 #8 DONE 0.0s 02:13:57 02:13:57 1 warning found (use --debug to expand): 02:13:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40' 02:13:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 --push - 02:13:57 #1 [internal] load build definition from Dockerfile 02:13:57 #1 transferring dockerfile: 178B done 02:13:57 #1 DONE 0.0s 02:13:57 02:13:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 02:13:57 #2 DONE 0.0s 02:13:57 02:13:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40 02:13:57 #3 DONE 0.0s 02:13:57 02:13:57 #4 [internal] load .dockerignore 02:13:57 #4 transferring context: 2B done 02:13:57 #4 DONE 0.0s 02:13:57 02:13:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:57 #5 DONE 0.0s 02:13:57 02:13:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:57 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:57 #6 CACHED 02:13:57 02:13:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:57 #5 CACHED 02:13:57 02:13:57 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:13:57 #7 DONE 0.0s 02:13:57 02:13:57 #8 exporting to image 02:13:57 #8 exporting layers done 02:13:57 #8 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done 02:13:57 #8 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done 02:13:57 #8 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done 02:13:57 #8 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done 02:13:57 #8 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done 02:13:57 #8 pushing layers 0.0s done 02:13:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:4.1.0-dev.40@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done 02:13:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:57 #8 DONE 0.1s 02:13:57 02:13:57 1 warning found (use --debug to expand): 02:13:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:13:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:13:57 #1 [internal] load build definition from Dockerfile 02:13:57 #1 transferring dockerfile: 219B done 02:13:57 #1 DONE 0.0s 02:13:57 02:13:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:57 #2 DONE 0.0s 02:13:57 02:13:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:13:57 #3 DONE 0.0s 02:13:57 02:13:57 #4 [internal] load .dockerignore 02:13:57 #4 transferring context: 2B done 02:13:57 #4 DONE 0.0s 02:13:57 02:13:57 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:57 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:57 #5 CACHED 02:13:57 02:13:57 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:58 #6 CACHED 02:13:58 02:13:58 #7 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:13:58 #7 DONE 0.0s 02:13:58 02:13:58 #8 exporting to image 02:13:58 #8 exporting layers done 02:13:58 #8 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done 02:13:58 #8 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done 02:13:58 #8 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done 02:13:58 #8 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done 02:13:58 #8 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done 02:13:58 #8 pushing layers 0.0s done 02:13:58 #8 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done 02:13:58 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:58 #8 DONE 0.1s 02:13:58 02:13:58 1 warning found (use --debug to expand): 02:13:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/security-spire-server:main --push - 02:13:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/security-spire-server:main' 02:13:58 #1 [internal] load build definition from Dockerfile 02:13:58 #1 transferring dockerfile: 170B done 02:13:58 #1 DONE 0.0s 02:13:58 02:13:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:13:58 #2 DONE 0.0s 02:13:58 02:13:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/security-spire-server:main 02:13:58 #3 DONE 0.0s 02:13:58 02:13:58 #4 [internal] load .dockerignore 02:13:58 #4 transferring context: 2B done 02:13:58 #4 DONE 0.0s 02:13:58 02:13:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:58 #5 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:58 #5 CACHED 02:13:58 02:13:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 02:13:58 #6 resolve nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:37e44bf5b940e350c9e155e16118bf0772b3493568076fe26f4289f497112381 0.0s done 02:13:58 #6 CACHED 02:13:58 02:13:58 #7 exporting to image 02:13:58 #7 exporting layers done 02:13:58 #7 exporting manifest sha256:14d1b8680d2faf087b2584d31426e591082238d3f3619e03d39e9bd9e180e3c7 done 02:13:58 #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 02:13:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:58 #7 exporting config sha256:6a3c62f792b52f40ddae77cd88eface33dc47459906b6245061bd2d3307a1c07 done 02:13:58 #7 exporting manifest sha256:2a9ae2c95987dc4126447033efd835a11c6595329f7d46cf5518e3d0847aa0db done 02:13:58 #7 exporting config sha256:1c632dd028769a78dbf74689b26a798a4c8312ca6b2f825c17610ad7cb5f21fd done 02:13:58 #7 exporting manifest list sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a done 02:13:58 #7 pushing layers 0.0s done 02:13:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/security-spire-server:main@sha256:648d6597e8bdec6c0a95779437db97187f0618b4d5e2d5a14eab038bf1638a9a 0.1s done 02:13:58 #7 DONE 0.1s 02:13:58 02:13:58 #8 [auth] security-spire-server:pull,push token for nexus3.edgexfoundry.org:10004 02:13:58 #8 DONE 0.0s 02:13:58 02:13:58 1 warning found (use --debug to expand): 02:13:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:13:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:13:58 #1 [internal] load build definition from Dockerfile 02:13:58 #1 transferring dockerfile: 206B done 02:13:58 #1 DONE 0.0s 02:13:58 02:13:58 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:58 #2 DONE 0.0s 02:13:58 02:13:58 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873 02:13:58 #3 DONE 0.0s 02:13:58 02:13:58 #4 [internal] load .dockerignore 02:13:58 #4 transferring context: 2B done 02:13:58 #4 DONE 0.0s 02:13:58 02:13:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:13:58 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:13:59 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:13:59 #5 DONE 0.0s 02:13:59 02:13:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:13:59 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:13:59 #6 DONE 0.1s 02:13:59 02:13:59 #7 exporting to image 02:13:59 #7 exporting layers done 02:13:59 #7 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done 02:13:59 #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done 02:13:59 #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done 02:13:59 #7 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done 02:13:59 #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 02:13:59 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:13:59 #7 ... 02:13:59 02:13:59 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:13:59 #8 DONE 0.0s 02:13:59 02:13:59 #7 exporting to image 02:13:59 #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done 02:13:59 #7 pushing layers 0.1s done 02:13:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 02:13:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done 02:13:59 #7 DONE 0.2s 02:13:59 02:13:59 1 warning found (use --debug to expand): 02:13:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:13:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:latest' 02:13:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:latest --push - 02:13:59 #1 [internal] load build definition from Dockerfile 02:13:59 #1 transferring dockerfile: 172B done 02:13:59 #1 DONE 0.0s 02:13:59 02:13:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:13:59 #2 DONE 0.0s 02:13:59 02:13:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:latest 02:13:59 #3 DONE 0.0s 02:13:59 02:13:59 #4 [internal] load .dockerignore 02:13:59 #4 transferring context: 2B done 02:13:59 #4 DONE 0.0s 02:13:59 02:13:59 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:13:59 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:13:59 #5 CACHED 02:13:59 02:13:59 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:13:59 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:14:00 #6 CACHED 02:14:00 02:14:00 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:14:00 #7 DONE 0.0s 02:14:00 02:14:00 #8 exporting to image 02:14:00 #8 exporting layers done 02:14:00 #8 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done 02:14:00 #8 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done 02:14:00 #8 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done 02:14:00 #8 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done 02:14:00 #8 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done 02:14:00 #8 pushing layers 0.0s done 02:14:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:latest@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done 02:14:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:00 #8 DONE 0.1s 02:14:00 02:14:00 1 warning found (use --debug to expand): 02:14:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 --push - 02:14:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40' 02:14:00 #1 [internal] load build definition from Dockerfile 02:14:00 #1 transferring dockerfile: 178B done 02:14:00 #1 DONE 0.0s 02:14:00 02:14:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 02:14:00 #2 DONE 0.0s 02:14:00 02:14:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40 02:14:00 #3 DONE 0.0s 02:14:00 02:14:00 #4 [internal] load .dockerignore 02:14:00 #4 transferring context: 2B done 02:14:00 #4 DONE 0.0s 02:14:00 02:14:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:14:00 #5 DONE 0.0s 02:14:00 02:14:00 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:00 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:14:00 #6 CACHED 02:14:00 02:14:00 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:00 #5 CACHED 02:14:00 02:14:00 #7 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:14:00 #7 DONE 0.0s 02:14:00 02:14:00 #8 exporting to image 02:14:00 #8 exporting layers done 02:14:00 #8 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done 02:14:00 #8 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done 02:14:00 #8 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done 02:14:00 #8 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done 02:14:00 #8 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done 02:14:00 #8 pushing layers 0.0s done 02:14:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:4.1.0-dev.40@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done 02:14:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:00 #8 DONE 0.1s 02:14:00 02:14:00 1 warning found (use --debug to expand): 02:14:00  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:00 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:14:00 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:14:00 #1 [internal] load build definition from Dockerfile 02:14:00 #1 transferring dockerfile: 219B done 02:14:00 #1 DONE 0.0s 02:14:00 02:14:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:14:00 #2 DONE 0.0s 02:14:00 02:14:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:14:00 #3 DONE 0.0s 02:14:00 02:14:00 #4 [internal] load .dockerignore 02:14:00 #4 transferring context: 2B done 02:14:00 #4 DONE 0.0s 02:14:00 02:14:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:00 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:14:00 #5 CACHED 02:14:00 02:14:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:00 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.0s done 02:14:00 #6 CACHED 02:14:00 02:14:00 #7 exporting to image 02:14:00 #7 exporting layers 02:14:00 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:01 #7 exporting layers done 02:14:01 #7 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e done 02:14:01 #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf done 02:14:01 #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec done 02:14:01 #7 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d done 02:14:01 #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac done 02:14:01 #7 pushing layers 0.0s done 02:14:01 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done 02:14:01 #7 DONE 0.1s 02:14:01 02:14:01 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:14:01 #8 DONE 0.0s 02:14:01 02:14:01 1 warning found (use --debug to expand): 02:14:01  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:01 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-notifications:main' 02:14:01 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-notifications:main --push - 02:14:02 #1 [internal] load build definition from Dockerfile 02:14:02 #1 transferring dockerfile: 170B done 02:14:02 #1 DONE 0.6s 02:14:02 02:14:02 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:14:02 #2 DONE 0.4s 02:14:02 02:14:02 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-notifications:main 02:14:02 #3 DONE 0.3s 02:14:02 02:14:02 #4 [internal] load .dockerignore 02:14:03 #4 transferring context: 2B done 02:14:03 #4 DONE 0.5s 02:14:03 02:14:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:03 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:03 #5 ... 02:14:03 02:14:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:03 #6 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.4s done 02:14:03 #6 DONE 0.5s 02:14:03 02:14:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:03 #5 resolve nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 0.5s done 02:14:03 #5 DONE 0.6s 02:14:03 02:14:03 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:03 #5 CACHED 02:14:03 02:14:03 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:289b5ad96c86f5ddd09baae5f492a7233b74944345e346b0333fc030ab57cfc1 02:14:03 #6 CACHED 02:14:03 02:14:03 #7 exporting to image 02:14:03 #7 exporting layers 02:14:03 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:04 #7 exporting layers done 02:14:04 #7 exporting manifest sha256:1739dbd38796bf3127e9d8b7e85997728e1a8e9a67f73fa7faffbd9f6839035e 0.1s done 02:14:04 #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf 02:14:04 #7 exporting config sha256:c0a2a4030656e51291bd8fcf49b40766eaac497bc2d42cfcf3ee4bfc01b7debf 0.1s done 02:14:04 #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec 02:14:04 #7 exporting manifest sha256:0911c63a96115398366e50725fbef7e44614dea29c070aed5aa79474471869ec 0.1s done 02:14:04 #7 exporting config sha256:fa5cfea0948a3ce5b61c85379b6d838a8fe49a83b01ced0017dafbbc24103f1d 0.0s done 02:14:04 #7 exporting manifest list sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.0s done 02:14:04 #7 pushing layers 0.0s done 02:14:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 02:14:04 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-notifications:main@sha256:5e87dee463eae0224ed6fb10ded5b6c9575e1de50d6cb3031445ad24cf06edac 0.1s done 02:14:04 #7 DONE 0.4s 02:14:04 02:14:04 #8 [auth] support-notifications:pull,push token for nexus3.edgexfoundry.org:10004 02:14:04 #8 DONE 0.0s 02:14:05 02:14:05 1 warning found (use --debug to expand): 02:14:05  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:05 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 --push - 02:14:05 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873' 02:14:05 #1 [internal] load build definition from Dockerfile 02:14:05 #1 transferring dockerfile: 02:14:06 #1 transferring dockerfile: 202B done 02:14:06 #1 DONE 0.2s 02:14:06 02:14:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 02:14:06 #2 ... 02:14:06 02:14:06 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 02:14:06 #3 DONE 0.2s 02:14:06 02:14:06 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873 02:14:06 #2 DONE 0.3s 02:14:06 02:14:06 #4 [internal] load .dockerignore 02:14:06 #4 transferring context: 2B done 02:14:06 #4 DONE 0.2s 02:14:06 02:14:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:06 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done 02:14:06 #5 DONE 0.1s 02:14:06 02:14:06 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:06 #6 DONE 0.1s 02:14:06 02:14:06 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:06 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done 02:14:07 #5 DONE 0.8s 02:14:07 02:14:07 #7 exporting to image 02:14:07 #7 exporting layers done 02:14:07 #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 02:14:07 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:07 #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.1s done 02:14:07 #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 0.0s done 02:14:07 #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 0.1s done 02:14:07 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 02:14:07 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.1s done 02:14:07 #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 02:14:07 #7 ... 02:14:07 02:14:07 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:14:07 #8 DONE 0.0s 02:14:07 02:14:07 #7 exporting to image 02:14:07 #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done 02:14:07 #7 pushing layers 0.1s done 02:14:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 02:14:07 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done 02:14:07 #7 DONE 0.6s 02:14:08 02:14:08 1 warning found (use --debug to expand): 02:14:08  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:09 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest' 02:14:09 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:latest --push - 02:14:09 #1 [internal] load build definition from Dockerfile 02:14:09 #1 transferring dockerfile: 168B done 02:14:09 #1 DONE 0.2s 02:14:09 02:14:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:14:09 #2 ... 02:14:09 02:14:09 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:14:09 #3 DONE 0.1s 02:14:09 02:14:09 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:latest 02:14:09 #2 DONE 0.2s 02:14:09 02:14:09 #4 [internal] load .dockerignore 02:14:09 #4 transferring context: 02:14:09 #4 transferring context: 2B done 02:14:09 #4 DONE 0.3s 02:14:09 02:14:09 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:10 #5 ... 02:14:10 02:14:10 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:10 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done 02:14:10 #6 CACHED 02:14:10 02:14:10 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:10 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.1s done 02:14:10 #5 CACHED 02:14:10 02:14:10 #7 exporting to image 02:14:10 #7 exporting layers done 02:14:10 #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.0s done 02:14:10 #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 done 02:14:10 #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 0.1s done 02:14:10 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 02:14:10 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:10 #7 ... 02:14:10 02:14:10 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:14:10 #8 DONE 0.0s 02:14:10 02:14:10 #7 exporting to image 02:14:10 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.0s done 02:14:10 #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.0s done 02:14:10 #7 pushing layers 0.0s done 02:14:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 02:14:10 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:latest@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.2s done 02:14:10 #7 DONE 0.3s 02:14:11 02:14:11 1 warning found (use --debug to expand): 02:14:11  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:11 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40' 02:14:11 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 --push - 02:14:11 #1 [internal] load build definition from Dockerfile 02:14:11 #1 transferring dockerfile: 174B done 02:14:12 #1 DONE 0.3s 02:14:12 02:14:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 02:14:12 #2 DONE 0.1s 02:14:12 02:14:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40 02:14:12 #3 DONE 0.1s 02:14:12 02:14:12 #4 [internal] load .dockerignore 02:14:12 #4 transferring context: 2B done 02:14:12 #4 DONE 0.2s 02:14:12 02:14:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:12 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:12 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done 02:14:12 #5 DONE 0.2s 02:14:12 02:14:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:12 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done 02:14:12 #6 DONE 0.2s 02:14:12 02:14:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:12 #5 CACHED 02:14:12 02:14:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:12 #6 CACHED 02:14:12 02:14:12 #7 exporting to image 02:14:12 #7 exporting layers 02:14:12 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:12 #7 exporting layers done 02:14:12 #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.0s done 02:14:12 #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 0.0s done 02:14:12 #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 done 02:14:12 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 done 02:14:12 #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 done 02:14:12 #7 pushing layers 0.0s done 02:14:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 02:14:12 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done 02:14:12 #7 DONE 0.2s 02:14:12 02:14:12 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:14:12 #8 DONE 0.0s 02:14:13 02:14:13 1 warning found (use --debug to expand): 02:14:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40' 02:14:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 --push - 02:14:14 #1 [internal] load build definition from Dockerfile 02:14:14 #1 transferring dockerfile: 215B 0.0s done 02:14:14 #1 DONE 0.2s 02:14:14 02:14:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:14:14 #2 DONE 0.2s 02:14:14 02:14:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:14:14 #3 DONE 0.2s 02:14:14 02:14:14 #4 [internal] load .dockerignore 02:14:14 #4 transferring context: 2B done 02:14:14 #4 DONE 0.3s 02:14:14 02:14:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:14 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done 02:14:14 #5 CACHED 02:14:14 02:14:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:14 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done 02:14:14 #6 CACHED 02:14:14 02:14:14 #7 exporting to image 02:14:14 #7 exporting layers done 02:14:14 #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb 0.0s done 02:14:14 #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 done 02:14:14 #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 done 02:14:14 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 02:14:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:14 #7 ... 02:14:14 02:14:14 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:14:14 #8 DONE 0.0s 02:14:14 02:14:14 #7 exporting to image 02:14:14 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.0s done 02:14:14 #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.0s done 02:14:14 #7 pushing layers 0.0s done 02:14:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 02:14:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done 02:14:15 #7 DONE 0.2s 02:14:15 02:14:15 1 warning found (use --debug to expand): 02:14:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 02:14:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/support-scheduler:main' 02:14:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/support-scheduler:main --push - 02:14:15 #1 [internal] load build definition from Dockerfile 02:14:15 #1 transferring dockerfile: 166B done 02:14:15 #1 DONE 0.2s 02:14:16 02:14:16 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:14:16 #2 DONE 0.4s 02:14:16 02:14:16 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/support-scheduler:main 02:14:16 #3 DONE 0.4s 02:14:16 02:14:16 #4 [internal] load .dockerignore 02:14:16 #4 transferring context: 2B done 02:14:17 #4 DONE 0.2s 02:14:17 02:14:17 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:17 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:17 #5 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done 02:14:17 #5 CACHED 02:14:17 02:14:17 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 02:14:17 #6 resolve nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:dd93377fbdf80b42358c65819521fc848803cfd945793d63ee6463145ba70a7c 0.2s done 02:14:17 #6 CACHED 02:14:17 02:14:17 #7 exporting to image 02:14:17 #7 exporting layers done 02:14:17 #7 exporting manifest sha256:fa09e2dc5cd76fd8325f845b19d7fccd0f9f1ca5ccf8e68c47213871efb517bb done 02:14:17 #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 02:14:17 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 02:14:17 #7 ... 02:14:17 02:14:17 #8 [auth] support-scheduler:pull,push token for nexus3.edgexfoundry.org:10004 02:14:17 #8 DONE 0.0s 02:14:17 02:14:17 #7 exporting to image 02:14:17 #7 exporting config sha256:95d910e7a41b90de4c40ea2705309cfb611c9531c1fa26cdfb6b8c11609c5802 done 02:14:17 #7 exporting manifest sha256:1fbf05828a8549fb327f5315b247eedb8a0abf8df364bcfc44a1f7c7bd58b584 0.0s done 02:14:17 #7 exporting config sha256:72fc92dcc822a6a61e165e1b652bb4d69cf91cf3fd29717291b6c980322af424 0.0s done 02:14:17 #7 exporting manifest list sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.0s done 02:14:17 #7 pushing layers 0.0s done 02:14:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 02:14:17 #7 pushing manifest for nexus3.edgexfoundry.org:10004/support-scheduler:main@sha256:18eeacfc2ef09570bb53d560b7537b7ded5dc13b13bf6fc65d98bbd8a1f30f62 0.1s done 02:14:17 #7 DONE 0.2s 02:14:17 02:14:17 1 warning found (use --debug to expand): 02:14:17  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:14:18 + '[' -d /w/workspace/edgex-go/872/archives ']' [Pipeline] libraryResource [Pipeline] sh 02:14:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:14:19 ---> package-listing.sh 02:14:19 ++ facter osfamily 02:14:19 ++ tr '[:upper:]' '[:lower:]' 02:14:19 + OS_FAMILY=redhat 02:14:19 + workspace=/w/workspace/edgex-go/872 02:14:19 + START_PACKAGES=/tmp/packages_start.txt 02:14:19 + END_PACKAGES=/tmp/packages_end.txt 02:14:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:14:19 + PACKAGES=/tmp/packages_start.txt 02:14:19 + '[' /w/workspace/edgex-go/872 ']' 02:14:19 + PACKAGES=/tmp/packages_end.txt 02:14:19 + case "${OS_FAMILY}" in 02:14:19 + sort 02:14:19 + rpm -qa 02:14:19 + '[' -f /tmp/packages_start.txt ']' 02:14:19 + '[' -f /tmp/packages_end.txt ']' 02:14:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:14:19 + '[' /w/workspace/edgex-go/872 ']' 02:14:19 + mkdir -p /w/workspace/edgex-go/872/archives/ 02:14:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/872/archives/ [Pipeline] echo 02:14:19 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/872/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:14:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:14:20 02:14:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:14:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:14:21 latest: Pulling from edgex-lftools-log-publisher 02:14:21 5eb5b503b376: Pulling fs layer 02:14:21 5c69ac0246d0: Pulling fs layer 02:14:21 ec43610c2a17: Pulling fs layer 02:14:21 3a2ae6a8a46f: Pulling fs layer 02:14:21 33b1e0a273af: Pulling fs layer 02:14:21 5d3b04190fa2: Pulling fs layer 02:14:21 2f39f015ded8: Pulling fs layer 02:14:21 33b1e0a273af: Waiting 02:14:21 5d3b04190fa2: Waiting 02:14:21 2f39f015ded8: Waiting 02:14:21 3a2ae6a8a46f: Waiting 02:14:21 5c69ac0246d0: Verifying Checksum 02:14:21 5c69ac0246d0: Download complete 02:14:21 3a2ae6a8a46f: Verifying Checksum 02:14:21 3a2ae6a8a46f: Download complete 02:14:21 33b1e0a273af: Verifying Checksum 02:14:21 33b1e0a273af: Download complete 02:14:21 5d3b04190fa2: Verifying Checksum 02:14:21 5d3b04190fa2: Download complete 02:14:21 ec43610c2a17: Verifying Checksum 02:14:21 ec43610c2a17: Download complete 02:14:21 5eb5b503b376: Verifying Checksum 02:14:21 5eb5b503b376: Download complete 02:14:22 2f39f015ded8: Verifying Checksum 02:14:22 2f39f015ded8: Download complete 02:14:23 5eb5b503b376: Pull complete 02:14:23 5c69ac0246d0: Pull complete 02:14:23 ec43610c2a17: Pull complete 02:14:24 3a2ae6a8a46f: Pull complete 02:14:24 33b1e0a273af: Pull complete 02:14:24 5d3b04190fa2: Pull complete 02:14:28 2f39f015ded8: Pull complete 02:14:28 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:14:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:14:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:14:29 prd-centos7-docker-4c-2g-4953 does not seem to be running inside a container 02:14:29 $ 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/872/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-go_main -v /w/workspace/edgexfoundry_edgex-go_main:/w/workspace/edgexfoundry_edgex-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-go_main@tmp:/w/workspace/edgexfoundry_edgex-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:14:39 $ docker top feca2c790f1b1f729c496e87e6d21f7e7bb563e336d889e7491cefe1f92eeaff -eo pid,comm [Pipeline] { [Pipeline] sh 02:14:40 + touch /tmp/pre-build-complete [Pipeline] sh 02:14:41 + mkdir -p /var/log/sysstat [Pipeline] sh 02:14:41 + ls /var/log/sa-host 02:14:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:14:41 provisioning config files... 02:14:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-go_main@tmp/config14187183113461981660tmp [Pipeline] { [Pipeline] echo 02:14:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:14:42 ---> create-netrc.sh [Pipeline] } 02:14:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:14:42 ---> python-tools-install.sh [Pipeline] echo 02:14:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:14:42 ---> sudo-logs.sh 02:14:42 Archiving 'sudo' log.. 02:14:42 cat: /facter-os: Is a directory [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:14:42 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 02:14:42 $ docker stop --time=1 feca2c790f1b1f729c496e87e6d21f7e7bb563e336d889e7491cefe1f92eeaff 02:14:43 $ docker rm -f --volumes feca2c790f1b1f729c496e87e6d21f7e7bb563e336d889e7491cefe1f92eeaff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 02:14:43 [WS-CLEANUP] Deleting project workspace... 02:14:43 [WS-CLEANUP] Deferred wipeout is used... 02:14:44 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:28:05 #154 ... 02:28:05 02:28:05 #151 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 02:28:05 #151 DONE 1126.6s 02:28:05 02:28:05 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:28:05 #152 ... 02:28:05 02:28:05 #155 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:28:05 #155 DONE 0.1s 02:28:05 02:28:05 #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:28:05 #156 DONE 0.1s 02:28:05 02:28:05 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:28:05 #145 ... 02:28:05 02:28:05 #157 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 02:28:05 #157 DONE 0.3s 02:28:05 02:28:05 #158 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 02:28:05 #158 DONE 0.1s 02:28:05 02:28:05 #159 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 02:28:05 #159 DONE 0.2s 02:28:05 02:28:05 #160 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:28:05 #160 DONE 2.1s 02:28:05 02:28:05 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:28:05 #152 ... 02:28:05 02:28:05 #109 [core-common-config-bootstrapper] exporting to image 02:28:05 #109 exporting layers 02:28:06 #109 exporting layers 0.6s done 02:28:06 #109 writing image sha256:bf8363a58cf7946523fdfac7786aa8132c908c00fc622c776146023cd170b6f5 done 02:28:06 #109 naming to docker.io/library/core-common-config-bootstrapper-arm64 done 02:28:06 #109 DONE 8.6s 02:28:06 02:28:06 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:28:21 #144 ... 02:28:21 02:28:21 #145 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper 02:28:21 #145 DONE 1144.4s 02:28:21 02:28:21 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:28:21 #152 ... 02:28:21 02:28:21 #161 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ 02:28:21 #161 DONE 0.1s 02:28:21 02:28:21 #162 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh 02:28:22 #162 DONE 2.3s 02:28:22 02:28:22 #163 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / 02:28:23 #163 DONE 0.3s 02:28:23 02:28:23 #164 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / 02:28:23 #164 DONE 0.2s 02:28:23 02:28:23 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:28:23 #147 ... 02:28:23 02:28:23 #165 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:28:23 #165 DONE 0.4s 02:28:23 02:28:23 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:28:23 #146 ... 02:28:23 02:28:23 #166 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ 02:28:23 #166 DONE 0.3s 02:28:23 02:28:23 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:28:24 #147 ... 02:28:24 02:28:24 #167 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ 02:28:24 #167 DONE 0.2s 02:28:24 02:28:24 #168 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-postgres/configuration.yaml /edgex-init-staging/bootstrap-postgres/res/ 02:28:24 #168 DONE 0.1s 02:28:24 02:28:24 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:28:24 #146 ... 02:28:24 02:28:24 #169 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ 02:28:24 #169 DONE 0.1s 02:28:24 02:28:24 #170 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:28:24 #170 DONE 0.2s 02:28:24 02:28:24 #171 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh 02:28:27 #171 DONE 2.3s 02:28:27 02:28:27 #109 [security-bootstrapper] exporting to image 02:28:27 #109 exporting layers 02:28:27 #109 exporting layers 0.9s done 02:28:27 #109 writing image sha256:f82b32097c40e29d7c56c953ec08aa8a2ffd0eb88d1461e5697650e62c667d28 done 02:28:27 #109 naming to docker.io/library/security-bootstrapper-arm64 02:28:27 #109 naming to docker.io/library/security-bootstrapper-arm64 done 02:28:27 #109 DONE 9.6s 02:28:27 02:28:27 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:43:53 #147 ... 02:43:53 02:43:53 #149 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command 02:43:53 #149 DONE 2073.4s 02:43:53 02:43:53 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:43:53 #144 ... 02:43:53 02:43:53 #172 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / 02:43:53 #172 DONE 0.3s 02:43:53 02:43:53 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:43:53 #153 ... 02:43:53 02:43:53 #173 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / 02:43:53 #173 DONE 0.1s 02:43:53 02:43:53 #174 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:43:53 #174 DONE 0.4s 02:43:53 02:43:53 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:43:53 #148 ... 02:43:53 02:43:53 #175 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml 02:43:53 #175 DONE 0.2s 02:43:53 02:43:53 #109 [core-command] exporting to image 02:43:53 #109 exporting layers 02:43:53 #109 exporting layers 0.4s done 02:43:53 #109 writing image sha256:3f1c9e1ee7a1c2d34e315e8e29acf3cac5b29d7826d4a3ee1ca0cba4c86edfd0 02:43:53 #109 writing image sha256:3f1c9e1ee7a1c2d34e315e8e29acf3cac5b29d7826d4a3ee1ca0cba4c86edfd0 done 02:43:53 #109 naming to docker.io/library/core-command-arm64 done 02:43:53 #109 DONE 10.0s 02:43:53 02:43:53 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:44:15 #147 ... 02:44:15 02:44:15 #144 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config 02:44:15 #144 DONE 2099.5s 02:44:15 02:44:15 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:44:15 #152 ... 02:44:15 02:44:15 #176 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / 02:44:15 #176 DONE 0.3s 02:44:15 02:44:15 #177 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / 02:44:15 #177 DONE 0.2s 02:44:15 02:44:15 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:44:15 #152 ... 02:44:15 02:44:15 #178 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml 02:44:15 #178 DONE 0.1s 02:44:15 02:44:15 #179 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml 02:44:15 #179 DONE 0.1s 02:44:15 02:44:15 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:44:16 #153 ... 02:44:16 02:44:16 #180 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:44:16 #180 DONE 0.4s 02:44:16 02:44:16 #181 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 02:44:16 #181 DONE 0.1s 02:44:16 02:44:16 #182 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:44:18 #182 DONE 2.0s 02:44:18 02:44:18 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:44:18 #150 ... 02:44:18 02:44:18 #109 [security-proxy-setup] exporting to image 02:44:18 #109 exporting layers 02:44:19 #109 exporting layers 1.0s done 02:44:19 #109 writing image sha256:603b1fd748776c3059ede8f575de6214d13f2c492f28b7f1a9566511c9619643 done 02:44:19 #109 naming to docker.io/library/security-proxy-setup-arm64 done 02:44:19 #109 DONE 11.0s 02:44:19 02:44:19 #147 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:44:19 #147 2103.9 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=4.1.0-dev.40 -bindnow" -trimpath -mod=readonly -buildmode=pie -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:44:51 #147 DONE 2134.0s 02:44:51 02:44:51 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:44:51 #154 ... 02:44:51 02:44:51 #183 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / 02:44:51 #183 DONE 0.3s 02:44:51 02:44:51 #184 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / 02:44:51 #184 DONE 0.3s 02:44:51 02:44:51 #185 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:44:51 #185 DONE 0.1s 02:44:51 02:44:51 #186 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml 02:44:51 #186 DONE 0.2s 02:44:51 02:44:51 #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml 02:44:51 #187 DONE 0.2s 02:44:51 02:44:51 #188 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:44:51 #188 DONE 0.4s 02:44:51 02:44:51 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:44:51 #154 ... 02:44:51 02:44:51 #189 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:44:51 #189 DONE 0.3s 02:44:51 02:44:51 #190 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:44:51 #190 DONE 0.1s 02:44:51 02:44:51 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:44:51 #152 ... 02:44:51 02:44:51 #191 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:44:53 #191 DONE 1.9s 02:44:53 02:44:53 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:44:53 #152 ... 02:44:53 02:44:53 #109 [security-secretstore-setup] exporting to image 02:44:53 #109 exporting layers 02:44:55 #109 exporting layers 1.5s done 02:44:55 #109 writing image sha256:77a4b8e0f2ac901449bc57a7c688751339c70341196ba0daa4e2c7b26b9b1831 done 02:44:55 #109 naming to docker.io/library/security-secretstore-setup-arm64 done 02:44:55 #109 DONE 12.5s 02:44:55 02:44:55 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:45:42 #143 ... 02:45:42 02:45:42 #153 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 02:45:42 #153 DONE 2182.8s 02:45:42 02:45:42 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:45:42 #150 ... 02:45:42 02:45:42 #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:45:42 #192 DONE 0.1s 02:45:42 02:45:42 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:45:42 #148 ... 02:45:42 02:45:42 #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:45:42 #193 DONE 0.2s 02:45:42 02:45:42 #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 02:45:42 #194 DONE 0.4s 02:45:42 02:45:42 #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml 02:45:42 #195 DONE 0.1s 02:45:42 02:45:42 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:45:42 #154 ... 02:45:42 02:45:42 #109 [security-spiffe-token-provider] exporting to image 02:45:42 #109 exporting layers 02:45:42 #109 exporting layers 0.9s done 02:45:42 #109 writing image sha256:aff67dde7acabb86e34812b155a1a8c82bf0a8a821e4b8668330202f5640d796 done 02:45:42 #109 naming to docker.io/library/security-spiffe-token-provider-arm64 done 02:45:42 #109 DONE 13.5s 02:45:42 02:45:42 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:46:28 #152 ... 02:46:28 02:46:28 #150 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth 02:46:28 #150 DONE 2226.0s 02:46:28 02:46:28 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:46:28 #148 ... 02:46:28 02:46:28 #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:46:28 #196 DONE 0.2s 02:46:28 02:46:28 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:46:28 #152 ... 02:46:28 02:46:28 #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:46:28 #197 DONE 0.1s 02:46:28 02:46:28 #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 02:46:28 #198 DONE 0.5s 02:46:28 02:46:28 #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res /res 02:46:28 #199 DONE 0.2s 02:46:28 02:46:28 #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 02:46:28 #200 DONE 0.4s 02:46:28 02:46:28 #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:46:28 #201 DONE 1.8s 02:46:28 02:46:28 #109 [security-proxy-auth] exporting to image 02:46:28 #109 exporting layers 02:46:28 #109 exporting layers 0.7s done 02:46:28 #109 writing image sha256:b2e29fb39a83d252760e47fabd7b861db2f3e13466f5bca69cddfd33598213fd done 02:46:28 #109 naming to docker.io/library/security-proxy-auth-arm64 done 02:46:28 #109 DONE 14.2s 02:46:28 02:46:28 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:28 #143 ... 02:46:28 02:46:28 #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data 02:46:28 #152 DONE 2233.4s 02:46:28 02:46:28 #154 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata 02:46:28 #154 DONE 2233.3s 02:46:28 02:46:28 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:29 #143 ... 02:46:29 02:46:29 #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper 02:46:29 #146 DONE 2233.8s 02:46:29 02:46:29 #202 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / 02:46:29 #202 DONE 0.2s 02:46:29 02:46:29 #203 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / 02:46:29 #203 DONE 0.4s 02:46:29 02:46:29 #204 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:46:29 #204 DONE 0.2s 02:46:29 02:46:29 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:46:30 #148 ... 02:46:30 02:46:30 #205 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:46:30 #205 DONE 0.4s 02:46:30 02:46:30 #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:46:30 #206 ... 02:46:30 02:46:30 #207 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / 02:46:30 #207 DONE 0.4s 02:46:30 02:46:30 #206 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:46:30 #206 DONE 0.9s 02:46:30 02:46:30 #208 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / 02:46:31 #208 DONE 0.7s 02:46:31 02:46:31 #209 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:46:31 #209 DONE 0.9s 02:46:31 02:46:31 #210 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml 02:46:31 #210 DONE 0.5s 02:46:31 02:46:31 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:46:31 #211 ... 02:46:31 02:46:31 #212 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml 02:46:31 #212 DONE 0.2s 02:46:31 02:46:31 #211 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml 02:46:31 #211 DONE 0.3s 02:46:31 02:46:31 #213 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml 02:46:31 #213 DONE 0.3s 02:46:31 02:46:31 #109 [core-keeper] exporting to image 02:46:31 #109 exporting layers 02:46:32 #109 exporting layers 0.9s done 02:46:32 #109 writing image sha256:3f499e47b4f190155423bddc7a2ffed2762ec0ab000caf71788180221dc7f208 0.0s done 02:46:32 #109 naming to docker.io/library/core-data-arm64 done 02:46:32 #109 exporting layers 1.0s done 02:46:32 #109 writing image sha256:619c3ca459a44af389ac8a92c819f84c68fb0541a63ff09299a3dc10fbc0575f 0.0s done 02:46:32 #109 naming to docker.io/library/core-keeper-arm64 done 02:46:32 #109 writing image sha256:55afc192fdee9f6318b17c9f5d6712295d60bd90a1ac7f6b6ec885173f18608f done 02:46:32 #109 naming to docker.io/library/core-metadata-arm64 done 02:46:32 #109 DONE 15.3s 02:46:32 02:46:32 #148 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler 02:46:59 #148 DONE 2263.0s 02:46:59 02:46:59 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:59 #143 ... 02:46:59 02:46:59 #214 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:46:59 #214 DONE 0.1s 02:46:59 02:46:59 #215 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:46:59 #215 DONE 0.1s 02:46:59 02:46:59 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:59 #143 ... 02:46:59 02:46:59 #216 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:46:59 #216 DONE 0.4s 02:46:59 02:46:59 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:46:59 #143 ... 02:46:59 02:46:59 #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res /res 02:46:59 #217 DONE 0.1s 02:46:59 02:46:59 #109 [support-scheduler] exporting to image 02:46:59 #109 exporting layers 02:47:01 #109 exporting layers 1.3s done 02:47:01 #109 writing image sha256:87565d2e530e8c6d640cdf1cbbeca4898cd098d3c22552f21e6119886c150ad6 done 02:47:01 #109 naming to docker.io/library/support-scheduler-arm64 done 02:47:01 #109 DONE 16.7s 02:47:01 02:47:01 #143 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications 02:47:05 #143 DONE 2269.9s 02:47:05 02:47:05 #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / 02:47:05 #218 DONE 0.1s 02:47:05 02:47:05 #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / 02:47:05 #219 DONE 0.1s 02:47:05 02:47:05 #220 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:47:06 #220 DONE 0.4s 02:47:06 02:47:06 #221 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml 02:47:06 #221 DONE 0.1s 02:47:06 02:47:06 #109 [support-notifications] exporting to image 02:47:06 #109 exporting layers 02:47:06 #109 exporting layers 0.6s done 02:47:06 #109 writing image sha256:537f5119292312be0accd022d3f6526ca2826024c0daebf4d2d1ead74c4d5403 done 02:47:06 #109 naming to docker.io/library/support-notifications-arm64 done 02:47:06 #109 DONE 17.3s 02:47:06 time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" 02:47:06 time="2025-07-11T02:06:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } 02:47:07 $ docker stop --time=1 54358a8806f53893039c67ab9c4ad7b79a9d1fb49258583cb13b9f33f762bd35 02:47:08 $ docker rm -f --volumes 54358a8806f53893039c67ab9c4ad7b79a9d1fb49258583cb13b9f33f762bd35 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:09 + docker images 02:47:09 REPOSITORY TAG IMAGE ID CREATED SIZE 02:47:09 support-notifications-arm64 latest 537f51192923 2 seconds ago 58.8MB 02:47:09 support-scheduler-arm64 latest 87565d2e530e 9 seconds ago 55.1MB 02:47:09 core-data-arm64 latest 3f499e47b4f1 37 seconds ago 39.4MB 02:47:09 core-keeper-arm64 latest 619c3ca459a4 37 seconds ago 33MB 02:47:09 core-metadata-arm64 latest 55afc192fdee 37 seconds ago 39.5MB 02:47:09 security-proxy-auth-arm64 latest b2e29fb39a83 44 seconds ago 38.3MB 02:47:09 security-spiffe-token-provider-arm64 latest aff67dde7aca About a minute ago 54.6MB 02:47:09 security-secretstore-setup-arm64 latest 77a4b8e0f2ac 2 minutes ago 74.7MB 02:47:09 security-proxy-setup-arm64 latest 603b1fd74877 2 minutes ago 45MB 02:47:09 core-command-arm64 latest 3f1c9e1ee7a1 3 minutes ago 34.9MB 02:47:09 security-bootstrapper-arm64 latest f82b32097c40 18 minutes ago 27MB 02:47:09 core-common-config-bootstrapper-arm64 latest bf8363a58cf7 19 minutes ago 24MB 02:47:09 security-spire-config-arm64 latest b1c5bd99d840 39 minutes ago 149MB 02:47:09 security-spire-agent-arm64 latest f54eeb43fd8b 39 minutes ago 193MB 02:47:09 security-spire-server-arm64 latest 883dd72ccd47 39 minutes ago 149MB 02:47:09 ci-base-image-arm64 latest 9627baf0f6c4 41 minutes ago 909MB 02:47:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.23-alpine 3bb21d53e231 3 weeks ago 560MB 02:47:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 2 years ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:47:09 provisioning config files... 02:47:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/872@tmp/config16439451046118724299tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:09 ---> ****-login.sh 02:47:09 nexus3.edgexfoundry.org:10001 02:47:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:47:10 Configure a credential helper to remove this warning. See 02:47:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:47:10 02:47:10 Login Succeeded 02:47:10 nexus3.edgexfoundry.org:10002 02:47:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:47:10 Configure a credential helper to remove this warning. See 02:47:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:47:10 02:47:10 Login Succeeded 02:47:10 nexus3.edgexfoundry.org:10003 02:47:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:47:10 Configure a credential helper to remove this warning. See 02:47:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:47:10 02:47:10 Login Succeeded 02:47:10 nexus3.edgexfoundry.org:10004 02:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:47:11 Configure a credential helper to remove this warning. See 02:47:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:47:11 02:47:11 Login Succeeded 02:47:11 ****.io 02:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 02:47:12 Configure a credential helper to remove this warning. See 02:47:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 02:47:12 02:47:12 Login Succeeded 02:47:12 ---> ****-login.sh ends [Pipeline] } 02:47:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 02:47:12 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 02:47:12 1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:12 latest 02:47:12 4.1.0-dev.40 02:47:12 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:12 main 02:47:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:12 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:12 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:47:12 c1ef4ebfc000: Preparing 02:47:12 aaedc9b93d86: Preparing 02:47:12 2f5ae85f36b1: Preparing 02:47:12 d1857b6a6f81: Preparing 02:47:12 7aa36875abc9: Preparing 02:47:12 009b8b7b125e: Preparing 02:47:12 dd9c8f8612c8: Preparing 02:47:12 009b8b7b125e: Waiting 02:47:12 dd9c8f8612c8: Waiting 02:47:13 c1ef4ebfc000: Pushed 02:47:13 d1857b6a6f81: Pushed 02:47:13 2f5ae85f36b1: Pushed 02:47:13 dd9c8f8612c8: Layer already exists 02:47:13 009b8b7b125e: Pushed 02:47:14 7aa36875abc9: Pushed 02:47:17 aaedc9b93d86: Pushed 02:47:17 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:18 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:18 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:47:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:47:18 c1ef4ebfc000: Preparing 02:47:18 aaedc9b93d86: Preparing 02:47:18 2f5ae85f36b1: Preparing 02:47:18 d1857b6a6f81: Preparing 02:47:18 7aa36875abc9: Preparing 02:47:18 009b8b7b125e: Preparing 02:47:18 dd9c8f8612c8: Preparing 02:47:18 009b8b7b125e: Waiting 02:47:18 dd9c8f8612c8: Waiting 02:47:18 aaedc9b93d86: Layer already exists 02:47:18 d1857b6a6f81: Layer already exists 02:47:18 7aa36875abc9: Layer already exists 02:47:18 2f5ae85f36b1: Layer already exists 02:47:18 c1ef4ebfc000: Layer already exists 02:47:18 009b8b7b125e: Layer already exists 02:47:18 dd9c8f8612c8: Layer already exists 02:47:18 latest: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:19 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:19 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 02:47:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:47:19 c1ef4ebfc000: Preparing 02:47:19 aaedc9b93d86: Preparing 02:47:19 2f5ae85f36b1: Preparing 02:47:19 d1857b6a6f81: Preparing 02:47:19 7aa36875abc9: Preparing 02:47:19 009b8b7b125e: Preparing 02:47:19 dd9c8f8612c8: Preparing 02:47:19 dd9c8f8612c8: Waiting 02:47:19 7aa36875abc9: Layer already exists 02:47:19 2f5ae85f36b1: Layer already exists 02:47:19 d1857b6a6f81: Layer already exists 02:47:19 c1ef4ebfc000: Layer already exists 02:47:19 aaedc9b93d86: Layer already exists 02:47:19 009b8b7b125e: Layer already exists 02:47:19 dd9c8f8612c8: Layer already exists 02:47:19 4.1.0-dev.40: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:20 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:47:20 c1ef4ebfc000: Preparing 02:47:20 aaedc9b93d86: Preparing 02:47:20 2f5ae85f36b1: Preparing 02:47:20 d1857b6a6f81: Preparing 02:47:20 7aa36875abc9: Preparing 02:47:20 009b8b7b125e: Preparing 02:47:20 dd9c8f8612c8: Preparing 02:47:20 009b8b7b125e: Waiting 02:47:20 aaedc9b93d86: Layer already exists 02:47:20 7aa36875abc9: Layer already exists 02:47:20 d1857b6a6f81: Layer already exists 02:47:20 2f5ae85f36b1: Layer already exists 02:47:20 c1ef4ebfc000: Layer already exists 02:47:20 009b8b7b125e: Layer already exists 02:47:20 dd9c8f8612c8: Layer already exists 02:47:20 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 02:47:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 02:47:21 c1ef4ebfc000: Preparing 02:47:21 aaedc9b93d86: Preparing 02:47:21 2f5ae85f36b1: Preparing 02:47:21 d1857b6a6f81: Preparing 02:47:21 7aa36875abc9: Preparing 02:47:21 009b8b7b125e: Preparing 02:47:21 dd9c8f8612c8: Preparing 02:47:21 009b8b7b125e: Waiting 02:47:21 dd9c8f8612c8: Waiting 02:47:21 7aa36875abc9: Layer already exists 02:47:21 aaedc9b93d86: Layer already exists 02:47:21 2f5ae85f36b1: Layer already exists 02:47:21 d1857b6a6f81: Layer already exists 02:47:21 c1ef4ebfc000: Layer already exists 02:47:21 dd9c8f8612c8: Layer already exists 02:47:21 009b8b7b125e: Layer already exists 02:47:21 main: digest: sha256:2182440b74a6c6fd2676f0a20bb47aa358a54690b4595ac9e000b3bd9f928405 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:22 ===================================================== [Pipeline] echo 02:47:22 taggedImages: 02:47:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 02:47:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 02:47:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:22 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:47:22 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 02:47:22 1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:22 latest 02:47:22 4.1.0-dev.40 02:47:22 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:22 main 02:47:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:47:22 7cbfe3aa6ca5: Preparing 02:47:22 6f2b55b2b47a: Preparing 02:47:22 9c6cd4169838: Preparing 02:47:22 f1e6855c35e4: Preparing 02:47:22 2f5ae85f36b1: Preparing 02:47:22 d1857b6a6f81: Preparing 02:47:22 7aa36875abc9: Preparing 02:47:22 009b8b7b125e: Preparing 02:47:22 dd9c8f8612c8: Preparing 02:47:22 7aa36875abc9: Waiting 02:47:22 009b8b7b125e: Waiting 02:47:22 d1857b6a6f81: Waiting 02:47:23 2f5ae85f36b1: Layer already exists 02:47:23 9c6cd4169838: Pushed 02:47:23 6f2b55b2b47a: Pushed 02:47:23 d1857b6a6f81: Layer already exists 02:47:23 7aa36875abc9: Layer already exists 02:47:23 009b8b7b125e: Layer already exists 02:47:23 dd9c8f8612c8: Layer already exists 02:47:23 7cbfe3aa6ca5: Pushed 02:47:25 f1e6855c35e4: Pushed 02:47:25 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:25 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:26 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:47:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:47:26 7cbfe3aa6ca5: Preparing 02:47:26 6f2b55b2b47a: Preparing 02:47:26 9c6cd4169838: Preparing 02:47:26 f1e6855c35e4: Preparing 02:47:26 2f5ae85f36b1: Preparing 02:47:26 d1857b6a6f81: Preparing 02:47:26 7aa36875abc9: Preparing 02:47:26 009b8b7b125e: Preparing 02:47:26 dd9c8f8612c8: Preparing 02:47:26 7aa36875abc9: Waiting 02:47:26 009b8b7b125e: Waiting 02:47:26 dd9c8f8612c8: Waiting 02:47:26 d1857b6a6f81: Waiting 02:47:26 6f2b55b2b47a: Layer already exists 02:47:26 2f5ae85f36b1: Layer already exists 02:47:26 f1e6855c35e4: Layer already exists 02:47:26 9c6cd4169838: Layer already exists 02:47:26 7cbfe3aa6ca5: Layer already exists 02:47:26 d1857b6a6f81: Layer already exists 02:47:26 7aa36875abc9: Layer already exists 02:47:26 dd9c8f8612c8: Layer already exists 02:47:26 009b8b7b125e: Layer already exists 02:47:26 latest: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:26 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 02:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:47:27 7cbfe3aa6ca5: Preparing 02:47:27 6f2b55b2b47a: Preparing 02:47:27 9c6cd4169838: Preparing 02:47:27 f1e6855c35e4: Preparing 02:47:27 2f5ae85f36b1: Preparing 02:47:27 d1857b6a6f81: Preparing 02:47:27 7aa36875abc9: Preparing 02:47:27 d1857b6a6f81: Waiting 02:47:27 009b8b7b125e: Preparing 02:47:27 7aa36875abc9: Waiting 02:47:27 dd9c8f8612c8: Preparing 02:47:27 009b8b7b125e: Waiting 02:47:27 dd9c8f8612c8: Waiting 02:47:27 2f5ae85f36b1: Layer already exists 02:47:27 9c6cd4169838: Layer already exists 02:47:27 f1e6855c35e4: Layer already exists 02:47:27 7cbfe3aa6ca5: Layer already exists 02:47:27 6f2b55b2b47a: Layer already exists 02:47:27 009b8b7b125e: Layer already exists 02:47:27 d1857b6a6f81: Layer already exists 02:47:27 dd9c8f8612c8: Layer already exists 02:47:27 7aa36875abc9: Layer already exists 02:47:27 4.1.0-dev.40: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:27 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:27 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:47:27 7cbfe3aa6ca5: Preparing 02:47:27 6f2b55b2b47a: Preparing 02:47:27 9c6cd4169838: Preparing 02:47:27 f1e6855c35e4: Preparing 02:47:27 2f5ae85f36b1: Preparing 02:47:27 d1857b6a6f81: Preparing 02:47:27 7aa36875abc9: Preparing 02:47:27 009b8b7b125e: Preparing 02:47:27 dd9c8f8612c8: Preparing 02:47:27 009b8b7b125e: Waiting 02:47:27 7aa36875abc9: Waiting 02:47:27 dd9c8f8612c8: Waiting 02:47:27 d1857b6a6f81: Waiting 02:47:27 f1e6855c35e4: Layer already exists 02:47:27 7cbfe3aa6ca5: Layer already exists 02:47:27 6f2b55b2b47a: Layer already exists 02:47:27 2f5ae85f36b1: Layer already exists 02:47:27 9c6cd4169838: Layer already exists 02:47:27 dd9c8f8612c8: Layer already exists 02:47:27 d1857b6a6f81: Layer already exists 02:47:27 7aa36875abc9: Layer already exists 02:47:27 009b8b7b125e: Layer already exists 02:47:27 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 02:47:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 02:47:28 7cbfe3aa6ca5: Preparing 02:47:28 6f2b55b2b47a: Preparing 02:47:28 9c6cd4169838: Preparing 02:47:28 f1e6855c35e4: Preparing 02:47:28 2f5ae85f36b1: Preparing 02:47:28 d1857b6a6f81: Preparing 02:47:28 7aa36875abc9: Preparing 02:47:28 009b8b7b125e: Preparing 02:47:28 dd9c8f8612c8: Preparing 02:47:28 7aa36875abc9: Waiting 02:47:28 009b8b7b125e: Waiting 02:47:28 d1857b6a6f81: Waiting 02:47:28 dd9c8f8612c8: Waiting 02:47:28 7cbfe3aa6ca5: Layer already exists 02:47:28 2f5ae85f36b1: Layer already exists 02:47:28 6f2b55b2b47a: Layer already exists 02:47:28 f1e6855c35e4: Layer already exists 02:47:28 9c6cd4169838: Layer already exists 02:47:28 009b8b7b125e: Layer already exists 02:47:28 7aa36875abc9: Layer already exists 02:47:28 dd9c8f8612c8: Layer already exists 02:47:28 d1857b6a6f81: Layer already exists 02:47:28 main: digest: sha256:9793c8fa5ee34ab5a531d5130ab1b615c9c5f04e7dd328b3070655a6831846fb size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:28 ===================================================== [Pipeline] echo 02:47:28 taggedImages: 02:47:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 02:47:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 02:47:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:28 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:47:28 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 02:47:28 1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:28 latest 02:47:28 4.1.0-dev.40 02:47:28 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:28 main 02:47:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:47:29 cdfadaf763c5: Preparing 02:47:29 df2adf17c813: Preparing 02:47:29 2f5ae85f36b1: Preparing 02:47:29 d1857b6a6f81: Preparing 02:47:29 33cc2792e736: Preparing 02:47:29 4b7f00e377f9: Preparing 02:47:29 dd9c8f8612c8: Preparing 02:47:29 4b7f00e377f9: Waiting 02:47:29 dd9c8f8612c8: Waiting 02:47:29 2f5ae85f36b1: Layer already exists 02:47:29 d1857b6a6f81: Layer already exists 02:47:29 dd9c8f8612c8: Layer already exists 02:47:29 cdfadaf763c5: Pushed 02:47:29 4b7f00e377f9: Pushed 02:47:31 33cc2792e736: Pushed 02:47:35 df2adf17c813: Pushed 02:47:35 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:47:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:47:36 cdfadaf763c5: Preparing 02:47:36 df2adf17c813: Preparing 02:47:36 2f5ae85f36b1: Preparing 02:47:36 d1857b6a6f81: Preparing 02:47:36 33cc2792e736: Preparing 02:47:36 4b7f00e377f9: Preparing 02:47:36 dd9c8f8612c8: Preparing 02:47:36 4b7f00e377f9: Waiting 02:47:36 dd9c8f8612c8: Waiting 02:47:36 2f5ae85f36b1: Layer already exists 02:47:36 cdfadaf763c5: Layer already exists 02:47:36 d1857b6a6f81: Layer already exists 02:47:36 df2adf17c813: Layer already exists 02:47:36 33cc2792e736: Layer already exists 02:47:36 4b7f00e377f9: Layer already exists 02:47:36 dd9c8f8612c8: Layer already exists 02:47:36 latest: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 02:47:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:47:37 cdfadaf763c5: Preparing 02:47:37 df2adf17c813: Preparing 02:47:37 2f5ae85f36b1: Preparing 02:47:37 d1857b6a6f81: Preparing 02:47:37 33cc2792e736: Preparing 02:47:37 4b7f00e377f9: Preparing 02:47:37 dd9c8f8612c8: Preparing 02:47:37 dd9c8f8612c8: Waiting 02:47:37 4b7f00e377f9: Waiting 02:47:37 d1857b6a6f81: Layer already exists 02:47:37 df2adf17c813: Layer already exists 02:47:37 33cc2792e736: Layer already exists 02:47:37 cdfadaf763c5: Layer already exists 02:47:37 2f5ae85f36b1: Layer already exists 02:47:37 4b7f00e377f9: Layer already exists 02:47:37 dd9c8f8612c8: Layer already exists 02:47:37 4.1.0-dev.40: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:47:38 cdfadaf763c5: Preparing 02:47:38 df2adf17c813: Preparing 02:47:38 2f5ae85f36b1: Preparing 02:47:38 d1857b6a6f81: Preparing 02:47:38 33cc2792e736: Preparing 02:47:38 4b7f00e377f9: Preparing 02:47:38 dd9c8f8612c8: Preparing 02:47:38 4b7f00e377f9: Waiting 02:47:38 dd9c8f8612c8: Waiting 02:47:38 33cc2792e736: Layer already exists 02:47:38 d1857b6a6f81: Layer already exists 02:47:38 df2adf17c813: Layer already exists 02:47:38 2f5ae85f36b1: Layer already exists 02:47:38 cdfadaf763c5: Layer already exists 02:47:38 4b7f00e377f9: Layer already exists 02:47:38 dd9c8f8612c8: Layer already exists 02:47:38 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 02:47:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 02:47:39 cdfadaf763c5: Preparing 02:47:39 df2adf17c813: Preparing 02:47:39 2f5ae85f36b1: Preparing 02:47:39 d1857b6a6f81: Preparing 02:47:39 33cc2792e736: Preparing 02:47:39 4b7f00e377f9: Preparing 02:47:39 dd9c8f8612c8: Preparing 02:47:39 4b7f00e377f9: Waiting 02:47:39 dd9c8f8612c8: Waiting 02:47:39 cdfadaf763c5: Layer already exists 02:47:39 d1857b6a6f81: Layer already exists 02:47:39 2f5ae85f36b1: Layer already exists 02:47:39 33cc2792e736: Layer already exists 02:47:39 df2adf17c813: Layer already exists 02:47:39 4b7f00e377f9: Layer already exists 02:47:39 dd9c8f8612c8: Layer already exists 02:47:39 main: digest: sha256:0428e964be865aa676b812196b5f735ac7b7e4850b66daa018605ef1e0fcb390 size: 1781 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:39 ===================================================== [Pipeline] echo 02:47:39 taggedImages: 02:47:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 02:47:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 02:47:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:39 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:47:39 [edgeXDocker.push] Tagging docker image core-keeper-arm64 with the following tags: 02:47:39 1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:39 latest 02:47:39 4.1.0-dev.40 02:47:39 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:39 main 02:47:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:39 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:40 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:40 c2603514098f: Preparing 02:47:40 312e25059ddc: Preparing 02:47:40 d1857b6a6f81: Preparing 02:47:40 4ffbaac7c29b: Preparing 02:47:40 73098d592023: Preparing 02:47:40 dd9c8f8612c8: Preparing 02:47:40 dd9c8f8612c8: Waiting 02:47:40 d1857b6a6f81: Layer already exists 02:47:40 dd9c8f8612c8: Layer already exists 02:47:40 73098d592023: Pushed 02:47:40 c2603514098f: Pushed 02:47:40 4ffbaac7c29b: Pushed 02:47:45 312e25059ddc: Pushed 02:47:45 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:46 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:46 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:47:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:46 c2603514098f: Preparing 02:47:46 312e25059ddc: Preparing 02:47:46 d1857b6a6f81: Preparing 02:47:46 4ffbaac7c29b: Preparing 02:47:46 73098d592023: Preparing 02:47:46 dd9c8f8612c8: Preparing 02:47:46 dd9c8f8612c8: Waiting 02:47:46 73098d592023: Layer already exists 02:47:46 d1857b6a6f81: Layer already exists 02:47:46 c2603514098f: Layer already exists 02:47:46 4ffbaac7c29b: Layer already exists 02:47:46 312e25059ddc: Layer already exists 02:47:46 dd9c8f8612c8: Layer already exists 02:47:46 latest: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:47 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:47 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 02:47:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:47 c2603514098f: Preparing 02:47:47 312e25059ddc: Preparing 02:47:47 d1857b6a6f81: Preparing 02:47:47 4ffbaac7c29b: Preparing 02:47:47 73098d592023: Preparing 02:47:47 dd9c8f8612c8: Preparing 02:47:47 dd9c8f8612c8: Waiting 02:47:47 c2603514098f: Layer already exists 02:47:47 d1857b6a6f81: Layer already exists 02:47:47 312e25059ddc: Layer already exists 02:47:47 4ffbaac7c29b: Layer already exists 02:47:47 73098d592023: Layer already exists 02:47:47 dd9c8f8612c8: Layer already exists 02:47:47 4.1.0-dev.40: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:48 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:48 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:48 c2603514098f: Preparing 02:47:48 312e25059ddc: Preparing 02:47:48 d1857b6a6f81: Preparing 02:47:48 4ffbaac7c29b: Preparing 02:47:48 73098d592023: Preparing 02:47:48 dd9c8f8612c8: Preparing 02:47:48 dd9c8f8612c8: Waiting 02:47:48 73098d592023: Layer already exists 02:47:48 d1857b6a6f81: Layer already exists 02:47:48 4ffbaac7c29b: Layer already exists 02:47:48 312e25059ddc: Layer already exists 02:47:48 c2603514098f: Layer already exists 02:47:48 dd9c8f8612c8: Layer already exists 02:47:48 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:49 + docker tag core-keeper-arm64 nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:49 + docker push nexus3.edgexfoundry.org:10004/core-keeper-arm64:main 02:47:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-keeper-arm64] 02:47:49 c2603514098f: Preparing 02:47:49 312e25059ddc: Preparing 02:47:49 d1857b6a6f81: Preparing 02:47:49 4ffbaac7c29b: Preparing 02:47:49 73098d592023: Preparing 02:47:49 dd9c8f8612c8: Preparing 02:47:49 dd9c8f8612c8: Waiting 02:47:49 d1857b6a6f81: Layer already exists 02:47:49 4ffbaac7c29b: Layer already exists 02:47:49 73098d592023: Layer already exists 02:47:49 312e25059ddc: Layer already exists 02:47:49 c2603514098f: Layer already exists 02:47:49 dd9c8f8612c8: Layer already exists 02:47:49 main: digest: sha256:a3f87348b066bf67a0e4f3b058193c17ce6330e140526594efc86bbc0fc7791c size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:47:49 ===================================================== [Pipeline] echo 02:47:49 taggedImages: 02:47:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest 02:47:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 02:47:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:49 - nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:47:49 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 02:47:49 1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:49 latest 02:47:49 4.1.0-dev.40 02:47:49 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:49 main 02:47:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:50 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:50 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:47:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:50 3688751cf0e3: Preparing 02:47:50 f7c8fd574a09: Preparing 02:47:50 c7ffeff2cb58: Preparing 02:47:50 2f5ae85f36b1: Preparing 02:47:50 d1857b6a6f81: Preparing 02:47:50 7aa36875abc9: Preparing 02:47:50 009b8b7b125e: Preparing 02:47:50 dd9c8f8612c8: Preparing 02:47:50 009b8b7b125e: Waiting 02:47:50 dd9c8f8612c8: Waiting 02:47:50 7aa36875abc9: Waiting 02:47:50 2f5ae85f36b1: Layer already exists 02:47:50 d1857b6a6f81: Layer already exists 02:47:50 7aa36875abc9: Layer already exists 02:47:50 009b8b7b125e: Layer already exists 02:47:50 dd9c8f8612c8: Layer already exists 02:47:50 f7c8fd574a09: Pushed 02:47:50 3688751cf0e3: Pushed 02:47:56 c7ffeff2cb58: Pushed 02:47:56 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:47:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:56 3688751cf0e3: Preparing 02:47:56 f7c8fd574a09: Preparing 02:47:56 c7ffeff2cb58: Preparing 02:47:56 2f5ae85f36b1: Preparing 02:47:56 d1857b6a6f81: Preparing 02:47:56 7aa36875abc9: Preparing 02:47:56 009b8b7b125e: Preparing 02:47:56 dd9c8f8612c8: Preparing 02:47:56 7aa36875abc9: Waiting 02:47:56 009b8b7b125e: Waiting 02:47:56 dd9c8f8612c8: Waiting 02:47:56 2f5ae85f36b1: Layer already exists 02:47:56 3688751cf0e3: Layer already exists 02:47:56 c7ffeff2cb58: Layer already exists 02:47:56 d1857b6a6f81: Layer already exists 02:47:56 f7c8fd574a09: Layer already exists 02:47:56 7aa36875abc9: Layer already exists 02:47:56 dd9c8f8612c8: Layer already exists 02:47:56 009b8b7b125e: Layer already exists 02:47:56 latest: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 02:47:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:57 3688751cf0e3: Preparing 02:47:57 f7c8fd574a09: Preparing 02:47:57 c7ffeff2cb58: Preparing 02:47:57 2f5ae85f36b1: Preparing 02:47:57 d1857b6a6f81: Preparing 02:47:57 7aa36875abc9: Preparing 02:47:57 009b8b7b125e: Preparing 02:47:57 dd9c8f8612c8: Preparing 02:47:57 7aa36875abc9: Waiting 02:47:57 009b8b7b125e: Waiting 02:47:57 dd9c8f8612c8: Waiting 02:47:57 f7c8fd574a09: Layer already exists 02:47:57 c7ffeff2cb58: Layer already exists 02:47:57 3688751cf0e3: Layer already exists 02:47:57 d1857b6a6f81: Layer already exists 02:47:57 2f5ae85f36b1: Layer already exists 02:47:57 009b8b7b125e: Layer already exists 02:47:57 7aa36875abc9: Layer already exists 02:47:57 dd9c8f8612c8: Layer already exists 02:47:58 4.1.0-dev.40: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:58 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:47:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:58 3688751cf0e3: Preparing 02:47:58 f7c8fd574a09: Preparing 02:47:58 c7ffeff2cb58: Preparing 02:47:58 2f5ae85f36b1: Preparing 02:47:58 d1857b6a6f81: Preparing 02:47:58 7aa36875abc9: Preparing 02:47:58 009b8b7b125e: Preparing 02:47:58 dd9c8f8612c8: Preparing 02:47:58 7aa36875abc9: Waiting 02:47:58 009b8b7b125e: Waiting 02:47:58 dd9c8f8612c8: Waiting 02:47:58 3688751cf0e3: Layer already exists 02:47:58 d1857b6a6f81: Layer already exists 02:47:58 f7c8fd574a09: Layer already exists 02:47:58 2f5ae85f36b1: Layer already exists 02:47:58 c7ffeff2cb58: Layer already exists 02:47:58 7aa36875abc9: Layer already exists 02:47:58 009b8b7b125e: Layer already exists 02:47:58 dd9c8f8612c8: Layer already exists 02:47:58 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:59 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:47:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 02:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 02:47:59 3688751cf0e3: Preparing 02:47:59 f7c8fd574a09: Preparing 02:47:59 c7ffeff2cb58: Preparing 02:47:59 2f5ae85f36b1: Preparing 02:47:59 d1857b6a6f81: Preparing 02:47:59 7aa36875abc9: Preparing 02:47:59 009b8b7b125e: Preparing 02:47:59 dd9c8f8612c8: Preparing 02:47:59 7aa36875abc9: Waiting 02:47:59 009b8b7b125e: Waiting 02:47:59 dd9c8f8612c8: Waiting 02:47:59 d1857b6a6f81: Layer already exists 02:47:59 3688751cf0e3: Layer already exists 02:47:59 f7c8fd574a09: Layer already exists 02:47:59 2f5ae85f36b1: Layer already exists 02:47:59 dd9c8f8612c8: Layer already exists 02:47:59 009b8b7b125e: Layer already exists 02:47:59 7aa36875abc9: Layer already exists 02:47:59 c7ffeff2cb58: Layer already exists 02:48:00 main: digest: sha256:a107bb4fe473fcb48a7c243675a4e20a5ad818e9cb7c3dbb617b44857ad17ca7 size: 1988 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:00 ===================================================== [Pipeline] echo 02:48:00 taggedImages: 02:48:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 02:48:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 02:48:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:00 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:48:00 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 02:48:00 1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:00 latest 02:48:00 4.1.0-dev.40 02:48:00 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:00 main 02:48:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:00 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:00 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:48:00 880b36deb089: Preparing 02:48:00 36161180e688: Preparing 02:48:00 9c9e764afa75: Preparing 02:48:00 d07d766e0e4d: Preparing 02:48:00 29b1e86b05c2: Preparing 02:48:00 bec840a35c8f: Preparing 02:48:00 0549c67a4fc0: Preparing 02:48:00 2f5ae85f36b1: Preparing 02:48:00 d1857b6a6f81: Preparing 02:48:00 21d9c79ca583: Preparing 02:48:00 8d54ed54b8ac: Preparing 02:48:00 5f70bf18a086: Preparing 02:48:00 4756965555f1: Preparing 02:48:00 3e9034d1a702: Preparing 02:48:00 965ea6c68821: Preparing 02:48:00 dd9c8f8612c8: Preparing 02:48:00 0549c67a4fc0: Waiting 02:48:00 2f5ae85f36b1: Waiting 02:48:00 d1857b6a6f81: Waiting 02:48:00 21d9c79ca583: Waiting 02:48:00 8d54ed54b8ac: Waiting 02:48:00 5f70bf18a086: Waiting 02:48:00 4756965555f1: Waiting 02:48:00 3e9034d1a702: Waiting 02:48:00 965ea6c68821: Waiting 02:48:00 dd9c8f8612c8: Waiting 02:48:01 d07d766e0e4d: Pushed 02:48:01 9c9e764afa75: Pushed 02:48:01 29b1e86b05c2: Pushed 02:48:01 36161180e688: Pushed 02:48:01 880b36deb089: Pushed 02:48:01 2f5ae85f36b1: Layer already exists 02:48:01 d1857b6a6f81: Layer already exists 02:48:01 5f70bf18a086: Layer already exists 02:48:01 bec840a35c8f: Pushed 02:48:01 8d54ed54b8ac: Pushed 02:48:01 21d9c79ca583: Pushed 02:48:01 dd9c8f8612c8: Layer already exists 02:48:01 4756965555f1: Pushed 02:48:01 965ea6c68821: Pushed 02:48:02 3e9034d1a702: Pushed 02:48:04 0549c67a4fc0: Pushed 02:48:04 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:48:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:48:05 880b36deb089: Preparing 02:48:05 36161180e688: Preparing 02:48:05 9c9e764afa75: Preparing 02:48:05 d07d766e0e4d: Preparing 02:48:05 29b1e86b05c2: Preparing 02:48:05 bec840a35c8f: Preparing 02:48:05 0549c67a4fc0: Preparing 02:48:05 2f5ae85f36b1: Preparing 02:48:05 d1857b6a6f81: Preparing 02:48:05 21d9c79ca583: Preparing 02:48:05 8d54ed54b8ac: Preparing 02:48:05 5f70bf18a086: Preparing 02:48:05 4756965555f1: Preparing 02:48:05 3e9034d1a702: Preparing 02:48:05 965ea6c68821: Preparing 02:48:05 dd9c8f8612c8: Preparing 02:48:05 bec840a35c8f: Waiting 02:48:05 2f5ae85f36b1: Waiting 02:48:05 0549c67a4fc0: Waiting 02:48:05 5f70bf18a086: Waiting 02:48:05 d1857b6a6f81: Waiting 02:48:05 21d9c79ca583: Waiting 02:48:05 4756965555f1: Waiting 02:48:05 3e9034d1a702: Waiting 02:48:05 965ea6c68821: Waiting 02:48:05 dd9c8f8612c8: Waiting 02:48:05 36161180e688: Layer already exists 02:48:05 d07d766e0e4d: Layer already exists 02:48:05 880b36deb089: Layer already exists 02:48:05 9c9e764afa75: Layer already exists 02:48:05 29b1e86b05c2: Layer already exists 02:48:05 bec840a35c8f: Layer already exists 02:48:05 2f5ae85f36b1: Layer already exists 02:48:05 0549c67a4fc0: Layer already exists 02:48:05 d1857b6a6f81: Layer already exists 02:48:05 21d9c79ca583: Layer already exists 02:48:05 8d54ed54b8ac: Layer already exists 02:48:05 4756965555f1: Layer already exists 02:48:05 3e9034d1a702: Layer already exists 02:48:05 5f70bf18a086: Layer already exists 02:48:05 965ea6c68821: Layer already exists 02:48:05 dd9c8f8612c8: Layer already exists 02:48:05 latest: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:06 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 02:48:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:48:06 880b36deb089: Preparing 02:48:06 36161180e688: Preparing 02:48:06 9c9e764afa75: Preparing 02:48:06 d07d766e0e4d: Preparing 02:48:06 29b1e86b05c2: Preparing 02:48:06 bec840a35c8f: Preparing 02:48:06 0549c67a4fc0: Preparing 02:48:06 2f5ae85f36b1: Preparing 02:48:06 d1857b6a6f81: Preparing 02:48:06 21d9c79ca583: Preparing 02:48:06 8d54ed54b8ac: Preparing 02:48:06 5f70bf18a086: Preparing 02:48:06 4756965555f1: Preparing 02:48:06 3e9034d1a702: Preparing 02:48:06 965ea6c68821: Preparing 02:48:06 dd9c8f8612c8: Preparing 02:48:06 bec840a35c8f: Waiting 02:48:06 2f5ae85f36b1: Waiting 02:48:06 0549c67a4fc0: Waiting 02:48:06 8d54ed54b8ac: Waiting 02:48:06 5f70bf18a086: Waiting 02:48:06 4756965555f1: Waiting 02:48:06 3e9034d1a702: Waiting 02:48:06 d1857b6a6f81: Waiting 02:48:06 21d9c79ca583: Waiting 02:48:06 965ea6c68821: Waiting 02:48:06 dd9c8f8612c8: Waiting 02:48:06 880b36deb089: Layer already exists 02:48:06 9c9e764afa75: Layer already exists 02:48:06 36161180e688: Layer already exists 02:48:06 29b1e86b05c2: Layer already exists 02:48:06 d07d766e0e4d: Layer already exists 02:48:06 0549c67a4fc0: Layer already exists 02:48:06 2f5ae85f36b1: Layer already exists 02:48:06 21d9c79ca583: Layer already exists 02:48:06 d1857b6a6f81: Layer already exists 02:48:06 bec840a35c8f: Layer already exists 02:48:06 965ea6c68821: Layer already exists 02:48:06 8d54ed54b8ac: Layer already exists 02:48:06 5f70bf18a086: Layer already exists 02:48:06 3e9034d1a702: Layer already exists 02:48:06 4756965555f1: Layer already exists 02:48:06 dd9c8f8612c8: Layer already exists 02:48:06 4.1.0-dev.40: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:48:07 880b36deb089: Preparing 02:48:07 36161180e688: Preparing 02:48:07 9c9e764afa75: Preparing 02:48:07 d07d766e0e4d: Preparing 02:48:07 29b1e86b05c2: Preparing 02:48:07 bec840a35c8f: Preparing 02:48:07 0549c67a4fc0: Preparing 02:48:07 bec840a35c8f: Waiting 02:48:07 2f5ae85f36b1: Preparing 02:48:07 d1857b6a6f81: Preparing 02:48:07 21d9c79ca583: Preparing 02:48:07 8d54ed54b8ac: Preparing 02:48:07 5f70bf18a086: Preparing 02:48:07 4756965555f1: Preparing 02:48:07 3e9034d1a702: Preparing 02:48:07 965ea6c68821: Preparing 02:48:07 dd9c8f8612c8: Preparing 02:48:07 0549c67a4fc0: Waiting 02:48:07 2f5ae85f36b1: Waiting 02:48:07 d1857b6a6f81: Waiting 02:48:07 21d9c79ca583: Waiting 02:48:07 8d54ed54b8ac: Waiting 02:48:07 5f70bf18a086: Waiting 02:48:07 4756965555f1: Waiting 02:48:07 3e9034d1a702: Waiting 02:48:07 965ea6c68821: Waiting 02:48:07 dd9c8f8612c8: Waiting 02:48:07 d07d766e0e4d: Layer already exists 02:48:07 880b36deb089: Layer already exists 02:48:07 29b1e86b05c2: Layer already exists 02:48:07 9c9e764afa75: Layer already exists 02:48:07 36161180e688: Layer already exists 02:48:07 0549c67a4fc0: Layer already exists 02:48:07 bec840a35c8f: Layer already exists 02:48:07 2f5ae85f36b1: Layer already exists 02:48:07 21d9c79ca583: Layer already exists 02:48:07 d1857b6a6f81: Layer already exists 02:48:07 4756965555f1: Layer already exists 02:48:07 3e9034d1a702: Layer already exists 02:48:07 5f70bf18a086: Layer already exists 02:48:07 965ea6c68821: Layer already exists 02:48:07 8d54ed54b8ac: Layer already exists 02:48:07 dd9c8f8612c8: Layer already exists 02:48:08 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:08 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:08 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 02:48:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 02:48:08 880b36deb089: Preparing 02:48:08 36161180e688: Preparing 02:48:08 9c9e764afa75: Preparing 02:48:08 d07d766e0e4d: Preparing 02:48:08 29b1e86b05c2: Preparing 02:48:08 bec840a35c8f: Preparing 02:48:08 0549c67a4fc0: Preparing 02:48:08 2f5ae85f36b1: Preparing 02:48:08 d1857b6a6f81: Preparing 02:48:08 21d9c79ca583: Preparing 02:48:08 8d54ed54b8ac: Preparing 02:48:08 5f70bf18a086: Preparing 02:48:08 4756965555f1: Preparing 02:48:08 3e9034d1a702: Preparing 02:48:08 965ea6c68821: Preparing 02:48:08 dd9c8f8612c8: Preparing 02:48:08 8d54ed54b8ac: Waiting 02:48:08 5f70bf18a086: Waiting 02:48:08 bec840a35c8f: Waiting 02:48:08 4756965555f1: Waiting 02:48:08 3e9034d1a702: Waiting 02:48:08 965ea6c68821: Waiting 02:48:08 dd9c8f8612c8: Waiting 02:48:08 d1857b6a6f81: Waiting 02:48:08 21d9c79ca583: Waiting 02:48:08 2f5ae85f36b1: Waiting 02:48:08 0549c67a4fc0: Waiting 02:48:08 29b1e86b05c2: Layer already exists 02:48:08 d07d766e0e4d: Layer already exists 02:48:08 36161180e688: Layer already exists 02:48:08 9c9e764afa75: Layer already exists 02:48:08 880b36deb089: Layer already exists 02:48:08 0549c67a4fc0: Layer already exists 02:48:08 2f5ae85f36b1: Layer already exists 02:48:08 d1857b6a6f81: Layer already exists 02:48:08 bec840a35c8f: Layer already exists 02:48:08 21d9c79ca583: Layer already exists 02:48:08 8d54ed54b8ac: Layer already exists 02:48:08 5f70bf18a086: Layer already exists 02:48:08 4756965555f1: Layer already exists 02:48:08 3e9034d1a702: Layer already exists 02:48:08 965ea6c68821: Layer already exists 02:48:08 dd9c8f8612c8: Layer already exists 02:48:09 main: digest: sha256:2501c3697d5036bae650a602db6485f1cb4055427f0cbc5a5a9254a225c518a4 size: 3647 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:09 ===================================================== [Pipeline] echo 02:48:09 taggedImages: 02:48:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 02:48:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 02:48:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:09 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:48:09 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 02:48:09 1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:09 latest 02:48:09 4.1.0-dev.40 02:48:09 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:09 main 02:48:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:09 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:09 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:48:09 9cccadfe34b2: Preparing 02:48:09 62f34c1a3b48: Preparing 02:48:09 c273a69f7642: Preparing 02:48:09 75369f364cbc: Preparing 02:48:09 2f5ae85f36b1: Preparing 02:48:09 d1857b6a6f81: Preparing 02:48:09 7aa36875abc9: Preparing 02:48:09 009b8b7b125e: Preparing 02:48:09 dd9c8f8612c8: Preparing 02:48:09 7aa36875abc9: Waiting 02:48:09 009b8b7b125e: Waiting 02:48:09 dd9c8f8612c8: Waiting 02:48:09 d1857b6a6f81: Waiting 02:48:09 2f5ae85f36b1: Layer already exists 02:48:10 d1857b6a6f81: Layer already exists 02:48:10 7aa36875abc9: Layer already exists 02:48:10 c273a69f7642: Pushed 02:48:10 62f34c1a3b48: Pushed 02:48:10 9cccadfe34b2: Pushed 02:48:10 dd9c8f8612c8: Layer already exists 02:48:10 009b8b7b125e: Layer already exists 02:48:15 75369f364cbc: Pushed 02:48:15 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:15 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:16 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:48:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:48:16 9cccadfe34b2: Preparing 02:48:16 62f34c1a3b48: Preparing 02:48:16 c273a69f7642: Preparing 02:48:16 75369f364cbc: Preparing 02:48:16 2f5ae85f36b1: Preparing 02:48:16 d1857b6a6f81: Preparing 02:48:16 7aa36875abc9: Preparing 02:48:16 009b8b7b125e: Preparing 02:48:16 dd9c8f8612c8: Preparing 02:48:16 d1857b6a6f81: Waiting 02:48:16 7aa36875abc9: Waiting 02:48:16 009b8b7b125e: Waiting 02:48:16 dd9c8f8612c8: Waiting 02:48:16 c273a69f7642: Layer already exists 02:48:16 9cccadfe34b2: Layer already exists 02:48:16 62f34c1a3b48: Layer already exists 02:48:16 2f5ae85f36b1: Layer already exists 02:48:16 75369f364cbc: Layer already exists 02:48:16 d1857b6a6f81: Layer already exists 02:48:16 7aa36875abc9: Layer already exists 02:48:16 009b8b7b125e: Layer already exists 02:48:16 dd9c8f8612c8: Layer already exists 02:48:16 latest: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:16 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:17 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 02:48:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:48:17 9cccadfe34b2: Preparing 02:48:17 62f34c1a3b48: Preparing 02:48:17 c273a69f7642: Preparing 02:48:17 75369f364cbc: Preparing 02:48:17 2f5ae85f36b1: Preparing 02:48:17 d1857b6a6f81: Preparing 02:48:17 7aa36875abc9: Preparing 02:48:17 009b8b7b125e: Preparing 02:48:17 dd9c8f8612c8: Preparing 02:48:17 d1857b6a6f81: Waiting 02:48:17 009b8b7b125e: Waiting 02:48:17 7aa36875abc9: Waiting 02:48:17 dd9c8f8612c8: Waiting 02:48:17 62f34c1a3b48: Layer already exists 02:48:17 9cccadfe34b2: Layer already exists 02:48:17 c273a69f7642: Layer already exists 02:48:17 75369f364cbc: Layer already exists 02:48:17 2f5ae85f36b1: Layer already exists 02:48:17 009b8b7b125e: Layer already exists 02:48:17 d1857b6a6f81: Layer already exists 02:48:17 7aa36875abc9: Layer already exists 02:48:17 dd9c8f8612c8: Layer already exists 02:48:17 4.1.0-dev.40: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:17 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:48:18 9cccadfe34b2: Preparing 02:48:18 62f34c1a3b48: Preparing 02:48:18 c273a69f7642: Preparing 02:48:18 75369f364cbc: Preparing 02:48:18 2f5ae85f36b1: Preparing 02:48:18 d1857b6a6f81: Preparing 02:48:18 7aa36875abc9: Preparing 02:48:18 009b8b7b125e: Preparing 02:48:18 dd9c8f8612c8: Preparing 02:48:18 7aa36875abc9: Waiting 02:48:18 009b8b7b125e: Waiting 02:48:18 dd9c8f8612c8: Waiting 02:48:18 d1857b6a6f81: Waiting 02:48:18 2f5ae85f36b1: Layer already exists 02:48:18 75369f364cbc: Layer already exists 02:48:18 9cccadfe34b2: Layer already exists 02:48:18 c273a69f7642: Layer already exists 02:48:18 62f34c1a3b48: Layer already exists 02:48:18 d1857b6a6f81: Layer already exists 02:48:18 009b8b7b125e: Layer already exists 02:48:18 dd9c8f8612c8: Layer already exists 02:48:18 7aa36875abc9: Layer already exists 02:48:18 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:18 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 02:48:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 02:48:19 9cccadfe34b2: Preparing 02:48:19 62f34c1a3b48: Preparing 02:48:19 c273a69f7642: Preparing 02:48:19 75369f364cbc: Preparing 02:48:19 2f5ae85f36b1: Preparing 02:48:19 d1857b6a6f81: Preparing 02:48:19 7aa36875abc9: Preparing 02:48:19 009b8b7b125e: Preparing 02:48:19 dd9c8f8612c8: Preparing 02:48:19 d1857b6a6f81: Waiting 02:48:19 009b8b7b125e: Waiting 02:48:19 dd9c8f8612c8: Waiting 02:48:19 7aa36875abc9: Waiting 02:48:19 62f34c1a3b48: Layer already exists 02:48:19 c273a69f7642: Layer already exists 02:48:19 9cccadfe34b2: Layer already exists 02:48:19 75369f364cbc: Layer already exists 02:48:19 2f5ae85f36b1: Layer already exists 02:48:19 d1857b6a6f81: Layer already exists 02:48:19 7aa36875abc9: Layer already exists 02:48:19 dd9c8f8612c8: Layer already exists 02:48:19 009b8b7b125e: Layer already exists 02:48:19 main: digest: sha256:809516ab781b1ceaf8ee5ca8ce994df8eb79ba167cf51ca7682164ea3f7023ee size: 2195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:19 ===================================================== [Pipeline] echo 02:48:19 taggedImages: 02:48:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 02:48:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 02:48:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:19 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:48:19 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 02:48:19 1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:19 latest 02:48:19 4.1.0-dev.40 02:48:19 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:19 main 02:48:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:20 b26b585b49b2: Preparing 02:48:20 39488ea11e06: Preparing 02:48:20 1a8f4ed11212: Preparing 02:48:20 cb4dd8ced83e: Preparing 02:48:20 d8616df25e79: Preparing 02:48:20 2f5ae85f36b1: Preparing 02:48:20 d1857b6a6f81: Preparing 02:48:20 bde8df6fe7e4: Preparing 02:48:20 9d10f10c8390: Preparing 02:48:20 11b84f052fa5: Preparing 02:48:20 dd9c8f8612c8: Preparing 02:48:20 bde8df6fe7e4: Waiting 02:48:20 9d10f10c8390: Waiting 02:48:20 2f5ae85f36b1: Waiting 02:48:20 11b84f052fa5: Waiting 02:48:20 dd9c8f8612c8: Waiting 02:48:20 d1857b6a6f81: Waiting 02:48:20 d8616df25e79: Pushed 02:48:20 cb4dd8ced83e: Pushed 02:48:20 39488ea11e06: Pushed 02:48:20 b26b585b49b2: Pushed 02:48:20 2f5ae85f36b1: Layer already exists 02:48:20 d1857b6a6f81: Layer already exists 02:48:20 dd9c8f8612c8: Layer already exists 02:48:20 bde8df6fe7e4: Pushed 02:48:20 9d10f10c8390: Pushed 02:48:24 1a8f4ed11212: Pushed 02:48:24 11b84f052fa5: Pushed 02:48:24 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:25 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:48:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:25 b26b585b49b2: Preparing 02:48:25 39488ea11e06: Preparing 02:48:25 1a8f4ed11212: Preparing 02:48:25 cb4dd8ced83e: Preparing 02:48:25 d8616df25e79: Preparing 02:48:25 2f5ae85f36b1: Preparing 02:48:25 d1857b6a6f81: Preparing 02:48:25 2f5ae85f36b1: Waiting 02:48:25 bde8df6fe7e4: Preparing 02:48:25 d1857b6a6f81: Waiting 02:48:25 9d10f10c8390: Preparing 02:48:25 bde8df6fe7e4: Waiting 02:48:25 9d10f10c8390: Waiting 02:48:25 11b84f052fa5: Preparing 02:48:25 dd9c8f8612c8: Preparing 02:48:25 11b84f052fa5: Waiting 02:48:25 dd9c8f8612c8: Waiting 02:48:25 39488ea11e06: Layer already exists 02:48:25 d8616df25e79: Layer already exists 02:48:25 1a8f4ed11212: Layer already exists 02:48:25 b26b585b49b2: Layer already exists 02:48:25 cb4dd8ced83e: Layer already exists 02:48:25 9d10f10c8390: Layer already exists 02:48:25 bde8df6fe7e4: Layer already exists 02:48:25 d1857b6a6f81: Layer already exists 02:48:25 2f5ae85f36b1: Layer already exists 02:48:25 11b84f052fa5: Layer already exists 02:48:25 dd9c8f8612c8: Layer already exists 02:48:25 latest: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:26 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 02:48:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:26 b26b585b49b2: Preparing 02:48:26 39488ea11e06: Preparing 02:48:26 1a8f4ed11212: Preparing 02:48:26 cb4dd8ced83e: Preparing 02:48:26 d8616df25e79: Preparing 02:48:26 2f5ae85f36b1: Preparing 02:48:26 d1857b6a6f81: Preparing 02:48:26 bde8df6fe7e4: Preparing 02:48:26 9d10f10c8390: Preparing 02:48:26 11b84f052fa5: Preparing 02:48:26 dd9c8f8612c8: Preparing 02:48:26 9d10f10c8390: Waiting 02:48:26 11b84f052fa5: Waiting 02:48:26 dd9c8f8612c8: Waiting 02:48:26 2f5ae85f36b1: Waiting 02:48:26 d1857b6a6f81: Waiting 02:48:26 bde8df6fe7e4: Waiting 02:48:26 1a8f4ed11212: Layer already exists 02:48:26 d8616df25e79: Layer already exists 02:48:26 39488ea11e06: Layer already exists 02:48:26 cb4dd8ced83e: Layer already exists 02:48:26 b26b585b49b2: Layer already exists 02:48:26 d1857b6a6f81: Layer already exists 02:48:26 bde8df6fe7e4: Layer already exists 02:48:26 9d10f10c8390: Layer already exists 02:48:26 2f5ae85f36b1: Layer already exists 02:48:26 11b84f052fa5: Layer already exists 02:48:26 dd9c8f8612c8: Layer already exists 02:48:26 4.1.0-dev.40: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:27 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:27 b26b585b49b2: Preparing 02:48:27 39488ea11e06: Preparing 02:48:27 1a8f4ed11212: Preparing 02:48:27 cb4dd8ced83e: Preparing 02:48:27 d8616df25e79: Preparing 02:48:27 2f5ae85f36b1: Preparing 02:48:27 d1857b6a6f81: Preparing 02:48:27 bde8df6fe7e4: Preparing 02:48:27 9d10f10c8390: Preparing 02:48:27 11b84f052fa5: Preparing 02:48:27 dd9c8f8612c8: Preparing 02:48:27 d1857b6a6f81: Waiting 02:48:27 bde8df6fe7e4: Waiting 02:48:27 9d10f10c8390: Waiting 02:48:27 2f5ae85f36b1: Waiting 02:48:27 11b84f052fa5: Waiting 02:48:27 b26b585b49b2: Layer already exists 02:48:27 39488ea11e06: Layer already exists 02:48:27 d8616df25e79: Layer already exists 02:48:27 cb4dd8ced83e: Layer already exists 02:48:27 1a8f4ed11212: Layer already exists 02:48:27 9d10f10c8390: Layer already exists 02:48:27 d1857b6a6f81: Layer already exists 02:48:27 2f5ae85f36b1: Layer already exists 02:48:27 11b84f052fa5: Layer already exists 02:48:27 bde8df6fe7e4: Layer already exists 02:48:27 dd9c8f8612c8: Layer already exists 02:48:27 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:28 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 02:48:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 02:48:28 b26b585b49b2: Preparing 02:48:28 39488ea11e06: Preparing 02:48:28 1a8f4ed11212: Preparing 02:48:28 cb4dd8ced83e: Preparing 02:48:28 d8616df25e79: Preparing 02:48:28 2f5ae85f36b1: Preparing 02:48:28 d1857b6a6f81: Preparing 02:48:28 bde8df6fe7e4: Preparing 02:48:28 9d10f10c8390: Preparing 02:48:28 11b84f052fa5: Preparing 02:48:28 dd9c8f8612c8: Preparing 02:48:28 bde8df6fe7e4: Waiting 02:48:28 9d10f10c8390: Waiting 02:48:28 11b84f052fa5: Waiting 02:48:28 2f5ae85f36b1: Waiting 02:48:28 d1857b6a6f81: Waiting 02:48:28 dd9c8f8612c8: Waiting 02:48:28 39488ea11e06: Layer already exists 02:48:28 cb4dd8ced83e: Layer already exists 02:48:28 1a8f4ed11212: Layer already exists 02:48:28 b26b585b49b2: Layer already exists 02:48:28 d8616df25e79: Layer already exists 02:48:28 d1857b6a6f81: Layer already exists 02:48:28 bde8df6fe7e4: Layer already exists 02:48:28 11b84f052fa5: Layer already exists 02:48:28 2f5ae85f36b1: Layer already exists 02:48:28 9d10f10c8390: Layer already exists 02:48:28 dd9c8f8612c8: Layer already exists 02:48:28 main: digest: sha256:482c26845983d46090b55e9e7d7c69927b4b7ac2e520a478e7cdfb9bbb645f4e size: 2611 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:28 ===================================================== [Pipeline] echo 02:48:28 taggedImages: 02:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 02:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 02:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:48:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 02:48:28 1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:28 latest 02:48:28 4.1.0-dev.40 02:48:28 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:28 main 02:48:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:29 82c4e784b070: Preparing 02:48:29 f015cdfc9848: Preparing 02:48:29 b3caf9a35a26: Preparing 02:48:29 171f1111b8b1: Preparing 02:48:29 7d823052dec1: Preparing 02:48:29 8e2528723ddd: Preparing 02:48:29 37505a67b00e: Preparing 02:48:29 2f5ae85f36b1: Preparing 02:48:29 d1857b6a6f81: Preparing 02:48:29 bc2f0636aabe: Preparing 02:48:29 8a66b239f1d5: Preparing 02:48:29 dd9c8f8612c8: Preparing 02:48:29 8e2528723ddd: Waiting 02:48:29 8a66b239f1d5: Waiting 02:48:29 d1857b6a6f81: Waiting 02:48:29 dd9c8f8612c8: Waiting 02:48:29 37505a67b00e: Waiting 02:48:29 2f5ae85f36b1: Waiting 02:48:29 f015cdfc9848: Pushed 02:48:29 7d823052dec1: Pushed 02:48:30 82c4e784b070: Pushed 02:48:30 2f5ae85f36b1: Layer already exists 02:48:30 8e2528723ddd: Pushed 02:48:30 37505a67b00e: Pushed 02:48:30 d1857b6a6f81: Layer already exists 02:48:30 dd9c8f8612c8: Layer already exists 02:48:31 bc2f0636aabe: Pushed 02:48:33 8a66b239f1d5: Pushed 02:48:33 171f1111b8b1: Pushed 02:48:36 b3caf9a35a26: Pushed 02:48:36 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:36 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:37 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:48:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:37 82c4e784b070: Preparing 02:48:37 f015cdfc9848: Preparing 02:48:37 b3caf9a35a26: Preparing 02:48:37 171f1111b8b1: Preparing 02:48:37 7d823052dec1: Preparing 02:48:37 8e2528723ddd: Preparing 02:48:37 37505a67b00e: Preparing 02:48:37 2f5ae85f36b1: Preparing 02:48:37 d1857b6a6f81: Preparing 02:48:37 bc2f0636aabe: Preparing 02:48:37 8a66b239f1d5: Preparing 02:48:37 dd9c8f8612c8: Preparing 02:48:37 d1857b6a6f81: Waiting 02:48:37 bc2f0636aabe: Waiting 02:48:37 8a66b239f1d5: Waiting 02:48:37 dd9c8f8612c8: Waiting 02:48:37 8e2528723ddd: Waiting 02:48:37 37505a67b00e: Waiting 02:48:37 2f5ae85f36b1: Waiting 02:48:37 f015cdfc9848: Layer already exists 02:48:37 82c4e784b070: Layer already exists 02:48:37 b3caf9a35a26: Layer already exists 02:48:37 7d823052dec1: Layer already exists 02:48:37 171f1111b8b1: Layer already exists 02:48:37 d1857b6a6f81: Layer already exists 02:48:37 8e2528723ddd: Layer already exists 02:48:37 37505a67b00e: Layer already exists 02:48:37 bc2f0636aabe: Layer already exists 02:48:37 2f5ae85f36b1: Layer already exists 02:48:37 dd9c8f8612c8: Layer already exists 02:48:37 8a66b239f1d5: Layer already exists 02:48:37 latest: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:37 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:38 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 02:48:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:38 82c4e784b070: Preparing 02:48:38 f015cdfc9848: Preparing 02:48:38 b3caf9a35a26: Preparing 02:48:38 171f1111b8b1: Preparing 02:48:38 7d823052dec1: Preparing 02:48:38 8e2528723ddd: Preparing 02:48:38 37505a67b00e: Preparing 02:48:38 2f5ae85f36b1: Preparing 02:48:38 d1857b6a6f81: Preparing 02:48:38 bc2f0636aabe: Preparing 02:48:38 8a66b239f1d5: Preparing 02:48:38 dd9c8f8612c8: Preparing 02:48:38 8e2528723ddd: Waiting 02:48:38 bc2f0636aabe: Waiting 02:48:38 37505a67b00e: Waiting 02:48:38 8a66b239f1d5: Waiting 02:48:38 2f5ae85f36b1: Waiting 02:48:38 dd9c8f8612c8: Waiting 02:48:38 d1857b6a6f81: Waiting 02:48:38 7d823052dec1: Layer already exists 02:48:38 171f1111b8b1: Layer already exists 02:48:38 82c4e784b070: Layer already exists 02:48:38 f015cdfc9848: Layer already exists 02:48:38 b3caf9a35a26: Layer already exists 02:48:38 d1857b6a6f81: Layer already exists 02:48:38 8e2528723ddd: Layer already exists 02:48:38 37505a67b00e: Layer already exists 02:48:38 bc2f0636aabe: Layer already exists 02:48:38 2f5ae85f36b1: Layer already exists 02:48:39 8a66b239f1d5: Layer already exists 02:48:39 dd9c8f8612c8: Layer already exists 02:48:39 4.1.0-dev.40: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:39 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:40 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:40 82c4e784b070: Preparing 02:48:40 f015cdfc9848: Preparing 02:48:40 b3caf9a35a26: Preparing 02:48:40 171f1111b8b1: Preparing 02:48:40 7d823052dec1: Preparing 02:48:40 8e2528723ddd: Preparing 02:48:40 37505a67b00e: Preparing 02:48:40 2f5ae85f36b1: Preparing 02:48:40 d1857b6a6f81: Preparing 02:48:40 bc2f0636aabe: Preparing 02:48:40 8a66b239f1d5: Preparing 02:48:40 dd9c8f8612c8: Preparing 02:48:40 2f5ae85f36b1: Waiting 02:48:40 d1857b6a6f81: Waiting 02:48:40 bc2f0636aabe: Waiting 02:48:40 8a66b239f1d5: Waiting 02:48:40 dd9c8f8612c8: Waiting 02:48:40 8e2528723ddd: Waiting 02:48:40 37505a67b00e: Waiting 02:48:40 b3caf9a35a26: Layer already exists 02:48:40 171f1111b8b1: Layer already exists 02:48:40 82c4e784b070: Layer already exists 02:48:40 7d823052dec1: Layer already exists 02:48:40 f015cdfc9848: Layer already exists 02:48:40 37505a67b00e: Layer already exists 02:48:40 8e2528723ddd: Layer already exists 02:48:40 d1857b6a6f81: Layer already exists 02:48:40 2f5ae85f36b1: Layer already exists 02:48:40 bc2f0636aabe: Layer already exists 02:48:40 dd9c8f8612c8: Layer already exists 02:48:40 8a66b239f1d5: Layer already exists 02:48:40 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:40 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:41 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 02:48:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 02:48:41 82c4e784b070: Preparing 02:48:41 f015cdfc9848: Preparing 02:48:41 b3caf9a35a26: Preparing 02:48:41 171f1111b8b1: Preparing 02:48:41 7d823052dec1: Preparing 02:48:41 8e2528723ddd: Preparing 02:48:41 37505a67b00e: Preparing 02:48:41 2f5ae85f36b1: Preparing 02:48:41 d1857b6a6f81: Preparing 02:48:41 bc2f0636aabe: Preparing 02:48:41 8a66b239f1d5: Preparing 02:48:41 dd9c8f8612c8: Preparing 02:48:41 8e2528723ddd: Waiting 02:48:41 37505a67b00e: Waiting 02:48:41 2f5ae85f36b1: Waiting 02:48:41 d1857b6a6f81: Waiting 02:48:41 8a66b239f1d5: Waiting 02:48:41 dd9c8f8612c8: Waiting 02:48:41 bc2f0636aabe: Waiting 02:48:41 f015cdfc9848: Layer already exists 02:48:41 82c4e784b070: Layer already exists 02:48:41 171f1111b8b1: Layer already exists 02:48:41 7d823052dec1: Layer already exists 02:48:41 b3caf9a35a26: Layer already exists 02:48:41 8e2528723ddd: Layer already exists 02:48:41 2f5ae85f36b1: Layer already exists 02:48:41 37505a67b00e: Layer already exists 02:48:41 bc2f0636aabe: Layer already exists 02:48:41 d1857b6a6f81: Layer already exists 02:48:41 dd9c8f8612c8: Layer already exists 02:48:41 8a66b239f1d5: Layer already exists 02:48:41 main: digest: sha256:248f2bc8091ef19fbfa963433f5f1373108fb8ab7b4700857f7d147f8476efd9 size: 2825 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:41 ===================================================== [Pipeline] echo 02:48:41 taggedImages: 02:48:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 02:48:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 02:48:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:41 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:48:41 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 02:48:41 1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:41 latest 02:48:41 4.1.0-dev.40 02:48:41 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:41 main 02:48:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:42 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:42 cd0e37c08cd2: Preparing 02:48:42 7b78369abc13: Preparing 02:48:42 2f5ae85f36b1: Preparing 02:48:42 d1857b6a6f81: Preparing 02:48:42 777a692456d7: Preparing 02:48:42 9815943f5476: Preparing 02:48:42 dd9c8f8612c8: Preparing 02:48:42 9815943f5476: Waiting 02:48:42 dd9c8f8612c8: Waiting 02:48:42 d1857b6a6f81: Layer already exists 02:48:42 2f5ae85f36b1: Layer already exists 02:48:42 dd9c8f8612c8: Layer already exists 02:48:42 cd0e37c08cd2: Pushed 02:48:44 777a692456d7: Pushed 02:48:44 9815943f5476: Pushed 02:48:50 7b78369abc13: Pushed 02:48:50 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:50 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:48:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:50 cd0e37c08cd2: Preparing 02:48:50 7b78369abc13: Preparing 02:48:50 2f5ae85f36b1: Preparing 02:48:50 d1857b6a6f81: Preparing 02:48:50 777a692456d7: Preparing 02:48:50 9815943f5476: Preparing 02:48:50 dd9c8f8612c8: Preparing 02:48:50 9815943f5476: Waiting 02:48:50 dd9c8f8612c8: Waiting 02:48:50 cd0e37c08cd2: Layer already exists 02:48:50 d1857b6a6f81: Layer already exists 02:48:50 7b78369abc13: Layer already exists 02:48:50 2f5ae85f36b1: Layer already exists 02:48:50 777a692456d7: Layer already exists 02:48:50 9815943f5476: Layer already exists 02:48:50 dd9c8f8612c8: Layer already exists 02:48:50 latest: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:51 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 02:48:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:51 cd0e37c08cd2: Preparing 02:48:51 7b78369abc13: Preparing 02:48:51 2f5ae85f36b1: Preparing 02:48:51 d1857b6a6f81: Preparing 02:48:51 777a692456d7: Preparing 02:48:51 9815943f5476: Preparing 02:48:51 dd9c8f8612c8: Preparing 02:48:51 9815943f5476: Waiting 02:48:51 dd9c8f8612c8: Waiting 02:48:51 777a692456d7: Layer already exists 02:48:51 d1857b6a6f81: Layer already exists 02:48:51 2f5ae85f36b1: Layer already exists 02:48:51 cd0e37c08cd2: Layer already exists 02:48:51 7b78369abc13: Layer already exists 02:48:51 9815943f5476: Layer already exists 02:48:51 dd9c8f8612c8: Layer already exists 02:48:52 4.1.0-dev.40: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:52 cd0e37c08cd2: Preparing 02:48:52 7b78369abc13: Preparing 02:48:52 2f5ae85f36b1: Preparing 02:48:52 d1857b6a6f81: Preparing 02:48:52 777a692456d7: Preparing 02:48:52 9815943f5476: Preparing 02:48:52 dd9c8f8612c8: Preparing 02:48:52 9815943f5476: Waiting 02:48:52 dd9c8f8612c8: Waiting 02:48:52 d1857b6a6f81: Layer already exists 02:48:52 7b78369abc13: Layer already exists 02:48:52 cd0e37c08cd2: Layer already exists 02:48:52 777a692456d7: Layer already exists 02:48:52 2f5ae85f36b1: Layer already exists 02:48:52 9815943f5476: Layer already exists 02:48:52 dd9c8f8612c8: Layer already exists 02:48:52 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 02:48:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 02:48:53 cd0e37c08cd2: Preparing 02:48:53 7b78369abc13: Preparing 02:48:53 2f5ae85f36b1: Preparing 02:48:53 d1857b6a6f81: Preparing 02:48:53 777a692456d7: Preparing 02:48:53 9815943f5476: Preparing 02:48:53 dd9c8f8612c8: Preparing 02:48:53 9815943f5476: Waiting 02:48:53 dd9c8f8612c8: Waiting 02:48:53 cd0e37c08cd2: Layer already exists 02:48:53 7b78369abc13: Layer already exists 02:48:53 2f5ae85f36b1: Layer already exists 02:48:53 777a692456d7: Layer already exists 02:48:53 d1857b6a6f81: Layer already exists 02:48:53 9815943f5476: Layer already exists 02:48:53 dd9c8f8612c8: Layer already exists 02:48:53 main: digest: sha256:79851c4aad1eb7e42467b18f572ad907bc9e7db7271798170c144afda26618b0 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:48:53 ===================================================== [Pipeline] echo 02:48:53 taggedImages: 02:48:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 02:48:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 02:48:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:53 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:48:53 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 02:48:53 1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:53 latest 02:48:53 4.1.0-dev.40 02:48:53 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:48:53 main 02:48:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:54 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:48:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:48:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:48:54 34e8a9cea3be: Preparing 02:48:54 e0a49a27906b: Preparing 02:48:54 d9ca613935e9: Preparing 02:48:54 2f5ae85f36b1: Preparing 02:48:54 d1857b6a6f81: Preparing 02:48:54 7142bf4f59b2: Preparing 02:48:54 1238e2f8aff5: Preparing 02:48:54 0cb3d1490e7e: Preparing 02:48:54 9b080e60bbb7: Preparing 02:48:54 dd9c8f8612c8: Preparing 02:48:54 1238e2f8aff5: Waiting 02:48:54 0cb3d1490e7e: Waiting 02:48:54 9b080e60bbb7: Waiting 02:48:54 dd9c8f8612c8: Waiting 02:48:54 7142bf4f59b2: Waiting 02:48:54 d1857b6a6f81: Layer already exists 02:48:54 2f5ae85f36b1: Layer already exists 02:48:54 e0a49a27906b: Pushed 02:48:54 d9ca613935e9: Pushed 02:48:54 34e8a9cea3be: Pushed 02:48:54 dd9c8f8612c8: Layer already exists 02:48:54 0cb3d1490e7e: Pushed 02:48:57 9b080e60bbb7: Pushed 02:49:05 1238e2f8aff5: Pushed 02:49:17 7142bf4f59b2: Pushed 02:49:17 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:18 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:49:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:49:18 34e8a9cea3be: Preparing 02:49:18 e0a49a27906b: Preparing 02:49:18 d9ca613935e9: Preparing 02:49:18 2f5ae85f36b1: Preparing 02:49:18 d1857b6a6f81: Preparing 02:49:18 7142bf4f59b2: Preparing 02:49:18 1238e2f8aff5: Preparing 02:49:18 0cb3d1490e7e: Preparing 02:49:18 9b080e60bbb7: Preparing 02:49:18 dd9c8f8612c8: Preparing 02:49:18 7142bf4f59b2: Waiting 02:49:18 1238e2f8aff5: Waiting 02:49:18 0cb3d1490e7e: Waiting 02:49:18 dd9c8f8612c8: Waiting 02:49:18 9b080e60bbb7: Waiting 02:49:18 2f5ae85f36b1: Layer already exists 02:49:18 d9ca613935e9: Layer already exists 02:49:18 e0a49a27906b: Layer already exists 02:49:18 34e8a9cea3be: Layer already exists 02:49:18 d1857b6a6f81: Layer already exists 02:49:18 1238e2f8aff5: Layer already exists 02:49:18 7142bf4f59b2: Layer already exists 02:49:18 0cb3d1490e7e: Layer already exists 02:49:18 9b080e60bbb7: Layer already exists 02:49:18 dd9c8f8612c8: Layer already exists 02:49:18 latest: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:19 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 02:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:49:19 34e8a9cea3be: Preparing 02:49:19 e0a49a27906b: Preparing 02:49:19 d9ca613935e9: Preparing 02:49:19 2f5ae85f36b1: Preparing 02:49:19 d1857b6a6f81: Preparing 02:49:19 7142bf4f59b2: Preparing 02:49:19 1238e2f8aff5: Preparing 02:49:19 0cb3d1490e7e: Preparing 02:49:19 9b080e60bbb7: Preparing 02:49:19 dd9c8f8612c8: Preparing 02:49:19 7142bf4f59b2: Waiting 02:49:19 1238e2f8aff5: Waiting 02:49:19 0cb3d1490e7e: Waiting 02:49:19 9b080e60bbb7: Waiting 02:49:19 dd9c8f8612c8: Waiting 02:49:19 d9ca613935e9: Layer already exists 02:49:19 d1857b6a6f81: Layer already exists 02:49:19 2f5ae85f36b1: Layer already exists 02:49:19 e0a49a27906b: Layer already exists 02:49:19 34e8a9cea3be: Layer already exists 02:49:19 7142bf4f59b2: Layer already exists 02:49:19 dd9c8f8612c8: Layer already exists 02:49:19 1238e2f8aff5: Layer already exists 02:49:19 0cb3d1490e7e: Layer already exists 02:49:19 9b080e60bbb7: Layer already exists 02:49:19 4.1.0-dev.40: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:20 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:49:20 34e8a9cea3be: Preparing 02:49:20 e0a49a27906b: Preparing 02:49:20 d9ca613935e9: Preparing 02:49:20 2f5ae85f36b1: Preparing 02:49:20 d1857b6a6f81: Preparing 02:49:20 7142bf4f59b2: Preparing 02:49:20 1238e2f8aff5: Preparing 02:49:20 0cb3d1490e7e: Preparing 02:49:20 9b080e60bbb7: Preparing 02:49:20 dd9c8f8612c8: Preparing 02:49:20 1238e2f8aff5: Waiting 02:49:20 9b080e60bbb7: Waiting 02:49:20 0cb3d1490e7e: Waiting 02:49:20 dd9c8f8612c8: Waiting 02:49:20 7142bf4f59b2: Waiting 02:49:20 e0a49a27906b: Layer already exists 02:49:20 34e8a9cea3be: Layer already exists 02:49:20 d9ca613935e9: Layer already exists 02:49:20 2f5ae85f36b1: Layer already exists 02:49:20 d1857b6a6f81: Layer already exists 02:49:20 0cb3d1490e7e: Layer already exists 02:49:20 9b080e60bbb7: Layer already exists 02:49:20 1238e2f8aff5: Layer already exists 02:49:20 dd9c8f8612c8: Layer already exists 02:49:20 7142bf4f59b2: Layer already exists 02:49:20 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:21 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 02:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 02:49:21 34e8a9cea3be: Preparing 02:49:21 e0a49a27906b: Preparing 02:49:21 d9ca613935e9: Preparing 02:49:21 2f5ae85f36b1: Preparing 02:49:21 d1857b6a6f81: Preparing 02:49:21 7142bf4f59b2: Preparing 02:49:21 1238e2f8aff5: Preparing 02:49:21 0cb3d1490e7e: Preparing 02:49:21 9b080e60bbb7: Preparing 02:49:21 dd9c8f8612c8: Preparing 02:49:21 0cb3d1490e7e: Waiting 02:49:21 7142bf4f59b2: Waiting 02:49:21 9b080e60bbb7: Waiting 02:49:21 dd9c8f8612c8: Waiting 02:49:21 1238e2f8aff5: Waiting 02:49:21 34e8a9cea3be: Layer already exists 02:49:21 d1857b6a6f81: Layer already exists 02:49:21 d9ca613935e9: Layer already exists 02:49:21 2f5ae85f36b1: Layer already exists 02:49:21 e0a49a27906b: Layer already exists 02:49:21 1238e2f8aff5: Layer already exists 02:49:21 7142bf4f59b2: Layer already exists 02:49:21 9b080e60bbb7: Layer already exists 02:49:21 0cb3d1490e7e: Layer already exists 02:49:21 dd9c8f8612c8: Layer already exists 02:49:21 main: digest: sha256:78c32e790c4a1f39902d47ab0856c7f287db970fa212e246619334129c8dc0c8 size: 2408 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:49:21 ===================================================== [Pipeline] echo 02:49:21 taggedImages: 02:49:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:49:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 02:49:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 02:49:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:49:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:49:21 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 02:49:21 1e4250d9590b5b4a05e18093632e31bfe594a873 02:49:21 latest 02:49:21 4.1.0-dev.40 02:49:21 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:49:21 main 02:49:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:22 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:49:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:22 19a58324c06e: Preparing 02:49:22 d0c7539110fa: Preparing 02:49:22 6ad00745b661: Preparing 02:49:22 2f5ae85f36b1: Preparing 02:49:22 d1857b6a6f81: Preparing 02:49:22 1fdef7f4fa58: Preparing 02:49:22 7e258d57fe9d: Preparing 02:49:22 04e129d23ce7: Preparing 02:49:22 dd9c8f8612c8: Preparing 02:49:22 7e258d57fe9d: Waiting 02:49:22 04e129d23ce7: Waiting 02:49:22 dd9c8f8612c8: Waiting 02:49:22 1fdef7f4fa58: Waiting 02:49:22 d1857b6a6f81: Layer already exists 02:49:22 2f5ae85f36b1: Layer already exists 02:49:22 d0c7539110fa: Pushed 02:49:22 6ad00745b661: Pushed 02:49:22 19a58324c06e: Pushed 02:49:22 dd9c8f8612c8: Layer already exists 02:49:23 04e129d23ce7: Pushed 02:49:24 7e258d57fe9d: Pushed 02:49:50 1fdef7f4fa58: Pushed 02:49:50 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:51 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:49:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:51 19a58324c06e: Preparing 02:49:51 d0c7539110fa: Preparing 02:49:51 6ad00745b661: Preparing 02:49:51 2f5ae85f36b1: Preparing 02:49:51 d1857b6a6f81: Preparing 02:49:51 1fdef7f4fa58: Preparing 02:49:51 7e258d57fe9d: Preparing 02:49:51 04e129d23ce7: Preparing 02:49:51 1fdef7f4fa58: Waiting 02:49:51 dd9c8f8612c8: Preparing 02:49:51 7e258d57fe9d: Waiting 02:49:51 04e129d23ce7: Waiting 02:49:51 dd9c8f8612c8: Waiting 02:49:51 d1857b6a6f81: Layer already exists 02:49:51 2f5ae85f36b1: Layer already exists 02:49:51 19a58324c06e: Layer already exists 02:49:51 d0c7539110fa: Layer already exists 02:49:51 6ad00745b661: Layer already exists 02:49:51 04e129d23ce7: Layer already exists 02:49:51 1fdef7f4fa58: Layer already exists 02:49:51 7e258d57fe9d: Layer already exists 02:49:51 dd9c8f8612c8: Layer already exists 02:49:51 latest: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:52 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 02:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:52 19a58324c06e: Preparing 02:49:52 d0c7539110fa: Preparing 02:49:52 6ad00745b661: Preparing 02:49:52 2f5ae85f36b1: Preparing 02:49:52 d1857b6a6f81: Preparing 02:49:52 1fdef7f4fa58: Preparing 02:49:52 7e258d57fe9d: Preparing 02:49:52 04e129d23ce7: Preparing 02:49:52 dd9c8f8612c8: Preparing 02:49:52 1fdef7f4fa58: Waiting 02:49:52 7e258d57fe9d: Waiting 02:49:52 04e129d23ce7: Waiting 02:49:52 dd9c8f8612c8: Waiting 02:49:52 2f5ae85f36b1: Layer already exists 02:49:52 d1857b6a6f81: Layer already exists 02:49:52 6ad00745b661: Layer already exists 02:49:52 19a58324c06e: Layer already exists 02:49:52 d0c7539110fa: Layer already exists 02:49:52 1fdef7f4fa58: Layer already exists 02:49:52 dd9c8f8612c8: Layer already exists 02:49:52 04e129d23ce7: Layer already exists 02:49:52 7e258d57fe9d: Layer already exists 02:49:52 4.1.0-dev.40: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:53 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:53 19a58324c06e: Preparing 02:49:53 d0c7539110fa: Preparing 02:49:53 6ad00745b661: Preparing 02:49:53 2f5ae85f36b1: Preparing 02:49:53 d1857b6a6f81: Preparing 02:49:53 1fdef7f4fa58: Preparing 02:49:53 7e258d57fe9d: Preparing 02:49:53 04e129d23ce7: Preparing 02:49:53 dd9c8f8612c8: Preparing 02:49:53 1fdef7f4fa58: Waiting 02:49:53 7e258d57fe9d: Waiting 02:49:53 04e129d23ce7: Waiting 02:49:53 dd9c8f8612c8: Waiting 02:49:53 2f5ae85f36b1: Layer already exists 02:49:53 d0c7539110fa: Layer already exists 02:49:53 6ad00745b661: Layer already exists 02:49:53 d1857b6a6f81: Layer already exists 02:49:53 19a58324c06e: Layer already exists 02:49:53 7e258d57fe9d: Layer already exists 02:49:53 04e129d23ce7: Layer already exists 02:49:53 dd9c8f8612c8: Layer already exists 02:49:53 1fdef7f4fa58: Layer already exists 02:49:53 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:53 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 02:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 02:49:54 19a58324c06e: Preparing 02:49:54 d0c7539110fa: Preparing 02:49:54 6ad00745b661: Preparing 02:49:54 2f5ae85f36b1: Preparing 02:49:54 d1857b6a6f81: Preparing 02:49:54 1fdef7f4fa58: Preparing 02:49:54 7e258d57fe9d: Preparing 02:49:54 04e129d23ce7: Preparing 02:49:54 dd9c8f8612c8: Preparing 02:49:54 7e258d57fe9d: Waiting 02:49:54 04e129d23ce7: Waiting 02:49:54 dd9c8f8612c8: Waiting 02:49:54 1fdef7f4fa58: Waiting 02:49:54 d0c7539110fa: Layer already exists 02:49:54 d1857b6a6f81: Layer already exists 02:49:54 6ad00745b661: Layer already exists 02:49:54 19a58324c06e: Layer already exists 02:49:54 2f5ae85f36b1: Layer already exists 02:49:54 1fdef7f4fa58: Layer already exists 02:49:54 04e129d23ce7: Layer already exists 02:49:54 dd9c8f8612c8: Layer already exists 02:49:54 7e258d57fe9d: Layer already exists 02:49:54 main: digest: sha256:8734abf5eae3f6359184e2336fadab4159bd357e5fa165b8165e78c303e5678e size: 2199 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:49:54 ===================================================== [Pipeline] echo 02:49:54 taggedImages: 02:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 02:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 02:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:49:54 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:49:54 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 02:49:54 1e4250d9590b5b4a05e18093632e31bfe594a873 02:49:54 latest 02:49:54 4.1.0-dev.40 02:49:54 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:49:54 main 02:49:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:54 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:49:55 731ada9d751b: Preparing 02:49:55 c97dfa402a28: Preparing 02:49:55 dfb41e16a8db: Preparing 02:49:55 2f5ae85f36b1: Preparing 02:49:55 d1857b6a6f81: Preparing 02:49:55 0556d7391c79: Preparing 02:49:55 0cb3d1490e7e: Preparing 02:49:55 9b080e60bbb7: Preparing 02:49:55 dd9c8f8612c8: Preparing 02:49:55 0556d7391c79: Waiting 02:49:55 0cb3d1490e7e: Waiting 02:49:55 9b080e60bbb7: Waiting 02:49:55 dd9c8f8612c8: Waiting 02:49:55 2f5ae85f36b1: Layer already exists 02:49:55 d1857b6a6f81: Layer already exists 02:49:55 0cb3d1490e7e: Layer already exists 02:49:55 731ada9d751b: Pushed 02:49:55 9b080e60bbb7: Layer already exists 02:49:55 dfb41e16a8db: Pushed 02:49:55 c97dfa402a28: Pushed 02:49:55 dd9c8f8612c8: Layer already exists 02:50:22 0556d7391c79: Pushed 02:50:22 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:22 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:22 731ada9d751b: Preparing 02:50:22 c97dfa402a28: Preparing 02:50:22 dfb41e16a8db: Preparing 02:50:22 2f5ae85f36b1: Preparing 02:50:22 d1857b6a6f81: Preparing 02:50:22 0556d7391c79: Preparing 02:50:22 0cb3d1490e7e: Preparing 02:50:22 9b080e60bbb7: Preparing 02:50:22 dd9c8f8612c8: Preparing 02:50:22 0cb3d1490e7e: Waiting 02:50:22 9b080e60bbb7: Waiting 02:50:22 dd9c8f8612c8: Waiting 02:50:22 0556d7391c79: Waiting 02:50:22 d1857b6a6f81: Layer already exists 02:50:22 731ada9d751b: Layer already exists 02:50:22 2f5ae85f36b1: Layer already exists 02:50:22 dfb41e16a8db: Layer already exists 02:50:22 c97dfa402a28: Layer already exists 02:50:22 dd9c8f8612c8: Layer already exists 02:50:22 0cb3d1490e7e: Layer already exists 02:50:22 0556d7391c79: Layer already exists 02:50:22 9b080e60bbb7: Layer already exists 02:50:23 latest: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:23 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 02:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:23 731ada9d751b: Preparing 02:50:23 c97dfa402a28: Preparing 02:50:23 dfb41e16a8db: Preparing 02:50:23 2f5ae85f36b1: Preparing 02:50:23 d1857b6a6f81: Preparing 02:50:23 0556d7391c79: Preparing 02:50:23 0cb3d1490e7e: Preparing 02:50:23 9b080e60bbb7: Preparing 02:50:23 dd9c8f8612c8: Preparing 02:50:23 0cb3d1490e7e: Waiting 02:50:23 0556d7391c79: Waiting 02:50:23 9b080e60bbb7: Waiting 02:50:23 dd9c8f8612c8: Waiting 02:50:23 d1857b6a6f81: Layer already exists 02:50:23 dfb41e16a8db: Layer already exists 02:50:23 2f5ae85f36b1: Layer already exists 02:50:23 c97dfa402a28: Layer already exists 02:50:23 731ada9d751b: Layer already exists 02:50:23 0556d7391c79: Layer already exists 02:50:23 0cb3d1490e7e: Layer already exists 02:50:23 dd9c8f8612c8: Layer already exists 02:50:23 9b080e60bbb7: Layer already exists 02:50:24 4.1.0-dev.40: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:24 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:24 731ada9d751b: Preparing 02:50:24 c97dfa402a28: Preparing 02:50:24 dfb41e16a8db: Preparing 02:50:24 2f5ae85f36b1: Preparing 02:50:24 d1857b6a6f81: Preparing 02:50:24 0556d7391c79: Preparing 02:50:24 0cb3d1490e7e: Preparing 02:50:24 0556d7391c79: Waiting 02:50:24 9b080e60bbb7: Preparing 02:50:24 0cb3d1490e7e: Waiting 02:50:24 dd9c8f8612c8: Preparing 02:50:24 9b080e60bbb7: Waiting 02:50:24 dd9c8f8612c8: Waiting 02:50:24 731ada9d751b: Layer already exists 02:50:24 c97dfa402a28: Layer already exists 02:50:24 2f5ae85f36b1: Layer already exists 02:50:24 dfb41e16a8db: Layer already exists 02:50:24 d1857b6a6f81: Layer already exists 02:50:24 dd9c8f8612c8: Layer already exists 02:50:24 0cb3d1490e7e: Layer already exists 02:50:24 9b080e60bbb7: Layer already exists 02:50:24 0556d7391c79: Layer already exists 02:50:25 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:25 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 02:50:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 02:50:25 731ada9d751b: Preparing 02:50:25 c97dfa402a28: Preparing 02:50:25 dfb41e16a8db: Preparing 02:50:25 2f5ae85f36b1: Preparing 02:50:25 d1857b6a6f81: Preparing 02:50:25 0556d7391c79: Preparing 02:50:25 0cb3d1490e7e: Preparing 02:50:25 9b080e60bbb7: Preparing 02:50:25 dd9c8f8612c8: Preparing 02:50:25 0556d7391c79: Waiting 02:50:25 0cb3d1490e7e: Waiting 02:50:25 9b080e60bbb7: Waiting 02:50:25 dd9c8f8612c8: Waiting 02:50:25 731ada9d751b: Layer already exists 02:50:25 2f5ae85f36b1: Layer already exists 02:50:25 dfb41e16a8db: Layer already exists 02:50:25 d1857b6a6f81: Layer already exists 02:50:25 c97dfa402a28: Layer already exists 02:50:25 0556d7391c79: Layer already exists 02:50:25 0cb3d1490e7e: Layer already exists 02:50:25 9b080e60bbb7: Layer already exists 02:50:25 dd9c8f8612c8: Layer already exists 02:50:26 main: digest: sha256:48f51dfbe38ba40164f9c43f979bc037717c2e087d85def53be8798f70376b87 size: 2196 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:26 ===================================================== [Pipeline] echo 02:50:26 taggedImages: 02:50:26 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:26 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 02:50:26 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 02:50:26 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:26 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:50:26 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 02:50:26 1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:26 latest 02:50:26 4.1.0-dev.40 02:50:26 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:26 main 02:50:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:26 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:26 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:26 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:26 ec1ac4a0d1cf: Preparing 02:50:26 49a065dc6948: Preparing 02:50:26 2f5ae85f36b1: Preparing 02:50:26 d1857b6a6f81: Preparing 02:50:26 e46b2edec903: Preparing 02:50:26 2ab338253368: Preparing 02:50:26 dd9c8f8612c8: Preparing 02:50:26 2ab338253368: Waiting 02:50:26 dd9c8f8612c8: Waiting 02:50:27 2f5ae85f36b1: Layer already exists 02:50:27 d1857b6a6f81: Layer already exists 02:50:27 dd9c8f8612c8: Layer already exists 02:50:27 ec1ac4a0d1cf: Pushed 02:50:28 2ab338253368: Pushed 02:50:28 e46b2edec903: Pushed 02:50:35 49a065dc6948: Pushed 02:50:35 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:35 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:36 ec1ac4a0d1cf: Preparing 02:50:36 49a065dc6948: Preparing 02:50:36 2f5ae85f36b1: Preparing 02:50:36 d1857b6a6f81: Preparing 02:50:36 e46b2edec903: Preparing 02:50:36 2ab338253368: Preparing 02:50:36 dd9c8f8612c8: Preparing 02:50:36 2ab338253368: Waiting 02:50:36 dd9c8f8612c8: Waiting 02:50:36 d1857b6a6f81: Layer already exists 02:50:36 e46b2edec903: Layer already exists 02:50:36 49a065dc6948: Layer already exists 02:50:36 2f5ae85f36b1: Layer already exists 02:50:36 ec1ac4a0d1cf: Layer already exists 02:50:36 2ab338253368: Layer already exists 02:50:36 dd9c8f8612c8: Layer already exists 02:50:36 latest: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:36 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 02:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:37 ec1ac4a0d1cf: Preparing 02:50:37 49a065dc6948: Preparing 02:50:37 2f5ae85f36b1: Preparing 02:50:37 d1857b6a6f81: Preparing 02:50:37 e46b2edec903: Preparing 02:50:37 2ab338253368: Preparing 02:50:37 dd9c8f8612c8: Preparing 02:50:37 2ab338253368: Waiting 02:50:37 dd9c8f8612c8: Waiting 02:50:37 e46b2edec903: Layer already exists 02:50:37 49a065dc6948: Layer already exists 02:50:37 ec1ac4a0d1cf: Layer already exists 02:50:37 2f5ae85f36b1: Layer already exists 02:50:37 d1857b6a6f81: Layer already exists 02:50:37 dd9c8f8612c8: Layer already exists 02:50:37 2ab338253368: Layer already exists 02:50:37 4.1.0-dev.40: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:37 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:38 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:38 ec1ac4a0d1cf: Preparing 02:50:38 49a065dc6948: Preparing 02:50:38 2f5ae85f36b1: Preparing 02:50:38 d1857b6a6f81: Preparing 02:50:38 e46b2edec903: Preparing 02:50:38 2ab338253368: Preparing 02:50:38 dd9c8f8612c8: Preparing 02:50:38 2ab338253368: Waiting 02:50:38 dd9c8f8612c8: Waiting 02:50:38 2f5ae85f36b1: Layer already exists 02:50:38 e46b2edec903: Layer already exists 02:50:38 ec1ac4a0d1cf: Layer already exists 02:50:38 d1857b6a6f81: Layer already exists 02:50:38 49a065dc6948: Layer already exists 02:50:38 2ab338253368: Layer already exists 02:50:38 dd9c8f8612c8: Layer already exists 02:50:38 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:38 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:39 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 02:50:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 02:50:39 ec1ac4a0d1cf: Preparing 02:50:39 49a065dc6948: Preparing 02:50:39 2f5ae85f36b1: Preparing 02:50:39 d1857b6a6f81: Preparing 02:50:39 e46b2edec903: Preparing 02:50:39 2ab338253368: Preparing 02:50:39 dd9c8f8612c8: Preparing 02:50:39 2ab338253368: Waiting 02:50:39 dd9c8f8612c8: Waiting 02:50:39 d1857b6a6f81: Layer already exists 02:50:39 e46b2edec903: Layer already exists 02:50:39 49a065dc6948: Layer already exists 02:50:39 2f5ae85f36b1: Layer already exists 02:50:39 ec1ac4a0d1cf: Layer already exists 02:50:39 2ab338253368: Layer already exists 02:50:39 dd9c8f8612c8: Layer already exists 02:50:39 main: digest: sha256:3b32c09eb967eb55d3497c8ff30753b2bd44c2200508942aa2fddb8b61a83d19 size: 1784 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:39 ===================================================== [Pipeline] echo 02:50:39 taggedImages: 02:50:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 02:50:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 02:50:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:39 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:50:39 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 02:50:39 1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:39 latest 02:50:39 4.1.0-dev.40 02:50:39 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:39 main 02:50:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:40 8ee1ddc6a6de: Preparing 02:50:40 dbe8476a9f3b: Preparing 02:50:40 2f5ae85f36b1: Preparing 02:50:40 d1857b6a6f81: Preparing 02:50:40 c9f09290e1a4: Preparing 02:50:40 ef190f3060fb: Preparing 02:50:40 dd9c8f8612c8: Preparing 02:50:40 ef190f3060fb: Waiting 02:50:40 dd9c8f8612c8: Waiting 02:50:40 d1857b6a6f81: Layer already exists 02:50:40 2f5ae85f36b1: Layer already exists 02:50:40 dd9c8f8612c8: Layer already exists 02:50:40 8ee1ddc6a6de: Pushed 02:50:41 ef190f3060fb: Pushed 02:50:41 c9f09290e1a4: Pushed 02:50:48 dbe8476a9f3b: Pushed 02:50:48 1e4250d9590b5b4a05e18093632e31bfe594a873: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:48 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:50:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:49 8ee1ddc6a6de: Preparing 02:50:49 dbe8476a9f3b: Preparing 02:50:49 2f5ae85f36b1: Preparing 02:50:49 d1857b6a6f81: Preparing 02:50:49 c9f09290e1a4: Preparing 02:50:49 ef190f3060fb: Preparing 02:50:49 dd9c8f8612c8: Preparing 02:50:49 ef190f3060fb: Waiting 02:50:49 dd9c8f8612c8: Waiting 02:50:49 c9f09290e1a4: Layer already exists 02:50:49 2f5ae85f36b1: Layer already exists 02:50:49 d1857b6a6f81: Layer already exists 02:50:49 8ee1ddc6a6de: Layer already exists 02:50:49 dbe8476a9f3b: Layer already exists 02:50:49 dd9c8f8612c8: Layer already exists 02:50:49 ef190f3060fb: Layer already exists 02:50:49 latest: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 02:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:50 8ee1ddc6a6de: Preparing 02:50:50 dbe8476a9f3b: Preparing 02:50:50 2f5ae85f36b1: Preparing 02:50:50 d1857b6a6f81: Preparing 02:50:50 c9f09290e1a4: Preparing 02:50:50 ef190f3060fb: Preparing 02:50:50 dd9c8f8612c8: Preparing 02:50:50 ef190f3060fb: Waiting 02:50:50 dd9c8f8612c8: Waiting 02:50:50 2f5ae85f36b1: Layer already exists 02:50:50 dbe8476a9f3b: Layer already exists 02:50:50 d1857b6a6f81: Layer already exists 02:50:50 8ee1ddc6a6de: Layer already exists 02:50:50 c9f09290e1a4: Layer already exists 02:50:50 ef190f3060fb: Layer already exists 02:50:50 dd9c8f8612c8: Layer already exists 02:50:50 4.1.0-dev.40: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:50 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:50 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:50 8ee1ddc6a6de: Preparing 02:50:50 dbe8476a9f3b: Preparing 02:50:50 2f5ae85f36b1: Preparing 02:50:50 d1857b6a6f81: Preparing 02:50:50 c9f09290e1a4: Preparing 02:50:50 ef190f3060fb: Preparing 02:50:50 dd9c8f8612c8: Preparing 02:50:50 ef190f3060fb: Waiting 02:50:50 dd9c8f8612c8: Waiting 02:50:50 c9f09290e1a4: Layer already exists 02:50:50 8ee1ddc6a6de: Layer already exists 02:50:50 2f5ae85f36b1: Layer already exists 02:50:50 d1857b6a6f81: Layer already exists 02:50:50 dbe8476a9f3b: Layer already exists 02:50:50 ef190f3060fb: Layer already exists 02:50:50 dd9c8f8612c8: Layer already exists 02:50:50 1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:51 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:51 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 02:50:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 02:50:51 8ee1ddc6a6de: Preparing 02:50:51 dbe8476a9f3b: Preparing 02:50:51 2f5ae85f36b1: Preparing 02:50:51 d1857b6a6f81: Preparing 02:50:51 c9f09290e1a4: Preparing 02:50:51 ef190f3060fb: Preparing 02:50:51 dd9c8f8612c8: Preparing 02:50:51 ef190f3060fb: Waiting 02:50:51 dd9c8f8612c8: Waiting 02:50:51 2f5ae85f36b1: Layer already exists 02:50:51 8ee1ddc6a6de: Layer already exists 02:50:51 dbe8476a9f3b: Layer already exists 02:50:51 d1857b6a6f81: Layer already exists 02:50:51 c9f09290e1a4: Layer already exists 02:50:51 dd9c8f8612c8: Layer already exists 02:50:51 ef190f3060fb: Layer already exists 02:50:51 main: digest: sha256:b5fda71265a7cc4f0572b38623aa08188ef79a4a9ef867d7fee23c00eb11b8b8 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:50:51 ===================================================== [Pipeline] echo 02:50:51 taggedImages: 02:50:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 02:50:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 02:50:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 02:50:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 02:50:51 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo 02:50:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:51 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-keeper-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:1e4250d9590b5b4a05e18093632e31bfe594a873-4.1.0-dev.40 [Pipeline] echo 02:50:52 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:50:53 02:50:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:50:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:50:53 arm64: Pulling from edgex-lftools-log-publisher 02:50:53 8998bd30e6a1: Pulling fs layer 02:50:53 04944245beec: Pulling fs layer 02:50:53 699f458cf7ca: Pulling fs layer 02:50:53 765212b225bb: Pulling fs layer 02:50:53 f23df028b6ca: Pulling fs layer 02:50:53 d65c8cfc05b1: Pulling fs layer 02:50:53 2437ff75d9bd: Pulling fs layer 02:50:53 f23df028b6ca: Waiting 02:50:53 d65c8cfc05b1: Waiting 02:50:53 765212b225bb: Waiting 02:50:53 2437ff75d9bd: Waiting 02:50:53 04944245beec: Verifying Checksum 02:50:53 04944245beec: Download complete 02:50:53 765212b225bb: Verifying Checksum 02:50:53 765212b225bb: Download complete 02:50:53 f23df028b6ca: Download complete 02:50:53 d65c8cfc05b1: Verifying Checksum 02:50:53 d65c8cfc05b1: Download complete 02:50:53 699f458cf7ca: Verifying Checksum 02:50:53 699f458cf7ca: Download complete 02:50:54 8998bd30e6a1: Verifying Checksum 02:50:54 8998bd30e6a1: Download complete 02:50:56 2437ff75d9bd: Verifying Checksum 02:50:56 2437ff75d9bd: Download complete 02:50:58 8998bd30e6a1: Pull complete 02:50:59 04944245beec: Pull complete 02:51:00 699f458cf7ca: Pull complete 02:51:00 765212b225bb: Pull complete 02:51:01 f23df028b6ca: Pull complete 02:51:02 d65c8cfc05b1: Pull complete 02:51:20 2437ff75d9bd: Pull complete 02:51:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:51:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:20 prd-ubuntu20.04-docker-arm64-4c-16g-4951 does not seem to be running inside a container 02:51:20 $ 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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 02:51:23 $ docker top 0780e81c8095d059597c226c37a1402dc5de16193549b8bc0600eb62c445724f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:24 ---> job-cost.sh 02:51:24 lf-activate-venv: SKIPPING 02:51:24 INFO: No Stack... 02:51:24 INFO: Retrieving Pricing Info for: v3-standard-4 02:51:25 INFO: Archiving Costs [Pipeline] sh 02:51:25 + cat /w/workspace/edgex-go/872/archives/cost.csv 02:51:25 + cut -d, -f6 [Pipeline] lock 02:51:26 Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-main-872-stack-cost] 02:51:26 Resource [jenkins-edgexfoundry-edgex-go-main-872-stack-cost] did not exist. Created. 02:51:26 Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-main-872-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:26 + echo total: 0.10999999940395355 [Pipeline] stash 02:51:27 Stashed 1 file(s) [Pipeline] } 02:51:27 Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-main-872-stack-cost] [Pipeline] // lock [Pipeline] } 02:51:27 $ docker stop --time=1 0780e81c8095d059597c226c37a1402dc5de16193549b8bc0600eb62c445724f 02:51:28 $ docker rm -f --volumes 0780e81c8095d059597c226c37a1402dc5de16193549b8bc0600eb62c445724f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 02:51:29 provisioning config files... 02:51:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/872@tmp/config2771210839030095225tmp [Pipeline] { [Pipeline] sh 02:51:29 + set +x 02:51:29 + curl -s https://codecov.io/bash 02:51:29 + bash -s -- 02:51:29 02:51:29 _____ _ 02:51:29 / ____| | | 02:51:29 | | ___ __| | ___ ___ _____ __ 02:51:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:29 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:29 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:29 Bash-1.0.6 02:51:29 02:51:29 02:51:29 ==> git version 2.25.1 found 02:51:29 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 02:51:29 Release-Date: 2020-01-08 02:51:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:51:29 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:51:29 ==> Jenkins CI detected. 02:51:29 current dir:  /w/workspace/edgex-go/872 02:51:29 project root: . 02:51:29 --> token set from env 02:51:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:29 ==> Running gcov in . (disable via -X gcov) 02:51:29 ==> Python coveragepy not found 02:51:29 ==> Searching for coverage reports in: 02:51:29 + . 02:51:29 -> Found 1 reports 02:51:29 ==> Detecting git/mercurial file structure 02:51:29 ==> Reading reports 02:51:29 + ./coverage.out bytes=1666030 02:51:29 ==> Appending adjustments 02:51:29 https://docs.codecov.io/docs/fixing-reports 02:51:31 + Found adjustments 02:51:31 ==> Gzipping contents 02:51:31 140K /tmp/codecov.BCeRgf.gz 02:51:31 ==> Uploading reports 02:51:31 url: https://codecov.io 02:51:31 query: branch=main&commit=1e4250d9590b5b4a05e18093632e31bfe594a873&build=872&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F872%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:51:31 -> Pinging Codecov 02:51:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1e4250d9590b5b4a05e18093632e31bfe594a873&build=872&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F872%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:51:31 -> Uploading to 02:51:31 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/edgex-go/1e4250d9590b5b4a05e18093632e31bfe594a873/39486c1f-02fb-4006-bf32-cb4659ac5a72.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250711%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250711T025131Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=948789fad1699eed6bc6d6f7215d4f64d857e406fed1ae5a55d2fcc374a3e3ea 02:51:31 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:31 Dload Upload Total Spent Left Speed 02:51:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 312k --:--:-- --:--:-- --:--:-- 312k 02:51:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/1e4250d9590b5b4a05e18093632e31bfe594a873 [Pipeline] } 02:51:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 02:51:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:51:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:51:32 02:51:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:51:32 latest: Pulling from edgex-devops/edgex-snyk-go 02:51:32 0a9a5dfd008f: Already exists 02:51:32 36466aa92d05: Already exists 02:51:32 e10405b45d13: Already exists 02:51:32 096b7ceb2af7: Already exists 02:51:32 4f4fb700ef54: Already exists 02:51:32 e50aa161e22a: Pulling fs layer 02:51:32 d3c8db5fb9df: Pulling fs layer 02:51:33 e50aa161e22a: Download complete 02:51:33 e50aa161e22a: Pull complete 02:51:35 d3c8db5fb9df: Verifying Checksum 02:51:35 d3c8db5fb9df: Download complete 02:51:38 d3c8db5fb9df: Pull complete 02:51:38 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 02:51:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 02:51:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:38 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:51:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 02:51:40 $ docker top afbafeb1b005ed5f025bf1371e22fc2c84f600b8e6944b7dfb66b85f5e4f0077 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:40 + git config --global --add safe.directory /w/workspace/edgex-go/872 [Pipeline] echo 02:51:40 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 02:51:40 + set -o pipefail 02:51:40 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 02:51:53 02:51:53 Monitoring /w/workspace/edgex-go/872 (github.com/edgexfoundry/edgex-go)... 02:51:53 02:51:53 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/789b425f-8889-43cb-8051-374589a52532/history/6019aecc-945e-4639-85b1-e47f73038717 02:51:53 02:51:53 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:51:53 [Pipeline] } 02:51:53 $ docker stop --time=1 afbafeb1b005ed5f025bf1371e22fc2c84f600b8e6944b7dfb66b85f5e4f0077 02:51:55 $ docker rm -f --volumes afbafeb1b005ed5f025bf1371e22fc2c84f600b8e6944b7dfb66b85f5e4f0077 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 02:51:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:56 provisioning config files... 02:51:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/872@tmp/config1435073583870088046tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:51:56 --> edgex-publish-swagger.sh 02:51:56 === Publish openapi API === 02:51:56 [publishToSwagger] Publishing the API Docs [openapi] to Swagger 02:51:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/872/openapi/core-command.yaml] 02:51:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:56 Dload Upload Total Spent Left Speed 02:51:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33488 100 66 100 33422 155 78640 --:--:-- --:--:-- --:--:-- 78795 02:51:56 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:56 02:51:56 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/872/openapi/core-data.yaml] 02:51:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:56 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 70050 100 66 100 69984 272 282k --:--:-- --:--:-- --:--:-- 282k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [core-keeper] [/w/workspace/edgex-go/872/openapi/core-keeper.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30300 100 66 100 30234 532 238k --:--:-- --:--:-- --:--:-- 240k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/872/openapi/core-metadata.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 156k 0 0 100 156k 0 1782k --:--:-- --:--:-- --:--:-- 1762k 100 156k 100 66 100 156k 417 992k --:--:-- --:--:-- --:--:-- 986k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [security-proxy-auth] [/w/workspace/edgex-go/872/openapi/security-proxy-auth.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24535 100 66 100 24469 523 189k --:--:-- --:--:-- --:--:-- 190k 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [security-secretstore-setup] [/w/workspace/edgex-go/872/openapi/security-secretstore-setup.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3979 100 66 100 3913 545 32338 --:--:-- --:--:-- --:--:-- 32884 02:51:57 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:57 02:51:57 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/872/openapi/support-notifications.yaml] 02:51:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:57 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 100 66 100 99976 264 390k --:--:-- --:--:-- --:--:-- 390k 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 02:51:58 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/872/openapi/support-scheduler.yaml] 02:51:58 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:58 Dload Upload Total Spent Left Speed 02:51:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 50767 100 66 100 50701 468 351k --:--:-- --:--:-- --:--:-- 351k 02:51:58 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 02:51:58 [Pipeline] } 02:51:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 02:51:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:51:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:51:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:51:59 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:51:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:51:59 $ docker top dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 -eo pid,comm 02:51:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:51:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:51:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:51:59 [ssh-agent] Looking for ssh-agent implementation... 02:51:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:51:59 $ docker exec dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 ssh-agent 02:51:59 SSH_AUTH_SOCK=/tmp/ssh-xiK4n4y6zu2s/agent.33 02:51:59 SSH_AGENT_PID=39 02:51:59 Running ssh-add (command line suppressed) 02:51:59 Identity added: /w/workspace/edgex-go/872@tmp/private_key_5350203764157860233.key (/w/workspace/edgex-go/872@tmp/private_key_5350203764157860233.key) 02:51:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:00 + git semver tag 02:52:00 2025-07-11 02:52:00,461 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:52:00 2025-07-11 02:52:00,466 [run_tag] DEBUG tag force:False 02:52:00 2025-07-11 02:52:00,466 [check_head_tag] DEBUG check head tag 02:52:00 2025-07-11 02:52:00,467 [execute] INFO git cat-file --batch-check 02:52:00 2025-07-11 02:52:00,467 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/872, stdin=, shell=False, universal_newlines=False) 02:52:00 2025-07-11 02:52:00,469 [execute] INFO git cat-file --batch 02:52:00 2025-07-11 02:52:00,470 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/872, stdin=, shell=False, universal_newlines=False) 02:52:00 2025-07-11 02:52:00,491 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:52:00 2025-07-11 02:52:00,491 [execute] INFO git tag -a v4.1.0-dev.40 -m v4.1.0-dev.40 02:52:00 2025-07-11 02:52:00,492 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.40', '-m', 'v4.1.0-dev.40'], cwd=/w/workspace/edgex-go/872, stdin=None, shell=False, universal_newlines=False) 02:52:00 2025-07-11 02:52:00,496 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:52:00 4.1.0-dev.40 [Pipeline] } 02:52:00 $ docker exec --env ******** --env ******** dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 ssh-agent -k 02:52:00 unset SSH_AUTH_SOCK; 02:52:00 unset SSH_AGENT_PID; 02:52:00 echo Agent pid 39 killed; 02:52:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:01 + git semver [Pipeline] } 02:52:01 $ docker stop --time=1 dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 02:52:02 $ docker rm -f --volumes dc0f25dd3bd4081ec81aa3fedb9c32485f2b535096c812e9222b9f78d32b0133 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:03 02:52:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:03 0.23.1-centos7: Pulling from edgex-lftools 02:52:03 ab5ef0e58194: Pulling fs layer 02:52:03 9712f1f96733: Pulling fs layer 02:52:03 63f879dbbcfc: Pulling fs layer 02:52:03 0d9ebad4ef96: Pulling fs layer 02:52:03 e9a5061849ea: Pulling fs layer 02:52:03 d747dcd14b5f: Pulling fs layer 02:52:03 2de7ff778b66: Pulling fs layer 02:52:03 d747dcd14b5f: Waiting 02:52:03 e9a5061849ea: Waiting 02:52:03 2de7ff778b66: Waiting 02:52:03 0d9ebad4ef96: Waiting 02:52:03 9712f1f96733: Download complete 02:52:03 63f879dbbcfc: Verifying Checksum 02:52:03 63f879dbbcfc: Download complete 02:52:03 e9a5061849ea: Verifying Checksum 02:52:03 e9a5061849ea: Download complete 02:52:03 d747dcd14b5f: Verifying Checksum 02:52:03 d747dcd14b5f: Download complete 02:52:04 2de7ff778b66: Verifying Checksum 02:52:04 2de7ff778b66: Download complete 02:52:04 0d9ebad4ef96: Verifying Checksum 02:52:04 0d9ebad4ef96: Download complete 02:52:04 ab5ef0e58194: Verifying Checksum 02:52:04 ab5ef0e58194: Download complete 02:52:08 ab5ef0e58194: Pull complete 02:52:08 9712f1f96733: Pull complete 02:52:08 63f879dbbcfc: Pull complete 02:52:15 0d9ebad4ef96: Pull complete 02:52:15 e9a5061849ea: Pull complete 02:52:15 d747dcd14b5f: Pull complete 02:52:16 2de7ff778b66: Pull complete 02:52:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:52:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:52:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:16 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:52:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:52:18 $ docker top def425bc47350c9ee8b062649f0b1af8c8667c0fd5a24879c1084ebb32a0c24b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:52:18 provisioning config files... 02:52:18 copy managed file [sigul-config] to file:/w/workspace/edgex-go/872@tmp/config14636433873293041378tmp 02:52:18 copy managed file [sigul-password] to file:/w/workspace/edgex-go/872@tmp/config13297631562286222137tmp 02:52:18 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/872@tmp/config14407787892707593758tmp [Pipeline] { [Pipeline] echo 02:52:18 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:52:19 ---> sigul-configuration.sh 02:52:19 gpg: directory `/root/.gnupg' created 02:52:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:52:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:52:19 gpg: keyring `/root/.gnupg/secring.gpg' created 02:52:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:52:19 gpg: CAST5 encrypted data 02:52:19 gpg: encrypted with 1 passphrase 02:52:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:52:19 + mkdir /home/jenkins 02:52:19 + mkdir /home/jenkins/sigul [Pipeline] sh 02:52:19 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:52:19 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:20 ---> sigul-install.sh 02:52:20 Sigul already installed; skipping installation. [Pipeline] sh 02:52:20 + git tag --list 02:52:20 0.6.0 02:52:20 0.6.1 02:52:20 0.7.0 02:52:20 0.7.1 02:52:20 v1.0.0 02:52:20 v1.0.1 02:52:20 v1.1.0 02:52:20 v1.2.0 02:52:20 v1.2.1 02:52:20 v1.3.0 02:52:20 v1.3.1 02:52:20 v2.0.0 02:52:20 v2.1.0 02:52:20 v2.1.1 02:52:20 v2.2.0 02:52:20 v2.3.0 02:52:20 v3.0 02:52:20 v3.0.0 02:52:20 v3.1 02:52:20 v3.1.0 02:52:20 v3.1.1 02:52:20 v4.0 02:52:20 v4.0.0 02:52:20 v4.0.1 02:52:20 v4.0.1-dev.1 02:52:20 v4.1.0-dev.1 02:52:20 v4.1.0-dev.10 02:52:20 v4.1.0-dev.11 02:52:20 v4.1.0-dev.12 02:52:20 v4.1.0-dev.13 02:52:20 v4.1.0-dev.14 02:52:20 v4.1.0-dev.15 02:52:20 v4.1.0-dev.16 02:52:20 v4.1.0-dev.17 02:52:20 v4.1.0-dev.18 02:52:20 v4.1.0-dev.19 02:52:20 v4.1.0-dev.2 02:52:20 v4.1.0-dev.20 02:52:20 v4.1.0-dev.21 02:52:20 v4.1.0-dev.22 02:52:20 v4.1.0-dev.23 02:52:20 v4.1.0-dev.24 02:52:20 v4.1.0-dev.25 02:52:20 v4.1.0-dev.26 02:52:20 v4.1.0-dev.27 02:52:20 v4.1.0-dev.28 02:52:20 v4.1.0-dev.29 02:52:20 v4.1.0-dev.3 02:52:20 v4.1.0-dev.30 02:52:20 v4.1.0-dev.31 02:52:20 v4.1.0-dev.32 02:52:20 v4.1.0-dev.33 02:52:20 v4.1.0-dev.34 02:52:20 v4.1.0-dev.35 02:52:20 v4.1.0-dev.36 02:52:20 v4.1.0-dev.37 02:52:20 v4.1.0-dev.38 02:52:20 v4.1.0-dev.39 02:52:20 v4.1.0-dev.4 02:52:20 v4.1.0-dev.40 02:52:20 v4.1.0-dev.5 02:52:20 v4.1.0-dev.6 02:52:20 v4.1.0-dev.7 02:52:20 v4.1.0-dev.8 02:52:20 v4.1.0-dev.9 [Pipeline] sh 02:52:20 + lftools sign git-tag v4.1.0-dev.40 02:52:21 Signing Git tag with Sigul... 02:52:21 Signing v4.1.0-dev.40 [Pipeline] echo 02:52:21 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:52:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:52:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:52:22 $ docker stop --time=1 def425bc47350c9ee8b062649f0b1af8c8667c0fd5a24879c1084ebb32a0c24b 02:52:23 $ docker rm -f --volumes def425bc47350c9ee8b062649f0b1af8c8667c0fd5a24879c1084ebb32a0c24b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 02:52:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:52:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:52:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:24 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:52:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:52:24 $ docker top a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 -eo pid,comm 02:52:24 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:52:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:52:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:52:24 [ssh-agent] Looking for ssh-agent implementation... 02:52:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:52:24 $ docker exec a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 ssh-agent 02:52:24 SSH_AUTH_SOCK=/tmp/ssh-OavtbxXB5JD3/agent.32 02:52:24 SSH_AGENT_PID=38 02:52:24 Running ssh-add (command line suppressed) 02:52:24 Identity added: /w/workspace/edgex-go/872@tmp/private_key_9934121540382738397.key (/w/workspace/edgex-go/872@tmp/private_key_9934121540382738397.key) 02:52:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:25 + git semver bump pre 02:52:25 2025-07-11 02:52:25,469 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:52:25 2025-07-11 02:52:25,473 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:52:25 2025-07-11 02:52:25,473 [bump_version] DEBUG bumping version:4.1.0-dev.40 on axis:pre with prefix:dev 02:52:25 2025-07-11 02:52:25,474 [bump_version] DEBUG bumped version:4.1.0-dev.41 02:52:25 2025-07-11 02:52:25,474 [write_version] DEBUG write version:4.1.0-dev.41 to path:/w/workspace/edgex-go/872/.semver/main with force:True 02:52:25 2025-07-11 02:52:25,474 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:52:25 2025-07-11 02:52:25,474 [write_file] DEBUG write to file:/w/workspace/edgex-go/872/.semver/main 02:52:25 2025-07-11 02:52:25,476 [execute] INFO git cat-file --batch-check 02:52:25 2025-07-11 02:52:25,477 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/872/.semver, stdin=, shell=False, universal_newlines=False) 02:52:25 2025-07-11 02:52:25,483 [execute] INFO git cat-file --batch 02:52:25 2025-07-11 02:52:25,483 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/872/.semver, stdin=, shell=False, universal_newlines=False) 02:52:25 2025-07-11 02:52:25,487 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:52:25 4.1.0-dev.41 [Pipeline] } 02:52:25 $ docker exec --env ******** --env ******** a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 ssh-agent -k 02:52:25 unset SSH_AUTH_SOCK; 02:52:25 unset SSH_AGENT_PID; 02:52:25 echo Agent pid 38 killed; 02:52:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:26 + git semver [Pipeline] } 02:52:26 $ docker stop --time=1 a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 02:52:28 $ docker rm -f --volumes a197affe6cc0eb2a08675fb31c218388ef8b55cd391feeeb5455751490cb71b0 [Pipeline] // withDockerContainer [Pipeline] sh 02:52:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:52:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 02:52:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:28 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:52:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 02:52:29 $ docker top a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab -eo pid,comm 02:52:29 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 02:52:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:52:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:52:29 [ssh-agent] Looking for ssh-agent implementation... 02:52:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:52:29 $ docker exec a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab ssh-agent 02:52:29 SSH_AUTH_SOCK=/tmp/ssh-3p0okyJiiLX7/agent.32 02:52:29 SSH_AGENT_PID=38 02:52:29 Running ssh-add (command line suppressed) 02:52:29 Identity added: /w/workspace/edgex-go/872@tmp/private_key_10194481285641774830.key (/w/workspace/edgex-go/872@tmp/private_key_10194481285641774830.key) 02:52:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:52:29 + git semver push 02:52:30 2025-07-11 02:52:30,051 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 02:52:30 2025-07-11 02:52:30,056 [run_push] DEBUG push 02:52:30 2025-07-11 02:52:30,056 [execute] INFO git cat-file --batch-check 02:52:30 2025-07-11 02:52:30,057 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/872/.semver, stdin=, shell=False, universal_newlines=False) 02:52:30 2025-07-11 02:52:30,059 [execute] INFO git rev-list 014c1f38afd68390e4dae1f830d7eb886b579918 -- 02:52:30 2025-07-11 02:52:30,060 [execute] DEBUG Popen(['git', 'rev-list', '014c1f38afd68390e4dae1f830d7eb886b579918', '--'], cwd=/w/workspace/edgex-go/872/.semver, stdin=None, shell=False, universal_newlines=False) 02:52:30 2025-07-11 02:52:30,080 [execute] INFO git fetch -v -- origin 02:52:30 2025-07-11 02:52:30,080 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgex-go/872/.semver, stdin=None, shell=False, universal_newlines=True) 02:52:30 2025-07-11 02:52:30,541 [run_push] DEBUG no remote changes detected 02:52:30 2025-07-11 02:52:30,541 [execute] INFO git push origin semver 02:52:30 2025-07-11 02:52:30,542 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/872/.semver, stdin=None, shell=False, universal_newlines=False) 02:52:31 2025-07-11 02:52:31,316 [run_push] DEBUG push all version tags 02:52:31 2025-07-11 02:52:31,316 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 02:52:31 2025-07-11 02:52:31,317 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/872, stdin=None, shell=False, universal_newlines=False) 02:52:32 2025-07-11 02:52:32,016 [read_version] DEBUG read version from /w/workspace/edgex-go/872/.semver/main 02:52:32 4.1.0-dev.41 [Pipeline] } 02:52:32 $ docker exec --env ******** --env ******** a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab ssh-agent -k 02:52:32 unset SSH_AUTH_SOCK; 02:52:32 unset SSH_AGENT_PID; 02:52:32 echo Agent pid 38 killed; 02:52:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:52:32 + git semver [Pipeline] } 02:52:32 $ docker stop --time=1 a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab 02:52:34 $ docker rm -f --volumes a4e234a727d8019b35759b59649a600d05fda019bab34657f45b57e5f27ae1ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 02:52:34 + [ -d /w/workspace/edgex-go/872/archives ] [Pipeline] libraryResource [Pipeline] sh 02:52:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:52:35 ---> package-listing.sh 02:52:35 ++ facter osfamily 02:52:35 ++ tr '[:upper:]' '[:lower:]' 02:52:35 + OS_FAMILY=debian 02:52:35 + workspace=/w/workspace/edgex-go/872 02:52:35 + START_PACKAGES=/tmp/packages_start.txt 02:52:35 + END_PACKAGES=/tmp/packages_end.txt 02:52:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:52:35 + PACKAGES=/tmp/packages_start.txt 02:52:35 + '[' /w/workspace/edgex-go/872 ']' 02:52:35 + PACKAGES=/tmp/packages_end.txt 02:52:35 + case "${OS_FAMILY}" in 02:52:35 + dpkg -l 02:52:35 + grep '^ii' 02:52:35 + '[' -f /tmp/packages_start.txt ']' 02:52:35 + '[' -f /tmp/packages_end.txt ']' 02:52:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:52:35 + '[' /w/workspace/edgex-go/872 ']' 02:52:35 + mkdir -p /w/workspace/edgex-go/872/archives/ 02:52:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/872/archives/ [Pipeline] echo 02:52:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/872/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:52:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:52:36 02:52:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 02:52:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:52:37 latest: Pulling from edgex-lftools-log-publisher 02:52:37 5eb5b503b376: Pulling fs layer 02:52:37 5c69ac0246d0: Pulling fs layer 02:52:37 ec43610c2a17: Pulling fs layer 02:52:37 3a2ae6a8a46f: Pulling fs layer 02:52:37 33b1e0a273af: Pulling fs layer 02:52:37 3a2ae6a8a46f: Waiting 02:52:37 5d3b04190fa2: Pulling fs layer 02:52:37 2f39f015ded8: Pulling fs layer 02:52:37 33b1e0a273af: Waiting 02:52:37 5d3b04190fa2: Waiting 02:52:37 2f39f015ded8: Waiting 02:52:37 5c69ac0246d0: Verifying Checksum 02:52:37 5c69ac0246d0: Download complete 02:52:37 3a2ae6a8a46f: Verifying Checksum 02:52:37 3a2ae6a8a46f: Download complete 02:52:37 33b1e0a273af: Verifying Checksum 02:52:37 33b1e0a273af: Download complete 02:52:37 5d3b04190fa2: Verifying Checksum 02:52:37 5d3b04190fa2: Download complete 02:52:37 ec43610c2a17: Verifying Checksum 02:52:37 ec43610c2a17: Download complete 02:52:37 5eb5b503b376: Verifying Checksum 02:52:37 5eb5b503b376: Download complete 02:52:38 2f39f015ded8: Download complete 02:52:39 5eb5b503b376: Pull complete 02:52:39 5c69ac0246d0: Pull complete 02:52:39 ec43610c2a17: Pull complete 02:52:39 3a2ae6a8a46f: Pull complete 02:52:39 33b1e0a273af: Pull complete 02:52:39 5d3b04190fa2: Pull complete 02:52:46 2f39f015ded8: Pull complete 02:52:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:52:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:52:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 02:52:46 prd-ubuntu20.04-docker-8c-8g-4949 does not seem to be running inside a container 02:52:46 $ 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/872/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/872 -v /w/workspace/edgex-go/872:/w/workspace/edgex-go/872:rw,z -v /w/workspace/edgex-go/872@tmp:/w/workspace/edgex-go/872@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 02:52:48 $ docker top b7d38578e03cae96ca0f0ee23ea7350a9951acaca98cb1b363724e01dbba8ba2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:49 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:49 + mkdir -p /var/log/sysstat [Pipeline] sh 02:52:49 + ls /var/log/sa-host 02:52:49 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:49 provisioning config files... 02:52:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/872@tmp/config9800677681266429993tmp [Pipeline] { [Pipeline] echo 02:52:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:50 ---> create-netrc.sh [Pipeline] } 02:52:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:52:50 ---> python-tools-install.sh [Pipeline] echo 02:52:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:50 ---> sudo-logs.sh 02:52:50 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:52:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:51 ---> job-cost.sh 02:52:51 lf-activate-venv: SKIPPING 02:52:51 DEBUG: total: 0.10999999940395355 02:52:51 INFO: Retrieving Stack Cost... 02:52:51 INFO: Retrieving Pricing Info for: v3-standard-8 02:52:51 INFO: Archiving Costs [Pipeline] echo 02:52:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:52 ---> logs-deploy.sh 02:52:52 lf-activate-venv: SKIPPING 02:52:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/872 02:52:52 INFO: archiving workspace using pattern(s): 02:52:53 Archives upload complete. 02:52:53 INFO: archiving logs to Nexus 02:52:53 ---> uname -a: 02:52:53 Linux prd-ubuntu20-04-docker-8c-8g-4949 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 02:52:53 02:52:53 02:52:53 ---> lscpu: 02:52:53 Architecture: x86_64 02:52:53 CPU op-mode(s): 32-bit, 64-bit 02:52:53 Byte Order: Little Endian 02:52:53 Address sizes: 40 bits physical, 48 bits virtual 02:52:53 CPU(s): 8 02:52:53 On-line CPU(s) list: 0-7 02:52:53 Thread(s) per core: 1 02:52:53 Core(s) per socket: 1 02:52:53 Socket(s): 8 02:52:53 NUMA node(s): 1 02:52:53 Vendor ID: AuthenticAMD 02:52:53 CPU family: 23 02:52:53 Model: 49 02:52:53 Model name: AMD EPYC-Rome Processor 02:52:53 Stepping: 0 02:52:53 CPU MHz: 2799.998 02:52:53 BogoMIPS: 5599.99 02:52:53 Virtualization: AMD-V 02:52:53 Hypervisor vendor: KVM 02:52:53 Virtualization type: full 02:52:53 L1d cache: 256 KiB 02:52:53 L1i cache: 256 KiB 02:52:53 L2 cache: 4 MiB 02:52:53 L3 cache: 128 MiB 02:52:53 NUMA node0 CPU(s): 0-7 02:52:53 Vulnerability Gather data sampling: Not affected 02:52:53 Vulnerability Itlb multihit: Not affected 02:52:53 Vulnerability L1tf: Not affected 02:52:53 Vulnerability Mds: Not affected 02:52:53 Vulnerability Meltdown: Not affected 02:52:53 Vulnerability Mmio stale data: Not affected 02:52:53 Vulnerability Retbleed: Vulnerable 02:52:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:53 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 02:52:53 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 02:52:53 Vulnerability Srbds: Not affected 02:52:53 Vulnerability Tsx async abort: Not affected 02:52:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 02:52:53 02:52:53 02:52:53 ---> nproc: 02:52:53 8 02:52:53 02:52:53 02:52:53 ---> df -h: 02:52:53 Filesystem Size Used Avail Use% Mounted on 02:52:53 overlay 155G 31G 125G 20% / 02:52:53 tmpfs 64M 0 64M 0% /dev 02:52:53 tmpfs 16G 0 16G 0% /sys/fs/cgroup 02:52:53 shm 64M 0 64M 0% /dev/shm 02:52:53 /dev/vda1 155G 31G 125G 20% /facter-os 02:52:53 02:52:53 02:52:53 ---> sar -b -r -n DEV: 02:52:53 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4949) 07/11/25 _x86_64_ (8 CPU) 02:52:53 02:52:53 01:59:00 LINUX RESTART (8 CPU) 02:52:53 02:52:53 02:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:53 02:01:01 194.97 13.29 181.68 0.00 2181.05 64770.58 0.00 02:52:53 02:02:01 42.71 0.17 42.54 0.00 6.93 24734.16 0.00 02:52:53 02:03:01 37.99 0.17 37.82 0.00 1.33 19482.31 0.00 02:52:53 02:04:01 81.42 0.08 81.34 0.00 1.73 40728.95 0.00 02:52:53 02:05:01 590.27 3.27 587.00 0.00 2044.86 251952.01 0.00 02:52:53 02:06:01 534.44 23.38 511.06 0.00 2475.72 209066.62 0.00 02:52:53 02:07:01 206.60 1.52 205.08 0.00 21.06 54052.52 0.00 02:52:53 02:08:01 463.80 0.08 463.71 0.00 0.67 131081.11 0.00 02:52:53 02:09:01 220.30 0.08 220.21 0.00 0.67 108200.50 0.00 02:52:53 02:10:01 353.74 0.00 353.74 0.00 0.00 14382.55 0.00 02:52:53 02:11:01 16.48 0.02 16.46 0.00 2.27 400.60 0.00 02:52:53 02:12:01 34.49 0.00 34.49 0.00 0.00 864.51 0.00 02:52:53 02:13:01 12.48 0.00 12.48 0.00 0.00 342.42 0.00 02:52:53 02:14:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 02:52:53 02:15:01 1.72 0.02 1.70 0.00 0.13 22.79 0.00 02:52:53 02:16:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 02:52:53 02:17:01 0.90 0.00 0.90 0.00 0.00 9.73 0.00 02:52:53 02:18:02 1.92 0.02 1.90 0.00 0.13 21.59 0.00 02:52:53 02:19:01 1.14 0.00 1.14 0.00 0.00 12.61 0.00 02:52:53 02:20:01 1.72 0.00 1.72 0.00 0.00 18.93 0.00 02:52:53 02:21:01 1.00 0.00 1.00 0.00 0.00 10.66 0.00 02:52:53 02:22:01 1.37 0.00 1.37 0.00 0.00 15.59 0.00 02:52:53 02:23:01 0.88 0.00 0.88 0.00 0.00 9.46 0.00 02:52:53 02:24:01 1.58 0.00 1.58 0.00 0.00 17.06 0.00 02:52:53 02:25:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 02:52:53 02:26:01 1.68 0.00 1.68 0.00 0.00 18.13 0.00 02:52:53 02:27:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 02:52:53 02:28:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 02:52:53 02:29:01 0.82 0.00 0.82 0.00 0.00 8.40 0.00 02:52:53 02:30:01 1.63 0.00 1.63 0.00 0.00 18.93 0.00 02:52:53 02:31:01 0.95 0.00 0.95 0.00 0.00 9.73 0.00 02:52:53 02:32:01 1.25 0.00 1.25 0.00 0.00 15.19 0.00 02:52:53 02:33:01 0.87 0.00 0.87 0.00 0.00 9.86 0.00 02:52:53 02:34:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 02:52:53 02:35:01 1.13 0.00 1.13 0.00 0.00 14.13 0.00 02:52:53 02:36:01 1.62 0.00 1.62 0.00 0.00 17.46 0.00 02:52:53 02:37:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 02:52:53 02:38:01 1.78 0.00 1.78 0.00 0.00 19.60 0.00 02:52:53 02:39:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 02:52:53 02:40:01 1.87 0.00 1.87 0.00 0.00 21.59 0.00 02:52:53 02:41:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 02:52:53 02:42:01 1.50 0.00 1.50 0.00 0.00 16.79 0.00 02:52:53 02:43:01 0.88 0.00 0.88 0.00 0.00 10.13 0.00 02:52:53 02:44:01 1.42 0.00 1.42 0.00 0.00 16.13 0.00 02:52:53 02:45:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 02:52:53 02:46:01 1.35 0.00 1.35 0.00 0.00 16.26 0.00 02:52:53 02:47:01 0.83 0.00 0.83 0.00 0.00 8.93 0.00 02:52:53 02:48:01 1.52 0.00 1.52 0.00 0.00 16.79 0.00 02:52:53 02:49:01 0.85 0.00 0.85 0.00 0.00 9.33 0.00 02:52:53 02:50:01 1.53 0.00 1.53 0.00 0.00 17.06 0.00 02:52:53 02:51:01 0.93 0.00 0.93 0.00 0.00 11.19 0.00 02:52:53 02:52:01 75.40 0.68 74.72 0.00 14.80 27800.70 0.00 02:52:53 Average: 55.99 0.82 55.17 0.00 129.20 18227.71 0.00 02:52:53 02:52:53 02:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:53 02:01:01 27731840 31535056 756548 2.30 115380 3899664 1644236 4.85 1169052 3508036 6444 02:52:53 02:02:01 26127060 31188704 1091608 3.32 125488 5053144 2480592 7.31 2254980 3918592 469188 02:52:53 02:03:01 26377772 31415112 863960 2.63 129948 4998740 2121424 6.25 1503788 4394272 397232 02:52:53 02:04:01 27208884 31516700 769612 2.34 134136 4337356 1797328 5.30 1385240 3752756 129196 02:52:53 02:05:01 19395036 31183188 1051484 3.20 175024 11500264 3601956 10.62 2572956 10047172 1560 02:52:53 02:06:01 12585376 31372060 865564 2.63 386804 17850664 2301988 6.79 3194252 15807728 436644 02:52:53 02:07:01 6733068 28119364 4044612 12.30 423616 20024964 11017892 32.48 7397724 16956048 1379288 02:52:53 02:08:01 3242848 27203040 4966900 15.11 440108 22484932 11290860 33.29 9399172 18347316 338360 02:52:53 02:09:01 7749632 31301840 925280 2.81 449100 22266052 2377000 7.01 3649992 19873680 0 02:52:53 02:10:01 7517960 31379820 854276 2.60 454248 22563496 2167900 6.39 3687780 20071720 16 02:52:53 02:11:01 7528716 31391344 842596 2.56 455020 22563696 2138252 6.30 3763552 19989976 268 02:52:53 02:12:01 7524132 31388352 845192 2.57 456244 22564184 2137352 6.30 4159096 19599588 336 02:52:53 02:13:01 7532076 31396860 836180 2.54 456708 22564268 2034900 6.00 4290672 19457452 4 02:52:53 02:14:01 7532472 31397420 835988 2.54 456720 22564396 2034900 6.00 4290808 19457584 20 02:52:53 02:15:01 7549808 31414804 818880 2.49 456764 22564376 2066488 6.09 4273340 19457560 48 02:52:53 02:16:01 7550008 31415040 818888 2.49 456780 22564376 2066488 6.09 4273296 19457560 8 02:52:53 02:17:01 7552984 31418036 815828 2.48 456804 22564376 2066488 6.09 4271052 19457564 24 02:52:53 02:18:02 7553612 31418692 815088 2.48 456824 22564384 2066488 6.09 4270504 19457568 136 02:52:53 02:19:01 7553588 31418880 814868 2.48 456856 22564516 2066488 6.09 4270272 19457704 24 02:52:53 02:20:01 7554612 31419924 813768 2.48 456872 22564520 2066488 6.09 4269184 19457704 12 02:52:53 02:21:01 7554296 31419624 814008 2.48 456888 22564520 2066488 6.09 4269400 19457704 20 02:52:53 02:22:01 7553988 31419348 814228 2.48 456900 22564524 2066488 6.09 4269540 19457708 160 02:52:53 02:23:01 7554768 31420140 813428 2.47 456920 22564524 2066488 6.09 4269472 19457708 8 02:52:53 02:24:01 7554936 31420320 813396 2.47 456936 22564528 2066488 6.09 4269184 19457712 8 02:52:53 02:25:01 7554652 31420064 813656 2.48 456952 22564536 2066488 6.09 4269284 19457716 8 02:52:53 02:26:01 7554804 31420220 813656 2.48 456968 22564540 2066488 6.09 4269236 19457720 12 02:52:53 02:27:01 7554812 31420264 813588 2.48 456988 22564544 2066488 6.09 4269256 19457724 4 02:52:53 02:28:01 7554480 31419948 813808 2.48 456992 22564548 2066488 6.09 4269624 19457728 148 02:52:53 02:29:01 7554008 31419488 814268 2.48 457004 22564548 2066488 6.09 4269280 19457728 8 02:52:53 02:30:01 7554180 31419676 813956 2.48 457024 22564552 2066488 6.09 4269404 19457736 40 02:52:53 02:31:01 7554400 31419920 813724 2.48 457032 22564552 2066488 6.09 4269600 19457736 8 02:52:53 02:32:01 7554012 31419576 813888 2.48 457056 22564556 2066488 6.09 4269368 19457740 8 02:52:53 02:33:01 7553996 31419596 813856 2.48 457080 22564560 2066488 6.09 4269412 19457744 28 02:52:53 02:34:01 7554744 31420380 813028 2.47 457108 22564560 2066488 6.09 4269448 19457744 8 02:52:53 02:35:01 7554672 31420332 813028 2.47 457148 22564552 2066488 6.09 4269524 19457748 8 02:52:53 02:36:01 7554560 31420260 813028 2.47 457180 22564568 2066488 6.09 4269620 19457752 20 02:52:53 02:37:01 7554180 31420056 813124 2.47 457188 22564700 2066488 6.09 4269520 19457872 12 02:52:53 02:38:01 7553368 31419308 813876 2.48 457224 22564704 2082556 6.14 4269576 19457888 8 02:52:53 02:39:01 7553108 31419056 814060 2.48 457240 22564704 2082556 6.14 4269596 19457888 8 02:52:53 02:40:01 7553344 31419332 813712 2.48 457288 22564708 2098692 6.19 4269692 19457892 32 02:52:53 02:41:01 7553044 31419076 813932 2.48 457304 22564716 2098692 6.19 4269668 19457896 4 02:52:53 02:42:01 7553216 31419280 813672 2.48 457332 22564716 2098692 6.19 4269924 19457900 24 02:52:53 02:43:01 7552916 31418992 813896 2.48 457344 22564720 2098692 6.19 4269708 19457904 8 02:52:53 02:44:01 7552868 31418960 813868 2.48 457356 22564724 2098692 6.19 4269724 19457904 24 02:52:53 02:45:01 7553060 31419168 813776 2.48 457380 22564728 2098692 6.19 4270168 19457912 220 02:52:53 02:46:01 7553312 31419460 813500 2.47 457400 22564732 2098692 6.19 4269796 19457916 4 02:52:53 02:47:01 7553188 31419344 813760 2.48 457416 22564732 2098692 6.19 4269832 19457916 8 02:52:53 02:48:01 7553396 31419576 813728 2.48 457432 22564736 2098692 6.19 4269844 19457920 12 02:52:53 02:49:01 7553120 31419308 813960 2.48 457436 22564736 2098692 6.19 4269848 19457920 8 02:52:53 02:50:01 7553008 31419216 813980 2.48 457444 22564740 2098692 6.19 4270212 19457924 152 02:52:53 02:51:01 7553056 31419280 813916 2.48 457452 22564744 2098692 6.19 4270176 19457928 12 02:52:53 02:52:01 7040608 31358276 870632 2.65 483600 22963056 2233212 6.58 4360112 19849780 748 02:52:53 Average: 9255992 31262713 971982 2.96 424143 20828634 2466508 7.27 4135861 17980184 60781 02:52:53 02:52:53 02:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:53 02:01:01 docker0 799.05 799.98 58.92 4714.75 0.00 0.00 0.00 0.00 02:52:53 02:01:01 ens3 962.36 910.12 7998.12 125.34 0.00 0.00 0.00 0.00 02:52:53 02:01:01 lo 1.08 1.08 0.11 0.11 0.00 0.00 0.00 0.00 02:52:53 02:02:01 veth8164180 0.23 0.37 0.01 0.03 0.00 0.00 0.00 0.00 02:52:53 02:02:01 docker0 0.27 0.35 0.01 0.03 0.00 0.00 0.00 0.00 02:52:53 02:02:01 ens3 39.11 24.25 37.47 16.85 0.00 0.00 0.00 0.00 02:52:53 02:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:03:01 veth8164180 1.07 1.08 0.09 0.10 0.00 0.00 0.00 0.00 02:52:53 02:03:01 docker0 1.07 1.07 0.08 0.09 0.00 0.00 0.00 0.00 02:52:53 02:03:01 ens3 21.78 14.53 17.05 9.75 0.00 0.00 0.00 0.00 02:52:53 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:04:01 ens3 89.20 59.16 1813.73 17.46 0.00 0.00 0.00 0.00 02:52:53 02:04:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth9307bc1 5.67 7.75 0.54 3.68 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth985744b 5.68 7.58 0.55 3.67 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth7198673 5.70 7.80 0.55 3.69 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth1d82cd0 0.42 2.80 0.04 0.23 0.00 0.00 0.00 0.00 02:52:53 02:05:01 docker0 107.57 178.05 7.29 1794.42 0.00 0.00 0.00 0.00 02:52:53 02:05:01 ens3 336.29 181.62 4649.84 29.70 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth16ebe0a 6.98 9.67 0.67 4.70 0.00 0.00 0.00 0.00 02:52:53 02:05:01 lo 1.73 1.73 0.17 0.17 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth41ba6a8 6.98 9.93 0.67 4.72 0.00 0.00 0.00 0.00 02:52:53 02:05:01 veth78d88da 5.67 7.93 0.55 3.69 0.00 0.00 0.00 0.00 02:52:53 02:06:01 veth1d82cd0 0.13 0.23 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:06:01 docker0 511.43 743.16 42.64 7391.16 0.00 0.00 0.00 0.00 02:52:53 02:06:01 ens3 904.40 618.26 8815.15 65.32 0.00 0.00 0.00 0.00 02:52:53 02:06:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethe556534 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethf29f298 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethbe73ff0 0.05 0.57 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 veth1d82cd0 0.00 0.62 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 docker0 0.60 0.00 0.02 0.00 0.00 0.00 0.00 0.00 02:52:53 02:07:01 ens3 16.13 11.20 12.30 8.47 0.00 0.00 0.00 0.00 02:52:53 02:07:01 veth56cf3ab 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethcce7c06 0.05 0.53 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethe042ae2 0.05 0.58 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethfd5ef44 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethf0a9b64 0.05 0.55 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:07:01 vethdae8cab 0.05 0.70 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 veth89232fe 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 veth94c7ea0 0.05 0.67 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:07:01 veth8d8abcf 0.05 0.68 0.00 0.03 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethe556534 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethf29f298 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 veth1d82cd0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 ens3 7.08 3.90 5.72 3.11 0.00 0.00 0.00 0.00 02:52:53 02:08:01 veth56cf3ab 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethcce7c06 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethe042ae2 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethfd5ef44 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethf0a9b64 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:08:01 vethdae8cab 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 veth94c7ea0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:08:01 veth8d8abcf 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 vethde02658 0.75 0.05 0.04 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 vethef131de 0.63 0.05 0.03 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 veth1d82cd0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 ens3 17.23 20.43 5.94 68.53 0.00 0.00 0.00 0.00 02:52:53 02:09:01 vethcce7c06 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 vethfd5ef44 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 vethf0a9b64 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 vethd4e46f8 0.77 0.05 0.04 0.00 0.00 0.00 0.00 0.00 02:52:53 02:09:01 veth94c7ea0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:10:01 docker0 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:10:01 ens3 72.82 88.76 26.81 289.13 0.00 0.00 0.00 0.00 02:52:53 02:10:01 lo 2.86 2.86 0.28 0.28 0.00 0.00 0.00 0.00 02:52:53 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:11:01 ens3 157.47 148.94 91.94 654.59 0.00 0.00 0.00 0.00 02:52:53 02:11:01 lo 15.73 15.73 1.54 1.54 0.00 0.00 0.00 0.00 02:52:53 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:12:01 ens3 453.90 454.05 189.66 2695.45 0.00 0.00 0.00 0.00 02:52:53 02:12:01 lo 36.85 36.85 3.60 3.60 0.00 0.00 0.00 0.00 02:52:53 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:13:01 ens3 166.29 155.45 87.37 806.19 0.00 0.00 0.00 0.00 02:52:53 02:13:01 lo 14.60 14.60 1.43 1.43 0.00 0.00 0.00 0.00 02:52:53 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:14:01 ens3 0.77 0.52 1.06 0.22 0.00 0.00 0.00 0.00 02:52:53 02:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:15:01 ens3 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 02:52:53 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:16:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:17:01 ens3 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:18:02 ens3 0.15 0.15 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:18:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:19:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:20:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 02:52:53 02:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:21:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:22:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:23:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:24:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:52:53 02:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:25:01 ens3 0.18 0.10 0.08 0.07 0.00 0.00 0.00 0.00 02:52:53 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:26:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:27:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:52:53 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:28:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:29:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:30:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 02:52:53 02:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:31:01 ens3 0.15 0.12 0.06 0.01 0.00 0.00 0.00 0.00 02:52:53 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:32:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:35:01 ens3 0.27 0.28 0.14 0.08 0.00 0.00 0.00 0.00 02:52:53 02:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:36:01 ens3 0.52 0.47 0.27 0.22 0.00 0.00 0.00 0.00 02:52:53 02:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:39:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:40:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:52:53 02:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:41:01 ens3 0.12 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:52:53 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:42:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:43:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:44:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:45:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:52:53 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:46:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:47:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:52:53 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:48:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:49:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:50:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 02:52:53 02:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 02:52:53 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:51:01 ens3 0.13 0.05 0.06 0.00 0.00 0.00 0.00 0.00 02:52:53 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:52:01 docker0 71.39 84.64 6.12 865.75 0.00 0.00 0.00 0.00 02:52:53 02:52:01 ens3 224.98 176.65 3543.01 152.89 0.00 0.00 0.00 0.00 02:52:53 02:52:01 lo 1.53 1.53 0.16 0.16 0.00 0.00 0.00 0.00 02:52:53 02:52:01 veth7f8de02 0.05 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:52:53 Average: docker0 28.44 34.52 2.20 282.60 0.00 0.00 0.00 0.00 02:52:53 Average: ens3 66.55 54.96 522.64 95.10 0.00 0.00 0.00 0.00 02:52:53 Average: lo 1.54 1.54 0.15 0.15 0.00 0.00 0.00 0.00 02:52:53 Average: veth7f8de02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:53 02:52:53 02:52:53 ---> sar -P ALL: 02:52:53 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-4949) 07/11/25 _x86_64_ (8 CPU) 02:52:53 02:52:53 01:59:00 LINUX RESTART (8 CPU) 02:52:53 02:52:53 02:00:02 CPU %user %nice %system %iowait %steal %idle 02:52:53 02:01:01 all 6.65 0.00 2.94 3.35 0.07 87.00 02:52:53 02:01:01 0 6.07 0.00 2.52 1.62 0.05 89.73 02:52:53 02:01:01 1 5.46 0.00 2.16 0.57 0.05 91.76 02:52:53 02:01:01 2 6.00 0.00 3.07 4.73 0.07 86.13 02:52:53 02:01:01 3 6.67 0.00 2.51 2.09 0.07 88.66 02:52:53 02:01:01 4 7.46 0.00 3.94 0.81 0.07 87.73 02:52:53 02:01:01 5 5.59 0.00 2.67 13.11 0.09 78.54 02:52:53 02:01:01 6 5.84 0.00 3.26 1.03 0.07 89.80 02:52:53 02:01:01 7 10.10 0.00 3.39 2.84 0.07 83.61 02:52:53 02:02:01 all 44.79 0.00 7.29 0.57 0.10 47.25 02:52:53 02:02:01 0 43.91 0.00 7.53 1.04 0.10 47.42 02:52:53 02:02:01 1 44.53 0.00 7.18 0.17 0.10 48.03 02:52:53 02:02:01 2 42.36 0.00 7.23 0.07 0.08 50.25 02:52:53 02:02:01 3 47.86 0.00 7.58 0.02 0.10 44.45 02:52:53 02:02:01 4 46.67 0.00 7.01 0.18 0.10 46.03 02:52:53 02:02:01 5 42.82 0.00 7.24 2.77 0.10 47.07 02:52:53 02:02:01 6 47.64 0.00 7.43 0.17 0.12 44.64 02:52:53 02:02:01 7 42.52 0.00 7.15 0.10 0.10 50.13 02:52:53 02:03:01 all 56.63 0.00 6.81 0.31 0.11 36.14 02:52:53 02:03:01 0 56.03 0.00 6.97 0.32 0.10 36.58 02:52:53 02:03:01 1 56.48 0.00 6.40 1.97 0.12 35.03 02:52:53 02:03:01 2 56.80 0.00 7.04 0.00 0.12 36.04 02:52:53 02:03:01 3 57.37 0.00 6.41 0.00 0.12 36.11 02:52:53 02:03:01 4 56.08 0.00 6.74 0.02 0.12 37.04 02:52:53 02:03:01 5 56.83 0.00 6.92 0.15 0.12 35.98 02:52:53 02:03:01 6 56.76 0.00 7.20 0.00 0.10 35.94 02:52:53 02:03:01 7 56.71 0.00 6.78 0.02 0.10 36.39 02:52:53 02:04:01 all 38.58 0.00 7.32 0.68 0.09 53.33 02:52:53 02:04:01 0 37.54 0.00 7.58 0.44 0.08 54.35 02:52:53 02:04:01 1 38.61 0.00 6.50 0.02 0.08 54.79 02:52:53 02:04:01 2 38.25 0.00 7.76 0.00 0.08 53.90 02:52:53 02:04:01 3 36.87 0.00 6.83 0.02 0.08 56.20 02:52:53 02:04:01 4 40.06 0.00 8.18 1.14 0.08 50.54 02:52:53 02:04:01 5 39.19 0.00 6.93 1.67 0.10 52.11 02:52:53 02:04:01 6 39.73 0.00 7.22 0.32 0.10 52.63 02:52:53 02:04:01 7 38.40 0.00 7.61 1.82 0.10 52.06 02:52:53 02:05:01 all 18.39 0.00 7.67 25.72 0.08 48.14 02:52:53 02:05:01 0 17.64 0.00 8.29 31.61 0.10 42.36 02:52:53 02:05:01 1 18.85 0.00 7.82 35.30 0.07 37.96 02:52:53 02:05:01 2 17.91 0.00 7.40 52.52 0.08 22.08 02:52:53 02:05:01 3 19.66 0.00 6.81 16.30 0.07 57.16 02:52:53 02:05:01 4 18.32 0.00 8.10 19.80 0.08 53.70 02:52:53 02:05:01 5 18.12 0.00 7.68 20.50 0.07 53.63 02:52:53 02:05:01 6 18.74 0.00 7.85 19.28 0.07 54.08 02:52:53 02:05:01 7 17.91 0.00 7.40 10.57 0.08 64.04 02:52:53 02:06:01 all 7.78 0.00 5.11 12.18 0.05 74.88 02:52:53 02:06:01 0 7.08 0.00 4.86 10.65 0.05 77.36 02:52:53 02:06:01 1 8.16 0.00 4.54 2.80 0.05 84.46 02:52:53 02:06:01 2 8.42 0.00 7.17 33.09 0.07 51.25 02:52:53 02:06:01 3 7.10 0.00 4.84 29.83 0.05 58.18 02:52:53 02:06:01 4 7.65 0.00 4.57 5.27 0.05 82.46 02:52:53 02:06:01 5 8.62 0.00 4.06 6.13 0.05 81.14 02:52:53 02:06:01 6 7.42 0.00 6.12 5.40 0.05 81.01 02:52:53 02:06:01 7 7.78 0.00 4.74 4.39 0.03 83.05 02:52:53 02:07:01 all 80.02 0.00 11.08 2.41 0.15 6.34 02:52:53 02:07:01 0 79.72 0.00 11.41 1.70 0.15 7.02 02:52:53 02:07:01 1 80.18 0.00 10.60 2.01 0.15 7.06 02:52:53 02:07:01 2 79.98 0.00 11.07 1.49 0.13 7.33 02:52:53 02:07:01 3 79.01 0.00 12.16 7.38 0.15 1.30 02:52:53 02:07:01 4 80.19 0.00 10.90 1.69 0.15 7.07 02:52:53 02:07:01 5 80.51 0.00 10.52 1.62 0.15 7.20 02:52:53 02:07:01 6 79.57 0.00 11.65 1.62 0.13 7.03 02:52:53 02:07:01 7 81.00 0.00 10.36 1.80 0.17 6.67 02:52:53 02:08:01 all 90.58 0.00 9.29 0.00 0.13 0.00 02:52:53 02:08:01 0 90.70 0.00 9.15 0.00 0.15 0.00 02:52:53 02:08:01 1 91.40 0.00 8.46 0.00 0.13 0.00 02:52:53 02:08:01 2 89.69 0.00 10.18 0.00 0.13 0.00 02:52:53 02:08:01 3 90.40 0.00 9.47 0.00 0.13 0.00 02:52:53 02:08:01 4 90.20 0.00 9.68 0.00 0.12 0.00 02:52:53 02:08:01 5 91.47 0.00 8.40 0.00 0.13 0.00 02:52:53 02:08:01 6 89.92 0.00 9.97 0.00 0.12 0.00 02:52:53 02:08:01 7 90.82 0.00 9.05 0.00 0.13 0.00 02:52:53 02:09:01 all 75.95 0.00 9.20 4.94 0.15 9.76 02:52:53 02:09:01 0 75.52 0.00 9.78 4.10 0.15 10.45 02:52:53 02:09:01 1 75.74 0.00 8.89 7.24 0.15 7.99 02:52:53 02:09:01 2 75.71 0.00 9.56 2.92 0.13 11.68 02:52:53 02:09:01 3 75.08 0.00 9.53 4.01 0.13 11.25 02:52:53 02:09:01 4 76.36 0.00 9.70 4.17 0.20 9.57 02:52:53 02:09:01 5 77.29 0.00 8.20 4.45 0.15 9.90 02:52:53 02:09:01 6 75.73 0.00 9.08 5.12 0.17 9.90 02:52:53 02:09:01 7 76.19 0.00 8.82 7.52 0.15 7.33 02:52:53 02:10:01 all 1.76 0.00 0.82 2.61 0.03 94.77 02:52:53 02:10:01 0 2.30 0.00 0.88 3.62 0.03 93.17 02:52:53 02:10:01 1 0.87 0.00 0.75 3.31 0.02 95.06 02:52:53 02:10:01 2 1.45 0.00 0.85 3.03 0.03 94.63 02:52:53 02:10:01 3 1.72 0.00 0.82 2.34 0.03 95.09 02:52:53 02:10:01 4 2.39 0.00 0.94 2.99 0.03 93.66 02:52:53 02:10:01 5 1.49 0.00 0.78 2.47 0.03 95.22 02:52:53 02:10:01 6 2.15 0.00 0.87 1.37 0.03 95.57 02:52:53 02:10:01 7 1.69 0.00 0.70 1.79 0.02 95.80 02:52:53 02:11:01 all 3.38 0.00 0.57 0.05 0.03 95.97 02:52:53 02:11:01 0 4.24 0.00 0.73 0.02 0.05 94.96 02:52:53 02:11:01 1 4.38 0.00 0.55 0.00 0.02 95.05 02:52:53 02:11:01 2 2.85 0.00 0.52 0.27 0.03 96.33 02:52:53 02:11:01 3 4.27 0.00 0.70 0.02 0.03 94.98 02:52:53 02:11:01 4 2.29 0.00 0.50 0.05 0.02 97.14 02:52:53 02:11:01 5 2.87 0.00 0.58 0.02 0.03 96.49 02:52:53 02:11:01 6 3.07 0.00 0.45 0.00 0.03 96.44 02:52:53 02:11:01 7 3.04 0.00 0.53 0.00 0.03 96.39 02:52:53 02:52:53 02:11:01 CPU %user %nice %system %iowait %steal %idle 02:52:53 02:12:01 all 10.79 0.00 1.05 0.10 0.06 87.99 02:52:53 02:12:01 0 7.75 0.00 0.89 0.03 0.05 91.28 02:52:53 02:12:01 1 12.43 0.00 1.14 0.00 0.07 86.37 02:52:53 02:12:01 2 10.34 0.00 1.05 0.08 0.07 88.46 02:52:53 02:12:01 3 10.07 0.00 1.00 0.02 0.07 88.84 02:52:53 02:12:01 4 10.22 0.00 1.17 0.10 0.07 88.43 02:52:53 02:12:01 5 14.68 0.00 1.02 0.50 0.08 83.72 02:52:53 02:12:01 6 16.10 0.00 1.22 0.05 0.07 82.57 02:52:53 02:12:01 7 4.74 0.00 0.94 0.03 0.05 94.24 02:52:53 02:13:01 all 4.23 0.00 0.50 0.05 0.04 95.19 02:52:53 02:13:01 0 2.75 0.00 0.42 0.00 0.02 96.82 02:52:53 02:13:01 1 4.49 0.00 0.50 0.02 0.03 94.96 02:52:53 02:13:01 2 3.62 0.00 0.43 0.00 0.05 95.89 02:52:53 02:13:01 3 4.85 0.00 0.43 0.00 0.03 94.68 02:52:53 02:13:01 4 1.94 0.00 0.56 0.02 0.03 97.45 02:52:53 02:13:01 5 3.94 0.00 0.57 0.30 0.05 95.14 02:52:53 02:13:01 6 7.53 0.00 0.55 0.03 0.07 91.82 02:52:53 02:13:01 7 4.71 0.00 0.55 0.00 0.03 94.70 02:52:53 02:14:01 all 0.04 0.00 0.02 0.01 0.01 99.92 02:52:53 02:14:01 0 0.07 0.00 0.03 0.00 0.02 99.88 02:52:53 02:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:14:01 3 0.05 0.00 0.02 0.02 0.02 99.90 02:52:53 02:14:01 4 0.13 0.00 0.02 0.00 0.00 99.85 02:52:53 02:14:01 5 0.07 0.00 0.03 0.02 0.02 99.87 02:52:53 02:14:01 6 0.00 0.00 0.03 0.02 0.00 99.95 02:52:53 02:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:15:01 all 0.06 0.00 0.04 0.00 0.01 99.89 02:52:53 02:15:01 0 0.12 0.00 0.02 0.00 0.00 99.87 02:52:53 02:15:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:52:53 02:15:01 2 0.02 0.00 0.05 0.00 0.00 99.93 02:52:53 02:15:01 3 0.07 0.00 0.07 0.00 0.02 99.85 02:52:53 02:15:01 4 0.05 0.00 0.02 0.00 0.02 99.92 02:52:53 02:15:01 5 0.12 0.00 0.07 0.02 0.02 99.78 02:52:53 02:15:01 6 0.05 0.00 0.03 0.02 0.00 99.90 02:52:53 02:15:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:16:01 all 0.09 0.00 0.01 0.13 0.01 99.76 02:52:53 02:16:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:52:53 02:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:16:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:16:01 4 0.55 0.00 0.00 0.00 0.00 99.45 02:52:53 02:16:01 5 0.05 0.00 0.03 1.05 0.02 98.85 02:52:53 02:16:01 6 0.05 0.00 0.00 0.00 0.02 99.93 02:52:53 02:16:01 7 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:17:01 all 0.12 0.00 0.03 0.19 0.01 99.64 02:52:53 02:17:01 0 0.03 0.00 0.00 0.00 0.02 99.95 02:52:53 02:17:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:17:01 2 0.00 0.00 0.03 0.00 0.00 99.97 02:52:53 02:17:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:53 02:17:01 4 0.71 0.00 0.12 0.00 0.00 99.17 02:52:53 02:17:01 5 0.05 0.00 0.03 1.20 0.02 98.70 02:52:53 02:17:01 6 0.10 0.00 0.03 0.35 0.02 99.50 02:52:53 02:17:01 7 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:18:02 all 0.02 0.00 0.01 0.22 0.01 99.75 02:52:53 02:18:02 0 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:18:02 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:18:02 2 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:18:02 3 0.02 0.00 0.02 0.02 0.02 99.93 02:52:53 02:18:02 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:18:02 5 0.03 0.00 0.02 1.00 0.02 98.93 02:52:53 02:18:02 6 0.03 0.00 0.02 0.72 0.02 99.21 02:52:53 02:18:02 7 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:19:01 all 0.06 0.00 0.01 0.32 0.01 99.60 02:52:53 02:19:01 0 0.05 0.00 0.02 0.20 0.00 99.73 02:52:53 02:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:19:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:53 02:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:19:01 5 0.05 0.00 0.02 2.37 0.03 97.52 02:52:53 02:19:01 6 0.24 0.00 0.00 0.00 0.02 99.74 02:52:53 02:19:01 7 0.07 0.00 0.00 0.00 0.00 99.93 02:52:53 02:20:01 all 0.27 0.00 0.02 0.16 0.00 99.54 02:52:53 02:20:01 0 0.05 0.00 0.03 0.45 0.00 99.47 02:52:53 02:20:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:20:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:20:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:20:01 5 0.03 0.00 0.07 0.87 0.02 99.02 02:52:53 02:20:01 6 1.97 0.00 0.02 0.00 0.00 98.01 02:52:53 02:20:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:21:01 all 0.24 0.00 0.01 0.04 0.01 99.70 02:52:53 02:21:01 0 0.10 0.00 0.02 0.00 0.02 99.87 02:52:53 02:21:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:21:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:21:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:53 02:21:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:21:01 5 0.00 0.00 0.03 0.30 0.02 99.65 02:52:53 02:21:01 6 1.71 0.00 0.00 0.00 0.02 98.27 02:52:53 02:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:22:01 all 0.17 0.00 0.03 0.04 0.01 99.75 02:52:53 02:22:01 0 0.12 0.00 0.07 0.05 0.00 99.77 02:52:53 02:22:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:22:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:22:01 3 0.05 0.00 0.00 0.00 0.02 99.93 02:52:53 02:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:22:01 5 0.10 0.00 0.03 0.30 0.02 99.55 02:52:53 02:22:01 6 1.03 0.00 0.10 0.00 0.00 98.87 02:52:53 02:22:01 7 0.08 0.00 0.02 0.00 0.00 99.90 02:52:53 02:52:53 02:22:01 CPU %user %nice %system %iowait %steal %idle 02:52:53 02:23:01 all 0.16 0.00 0.01 0.11 0.01 99.71 02:52:53 02:23:01 0 0.08 0.00 0.02 0.00 0.02 99.88 02:52:53 02:23:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:52:53 02:23:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:52:53 02:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:23:01 5 0.03 0.00 0.03 0.87 0.02 99.05 02:52:53 02:23:01 6 1.04 0.00 0.02 0.00 0.02 98.92 02:52:53 02:23:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:24:01 all 0.28 0.00 0.02 0.07 0.00 99.63 02:52:53 02:24:01 0 0.08 0.00 0.00 0.27 0.02 99.63 02:52:53 02:24:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:24:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:52:53 02:24:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:52:53 02:24:01 5 0.07 0.00 0.03 0.32 0.00 99.58 02:52:53 02:24:01 6 1.95 0.00 0.00 0.00 0.00 98.05 02:52:53 02:24:01 7 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:25:01 all 0.08 0.00 0.01 0.01 0.01 99.90 02:52:53 02:25:01 0 0.02 0.00 0.02 0.02 0.02 99.93 02:52:53 02:25:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:25:01 3 0.08 0.00 0.02 0.00 0.00 99.90 02:52:53 02:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:25:01 5 0.03 0.00 0.03 0.03 0.02 99.88 02:52:53 02:25:01 6 0.32 0.00 0.02 0.00 0.02 99.65 02:52:53 02:25:01 7 0.07 0.00 0.00 0.00 0.00 99.93 02:52:53 02:26:01 all 0.03 0.00 0.01 0.01 0.00 99.95 02:52:53 02:26:01 0 0.08 0.00 0.02 0.02 0.00 99.88 02:52:53 02:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:26:01 2 0.00 0.00 0.02 0.00 0.02 99.97 02:52:53 02:26:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:26:01 5 0.03 0.00 0.02 0.03 0.00 99.92 02:52:53 02:26:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:26:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:27:01 all 0.06 0.00 0.02 0.01 0.01 99.91 02:52:53 02:27:01 0 0.10 0.00 0.02 0.05 0.02 99.82 02:52:53 02:27:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 02:52:53 02:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:27:01 5 0.02 0.00 0.03 0.02 0.02 99.92 02:52:53 02:27:01 6 0.25 0.00 0.00 0.00 0.02 99.73 02:52:53 02:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:28:01 all 0.09 0.00 0.02 0.03 0.00 99.86 02:52:53 02:28:01 0 0.10 0.00 0.03 0.02 0.00 99.85 02:52:53 02:28:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:52:53 02:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:28:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:28:01 5 0.02 0.00 0.02 0.22 0.00 99.75 02:52:53 02:28:01 6 0.50 0.00 0.02 0.00 0.00 99.48 02:52:53 02:28:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:29:01 all 0.03 0.00 0.01 0.00 0.00 99.96 02:52:53 02:29:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:29:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:52:53 02:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:29:01 5 0.05 0.00 0.02 0.02 0.00 99.92 02:52:53 02:29:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:52:53 02:29:01 7 0.03 0.00 0.00 0.00 0.00 99.97 02:52:53 02:30:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:52:53 02:30:01 0 0.10 0.00 0.02 0.02 0.00 99.87 02:52:53 02:30:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:30:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:30:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:30:01 5 0.05 0.00 0.02 0.00 0.02 99.92 02:52:53 02:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:30:01 7 0.02 0.00 0.03 0.02 0.00 99.93 02:52:53 02:31:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:52:53 02:31:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:31:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:31:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:31:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:31:01 5 0.03 0.00 0.03 0.03 0.02 99.88 02:52:53 02:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:31:01 7 0.07 0.00 0.03 0.00 0.02 99.88 02:52:53 02:32:01 all 0.12 0.00 0.02 0.00 0.00 99.86 02:52:53 02:32:01 0 0.07 0.00 0.02 0.00 0.00 99.92 02:52:53 02:32:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:32:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:32:01 5 0.05 0.00 0.03 0.00 0.00 99.92 02:52:53 02:32:01 6 0.70 0.00 0.05 0.00 0.00 99.25 02:52:53 02:32:01 7 0.05 0.00 0.02 0.02 0.00 99.92 02:52:53 02:33:01 all 0.06 0.00 0.02 0.00 0.01 99.91 02:52:53 02:33:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:33:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:33:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:33:01 5 0.03 0.00 0.07 0.03 0.02 99.85 02:52:53 02:33:01 6 0.30 0.00 0.03 0.00 0.02 99.65 02:52:53 02:33:01 7 0.07 0.00 0.03 0.00 0.00 99.90 02:52:53 02:52:53 02:33:01 CPU %user %nice %system %iowait %steal %idle 02:52:53 02:34:01 all 0.17 0.00 0.01 0.00 0.01 99.81 02:52:53 02:34:01 0 0.03 0.00 0.00 0.00 0.00 99.97 02:52:53 02:34:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:34:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:34:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:52:53 02:34:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:34:01 5 0.03 0.00 0.03 0.02 0.02 99.90 02:52:53 02:34:01 6 1.17 0.00 0.00 0.00 0.00 98.83 02:52:53 02:34:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:35:01 all 0.14 0.00 0.02 0.01 0.01 99.83 02:52:53 02:35:01 0 0.08 0.00 0.05 0.00 0.00 99.87 02:52:53 02:35:01 1 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:35:01 3 0.07 0.00 0.07 0.00 0.02 99.85 02:52:53 02:35:01 4 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:35:01 5 0.05 0.00 0.00 0.12 0.00 99.83 02:52:53 02:35:01 6 0.78 0.00 0.00 0.00 0.02 99.20 02:52:53 02:35:01 7 0.08 0.00 0.02 0.00 0.00 99.90 02:52:53 02:36:01 all 0.24 0.00 0.01 0.06 0.01 99.68 02:52:53 02:36:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:36:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:52:53 02:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:36:01 3 0.05 0.00 0.03 0.00 0.03 99.88 02:52:53 02:36:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:36:01 5 0.02 0.00 0.02 0.45 0.02 99.50 02:52:53 02:36:01 6 0.03 0.00 0.00 0.00 0.00 99.97 02:52:53 02:36:01 7 1.73 0.00 0.03 0.00 0.00 98.24 02:52:53 02:37:01 all 0.03 0.00 0.01 0.00 0.01 99.95 02:52:53 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:53 02:37:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:37:01 2 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:37:01 3 0.03 0.00 0.03 0.00 0.03 99.90 02:52:53 02:37:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:37:01 5 0.03 0.00 0.00 0.02 0.00 99.95 02:52:53 02:37:01 6 0.03 0.00 0.00 0.00 0.02 99.95 02:52:53 02:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:38:01 all 0.18 0.00 0.02 0.01 0.01 99.78 02:52:53 02:38:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:52:53 02:38:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:38:01 4 0.13 0.00 0.00 0.00 0.02 99.85 02:52:53 02:38:01 5 0.05 0.00 0.02 0.07 0.02 99.85 02:52:53 02:38:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:38:01 7 1.17 0.00 0.07 0.00 0.00 98.76 02:52:53 02:39:01 all 0.18 0.00 0.04 0.00 0.01 99.76 02:52:53 02:39:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:39:01 1 0.12 0.00 0.00 0.00 0.00 99.88 02:52:53 02:39:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:39:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:52:53 02:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:39:01 5 0.03 0.00 0.02 0.02 0.02 99.92 02:52:53 02:39:01 6 0.20 0.00 0.00 0.00 0.02 99.78 02:52:53 02:39:01 7 1.06 0.00 0.26 0.00 0.00 98.68 02:52:53 02:40:01 all 0.03 0.00 0.02 0.01 0.01 99.93 02:52:53 02:40:01 0 0.03 0.00 0.05 0.00 0.02 99.90 02:52:53 02:40:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:40:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:40:01 3 0.08 0.00 0.03 0.00 0.02 99.87 02:52:53 02:40:01 4 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:40:01 5 0.05 0.00 0.03 0.05 0.00 99.87 02:52:53 02:40:01 6 0.03 0.00 0.03 0.00 0.00 99.93 02:52:53 02:40:01 7 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:41:01 all 0.04 0.00 0.02 0.01 0.00 99.93 02:52:53 02:41:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:52:53 02:41:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:41:01 2 0.07 0.00 0.02 0.00 0.00 99.92 02:52:53 02:41:01 3 0.03 0.00 0.05 0.00 0.02 99.90 02:52:53 02:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:41:01 5 0.03 0.00 0.05 0.07 0.02 99.83 02:52:53 02:41:01 6 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:41:01 7 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:42:01 all 0.02 0.00 0.02 0.03 0.01 99.93 02:52:53 02:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:42:01 1 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:42:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:52:53 02:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:42:01 5 0.02 0.00 0.02 0.22 0.00 99.75 02:52:53 02:42:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:52:53 02:42:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:43:01 all 0.03 0.00 0.01 0.00 0.01 99.94 02:52:53 02:43:01 0 0.05 0.00 0.02 0.00 0.02 99.92 02:52:53 02:43:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:43:01 2 0.08 0.00 0.02 0.00 0.00 99.90 02:52:53 02:43:01 3 0.05 0.00 0.05 0.00 0.02 99.88 02:52:53 02:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:43:01 5 0.00 0.00 0.02 0.03 0.02 99.93 02:52:53 02:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:43:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:44:01 all 0.03 0.00 0.02 0.00 0.01 99.94 02:52:53 02:44:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:52:53 02:44:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:44:01 2 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:44:01 3 0.08 0.00 0.02 0.00 0.00 99.90 02:52:53 02:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:44:01 5 0.00 0.00 0.03 0.03 0.02 99.92 02:52:53 02:44:01 6 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:44:01 7 0.03 0.00 0.02 0.00 0.00 99.95 02:52:53 02:52:53 02:44:01 CPU %user %nice %system %iowait %steal %idle 02:52:53 02:45:01 all 0.04 0.00 0.01 0.00 0.01 99.94 02:52:53 02:45:01 0 0.07 0.00 0.05 0.00 0.02 99.87 02:52:53 02:45:01 1 0.07 0.00 0.00 0.00 0.00 99.93 02:52:53 02:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:45:01 3 0.07 0.00 0.02 0.00 0.02 99.90 02:52:53 02:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:45:01 5 0.05 0.00 0.02 0.03 0.00 99.90 02:52:53 02:45:01 6 0.05 0.00 0.00 0.00 0.02 99.93 02:52:53 02:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:46:01 all 0.14 0.00 0.03 0.00 0.01 99.81 02:52:53 02:46:01 0 0.07 0.00 0.05 0.00 0.00 99.88 02:52:53 02:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:52:53 02:46:01 3 0.07 0.00 0.05 0.00 0.02 99.87 02:52:53 02:46:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:46:01 5 0.05 0.00 0.02 0.03 0.02 99.88 02:52:53 02:46:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:52:53 02:46:01 7 0.86 0.00 0.08 0.00 0.00 99.05 02:52:53 02:47:01 all 0.17 0.00 0.01 0.01 0.00 99.79 02:52:53 02:47:01 0 0.07 0.00 0.02 0.00 0.02 99.90 02:52:53 02:47:01 1 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 02:52:53 02:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:53 02:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:47:01 5 0.02 0.00 0.03 0.12 0.00 99.83 02:52:53 02:47:01 6 0.07 0.00 0.00 0.00 0.00 99.93 02:52:53 02:47:01 7 1.14 0.00 0.00 0.00 0.02 98.84 02:52:53 02:48:01 all 0.07 0.00 0.01 0.00 0.01 99.90 02:52:53 02:48:01 0 0.08 0.00 0.03 0.00 0.00 99.88 02:52:53 02:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:48:01 2 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:48:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:52:53 02:48:01 4 0.00 0.00 0.02 0.00 0.02 99.97 02:52:53 02:48:01 5 0.02 0.00 0.02 0.03 0.00 99.93 02:52:53 02:48:01 6 0.00 0.00 0.00 0.00 0.02 99.98 02:52:53 02:48:01 7 0.43 0.00 0.00 0.00 0.00 99.57 02:52:53 02:49:01 all 0.15 0.00 0.01 0.00 0.00 99.83 02:52:53 02:49:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:52:53 02:49:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:52:53 02:49:01 2 0.05 0.00 0.00 0.00 0.00 99.95 02:52:53 02:49:01 3 0.02 0.00 0.05 0.00 0.00 99.93 02:52:53 02:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 02:52:53 02:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 02:52:53 02:49:01 7 0.99 0.00 0.02 0.00 0.00 98.99 02:52:53 02:50:01 all 0.25 0.00 0.02 0.00 0.01 99.72 02:52:53 02:50:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:52:53 02:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 02:52:53 02:50:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:53 02:50:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:52:53 02:50:01 4 0.05 0.00 0.02 0.00 0.00 99.93 02:52:53 02:50:01 5 0.02 0.00 0.00 0.03 0.02 99.93 02:52:53 02:50:01 6 0.00 0.00 0.02 0.00 0.02 99.97 02:52:53 02:50:01 7 1.79 0.00 0.02 0.00 0.00 98.19 02:52:53 02:51:01 all 0.06 0.00 0.01 0.00 0.01 99.91 02:52:53 02:51:01 0 0.07 0.00 0.00 0.00 0.02 99.92 02:52:53 02:51:01 1 0.10 0.00 0.02 0.00 0.00 99.88 02:52:53 02:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:51:01 3 0.07 0.00 0.05 0.00 0.02 99.87 02:52:53 02:51:01 4 0.15 0.00 0.00 0.00 0.00 99.85 02:52:53 02:51:01 5 0.02 0.00 0.00 0.02 0.02 99.95 02:52:53 02:51:01 6 0.07 0.00 0.02 0.00 0.00 99.92 02:52:53 02:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 02:52:53 02:52:01 all 4.66 0.00 2.01 0.55 0.04 92.74 02:52:53 02:52:01 0 3.36 0.00 1.79 0.02 0.03 94.81 02:52:53 02:52:01 1 4.96 0.00 1.49 0.13 0.03 93.39 02:52:53 02:52:01 2 4.79 0.00 1.57 0.02 0.03 93.58 02:52:53 02:52:01 3 3.69 0.00 1.91 0.02 0.03 94.34 02:52:53 02:52:01 4 3.31 0.00 1.22 0.02 0.03 95.42 02:52:53 02:52:01 5 5.33 0.00 3.42 2.53 0.05 88.66 02:52:53 02:52:01 6 5.79 0.00 2.03 0.05 0.03 92.10 02:52:53 02:52:01 7 6.03 0.00 2.67 1.63 0.03 89.63 02:52:53 Average: all 8.60 0.00 1.39 1.05 0.03 88.94 02:52:53 Average: 0 8.39 0.00 1.41 1.07 0.03 89.11 02:52:53 Average: 1 8.59 0.00 1.29 1.02 0.02 89.08 02:52:53 Average: 2 8.42 0.00 1.44 1.87 0.03 88.24 02:52:53 Average: 3 8.56 0.00 1.38 1.19 0.03 88.84 02:52:53 Average: 4 8.54 0.00 1.41 0.69 0.02 89.34 02:52:53 Average: 5 8.65 0.00 1.34 1.26 0.03 88.72 02:52:53 Average: 6 9.00 0.00 1.44 0.68 0.03 88.85 02:52:53 Average: 7 8.66 0.00 1.37 0.62 0.02 89.32 02:52:53 02:52:53 02:52:53